01K6NTN6Q7JCYZ7X3ST2ZJZMBT: 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.p5p",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01K6NTNNQN05891KVDHYTJQK7R

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-10-03T20:02:30.757Zjob assigned to worker 01K6NTNP6V5J59YW25V4V2RN8K [factory gimlet-EVT22200007-propolis, EVT22200007/43710] (queued for 26 s)
 
22025-10-03T20:02:40.061Zstarting task 0: "setup"
32025-10-03T20:02:40.089Z++ uname -s
42025-10-03T20:02:40.089Z+ kern=SunOS
52025-10-03T20:02:40.089Z+ build_user=build
62025-10-03T20:02:40.089Z+ build_uid=12345
72025-10-03T20:02:40.089Z+ work_dir=/work
82025-10-03T20:02:40.089Z+ input_dir=/input
92025-10-03T20:02:40.089Z+ [[ 0 == 12345 ]]
102025-10-03T20:02:40.089Z+ case "$kern" in
112025-10-03T20:02:40.089Z+ groupadd -g 12345 build
122025-10-03T20:02:40.089Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-10-03T20:02:42.085Z+ zfs create -o mountpoint=/work rpool/work
142025-10-03T20:02:42.124Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-10-03T20:02:42.149Z+ home_fs=zfs
162025-10-03T20:02:42.149Z+ [[ zfs == autofs ]]
172025-10-03T20:02:42.149Z+ mkdir -p /home/build
182025-10-03T20:02:42.150Z+ chown build:build /home/build /work
192025-10-03T20:02:44.136Z+ chmod 0700 /home/build /work
202025-10-03T20:02:44.162Zprocess exited: duration 4083 ms, exit code 0
 
212025-10-03T20:02:44.212Zstarting task 1: "rust-toolchain"
222025-10-03T20:02:44.238Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-10-03T20:02:44.238Z * rust toolchain channel = "1.89.0"
242025-10-03T20:02:44.238Z * rust toolchain profile = "default"
252025-10-03T20:02:44.238Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-10-03T20:02:44.238Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-10-03T20:02:44.238Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-10-03T20:02:44.238Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-10-03T20:02:44.239Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-10-03T20:02:44.405Zinfo: downloading installer
312025-10-03T20:02:45.746Zwarn: It looks like you have an existing installation of Rust at:
322025-10-03T20:02:45.746Zwarn: /opt/ooce/bin
332025-10-03T20:02:45.746Zwarn: It is recommended that rustup be the primary Rust installation.
342025-10-03T20:02:45.746Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-10-03T20:02:45.746Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-10-03T20:02:45.746Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-10-03T20:02:45.746Zwarn: or pass `-y' to ignore all ignorable checks.
382025-10-03T20:02:45.746Zerror: cannot install while Rust is installed
392025-10-03T20:02:45.746Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-10-03T20:02:45.770Zinfo: profile set to 'default'
412025-10-03T20:02:45.770Zinfo: default host triple is x86_64-unknown-illumos
422025-10-03T20:02:45.770Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-10-03T20:02:45.901Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-10-03T20:02:45.901Zinfo: downloading component 'cargo'
452025-10-03T20:02:46.076Zinfo: downloading component 'clippy'
462025-10-03T20:02:46.160Zinfo: downloading component 'rust-docs'
472025-10-03T20:02:46.411Zinfo: downloading component 'rust-std'
482025-10-03T20:02:46.739Zinfo: downloading component 'rustc'
492025-10-03T20:02:48.917Zinfo: downloading component 'rustfmt'
502025-10-03T20:02:48.996Zinfo: installing component 'cargo'
512025-10-03T20:02:50.332Zinfo: installing component 'clippy'
522025-10-03T20:02:50.836Zinfo: installing component 'rust-docs'
532025-10-03T20:02:54.206Zinfo: installing component 'rust-std'
542025-10-03T20:02:56.895Zinfo: installing component 'rustc'
552025-10-03T20:03:05.510Zinfo: installing component 'rustfmt'
562025-10-03T20:03:05.960Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-10-03T20:03:05.960Z
582025-10-03T20:03:06.176Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-10-03T20:03:06.176Z
602025-10-03T20:03:06.176Z
612025-10-03T20:03:06.176ZRust is installed now. Great!
622025-10-03T20:03:06.176Z
632025-10-03T20:03:06.176ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-10-03T20:03:06.176Zenvironment variable. This has not been done automatically.
652025-10-03T20:03:06.176Z
662025-10-03T20:03:06.176ZTo configure your current shell, you need to source
672025-10-03T20:03:06.176Zthe corresponding env file under $HOME/.cargo.
682025-10-03T20:03:06.176Z
692025-10-03T20:03:06.176ZThis is usually done by running one of the following (note the leading DOT):
702025-10-03T20:03:06.176Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-10-03T20:03:06.176Zsource "$HOME/.cargo/env.fish" # For fish
722025-10-03T20:03:06.176Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-10-03T20:03:06.304Z+ rustup --version
742025-10-03T20:03:06.329Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-10-03T20:03:06.354Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-10-03T20:03:06.479Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-10-03T20:03:06.503Z+ cargo --version
782025-10-03T20:03:06.629Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-10-03T20:03:06.653Z+ rustc --version
802025-10-03T20:03:06.774Zrustc 1.89.0 (29483883e 2025-08-04)
812025-10-03T20:03:06.799Zprocess exited: duration 22569 ms, exit code 0
 
822025-10-03T20:03:06.851Zstarting task 2: "authentication"
832025-10-03T20:03:06.913Zprocess exited: duration 64 ms, exit code 0
 
842025-10-03T20:03:06.962Zstarting task 3: "clone repository"
852025-10-03T20:03:06.987Z+ mkdir -p /work/oxidecomputer/omicron
862025-10-03T20:03:06.987Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-10-03T20:03:07.011ZCloning into '/work/oxidecomputer/omicron'...
882025-10-03T20:03:23.559Z+ cd /work/oxidecomputer/omicron
892025-10-03T20:03:23.559Z+ git fetch origin c0a340c061c47294dcde5f1664d4cd4aedbed456
902025-10-03T20:03:24.059ZFrom https://github.com/oxidecomputer/omicron
912025-10-03T20:03:24.059Z * branch c0a340c061c47294dcde5f1664d4cd4aedbed456 -> FETCH_HEAD
922025-10-03T20:03:24.083Z+ [[ -n nexus-generation-bump-test ]]
932025-10-03T20:03:24.083Z++ git branch --show-current
942025-10-03T20:03:24.083Z+ current=main
952025-10-03T20:03:24.083Z+ [[ main != nexus-generation-bump-test ]]
962025-10-03T20:03:24.083Z+ git branch -f nexus-generation-bump-test c0a340c061c47294dcde5f1664d4cd4aedbed456
972025-10-03T20:03:24.107Z+ git checkout -f nexus-generation-bump-test
982025-10-03T20:03:24.230ZSwitched to branch 'nexus-generation-bump-test'
992025-10-03T20:03:24.254Z+ git reset --hard c0a340c061c47294dcde5f1664d4cd4aedbed456
1002025-10-03T20:03:24.351ZHEAD is now at c0a340c06 review feedback
1012025-10-03T20:03:24.375Zprocess exited: duration 17392 ms, exit code 0
 
1022025-10-03T20:03:24.425Zstarting task 4: "build"
1032025-10-03T20:03:24.449Z+ source .github/buildomat/ci-env.sh
1042025-10-03T20:03:24.449Z++ export CARGO_TERM_COLOR=always
1052025-10-03T20:03:24.449Z++ CARGO_TERM_COLOR=always
1062025-10-03T20:03:24.449Z+ cargo --version
1072025-10-03T20:03:24.522Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-10-03T20:03:24.546Z+ rustc --version
1092025-10-03T20:03:24.634Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-10-03T20:03:24.658Z+ cargo tree --locked
1112025-10-03T20:03:25.082Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122025-10-03T20:03:25.475Z Updating crates.io index
1132025-10-03T20:03:25.500Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142025-10-03T20:03:25.985Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152025-10-03T20:03:26.850Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162025-10-03T20:03:27.237Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1172025-10-03T20:03:27.598Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182025-10-03T20:03:28.063Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192025-10-03T20:03:29.536Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202025-10-03T20:03:32.097Z Updating git repository `https://github.com/oxidecomputer/opte`
1212025-10-03T20:03:33.594Z Updating git repository `https://github.com/oxidecomputer/falcon`
1222025-10-03T20:03:34.404Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1232025-10-03T20:03:35.217Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242025-10-03T20:03:35.611Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1252025-10-03T20:03:36.092Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262025-10-03T20:03:36.860Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1272025-10-03T20:03:37.564Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1282025-10-03T20:03:37.976Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1292025-10-03T20:03:38.514Z Updating git repository `https://github.com/oxidecomputer/tofino`
1302025-10-03T20:03:38.924Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1312025-10-03T20:03:39.278Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1322025-10-03T20:03:39.638Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1332025-10-03T20:03:40.055Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1342025-10-03T20:03:40.540Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1352025-10-03T20:03:41.322Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1362025-10-03T20:03:41.784Z Updating git repository `https://github.com/oxidecomputer/ispf`
1372025-10-03T20:03:42.221Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1382025-10-03T20:03:42.966Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1392025-10-03T20:03:43.558Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1402025-10-03T20:03:43.981Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1412025-10-03T20:03:44.515Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1422025-10-03T20:03:45.283Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432025-10-03T20:03:45.618Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442025-10-03T20:03:46.028Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452025-10-03T20:03:46.434Z Updating git repository `https://github.com/oxidecomputer/omicron`
1462025-10-03T20:03:59.537Z Updating git repository `https://github.com/illumos/smf-rs`
1472025-10-03T20:04:01.643Z Downloading crates ...
1482025-10-03T20:04:01.764Z Downloaded atomicwrites v0.4.4
1492025-10-03T20:04:01.788Z Downloaded bitfield-struct v0.6.2
1502025-10-03T20:04:01.788Z Downloaded bb8 v0.8.5
1512025-10-03T20:04:01.788Z Downloaded dtrace-parser v0.2.0
1522025-10-03T20:04:01.788Z Downloaded aws-lc-rs v1.12.4
1532025-10-03T20:04:01.813Z Downloaded foreign-types v0.3.2
1542025-10-03T20:04:01.813Z Downloaded embedded-io v0.6.1
1552025-10-03T20:04:01.813Z Downloaded async-lock v3.4.0
1562025-10-03T20:04:01.813Z Downloaded newtype_derive v0.1.6
1572025-10-03T20:04:01.838Z Downloaded env_logger v0.11.5
1582025-10-03T20:04:01.838Z Downloaded cfg-expr v0.20.1
1592025-10-03T20:04:01.838Z Downloaded foldhash v0.2.0
1602025-10-03T20:04:01.862Z Downloaded new_debug_unreachable v1.0.6
1612025-10-03T20:04:01.862Z Downloaded event-listener-strategy v0.5.2
1622025-10-03T20:04:01.862Z Downloaded erased-serde v0.4.6
1632025-10-03T20:04:01.862Z Downloaded funty v2.0.0
1642025-10-03T20:04:01.862Z Downloaded num-rational v0.4.2
1652025-10-03T20:04:01.863Z Downloaded globset v0.4.15
1662025-10-03T20:04:01.887Z Downloaded rand_xorshift v0.4.0
1672025-10-03T20:04:01.887Z Downloaded strum v0.26.3
1682025-10-03T20:04:01.887Z Downloaded tokio-stream v0.1.17
1692025-10-03T20:04:01.912Z Downloaded pbkdf2 v0.12.2
1702025-10-03T20:04:01.912Z Downloaded signature v2.2.0
1712025-10-03T20:04:01.912Z Downloaded similar-asserts v1.7.0
1722025-10-03T20:04:01.912Z Downloaded progenitor-client v0.9.1
1732025-10-03T20:04:01.912Z Downloaded progenitor v0.8.0
1742025-10-03T20:04:01.938Z Downloaded heapless v0.8.0
1752025-10-03T20:04:01.938Z Downloaded strum_macros v0.27.2
1762025-10-03T20:04:01.938Z Downloaded sigpipe v0.1.3
1772025-10-03T20:04:01.938Z Downloaded siphasher v0.3.11
1782025-10-03T20:04:02.450Z Downloaded tower-layer v0.3.3
1792025-10-03T20:04:02.450Z Downloaded dirs-sys-next v0.1.2
1802025-10-03T20:04:02.450Z Downloaded version_check v0.9.5
1812025-10-03T20:04:02.450Z Downloaded zerofrom v0.1.4
1822025-10-03T20:04:02.450Z Downloaded termtree v0.5.1
1832025-10-03T20:04:02.450Z Downloaded termios v0.3.3
1842025-10-03T20:04:02.450Z Downloaded strum v0.27.2
1852025-10-03T20:04:02.450Z Downloaded darling_macro v0.21.0
1862025-10-03T20:04:02.450Z Downloaded concurrent-queue v2.5.0
1872025-10-03T20:04:02.450Z Downloaded curve25519-dalek-derive v0.1.1
1882025-10-03T20:04:02.450Z Downloaded doc-comment v0.3.3
1892025-10-03T20:04:02.451Z Downloaded daft-derive v0.1.4
1902025-10-03T20:04:02.451Z Downloaded keccak v0.1.5
1912025-10-03T20:04:02.451Z Downloaded sync-ptr v0.1.4
1922025-10-03T20:04:02.451Z Downloaded phf v0.11.2
1932025-10-03T20:04:02.451Z Downloaded scroll_derive v0.12.0
1942025-10-03T20:04:02.451Z Downloaded slog-envlogger v2.2.0
1952025-10-03T20:04:02.451Z Downloaded sync_wrapper v1.0.1
1962025-10-03T20:04:02.451Z Downloaded xshell-macros v0.2.7
1972025-10-03T20:04:02.451Z Downloaded tinytemplate v1.2.1
1982025-10-03T20:04:02.451Z Downloaded crunchy v0.2.2
1992025-10-03T20:04:02.451Z Downloaded crucible-workspace-hack v0.1.0
2002025-10-03T20:04:02.451Z Downloaded zerovec-derive v0.10.3
2012025-10-03T20:04:02.451Z Downloaded cstr-argument v0.1.2
2022025-10-03T20:04:02.451Z Downloaded ident_case v1.0.1
2032025-10-03T20:04:02.451Z Downloaded defmt v0.3.8
2042025-10-03T20:04:02.451Z Downloaded pretty-hex v0.4.1
2052025-10-03T20:04:02.451Z Downloaded serde_repr v0.1.19
2062025-10-03T20:04:02.451Z Downloaded target-triple v0.1.3
2072025-10-03T20:04:02.451Z Downloaded macaddr v1.0.1
2082025-10-03T20:04:02.451Z Downloaded secrecy v0.8.0
2092025-10-03T20:04:02.451Z Downloaded semver v0.1.20
2102025-10-03T20:04:02.451Z Downloaded synstructure v0.13.1
2112025-10-03T20:04:02.451Z Downloaded crc8 v0.1.1
2122025-10-03T20:04:02.451Z Downloaded cpufeatures v0.2.14
2132025-10-03T20:04:02.451Z Downloaded defmt-parser v0.3.4
2142025-10-03T20:04:02.451Z Downloaded crc32fast v1.4.2
2152025-10-03T20:04:02.451Z Downloaded serde-big-array v0.5.1
2162025-10-03T20:04:02.451Z Downloaded is_ci v1.2.0
2172025-10-03T20:04:02.451Z Downloaded tower-service v0.3.3
2182025-10-03T20:04:02.451Z Downloaded try-lock v0.2.5
2192025-10-03T20:04:02.451Z Downloaded match_cfg v0.1.0
2202025-10-03T20:04:02.451Z Downloaded smf v0.2.3
2212025-10-03T20:04:02.451Z Downloaded derive_builder_core v0.20.2
2222025-10-03T20:04:02.451Z Downloaded typeid v1.0.3
2232025-10-03T20:04:02.451Z Downloaded md5 v0.7.0
2242025-10-03T20:04:02.451Z Downloaded smallvec v1.15.1
2252025-10-03T20:04:02.451Z Downloaded maybe-uninit v2.0.0
2262025-10-03T20:04:02.452Z Downloaded mime_guess v2.0.5
2272025-10-03T20:04:02.452Z Downloaded lazycell v1.3.0
2282025-10-03T20:04:02.452Z Downloaded md-5 v0.10.6
2292025-10-03T20:04:02.452Z Downloaded utf-8 v0.7.6
2302025-10-03T20:04:02.452Z Downloaded maplit v1.0.2
2312025-10-03T20:04:02.452Z Downloaded usdt-macro v0.5.0
2322025-10-03T20:04:02.452Z Downloaded tabled v0.20.0
2332025-10-03T20:04:02.452Z Downloaded usdt-impl v0.5.0
2342025-10-03T20:04:02.452Z Downloaded typenum v1.17.0
2352025-10-03T20:04:02.452Z Downloaded itertools v0.14.0
2362025-10-03T20:04:02.452Z Downloaded sqlparser v0.45.0
2372025-10-03T20:04:02.452Z Downloaded memchr v2.7.4
2382025-10-03T20:04:02.452Z Downloaded slog-term v2.9.2
2392025-10-03T20:04:02.452Z Downloaded unicode-width v0.2.0
2402025-10-03T20:04:02.452Z Downloaded rustls v0.21.12
2412025-10-03T20:04:02.477Z Downloaded proptest v1.7.0
2422025-10-03T20:04:02.477Z Downloaded webpki-roots v1.0.1
2432025-10-03T20:04:02.477Z Downloaded moka v0.12.10
2442025-10-03T20:04:02.477Z Downloaded unicode-width v0.1.14
2452025-10-03T20:04:02.477Z Downloaded rustls v0.23.19
2462025-10-03T20:04:02.477Z Downloaded rustls v0.22.4
2472025-10-03T20:04:02.501Z Downloaded smoltcp v0.9.1
2482025-10-03T20:04:02.501Z Downloaded rustix v1.0.7
2492025-10-03T20:04:02.527Z Downloaded smoltcp v0.11.0
2502025-10-03T20:04:02.551Z Downloaded regex-automata v0.4.11
2512025-10-03T20:04:02.576Z Downloaded sled v0.34.7
2522025-10-03T20:04:02.600Z Downloaded typify-impl v0.4.3
2532025-10-03T20:04:02.600Z Downloaded petgraph v0.6.5
2542025-10-03T20:04:02.628Z Downloaded zerocopy-derive v0.6.6
2552025-10-03T20:04:02.652Z Downloaded ratatui v0.29.0
2562025-10-03T20:04:02.677Z Downloaded petgraph v0.8.2
2572025-10-03T20:04:02.702Z Downloaded rustix v0.38.37
2582025-10-03T20:04:02.727Z Downloaded lzma-sys v0.1.20
2592025-10-03T20:04:02.754Z Downloaded jiff v0.2.15
2602025-10-03T20:04:02.780Z Downloaded typify-impl v0.3.0
2612025-10-03T20:04:02.805Z Downloaded typify-impl v0.2.0
2622025-10-03T20:04:02.805Z Downloaded libz-sys v1.1.20
2632025-10-03T20:04:02.829Z Downloaded csv v1.3.1
2642025-10-03T20:04:02.854Z Downloaded diesel v2.2.12
2652025-10-03T20:04:02.878Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
2662025-10-03T20:04:02.902Z Downloaded object v0.36.5
2672025-10-03T20:04:02.927Z Downloaded chrono-tz v0.10.4
2682025-10-03T20:04:02.951Z Downloaded serde_with v3.14.0
2692025-10-03T20:04:02.951Z Downloaded sha3 v0.10.8
2702025-10-03T20:04:02.975Z Downloaded libc v0.2.174
2712025-10-03T20:04:02.999Z Downloaded rustls-webpki v0.102.8
2722025-10-03T20:04:03.026Z Downloaded chrono v0.4.42
2732025-10-03T20:04:03.026Z Downloaded prettyplease v0.2.36
2742025-10-03T20:04:03.051Z Downloaded tracing v0.1.40
2752025-10-03T20:04:03.051Z Downloaded tokio-postgres v0.7.13
2762025-10-03T20:04:03.051Z Downloaded itertools v0.13.0
2772025-10-03T20:04:03.051Z Downloaded tabled v0.18.0
2782025-10-03T20:04:03.075Z Downloaded tabled v0.15.0
2792025-10-03T20:04:03.099Z Downloaded tokio v1.47.0
2802025-10-03T20:04:03.140Z Downloaded hyper v1.7.0
2812025-10-03T20:04:03.165Z Downloaded mio v1.0.2
2822025-10-03T20:04:03.165Z Downloaded typed-path v0.9.3
2832025-10-03T20:04:03.165Z Downloaded ring v0.17.14
2842025-10-03T20:04:03.219Z Downloaded snafu v0.8.5
2852025-10-03T20:04:03.243Z Downloaded der v0.7.9
2862025-10-03T20:04:03.243Z Downloaded rustls-webpki v0.101.7
2872025-10-03T20:04:03.267Z Downloaded object v0.30.4
2882025-10-03T20:04:03.292Z Downloaded regex-syntax v0.6.29
2892025-10-03T20:04:03.292Z Downloaded regex-syntax v0.8.5
2902025-10-03T20:04:03.292Z Downloaded tracing-core v0.1.32
2912025-10-03T20:04:03.316Z Downloaded itertools v0.12.1
2922025-10-03T20:04:03.316Z Downloaded curve25519-dalek v4.1.3
2932025-10-03T20:04:03.316Z Downloaded lazy_static v1.5.0
2942025-10-03T20:04:03.340Z Downloaded lalrpop-util v0.19.12
2952025-10-03T20:04:03.340Z Downloaded untrusted v0.7.1
2962025-10-03T20:04:03.340Z Downloaded memmap2 v0.9.5
2972025-10-03T20:04:03.340Z Downloaded progenitor-impl v0.10.0
2982025-10-03T20:04:03.340Z Downloaded ed25519-dalek v2.1.1
2992025-10-03T20:04:03.340Z Downloaded itertools v0.10.5
3002025-10-03T20:04:03.340Z Downloaded qorb v0.4.1
3012025-10-03T20:04:03.365Z Downloaded socket2 v0.5.10
3022025-10-03T20:04:03.365Z Downloaded publicsuffix v2.3.0
3032025-10-03T20:04:03.365Z Downloaded socket2 v0.6.0
3042025-10-03T20:04:03.365Z Downloaded tungstenite v0.23.0
3052025-10-03T20:04:03.365Z Downloaded tungstenite v0.21.0
3062025-10-03T20:04:03.365Z Downloaded derive_more-impl v2.0.1
3072025-10-03T20:04:03.390Z Downloaded p384 v0.13.0
3082025-10-03T20:04:03.390Z Downloaded regress v0.10.4
3092025-10-03T20:04:03.390Z Downloaded usdt-attr-macro v0.5.0
3102025-10-03T20:04:03.390Z Downloaded parking_lot v0.11.2
3112025-10-03T20:04:03.414Z Downloaded mime v0.3.17
3122025-10-03T20:04:03.414Z Downloaded httpmock v0.8.0-alpha.1
3132025-10-03T20:04:03.439Z Downloaded elliptic-curve v0.13.8
3142025-10-03T20:04:03.439Z Downloaded derive_more v2.0.1
3152025-10-03T20:04:03.439Z Downloaded memoffset v0.9.1
3162025-10-03T20:04:03.439Z Downloaded memmap v0.7.0
3172025-10-03T20:04:03.439Z Downloaded snafu-derive v0.8.5
3182025-10-03T20:04:03.440Z Downloaded proc-macro-error v1.0.4
3192025-10-03T20:04:03.464Z Downloaded primeorder v0.13.6
3202025-10-03T20:04:03.464Z Downloaded tui-tree-widget v0.23.1
3212025-10-03T20:04:03.464Z Downloaded derive-where v1.5.0
3222025-10-03T20:04:03.464Z Downloaded dropshot v0.16.4
3232025-10-03T20:04:03.493Z Downloaded zerocopy v0.8.27
3242025-10-03T20:04:03.526Z Downloaded twox-hash v2.1.0
3252025-10-03T20:04:03.550Z Downloaded tracing-attributes v0.1.27
3262025-10-03T20:04:03.550Z Downloaded derive_more v0.99.20
3272025-10-03T20:04:03.550Z Downloaded progenitor-impl v0.11.0
3282025-10-03T20:04:03.550Z Downloaded proc-macro-error2 v2.0.1
3292025-10-03T20:04:03.550Z Downloaded libgit2-sys v0.18.2+1.9.1
3302025-10-03T20:04:03.631Z Downloaded nom v7.1.3
3312025-10-03T20:04:03.655Z Downloaded serde_with_macros v3.14.0
3322025-10-03T20:04:03.655Z Downloaded proc-macro-error-attr2 v2.0.0
3332025-10-03T20:04:03.655Z Downloaded proc-macro-error-attr v1.0.4
3342025-10-03T20:04:03.655Z Downloaded proc-macro-crate v1.3.1
3352025-10-03T20:04:03.655Z Downloaded trybuild v1.0.106
3362025-10-03T20:04:03.655Z Downloaded spin v0.9.8
3372025-10-03T20:04:03.679Z Downloaded openapiv3 v2.2.0
3382025-10-03T20:04:03.679Z Downloaded tls_codec v0.4.1
3392025-10-03T20:04:03.679Z Downloaded derive_builder v0.20.2
3402025-10-03T20:04:03.704Z Downloaded deranged v0.5.3
3412025-10-03T20:04:03.704Z Downloaded der_derive v0.7.3
3422025-10-03T20:04:03.704Z Downloaded nix v0.30.1
3432025-10-03T20:04:03.728Z Downloaded derive-ex v0.1.8
3442025-10-03T20:04:03.728Z Downloaded vcpkg v0.2.15
3452025-10-03T20:04:03.762Z Downloaded smallvec v0.6.14
3462025-10-03T20:04:03.786Z Downloaded slog-stdlog v4.1.1
3472025-10-03T20:04:03.787Z Downloaded proc-macro-crate v3.2.0
3482025-10-03T20:04:03.787Z Downloaded tls_codec_derive v0.4.1
3492025-10-03T20:04:03.787Z Downloaded des v0.8.1
3502025-10-03T20:04:03.787Z Downloaded russh-keys v0.45.0
3512025-10-03T20:04:03.787Z Downloaded criterion v0.7.0
3522025-10-03T20:04:03.814Z Downloaded smawk v0.3.2
3532025-10-03T20:04:03.814Z Downloaded serde_urlencoded v0.7.1
3542025-10-03T20:04:03.815Z Downloaded tinyvec_macros v0.1.1
3552025-10-03T20:04:03.815Z Downloaded itoa v1.0.11
3562025-10-03T20:04:03.815Z Downloaded either v1.15.0
3572025-10-03T20:04:03.815Z Downloaded ed25519 v2.2.3
3582025-10-03T20:04:03.815Z Downloaded ecdsa v0.16.9
3592025-10-03T20:04:03.815Z Downloaded dyn-clone v1.0.20
3602025-10-03T20:04:03.815Z Downloaded tokio-rustls v0.26.0
3612025-10-03T20:04:03.815Z Downloaded tokio-rustls v0.24.1
3622025-10-03T20:04:03.815Z Downloaded tokio-macros v2.5.0
3632025-10-03T20:04:03.841Z Downloaded tokio-dtrace v0.1.0
3642025-10-03T20:04:03.841Z Downloaded ingot-types v0.1.2
3652025-10-03T20:04:03.841Z Downloaded ingot-macros v0.1.1
3662025-10-03T20:04:03.841Z Downloaded httptest v0.16.3
3672025-10-03T20:04:03.841Z Downloaded httparse v1.9.5
3682025-10-03T20:04:03.841Z Downloaded http-body-util v0.1.3
3692025-10-03T20:04:03.841Z Downloaded rustls-pki-types v1.10.0
3702025-10-03T20:04:03.841Z Downloaded rust-argon2 v2.1.0
3712025-10-03T20:04:03.865Z Downloaded ssh-key v0.6.6
3722025-10-03T20:04:03.866Z Downloaded libm v0.2.8
3732025-10-03T20:04:03.866Z Downloaded winnow v0.7.13
3742025-10-03T20:04:03.890Z Downloaded winnow v0.6.26
3752025-10-03T20:04:03.890Z Downloaded syn v2.0.106
3762025-10-03T20:04:03.920Z Downloaded quinn-proto v0.11.8
3772025-10-03T20:04:03.920Z Downloaded quick-xml v0.37.2
3782025-10-03T20:04:03.921Z Downloaded nix v0.28.0
3792025-10-03T20:04:03.946Z Downloaded futures-lite v2.3.0
3802025-10-03T20:04:03.946Z Downloaded derive_builder_macro v0.20.2
3812025-10-03T20:04:03.946Z Downloaded tokio-rustls v0.25.0
3822025-10-03T20:04:03.946Z Downloaded tokio-native-tls v0.3.1
3832025-10-03T20:04:03.946Z Downloaded ingot v0.1.1
3842025-10-03T20:04:03.946Z Downloaded indoc v2.0.6
3852025-10-03T20:04:03.970Z Downloaded hubpack v0.1.2
3862025-10-03T20:04:03.970Z Downloaded httpdate v1.0.3
3872025-10-03T20:04:03.970Z Downloaded embedded-io v0.4.0
3882025-10-03T20:04:03.970Z Downloaded serde v1.0.226
3892025-10-03T20:04:03.970Z Downloaded rustls-pemfile v2.2.0
3902025-10-03T20:04:03.971Z Downloaded rustls-pemfile v1.0.4
3912025-10-03T20:04:03.971Z Downloaded rustls-native-certs v0.8.1
3922025-10-03T20:04:03.971Z Downloaded rand_chacha v0.9.0
3932025-10-03T20:04:03.971Z Downloaded vte v0.11.1
3942025-10-03T20:04:03.995Z Downloaded clap_builder v4.5.48
3952025-10-03T20:04:03.995Z Downloaded idna v1.0.3
3962025-10-03T20:04:03.995Z Downloaded winnow v0.5.40
3972025-10-03T20:04:04.019Z Downloaded nix v0.29.0
3982025-10-03T20:04:04.019Z Downloaded is_terminal_polyfill v1.70.1
3992025-10-03T20:04:04.019Z Downloaded is-terminal v0.4.13
4002025-10-03T20:04:04.044Z Downloaded internet-checksum v0.2.1
4012025-10-03T20:04:04.044Z Downloaded instability v0.3.2
4022025-10-03T20:04:04.044Z Downloaded inout v0.1.3
4032025-10-03T20:04:04.044Z Downloaded http-body v1.0.1
4042025-10-03T20:04:04.044Z Downloaded serde_tokenstream v0.2.2
4052025-10-03T20:04:04.044Z Downloaded rustc_version v0.1.7
4062025-10-03T20:04:04.044Z Downloaded rustc-demangle v0.1.24
4072025-10-03T20:04:04.044Z Downloaded progenitor-macro v0.10.0
4082025-10-03T20:04:04.044Z Downloaded num-bigint-dig v0.8.4
4092025-10-03T20:04:04.070Z Downloaded instant v0.1.13
4102025-10-03T20:04:04.070Z Downloaded http-range v0.1.5
4112025-10-03T20:04:04.070Z Downloaded rustc_version v0.4.1
4122025-10-03T20:04:04.070Z Downloaded rustc-hash v1.1.0
4132025-10-03T20:04:04.070Z Downloaded rand_chacha v0.3.1
4142025-10-03T20:04:04.070Z Downloaded psl-types v2.0.11
4152025-10-03T20:04:04.070Z Downloaded progenitor-macro v0.11.0
4162025-10-03T20:04:04.070Z Downloaded progenitor-macro v0.9.1
4172025-10-03T20:04:04.070Z Downloaded progenitor-macro v0.8.0
4182025-10-03T20:04:04.070Z Downloaded zopfli v0.8.1
4192025-10-03T20:04:04.070Z Downloaded zone v0.1.8
4202025-10-03T20:04:04.070Z Downloaded steno v0.4.1
4212025-10-03T20:04:04.095Z Downloaded p521 v0.13.3
4222025-10-03T20:04:04.095Z Downloaded diesel_derives v2.2.3
4232025-10-03T20:04:04.095Z Downloaded serde_json v1.0.145
4242025-10-03T20:04:04.119Z Downloaded serde_core v1.0.226
4252025-10-03T20:04:04.119Z Downloaded portable-atomic v1.11.0
4262025-10-03T20:04:04.119Z Downloaded num-bigint v0.4.6
4272025-10-03T20:04:04.119Z Downloaded iddqd v0.3.13
4282025-10-03T20:04:04.143Z Downloaded time v0.3.43
4292025-10-03T20:04:04.143Z Downloaded rustc-hash v2.1.1
4302025-10-03T20:04:04.143Z Downloaded russh-cryptovec v0.7.3
4312025-10-03T20:04:04.143Z Downloaded crc-any v2.5.0
4322025-10-03T20:04:04.169Z Downloaded walkdir v2.5.0
4332025-10-03T20:04:04.169Z Downloaded waitgroup v0.1.2
4342025-10-03T20:04:04.169Z Downloaded wait-timeout v0.2.0
4352025-10-03T20:04:04.169Z Downloaded utf16_iter v1.0.5
4362025-10-03T20:04:04.170Z Downloaded sqlformat v0.3.5
4372025-10-03T20:04:04.170Z Downloaded unicode-segmentation v1.12.0
4382025-10-03T20:04:04.170Z Downloaded radix_trie v0.2.1
4392025-10-03T20:04:04.170Z Downloaded nix v0.27.1
4402025-10-03T20:04:04.194Z Downloaded cookie_store v0.21.1
4412025-10-03T20:04:04.194Z Downloaded ciborium v0.2.2
4422025-10-03T20:04:04.194Z Downloaded chacha20poly1305 v0.10.1
4432025-10-03T20:04:04.194Z Downloaded sct v0.7.1
4442025-10-03T20:04:04.194Z Downloaded clap v4.5.48
4452025-10-03T20:04:04.218Z Downloaded x509-cert v0.2.5
4462025-10-03T20:04:04.218Z Downloaded crc-catalog v2.4.0
4472025-10-03T20:04:04.218Z Downloaded crc v3.2.1
4482025-10-03T20:04:04.218Z Downloaded colorchoice v1.0.2
4492025-10-03T20:04:04.219Z Downloaded chacha20 v0.9.1
4502025-10-03T20:04:04.243Z Downloaded zstd-safe v7.2.3
4512025-10-03T20:04:04.243Z Downloaded zstd v0.13.3
4522025-10-03T20:04:04.243Z Downloaded zone_cfg_derive v0.3.0
4532025-10-03T20:04:04.243Z Downloaded zone_cfg_derive v0.1.2
4542025-10-03T20:04:04.243Z Downloaded zone v0.3.1
4552025-10-03T20:04:04.243Z Downloaded want v0.3.1
4562025-10-03T20:04:04.243Z Downloaded vte_generate_state_changes v0.1.2
4572025-10-03T20:04:04.243Z Downloaded tinyvec v1.8.0
4582025-10-03T20:04:04.243Z Downloaded spki v0.7.3
4592025-10-03T20:04:04.243Z Downloaded hyper-util v0.1.17
4602025-10-03T20:04:04.268Z Downloaded crossbeam-channel v0.5.15
4612025-10-03T20:04:04.268Z Downloaded zlib-rs v0.5.1
4622025-10-03T20:04:04.268Z Downloaded syn v1.0.109
4632025-10-03T20:04:04.292Z Downloaded cfg-if v1.0.1
4642025-10-03T20:04:04.292Z Downloaded rustversion v1.0.22
4652025-10-03T20:04:04.292Z Downloaded openssl-sys v0.9.109
4662025-10-03T20:04:04.292Z Downloaded multer v3.1.0
4672025-10-03T20:04:04.292Z Downloaded hyper-rustls v0.27.7
4682025-10-03T20:04:04.316Z Downloaded clang-sys v1.8.1
4692025-10-03T20:04:04.316Z Downloaded unicode_categories v0.1.1
4702025-10-03T20:04:04.316Z Downloaded parking_lot_core v0.9.10
4712025-10-03T20:04:04.316Z Downloaded rustyline v14.0.0
4722025-10-03T20:04:04.316Z Downloaded petname v2.0.2
4732025-10-03T20:04:04.340Z Downloaded pest v2.8.2
4742025-10-03T20:04:04.341Z Downloaded openssl v0.10.73
4752025-10-03T20:04:04.341Z Downloaded cfg_aliases v0.2.1
4762025-10-03T20:04:04.366Z Downloaded cfg_aliases v0.1.1
4772025-10-03T20:04:04.366Z Downloaded stable_deref_trait v1.2.0
4782025-10-03T20:04:04.366Z Downloaded ssh-cipher v0.2.0
4792025-10-03T20:04:04.366Z Downloaded sqlparser_derive v0.2.2
4802025-10-03T20:04:04.366Z Downloaded semver v1.0.27
4812025-10-03T20:04:04.366Z Downloaded sec1 v0.7.3
4822025-10-03T20:04:04.366Z Downloaded rusty-fork v0.3.0
4832025-10-03T20:04:04.366Z Downloaded papergrid v0.17.0
4842025-10-03T20:04:04.392Z Downloaded papergrid v0.14.0
4852025-10-03T20:04:04.392Z Downloaded papergrid v0.11.0
4862025-10-03T20:04:04.392Z Downloaded num_threads v0.1.7
4872025-10-03T20:04:04.392Z Downloaded dropshot-api-manager v0.2.1
4882025-10-03T20:04:04.392Z Downloaded serde_derive v1.0.226
4892025-10-03T20:04:04.416Z Downloaded polling v3.7.3
4902025-10-03T20:04:04.416Z Downloaded parking_lot v0.12.3
4912025-10-03T20:04:04.416Z Downloaded libxml v0.3.3
4922025-10-03T20:04:04.416Z Downloaded crossterm v0.29.0
4932025-10-03T20:04:04.441Z Downloaded crossterm v0.28.1
4942025-10-03T20:04:04.441Z Downloaded static_assertions v1.1.0
4952025-10-03T20:04:04.465Z Downloaded ssh-encoding v0.2.0
4962025-10-03T20:04:04.465Z Downloaded nodrop v0.1.14
4972025-10-03T20:04:04.465Z Downloaded multimap v0.10.1
4982025-10-03T20:04:04.465Z Downloaded libefi-sys v0.1.0
4992025-10-03T20:04:04.465Z Downloaded humantime v2.2.0
5002025-10-03T20:04:04.465Z Downloaded icu_properties_data v1.5.0
5012025-10-03T20:04:04.465Z Downloaded zerocopy v0.7.35
5022025-10-03T20:04:04.490Z Downloaded secrecy v0.10.3
5032025-10-03T20:04:04.490Z Downloaded number_prefix v0.4.0
5042025-10-03T20:04:04.490Z Downloaded normalize-line-endings v0.3.0
5052025-10-03T20:04:04.514Z Downloaded hyper-staticfile v0.10.1
5062025-10-03T20:04:04.514Z Downloaded diesel-dtrace v0.4.2
5072025-10-03T20:04:04.514Z Downloaded clap_derive v4.5.47
5082025-10-03T20:04:04.514Z Downloaded cipher v0.4.4
5092025-10-03T20:04:04.514Z Downloaded ciborium-ll v0.2.2
5102025-10-03T20:04:04.514Z Downloaded unsafe-libyaml v0.2.11
5112025-10-03T20:04:04.514Z Downloaded unicode-truncate v1.1.0
5122025-10-03T20:04:04.514Z Downloaded ucd-trie v0.1.7
5132025-10-03T20:04:04.514Z Downloaded tempfile v3.20.0
5142025-10-03T20:04:04.514Z Downloaded tar v0.4.44
5152025-10-03T20:04:04.539Z Downloaded tagptr v0.2.0
5162025-10-03T20:04:04.539Z Downloaded serde_cbor v0.11.2
5172025-10-03T20:04:04.539Z Downloaded pretty_assertions v1.4.1
5182025-10-03T20:04:04.539Z Downloaded prefix-trie v0.7.0
5192025-10-03T20:04:04.539Z Downloaded poly1305 v0.8.0
5202025-10-03T20:04:04.539Z Downloaded pin-project v1.1.6
5212025-10-03T20:04:04.563Z Downloaded indexmap v2.11.4
5222025-10-03T20:04:04.563Z Downloaded salty v0.3.0
5232025-10-03T20:04:04.563Z Downloaded tokio-util v0.7.15
5242025-10-03T20:04:04.589Z Downloaded parking v2.2.1
5252025-10-03T20:04:04.589Z Downloaded packed_struct_codegen v0.10.1
5262025-10-03T20:04:04.589Z Downloaded packed_struct v0.10.1
5272025-10-03T20:04:04.589Z Downloaded openssl-probe v0.1.5
5282025-10-03T20:04:04.589Z Downloaded openssl-macros v0.1.1
5292025-10-03T20:04:04.589Z Downloaded managed v0.8.0
5302025-10-03T20:04:04.589Z Downloaded lzss v0.8.2
5312025-10-03T20:04:04.589Z Downloaded indoc v1.0.9
5322025-10-03T20:04:04.614Z Downloaded hubpack_derive v0.1.1
5332025-10-03T20:04:04.614Z Downloaded dropshot_endpoint v0.16.4
5342025-10-03T20:04:04.614Z Downloaded cobs v0.2.3
5352025-10-03T20:04:04.614Z Downloaded cmake v0.1.51
5362025-10-03T20:04:04.614Z Downloaded ciborium-io v0.2.2
5372025-10-03T20:04:04.614Z Downloaded unicode-xid v0.2.6
5382025-10-03T20:04:04.614Z Downloaded typify-macro v0.4.3
5392025-10-03T20:04:04.614Z Downloaded typify-macro v0.3.0
5402025-10-03T20:04:04.614Z Downloaded typify-macro v0.2.0
5412025-10-03T20:04:04.614Z Downloaded term v0.7.0
5422025-10-03T20:04:04.614Z Downloaded target-spec v3.5.0
5432025-10-03T20:04:04.639Z Downloaded tabwriter v1.4.0
5442025-10-03T20:04:04.639Z Downloaded tabled_derive v0.7.0
5452025-10-03T20:04:04.639Z Downloaded serde-untagged v0.1.7
5462025-10-03T20:04:04.639Z Downloaded postcard v1.0.10
5472025-10-03T20:04:04.639Z Downloaded parking_lot_core v0.8.6
5482025-10-03T20:04:04.639Z Downloaded libloading v0.8.5
5492025-10-03T20:04:04.639Z Downloaded indicatif v0.18.0
5502025-10-03T20:04:04.639Z Downloaded crypto-bigint v0.5.5
5512025-10-03T20:04:04.664Z Downloaded zip v4.2.0
5522025-10-03T20:04:04.664Z Downloaded unicode-bidi v0.3.17
5532025-10-03T20:04:04.664Z Downloaded regex v1.11.3
5542025-10-03T20:04:04.664Z Downloaded rayon v1.10.0
5552025-10-03T20:04:04.688Z Downloaded icu_provider_macros v1.5.0
5562025-10-03T20:04:04.688Z Downloaded hyper-tls v0.6.0
5572025-10-03T20:04:04.689Z Downloaded dropshot-api-manager-types v0.2.1
5582025-10-03T20:04:04.689Z Downloaded diesel_table_macro_syntax v0.2.0
5592025-10-03T20:04:04.689Z Downloaded clap_lex v0.7.4
5602025-10-03T20:04:04.689Z Downloaded universal-hash v0.5.1
5612025-10-03T20:04:04.689Z Downloaded unit-prefix v0.5.1
5622025-10-03T20:04:04.689Z Downloaded target-lexicon v0.13.2
5632025-10-03T20:04:04.713Z Downloaded tap v1.0.1
5642025-10-03T20:04:04.713Z Downloaded tabled_derive v0.11.0
5652025-10-03T20:04:04.713Z Downloaded tabled_derive v0.10.0
5662025-10-03T20:04:04.713Z Downloaded serde_spanned v0.6.9
5672025-10-03T20:04:04.713Z Downloaded serde_plain v1.0.2
5682025-10-03T20:04:04.713Z Downloaded serde_path_to_error v0.1.17
5692025-10-03T20:04:04.713Z Downloaded serde_derive_internals v0.29.1
5702025-10-03T20:04:04.713Z Downloaded serde_bytes v0.11.19
5712025-10-03T20:04:04.713Z Downloaded serde-value v0.7.0
5722025-10-03T20:04:04.713Z Downloaded serde-hex v0.1.0
5732025-10-03T20:04:04.713Z Downloaded postgres-types v0.2.9
5742025-10-03T20:04:04.713Z Downloaded postgres-protocol v0.6.8
5752025-10-03T20:04:04.738Z Downloaded pin-project-internal v1.1.6
5762025-10-03T20:04:04.738Z Downloaded parse-display-derive v0.10.0
5772025-10-03T20:04:04.738Z Downloaded parse-display v0.10.0
5782025-10-03T20:04:04.738Z Downloaded num-complex v0.4.6
5792025-10-03T20:04:04.738Z Downloaded nu-ansi-term v0.50.1
5802025-10-03T20:04:04.738Z Downloaded indicatif v0.17.11
5812025-10-03T20:04:04.738Z Downloaded indexmap v1.9.3
5822025-10-03T20:04:04.738Z Downloaded ignore v0.4.23
5832025-10-03T20:04:04.738Z Downloaded crossbeam-utils v0.8.21
5842025-10-03T20:04:04.762Z Downloaded unicode-normalization v0.1.24
5852025-10-03T20:04:04.763Z Downloaded quinn v0.11.5
5862025-10-03T20:04:04.763Z Downloaded hickory-proto v0.25.2
5872025-10-03T20:04:04.787Z Downloaded hickory-proto v0.24.4
5882025-10-03T20:04:04.811Z Downloaded take_mut v0.2.2
5892025-10-03T20:04:04.811Z Downloaded serde_spanned v1.0.0
5902025-10-03T20:04:04.811Z Downloaded serde_regex v1.1.0
5912025-10-03T20:04:04.811Z Downloaded predicates-tree v1.0.12
5922025-10-03T20:04:04.836Z Downloaded predicates-core v1.0.8
5932025-10-03T20:04:04.836Z Downloaded predicates v3.1.3
5942025-10-03T20:04:04.836Z Downloaded ppv-lite86 v0.2.20
5952025-10-03T20:04:04.836Z Downloaded powerfmt v0.2.0
5962025-10-03T20:04:04.836Z Downloaded polyval v0.6.2
5972025-10-03T20:04:04.836Z Downloaded num v0.4.3
5982025-10-03T20:04:04.836Z Downloaded libscf-sys v1.1.0
5992025-10-03T20:04:04.860Z Downloaded crossbeam-epoch v0.9.18
6002025-10-03T20:04:04.860Z Downloaded lalrpop v0.19.12
6012025-10-03T20:04:04.860Z Downloaded plotters v0.3.7
6022025-10-03T20:04:04.884Z Downloaded num_enum_derive v0.5.11
6032025-10-03T20:04:04.884Z Downloaded libz-rs-sys v0.5.1
6042025-10-03T20:04:04.884Z Downloaded libtest-mimic v0.8.1
6052025-10-03T20:04:04.884Z Downloaded libsw v3.5.0
6062025-10-03T20:04:04.884Z Downloaded whoami v1.5.2
6072025-10-03T20:04:04.884Z Downloaded typify v0.3.0
6082025-10-03T20:04:04.884Z Downloaded slog v2.7.0
6092025-10-03T20:04:04.912Z Downloaded icu_collections v1.5.0
6102025-10-03T20:04:04.912Z Downloaded pretty-hex v0.2.1
6112025-10-03T20:04:04.912Z Downloaded precomputed-hash v0.1.1
6122025-10-03T20:04:04.912Z Downloaded num-conv v0.1.0
6132025-10-03T20:04:04.912Z Downloaded libsw-core v0.3.1
6142025-10-03T20:04:04.912Z Downloaded indent_write v2.2.0
6152025-10-03T20:04:04.912Z Downloaded impl-trait-for-tuples v0.2.2
6162025-10-03T20:04:04.912Z Downloaded idna_adapter v1.2.0
6172025-10-03T20:04:04.912Z Downloaded defmt-macros v0.3.9
6182025-10-03T20:04:04.912Z Downloaded csv-core v0.1.11
6192025-10-03T20:04:04.937Z Downloaded crossbeam-deque v0.8.5
6202025-10-03T20:04:04.937Z Downloaded critical-section v1.1.3
6212025-10-03T20:04:04.937Z Downloaded criterion-plot v0.6.0
6222025-10-03T20:04:04.937Z Downloaded zip v0.6.6
6232025-10-03T20:04:04.937Z Downloaded typify v0.2.0
6242025-10-03T20:04:04.937Z Downloaded samael v0.0.19
6252025-10-03T20:04:04.962Z Downloaded aws-lc-sys v0.26.0
6262025-10-03T20:04:05.213Z Downloaded rand v0.9.2
6272025-10-03T20:04:05.237Z Downloaded omicron-zone-package v0.12.2
6282025-10-03T20:04:05.237Z Downloaded jiff-static v0.2.15
6292025-10-03T20:04:05.237Z Downloaded debug-ignore v1.0.5
6302025-10-03T20:04:05.237Z Downloaded xattr v1.3.1
6312025-10-03T20:04:05.237Z Downloaded term v1.1.0
6322025-10-03T20:04:05.238Z Downloaded ryu v1.0.18
6332025-10-03T20:04:05.262Z Downloaded iri-string v0.7.8
6342025-10-03T20:04:05.262Z Downloaded datatest-stable v0.3.2
6352025-10-03T20:04:05.262Z Downloaded ctr v0.9.2
6362025-10-03T20:04:05.262Z Downloaded wyz v0.5.1
6372025-10-03T20:04:05.262Z Downloaded writeable v0.5.5
6382025-10-03T20:04:05.262Z Downloaded which v4.4.2
6392025-10-03T20:04:05.262Z Downloaded unicode-properties v0.1.3
6402025-10-03T20:04:05.287Z Downloaded rand v0.8.5
6412025-10-03T20:04:05.287Z Downloaded polar-core v0.27.3
6422025-10-03T20:04:05.287Z Downloaded crypto-common v0.1.6
6432025-10-03T20:04:05.287Z Downloaded xshell v0.2.7
6442025-10-03T20:04:05.287Z Downloaded typify v0.4.3
6452025-10-03T20:04:05.287Z Downloaded subtle v2.6.1
6462025-10-03T20:04:05.312Z Downloaded pem-rfc7468 v0.7.0
6472025-10-03T20:04:05.312Z Downloaded reedline v0.40.0
6482025-10-03T20:04:05.312Z Downloaded unicode-ident v1.0.18
6492025-10-03T20:04:05.312Z Downloaded unicase v2.7.0
6502025-10-03T20:04:05.313Z Downloaded unarray v0.1.4
6512025-10-03T20:04:05.313Z Downloaded tiny-keccak v2.0.2
6522025-10-03T20:04:05.313Z Downloaded thread_local v1.1.8
6532025-10-03T20:04:05.313Z Downloaded terminal_size v0.4.0
6542025-10-03T20:04:05.337Z Downloaded schemars v0.8.22
6552025-10-03T20:04:05.337Z Downloaded icu_normalizer v1.5.0
6562025-10-03T20:04:05.337Z Downloaded xz2 v0.1.7
6572025-10-03T20:04:05.337Z Downloaded write16 v1.0.0
6582025-10-03T20:04:05.337Z Downloaded vsss-rs v3.3.4
6592025-10-03T20:04:05.362Z Downloaded utf8_iter v1.0.4
6602025-10-03T20:04:05.362Z Downloaded thread-id v4.2.2
6612025-10-03T20:04:05.362Z Downloaded thiserror-no-std v2.0.2
6622025-10-03T20:04:05.362Z Downloaded termcolor v1.4.1
6632025-10-03T20:04:05.362Z Downloaded support-bundle-viewer v0.1.2
6642025-10-03T20:04:05.362Z Downloaded slog-dtrace v0.3.0
6652025-10-03T20:04:05.362Z Downloaded slog-async v2.8.0
6662025-10-03T20:04:05.386Z Downloaded quote v1.0.40
6672025-10-03T20:04:05.386Z Downloaded yansi v1.0.1
6682025-10-03T20:04:05.386Z Downloaded rcgen v0.12.1
6692025-10-03T20:04:05.386Z Downloaded time-macros v0.2.24
6702025-10-03T20:04:05.386Z Downloaded time-core v0.1.6
6712025-10-03T20:04:05.386Z Downloaded supports-color v3.0.2
6722025-10-03T20:04:05.386Z Downloaded pest_meta v2.8.2
6732025-10-03T20:04:05.411Z Downloaded once_cell v1.21.3
6742025-10-03T20:04:05.411Z Downloaded native-tls v0.2.12
6752025-10-03T20:04:05.411Z Downloaded litrs v0.4.1
6762025-10-03T20:04:05.411Z Downloaded icu_normalizer_data v1.5.0
6772025-10-03T20:04:05.411Z Downloaded icu_locid_transform_data v1.5.0
6782025-10-03T20:04:05.411Z Downloaded icu_locid v1.5.0
6792025-10-03T20:04:05.411Z Downloaded zerovec v0.10.4
6802025-10-03T20:04:05.435Z Downloaded reqwest v0.12.22
6812025-10-03T20:04:05.435Z Downloaded utf8parse v0.2.2
6822025-10-03T20:04:05.435Z Downloaded unicode-linebreak v0.1.5
6832025-10-03T20:04:05.435Z Downloaded tinystr v0.7.6
6842025-10-03T20:04:05.435Z Downloaded slog-json v2.6.1
6852025-10-03T20:04:05.460Z Downloaded slab v0.4.9
6862025-10-03T20:04:05.460Z Downloaded siphasher v1.0.1
6872025-10-03T20:04:05.460Z Downloaded scrypt v0.11.0
6882025-10-03T20:04:05.460Z Downloaded salsa20 v0.10.2
6892025-10-03T20:04:05.460Z Downloaded quinn-udp v0.5.5
6902025-10-03T20:04:05.460Z Downloaded quick-error v1.2.3
6912025-10-03T20:04:05.460Z Downloaded pest_derive v2.8.2
6922025-10-03T20:04:05.460Z Downloaded compact_str v0.8.0
6932025-10-03T20:04:05.460Z Downloaded test-strategy v0.4.3
6942025-10-03T20:04:05.484Z Downloaded rand_distr v0.5.1
6952025-10-03T20:04:05.484Z Downloaded swrite v0.1.0
6962025-10-03T20:04:05.484Z Downloaded slog-scope v4.4.0
6972025-10-03T20:04:05.484Z Downloaded scroll v0.12.0
6982025-10-03T20:04:05.484Z Downloaded scopeguard v1.2.0
6992025-10-03T20:04:05.484Z Downloaded schemars_derive v0.8.22
7002025-10-03T20:04:05.485Z Downloaded scheduled-thread-pool v0.2.7
7012025-10-03T20:04:05.485Z Downloaded same-file v1.0.6
7022025-10-03T20:04:05.485Z Downloaded radium v0.7.0
7032025-10-03T20:04:05.485Z Downloaded r2d2 v0.8.10
7042025-10-03T20:04:05.509Z Downloaded phf_shared v0.12.1
7052025-10-03T20:04:05.509Z Downloaded phf_shared v0.11.2
7062025-10-03T20:04:05.509Z Downloaded phf v0.12.1
7072025-10-03T20:04:05.509Z Downloaded pest_generator v2.8.2
7082025-10-03T20:04:05.509Z Downloaded percent-encoding v2.3.2
7092025-10-03T20:04:05.509Z Downloaded pem v3.0.5
7102025-10-03T20:04:05.509Z Downloaded peg-macros v0.8.5
7112025-10-03T20:04:05.509Z Downloaded peg v0.8.5
7122025-10-03T20:04:05.509Z Downloaded log v0.4.27
7132025-10-03T20:04:05.533Z Downloaded litemap v0.7.3
7142025-10-03T20:04:05.534Z Downloaded jobserver v0.1.32
7152025-10-03T20:04:05.534Z Downloaded ipnet v2.11.0
7162025-10-03T20:04:05.534Z Downloaded diff v0.1.13
7172025-10-03T20:04:05.534Z Downloaded uuid v1.18.1
7182025-10-03T20:04:05.534Z Downloaded slog-bunyan v2.5.0
7192025-10-03T20:04:05.534Z Downloaded icu_properties v1.5.1
7202025-10-03T20:04:05.534Z Downloaded icu_locid_transform v1.5.0
7212025-10-03T20:04:05.558Z Downloaded iana-time-zone v0.1.63
7222025-10-03T20:04:05.558Z Downloaded textwrap v0.16.2
7232025-10-03T20:04:05.558Z Downloaded serde_yaml v0.9.34+deprecated
7242025-10-03T20:04:05.558Z Downloaded olpc-cjson v0.1.4
7252025-10-03T20:04:05.558Z Downloaded lock_api v0.4.12
7262025-10-03T20:04:05.558Z Downloaded linear-map v1.2.0
7272025-10-03T20:04:05.558Z Downloaded displaydoc v0.2.5
7282025-10-03T20:04:05.583Z Downloaded darling_core v0.21.0
7292025-10-03T20:04:05.583Z Downloaded colored v2.2.0
7302025-10-03T20:04:05.583Z Downloaded zerocopy v0.6.6
7312025-10-03T20:04:05.583Z Downloaded tower-http v0.6.6
7322025-10-03T20:04:05.609Z Downloaded tough v0.20.0
7332025-10-03T20:04:05.609Z Downloaded peg-runtime v0.8.5
7342025-10-03T20:04:05.609Z Downloaded oorandom v11.1.4
7352025-10-03T20:04:05.634Z Downloaded lru-cache v0.1.2
7362025-10-03T20:04:05.634Z Downloaded darling_core v0.20.10
7372025-10-03T20:04:05.634Z Downloaded darling v0.21.0
7382025-10-03T20:04:05.634Z Downloaded const_format_proc_macros v0.2.34
7392025-10-03T20:04:05.634Z Downloaded const_format v0.2.34
7402025-10-03T20:04:05.634Z Downloaded vergen-git2 v1.0.7
7412025-10-03T20:04:05.658Z Downloaded tower v0.5.2
7422025-10-03T20:04:05.658Z Downloaded rayon-core v1.12.1
7432025-10-03T20:04:05.658Z Downloaded parse-size v1.1.0
7442025-10-03T20:04:05.658Z Downloaded opaque-debug v0.3.1
7452025-10-03T20:04:05.658Z Downloaded nanorand v0.7.0
7462025-10-03T20:04:05.658Z Downloaded lru v0.12.5
7472025-10-03T20:04:05.747Z Downloaded lockfree-object-pool v0.1.6
7482025-10-03T20:04:05.747Z Downloaded linked-hash-map v0.5.6
7492025-10-03T20:04:05.748Z Downloaded kv-log-macro v1.0.7
7502025-10-03T20:04:05.748Z Downloaded kstat-rs v0.2.4
7512025-10-03T20:04:05.748Z Downloaded icu_provider v1.5.0
7522025-10-03T20:04:05.748Z Downloaded drift v0.1.0
7532025-10-03T20:04:05.748Z Downloaded document-features v0.2.11
7542025-10-03T20:04:05.748Z Downloaded display-error-chain v0.2.2
7552025-10-03T20:04:05.748Z Downloaded darling_macro v0.20.10
7562025-10-03T20:04:05.748Z Downloaded daft v0.1.4
7572025-10-03T20:04:05.748Z Downloaded convert_case v0.4.0
7582025-10-03T20:04:05.748Z Downloaded console v0.16.0
7592025-10-03T20:04:05.748Z Downloaded zerocopy-derive v0.8.27
7602025-10-03T20:04:05.774Z Downloaded vergen-gitcl v1.0.8
7612025-10-03T20:04:05.774Z Downloaded vergen v9.0.6
7622025-10-03T20:04:05.774Z Downloaded progenitor-impl v0.8.0
7632025-10-03T20:04:05.798Z Downloaded ipnetwork v0.21.1
7642025-10-03T20:04:05.799Z Downloaded dof v0.3.0
7652025-10-03T20:04:05.799Z Downloaded dirs-next v2.0.0
7662025-10-03T20:04:05.799Z Downloaded digest v0.10.7
7672025-10-03T20:04:05.799Z Downloaded difflib v0.4.0
7682025-10-03T20:04:05.799Z Downloaded data-encoding v2.9.0
7692025-10-03T20:04:05.799Z Downloaded darling v0.20.10
7702025-10-03T20:04:05.799Z Downloaded console v0.15.10
7712025-10-03T20:04:05.825Z Downloaded zerocopy-derive v0.7.35
7722025-10-03T20:04:05.825Z Downloaded yoke v0.7.4
7732025-10-03T20:04:05.825Z Downloaded yasna v0.5.2
7742025-10-03T20:04:05.825Z Downloaded value-bag v1.9.0
7752025-10-03T20:04:05.850Z Downloaded uzers v0.12.1
7762025-10-03T20:04:05.850Z Downloaded toml v0.8.23
7772025-10-03T20:04:05.850Z Downloaded toml v0.7.8
7782025-10-03T20:04:05.850Z Downloaded strum_macros v0.26.4
7792025-10-03T20:04:05.850Z Downloaded convert_case v0.7.1
7802025-10-03T20:04:05.850Z Downloaded git2 v0.20.2
7812025-10-03T20:04:05.875Z Downloaded cookie v0.18.1
7822025-10-03T20:04:05.875Z Downloaded const-oid v0.9.6
7832025-10-03T20:04:05.875Z Downloaded zerofrom-derive v0.1.4
7842025-10-03T20:04:05.901Z Downloaded tokio-tungstenite v0.23.1
7852025-10-03T20:04:05.901Z Downloaded tokio-tungstenite v0.21.0
7862025-10-03T20:04:05.901Z Downloaded plain v0.2.3
7872025-10-03T20:04:05.901Z Downloaded toml_edit v0.19.15
7882025-10-03T20:04:05.928Z Downloaded pkcs5 v0.7.1
7892025-10-03T20:04:05.953Z Downloaded url v2.5.4
7902025-10-03T20:04:05.953Z Downloaded untrusted v0.9.0
7912025-10-03T20:04:05.953Z Downloaded toml_edit v0.22.27
7922025-10-03T20:04:05.978Z Downloaded structmeta-derive v0.3.0
7932025-10-03T20:04:05.978Z Downloaded stringprep v0.1.5
7942025-10-03T20:04:05.978Z Downloaded signal-hook-mio v0.2.4
7952025-10-03T20:04:05.978Z Downloaded signal-hook v0.3.18
7962025-10-03T20:04:05.978Z Downloaded shlex v1.3.0
7972025-10-03T20:04:05.978Z Downloaded russh v0.45.0
7982025-10-03T20:04:05.978Z Downloaded rand_core v0.6.4
7992025-10-03T20:04:06.002Z Downloaded gimli v0.31.1
8002025-10-03T20:04:06.002Z Downloaded constant_time_eq v0.3.1
8012025-10-03T20:04:06.002Z Downloaded zeroize_derive v1.4.2
8022025-10-03T20:04:06.002Z Downloaded zeroize v1.8.1
8032025-10-03T20:04:06.002Z Downloaded vergen-lib v0.1.6
8042025-10-03T20:04:06.003Z Downloaded toml v0.9.5
8052025-10-03T20:04:06.543Z Downloaded pkcs8 v0.10.2
8062025-10-03T20:04:06.543Z Downloaded password-hash v0.4.2
8072025-10-03T20:04:06.543Z Downloaded string_cache v0.8.9
8082025-10-03T20:04:06.543Z Downloaded ref-cast v1.0.24
8092025-10-03T20:04:06.543Z Downloaded rand_seeder v0.4.0
8102025-10-03T20:04:06.543Z Downloaded progenitor v0.11.0
8112025-10-03T20:04:06.543Z Downloaded progenitor v0.9.1
8122025-10-03T20:04:06.543Z Downloaded hkdf v0.12.4
8132025-10-03T20:04:06.543Z Downloaded goblin v0.8.2
8142025-10-03T20:04:06.543Z Downloaded yoke-derive v0.7.4
8152025-10-03T20:04:06.543Z Downloaded void v1.0.2
8162025-10-03T20:04:06.543Z Downloaded usdt v0.5.0
8172025-10-03T20:04:06.543Z Downloaded topological-sort v0.2.2
8182025-10-03T20:04:06.543Z Downloaded toml_write v0.1.2
8192025-10-03T20:04:06.543Z Downloaded toml_parser v1.0.2
8202025-10-03T20:04:06.543Z Downloaded thiserror-impl-no-std v2.0.2
8212025-10-03T20:04:06.544Z Downloaded subprocess v0.2.9
8222025-10-03T20:04:06.544Z Downloaded stringmetrics v2.2.2
8232025-10-03T20:04:06.544Z Downloaded pin-project-lite v0.2.14
8242025-10-03T20:04:06.544Z Downloaded h2 v0.4.6
8252025-10-03T20:04:06.544Z Downloaded guppy v0.17.20
8262025-10-03T20:04:06.544Z Downloaded toml_datetime v0.7.0
8272025-10-03T20:04:06.544Z Downloaded thiserror v2.0.17
8282025-10-03T20:04:06.544Z Downloaded thiserror v1.0.69
8292025-10-03T20:04:06.544Z Downloaded testing_table v0.3.0
8302025-10-03T20:04:06.544Z Downloaded structmeta v0.3.0
8312025-10-03T20:04:06.544Z Downloaded signal-hook-registry v1.4.2
8322025-10-03T20:04:06.544Z Downloaded rand_core v0.9.3
8332025-10-03T20:04:06.544Z Downloaded progenitor-client v0.10.0
8342025-10-03T20:04:06.544Z Downloaded pkg-config v0.3.31
8352025-10-03T20:04:06.544Z Downloaded hashbrown v0.16.0
8362025-10-03T20:04:06.544Z Downloaded toml_writer v1.0.2
8372025-10-03T20:04:06.544Z Downloaded toml_datetime v0.6.11
8382025-10-03T20:04:06.544Z Downloaded thiserror-impl v2.0.17
8392025-10-03T20:04:06.544Z Downloaded thiserror-impl v1.0.69
8402025-10-03T20:04:06.544Z Downloaded strum_macros v0.24.3
8412025-10-03T20:04:06.544Z Downloaded strsim v0.11.1
8422025-10-03T20:04:06.544Z Downloaded strip-ansi-escapes v0.2.0
8432025-10-03T20:04:06.544Z Downloaded similar v2.7.0
8442025-10-03T20:04:06.544Z Downloaded rstest_macros v0.25.0
8452025-10-03T20:04:06.544Z Downloaded rpassword v7.4.0
8462025-10-03T20:04:06.544Z Downloaded ron v0.8.1
8472025-10-03T20:04:06.544Z Downloaded ron v0.7.1
8482025-10-03T20:04:06.544Z Downloaded ref-cast-impl v1.0.24
8492025-10-03T20:04:06.544Z Downloaded progenitor v0.10.0
8502025-10-03T20:04:06.544Z Downloaded plotters-backend v0.3.7
8512025-10-03T20:04:06.544Z Downloaded pkcs1 v0.7.5
8522025-10-03T20:04:06.544Z Downloaded password-hash v0.5.0
8532025-10-03T20:04:06.544Z Downloaded simd-adler32 v0.3.7
8542025-10-03T20:04:06.544Z Downloaded sha2 v0.10.9
8552025-10-03T20:04:06.544Z Downloaded sha1 v0.10.6
8562025-10-03T20:04:06.544Z Downloaded rstest v0.25.0
8572025-10-03T20:04:06.544Z Downloaded progenitor-client v0.8.0
8582025-10-03T20:04:06.544Z Downloaded pin-utils v0.1.0
8592025-10-03T20:04:06.544Z Downloaded hickory-resolver v0.24.4
8602025-10-03T20:04:06.545Z Downloaded progenitor-impl v0.9.1
8612025-10-03T20:04:06.545Z Downloaded http v1.3.1
8622025-10-03T20:04:06.545Z Downloaded hickory-server v0.25.2
8632025-10-03T20:04:06.545Z Downloaded hickory-resolver v0.25.2
8642025-10-03T20:04:06.545Z Downloaded hashbrown v0.12.3
8652025-10-03T20:04:06.545Z Downloaded rsa v0.9.6
8662025-10-03T20:04:06.545Z Downloaded relative-path v1.9.3
8672025-10-03T20:04:06.545Z Downloaded partial-io v0.5.4
8682025-10-03T20:04:06.545Z Downloaded oxnet v0.1.3
8692025-10-03T20:04:06.545Z Downloaded ordered-float v2.10.1
8702025-10-03T20:04:06.545Z Downloaded num-derive v0.3.3
8712025-10-03T20:04:06.545Z Downloaded heapless v0.7.17
8722025-10-03T20:04:06.545Z Downloaded futures-util v0.3.31
8732025-10-03T20:04:06.545Z Downloaded rtoolbox v0.0.2
8742025-10-03T20:04:06.545Z Downloaded rfc6979 v0.4.0
8752025-10-03T20:04:06.545Z Downloaded progenitor-client v0.11.0
8762025-10-03T20:04:06.545Z Downloaded path-tree v0.8.1
8772025-10-03T20:04:06.545Z Downloaded num-traits v0.2.19
8782025-10-03T20:04:06.545Z Downloaded hashbrown v0.13.2
8792025-10-03T20:04:06.545Z Downloaded headers v0.4.1
8802025-10-03T20:04:06.545Z Downloaded proc-macro2 v1.0.101
8812025-10-03T20:04:06.545Z Downloaded pathdiff v0.2.3
8822025-10-03T20:04:06.545Z Downloaded owo-colors v4.2.2
8832025-10-03T20:04:06.545Z Downloaded oso-derive v0.27.3
8842025-10-03T20:04:06.545Z Downloaded newtype-uuid v1.2.4
8852025-10-03T20:04:06.545Z Downloaded minimal-lexical v0.2.1
8862025-10-03T20:04:06.545Z Downloaded hickory-client v0.25.2
8872025-10-03T20:04:06.545Z Downloaded hashbrown v0.15.4
8882025-10-03T20:04:06.545Z Downloaded getrandom v0.3.1
8892025-10-03T20:04:06.545Z Downloaded signal-hook-tokio v0.3.1
8902025-10-03T20:04:06.545Z Downloaded plotters-svg v0.3.7
8912025-10-03T20:04:06.545Z Downloaded num-integer v0.1.46
8922025-10-03T20:04:06.545Z Downloaded num-derive v0.4.2
8932025-10-03T20:04:06.545Z Downloaded hmac v0.12.1
8942025-10-03T20:04:06.545Z Downloaded highway v1.3.0
8952025-10-03T20:04:06.545Z Downloaded half v2.4.1
8962025-10-03T20:04:06.545Z Downloaded half v1.8.3
8972025-10-03T20:04:06.545Z Downloaded fatfs v0.3.6
8982025-10-03T20:04:06.545Z Downloaded expectorate v1.2.0
8992025-10-03T20:04:06.545Z Downloaded bstr v1.10.0
9002025-10-03T20:04:06.546Z Downloaded resolv-conf v0.7.0
9012025-10-03T20:04:06.546Z Downloaded piper v0.2.4
9022025-10-03T20:04:06.546Z Downloaded num_enum v0.5.11
9032025-10-03T20:04:06.546Z Downloaded hostname v0.3.1
9042025-10-03T20:04:06.546Z Downloaded heck v0.3.3
9052025-10-03T20:04:06.571Z Downloaded futures-channel v0.3.31
9062025-10-03T20:04:06.571Z Downloaded fs_extra v1.3.0
9072025-10-03T20:04:06.571Z Downloaded foreign-types-macros v0.2.3
9082025-10-03T20:04:06.571Z Downloaded bzip2-sys v0.1.13+1.0.8
9092025-10-03T20:04:06.571Z Downloaded oxide-tokio-rt v0.1.2
9102025-10-03T20:04:06.571Z Downloaded hostname v0.4.0
9112025-10-03T20:04:06.571Z Downloaded hex-literal v0.4.1
9122025-10-03T20:04:06.571Z Downloaded hex v0.4.3
9132025-10-03T20:04:06.571Z Downloaded heck v0.5.0
9142025-10-03T20:04:06.571Z Downloaded heck v0.4.1
9152025-10-03T20:04:06.571Z Downloaded glob v0.3.2
9162025-10-03T20:04:06.571Z Downloaded futures-task v0.3.31
9172025-10-03T20:04:06.571Z Downloaded futures-sink v0.3.31
9182025-10-03T20:04:06.571Z Downloaded futures-io v0.3.31
9192025-10-03T20:04:06.571Z Downloaded fs-err v3.1.1
9202025-10-03T20:04:06.571Z Downloaded pbkdf2 v0.11.0
9212025-10-03T20:04:06.571Z Downloaded path-slash v0.1.5
9222025-10-03T20:04:06.571Z Downloaded paste v1.0.15
9232025-10-03T20:04:06.571Z Downloaded num-iter v0.1.45
9242025-10-03T20:04:06.571Z Downloaded nibble_vec v0.1.0
9252025-10-03T20:04:06.571Z Downloaded newline-converter v0.3.0
9262025-10-03T20:04:06.571Z Downloaded nested v0.1.1
9272025-10-03T20:04:06.571Z Downloaded home v0.5.9
9282025-10-03T20:04:06.571Z Downloaded hash32 v0.3.1
9292025-10-03T20:04:06.571Z Downloaded group v0.13.0
9302025-10-03T20:04:06.571Z Downloaded globwalk v0.9.1
9312025-10-03T20:04:06.571Z Downloaded ghash v0.5.1
9322025-10-03T20:04:06.571Z Downloaded gethostname v0.5.0
9332025-10-03T20:04:06.571Z Downloaded bindgen v0.71.1
9342025-10-03T20:04:06.571Z Downloaded shell-words v1.1.0
9352025-10-03T20:04:06.571Z Downloaded p256 v0.13.2
9362025-10-03T20:04:06.571Z Downloaded oso v0.27.3
9372025-10-03T20:04:06.571Z Downloaded headers-core v0.3.0
9382025-10-03T20:04:06.571Z Downloaded hash32 v0.2.1
9392025-10-03T20:04:06.571Z Downloaded fxhash v0.2.1
9402025-10-03T20:04:06.571Z Downloaded dsl_auto_type v0.1.2
9412025-10-03T20:04:06.572Z Downloaded cc v1.2.30
9422025-10-03T20:04:06.572Z Downloaded async-std v1.13.0
9432025-10-03T20:04:06.572Z Downloaded guppy-workspace-hack v0.1.0
9442025-10-03T20:04:06.572Z Downloaded fs-err v2.11.0
9452025-10-03T20:04:06.572Z Downloaded getrandom v0.2.15
9462025-10-03T20:04:06.572Z Downloaded generic-array v0.14.7
9472025-10-03T20:04:06.572Z Downloaded futures-timer v3.0.3
9482025-10-03T20:04:06.572Z Downloaded futures-macro v0.3.31
9492025-10-03T20:04:06.572Z Downloaded futures-executor v0.3.31
9502025-10-03T20:04:06.572Z Downloaded futures-core v0.3.31
9512025-10-03T20:04:06.572Z Downloaded futures v0.3.31
9522025-10-03T20:04:06.572Z Downloaded foreign-types-shared v0.1.1
9532025-10-03T20:04:06.572Z Downloaded foreign-types v0.5.0
9542025-10-03T20:04:06.572Z Downloaded flume v0.11.1
9552025-10-03T20:04:06.597Z Downloaded flate2 v1.1.2
9562025-10-03T20:04:06.597Z Downloaded fancy-regex v0.14.0
9572025-10-03T20:04:06.597Z Downloaded cexpr v0.6.0
9582025-10-03T20:04:06.597Z Downloaded byteorder v1.5.0
9592025-10-03T20:04:06.597Z Downloaded blake3 v1.5.4
9602025-10-03T20:04:06.621Z Downloaded blake2b_simd v1.0.2
9612025-10-03T20:04:06.621Z Downloaded base64 v0.21.7
9622025-10-03T20:04:06.621Z Downloaded form_urlencoded v1.2.2
9632025-10-03T20:04:06.621Z Downloaded foreign-types-shared v0.3.1
9642025-10-03T20:04:06.621Z Downloaded fnv v1.0.7
9652025-10-03T20:04:06.621Z Downloaded fallible-iterator v0.2.0
9662025-10-03T20:04:06.621Z Downloaded dunce v1.0.5
9672025-10-03T20:04:06.621Z Downloaded cargo_metadata v0.19.2
9682025-10-03T20:04:06.621Z Downloaded bzip2 v0.5.2
9692025-10-03T20:04:06.621Z Downloaded bitflags v2.9.4
9702025-10-03T20:04:06.621Z Downloaded base64 v0.13.1
9712025-10-03T20:04:06.647Z Downloaded cargo-util-schemas v0.8.2
9722025-10-03T20:04:06.647Z Downloaded cancel-safe-futures v0.1.5
9732025-10-03T20:04:06.647Z Downloaded camino-tempfile-ext v0.3.2
9742025-10-03T20:04:06.647Z Downloaded bzip2 v0.4.4
9752025-10-03T20:04:06.647Z Downloaded bytecount v0.6.8
9762025-10-03T20:04:06.647Z Downloaded bumpalo v3.16.0
9772025-10-03T20:04:06.647Z Downloaded block-padding v0.3.3
9782025-10-03T20:04:06.647Z Downloaded bitvec v1.0.1
9792025-10-03T20:04:06.671Z Downloaded bit-vec v0.6.3
9802025-10-03T20:04:06.671Z Downloaded atty v0.2.14
9812025-10-03T20:04:06.671Z Downloaded async-stream v0.3.6
9822025-10-03T20:04:06.671Z Downloaded miniz_oxide v0.8.5
9832025-10-03T20:04:06.671Z Downloaded flagset v0.4.6
9842025-10-03T20:04:06.696Z Downloaded fixedbitset v0.5.7
9852025-10-03T20:04:06.696Z Downloaded fixedbitset v0.4.2
9862025-10-03T20:04:06.696Z Downloaded ff v0.13.0
9872025-10-03T20:04:06.696Z Downloaded fastrand v2.1.1
9882025-10-03T20:04:06.696Z Downloaded event-listener v5.3.1
9892025-10-03T20:04:06.696Z Downloaded escape8259 v0.5.3
9902025-10-03T20:04:06.696Z Downloaded cargo-platform v0.2.0
9912025-10-03T20:04:06.696Z Downloaded bytes v1.10.1
9922025-10-03T20:04:06.696Z Downloaded bitfield-macros v0.19.2
9932025-10-03T20:04:06.696Z Downloaded bitfield v0.19.2
9942025-10-03T20:04:06.696Z Downloaded bindgen v0.69.5
9952025-10-03T20:04:06.720Z Downloaded bcs v0.1.6
9962025-10-03T20:04:06.720Z Downloaded async-task v4.7.1
9972025-10-03T20:04:06.720Z Downloaded foldhash v0.1.5
9982025-10-03T20:04:06.720Z Downloaded float-ord v0.3.2
9992025-10-03T20:04:06.721Z Downloaded float-cmp v0.10.0
10002025-10-03T20:04:06.721Z Downloaded filetime v0.2.25
10012025-10-03T20:04:06.721Z Downloaded fd-lock v4.0.2
10022025-10-03T20:04:06.721Z Downloaded event-listener v2.5.3
10032025-10-03T20:04:06.721Z Downloaded errno v0.3.12
10042025-10-03T20:04:06.745Z Downloaded equivalent v1.0.2
10052025-10-03T20:04:06.745Z Downloaded env_filter v0.1.2
10062025-10-03T20:04:06.745Z Downloaded enum-as-inner v0.6.1
10072025-10-03T20:04:06.745Z Downloaded encoding_rs v0.8.34
10082025-10-03T20:04:06.770Z Downloaded ena v0.14.3
10092025-10-03T20:04:06.770Z Downloaded cbc v0.1.2
10102025-10-03T20:04:06.770Z Downloaded castaway v0.2.3
10112025-10-03T20:04:06.770Z Downloaded cassowary v0.3.0
10122025-10-03T20:04:06.770Z Downloaded cargo_metadata v0.21.0
10132025-10-03T20:04:06.795Z Downloaded cargo-platform v0.1.8
10142025-10-03T20:04:06.795Z Downloaded buf-list v1.0.3
10152025-10-03T20:04:06.795Z Downloaded blowfish v0.9.1
10162025-10-03T20:04:06.795Z Downloaded block-buffer v0.10.4
10172025-10-03T20:04:06.795Z Downloaded bit-set v0.5.3
10182025-10-03T20:04:06.795Z Downloaded base64ct v1.6.0
10192025-10-03T20:04:06.795Z Downloaded backtrace v0.3.74
10202025-10-03T20:04:06.795Z Downloaded backoff v0.4.0
10212025-10-03T20:04:06.795Z Downloaded atomic-waker v1.1.2
10222025-10-03T20:04:06.819Z Downloaded async-stream-impl v0.3.6
10232025-10-03T20:04:06.819Z Downloaded async-signal v0.2.10
10242025-10-03T20:04:06.819Z Downloaded async-process v2.3.0
10252025-10-03T20:04:06.820Z Downloaded argon2 v0.5.3
10262025-10-03T20:04:06.820Z Downloaded cast v0.3.0
10272025-10-03T20:04:06.820Z Downloaded camino-tempfile v1.4.1
10282025-10-03T20:04:06.820Z Downloaded camino v1.2.0
10292025-10-03T20:04:06.820Z Downloaded blocking v1.6.1
10302025-10-03T20:04:06.820Z Downloaded bit-set v0.8.0
10312025-10-03T20:04:06.820Z Downloaded base64 v0.22.1
10322025-10-03T20:04:06.820Z Downloaded base16ct v0.2.0
10332025-10-03T20:04:06.820Z Downloaded async-trait v0.1.89
10342025-10-03T20:04:06.844Z Downloaded async-recursion v1.1.1
10352025-10-03T20:04:06.844Z Downloaded async-global-executor v2.4.1
10362025-10-03T20:04:06.844Z Downloaded blake2 v0.10.6
10372025-10-03T20:04:06.869Z Downloaded bit-vec v0.8.0
10382025-10-03T20:04:06.869Z Downloaded bcrypt-pbkdf v0.10.0
10392025-10-03T20:04:06.869Z Downloaded autocfg v1.4.0
10402025-10-03T20:04:06.869Z Downloaded arrayvec v0.7.6
10412025-10-03T20:04:06.869Z Downloaded array-init v0.0.4
10422025-10-03T20:04:06.869Z Downloaded anstyle-parse v0.2.5
10432025-10-03T20:04:06.869Z Downloaded anstream v0.6.18
10442025-10-03T20:04:06.894Z Downloaded anes v0.1.6
10452025-10-03T20:04:06.894Z Downloaded aes-gcm v0.10.3
10462025-10-03T20:04:06.894Z Downloaded aes v0.8.4
10472025-10-03T20:04:06.894Z Downloaded bitflags v1.3.2
10482025-10-03T20:04:06.918Z Downloaded async-object-pool v0.1.5
10492025-10-03T20:04:06.918Z Downloaded async-channel v2.3.1
10502025-10-03T20:04:06.918Z Downloaded async-channel v1.9.0
10512025-10-03T20:04:06.918Z Downloaded async-attributes v1.1.2
10522025-10-03T20:04:06.918Z Downloaded assert_matches v1.5.0
10532025-10-03T20:04:06.918Z Downloaded assert-json-diff v2.0.2
10542025-10-03T20:04:06.918Z Downloaded ahash v0.8.12
10552025-10-03T20:04:06.918Z Downloaded async-executor v1.13.1
10562025-10-03T20:04:06.918Z Downloaded async-bb8-diesel v0.2.1
10572025-10-03T20:04:06.918Z Downloaded ascii-canvas v3.0.0
10582025-10-03T20:04:06.918Z Downloaded anstyle-query v1.1.1
10592025-10-03T20:04:06.943Z Downloaded allocator-api2 v0.2.21
10602025-10-03T20:04:06.943Z Downloaded aho-corasick v1.1.3
10612025-10-03T20:04:06.943Z Downloaded async-io v2.3.4
10622025-10-03T20:04:06.943Z Downloaded arrayref v0.3.9
10632025-10-03T20:04:06.943Z Downloaded arc-swap v1.7.1
10642025-10-03T20:04:06.943Z Downloaded anyhow v1.0.99
10652025-10-03T20:04:06.967Z Downloaded anstyle v1.0.11
10662025-10-03T20:04:06.967Z Downloaded addr2line v0.24.2
10672025-10-03T20:04:06.967Z Downloaded endian-type v0.1.2
10682025-10-03T20:04:06.967Z Downloaded assert_cmd v2.0.17
10692025-10-03T20:04:06.967Z Downloaded approx v0.5.1
10702025-10-03T20:04:06.967Z Downloaded aead v0.5.2
10712025-10-03T20:04:06.967Z Downloaded adler2 v2.0.0
10722025-10-03T20:04:07.391Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10732025-10-03T20:04:28.981Z Startup: Refreshing catalog 'helios-dev' ... Done
10742025-10-03T20:04:40.408Z Startup: Caching catalogs ... Done
10752025-10-03T20:04:55.729ZPlanning: Solver setup ... Done (13.217s)
10762025-10-03T20:04:55.865ZPlanning: Running solver ... Done (0.136s)
10772025-10-03T20:04:55.977ZPlanning: Finding local manifests ... Done (0.002s)
10782025-10-03T20:04:56.056ZPlanning: Fetching manifests: 0/4 0% complete
10792025-10-03T20:04:56.479ZPlanning: Fetching manifests: 4/4 100% complete
10802025-10-03T20:04:56.566ZPlanning: Package planning ... Done (0.087s)
10812025-10-03T20:04:56.665ZPlanning: Merging actions ... Done (0.098s)
10822025-10-03T20:04:57.090ZPlanning: Checking for conflicting actions ... Done (0.425s)
10832025-10-03T20:04:57.114ZPlanning: Consolidating action changes ... Done (0.016s)
10842025-10-03T20:04:57.900ZPlanning: Evaluating mediators ... Done (0.793s)
10852025-10-03T20:04:57.924ZPlanning: Planning completed in 17.39 seconds
10862025-10-03T20:04:57.949Z Packages to install: 4
10872025-10-03T20:04:57.949Z Mediators to change: 2
10882025-10-03T20:04:57.949Z Services to change: 1
10892025-10-03T20:04:57.949Z Estimated space available: 154.56 GB
10902025-10-03T20:04:57.949ZEstimated space to be consumed: 1.74 GB
10912025-10-03T20:04:57.949Z Create boot environment: No
10922025-10-03T20:04:57.949ZCreate backup boot environment: No
10932025-10-03T20:04:57.949Z Rebuild boot archive: No
10942025-10-03T20:04:57.949Z
10952025-10-03T20:04:57.949ZChanged mediators:
10962025-10-03T20:04:57.949Z mediator clang:
10972025-10-03T20:04:57.950Z version: None -> 15 (system default)
10982025-10-03T20:04:57.950Z
10992025-10-03T20:04:57.950Z mediator llvm:
11002025-10-03T20:04:57.950Z version: 14 (system default) -> 15 (system default)
11012025-10-03T20:04:57.950Z
11022025-10-03T20:04:57.950ZChanged packages:
11032025-10-03T20:04:57.950Zhelios-dev
11042025-10-03T20:04:57.950Z developer/build-essential
11052025-10-03T20:04:57.950Z None -> 11-2.0
11062025-10-03T20:04:57.950Z library/libxmlsec1
11072025-10-03T20:04:57.950Z None -> 1.2.35-2.0
11082025-10-03T20:04:57.950Z ooce/developer/clang-15
11092025-10-03T20:04:57.950Z None -> 15.0.7-2.0
11102025-10-03T20:04:57.950Z ooce/developer/llvm-15
11112025-10-03T20:04:57.950Z None -> 15.0.7-2.0
11122025-10-03T20:04:57.950Z
11132025-10-03T20:04:57.950ZServices:
11142025-10-03T20:04:57.950Z restart_fmri:
11152025-10-03T20:04:57.950Z svc:/system/update-man-index:default
11162025-10-03T20:04:58.018Z
11172025-10-03T20:04:58.018ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11182025-10-03T20:05:03.024ZDownload: 1591/3290 items 116.4/212.6MB 54% complete (23.6M/s)
11192025-10-03T20:05:08.047ZDownload: 3248/3290 items 200.3/212.6MB 94% complete (20.2M/s)
11202025-10-03T20:05:10.552ZDownload: Completed 212.60 MB in 12.53 seconds (17.0M/s)
11212025-10-03T20:05:10.833Z Actions: 1/3689 actions (Installing new actions)
11222025-10-03T20:05:15.991Z Actions: 2490/3689 actions (Installing new actions)
11232025-10-03T20:05:16.942Z Actions: Completed 3689 actions in 6.11 seconds.
11242025-10-03T20:05:17.668Z Done (0.717s)
11252025-10-03T20:05:17.668Z Done (0.000s)
11262025-10-03T20:05:18.895Z Done (1.229s)
11272025-10-03T20:05:25.127Z Done (5.967s)
11282025-10-03T20:05:25.231Z Done (0.021s)
11292025-10-03T20:05:25.257Z Done (0.000s)
11302025-10-03T20:05:25.410Z Done (0.000s)
11312025-10-03T20:05:26.509ZPlanning: Evaluating mediator changes ... Done
11322025-10-03T20:05:26.796ZPlanning: Checking for conflicting actions ... Done
11332025-10-03T20:05:26.821ZPlanning: Consolidating action changes ... Done
11342025-10-03T20:05:27.163ZPlanning: Evaluating mediators ... Done
11352025-10-03T20:05:27.188ZPlanning: Planning completed in 0.66 seconds
11362025-10-03T20:05:27.212Z Mediators to change: 2
11372025-10-03T20:05:27.212Z Create boot environment: No
11382025-10-03T20:05:27.212ZCreate backup boot environment: No
11392025-10-03T20:05:27.272Z Done
11402025-10-03T20:05:27.273Z Done
11412025-10-03T20:05:28.246Z Done
11422025-10-03T20:05:33.198Z Done
11432025-10-03T20:05:33.315Z Done
11442025-10-03T20:05:33.315Z Done
11452025-10-03T20:05:33.409Z Done
11462025-10-03T20:05:34.229ZPlanning: Evaluating mediator changes ... Done
11472025-10-03T20:05:34.253ZPlanning: Merging actions ... Done
11482025-10-03T20:05:34.484ZPlanning: Checking for conflicting actions ... Done
11492025-10-03T20:05:34.509ZPlanning: Consolidating action changes ... Done
11502025-10-03T20:05:34.823ZPlanning: Evaluating mediators ... Done
11512025-10-03T20:05:34.897ZPlanning: Planning completed in 1.01 seconds
11522025-10-03T20:05:34.939Z Packages to change: 1
11532025-10-03T20:05:34.939Z Mediators to change: 1
11542025-10-03T20:05:34.939Z Services to change: 1
11552025-10-03T20:05:34.939Z Create boot environment: No
11562025-10-03T20:05:34.939ZCreate backup boot environment: Yes
11572025-10-03T20:05:36.986Z Actions: 1/6 actions (Updating modified actions)
11582025-10-03T20:05:37.012Z Actions: Completed 6 actions in 0.00 seconds.
11592025-10-03T20:05:37.012Z Done
11602025-10-03T20:05:37.012Z Done
11612025-10-03T20:05:37.268Z Done
11622025-10-03T20:05:42.663Z Done
11632025-10-03T20:05:42.784Z Done
11642025-10-03T20:05:42.809Z Done
11652025-10-03T20:05:42.843Z Done
11662025-10-03T20:05:43.557ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11672025-10-03T20:05:43.557Zclang system 15 system
11682025-10-03T20:05:43.557Zcsh system system illumos
11692025-10-03T20:05:43.557Zctags system system illumos
11702025-10-03T20:05:43.557Zfile system system illumos
11712025-10-03T20:05:43.557Zgcc vendor 12 vendor
11722025-10-03T20:05:43.557Zgcc system 10 system
11732025-10-03T20:05:43.557Zgcc system 7 system
11742025-10-03T20:05:43.557Zgo system 1.20 system
11752025-10-03T20:05:43.557Zgo system 1.19 system
11762025-10-03T20:05:43.557Zllvm system 15 system
11772025-10-03T20:05:43.557Zllvm system 14 system
11782025-10-03T20:05:43.557Zmariadb system 10.6 system
11792025-10-03T20:05:43.557Zmta vendor vendor dma
11802025-10-03T20:05:43.557Zopenjdk system 17 system
11812025-10-03T20:05:43.557Zopenjdk system 11 system
11822025-10-03T20:05:43.558Zopenjdk system 1.8 system
11832025-10-03T20:05:43.558Zopenssl vendor 3 vendor
11842025-10-03T20:05:43.558Zperl system 5.36 system
11852025-10-03T20:05:43.558Zpostgresql system 15 system
11862025-10-03T20:05:43.558Zpostgresql system 13 system
11872025-10-03T20:05:43.558Zpython vendor 3 vendor
11882025-10-03T20:05:43.558Zpython system 2 system
11892025-10-03T20:05:43.558Zpython3 system 3.11 system
11902025-10-03T20:05:43.558Zruby system 3.0 system
11912025-10-03T20:05:43.558Zwords vendor vendor american-english
11922025-10-03T20:05:43.558Zwords system system australian-english
11932025-10-03T20:05:43.558Zwords system system british-english
11942025-10-03T20:05:43.558Zwords system system canadian-english
11952025-10-03T20:05:43.558Zwords system system french
11962025-10-03T20:05:43.558Zwords system system italian
11972025-10-03T20:05:43.558Zwords system system ngerman
11982025-10-03T20:05:43.558Zwords system system ogerman
11992025-10-03T20:05:43.558Zwords system system spanish
12002025-10-03T20:05:44.047ZPUBLISHER TYPE STATUS P LOCATION
12012025-10-03T20:05:44.047Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12022025-10-03T20:05:51.215ZFMRI IFO
12032025-10-03T20:05:51.216Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12042025-10-03T20:05:51.216Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12052025-10-03T20:05:51.216Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12062025-10-03T20:05:51.216Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12072025-10-03T20:05:51.216Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12082025-10-03T20:05:51.216Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12092025-10-03T20:05:51.216Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12102025-10-03T20:05:51.216Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12112025-10-03T20:05:51.216Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12122025-10-03T20:05:51.216Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12132025-10-03T20:05:51.216Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12142025-10-03T20:05:51.216Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12152025-10-03T20:05:51.216Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12162025-10-03T20:05:51.216Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12172025-10-03T20:05:51.216Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12182025-10-03T20:05:51.216Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12192025-10-03T20:05:53.559Z Downloading crates ...
12202025-10-03T20:05:53.684Z Downloaded cargo_toml v0.21.0
12212025-10-03T20:05:53.797Z Compiling proc-macro2 v1.0.101
12222025-10-03T20:05:53.822Z Compiling unicode-ident v1.0.18
12232025-10-03T20:05:53.822Z Compiling serde_core v1.0.226
12242025-10-03T20:05:53.822Z Compiling serde v1.0.226
12252025-10-03T20:05:53.822Z Compiling version_check v0.9.5
12262025-10-03T20:05:53.822Z Compiling libc v0.2.174
12272025-10-03T20:05:53.822Z Compiling memchr v2.7.4
12282025-10-03T20:05:53.822Z Compiling thiserror v2.0.17
12292025-10-03T20:05:54.192Z Compiling stable_deref_trait v1.2.0
12302025-10-03T20:05:54.328Z Compiling ucd-trie v0.1.7
12312025-10-03T20:05:54.668Z Compiling litemap v0.7.3
12322025-10-03T20:05:54.723Z Compiling ryu v1.0.18
12332025-10-03T20:05:55.088Z Compiling autocfg v1.4.0
12342025-10-03T20:05:55.122Z Compiling itoa v1.0.11
12352025-10-03T20:05:55.177Z Compiling writeable v0.5.5
12362025-10-03T20:05:55.416Z Compiling thiserror v1.0.69
12372025-10-03T20:05:55.562Z Compiling byteorder v1.5.0
12382025-10-03T20:05:56.030Z Compiling errno v0.3.12
12392025-10-03T20:05:56.092Z Compiling icu_locid_transform_data v1.5.0
12402025-10-03T20:05:56.192Z Compiling quote v1.0.40
12412025-10-03T20:05:56.241Z Compiling bitflags v2.9.4
12422025-10-03T20:05:56.340Z Compiling serde_json v1.0.145
12432025-10-03T20:05:56.477Z Compiling icu_properties_data v1.5.0
12442025-10-03T20:05:56.766Z Compiling syn v2.0.106
12452025-10-03T20:05:56.811Z Compiling num-traits v0.2.19
12462025-10-03T20:05:56.835Z Compiling utf8_iter v1.0.4
12472025-10-03T20:05:56.940Z Compiling smallvec v1.15.1
12482025-10-03T20:05:57.016Z Compiling icu_normalizer_data v1.5.0
12492025-10-03T20:05:57.149Z Compiling rustix v0.38.37
12502025-10-03T20:05:57.173Z Compiling typeid v1.0.3
12512025-10-03T20:05:57.197Z Compiling write16 v1.0.0
12522025-10-03T20:05:57.373Z Compiling equivalent v1.0.2
12532025-10-03T20:05:57.417Z Compiling utf16_iter v1.0.5
12542025-10-03T20:05:57.557Z Compiling hashbrown v0.16.0
12552025-10-03T20:05:57.779Z Compiling proc-macro-error-attr v1.0.4
12562025-10-03T20:05:58.066Z Compiling usdt-impl v0.5.0
12572025-10-03T20:05:58.119Z Compiling winnow v0.7.13
12582025-10-03T20:05:58.188Z Compiling toml_write v0.1.2
12592025-10-03T20:05:58.472Z Compiling syn v1.0.109
12602025-10-03T20:05:58.626Z Compiling thread-id v4.2.2
12612025-10-03T20:05:58.792Z Compiling indexmap v2.11.4
12622025-10-03T20:05:59.350Z Compiling proc-macro-error v1.0.4
12632025-10-03T20:05:59.634Z Compiling plain v0.2.3
12642025-10-03T20:06:00.017Z Compiling getrandom v0.3.1
12652025-10-03T20:06:00.290Z Compiling log v0.4.27
12662025-10-03T20:06:00.424Z Compiling camino v1.2.0
12672025-10-03T20:06:00.716Z Compiling rustix v1.0.7
12682025-10-03T20:06:00.747Z Compiling percent-encoding v2.3.2
12692025-10-03T20:06:01.091Z Compiling utf8parse v0.2.2
12702025-10-03T20:06:01.201Z Compiling form_urlencoded v1.2.2
12712025-10-03T20:06:01.254Z Compiling ordered-float v2.10.1
12722025-10-03T20:06:01.313Z Compiling anstyle-parse v0.2.5
12732025-10-03T20:06:01.571Z Compiling terminal_size v0.4.0
12742025-10-03T20:06:01.873Z Compiling anstyle-query v1.1.1
12752025-10-03T20:06:02.066Z Compiling is_terminal_polyfill v1.70.1
12762025-10-03T20:06:02.182Z Compiling colorchoice v1.0.2
12772025-10-03T20:06:02.260Z Compiling pretty-hex v0.4.1
12782025-10-03T20:06:02.290Z Compiling cfg-if v1.0.1
12792025-10-03T20:06:02.373Z Compiling anstyle v1.0.11
12802025-10-03T20:06:02.785Z Compiling semver v1.0.27
12812025-10-03T20:06:02.863Z Compiling anstream v0.6.18
12822025-10-03T20:06:03.627Z Compiling fs-err v3.1.1
12832025-10-03T20:06:03.706Z Compiling unicode-width v0.1.14
12842025-10-03T20:06:03.815Z Compiling strsim v0.11.1
12852025-10-03T20:06:03.866Z Compiling anyhow v1.0.99
12862025-10-03T20:06:04.007Z Compiling bytecount v0.6.8
12872025-10-03T20:06:04.299Z Compiling heck v0.4.1
12882025-10-03T20:06:04.324Z Compiling fnv v1.0.7
12892025-10-03T20:06:04.475Z Compiling once_cell v1.21.3
12902025-10-03T20:06:04.500Z Compiling heck v0.5.0
12912025-10-03T20:06:04.673Z Compiling synstructure v0.13.1
12922025-10-03T20:06:04.745Z Compiling fastrand v2.1.1
12932025-10-03T20:06:05.037Z Compiling clap_lex v0.7.4
12942025-10-03T20:06:05.086Z Compiling unicode-xid v0.2.6
12952025-10-03T20:06:05.316Z Compiling tempfile v3.20.0
12962025-10-03T20:06:05.342Z Compiling clap_builder v4.5.48
12972025-10-03T20:06:05.660Z Compiling papergrid v0.11.0
12982025-10-03T20:06:06.061Z Compiling memmap v0.7.0
12992025-10-03T20:06:06.207Z Compiling unicode-linebreak v0.1.5
13002025-10-03T20:06:06.273Z Compiling unicode-width v0.2.0
13012025-10-03T20:06:06.471Z Compiling smawk v0.3.2
13022025-10-03T20:06:06.751Z Compiling textwrap v0.16.2
13032025-10-03T20:06:07.283Z Compiling camino-tempfile v1.4.1
13042025-10-03T20:06:07.702Z Compiling swrite v0.1.0
13052025-10-03T20:06:07.803Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13062025-10-03T20:06:07.869Z Compiling tabled_derive v0.7.0
13072025-10-03T20:06:08.998Z Compiling serde_derive v1.0.226
13082025-10-03T20:06:08.998Z Compiling zerofrom-derive v0.1.4
13092025-10-03T20:06:08.998Z Compiling yoke-derive v0.7.4
13102025-10-03T20:06:09.023Z Compiling zerovec-derive v0.10.3
13112025-10-03T20:06:09.024Z Compiling thiserror-impl v2.0.17
13122025-10-03T20:06:09.440Z Compiling displaydoc v0.2.5
13132025-10-03T20:06:11.045Z Compiling thiserror-impl v1.0.69
13142025-10-03T20:06:11.416Z Compiling icu_provider_macros v1.5.0
13152025-10-03T20:06:11.639Z Compiling zerocopy-derive v0.7.35
13162025-10-03T20:06:12.404Z Compiling pest v2.8.2
13172025-10-03T20:06:12.557Z Compiling zerofrom v0.1.4
13182025-10-03T20:06:12.582Z Compiling scroll_derive v0.12.0
13192025-10-03T20:06:12.836Z Compiling yoke v0.7.4
13202025-10-03T20:06:13.309Z Compiling zerovec v0.10.4
13212025-10-03T20:06:13.701Z Compiling clap_derive v4.5.47
13222025-10-03T20:06:13.838Z Compiling zerocopy v0.7.35
13232025-10-03T20:06:14.034Z Compiling scroll v0.12.0
13242025-10-03T20:06:14.350Z Compiling tabled v0.15.0
13252025-10-03T20:06:14.618Z Compiling goblin v0.8.2
13262025-10-03T20:06:15.296Z Compiling tinystr v0.7.6
13272025-10-03T20:06:15.388Z Compiling pest_meta v2.8.2
13282025-10-03T20:06:15.605Z Compiling icu_collections v1.5.0
13292025-10-03T20:06:15.652Z Compiling icu_locid v1.5.0
13302025-10-03T20:06:16.995Z Compiling icu_provider v1.5.0
13312025-10-03T20:06:17.350Z Compiling pest_generator v2.8.2
13322025-10-03T20:06:17.663Z Compiling serde_spanned v0.6.9
13332025-10-03T20:06:17.689Z Compiling toml_datetime v0.6.11
13342025-10-03T20:06:17.790Z Compiling icu_locid_transform v1.5.0
13352025-10-03T20:06:17.987Z Compiling dof v0.3.0
13362025-10-03T20:06:18.063Z Compiling serde_tokenstream v0.2.2
13372025-10-03T20:06:18.317Z Compiling toml_edit v0.22.27
13382025-10-03T20:06:18.670Z Compiling erased-serde v0.4.6
13392025-10-03T20:06:18.863Z Compiling serde-value v0.7.0
13402025-10-03T20:06:19.173Z Compiling cargo-platform v0.2.0
13412025-10-03T20:06:19.681Z Compiling icu_properties v1.5.1
13422025-10-03T20:06:19.750Z Compiling serde-untagged v0.1.7
13432025-10-03T20:06:19.872Z Compiling clap v4.5.48
13442025-10-03T20:06:20.022Z Compiling macaddr v1.0.1
13452025-10-03T20:06:20.140Z Compiling pest_derive v2.8.2
13462025-10-03T20:06:20.902Z Compiling dtrace-parser v0.2.0
13472025-10-03T20:06:22.092Z Compiling toml v0.8.23
13482025-10-03T20:06:22.861Z Compiling usdt-attr-macro v0.5.0
13492025-10-03T20:06:22.885Z Compiling usdt-macro v0.5.0
13502025-10-03T20:06:23.072Z Compiling cargo_toml v0.21.0
13512025-10-03T20:06:23.530Z Compiling icu_normalizer v1.5.0
13522025-10-03T20:06:24.244Z Compiling usdt v0.5.0
13532025-10-03T20:06:24.470Z Compiling idna_adapter v1.2.0
13542025-10-03T20:06:24.650Z Compiling idna v1.0.3
13552025-10-03T20:06:25.244Z Compiling url v2.5.4
13562025-10-03T20:06:26.083Z Compiling cargo-util-schemas v0.8.2
13572025-10-03T20:06:28.330Z Compiling cargo_metadata v0.21.0
13582025-10-03T20:06:30.605Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13592025-10-03T20:06:35.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.35s
13602025-10-03T20:06:35.734Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13612025-10-03T20:06:37.675Z Compiling value-bag v1.9.0
13622025-10-03T20:06:37.676Z Compiling lock_api v0.4.12
13632025-10-03T20:06:37.676Z Compiling scopeguard v1.2.0
13642025-10-03T20:06:37.700Z Compiling shlex v1.3.0
13652025-10-03T20:06:37.701Z Compiling typenum v1.17.0
13662025-10-03T20:06:37.701Z Compiling syn v2.0.106
13672025-10-03T20:06:37.701Z Compiling getrandom v0.2.15
13682025-10-03T20:06:37.701Z Compiling jobserver v0.1.32
13692025-10-03T20:06:38.000Z Compiling smallvec v1.15.1
13702025-10-03T20:06:38.211Z Compiling rand_core v0.6.4
13712025-10-03T20:06:38.373Z Compiling log v0.4.27
13722025-10-03T20:06:38.461Z Compiling cc v1.2.30
13732025-10-03T20:06:38.492Z Compiling generic-array v0.14.7
13742025-10-03T20:06:38.791Z Compiling subtle v2.6.1
13752025-10-03T20:06:38.830Z Compiling portable-atomic v1.11.0
13762025-10-03T20:06:38.948Z Compiling critical-section v1.1.3
13772025-10-03T20:06:39.007Z Compiling const-oid v0.9.6
13782025-10-03T20:06:39.159Z Compiling pkg-config v0.3.31
13792025-10-03T20:06:39.184Z Compiling spin v0.9.8
13802025-10-03T20:06:39.220Z Compiling regex-syntax v0.8.5
13812025-10-03T20:06:39.636Z Compiling getrandom v0.3.1
13822025-10-03T20:06:40.237Z Compiling parking_lot_core v0.9.10
13832025-10-03T20:06:40.402Z Compiling pin-project-lite v0.2.14
13842025-10-03T20:06:40.633Z Compiling rustix v0.38.37
13852025-10-03T20:06:41.258Z Compiling once_cell v1.21.3
13862025-10-03T20:06:41.384Z Compiling signal-hook-registry v1.4.2
13872025-10-03T20:06:41.467Z Compiling libm v0.2.8
13882025-10-03T20:06:41.467Z Compiling serde_json v1.0.145
13892025-10-03T20:06:41.633Z Compiling parking_lot v0.12.3
13902025-10-03T20:06:41.792Z Compiling mio v1.0.2
13912025-10-03T20:06:41.939Z Compiling num-traits v0.2.19
13922025-10-03T20:06:42.006Z Compiling futures-core v0.3.31
13932025-10-03T20:06:42.259Z Compiling allocator-api2 v0.2.21
13942025-10-03T20:06:42.669Z Compiling lazy_static v1.5.0
13952025-10-03T20:06:42.877Z Compiling aho-corasick v1.1.3
13962025-10-03T20:06:42.902Z Compiling socket2 v0.6.0
13972025-10-03T20:06:43.110Z Compiling slab v0.4.9
13982025-10-03T20:06:43.183Z Compiling cpufeatures v0.2.14
13992025-10-03T20:06:43.335Z Compiling percent-encoding v2.3.2
14002025-10-03T20:06:43.672Z Compiling futures-sink v0.3.31
14012025-10-03T20:06:43.826Z Compiling glob v0.3.2
14022025-10-03T20:06:43.968Z Compiling either v1.15.0
14032025-10-03T20:06:44.275Z Compiling futures-channel v0.3.31
14042025-10-03T20:06:44.861Z Compiling clang-sys v1.8.1
14052025-10-03T20:06:44.893Z Compiling futures-io v0.3.31
14062025-10-03T20:06:44.930Z Compiling prettyplease v0.2.36
14072025-10-03T20:06:45.289Z Compiling futures-task v0.3.31
14082025-10-03T20:06:45.386Z Compiling regex-automata v0.4.11
14092025-10-03T20:06:45.728Z Compiling pin-utils v0.1.0
14102025-10-03T20:06:45.830Z Compiling hashbrown v0.16.0
14112025-10-03T20:06:45.856Z Compiling minimal-lexical v0.2.1
14122025-10-03T20:06:45.909Z Compiling libloading v0.8.5
14132025-10-03T20:06:46.236Z Compiling bindgen v0.69.5
14142025-10-03T20:06:46.397Z Compiling base64ct v1.6.0
14152025-10-03T20:06:46.483Z Compiling nom v7.1.3
14162025-10-03T20:06:46.531Z Compiling home v0.5.9
14172025-10-03T20:06:46.787Z Compiling synstructure v0.13.1
14182025-10-03T20:06:47.133Z Compiling pem-rfc7468 v0.7.0
14192025-10-03T20:06:47.263Z Compiling indexmap v2.11.4
14202025-10-03T20:06:48.230Z Compiling itertools v0.12.1
14212025-10-03T20:06:48.345Z Compiling flagset v0.4.6
14222025-10-03T20:06:48.641Z Compiling rustc-hash v1.1.0
14232025-10-03T20:06:48.833Z Compiling lazycell v1.3.0
14242025-10-03T20:06:49.024Z Compiling form_urlencoded v1.2.2
14252025-10-03T20:06:49.049Z Compiling rand_core v0.9.3
14262025-10-03T20:06:49.461Z Compiling cmake v0.1.51
14272025-10-03T20:06:49.746Z Compiling fs_extra v1.3.0
14282025-10-03T20:06:50.362Z Compiling cexpr v0.6.0
14292025-10-03T20:06:50.389Z Compiling dunce v1.0.5
14302025-10-03T20:06:50.424Z Compiling paste v1.0.15
14312025-10-03T20:06:50.570Z Compiling rustc_version v0.4.1
14322025-10-03T20:06:50.914Z Compiling iana-time-zone v0.1.63
14332025-10-03T20:06:51.118Z Compiling foldhash v0.1.5
14342025-10-03T20:06:51.378Z Compiling vcpkg v0.2.15
14352025-10-03T20:06:51.407Z Compiling rustversion v1.0.22
14362025-10-03T20:06:51.503Z Compiling hashbrown v0.15.4
14372025-10-03T20:06:52.199Z Compiling regex v1.11.3
14382025-10-03T20:06:52.305Z Compiling serde_derive v1.0.226
14392025-10-03T20:06:52.379Z Compiling zeroize_derive v1.4.2
14402025-10-03T20:06:53.071Z Compiling zerofrom-derive v0.1.4
14412025-10-03T20:06:53.119Z Compiling yoke-derive v0.7.4
14422025-10-03T20:06:53.319Z Compiling zerovec-derive v0.10.3
14432025-10-03T20:06:53.351Z Compiling zerocopy-derive v0.7.35
14442025-10-03T20:06:53.949Z Compiling zeroize v1.8.1
14452025-10-03T20:06:55.635Z Compiling zerocopy v0.7.35
14462025-10-03T20:06:56.109Z Compiling crypto-common v0.1.6
14472025-10-03T20:06:56.179Z Compiling block-buffer v0.10.4
14482025-10-03T20:06:56.203Z Compiling displaydoc v0.2.5
14492025-10-03T20:06:56.413Z Compiling tokio-macros v2.5.0
14502025-10-03T20:06:56.544Z Compiling digest v0.10.7
14512025-10-03T20:06:56.958Z Compiling zerofrom v0.1.4
14522025-10-03T20:06:57.145Z Compiling icu_provider_macros v1.5.0
14532025-10-03T20:06:57.280Z Compiling yoke v0.7.4
14542025-10-03T20:06:57.393Z Compiling hmac v0.12.1
14552025-10-03T20:06:57.721Z Compiling zerovec v0.10.4
14562025-10-03T20:06:57.750Z Compiling block-padding v0.3.3
14572025-10-03T20:06:57.777Z Compiling futures-macro v0.3.31
14582025-10-03T20:06:58.159Z Compiling inout v0.1.3
14592025-10-03T20:06:58.185Z Compiling ppv-lite86 v0.2.20
14602025-10-03T20:06:58.212Z Compiling sha2 v0.10.9
14612025-10-03T20:06:58.364Z Compiling thiserror-impl v2.0.17
14622025-10-03T20:06:58.525Z Compiling cipher v0.4.4
14632025-10-03T20:06:59.093Z Compiling der_derive v0.7.3
14642025-10-03T20:06:59.133Z Compiling salsa20 v0.10.2
14652025-10-03T20:06:59.440Z Compiling pbkdf2 v0.12.2
14662025-10-03T20:06:59.645Z Compiling scrypt v0.11.0
14672025-10-03T20:06:59.693Z Compiling aes v0.8.4
14682025-10-03T20:06:59.790Z Compiling tinystr v0.7.6
14692025-10-03T20:07:00.160Z Compiling icu_locid v1.5.0
14702025-10-03T20:07:00.243Z Compiling icu_collections v1.5.0
14712025-10-03T20:07:00.276Z Compiling futures-util v0.3.31
14722025-10-03T20:07:00.900Z Compiling serde v1.0.226
14732025-10-03T20:07:01.620Z Compiling icu_provider v1.5.0
14742025-10-03T20:07:01.787Z Compiling der v0.7.9
14752025-10-03T20:07:01.856Z Compiling thiserror v2.0.17
14762025-10-03T20:07:01.889Z Compiling cbc v0.1.2
14772025-10-03T20:07:02.095Z Compiling rand_chacha v0.9.0
14782025-10-03T20:07:02.231Z Compiling bitflags v2.9.4
14792025-10-03T20:07:02.320Z Compiling bytes v1.10.1
14802025-10-03T20:07:02.631Z Compiling icu_locid_transform v1.5.0
14812025-10-03T20:07:02.820Z Compiling chrono v0.4.42
14822025-10-03T20:07:02.898Z Compiling uuid v1.18.1
14832025-10-03T20:07:04.165Z Compiling tokio v1.47.0
14842025-10-03T20:07:04.620Z Compiling icu_properties v1.5.1
14852025-10-03T20:07:04.699Z Compiling spki v0.7.3
14862025-10-03T20:07:05.210Z Compiling http v1.3.1
14872025-10-03T20:07:05.242Z Compiling openssl-sys v0.9.109
14882025-10-03T20:07:05.447Z Compiling pest v2.8.2
14892025-10-03T20:07:06.614Z Compiling pkcs5 v0.7.1
14902025-10-03T20:07:06.780Z Compiling rand v0.9.2
14912025-10-03T20:07:07.656Z Compiling which v4.4.2
14922025-10-03T20:07:07.811Z Compiling tracing-attributes v0.1.27
14932025-10-03T20:07:08.265Z Compiling ring v0.17.14
14942025-10-03T20:07:08.362Z Compiling tracing-core v0.1.32
14952025-10-03T20:07:08.612Z Compiling ident_case v1.0.1
14962025-10-03T20:07:08.845Z Compiling icu_normalizer v1.5.0
14972025-10-03T20:07:08.946Z Compiling aws-lc-rs v1.12.4
14982025-10-03T20:07:09.435Z Compiling adler2 v2.0.0
14992025-10-03T20:07:09.460Z Compiling rustix v1.0.7
15002025-10-03T20:07:09.700Z Compiling miniz_oxide v0.8.5
15012025-10-03T20:07:09.868Z Compiling darling_core v0.20.10
15022025-10-03T20:07:10.230Z Compiling idna_adapter v1.2.0
15032025-10-03T20:07:10.528Z Compiling idna v1.0.3
15042025-10-03T20:07:11.102Z Compiling pest_meta v2.8.2
15052025-10-03T20:07:11.381Z Compiling url v2.5.4
15062025-10-03T20:07:11.457Z Compiling tracing v0.1.40
15072025-10-03T20:07:12.023Z Compiling pkcs8 v0.10.2
15082025-10-03T20:07:12.195Z Compiling http-body v1.0.1
15092025-10-03T20:07:12.512Z Compiling thiserror-impl v1.0.69
15102025-10-03T20:07:12.845Z Compiling scroll_derive v0.12.0
15112025-10-03T20:07:13.601Z Compiling serde_derive_internals v0.29.1
15122025-10-03T20:07:14.468Z Compiling tinyvec_macros v0.1.1
15132025-10-03T20:07:14.624Z Compiling schemars v0.8.22
15142025-10-03T20:07:15.029Z Compiling httparse v1.9.5
15152025-10-03T20:07:15.363Z Compiling tokio-util v0.7.15
15162025-10-03T20:07:15.925Z Compiling rustls-pki-types v1.10.0
15172025-10-03T20:07:16.070Z Compiling base64 v0.22.1
15182025-10-03T20:07:16.102Z Compiling thiserror v1.0.69
15192025-10-03T20:07:16.194Z Compiling schemars_derive v0.8.22
15202025-10-03T20:07:16.471Z Compiling tinyvec v1.8.0
15212025-10-03T20:07:16.728Z Compiling darling_macro v0.20.10
15222025-10-03T20:07:16.973Z Compiling scroll v0.12.0
15232025-10-03T20:07:17.055Z Compiling pest_generator v2.8.2
15242025-10-03T20:07:17.845Z Compiling bzip2-sys v0.1.13+1.0.8
15252025-10-03T20:07:18.239Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15262025-10-03T20:07:18.346Z Compiling atomic-waker v1.1.2
15272025-10-03T20:07:18.502Z Compiling powerfmt v0.2.0
15282025-10-03T20:07:18.592Z Compiling time-core v0.1.6
15292025-10-03T20:07:18.957Z Compiling untrusted v0.7.1
15302025-10-03T20:07:19.000Z Compiling try-lock v0.2.5
15312025-10-03T20:07:19.090Z Compiling openssl v0.10.73
15322025-10-03T20:07:19.128Z Compiling tower-service v0.3.3
15332025-10-03T20:07:19.229Z Compiling num-conv v0.1.0
15342025-10-03T20:07:19.255Z Compiling dyn-clone v1.0.20
15352025-10-03T20:07:19.331Z Compiling openssl-probe v0.1.5
15362025-10-03T20:07:19.533Z Compiling untrusted v0.9.0
15372025-10-03T20:07:19.600Z Compiling foreign-types-shared v0.1.1
15382025-10-03T20:07:19.701Z Compiling time-macros v0.2.24
15392025-10-03T20:07:19.738Z Compiling foreign-types v0.3.2
15402025-10-03T20:07:19.808Z Compiling goblin v0.8.2
15412025-10-03T20:07:19.884Z Compiling want v0.3.1
15422025-10-03T20:07:21.005Z Compiling tempfile v3.20.0
15432025-10-03T20:07:21.209Z Compiling pest_derive v2.8.2
15442025-10-03T20:07:21.995Z Compiling deranged v0.5.3
15452025-10-03T20:07:22.064Z Compiling h2 v0.4.6
15462025-10-03T20:07:23.519Z Compiling darling v0.20.10
15472025-10-03T20:07:24.420Z Compiling ipnet v2.11.0
15482025-10-03T20:07:24.855Z Compiling openssl-macros v0.1.1
15492025-10-03T20:07:25.172Z Compiling socket2 v0.5.10
15502025-10-03T20:07:25.676Z Compiling wait-timeout v0.2.0
15512025-10-03T20:07:25.729Z Compiling gimli v0.31.1
15522025-10-03T20:07:25.921Z Compiling quick-error v1.2.3
15532025-10-03T20:07:26.109Z Compiling num_threads v0.1.7
15542025-10-03T20:07:26.258Z Compiling bit-vec v0.8.0
15552025-10-03T20:07:26.284Z Compiling zerocopy v0.8.27
15562025-10-03T20:07:26.317Z Compiling httpdate v1.0.3
15572025-10-03T20:07:26.785Z Compiling rustls v0.23.19
15582025-10-03T20:07:26.810Z Compiling syn v1.0.109
15592025-10-03T20:07:27.170Z Compiling crossbeam-utils v0.8.21
15602025-10-03T20:07:27.194Z Compiling native-tls v0.2.12
15612025-10-03T20:07:27.607Z Compiling bit-set v0.8.0
15622025-10-03T20:07:27.633Z Compiling dof v0.3.0
15632025-10-03T20:07:27.817Z Compiling time v0.3.43
15642025-10-03T20:07:28.038Z Compiling rusty-fork v0.3.0
15652025-10-03T20:07:29.936Z Compiling derive_builder_core v0.20.2
15662025-10-03T20:07:30.073Z Compiling dtrace-parser v0.2.0
15672025-10-03T20:07:31.153Z Compiling hyper v1.7.0
15682025-10-03T20:07:32.109Z Compiling addr2line v0.24.2
15692025-10-03T20:07:32.224Z Compiling unicode-normalization v0.1.24
15702025-10-03T20:07:32.477Z Compiling signature v2.2.0
15712025-10-03T20:07:32.860Z Compiling zerocopy-derive v0.8.27
15722025-10-03T20:07:32.970Z Compiling heapless v0.7.17
15732025-10-03T20:07:33.447Z Compiling rand_xorshift v0.4.0
15742025-10-03T20:07:33.523Z Compiling cookie v0.18.1
15752025-10-03T20:07:33.781Z Compiling object v0.36.5
15762025-10-03T20:07:33.807Z Compiling crc32fast v1.4.2
15772025-10-03T20:07:33.865Z Compiling slog v2.7.0
15782025-10-03T20:07:34.299Z Compiling newtype-uuid v1.2.4
15792025-10-03T20:07:34.530Z Compiling rustc-demangle v0.1.24
15802025-10-03T20:07:34.704Z Compiling unarray v0.1.4
15812025-10-03T20:07:34.745Z Compiling unicode-properties v0.1.3
15822025-10-03T20:07:34.987Z Compiling signal-hook v0.3.18
15832025-10-03T20:07:35.277Z Compiling unicode-bidi v0.3.17
15842025-10-03T20:07:35.328Z Compiling zlib-rs v0.5.1
15852025-10-03T20:07:35.592Z Compiling anyhow v1.0.99
15862025-10-03T20:07:35.710Z Compiling zstd-safe v7.2.3
15872025-10-03T20:07:36.138Z Compiling siphasher v0.3.11
15882025-10-03T20:07:36.592Z Compiling phf_shared v0.11.2
15892025-10-03T20:07:36.795Z Compiling stringprep v0.1.5
15902025-10-03T20:07:37.061Z Compiling proptest v1.7.0
15912025-10-03T20:07:38.095Z Compiling hyper-util v0.1.17
15922025-10-03T20:07:38.237Z Compiling usdt-impl v0.5.0
15932025-10-03T20:07:38.389Z Compiling derive_builder_macro v0.20.2
15942025-10-03T20:07:40.740Z Compiling ipnetwork v0.21.1
15952025-10-03T20:07:41.338Z Compiling vergen-lib v0.1.6
15962025-10-03T20:07:41.672Z Compiling serde_tokenstream v0.2.2
15972025-10-03T20:07:41.712Z Compiling toml_datetime v0.6.11
15982025-10-03T20:07:42.377Z Compiling libz-rs-sys v0.5.1
15992025-10-03T20:07:42.416Z Compiling backtrace v0.3.74
16002025-10-03T20:07:42.568Z Compiling serde_spanned v0.6.9
16012025-10-03T20:07:42.707Z Compiling rand_chacha v0.3.1
16022025-10-03T20:07:42.769Z Compiling md-5 v0.10.6
16032025-10-03T20:07:42.893Z Compiling curve25519-dalek v4.1.3
16042025-10-03T20:07:43.132Z Compiling num-integer v0.1.46
16052025-10-03T20:07:43.180Z Compiling sync_wrapper v1.0.1
16062025-10-03T20:07:43.381Z Compiling hash32 v0.2.1
16072025-10-03T20:07:43.686Z Compiling ff v0.13.0
16082025-10-03T20:07:43.803Z Compiling memoffset v0.9.1
16092025-10-03T20:07:43.958Z Compiling ref-cast v1.0.24
16102025-10-03T20:07:44.001Z Compiling litrs v0.4.1
16112025-10-03T20:07:44.193Z Compiling tower-layer v0.3.3
16122025-10-03T20:07:44.473Z Compiling base16ct v0.2.0
16132025-10-03T20:07:44.541Z Compiling fallible-iterator v0.2.0
16142025-10-03T20:07:44.884Z Compiling cfg_aliases v0.2.1
16152025-10-03T20:07:45.073Z Compiling psl-types v2.0.11
16162025-10-03T20:07:45.368Z Compiling num-bigint-dig v0.8.4
16172025-10-03T20:07:45.400Z Compiling smoltcp v0.9.1
16182025-10-03T20:07:45.438Z Compiling postgres-protocol v0.6.8
16192025-10-03T20:07:45.513Z Compiling document-features v0.2.11
16202025-10-03T20:07:45.818Z Compiling publicsuffix v2.3.0
16212025-10-03T20:07:45.851Z Compiling nix v0.29.0
16222025-10-03T20:07:46.289Z Compiling sec1 v0.7.3
16232025-10-03T20:07:46.770Z Compiling tower v0.5.2
16242025-10-03T20:07:46.958Z Compiling group v0.13.0
16252025-10-03T20:07:46.996Z Compiling num-iter v0.1.45
16262025-10-03T20:07:47.331Z Compiling rand v0.8.5
16272025-10-03T20:07:47.359Z Compiling flate2 v1.1.2
16282025-10-03T20:07:47.763Z Compiling oxnet v0.1.3
16292025-10-03T20:07:48.199Z Compiling derive_builder v0.20.2
16302025-10-03T20:07:48.750Z Compiling tokio-native-tls v0.3.1
16312025-10-03T20:07:49.112Z Compiling rustls-native-certs v0.8.1
16322025-10-03T20:07:49.333Z Compiling webpki-roots v1.0.1
16332025-10-03T20:07:49.628Z Compiling http-body-util v0.1.3
16342025-10-03T20:07:49.695Z Compiling vergen v9.0.6
16352025-10-03T20:07:49.758Z Compiling terminal_size v0.4.0
16362025-10-03T20:07:49.854Z Compiling strum_macros v0.27.2
16372025-10-03T20:07:50.096Z Compiling cargo-platform v0.1.8
16382025-10-03T20:07:50.131Z Compiling hkdf v0.12.4
16392025-10-03T20:07:50.166Z Compiling crypto-bigint v0.5.5
16402025-10-03T20:07:50.243Z Compiling daft-derive v0.1.4
16412025-10-03T20:07:50.551Z Compiling curve25519-dalek-derive v0.1.1
16422025-10-03T20:07:50.883Z Compiling async-trait v0.1.89
16432025-10-03T20:07:52.060Z Compiling ref-cast-impl v1.0.24
16442025-10-03T20:07:52.127Z Compiling ahash v0.8.12
16452025-10-03T20:07:52.520Z Compiling fs-err v3.1.1
16462025-10-03T20:07:52.895Z Compiling managed v0.8.0
16472025-10-03T20:07:53.324Z Compiling buf-list v1.0.3
16482025-10-03T20:07:53.431Z Compiling iri-string v0.7.8
16492025-10-03T20:07:53.654Z Compiling hubpack_derive v0.1.1
16502025-10-03T20:07:53.851Z Compiling simd-adler32 v0.3.7
16512025-10-03T20:07:53.966Z Compiling bitflags v1.3.2
16522025-10-03T20:07:54.102Z Compiling lockfree-object-pool v0.1.6
16532025-10-03T20:07:54.409Z Compiling bumpalo v3.16.0
16542025-10-03T20:07:54.486Z Compiling winnow v0.5.40
16552025-10-03T20:07:54.680Z Compiling hubpack v0.1.2
16562025-10-03T20:07:55.081Z Compiling zopfli v0.8.1
16572025-10-03T20:07:55.850Z Compiling strum v0.27.2
16582025-10-03T20:07:56.224Z Compiling clap_builder v4.5.48
16592025-10-03T20:07:57.073Z Compiling elliptic-curve v0.13.8
16602025-10-03T20:07:57.139Z Compiling tower-http v0.6.6
16612025-10-03T20:07:58.160Z Compiling daft v0.1.4
16622025-10-03T20:07:58.216Z Compiling cargo_metadata v0.19.2
16632025-10-03T20:07:58.288Z Compiling hyper-tls v0.6.0
16642025-10-03T20:07:58.789Z Compiling toml_edit v0.19.15
16652025-10-03T20:07:58.859Z Compiling signal-hook-mio v0.2.4
16662025-10-03T20:07:59.158Z Compiling cookie_store v0.21.1
16672025-10-03T20:08:01.250Z Compiling zstd v0.13.3
16682025-10-03T20:08:02.467Z Compiling postgres-types v0.2.9
16692025-10-03T20:08:02.957Z Compiling usdt-attr-macro v0.5.0
16702025-10-03T20:08:04.112Z Compiling usdt-macro v0.5.0
16712025-10-03T20:08:04.842Z Compiling phf v0.11.2
16722025-10-03T20:08:05.238Z Compiling ed25519 v2.2.3
16732025-10-03T20:08:05.350Z Compiling bzip2 v0.5.2
16742025-10-03T20:08:05.864Z Compiling bzip2 v0.4.4
16752025-10-03T20:08:05.991Z Compiling pkcs1 v0.7.5
16762025-10-03T20:08:06.433Z Compiling strum_macros v0.26.4
16772025-10-03T20:08:06.612Z Compiling enum-as-inner v0.6.1
16782025-10-03T20:08:06.957Z Compiling clap_derive v4.5.47
16792025-10-03T20:08:07.270Z Compiling serde-big-array v0.5.1
16802025-10-03T20:08:07.572Z Compiling serde_urlencoded v0.7.1
16812025-10-03T20:08:07.858Z Compiling rfc6979 v0.4.0
16822025-10-03T20:08:07.990Z Compiling serde_repr v0.1.19
16832025-10-03T20:08:08.214Z Compiling bstr v1.10.0
16842025-10-03T20:08:08.292Z Compiling float-cmp v0.10.0
16852025-10-03T20:08:08.649Z Compiling env_filter v0.1.2
16862025-10-03T20:08:09.164Z Compiling encoding_rs v0.8.34
16872025-10-03T20:08:09.297Z Compiling precomputed-hash v0.1.1
16882025-10-03T20:08:09.459Z Compiling mime v0.3.17
16892025-10-03T20:08:09.972Z Compiling data-encoding v2.9.0
16902025-10-03T20:08:10.147Z Compiling whoami v1.5.2
16912025-10-03T20:08:10.274Z Compiling normalize-line-endings v0.3.0
16922025-10-03T20:08:10.445Z Compiling rustc-hash v2.1.1
16932025-10-03T20:08:10.730Z Compiling unicode-segmentation v1.12.0
16942025-10-03T20:08:10.806Z Compiling foldhash v0.2.0
16952025-10-03T20:08:11.267Z Compiling new_debug_unreachable v1.0.6
16962025-10-03T20:08:11.399Z Compiling fixedbitset v0.4.2
16972025-10-03T20:08:11.479Z Compiling static_assertions v1.1.0
16982025-10-03T20:08:11.652Z Compiling difflib v0.4.0
16992025-10-03T20:08:11.711Z Compiling predicates-core v1.0.8
17002025-10-03T20:08:11.952Z Compiling petgraph v0.6.5
17012025-10-03T20:08:11.980Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
17022025-10-03T20:08:12.005Z Compiling clap v4.5.48
17032025-10-03T20:08:12.119Z Compiling similar v2.7.0
17042025-10-03T20:08:12.230Z Compiling predicates v3.1.3
17052025-10-03T20:08:13.216Z Compiling strum v0.26.3
17062025-10-03T20:08:13.267Z Compiling string_cache v0.8.9
17072025-10-03T20:08:13.456Z Compiling iddqd v0.3.13
17082025-10-03T20:08:13.810Z Compiling toml_edit v0.22.27
17092025-10-03T20:08:14.129Z Compiling hickory-proto v0.25.2
17102025-10-03T20:08:14.428Z Compiling tokio-postgres v0.7.13
17112025-10-03T20:08:14.543Z Compiling usdt v0.5.0
17122025-10-03T20:08:15.100Z Compiling env_logger v0.11.5
17132025-10-03T20:08:15.930Z Compiling ecdsa v0.16.9
17142025-10-03T20:08:16.216Z Compiling rsa v0.9.6
17152025-10-03T20:08:16.320Z Compiling zip v0.6.6
17162025-10-03T20:08:16.791Z Compiling ed25519-dalek v2.1.1
17172025-10-03T20:08:17.644Z Compiling zip v4.2.0
17182025-10-03T20:08:18.479Z Compiling toml v0.7.8
17192025-10-03T20:08:20.387Z Compiling crossterm v0.28.1
17202025-10-03T20:08:21.895Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
17212025-10-03T20:08:22.005Z Compiling crossbeam-epoch v0.9.18
17222025-10-03T20:08:22.166Z Compiling tokio-stream v0.1.17
17232025-10-03T20:08:22.205Z Compiling x509-cert v0.2.5
17242025-10-03T20:08:22.357Z Compiling openapiv3 v2.2.0
17252025-10-03T20:08:22.705Z Compiling sha1 v0.10.6
17262025-10-03T20:08:23.175Z Compiling itertools v0.13.0
17272025-10-03T20:08:23.359Z Compiling itertools v0.10.5
17282025-10-03T20:08:23.829Z Compiling winnow v0.6.26
17292025-10-03T20:08:24.717Z Compiling peg-runtime v0.8.5
17302025-10-03T20:08:25.325Z Compiling lalrpop-util v0.19.12
17312025-10-03T20:08:25.766Z Compiling thread_local v1.1.8
17322025-10-03T20:08:26.190Z Compiling slog-async v2.8.0
17332025-10-03T20:08:26.252Z Compiling crossbeam-channel v0.5.15
17342025-10-03T20:08:26.392Z Compiling xattr v1.3.1
17352025-10-03T20:08:26.421Z Compiling futures-executor v0.3.31
17362025-10-03T20:08:26.648Z Compiling is-terminal v0.4.13
17372025-10-03T20:08:26.689Z Compiling filetime v0.2.25
17382025-10-03T20:08:26.822Z Compiling take_mut v0.2.2
17392025-10-03T20:08:26.852Z Compiling term v1.1.0
17402025-10-03T20:08:26.936Z Compiling tar v0.4.44
17412025-10-03T20:08:27.033Z Compiling futures v0.3.31
17422025-10-03T20:08:27.532Z Compiling slog-term v2.9.2
17432025-10-03T20:08:31.400Z Compiling aws-lc-sys v0.26.0
17442025-10-03T20:09:08.432Z Compiling rustls-webpki v0.102.8
17452025-10-03T20:09:15.070Z Compiling tokio-rustls v0.26.0
17462025-10-03T20:09:15.412Z Compiling hyper-rustls v0.27.7
17472025-10-03T20:09:15.863Z Compiling reqwest v0.12.22
17482025-10-03T20:09:21.138Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492025-10-03T20:09:21.559Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502025-10-03T20:09:28.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 52s
17512025-10-03T20:09:28.461Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522025-10-03T20:09:28.543ZOct 03 20:09:28.064 INFO Starting download, target: Cockroach
17532025-10-03T20:09:28.543ZOct 03 20:09:28.066 INFO Starting download, target: Console
17542025-10-03T20:09:28.543ZOct 03 20:09:28.066 INFO Starting download, target: Clickhouse
17552025-10-03T20:09:28.543ZOct 03 20:09:28.066 INFO Starting download, target: DendriteStub
17562025-10-03T20:09:28.543ZOct 03 20:09:28.066 INFO Starting download, target: MaghemiteMgd
17572025-10-03T20:09:28.543ZOct 03 20:09:28.066 INFO Starting download, target: TransceiverControl
17582025-10-03T20:09:28.568ZOct 03 20:09:28.067 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592025-10-03T20:09:28.568ZOct 03 20:09:28.067 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602025-10-03T20:09:28.568ZOct 03 20:09:28.067 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17612025-10-03T20:09:28.568ZOct 03 20:09:28.067 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622025-10-03T20:09:28.568ZOct 03 20:09:28.067 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632025-10-03T20:09:28.568ZOct 03 20:09:28.068 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17642025-10-03T20:09:28.923ZOct 03 20:09:28.440 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17652025-10-03T20:09:29.512ZOct 03 20:09:28.979 INFO Download complete, target: Console
17662025-10-03T20:09:32.992ZOct 03 20:09:32.513 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17672025-10-03T20:09:33.550ZOct 03 20:09:33.072 INFO Download complete, target: TransceiverControl
17682025-10-03T20:09:37.325ZOct 03 20:09:36.846 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692025-10-03T20:09:37.985ZOct 03 20:09:37.508 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702025-10-03T20:09:38.049ZOct 03 20:09:37.572 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712025-10-03T20:09:38.049ZOct 03 20:09:37.572 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722025-10-03T20:09:44.302ZOct 03 20:09:43.825 INFO Download complete, target: DendriteStub
17732025-10-03T20:09:44.973ZOct 03 20:09:44.495 INFO Download complete, target: MaghemiteMgd
17742025-10-03T20:09:49.811ZOct 03 20:09:49.334 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17752025-10-03T20:09:49.971ZOct 03 20:09:49.493 INFO Checking that binary works, target: Cockroach
17762025-10-03T20:09:50.192ZOct 03 20:09:49.714 INFO Download complete, target: Cockroach
17772025-10-03T20:10:05.224ZOct 03 20:10:04.748 INFO Checking that binary works, target: Clickhouse
17782025-10-03T20:10:05.452ZOct 03 20:10:04.976 INFO Download complete, target: Clickhouse
17792025-10-03T20:10:05.477ZAll prerequisites installed successfully
17802025-10-03T20:10:05.477Z
17812025-10-03T20:10:05.477Zreal 5:58.080735385
17822025-10-03T20:10:05.477Zuser 20:15.659755936
17832025-10-03T20:10:05.477Zsys 3:06.934910698
17842025-10-03T20:10:05.477Ztrap 0.911742937
17852025-10-03T20:10:05.477Ztflt 0.568623500
17862025-10-03T20:10:05.477Zdflt 1.087365691
17872025-10-03T20:10:05.477Zkflt 0.011314723
17882025-10-03T20:10:05.477Zlock 58:13.244911772
17892025-10-03T20:10:05.477Zslp 1:15:17.691002962
17902025-10-03T20:10:05.477Zlat 1:25.453235070
17912025-10-03T20:10:05.477Zstop 3:12.266825042
17922025-10-03T20:10:05.477Z+ source ./tools/include/force-git-over-https.sh
17932025-10-03T20:10:05.477Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17942025-10-03T20:10:05.477Z++ (( i = 0 ))
17952025-10-03T20:10:05.477Z++ (( i < 5 ))
17962025-10-03T20:10:05.477Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17972025-10-03T20:10:05.477Z++ (( i++ ))
17982025-10-03T20:10:05.477Z++ (( i < 5 ))
17992025-10-03T20:10:05.477Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18002025-10-03T20:10:05.502Z++ (( i++ ))
18012025-10-03T20:10:05.502Z++ (( i < 5 ))
18022025-10-03T20:10:05.502Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18032025-10-03T20:10:05.502Z++ (( i++ ))
18042025-10-03T20:10:05.502Z++ (( i < 5 ))
18052025-10-03T20:10:05.502Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18062025-10-03T20:10:05.502Z++ (( i++ ))
18072025-10-03T20:10:05.502Z++ (( i < 5 ))
18082025-10-03T20:10:05.502Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18092025-10-03T20:10:05.502Z++ (( i++ ))
18102025-10-03T20:10:05.502Z++ (( i < 5 ))
18112025-10-03T20:10:05.502Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18122025-10-03T20:10:05.502Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18132025-10-03T20:10:05.502Z+ rc=0
18142025-10-03T20:10:05.502Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18152025-10-03T20:10:48.077Z+ case $rc in
18162025-10-03T20:10:48.077Z+ pfexec zfs create -p rpool/images/build/host
18172025-10-03T20:10:48.164Z+ pfexec zfs create -p rpool/images/build/recovery
18182025-10-03T20:10:48.214Z+ cargo xtask releng --output-dir /work --mkincorp
18192025-10-03T20:10:49.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
18202025-10-03T20:10:49.658Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18212025-10-03T20:10:51.858Z Compiling proc-macro2 v1.0.101
18222025-10-03T20:10:51.858Z Compiling unicode-ident v1.0.18
18232025-10-03T20:10:51.858Z Compiling libc v0.2.174
18242025-10-03T20:10:51.883Z Compiling serde_core v1.0.226
18252025-10-03T20:10:51.883Z Compiling serde v1.0.226
18262025-10-03T20:10:51.883Z Compiling autocfg v1.4.0
18272025-10-03T20:10:51.883Z Compiling cfg-if v1.0.1
18282025-10-03T20:10:52.133Z Compiling version_check v0.9.5
18292025-10-03T20:10:52.176Z Compiling memchr v2.7.4
18302025-10-03T20:10:52.200Z Compiling shlex v1.3.0
18312025-10-03T20:10:52.864Z Compiling lock_api v0.4.12
18322025-10-03T20:10:52.927Z Compiling typenum v1.17.0
18332025-10-03T20:10:53.263Z Compiling generic-array v0.14.7
18342025-10-03T20:10:53.756Z Compiling value-bag v1.9.0
18352025-10-03T20:10:53.756Z Compiling portable-atomic v1.11.0
18362025-10-03T20:10:53.801Z Compiling getrandom v0.3.1
18372025-10-03T20:10:54.218Z Compiling log v0.4.27
18382025-10-03T20:10:54.455Z Compiling quote v1.0.40
18392025-10-03T20:10:54.497Z Compiling jobserver v0.1.32
18402025-10-03T20:10:54.523Z Compiling libm v0.2.8
18412025-10-03T20:10:54.895Z Compiling syn v2.0.106
18422025-10-03T20:10:54.935Z Compiling cc v1.2.30
18432025-10-03T20:10:54.960Z Compiling num-traits v0.2.19
18442025-10-03T20:10:55.032Z Compiling scopeguard v1.2.0
18452025-10-03T20:10:55.159Z Compiling serde_json v1.0.145
18462025-10-03T20:10:55.338Z Compiling parking_lot_core v0.9.10
18472025-10-03T20:10:55.531Z Compiling smallvec v1.15.1
18482025-10-03T20:10:55.697Z Compiling rustix v0.38.37
18492025-10-03T20:10:55.752Z Compiling pkg-config v0.3.31
18502025-10-03T20:10:56.065Z Compiling getrandom v0.2.15
18512025-10-03T20:10:56.391Z Compiling regex-syntax v0.8.5
18522025-10-03T20:10:56.738Z Compiling errno v0.3.12
18532025-10-03T20:10:57.405Z Compiling spin v0.9.8
18542025-10-03T20:10:57.774Z Compiling aho-corasick v1.1.3
18552025-10-03T20:10:58.172Z Compiling slab v0.4.9
18562025-10-03T20:10:58.248Z Compiling itoa v1.0.11
18572025-10-03T20:10:58.281Z Compiling thiserror v2.0.17
18582025-10-03T20:10:58.305Z Compiling lazy_static v1.5.0
18592025-10-03T20:10:58.608Z Compiling critical-section v1.1.3
18602025-10-03T20:10:58.676Z Compiling stable_deref_trait v1.2.0
18612025-10-03T20:10:58.785Z Compiling subtle v2.6.1
18622025-10-03T20:10:58.851Z Compiling semver v1.0.27
18632025-10-03T20:10:58.876Z Compiling glob v0.3.2
18642025-10-03T20:10:58.922Z Compiling either v1.15.0
18652025-10-03T20:10:59.199Z Compiling rand_core v0.6.4
18662025-10-03T20:10:59.484Z Compiling prettyplease v0.2.36
18672025-10-03T20:10:59.651Z Compiling clang-sys v1.8.1
18682025-10-03T20:10:59.941Z Compiling regex-automata v0.4.11
18692025-10-03T20:10:59.997Z Compiling once_cell v1.21.3
18702025-10-03T20:11:00.297Z Compiling minimal-lexical v0.2.1
18712025-10-03T20:11:00.513Z Compiling heck v0.5.0
18722025-10-03T20:11:00.841Z Compiling nom v7.1.3
18732025-10-03T20:11:01.304Z Compiling libloading v0.8.5
18742025-10-03T20:11:01.497Z Compiling home v0.5.9
18752025-10-03T20:11:01.497Z Compiling paste v1.0.15
18762025-10-03T20:11:01.741Z Compiling bindgen v0.69.5
18772025-10-03T20:11:02.093Z Compiling synstructure v0.13.1
18782025-10-03T20:11:02.359Z Compiling itertools v0.12.1
18792025-10-03T20:11:03.764Z Compiling ryu v1.0.18
18802025-10-03T20:11:04.139Z Compiling cexpr v0.6.0
18812025-10-03T20:11:04.340Z Compiling rustc-hash v1.1.0
18822025-10-03T20:11:04.601Z Compiling lazycell v1.3.0
18832025-10-03T20:11:05.085Z Compiling cmake v0.1.51
18842025-10-03T20:11:05.549Z Compiling fs_extra v1.3.0
18852025-10-03T20:11:05.670Z Compiling dunce v1.0.5
18862025-10-03T20:11:05.768Z Compiling serde_derive v1.0.226
18872025-10-03T20:11:05.871Z Compiling zeroize_derive v1.4.2
18882025-10-03T20:11:05.937Z Compiling zerofrom-derive v0.1.4
18892025-10-03T20:11:05.986Z Compiling yoke-derive v0.7.4
18902025-10-03T20:11:06.139Z Compiling zerovec-derive v0.10.3
18912025-10-03T20:11:07.039Z Compiling displaydoc v0.2.5
18922025-10-03T20:11:07.206Z Compiling icu_provider_macros v1.5.0
18932025-10-03T20:11:08.296Z Compiling zeroize v1.8.1
18942025-10-03T20:11:08.435Z Compiling zerocopy-derive v0.7.35
18952025-10-03T20:11:08.542Z Compiling tokio-macros v2.5.0
18962025-10-03T20:11:08.865Z Compiling regex v1.11.3
18972025-10-03T20:11:08.865Z Compiling thiserror-impl v2.0.17
18982025-10-03T20:11:09.269Z Compiling futures-macro v0.3.31
18992025-10-03T20:11:09.313Z Compiling zerofrom v0.1.4
19002025-10-03T20:11:09.622Z Compiling yoke v0.7.4
19012025-10-03T20:11:10.068Z Compiling zerovec v0.10.4
19022025-10-03T20:11:10.905Z Compiling allocator-api2 v0.2.21
19032025-10-03T20:11:10.930Z Compiling litemap v0.7.3
19042025-10-03T20:11:11.560Z Compiling writeable v0.5.5
19052025-10-03T20:11:11.664Z Compiling byteorder v1.5.0
19062025-10-03T20:11:11.751Z Compiling schemars v0.8.22
19072025-10-03T20:11:12.248Z Compiling serde_derive_internals v0.29.1
19082025-10-03T20:11:12.327Z Compiling tinystr v0.7.6
19092025-10-03T20:11:12.830Z Compiling percent-encoding v2.3.2
19102025-10-03T20:11:12.927Z Compiling icu_locid v1.5.0
19112025-10-03T20:11:13.446Z Compiling fnv v1.0.7
19122025-10-03T20:11:13.552Z Compiling equivalent v1.0.2
19132025-10-03T20:11:13.640Z Compiling pin-project-lite v0.2.14
19142025-10-03T20:11:13.767Z Compiling bitflags v2.9.4
19152025-10-03T20:11:13.821Z Compiling bytes v1.10.1
19162025-10-03T20:11:14.358Z Compiling schemars_derive v0.8.22
19172025-10-03T20:11:15.173Z Compiling icu_provider v1.5.0
19182025-10-03T20:11:15.236Z Compiling icu_locid_transform_data v1.5.0
19192025-10-03T20:11:15.837Z Compiling icu_collections v1.5.0
19202025-10-03T20:11:15.963Z Compiling crypto-common v0.1.6
19212025-10-03T20:11:16.278Z Compiling icu_locid_transform v1.5.0
19222025-10-03T20:11:16.920Z Compiling der_derive v0.7.3
19232025-10-03T20:11:17.099Z Compiling ring v0.17.14
19242025-10-03T20:11:18.080Z Compiling icu_properties_data v1.5.0
19252025-10-03T20:11:18.286Z Compiling which v4.4.2
19262025-10-03T20:11:18.879Z Compiling icu_properties v1.5.1
19272025-10-03T20:11:20.347Z Compiling aws-lc-rs v1.12.4
19282025-10-03T20:11:20.724Z Compiling utf8_iter v1.0.4
19292025-10-03T20:11:20.781Z Compiling const-oid v0.9.6
19302025-10-03T20:11:20.935Z Compiling icu_normalizer_data v1.5.0
19312025-10-03T20:11:21.097Z Compiling utf16_iter v1.0.5
19322025-10-03T20:11:21.161Z Compiling futures-core v0.3.31
19332025-10-03T20:11:21.384Z Compiling write16 v1.0.0
19342025-10-03T20:11:21.443Z Compiling vcpkg v0.2.15
19352025-10-03T20:11:22.856Z Compiling signal-hook-registry v1.4.2
19362025-10-03T20:11:22.958Z Compiling openssl-sys v0.9.109
19372025-10-03T20:11:22.998Z Compiling icu_normalizer v1.5.0
19382025-10-03T20:11:23.384Z Compiling parking_lot v0.12.3
19392025-10-03T20:11:24.190Z Compiling idna_adapter v1.2.0
19402025-10-03T20:11:24.492Z Compiling tracing-attributes v0.1.27
19412025-10-03T20:11:24.541Z Compiling mio v1.0.2
19422025-10-03T20:11:25.653Z Compiling idna v1.0.3
19432025-10-03T20:11:25.899Z Compiling form_urlencoded v1.2.2
19442025-10-03T20:11:26.304Z Compiling block-buffer v0.10.4
19452025-10-03T20:11:26.692Z Compiling rustix v1.0.7
19462025-10-03T20:11:27.314Z Compiling httparse v1.9.5
19472025-10-03T20:11:27.358Z Compiling digest v0.10.7
19482025-10-03T20:11:27.480Z Compiling zerocopy v0.7.35
19492025-10-03T20:11:27.957Z Compiling hashbrown v0.16.0
19502025-10-03T20:11:28.011Z Compiling socket2 v0.6.0
19512025-10-03T20:11:28.058Z Compiling url v2.5.4
19522025-10-03T20:11:29.366Z Compiling tokio v1.47.0
19532025-10-03T20:11:30.168Z Compiling indexmap v2.11.4
19542025-10-03T20:11:30.846Z Compiling futures-sink v0.3.31
19552025-10-03T20:11:30.926Z Compiling time-core v0.1.6
19562025-10-03T20:11:31.127Z Compiling aws-lc-sys v0.26.0
19572025-10-03T20:11:31.332Z Compiling foldhash v0.1.5
19582025-10-03T20:11:31.661Z Compiling num-conv v0.1.0
19592025-10-03T20:11:31.689Z Compiling hashbrown v0.15.4
19602025-10-03T20:11:31.713Z Compiling futures-channel v0.3.31
19612025-10-03T20:11:31.982Z Compiling time-macros v0.2.24
19622025-10-03T20:11:33.260Z Compiling thiserror v1.0.69
19632025-10-03T20:11:33.509Z Compiling openssl v0.10.73
19642025-10-03T20:11:33.851Z Compiling futures-io v0.3.31
19652025-10-03T20:11:33.947Z Compiling pin-utils v0.1.0
19662025-10-03T20:11:33.998Z Compiling futures-task v0.3.31
19672025-10-03T20:11:34.128Z Compiling uuid v1.18.1
19682025-10-03T20:11:34.223Z Compiling iana-time-zone v0.1.63
19692025-10-03T20:11:34.338Z Compiling futures-util v0.3.31
19702025-10-03T20:11:34.547Z Compiling chrono v0.4.42
19712025-10-03T20:11:35.065Z Compiling openssl-macros v0.1.1
19722025-10-03T20:11:35.120Z Compiling thiserror-impl v1.0.69
19732025-10-03T20:11:35.808Z Compiling rustc_version v0.4.1
19742025-10-03T20:11:36.120Z Compiling cpufeatures v0.2.14
19752025-10-03T20:11:36.311Z Compiling native-tls v0.2.12
19762025-10-03T20:11:36.937Z Compiling rustls v0.23.19
19772025-10-03T20:11:37.350Z Compiling ppv-lite86 v0.2.20
19782025-10-03T20:11:38.022Z Compiling hmac v0.12.1
19792025-10-03T20:11:38.507Z Compiling block-padding v0.3.3
19802025-10-03T20:11:39.104Z Compiling cookie v0.18.1
19812025-10-03T20:11:39.536Z Compiling dyn-clone v1.0.20
19822025-10-03T20:11:39.769Z Compiling zerocopy v0.8.27
19832025-10-03T20:11:40.413Z Compiling inout v0.1.3
19842025-10-03T20:11:41.148Z Compiling http v1.3.1
19852025-10-03T20:11:41.419Z Compiling serde_tokenstream v0.2.2
19862025-10-03T20:11:42.063Z Compiling bzip2-sys v0.1.13+1.0.8
19872025-10-03T20:11:42.289Z Compiling rustversion v1.0.22
19882025-10-03T20:11:43.731Z Compiling cipher v0.4.4
19892025-10-03T20:11:43.792Z Compiling sha2 v0.10.9
19902025-10-03T20:11:45.177Z Compiling zerocopy-derive v0.8.27
19912025-10-03T20:11:45.929Z Compiling scroll_derive v0.12.0
19922025-10-03T20:11:46.718Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19932025-10-03T20:11:48.249Z Compiling rustls-pki-types v1.10.0
19942025-10-03T20:11:48.300Z Compiling slog v2.7.0
19952025-10-03T20:11:48.617Z Compiling base64ct v1.6.0
19962025-10-03T20:11:49.403Z Compiling syn v1.0.109
19972025-10-03T20:11:50.033Z Compiling crossbeam-utils v0.8.21
19982025-10-03T20:11:50.138Z Compiling ucd-trie v0.1.7
19992025-10-03T20:11:50.705Z Compiling pest v2.8.2
20002025-10-03T20:11:50.731Z Compiling pem-rfc7468 v0.7.0
20012025-10-03T20:11:52.660Z Compiling newtype-uuid v1.2.4
20022025-10-03T20:11:53.001Z Compiling strsim v0.11.1
20032025-10-03T20:11:53.741Z Compiling litrs v0.4.1
20042025-10-03T20:11:54.004Z Compiling flagset v0.4.6
20052025-10-03T20:11:54.333Z Compiling der v0.7.9
20062025-10-03T20:11:55.029Z Compiling document-features v0.2.11
20072025-10-03T20:11:55.150Z Compiling pest_meta v2.8.2
20082025-10-03T20:11:57.393Z Compiling tokio-util v0.7.15
20092025-10-03T20:11:57.572Z Compiling rand_core v0.9.3
20102025-10-03T20:11:58.031Z Compiling tracing-core v0.1.32
20112025-10-03T20:11:58.635Z Compiling untrusted v0.9.0
20122025-10-03T20:11:58.931Z Compiling powerfmt v0.2.0
20132025-10-03T20:11:59.607Z Compiling base64 v0.22.1
20142025-10-03T20:12:00.495Z Compiling camino v1.2.0
20152025-10-03T20:12:00.527Z Compiling untrusted v0.7.1
20162025-10-03T20:12:00.814Z Compiling deranged v0.5.3
20172025-10-03T20:12:00.884Z Compiling tracing v0.1.40
20182025-10-03T20:12:02.226Z Compiling spki v0.7.3
20192025-10-03T20:12:02.268Z Compiling pest_generator v2.8.2
20202025-10-03T20:12:02.706Z Compiling salsa20 v0.10.2
20212025-10-03T20:12:02.831Z Compiling http-body v1.0.1
20222025-10-03T20:12:03.035Z Compiling pbkdf2 v0.12.2
20232025-10-03T20:12:04.002Z Compiling atomic-waker v1.1.2
20242025-10-03T20:12:04.194Z Compiling anyhow v1.0.99
20252025-10-03T20:12:04.225Z Compiling ident_case v1.0.1
20262025-10-03T20:12:04.335Z Compiling num_threads v0.1.7
20272025-10-03T20:12:04.498Z Compiling time v0.3.43
20282025-10-03T20:12:04.569Z Compiling darling_core v0.20.10
20292025-10-03T20:12:04.796Z Compiling pest_derive v2.8.2
20302025-10-03T20:12:06.461Z Compiling scrypt v0.11.0
20312025-10-03T20:12:06.985Z Compiling rand_chacha v0.9.0
20322025-10-03T20:12:07.232Z Compiling cbc v0.1.2
20332025-10-03T20:12:07.548Z Compiling aes v0.8.4
20342025-10-03T20:12:08.982Z Compiling usdt-impl v0.5.0
20352025-10-03T20:12:09.030Z Compiling num-bigint-dig v0.8.4
20362025-10-03T20:12:09.482Z Compiling zstd-safe v7.2.3
20372025-10-03T20:12:09.527Z Compiling try-lock v0.2.5
20382025-10-03T20:12:09.790Z Compiling tower-service v0.3.3
20392025-10-03T20:12:09.996Z Compiling want v0.3.1
20402025-10-03T20:12:10.397Z Compiling pkcs5 v0.7.1
20412025-10-03T20:12:10.516Z Compiling darling_macro v0.20.10
20422025-10-03T20:12:11.523Z Compiling rand v0.9.2
20432025-10-03T20:12:11.884Z Compiling h2 v0.4.6
20442025-10-03T20:12:13.079Z Compiling scroll v0.12.0
20452025-10-03T20:12:13.475Z Compiling heapless v0.7.17
20462025-10-03T20:12:14.277Z Compiling ipnet v2.11.0
20472025-10-03T20:12:14.371Z Compiling async-trait v0.1.89
20482025-10-03T20:12:15.199Z Compiling daft-derive v0.1.4
20492025-10-03T20:12:15.418Z Compiling socket2 v0.5.10
20502025-10-03T20:12:15.460Z Compiling ahash v0.8.12
20512025-10-03T20:12:16.005Z Compiling plain v0.2.3
20522025-10-03T20:12:16.287Z Compiling httpdate v1.0.3
20532025-10-03T20:12:16.481Z Compiling openssl-probe v0.1.5
20542025-10-03T20:12:16.752Z Compiling fastrand v2.1.1
20552025-10-03T20:12:17.171Z Compiling adler2 v2.0.0
20562025-10-03T20:12:17.195Z Compiling foreign-types-shared v0.1.1
20572025-10-03T20:12:17.405Z Compiling signal-hook v0.3.18
20582025-10-03T20:12:17.455Z Compiling miniz_oxide v0.8.5
20592025-10-03T20:12:17.482Z Compiling foreign-types v0.3.2
20602025-10-03T20:12:17.507Z Compiling tempfile v3.20.0
20612025-10-03T20:12:17.583Z Compiling goblin v0.8.2
20622025-10-03T20:12:19.578Z Compiling darling v0.20.10
20632025-10-03T20:12:19.741Z Compiling pkcs8 v0.10.2
20642025-10-03T20:12:23.414Z Compiling hyper v1.7.0
20652025-10-03T20:12:26.067Z Compiling pretty-hex v0.4.1
20662025-10-03T20:12:26.332Z Compiling tinyvec_macros v0.1.1
20672025-10-03T20:12:27.186Z Compiling hyper-util v0.1.17
20682025-10-03T20:12:27.536Z Compiling tinyvec v1.8.0
20692025-10-03T20:12:28.258Z Compiling dof v0.3.0
20702025-10-03T20:12:34.643Z Compiling dtrace-parser v0.2.0
20712025-10-03T20:12:35.110Z Compiling curve25519-dalek v4.1.3
20722025-10-03T20:12:35.882Z Compiling clap_derive v4.5.47
20732025-10-03T20:12:36.003Z Compiling thread-id v4.2.2
20742025-10-03T20:12:36.189Z Compiling memoffset v0.9.1
20752025-10-03T20:12:37.598Z Compiling smoltcp v0.9.1
20762025-10-03T20:12:38.359Z Compiling ref-cast v1.0.24
20772025-10-03T20:12:46.290Z Compiling http-body-util v0.1.3
20782025-10-03T20:12:47.097Z Compiling strum_macros v0.26.4
20792025-10-03T20:12:50.222Z Compiling sync_wrapper v1.0.1
20802025-10-03T20:12:51.636Z Compiling wait-timeout v0.2.0
20812025-10-03T20:12:51.722Z Compiling encoding_rs v0.8.34
20822025-10-03T20:12:51.804Z Compiling quick-error v1.2.3
20832025-10-03T20:12:51.877Z Compiling bit-vec v0.8.0
20842025-10-03T20:12:52.106Z Compiling tower-layer v0.3.3
20852025-10-03T20:12:52.404Z Compiling psl-types v2.0.11
20862025-10-03T20:12:52.540Z Compiling buf-list v1.0.3
20872025-10-03T20:12:52.695Z Compiling cfg_aliases v0.2.1
20882025-10-03T20:12:52.860Z Compiling gimli v0.31.1
20892025-10-03T20:12:53.249Z Compiling utf8parse v0.2.2
20902025-10-03T20:12:53.530Z Compiling anstyle v1.0.11
20912025-10-03T20:12:53.883Z Compiling mime v0.3.17
20922025-10-03T20:12:55.164Z Compiling anstyle-parse v0.2.5
20932025-10-03T20:12:57.275Z Compiling nix v0.29.0
20942025-10-03T20:12:58.203Z Compiling addr2line v0.24.2
20952025-10-03T20:12:58.273Z Compiling publicsuffix v2.3.0
20962025-10-03T20:12:58.772Z Compiling tower v0.5.2
20972025-10-03T20:12:58.945Z Compiling bit-set v0.8.0
20982025-10-03T20:12:59.585Z Compiling rusty-fork v0.3.0
20992025-10-03T20:13:01.526Z Compiling tokio-native-tls v0.3.1
21002025-10-03T20:13:01.932Z Compiling unicode-normalization v0.1.24
21012025-10-03T20:13:03.194Z Compiling derive_builder_core v0.20.2
21022025-10-03T20:13:03.539Z Compiling rustls-native-certs v0.8.1
21032025-10-03T20:13:03.785Z Compiling hubpack_derive v0.1.1
21042025-10-03T20:13:03.866Z Compiling rand_xorshift v0.4.0
21052025-10-03T20:13:04.309Z Compiling webpki-roots v1.0.1
21062025-10-03T20:13:04.780Z Compiling openapiv3 v2.2.0
21072025-10-03T20:13:04.831Z Compiling signature v2.2.0
21082025-10-03T20:13:05.086Z Compiling serde_urlencoded v0.7.1
21092025-10-03T20:13:05.289Z Compiling serde_spanned v0.6.9
21102025-10-03T20:13:05.627Z Compiling toml_datetime v0.6.11
21112025-10-03T20:13:05.658Z Compiling strum_macros v0.27.2
21122025-10-03T20:13:05.937Z Compiling curve25519-dalek-derive v0.1.1
21132025-10-03T20:13:06.556Z Compiling ref-cast-impl v1.0.24
21142025-10-03T20:13:07.951Z Compiling object v0.36.5
21152025-10-03T20:13:08.645Z Compiling fs-err v3.1.1
21162025-10-03T20:13:09.143Z Compiling crc32fast v1.4.2
21172025-10-03T20:13:09.220Z Compiling is_terminal_polyfill v1.70.1
21182025-10-03T20:13:09.458Z Compiling iri-string v0.7.8
21192025-10-03T20:13:09.769Z Compiling anstyle-query v1.1.1
21202025-10-03T20:13:10.192Z Compiling unarray v0.1.4
21212025-10-03T20:13:10.308Z Compiling unicode-properties v0.1.3
21222025-10-03T20:13:10.768Z Compiling siphasher v0.3.11
21232025-10-03T20:13:11.087Z Compiling zlib-rs v0.5.1
21242025-10-03T20:13:11.209Z Compiling colorchoice v1.0.2
21252025-10-03T20:13:11.384Z Compiling rustc-demangle v0.1.24
21262025-10-03T20:13:11.505Z Compiling unicode-bidi v0.3.17
21272025-10-03T20:13:12.446Z Compiling stringprep v0.1.5
21282025-10-03T20:13:13.411Z Compiling anstream v0.6.18
21292025-10-03T20:13:14.195Z Compiling tower-http v0.6.6
21302025-10-03T20:13:15.062Z Compiling phf_shared v0.11.2
21312025-10-03T20:13:15.678Z Compiling proptest v1.7.0
21322025-10-03T20:13:16.128Z Compiling libz-rs-sys v0.5.1
21332025-10-03T20:13:16.299Z Compiling backtrace v0.3.74
21342025-10-03T20:13:17.007Z Compiling derive_builder_macro v0.20.2
21352025-10-03T20:13:19.559Z Compiling hyper-tls v0.6.0
21362025-10-03T20:13:19.934Z Compiling cookie_store v0.21.1
21372025-10-03T20:13:21.878Z Compiling usdt-attr-macro v0.5.0
21382025-10-03T20:13:21.989Z Compiling usdt-macro v0.5.0
21392025-10-03T20:13:24.105Z Compiling vergen-lib v0.1.6
21402025-10-03T20:13:24.136Z Compiling ipnetwork v0.21.1
21412025-10-03T20:13:24.187Z Compiling rand_chacha v0.3.1
21422025-10-03T20:13:24.540Z Compiling md-5 v0.10.6
21432025-10-03T20:13:24.568Z Compiling num-integer v0.1.46
21442025-10-03T20:13:24.593Z Compiling hash32 v0.2.1
21452025-10-03T20:13:25.003Z Compiling ff v0.13.0
21462025-10-03T20:13:25.587Z Compiling base16ct v0.2.0
21472025-10-03T20:13:25.702Z Compiling fallible-iterator v0.2.0
21482025-10-03T20:13:25.776Z Compiling winnow v0.7.13
21492025-10-03T20:13:25.980Z Compiling sec1 v0.7.3
21502025-10-03T20:13:26.386Z Compiling postgres-protocol v0.6.8
21512025-10-03T20:13:26.920Z Compiling group v0.13.0
21522025-10-03T20:13:27.093Z Compiling num-iter v0.1.45
21532025-10-03T20:13:27.464Z Compiling rand v0.8.5
21542025-10-03T20:13:27.594Z Compiling oxnet v0.1.3
21552025-10-03T20:13:30.022Z Compiling derive_builder v0.20.2
21562025-10-03T20:13:30.293Z Compiling flate2 v1.1.2
21572025-10-03T20:13:30.576Z Compiling rustls-webpki v0.102.8
21582025-10-03T20:13:31.845Z Compiling vergen v9.0.6
21592025-10-03T20:13:32.231Z Compiling hkdf v0.12.4
21602025-10-03T20:13:33.128Z Compiling terminal_size v0.4.0
21612025-10-03T20:13:33.450Z Compiling cargo-platform v0.1.8
21622025-10-03T20:13:33.970Z Compiling crypto-bigint v0.5.5
21632025-10-03T20:13:33.997Z Compiling enum-as-inner v0.6.1
21642025-10-03T20:13:34.987Z Compiling serde_repr v0.1.19
21652025-10-03T20:13:35.958Z Compiling bumpalo v3.16.0
21662025-10-03T20:13:36.508Z Compiling bitflags v1.3.2
21672025-10-03T20:13:37.119Z Compiling lockfree-object-pool v0.1.6
21682025-10-03T20:13:37.394Z Compiling managed v0.8.0
21692025-10-03T20:13:37.868Z Compiling winnow v0.5.40
21702025-10-03T20:13:41.314Z Compiling tokio-rustls v0.26.0
21712025-10-03T20:13:41.453Z Compiling clap_lex v0.7.4
21722025-10-03T20:13:41.864Z Compiling simd-adler32 v0.3.7
21732025-10-03T20:13:41.914Z Compiling hyper-rustls v0.27.7
21742025-10-03T20:13:41.973Z Compiling clap_builder v4.5.48
21752025-10-03T20:13:42.560Z Compiling zopfli v0.8.1
21762025-10-03T20:13:42.741Z Compiling toml_edit v0.19.15
21772025-10-03T20:13:46.266Z Compiling elliptic-curve v0.13.8
21782025-10-03T20:13:46.309Z Compiling cargo_metadata v0.19.2
21792025-10-03T20:13:49.268Z Compiling zstd v0.13.3
21802025-10-03T20:13:49.462Z Compiling signal-hook-mio v0.2.4
21812025-10-03T20:13:49.677Z Compiling daft v0.1.4
21822025-10-03T20:13:50.004Z Compiling postgres-types v0.2.9
21832025-10-03T20:13:50.218Z Compiling phf v0.11.2
21842025-10-03T20:13:50.621Z Compiling strum v0.27.2
21852025-10-03T20:13:51.051Z Compiling ed25519 v2.2.3
21862025-10-03T20:13:51.142Z Compiling hubpack v0.1.2
21872025-10-03T20:13:51.316Z Compiling bzip2 v0.5.2
21882025-10-03T20:13:51.383Z Compiling bzip2 v0.4.4
21892025-10-03T20:13:51.601Z Compiling pkcs1 v0.7.5
21902025-10-03T20:13:51.823Z Compiling reqwest v0.12.22
21912025-10-03T20:13:51.849Z Compiling rfc6979 v0.4.0
21922025-10-03T20:13:51.914Z Compiling regress v0.10.4
21932025-10-03T20:13:52.408Z Compiling float-cmp v0.10.0
21942025-10-03T20:13:52.604Z Compiling serde-big-array v0.5.1
21952025-10-03T20:13:52.984Z Compiling bstr v1.10.0
21962025-10-03T20:13:53.817Z Compiling env_filter v0.1.2
21972025-10-03T20:13:54.302Z Compiling memmap v0.7.0
21982025-10-03T20:13:56.912Z Compiling toml_write v0.1.2
21992025-10-03T20:13:57.286Z Compiling difflib v0.4.0
22002025-10-03T20:13:58.134Z Compiling unicode-segmentation v1.12.0
22012025-10-03T20:13:58.300Z Compiling new_debug_unreachable v1.0.6
22022025-10-03T20:13:58.983Z Compiling data-encoding v2.9.0
22032025-10-03T20:13:59.010Z Compiling rustc-hash v2.1.1
22042025-10-03T20:13:59.209Z Compiling foldhash v0.2.0
22052025-10-03T20:13:59.668Z Compiling whoami v1.5.2
22062025-10-03T20:14:00.195Z Compiling precomputed-hash v0.1.1
22072025-10-03T20:14:00.228Z Compiling fixedbitset v0.4.2
22082025-10-03T20:14:00.665Z Compiling normalize-line-endings v0.3.0
22092025-10-03T20:14:00.701Z Compiling predicates-core v1.0.8
22102025-10-03T20:14:00.826Z Compiling static_assertions v1.1.0
22112025-10-03T20:14:01.976Z Compiling predicates v3.1.3
22122025-10-03T20:14:02.001Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
22132025-10-03T20:14:02.001Z Compiling petgraph v0.6.5
22142025-10-03T20:14:02.361Z Compiling toml_edit v0.22.27
22152025-10-03T20:14:05.284Z Compiling string_cache v0.8.9
22162025-10-03T20:14:07.840Z Compiling tokio-postgres v0.7.13
22172025-10-03T20:14:08.552Z Compiling hickory-proto v0.25.2
22182025-10-03T20:14:11.239Z Compiling iddqd v0.3.13
22192025-10-03T20:14:13.510Z Compiling similar v2.7.0
22202025-10-03T20:14:15.144Z Compiling typify-impl v0.4.3
22212025-10-03T20:14:15.472Z Compiling usdt v0.5.0
22222025-10-03T20:14:15.901Z Compiling env_logger v0.11.5
22232025-10-03T20:14:16.707Z Compiling rsa v0.9.6
22242025-10-03T20:14:18.049Z Compiling ecdsa v0.16.9
22252025-10-03T20:14:19.202Z Compiling zip v4.2.0
22262025-10-03T20:14:19.400Z Compiling zip v0.6.6
22272025-10-03T20:14:21.081Z Compiling ed25519-dalek v2.1.1
22282025-10-03T20:14:21.595Z Compiling crossterm v0.28.1
22292025-10-03T20:14:22.171Z Compiling crossbeam-epoch v0.9.18
22302025-10-03T20:14:22.844Z Compiling clap v4.5.48
22312025-10-03T20:14:22.990Z Compiling toml v0.7.8
22322025-10-03T20:14:23.673Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
22332025-10-03T20:14:24.087Z Compiling strum v0.26.3
22342025-10-03T20:14:24.307Z Compiling tokio-stream v0.1.17
22352025-10-03T20:14:24.390Z Compiling x509-cert v0.2.5
22362025-10-03T20:14:24.488Z Compiling sha1 v0.10.6
22372025-10-03T20:14:24.745Z Compiling hex v0.4.3
22382025-10-03T20:14:24.869Z Compiling structmeta-derive v0.3.0
22392025-10-03T20:14:24.999Z Compiling itertools v0.10.5
22402025-10-03T20:14:25.204Z Compiling itertools v0.13.0
22412025-10-03T20:14:25.363Z Compiling winnow v0.6.26
22422025-10-03T20:14:26.848Z Compiling lalrpop-util v0.19.12
22432025-10-03T20:14:27.176Z Compiling peg-runtime v0.8.5
22442025-10-03T20:14:27.782Z Compiling structmeta v0.3.0
22452025-10-03T20:14:28.455Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22462025-10-03T20:14:29.281Z Compiling typify-macro v0.4.3
22472025-10-03T20:14:34.451Z Compiling radium v0.7.0
22482025-10-03T20:14:41.164Z Compiling maybe-uninit v2.0.0
22492025-10-03T20:14:42.722Z Compiling tap v1.0.1
22502025-10-03T20:14:42.932Z Compiling wyz v0.5.1
22512025-10-03T20:14:47.704Z Compiling futures-executor v0.3.31
22522025-10-03T20:14:48.551Z Compiling typeid v1.0.3
22532025-10-03T20:14:48.991Z Compiling packed_struct v0.10.1
22542025-10-03T20:14:49.130Z Compiling funty v2.0.0
22552025-10-03T20:14:49.540Z Compiling futures v0.3.31
22562025-10-03T20:14:50.805Z Compiling bitvec v1.0.1
22572025-10-03T20:14:52.989Z Compiling typify v0.4.3
22582025-10-03T20:14:53.200Z Compiling derive-ex v0.1.8
22592025-10-03T20:14:55.259Z Compiling packed_struct_codegen v0.10.1
22602025-10-03T20:14:56.148Z Compiling zerocopy-derive v0.6.6
22612025-10-03T20:14:56.179Z Compiling bitfield-macros v0.19.2
22622025-10-03T20:14:56.229Z Compiling indexmap v1.9.3
22632025-10-03T20:14:56.545Z Compiling crc-catalog v2.4.0
22642025-10-03T20:14:56.638Z Compiling rustls v0.22.4
22652025-10-03T20:14:56.767Z Compiling nodrop v0.1.14
22662025-10-03T20:14:57.275Z Compiling unsafe-libyaml v0.2.11
22672025-10-03T20:14:58.591Z Compiling serde_yaml v0.9.34+deprecated
22682025-10-03T20:15:01.537Z Compiling zerocopy v0.6.6
22692025-10-03T20:15:02.288Z Compiling bitfield v0.19.2
22702025-10-03T20:15:03.510Z Compiling array-init v0.0.4
22712025-10-03T20:15:04.522Z Compiling crc v3.2.1
22722025-10-03T20:15:06.380Z Compiling test-strategy v0.4.3
22732025-10-03T20:15:08.107Z Compiling progenitor-impl v0.11.0
22742025-10-03T20:15:09.051Z Compiling smallvec v0.6.14
22752025-10-03T20:15:12.895Z Compiling toml v0.8.23
22762025-10-03T20:15:13.226Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22772025-10-03T20:15:13.457Z Compiling xattr v1.3.1
22782025-10-03T20:15:13.837Z Compiling pin-project-internal v1.1.6
22792025-10-03T20:15:14.012Z Compiling thread_local v1.1.8
22802025-10-03T20:15:14.979Z Compiling filetime v0.2.25
22812025-10-03T20:15:15.373Z Compiling multer v3.1.0
22822025-10-03T20:15:15.421Z Compiling base64 v0.21.7
22832025-10-03T20:15:15.718Z Compiling slog-async v2.8.0
22842025-10-03T20:15:16.087Z Compiling hashbrown v0.12.3
22852025-10-03T20:15:16.209Z Compiling same-file v1.0.6
22862025-10-03T20:15:16.504Z Compiling match_cfg v0.1.0
22872025-10-03T20:15:16.905Z Compiling rayon-core v1.12.1
22882025-10-03T20:15:17.050Z Compiling hostname v0.3.1
22892025-10-03T20:15:17.300Z Compiling walkdir v2.5.0
22902025-10-03T20:15:17.464Z Compiling pin-project v1.1.6
22912025-10-03T20:15:17.645Z Compiling ron v0.8.1
22922025-10-03T20:15:17.904Z Compiling tar v0.4.44
22932025-10-03T20:15:18.443Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
22942025-10-03T20:15:18.495Z Compiling progenitor-macro v0.11.0
22952025-10-03T20:15:18.828Z Compiling erased-serde v0.4.6
22962025-10-03T20:15:18.853Z Compiling serde-hex v0.1.0
22972025-10-03T20:15:21.510Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
22982025-10-03T20:15:22.748Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22992025-10-03T20:15:23.198Z Compiling hashbrown v0.13.2
23002025-10-03T20:15:23.590Z Compiling progenitor-client v0.11.0
23012025-10-03T20:15:24.346Z Compiling toml_parser v1.0.2
23022025-10-03T20:15:24.436Z Compiling crossbeam-channel v0.5.15
23032025-10-03T20:15:25.751Z Compiling slog-json v2.6.1
23042025-10-03T20:15:26.209Z Compiling serde_path_to_error v0.1.17
23052025-10-03T20:15:26.551Z Compiling serde_spanned v1.0.0
23062025-10-03T20:15:26.826Z Compiling toml_datetime v0.7.0
23072025-10-03T20:15:27.103Z Compiling ordered-float v2.10.1
23082025-10-03T20:15:27.128Z Compiling snafu-derive v0.8.5
23092025-10-03T20:15:27.613Z Compiling async-stream-impl v0.3.6
23102025-10-03T20:15:27.705Z Compiling is-terminal v0.4.13
23112025-10-03T20:15:27.904Z Compiling fs-err v2.11.0
23122025-10-03T20:15:27.938Z Compiling dropshot v0.16.4
23132025-10-03T20:15:28.281Z Compiling crc-any v2.5.0
23142025-10-03T20:15:28.309Z Compiling take_mut v0.2.2
23152025-10-03T20:15:28.518Z Compiling debug-ignore v1.0.5
23162025-10-03T20:15:28.731Z Compiling toml_writer v1.0.2
23172025-10-03T20:15:28.757Z Compiling term v1.1.0
23182025-10-03T20:15:29.074Z Compiling async-stream v0.3.6
23192025-10-03T20:15:29.251Z Compiling toml v0.9.5
23202025-10-03T20:15:29.392Z Compiling slog-term v2.9.2
23212025-10-03T20:15:30.774Z Compiling snafu v0.8.5
23222025-10-03T20:15:31.860Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
23232025-10-03T20:15:32.850Z Compiling progenitor v0.11.0
23242025-10-03T20:15:33.087Z Compiling serde-value v0.7.0
23252025-10-03T20:15:34.373Z Compiling tokio-rustls v0.25.0
23262025-10-03T20:15:34.568Z Compiling slog-bunyan v2.5.0
23272025-10-03T20:15:34.849Z Compiling object v0.30.4
23282025-10-03T20:15:35.012Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23292025-10-03T20:15:36.281Z Compiling serde-untagged v0.1.7
23302025-10-03T20:15:37.560Z Compiling camino-tempfile v1.4.1
23312025-10-03T20:15:38.363Z Compiling globset v0.4.15
23322025-10-03T20:15:39.224Z Compiling crossbeam-deque v0.8.5
23332025-10-03T20:15:39.602Z Compiling parse-display-derive v0.10.0
23342025-10-03T20:15:42.572Z Compiling olpc-cjson v0.1.4
23352025-10-03T20:15:42.901Z Compiling serde_with_macros v3.14.0
23362025-10-03T20:15:43.794Z Compiling waitgroup v0.1.2
23372025-10-03T20:15:44.063Z Compiling pem v3.0.5
23382025-10-03T20:15:44.214Z Compiling rustls-pemfile v2.2.0
23392025-10-03T20:15:44.254Z Compiling dropshot_endpoint v0.16.4
23402025-10-03T20:15:44.675Z Compiling serde_plain v1.0.2
23412025-10-03T20:15:44.985Z Compiling async-recursion v1.1.1
23422025-10-03T20:15:45.180Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23432025-10-03T20:15:45.348Z Compiling derive-where v1.5.0
23442025-10-03T20:15:45.844Z Compiling blake3 v1.5.4
23452025-10-03T20:15:46.029Z Compiling hostname v0.4.0
23462025-10-03T20:15:46.083Z Compiling instant v0.1.13
23472025-10-03T20:15:46.279Z Compiling path-slash v0.1.5
23482025-10-03T20:15:46.304Z Compiling unicode-xid v0.2.6
23492025-10-03T20:15:46.441Z Compiling typed-path v0.9.3
23502025-10-03T20:15:46.551Z Compiling cargo-util-schemas v0.8.2
23512025-10-03T20:15:46.582Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
23522025-10-03T20:15:47.869Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23532025-10-03T20:15:48.522Z Compiling backoff v0.4.0
23542025-10-03T20:15:48.901Z Compiling tough v0.20.0
23552025-10-03T20:15:48.950Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23562025-10-03T20:15:49.184Z Compiling serde_with v3.14.0
23572025-10-03T20:15:49.923Z Compiling parse-display v0.10.0
23582025-10-03T20:15:51.622Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23592025-10-03T20:15:52.303Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
23602025-10-03T20:15:52.480Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
23612025-10-03T20:15:52.504Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
23622025-10-03T20:15:53.077Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23632025-10-03T20:15:53.193Z Compiling progenitor-client v0.10.0
23642025-10-03T20:15:54.065Z Compiling macaddr v1.0.1
23652025-10-03T20:15:54.094Z Compiling cargo-platform v0.2.0
23662025-10-03T20:15:54.570Z Compiling memmap2 v0.9.5
23672025-10-03T20:15:54.621Z Compiling constant_time_eq v0.3.1
23682025-10-03T20:15:54.819Z Compiling indent_write v2.2.0
23692025-10-03T20:15:55.076Z Compiling arrayref v0.3.9
23702025-10-03T20:15:55.100Z Compiling arrayvec v0.7.6
23712025-10-03T20:15:55.132Z Compiling parse-size v1.1.0
23722025-10-03T20:15:55.217Z Compiling cargo_metadata v0.21.0
23732025-10-03T20:15:55.460Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
23742025-10-03T20:15:57.629Z Compiling display-error-chain v0.2.2
23752025-10-03T20:15:57.902Z Compiling topological-sort v0.2.2
23762025-10-03T20:15:58.203Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23772025-10-03T20:15:58.991Z Compiling omicron-zone-package v0.12.2
23782025-10-03T20:16:00.056Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23792025-10-03T20:16:03.762Z Compiling shell-words v1.1.0
23802025-10-03T20:16:13.225Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23812025-10-03T20:16:24.272Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23822025-10-03T20:16:45.544Z Finished `release` profile [optimized] target(s) in 5m 55s
23832025-10-03T20:16:45.732Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
23842025-10-03T20:16:45.837ZOct 03 20:16:45.371 DEBG changing working directory to /work/oxidecomputer/omicron
23852025-10-03T20:16:46.041ZOct 03 20:16:45.578 DEBG running: git rev-parse HEAD
23862025-10-03T20:16:46.066ZOct 03 20:16:45.584 DEBG process exited with exit status: 0 (6.06298ms)
23872025-10-03T20:16:46.066ZOct 03 20:16:45.584 INFO version: 17.0.0-0.ci+gitc0a340c061c
23882025-10-03T20:16:46.105ZOct 03 20:16:45.642 INFO cloning helios to /work/oxidecomputer/helios
23892025-10-03T20:16:46.105ZOct 03 20:16:45.642 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
23902025-10-03T20:16:46.132ZCloning into '/work/oxidecomputer/helios'...
23912025-10-03T20:16:46.852ZOct 03 20:16:46.389 DEBG process exited with exit status: 0 (747.112746ms)
23922025-10-03T20:16:46.852ZOct 03 20:16:46.389 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
23932025-10-03T20:16:46.877ZOct 03 20:16:46.394 DEBG process exited with exit status: 0 (5.29049ms)
23942025-10-03T20:16:46.877ZOct 03 20:16:46.394 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
23952025-10-03T20:16:48.599ZOct 03 20:16:48.134 DEBG process exited with exit status: 0 (1.739760645s)
23962025-10-03T20:16:48.599ZOct 03 20:16:48.135 DEBG running: zfs list rpool/images/build/host
23972025-10-03T20:16:48.624ZNAME USED AVAIL REFER MOUNTPOINT
23982025-10-03T20:16:48.624Zrpool/images/build/host 96K 151G 96K /rpool/images/build/host
23992025-10-03T20:16:48.624ZOct 03 20:16:48.148 DEBG process exited with exit status: 0 (14.189067ms)
24002025-10-03T20:16:48.624ZOct 03 20:16:48.148 DEBG running: zfs list rpool/images/build/recovery
24012025-10-03T20:16:48.624ZNAME USED AVAIL REFER MOUNTPOINT
24022025-10-03T20:16:48.624Zrpool/images/build/recovery 96K 151G 96K /rpool/images/build/recovery
24032025-10-03T20:16:48.624ZOct 03 20:16:48.158 DEBG process exited with exit status: 0 (10.209916ms)
24042025-10-03T20:16:48.624ZOct 03 20:16:48.159 INFO [incorp-manifest] running task
24052025-10-03T20:16:48.624ZOct 03 20:16:48.160 INFO [hubris-staging] running task
24062025-10-03T20:16:48.624ZOct 03 20:16:48.160 INFO [hubris-production] running task
24072025-10-03T20:16:48.624ZOct 03 20:16:48.161 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24082025-10-03T20:16:48.624ZOct 03 20:16:48.161 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24092025-10-03T20:16:48.649ZOct 03 20:16:48.163 INFO [incorp-create] running: pkgrepo create /work/incorporation
24102025-10-03T20:16:48.649ZOct 03 20:16:48.163 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24112025-10-03T20:16:48.744Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24122025-10-03T20:16:49.094ZOct 03 20:16:48.630 INFO [incorp-create] process exited with exit status: 0 (468.447046ms)
24132025-10-03T20:16:49.119ZOct 03 20:16:48.631 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24142025-10-03T20:16:49.586ZOct 03 20:16:49.123 INFO [incorp-publisher] process exited with exit status: 0 (492.143019ms)
24152025-10-03T20:16:49.739Z[ omicron-package] Blocking waiting for file lock on package cache
24162025-10-03T20:16:50.379Z[ omicron-package] Blocking waiting for file lock on package cache
24172025-10-03T20:16:51.912Z[ omicron-package] Compiling ring v0.17.14
24182025-10-03T20:16:52.036Z[ omicron-package] Compiling darling_core v0.21.0
24192025-10-03T20:16:52.060Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24202025-10-03T20:16:52.149Z[ omicron-package] Compiling itertools v0.14.0
24212025-10-03T20:16:52.174Z[ omicron-package] Compiling heapless v0.8.0
24222025-10-03T20:16:52.174Z[ omicron-package] Compiling hash32 v0.3.1
24232025-10-03T20:16:52.174Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24242025-10-03T20:16:53.297Z[ omicron-package] Compiling smoltcp v0.11.0
24252025-10-03T20:16:53.905Z[ omicron-package] Compiling num_enum_derive v0.5.11
24262025-10-03T20:16:54.127Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24272025-10-03T20:16:54.856Z[ omicron-package] Compiling cobs v0.2.3
24282025-10-03T20:16:55.232Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24292025-10-03T20:16:55.963ZOct 03 20:16:55.501 INFO [hubris-production] task succeeded (7.340586748s)
24302025-10-03T20:16:56.025Z[ omicron-package] Compiling postcard v1.0.10
24312025-10-03T20:16:56.552Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
24322025-10-03T20:16:57.940Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
24332025-10-03T20:16:58.144Z[ omicron-package] Compiling num_enum v0.5.11
24342025-10-03T20:16:58.757Z[ omicron-package] Compiling rustls v0.23.19
24352025-10-03T20:16:58.921Z[ omicron-package] Compiling proc-macro-error v1.0.4
24362025-10-03T20:16:59.204Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24372025-10-03T20:16:59.328Z[ omicron-package] Compiling unicode-width v0.1.14
24382025-10-03T20:16:59.621Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24392025-10-03T20:17:00.528Z[ omicron-package] Compiling tabwriter v1.4.0
24402025-10-03T20:17:01.800Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24412025-10-03T20:17:01.976Z[ omicron-package] Compiling foreign-types v0.5.0
24422025-10-03T20:17:02.142Z[ omicron-package] Compiling cstr-argument v0.1.2
24432025-10-03T20:17:02.167Z[ omicron-package] Compiling darling_macro v0.21.0
24442025-10-03T20:17:02.196Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
24452025-10-03T20:17:02.358Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24462025-10-03T20:17:02.918Z[ omicron-package] Compiling pretty-hex v0.2.1
24472025-10-03T20:17:03.054Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
24482025-10-03T20:17:04.054Z[ omicron-package] Compiling rustls-webpki v0.102.8
24492025-10-03T20:17:04.080Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24502025-10-03T20:17:04.080Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24512025-10-03T20:17:04.223Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24522025-10-03T20:17:04.618Z[ omicron-package] Compiling darling v0.21.0
24532025-10-03T20:17:04.958Z[ omicron-package] Compiling ingot-macros v0.1.1
24542025-10-03T20:17:05.426Z[ omicron-package] Compiling rayon v1.10.0
24552025-10-03T20:17:05.478Z[ omicron-package] Compiling colored v2.2.0
24562025-10-03T20:17:05.612Z[ omicron-package] Compiling heck v0.4.1
24572025-10-03T20:17:06.345Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
24582025-10-03T20:17:06.436Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
24592025-10-03T20:17:07.770Z[ omicron-package] Compiling sigpipe v0.1.3
24602025-10-03T20:17:08.140Z[ omicron-package] Compiling num-derive v0.4.2
24612025-10-03T20:17:08.183Z[ omicron-package] Compiling libefi-sys v0.1.0
24622025-10-03T20:17:08.882Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24632025-10-03T20:17:09.240Z[ omicron-package] Compiling glob v0.3.2
24642025-10-03T20:17:09.384Z[ omicron-package] Compiling jiff v0.2.15
24652025-10-03T20:17:11.326Z[ omicron-package] Compiling rustls v0.22.4
24662025-10-03T20:17:11.378Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
24672025-10-03T20:17:11.961Z[ omicron-package] Compiling zone v0.3.1
24682025-10-03T20:17:12.465Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
24692025-10-03T20:17:12.748Z[ omicron-package] Compiling ingot-types v0.1.2
24702025-10-03T20:17:13.364Z[ omicron-package] Compiling smf v0.2.3
24712025-10-03T20:17:14.229Z[ omicron-package] Compiling ingot v0.1.1
24722025-10-03T20:17:16.784Z[ omicron-package] Compiling tokio-rustls v0.26.0
24732025-10-03T20:17:17.369Z[ omicron-package] Compiling hyper-rustls v0.27.7
24742025-10-03T20:17:18.569Z[ omicron-package] Compiling reqwest v0.12.22
24752025-10-03T20:17:22.132Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
24762025-10-03T20:17:22.132Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24772025-10-03T20:17:22.133Z[ omicron-package] Compiling bitfield-struct v0.6.2
24782025-10-03T20:17:22.887Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24792025-10-03T20:17:23.718Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24802025-10-03T20:17:24.810Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
24812025-10-03T20:17:24.849Z[ omicron-package] Compiling unicode-width v0.2.0
24822025-10-03T20:17:25.353Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24832025-10-03T20:17:25.732Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24842025-10-03T20:17:25.777Z[ omicron-package] Compiling console v0.16.0
24852025-10-03T20:17:27.756Z[ omicron-package] Compiling tokio-rustls v0.25.0
24862025-10-03T20:17:28.442Z[ omicron-package] Compiling dropshot v0.16.4
24872025-10-03T20:17:28.498Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
24882025-10-03T20:17:29.697Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24892025-10-03T20:17:30.169Z[ omicron-package] Compiling tokio-dtrace v0.1.0
24902025-10-03T20:17:30.605Z[ omicron-package] Compiling gethostname v0.5.0
24912025-10-03T20:17:31.222Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24922025-10-03T20:17:31.250Z[ omicron-package] Compiling unit-prefix v0.5.1
24932025-10-03T20:17:32.025Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
24942025-10-03T20:17:32.025Z[ helios-setup] --> src/main.rs:79:10
24952025-10-03T20:17:32.025Z[ helios-setup] |
24962025-10-03T20:17:32.025Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
24972025-10-03T20:17:32.025Z[ helios-setup] | ^^^^ --------- the same lifetime is hidden here
24982025-10-03T20:17:32.025Z[ helios-setup] | |
24992025-10-03T20:17:32.025Z[ helios-setup] | the lifetime is elided here
25002025-10-03T20:17:32.025Z[ helios-setup] |
25012025-10-03T20:17:32.026Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25022025-10-03T20:17:32.026Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25032025-10-03T20:17:32.026Z[ helios-setup] help: use `'_` for type paths
25042025-10-03T20:17:32.026Z[ helios-setup] |
25052025-10-03T20:17:32.026Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25062025-10-03T20:17:32.026Z[ helios-setup] | ++++
25072025-10-03T20:17:32.026Z[ helios-setup]
25082025-10-03T20:17:32.367Z[ omicron-package] Compiling fixedbitset v0.5.7
25092025-10-03T20:17:34.080Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25102025-10-03T20:17:34.535Z[ omicron-package] Compiling petgraph v0.8.2
25112025-10-03T20:17:35.210Z[ omicron-package] Compiling indicatif v0.18.0
25122025-10-03T20:17:36.067Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25132025-10-03T20:17:37.078Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25142025-10-03T20:17:41.332Z[ helios-setup] Oct 03 20:17:40.870 INFO helios repository root is: /work/oxidecomputer/helios
25152025-10-03T20:17:41.358Z[ helios-setup] Oct 03 20:17:40.873 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25162025-10-03T20:17:41.358Z[ helios-setup] Oct 03 20:17:40.873 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
25172025-10-03T20:17:41.358Z[ helios-setup] Oct 03 20:17:40.873 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25182025-10-03T20:17:41.358Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25192025-10-03T20:17:41.506ZOct 03 20:17:41.044 DEBG process exited with exit status: 0 (52.883404979s)
25202025-10-03T20:17:41.530ZOct 03 20:17:41.047 INFO [incorp-manifest] task succeeded (52.887053295s)
25212025-10-03T20:17:41.530ZOct 03 20:17:41.047 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25222025-10-03T20:17:41.918ZOct 03 20:17:41.456 INFO [incorp-fmt] process exited with exit status: 0 (409.528452ms)
25232025-10-03T20:17:41.943ZOct 03 20:17:41.457 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25242025-10-03T20:17:42.057Z[ omicron-package] Compiling progenitor-client v0.11.0
25252025-10-03T20:17:42.172Z[ omicron-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
25262025-10-03T20:17:42.201Z[ omicron-package] Compiling progenitor-client v0.10.0
25272025-10-03T20:17:42.496Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25282025-10-03T20:17:42.621Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@17.0.0.0,5.11:20251003T201742Z
25292025-10-03T20:17:42.621Z[ incorp-pkgsend] PUBLISHED
25302025-10-03T20:17:42.717ZOct 03 20:17:42.255 INFO [incorp-pkgsend] process exited with exit status: 0 (796.410355ms)
25312025-10-03T20:17:42.717ZOct 03 20:17:42.256 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25322025-10-03T20:17:42.742Z[ omicron-package] Compiling progenitor v0.11.0
25332025-10-03T20:17:43.095Z[ helios-setup] Oct 03 20:17:42.634 INFO clone ok!, project: chelsio-t6-roms
25342025-10-03T20:17:43.095Z[ helios-setup] Oct 03 20:17:42.634 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25352025-10-03T20:17:43.120Z[ helios-setup] Oct 03 20:17:42.634 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25362025-10-03T20:17:43.120Z[ helios-setup] Oct 03 20:17:42.634 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
25372025-10-03T20:17:43.120Z[ helios-setup] Oct 03 20:17:42.634 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
25382025-10-03T20:17:43.120Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25392025-10-03T20:17:43.200Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
25402025-10-03T20:17:43.264Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25412025-10-03T20:17:43.289Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
25422025-10-03T20:17:43.289Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
25432025-10-03T20:17:43.420Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25442025-10-03T20:17:43.420Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25452025-10-03T20:17:43.420Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25462025-10-03T20:17:43.445Z[ helios-incorp]
25472025-10-03T20:17:43.445Z[ helios-incorp] Archiving packages ...
25482025-10-03T20:17:43.445Z[ helios-incorp] Packages to add: 1
25492025-10-03T20:17:43.445Z[ helios-incorp] Files to retrieve: 0
25502025-10-03T20:17:43.445Z[ helios-incorp] Estimated transfer size: 0.00 B
25512025-10-03T20:17:43.445Z[ helios-incorp]
25522025-10-03T20:17:43.445Z[ helios-incorp] Packages to archive:
25532025-10-03T20:17:43.445Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@17.0.0.0,5.11:20251003T201742Z
25542025-10-03T20:17:43.445Z[ helios-incorp]
25552025-10-03T20:17:43.445Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25562025-10-03T20:17:43.446Z[ helios-incorp] Archiving: Completed 107.19 kB in 0.01 seconds
25572025-10-03T20:17:43.518ZOct 03 20:17:43.057 INFO [helios-incorp] process exited with exit status: 0 (802.538505ms)
25582025-10-03T20:17:44.487Z[ helios-setup] Oct 03 20:17:44.026 INFO clone ok!, project: amd-host-image-builder
25592025-10-03T20:17:44.512Z[ helios-setup] Oct 03 20:17:44.026 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
25602025-10-03T20:17:44.512Z[ helios-setup] Oct 03 20:17:44.026 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25612025-10-03T20:17:44.512Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25622025-10-03T20:17:45.486Z[ helios-setup] Oct 03 20:17:45.020 INFO clone ok!, project: pinprick
25632025-10-03T20:17:45.486Z[ helios-setup] Oct 03 20:17:45.020 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
25642025-10-03T20:17:45.510Z[ helios-setup] Oct 03 20:17:45.020 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25652025-10-03T20:17:45.510Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25662025-10-03T20:17:46.518Z[ helios-setup] Oct 03 20:17:46.057 INFO clone ok!, project: bootserver
25672025-10-03T20:17:46.542Z[ helios-setup] Oct 03 20:17:46.057 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl
25682025-10-03T20:17:46.542Z[ helios-setup] Oct 03 20:17:46.057 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25692025-10-03T20:17:46.543Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25702025-10-03T20:17:47.369Z[ helios-setup] Oct 03 20:17:46.907 INFO clone ok!, project: phbl
25712025-10-03T20:17:47.369Z[ helios-setup] Oct 03 20:17:46.908 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
25722025-10-03T20:17:47.393Z[ helios-setup] Oct 03 20:17:46.908 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25732025-10-03T20:17:47.393Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25742025-10-03T20:17:48.491Z[ helios-setup] Oct 03 20:17:48.029 INFO clone ok!, project: image-builder
25752025-10-03T20:17:48.515Z[ helios-setup] Oct 03 20:17:48.029 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
25762025-10-03T20:17:48.515Z[ helios-setup] Oct 03 20:17:48.029 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25772025-10-03T20:17:48.515Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25782025-10-03T20:17:49.877Z[ helios-setup] Oct 03 20:17:49.416 INFO clone ok!, project: pilot
25792025-10-03T20:17:49.877Z[ helios-setup] Oct 03 20:17:49.417 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
25802025-10-03T20:17:49.901Z[ helios-setup] Oct 03 20:17:49.417 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25812025-10-03T20:17:49.901Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25822025-10-03T20:17:51.054Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25832025-10-03T20:18:01.019Z[ helios-setup] Oct 03 20:18:00.558 INFO clone ok!, project: amd-firmware
25842025-10-03T20:18:01.043Z[ helios-setup] Oct 03 20:18:00.558 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
25852025-10-03T20:18:01.673Z[ helios-setup] Oct 03 20:18:01.213 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
25862025-10-03T20:18:02.235Z[ helios-setup] Oct 03 20:18:01.775 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
25872025-10-03T20:18:02.235Z[ helios-setup] Oct 03 20:18:01.775 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
25882025-10-03T20:18:02.702Z[ helios-setup] Oct 03 20:18:02.241 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
25892025-10-03T20:18:03.177Z[ helios-setup] Oct 03 20:18:02.717 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
25902025-10-03T20:18:03.177Z[ helios-setup] Oct 03 20:18:02.717 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
25912025-10-03T20:18:03.729Z[ helios-setup] Oct 03 20:18:03.269 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
25922025-10-03T20:18:04.217Z[ helios-setup] Oct 03 20:18:03.756 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
25932025-10-03T20:18:04.217Z[ helios-setup] Oct 03 20:18:03.757 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
25942025-10-03T20:18:04.217Z[ helios-setup] Oct 03 20:18:03.757 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
25952025-10-03T20:18:04.242Z[ helios-setup] Oct 03 20:18:03.757 INFO ok!
25962025-10-03T20:18:04.242Z[ helios-setup] Oct 03 20:18:03.757 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
25972025-10-03T20:18:04.242Z[ helios-setup] Oct 03 20:18:03.757 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
25982025-10-03T20:18:04.242Z[ helios-setup] Oct 03 20:18:03.757 INFO ok!
25992025-10-03T20:18:04.242Z[ helios-setup] Oct 03 20:18:03.757 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26002025-10-03T20:18:04.242Z[ helios-setup] Oct 03 20:18:03.757 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26012025-10-03T20:18:04.242Z[ helios-setup] Oct 03 20:18:03.757 INFO ok!
26022025-10-03T20:18:04.242Z[ helios-setup] Oct 03 20:18:03.757 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
26032025-10-03T20:18:04.306Z[ helios-setup] Oct 03 20:18:03.845 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.89.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
26042025-10-03T20:18:04.306Z[ helios-setup] Oct 03 20:18:03.845 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26052025-10-03T20:18:04.330Z[ helios-setup] Oct 03 20:18:03.846 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26062025-10-03T20:18:04.585Z[ helios-setup] Oct 03 20:18:04.124 INFO E| Updating crates.io index
26072025-10-03T20:18:04.684Z[ helios-setup] Oct 03 20:18:04.224 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26082025-10-03T20:18:05.254Z[ helios-setup] Oct 03 20:18:04.793 INFO E| From https://github.com/oxidecomputer/amd-apcb
26092025-10-03T20:18:05.254Z[ helios-setup] Oct 03 20:18:04.793 INFO E| * [new ref] d8244b0a0f4a1496799c660e53dfe294b46f8888 -> refs/commit/d8244b0a0f4a1496799c660e53dfe294b46f8888
26102025-10-03T20:18:05.285Z[ helios-setup] Oct 03 20:18:04.824 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
26112025-10-03T20:18:05.848Z[ helios-setup] Oct 03 20:18:05.388 INFO E| From https://github.com/oxidecomputer/amd-efs
26122025-10-03T20:18:05.848Z[ helios-setup] Oct 03 20:18:05.388 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
26132025-10-03T20:18:06.070Z[ helios-setup] Oct 03 20:18:05.609 INFO E| Downloading crates ...
26142025-10-03T20:18:06.153Z[ helios-setup] Oct 03 20:18:05.693 INFO E| Downloaded cpufeatures v0.2.17
26152025-10-03T20:18:06.177Z[ helios-setup] Oct 03 20:18:05.697 INFO E| Downloaded ansi_term v0.12.1
26162025-10-03T20:18:06.177Z[ helios-setup] Oct 03 20:18:05.700 INFO E| Downloaded scroll_derive v0.12.1
26172025-10-03T20:18:06.177Z[ helios-setup] Oct 03 20:18:05.701 INFO E| Downloaded pest_derive v2.8.0
26182025-10-03T20:18:06.178Z[ helios-setup] Oct 03 20:18:05.707 INFO E| Downloaded unic-ucd-ident v0.9.0
26192025-10-03T20:18:06.178Z[ helios-setup] Oct 03 20:18:05.711 INFO E| Downloaded textwrap v0.11.0
26202025-10-03T20:18:06.178Z[ helios-setup] Oct 03 20:18:05.713 INFO E| Downloaded ryu v1.0.20
26212025-10-03T20:18:06.202Z[ helios-setup] Oct 03 20:18:05.719 INFO E| Downloaded vec_map v0.8.2
26222025-10-03T20:18:06.202Z[ helios-setup] Oct 03 20:18:05.721 INFO E| Downloaded structopt v0.3.26
26232025-10-03T20:18:06.202Z[ helios-setup] Oct 03 20:18:05.732 INFO E| Downloaded thiserror-impl v2.0.12
26242025-10-03T20:18:06.202Z[ helios-setup] Oct 03 20:18:05.734 INFO E| Downloaded parse_int v0.9.0
26252025-10-03T20:18:06.202Z[ helios-setup] Oct 03 20:18:05.736 INFO E| Downloaded itoa v1.0.15
26262025-10-03T20:18:06.202Z[ helios-setup] Oct 03 20:18:05.738 INFO E| Downloaded unic-common v0.9.0
26272025-10-03T20:18:06.202Z[ helios-setup] Oct 03 20:18:05.739 INFO E| Downloaded strum v0.27.1
26282025-10-03T20:18:06.202Z[ helios-setup] Oct 03 20:18:05.741 INFO E| Downloaded thiserror v2.0.12
26292025-10-03T20:18:06.227Z[ helios-setup] Oct 03 20:18:05.749 INFO E| Downloaded zerocopy v0.8.25
26302025-10-03T20:18:06.251Z[ helios-setup] Oct 03 20:18:05.779 INFO E| Downloaded pest v2.8.0
26312025-10-03T20:18:06.251Z[ helios-setup] Oct 03 20:18:05.785 INFO E| Downloaded typenum v1.18.0
26322025-10-03T20:18:06.251Z[ helios-setup] Oct 03 20:18:05.789 INFO E| Downloaded syn v2.0.101
26332025-10-03T20:18:06.275Z[ helios-setup] Oct 03 20:18:05.802 INFO E| Downloaded serde v1.0.219
26342025-10-03T20:18:06.276Z[ helios-setup] Oct 03 20:18:05.806 INFO E| Downloaded goblin v0.9.3
26352025-10-03T20:18:06.276Z[ helios-setup] Oct 03 20:18:05.814 INFO E| Downloaded unic-char-range v0.9.0
26362025-10-03T20:18:06.276Z[ helios-setup] Oct 03 20:18:05.815 INFO E| Downloaded dyn-clone v1.0.19
26372025-10-03T20:18:06.300Z[ helios-setup] Oct 03 20:18:05.817 INFO E| Downloaded bytesize v2.0.1
26382025-10-03T20:18:06.300Z[ helios-setup] Oct 03 20:18:05.820 INFO E| Downloaded unic-ucd-version v0.9.0
26392025-10-03T20:18:06.300Z[ helios-setup] Oct 03 20:18:05.822 INFO E| Downloaded strum_macros v0.27.1
26402025-10-03T20:18:06.300Z[ helios-setup] Oct 03 20:18:05.825 INFO E| Downloaded serde_json v1.0.140
26412025-10-03T20:18:06.300Z[ helios-setup] Oct 03 20:18:05.833 INFO E| Downloaded rustversion v1.0.20
26422025-10-03T20:18:06.300Z[ helios-setup] Oct 03 20:18:05.837 INFO E| Downloaded pest_meta v2.8.0
26432025-10-03T20:18:06.300Z[ helios-setup] Oct 03 20:18:05.839 INFO E| Downloaded modular-bitfield v0.11.2
26442025-10-03T20:18:06.325Z[ helios-setup] Oct 03 20:18:05.852 INFO E| Downloaded libc v0.2.172
26452025-10-03T20:18:06.349Z[ helios-setup] Oct 03 20:18:05.880 INFO E| Downloaded zerocopy-derive v0.8.25
26462025-10-03T20:18:06.349Z[ helios-setup] Oct 03 20:18:05.887 INFO E| Downloaded strsim v0.8.0
26472025-10-03T20:18:06.373Z[ helios-setup] Oct 03 20:18:05.889 INFO E| Downloaded serde_derive v1.0.219
26482025-10-03T20:18:06.373Z[ helios-setup] Oct 03 20:18:05.892 INFO E| Downloaded pest_generator v2.8.0
26492025-10-03T20:18:06.373Z[ helios-setup] Oct 03 20:18:05.894 INFO E| Downloaded fletcher v1.0.0
26502025-10-03T20:18:06.373Z[ helios-setup] Oct 03 20:18:05.895 INFO E| Downloaded unic-char-property v0.9.0
26512025-10-03T20:18:06.373Z[ helios-setup] Oct 03 20:18:05.897 INFO E| Downloaded structopt-derive v0.4.18
26522025-10-03T20:18:06.373Z[ helios-setup] Oct 03 20:18:05.898 INFO E| Downloaded proc-macro2 v1.0.95
26532025-10-03T20:18:06.373Z[ helios-setup] Oct 03 20:18:05.901 INFO E| Downloaded modular-bitfield-impl v0.11.2
26542025-10-03T20:18:06.373Z[ helios-setup] Oct 03 20:18:05.903 INFO E| Downloaded four-cc v0.4.0
26552025-10-03T20:18:06.373Z[ helios-setup] Oct 03 20:18:05.905 INFO E| Downloaded clap v2.34.0
26562025-10-03T20:18:06.464Z[ helios-setup] Oct 03 20:18:06.004 INFO E| Compiling proc-macro2 v1.0.95
26572025-10-03T20:18:06.465Z[ helios-setup] Oct 03 20:18:06.004 INFO E| Compiling unicode-ident v1.0.18
26582025-10-03T20:18:06.489Z[ helios-setup] Oct 03 20:18:06.004 INFO E| Compiling memchr v2.7.4
26592025-10-03T20:18:06.489Z[ helios-setup] Oct 03 20:18:06.004 INFO E| Compiling syn v1.0.109
26602025-10-03T20:18:06.489Z[ helios-setup] Oct 03 20:18:06.004 INFO E| Compiling autocfg v1.4.0
26612025-10-03T20:18:06.489Z[ helios-setup] Oct 03 20:18:06.005 INFO E| Compiling thiserror v2.0.12
26622025-10-03T20:18:06.489Z[ helios-setup] Oct 03 20:18:06.005 INFO E| Compiling serde v1.0.219
26632025-10-03T20:18:06.489Z[ helios-setup] Oct 03 20:18:06.005 INFO E| Compiling version_check v0.9.5
26642025-10-03T20:18:06.781Z[ helios-setup] Oct 03 20:18:06.320 INFO E| Compiling serde_json v1.0.140
26652025-10-03T20:18:07.212Z[ helios-setup] Oct 03 20:18:06.750 INFO E| Compiling schemars v0.8.22
26662025-10-03T20:18:07.352Z[ helios-setup] Oct 03 20:18:06.892 INFO E| Compiling ryu v1.0.20
26672025-10-03T20:18:07.377Z[ helios-setup] Oct 03 20:18:06.900 INFO E| Compiling itoa v1.0.15
26682025-10-03T20:18:07.502Z[ helios-setup] Oct 03 20:18:07.042 INFO E| Compiling num-traits v0.2.19
26692025-10-03T20:18:07.655Z[ helios-setup] Oct 03 20:18:07.195 INFO E| Compiling memoffset v0.9.1
26702025-10-03T20:18:07.805Z[ helios-setup] Oct 03 20:18:07.345 INFO E| Compiling proc-macro-error-attr v1.0.4
26712025-10-03T20:18:07.942Z[ helios-setup] Oct 03 20:18:07.482 INFO E| Compiling ucd-trie v0.1.7
26722025-10-03T20:18:08.065Z[ helios-setup] Oct 03 20:18:07.605 INFO E| Compiling zerocopy v0.8.25
26732025-10-03T20:18:08.371Z[ helios-setup] Oct 03 20:18:07.911 INFO E| Compiling rustversion v1.0.20
26742025-10-03T20:18:08.418Z[ helios-setup] Oct 03 20:18:07.957 INFO E| Compiling libc v0.2.172
26752025-10-03T20:18:08.851Z[ helios-setup] Oct 03 20:18:08.391 INFO E| Compiling dyn-clone v1.0.19
26762025-10-03T20:18:09.057Z[ helios-setup] Oct 03 20:18:08.597 INFO E| Compiling paste v1.0.15
26772025-10-03T20:18:09.332Z[ helios-setup] Oct 03 20:18:08.872 INFO E| Compiling proc-macro-error v1.0.4
26782025-10-03T20:18:09.679Z[ helios-setup] Oct 03 20:18:09.219 INFO E| Compiling quote v1.0.40
26792025-10-03T20:18:09.889Z[ helios-setup] Oct 03 20:18:09.429 INFO E| Compiling static_assertions v1.1.0
26802025-10-03T20:18:09.938Z[ helios-setup] Oct 03 20:18:09.478 INFO E| Compiling once_cell v1.21.3
26812025-10-03T20:18:10.697Z[ helios-setup] Oct 03 20:18:10.237 INFO E| Compiling syn v2.0.101
26822025-10-03T20:18:10.697ZOct 03 20:18:10.237 INFO [hubris-staging] task succeeded (82.077290321s)
26832025-10-03T20:18:11.146Z[ helios-setup] Oct 03 20:18:10.685 INFO E| Compiling unicode-width v0.1.14
26842025-10-03T20:18:11.521Z[ helios-setup] Oct 03 20:18:11.060 INFO E| Compiling heck v0.5.0
26852025-10-03T20:18:11.778Z[ helios-setup] Oct 03 20:18:11.317 INFO E| Compiling unicode-segmentation v1.12.0
26862025-10-03T20:18:12.085Z[ helios-setup] Oct 03 20:18:11.625 INFO E| Compiling textwrap v0.11.0
26872025-10-03T20:18:12.220Z[ helios-setup] Oct 03 20:18:11.759 INFO E| Compiling parse_int v0.9.0
26882025-10-03T20:18:12.322Z[ helios-setup] Oct 03 20:18:11.862 INFO E| Compiling atty v0.2.14
26892025-10-03T20:18:12.361Z[ helios-setup] Oct 03 20:18:11.901 INFO E| Compiling unic-char-range v0.9.0
26902025-10-03T20:18:12.478Z[ helios-setup] Oct 03 20:18:12.018 INFO E| Compiling vec_map v0.8.2
26912025-10-03T20:18:12.665Z[ helios-setup] Oct 03 20:18:12.204 INFO E| Compiling fletcher v1.0.0
26922025-10-03T20:18:12.780Z[ helios-setup] Oct 03 20:18:12.319 INFO E| Compiling ansi_term v0.12.1
26932025-10-03T20:18:12.881Z[ helios-setup] Oct 03 20:18:12.421 INFO E| Compiling unic-common v0.9.0
26942025-10-03T20:18:13.219Z[ helios-setup] Oct 03 20:18:12.757 INFO E| Compiling strsim v0.8.0
26952025-10-03T20:18:13.219Z[ helios-setup] Oct 03 20:18:12.757 INFO E| Compiling byteorder v1.5.0
26962025-10-03T20:18:13.333Z[ helios-setup] Oct 03 20:18:12.873 INFO E| Compiling heck v0.3.3
26972025-10-03T20:18:13.333Z[ helios-setup] Oct 03 20:18:12.873 INFO E| Compiling bitflags v1.3.2
26982025-10-03T20:18:13.453Z[ helios-setup] Oct 03 20:18:12.993 INFO E| Compiling strum v0.27.1
26992025-10-03T20:18:13.800Z[ helios-setup] Oct 03 20:18:13.340 INFO E| Compiling unic-ucd-version v0.9.0
27002025-10-03T20:18:14.094Z[ helios-setup] Oct 03 20:18:13.634 INFO E| Compiling clap v2.34.0
27012025-10-03T20:18:14.186Z[ helios-setup] Oct 03 20:18:13.726 INFO E| Compiling unic-char-property v0.9.0
27022025-10-03T20:18:14.293Z[ helios-setup] Oct 03 20:18:13.812 INFO E| Compiling log v0.4.27
27032025-10-03T20:18:14.318Z[ helios-setup] Oct 03 20:18:13.840 INFO E| Compiling lazy_static v1.5.0
27042025-10-03T20:18:14.464Z[ helios-setup] Oct 03 20:18:14.004 INFO E| Compiling plain v0.2.3
27052025-10-03T20:18:14.686Z[ helios-setup] Oct 03 20:18:14.225 INFO E| Compiling unic-ucd-ident v0.9.0
27062025-10-03T20:18:14.710Z[ helios-setup] Oct 03 20:18:14.245 INFO E| Compiling bytesize v2.0.1
27072025-10-03T20:18:15.596Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27082025-10-03T20:18:17.015Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27092025-10-03T20:18:20.499Z[ helios-setup] Oct 03 20:18:20.039 INFO E| Compiling serde_derive_internals v0.29.1
27102025-10-03T20:18:20.683Z[ helios-setup] Oct 03 20:18:20.223 INFO E| Compiling modular-bitfield-impl v0.11.2
27112025-10-03T20:18:20.683Z[ helios-setup] Oct 03 20:18:20.223 INFO E| Compiling structopt-derive v0.4.18
27122025-10-03T20:18:21.602Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27132025-10-03T20:18:24.234Z[ helios-setup] Oct 03 20:18:23.774 INFO E| Compiling thiserror-impl v2.0.12
27142025-10-03T20:18:24.234Z[ helios-setup] Oct 03 20:18:23.774 INFO E| Compiling serde_derive v1.0.219
27152025-10-03T20:18:24.258Z[ helios-setup] Oct 03 20:18:23.774 INFO E| Compiling schemars_derive v0.8.22
27162025-10-03T20:18:24.258Z[ helios-setup] Oct 03 20:18:23.774 INFO E| Compiling zerocopy-derive v0.8.25
27172025-10-03T20:18:24.557Z[ helios-setup] Oct 03 20:18:24.097 INFO E| Compiling num-derive v0.4.2
27182025-10-03T20:18:24.764Z[ helios-setup] Oct 03 20:18:24.304 INFO E| Compiling strum_macros v0.27.1
27192025-10-03T20:18:24.867Z[ helios-setup] Oct 03 20:18:24.408 INFO E| Compiling modular-bitfield v0.11.2
27202025-10-03T20:18:24.977Z[ helios-setup] Oct 03 20:18:24.517 INFO E| Compiling scroll_derive v0.12.1
27212025-10-03T20:18:26.702Z[ helios-setup] Oct 03 20:18:26.243 INFO E| Compiling structopt v0.3.26
27222025-10-03T20:18:27.652Z[ helios-setup] Oct 03 20:18:27.190 INFO E| Compiling scroll v0.12.0
27232025-10-03T20:18:28.335Z[ helios-setup] Oct 03 20:18:27.876 INFO E| Compiling goblin v0.9.3
27242025-10-03T20:18:28.568Z[ helios-setup] Oct 03 20:18:28.109 INFO E| Compiling pest v2.8.0
27252025-10-03T20:18:32.435Z[ helios-setup] Oct 03 20:18:31.976 INFO E| Compiling pest_meta v2.8.0
27262025-10-03T20:18:33.799Z[ helios-setup] Oct 03 20:18:33.340 INFO E| Compiling pest_generator v2.8.0
27272025-10-03T20:18:35.025Z[ helios-setup] Oct 03 20:18:34.565 INFO E| Compiling pest_derive v2.8.0
27282025-10-03T20:18:37.937Z[ helios-setup] Oct 03 20:18:37.478 INFO E| Compiling json5 v0.4.1
27292025-10-03T20:18:42.402Z[ helios-setup] Oct 03 20:18:41.942 INFO E| Compiling four-cc v0.4.0
27302025-10-03T20:18:42.402Z[ helios-setup] Oct 03 20:18:41.942 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
27312025-10-03T20:18:42.655Z[ helios-setup] Oct 03 20:18:42.195 INFO E| Compiling amd-apcb v0.5.4 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#d8244b0a)
27322025-10-03T20:18:47.279Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 58s
27332025-10-03T20:18:47.633Z[ omicron-package]
27342025-10-03T20:18:47.633Z[ omicron-package] real 1:58.912252270
27352025-10-03T20:18:47.659Z[ omicron-package] user 8:45.550272755
27362025-10-03T20:18:47.659Z[ omicron-package] sys 38.352000682
27372025-10-03T20:18:47.659Z[ omicron-package] trap 1.281327299
27382025-10-03T20:18:47.659Z[ omicron-package] tflt 0.933837575
27392025-10-03T20:18:47.659Z[ omicron-package] dflt 1.365055452
27402025-10-03T20:18:47.659Z[ omicron-package] kflt 0.000310477
27412025-10-03T20:18:47.659ZOct 03 20:18:47.176 INFO [omicron-package] process exited with exit status: 0 (119.012433178s)
27422025-10-03T20:18:47.659Z[ omicron-package] lock 30:11.031380364
27432025-10-03T20:18:47.659Z[ omicron-package] slp 33:37.605685786
27442025-10-03T20:18:47.659Z[ omicron-package] lat 4:29.203454913
27452025-10-03T20:18:47.659Z[ omicron-package] stop 1:31.630083829
27462025-10-03T20:18:47.659ZOct 03 20:18:47.177 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27472025-10-03T20:18:47.659ZOct 03 20:18:47.178 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27482025-10-03T20:18:47.685Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27492025-10-03T20:18:47.685Z[ recovery-target] Created new build target 'recovery' and set it as active
27502025-10-03T20:18:47.685Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27512025-10-03T20:18:47.685Z[ host-target] Created new build target 'host' and set it as active
27522025-10-03T20:18:47.685ZOct 03 20:18:47.208 INFO [recovery-target] process exited with exit status: 0 (30.631533ms)
27532025-10-03T20:18:47.685ZOct 03 20:18:47.210 INFO [host-target] process exited with exit status: 0 (33.441719ms)
27542025-10-03T20:18:47.685ZOct 03 20:18:47.211 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27552025-10-03T20:18:47.710Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27562025-10-03T20:18:51.460Z[ host-package] Compiling ring v0.17.14
27572025-10-03T20:18:51.601Z[ host-package] Compiling progenitor-impl v0.10.0
27582025-10-03T20:18:51.697Z[ host-package] Compiling is-terminal v0.4.13
27592025-10-03T20:18:51.737Z[ host-package] Compiling thread_local v1.1.8
27602025-10-03T20:18:51.737Z[ host-package] Compiling match_cfg v0.1.0
27612025-10-03T20:18:51.737Z[ host-package] Compiling multer v3.1.0
27622025-10-03T20:18:51.896Z[ host-package] Compiling slog-async v2.8.0
27632025-10-03T20:18:51.944Z[ host-package] Compiling crossbeam-channel v0.5.15
27642025-10-03T20:18:52.007Z[ host-package] Compiling hostname v0.3.1
27652025-10-03T20:18:52.065Z[ host-package] Compiling toml_parser v1.0.2
27662025-10-03T20:18:52.266Z[ host-package] Compiling slog-json v2.6.1
27672025-10-03T20:18:52.350Z[ host-package] Compiling futures-executor v0.3.31
27682025-10-03T20:18:52.681Z[ host-package] Compiling serde_spanned v1.0.0
27692025-10-03T20:18:52.894Z[ host-package] Compiling toml_datetime v0.7.0
27702025-10-03T20:18:53.042Z[ host-package] Compiling hex v0.4.3
27712025-10-03T20:18:53.137Z[ host-package] Compiling convert_case v0.4.0
27722025-10-03T20:18:53.596Z[ host-package] Compiling term v1.1.0
27732025-10-03T20:18:53.646Z[ host-package] Compiling take_mut v0.2.2
27742025-10-03T20:18:53.706Z[ host-package] Compiling toml_writer v1.0.2
27752025-10-03T20:18:54.002Z[ host-package] Compiling derive_more v0.99.20
27762025-10-03T20:18:54.321Z[ host-package] Compiling toml v0.9.5
27772025-10-03T20:18:54.977Z[ host-package] Compiling slog-term v2.9.2
27782025-10-03T20:18:55.051Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27792025-10-03T20:18:55.308Z[ host-package] Compiling futures v0.3.31
27802025-10-03T20:18:55.526Z[ host-package] Compiling slog-bunyan v2.5.0
27812025-10-03T20:18:56.383Z[ host-package] Compiling dropshot v0.16.4
27822025-10-03T20:18:56.500Z[ host-package] Compiling async-stream v0.3.6
27832025-10-03T20:18:56.826Z[ host-package] Compiling waitgroup v0.1.2
27842025-10-03T20:18:56.935Z[ host-package] Compiling rustls-pemfile v2.2.0
27852025-10-03T20:18:57.098Z[ host-package] Compiling serde_path_to_error v0.1.17
27862025-10-03T20:18:57.385Z[ host-package] Compiling rustls v0.23.19
27872025-10-03T20:18:57.463Z[ host-package] Compiling rustls v0.22.4
27882025-10-03T20:18:57.525Z[ host-package] Compiling hostname v0.4.0
27892025-10-03T20:18:57.576Z[ host-package] Compiling instant v0.1.13
27902025-10-03T20:18:57.761Z[ host-package] Compiling progenitor-macro v0.10.0
27912025-10-03T20:18:57.848Z[ host-package] Compiling debug-ignore v1.0.5
27922025-10-03T20:18:57.916Z[ host-package] Compiling backoff v0.4.0
27932025-10-03T20:18:58.054Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
27942025-10-03T20:18:58.108Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27952025-10-03T20:18:58.366Z[ host-package] Compiling parse-display v0.10.0
27962025-10-03T20:18:58.463Z[ host-package] Compiling serde_with v3.14.0
27972025-10-03T20:18:58.946Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27982025-10-03T20:18:59.356Z[ host-package] Compiling num-rational v0.4.2
27992025-10-03T20:18:59.824Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
28002025-10-03T20:19:00.252Z[ host-package] Compiling num-complex v0.4.6
28012025-10-03T20:19:01.015Z[ host-package] Compiling rustls-webpki v0.102.8
28022025-10-03T20:19:01.503Z[ host-package] Compiling macaddr v1.0.1
28032025-10-03T20:19:02.039Z[ host-package] Compiling num v0.4.3
28042025-10-03T20:19:02.285Z[ host-package] Compiling float-ord v0.3.2
28052025-10-03T20:19:03.218Z[ host-package] Compiling toml v0.8.23
28062025-10-03T20:19:03.901Z[ host-package] Compiling prettyplease v0.2.36
28072025-10-03T20:19:03.960Z[ host-package] Compiling bytecount v0.6.8
28082025-10-03T20:19:04.900Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28092025-10-03T20:19:05.096Z[ host-package] Compiling secrecy v0.10.3
28102025-10-03T20:19:05.901Z[ host-package] Compiling console v0.15.10
28112025-10-03T20:19:06.089Z[ host-package] Compiling swrite v0.1.0
28122025-10-03T20:19:06.369Z[ host-package] Compiling password-hash v0.5.0
28132025-10-03T20:19:09.269Z[ host-package] Compiling tokio-rustls v0.25.0
28142025-10-03T20:19:10.712Z[ host-package] Compiling blake2 v0.10.6
28152025-10-03T20:19:11.887Z[ host-package] Compiling tokio-rustls v0.26.0
28162025-10-03T20:19:12.652Z[ host-package] Compiling hyper-rustls v0.27.7
28172025-10-03T20:19:13.550Z[ host-package] Compiling reqwest v0.12.22
28182025-10-03T20:19:16.219Z[ host-package] Compiling argon2 v0.5.3
28192025-10-03T20:19:17.065Z[ host-package] Compiling slog-dtrace v0.3.0
28202025-10-03T20:19:17.748Z[ host-package] Compiling newline-converter v0.3.0
28212025-10-03T20:19:18.113Z[ host-package] Compiling progenitor-client v0.11.0
28222025-10-03T20:19:18.856Z[ host-package] Compiling progenitor v0.11.0
28232025-10-03T20:19:19.153Z[ host-package] Compiling progenitor-client v0.10.0
28242025-10-03T20:19:19.256Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
28252025-10-03T20:19:19.870Z[ host-package] Compiling atomicwrites v0.4.4
28262025-10-03T20:19:20.696Z[ host-package] Compiling expectorate v1.2.0
28272025-10-03T20:19:23.936Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28282025-10-03T20:19:25.474Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28292025-10-03T20:19:26.395Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28302025-10-03T20:19:26.744Z[ host-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
28312025-10-03T20:19:27.206Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28322025-10-03T20:19:27.317Z[ helios-setup] Oct 03 20:19:26.859 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
28332025-10-03T20:19:27.458Z[ host-package] Compiling resolv-conf v0.7.0
28342025-10-03T20:19:29.409Z[ host-package] Compiling cancel-safe-futures v0.1.5
28352025-10-03T20:19:29.690Z[ host-package] Compiling owo-colors v4.2.2
28362025-10-03T20:19:32.590Z[ host-package] Compiling progenitor v0.10.0
28372025-10-03T20:19:32.944Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28382025-10-03T20:19:34.337Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28392025-10-03T20:19:35.538Z[ host-package] Compiling libsw-core v0.3.1
28402025-10-03T20:19:36.104Z[ host-package] Compiling linked-hash-map v0.5.6
28412025-10-03T20:19:36.862Z[ host-package] Compiling lru-cache v0.1.2
28422025-10-03T20:19:37.217Z[ host-package] Compiling libsw v3.5.0
28432025-10-03T20:19:39.178Z[ helios-setup] Oct 03 20:19:38.720 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28442025-10-03T20:19:39.204Z[ host-package] Compiling linear-map v1.2.0
28452025-10-03T20:19:39.856Z[ host-package] Compiling unicode-xid v0.2.6
28462025-10-03T20:19:42.071Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28472025-10-03T20:19:48.112Z[ host-package] Compiling hickory-proto v0.24.4
28482025-10-03T20:19:48.928Z[ host-package] Compiling convert_case v0.7.1
28492025-10-03T20:19:49.882Z[ host-package] Compiling derive_more-impl v2.0.1
28502025-10-03T20:19:50.786Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28512025-10-03T20:19:51.920Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28522025-10-03T20:19:52.973Z[ host-package] Compiling derive_more v2.0.1
28532025-10-03T20:19:53.217Z[ host-package] Compiling vte_generate_state_changes v0.1.2
28542025-10-03T20:19:53.867Z[ host-package] Compiling termtree v0.5.1
28552025-10-03T20:19:54.274Z[ host-package] Compiling utf-8 v0.7.6
28562025-10-03T20:19:54.704Z[ host-package] Compiling siphasher v1.0.1
28572025-10-03T20:19:55.260Z[ host-package] Compiling hickory-resolver v0.24.4
28582025-10-03T20:19:55.930Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28592025-10-03T20:19:57.536Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28602025-10-03T20:19:59.274Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28612025-10-03T20:19:59.863Z[ host-package] Compiling qorb v0.4.1
28622025-10-03T20:20:06.582Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28632025-10-03T20:20:10.124Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28642025-10-03T20:20:13.817Z[ helios-setup] Oct 03 20:20:13.360 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
28652025-10-03T20:20:13.890Z[ helios-setup] Oct 03 20:20:13.433 INFO building project "amd-host-image-builder" ok (129 seconds)
28662025-10-03T20:20:13.915Z[ helios-setup] Oct 03 20:20:13.433 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
28672025-10-03T20:20:13.940Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28682025-10-03T20:20:14.038Z[ helios-setup] Oct 03 20:20:13.582 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.89.0-x86_64-unknown-illumos (default)"
28692025-10-03T20:20:14.063Z[ helios-setup] Oct 03 20:20:13.582 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
28702025-10-03T20:20:14.063Z[ helios-setup] Oct 03 20:20:13.582 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
28712025-10-03T20:20:14.433Z[ helios-setup] Oct 03 20:20:13.976 INFO E| Downloading crates ...
28722025-10-03T20:20:14.495Z[ helios-setup] Oct 03 20:20:14.039 INFO E| Downloaded miniz_oxide v0.8.8
28732025-10-03T20:20:14.562Z[ helios-setup] Oct 03 20:20:14.105 INFO E| Compiling adler2 v2.0.0
28742025-10-03T20:20:14.737Z[ helios-setup] Oct 03 20:20:14.280 INFO E| Compiling miniz_oxide v0.8.8
28752025-10-03T20:20:17.629Z[ helios-setup] Oct 03 20:20:17.173 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
28762025-10-03T20:20:17.921Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28772025-10-03T20:20:18.775Z[ helios-setup] Oct 03 20:20:18.319 INFO E| Finished `release` profile [optimized] target(s) in 4.63s
28782025-10-03T20:20:18.800Z[ helios-setup] Oct 03 20:20:18.336 INFO building project "pinprick" ok (4 seconds)
28792025-10-03T20:20:18.800Z[ helios-setup] Oct 03 20:20:18.336 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
28802025-10-03T20:20:18.904Z[ helios-setup] Oct 03 20:20:18.448 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.89.0-x86_64-unknown-illumos (default)"
28812025-10-03T20:20:18.904Z[ helios-setup] Oct 03 20:20:18.448 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
28822025-10-03T20:20:18.929Z[ helios-setup] Oct 03 20:20:18.448 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
28832025-10-03T20:20:19.315Z[ helios-setup] Oct 03 20:20:18.858 INFO E| Downloading crates ...
28842025-10-03T20:20:19.356Z[ helios-setup] Oct 03 20:20:18.900 INFO E| Downloaded anyhow v1.0.62
28852025-10-03T20:20:19.381Z[ helios-setup] Oct 03 20:20:18.907 INFO E| Downloaded unicode-width v0.1.10
28862025-10-03T20:20:19.381Z[ helios-setup] Oct 03 20:20:18.909 INFO E| Downloaded digest v0.10.3
28872025-10-03T20:20:19.381Z[ helios-setup] Oct 03 20:20:18.912 INFO E| Downloaded miniz_oxide v0.6.2
28882025-10-03T20:20:19.381Z[ helios-setup] Oct 03 20:20:18.915 INFO E| Downloaded bytes v1.2.1
28892025-10-03T20:20:19.381Z[ helios-setup] Oct 03 20:20:18.919 INFO E| Downloaded block-buffer v0.10.3
28902025-10-03T20:20:19.381Z[ helios-setup] Oct 03 20:20:18.921 INFO E| Downloaded typenum v1.15.0
28912025-10-03T20:20:19.407Z[ helios-setup] Oct 03 20:20:18.947 INFO E| Downloaded flate2 v1.0.25
28922025-10-03T20:20:19.432Z[ helios-setup] Oct 03 20:20:18.953 INFO E| Downloaded sha2 v0.10.5
28932025-10-03T20:20:19.432Z[ helios-setup] Oct 03 20:20:18.957 INFO E| Downloaded generic-array v0.14.6
28942025-10-03T20:20:19.432Z[ helios-setup] Oct 03 20:20:18.960 INFO E| Downloaded cpufeatures v0.2.5
28952025-10-03T20:20:19.487Z[ helios-setup] Oct 03 20:20:19.031 INFO E| Compiling version_check v0.9.4
28962025-10-03T20:20:19.487Z[ helios-setup] Oct 03 20:20:19.031 INFO E| Compiling typenum v1.15.0
28972025-10-03T20:20:19.487Z[ helios-setup] Oct 03 20:20:19.031 INFO E| Compiling crc32fast v1.3.2
28982025-10-03T20:20:19.512Z[ helios-setup] Oct 03 20:20:19.031 INFO E| Compiling cfg-if v1.0.0
28992025-10-03T20:20:19.512Z[ helios-setup] Oct 03 20:20:19.032 INFO E| Compiling adler v1.0.2
29002025-10-03T20:20:19.512Z[ helios-setup] Oct 03 20:20:19.032 INFO E| Compiling anyhow v1.0.62
29012025-10-03T20:20:19.512Z[ helios-setup] Oct 03 20:20:19.032 INFO E| Compiling unicode-width v0.1.10
29022025-10-03T20:20:19.512Z[ helios-setup] Oct 03 20:20:19.032 INFO E| Compiling cpufeatures v0.2.5
29032025-10-03T20:20:20.206Z[ helios-setup] Oct 03 20:20:19.750 INFO E| Compiling getopts v0.2.21
29042025-10-03T20:20:20.245Z[ helios-setup] Oct 03 20:20:19.789 INFO E| Compiling bitflags v1.3.2
29052025-10-03T20:20:20.522Z[ helios-setup] Oct 03 20:20:20.066 INFO E| Compiling miniz_oxide v0.6.2
29062025-10-03T20:20:20.742Z[ helios-setup] Oct 03 20:20:20.278 INFO E| Compiling bytes v1.2.1
29072025-10-03T20:20:21.387Z[ helios-setup] Oct 03 20:20:20.931 INFO E| Compiling generic-array v0.14.6
29082025-10-03T20:20:21.891Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29092025-10-03T20:20:22.432Z[ helios-setup] Oct 03 20:20:21.975 INFO E| Compiling flate2 v1.0.25
29102025-10-03T20:20:25.713Z[ helios-setup] Oct 03 20:20:25.257 INFO E| Compiling block-buffer v0.10.3
29112025-10-03T20:20:25.713Z[ helios-setup] Oct 03 20:20:25.257 INFO E| Compiling crypto-common v0.1.6
29122025-10-03T20:20:26.015Z[ helios-setup] Oct 03 20:20:25.559 INFO E| Compiling digest v0.10.3
29132025-10-03T20:20:26.464Z[ helios-setup] Oct 03 20:20:26.008 INFO E| Compiling sha2 v0.10.5
29142025-10-03T20:20:27.148Z[ helios-setup] Oct 03 20:20:26.692 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
29152025-10-03T20:20:29.948Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29162025-10-03T20:20:30.071Z[ host-package] Compiling phf_shared v0.12.1
29172025-10-03T20:20:31.214Z[ host-package] Compiling vte v0.11.1
29182025-10-03T20:20:32.311Z[ helios-setup] Oct 03 20:20:31.856 INFO E| Finished `release` profile [optimized] target(s) in 13.25s
29192025-10-03T20:20:32.336Z[ helios-setup] Oct 03 20:20:31.874 INFO building project "bootserver" ok (13 seconds)
29202025-10-03T20:20:32.337Z[ helios-setup] Oct 03 20:20:31.874 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
29212025-10-03T20:20:32.460Z[ helios-setup] Oct 03 20:20:32.004 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.89.0-x86_64-unknown-illumos (default)"
29222025-10-03T20:20:32.460Z[ helios-setup] Oct 03 20:20:32.004 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
29232025-10-03T20:20:32.460Z[ helios-setup] Oct 03 20:20:32.004 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
29242025-10-03T20:20:32.747Z[ helios-setup] Oct 03 20:20:32.291 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
29252025-10-03T20:20:33.141Z[ host-package] Compiling crossterm v0.29.0
29262025-10-03T20:20:33.228Z[ helios-setup] Oct 03 20:20:32.772 INFO E| From https://github.com/jclulow/rust-jmclib
29272025-10-03T20:20:33.228Z[ helios-setup] Oct 03 20:20:32.772 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
29282025-10-03T20:20:33.254Z[ helios-setup] Oct 03 20:20:32.799 INFO E| Updating crates.io index
29292025-10-03T20:20:33.365Z[ helios-setup] Oct 03 20:20:32.909 INFO E| Downloading crates ...
29302025-10-03T20:20:33.463Z[ helios-setup] Oct 03 20:20:33.007 INFO E| Downloaded proc-macro2 v1.0.66
29312025-10-03T20:20:33.488Z[ helios-setup] Oct 03 20:20:33.013 INFO E| Downloaded uuid v0.8.2
29322025-10-03T20:20:33.488Z[ helios-setup] Oct 03 20:20:33.020 INFO E| Downloaded walkdir v2.3.3
29332025-10-03T20:20:33.488Z[ helios-setup] Oct 03 20:20:33.023 INFO E| Downloaded unicode-ident v1.0.11
29342025-10-03T20:20:33.488Z[ helios-setup] Oct 03 20:20:33.027 INFO E| Downloaded ryu v1.0.15
29352025-10-03T20:20:33.488Z[ helios-setup] Oct 03 20:20:33.032 INFO E| Downloaded typenum v1.16.0
29362025-10-03T20:20:33.514Z[ helios-setup] Oct 03 20:20:33.037 INFO E| Downloaded serde v1.0.193
29372025-10-03T20:20:33.514Z[ helios-setup] Oct 03 20:20:33.042 INFO E| Downloaded toml v0.5.11
29382025-10-03T20:20:33.514Z[ helios-setup] Oct 03 20:20:33.046 INFO E| Downloaded serde_json v1.0.103
29392025-10-03T20:20:33.514Z[ helios-setup] Oct 03 20:20:33.055 INFO E| Downloaded tempfile v3.7.0
29402025-10-03T20:20:33.514Z[ helios-setup] Oct 03 20:20:33.058 INFO E| Downloaded serde_derive v1.0.193
29412025-10-03T20:20:33.539Z[ helios-setup] Oct 03 20:20:33.062 INFO E| Downloaded quote v1.0.31
29422025-10-03T20:20:33.539Z[ helios-setup] Oct 03 20:20:33.065 INFO E| Downloaded once_cell v1.18.0
29432025-10-03T20:20:33.539Z[ helios-setup] Oct 03 20:20:33.069 INFO E| Downloaded errno v0.3.1
29442025-10-03T20:20:33.539Z[ helios-setup] Oct 03 20:20:33.071 INFO E| Downloaded syn v2.0.32
29452025-10-03T20:20:33.539Z[ helios-setup] Oct 03 20:20:33.083 INFO E| Downloaded sha-1 v0.9.8
29462025-10-03T20:20:33.564Z[ helios-setup] Oct 03 20:20:33.086 INFO E| Downloaded md-5 v0.9.1
29472025-10-03T20:20:33.564Z[ helios-setup] Oct 03 20:20:33.088 INFO E| Downloaded rustix v0.38.4
29482025-10-03T20:20:33.589Z[ helios-setup] Oct 03 20:20:33.114 INFO E| Downloaded glob v0.3.1
29492025-10-03T20:20:33.589Z[ helios-setup] Oct 03 20:20:33.116 INFO E| Downloaded fastrand v2.0.0
29502025-10-03T20:20:33.589Z[ helios-setup] Oct 03 20:20:33.118 INFO E| Downloaded digest v0.9.0
29512025-10-03T20:20:33.589Z[ helios-setup] Oct 03 20:20:33.120 INFO E| Downloaded cpufeatures v0.2.9
29522025-10-03T20:20:33.589Z[ helios-setup] Oct 03 20:20:33.122 INFO E| Downloaded bitflags v2.3.3
29532025-10-03T20:20:33.589Z[ helios-setup] Oct 03 20:20:33.125 INFO E| Downloaded opaque-debug v0.3.0
29542025-10-03T20:20:33.589Z[ helios-setup] Oct 03 20:20:33.127 INFO E| Downloaded block-buffer v0.9.0
29552025-10-03T20:20:33.589Z[ helios-setup] Oct 03 20:20:33.132 INFO E| Downloaded anyhow v1.0.72
29562025-10-03T20:20:33.614Z[ helios-setup] Oct 03 20:20:33.137 INFO E| Downloaded libdevinfo-sys v1.0.0
29572025-10-03T20:20:33.614Z[ helios-setup] Oct 03 20:20:33.139 INFO E| Downloaded itoa v1.0.9
29582025-10-03T20:20:33.614Z[ helios-setup] Oct 03 20:20:33.141 INFO E| Downloaded getrandom v0.2.10
29592025-10-03T20:20:33.614Z[ helios-setup] Oct 03 20:20:33.145 INFO E| Downloaded libc v0.2.147
29602025-10-03T20:20:33.708Z[ helios-setup] Oct 03 20:20:33.252 INFO E| Compiling libc v0.2.147
29612025-10-03T20:20:33.708Z[ helios-setup] Oct 03 20:20:33.252 INFO E| Compiling proc-macro2 v1.0.66
29622025-10-03T20:20:33.708Z[ helios-setup] Oct 03 20:20:33.252 INFO E| Compiling cfg-if v1.0.0
29632025-10-03T20:20:33.733Z[ helios-setup] Oct 03 20:20:33.252 INFO E| Compiling unicode-ident v1.0.11
29642025-10-03T20:20:33.733Z[ helios-setup] Oct 03 20:20:33.252 INFO E| Compiling version_check v0.9.4
29652025-10-03T20:20:33.733Z[ helios-setup] Oct 03 20:20:33.253 INFO E| Compiling typenum v1.16.0
29662025-10-03T20:20:33.733Z[ helios-setup] Oct 03 20:20:33.253 INFO E| Compiling serde v1.0.193
29672025-10-03T20:20:33.733Z[ helios-setup] Oct 03 20:20:33.253 INFO E| Compiling itoa v1.0.9
29682025-10-03T20:20:34.023Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29692025-10-03T20:20:34.180Z[ helios-setup] Oct 03 20:20:33.725 INFO E| Compiling rustix v0.38.4
29702025-10-03T20:20:35.054Z[ helios-setup] Oct 03 20:20:34.562 INFO E| Compiling powerfmt v0.2.0
29712025-10-03T20:20:35.054Z[ helios-setup] Oct 03 20:20:34.574 INFO E| Compiling time-core v0.1.2
29722025-10-03T20:20:35.285Z[ helios-setup] Oct 03 20:20:34.830 INFO E| Compiling generic-array v0.14.7
29732025-10-03T20:20:35.421Z[ helios-setup] Oct 03 20:20:34.966 INFO E| Compiling slog v2.7.0
29742025-10-03T20:20:35.701Z[ helios-setup] Oct 03 20:20:35.245 INFO E| Compiling num-conv v0.1.0
29752025-10-03T20:20:36.098Z[ host-package] Compiling chrono-tz v0.10.4
29762025-10-03T20:20:36.201Z[ helios-setup] Oct 03 20:20:35.745 INFO E| Compiling deranged v0.3.11
29772025-10-03T20:20:36.398Z[ helios-setup] Oct 03 20:20:35.942 INFO E| Compiling time-macros v0.2.18
29782025-10-03T20:20:36.557Z[ host-package] Compiling strip-ansi-escapes v0.2.0
29792025-10-03T20:20:36.582Z[ helios-setup] Oct 03 20:20:36.103 INFO E| Compiling bitflags v2.3.3
29802025-10-03T20:20:36.636Z[ helios-setup] Oct 03 20:20:36.181 INFO E| Compiling num_threads v0.1.6
29812025-10-03T20:20:36.827Z[ helios-setup] Oct 03 20:20:36.371 INFO E| Compiling once_cell v1.18.0
29822025-10-03T20:20:36.958Z[ helios-setup] Oct 03 20:20:36.501 INFO E| Compiling quote v1.0.31
29832025-10-03T20:20:37.330Z[ host-package] Compiling phf v0.12.1
29842025-10-03T20:20:37.830Z[ helios-setup] Oct 03 20:20:37.375 INFO E| Compiling thread_local v1.1.7
29852025-10-03T20:20:38.193Z[ helios-setup] Oct 03 20:20:37.738 INFO E| Compiling syn v2.0.32
29862025-10-03T20:20:38.221Z[ host-package] Compiling const_format_proc_macros v0.2.34
29872025-10-03T20:20:38.575Z[ helios-setup] Oct 03 20:20:38.120 INFO E| Compiling dirs-sys-next v0.1.2
29882025-10-03T20:20:38.745Z[ host-package] Compiling papergrid v0.11.0
29892025-10-03T20:20:38.890Z[ helios-setup] Oct 03 20:20:38.434 INFO E| Compiling errno v0.3.1
29902025-10-03T20:20:39.180Z[ helios-setup] Oct 03 20:20:38.724 INFO E| Compiling dirs-next v2.0.0
29912025-10-03T20:20:39.495Z[ helios-setup] Oct 03 20:20:39.040 INFO E| Compiling term v0.7.0
29922025-10-03T20:20:39.781Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29932025-10-03T20:20:39.877Z[ helios-setup] Oct 03 20:20:39.421 INFO E| Compiling atty v0.2.14
29942025-10-03T20:20:39.918Z[ helios-setup] Oct 03 20:20:39.462 INFO E| Compiling opaque-debug v0.3.0
29952025-10-03T20:20:40.048Z[ helios-setup] Oct 03 20:20:39.574 INFO E| Compiling serde_json v1.0.103
29962025-10-03T20:20:40.074Z[ helios-setup] Oct 03 20:20:39.599 INFO E| Compiling anyhow v1.0.72
29972025-10-03T20:20:40.247Z[ helios-setup] Oct 03 20:20:39.791 INFO E| Compiling fastrand v2.0.0
29982025-10-03T20:20:40.773Z[ host-package] Compiling tabled_derive v0.7.0
29992025-10-03T20:20:41.322Z[ helios-setup] Oct 03 20:20:40.867 INFO E| Compiling digest v0.9.0
30002025-10-03T20:20:41.363Z[ helios-setup] Oct 03 20:20:40.907 INFO E| Compiling time v0.3.36
30012025-10-03T20:20:41.433Z[ helios-setup] Oct 03 20:20:40.977 INFO E| Compiling block-buffer v0.9.0
30022025-10-03T20:20:41.687Z[ helios-setup] Oct 03 20:20:41.232 INFO E| Compiling getrandom v0.2.10
30032025-10-03T20:20:41.766Z[ helios-setup] Oct 03 20:20:41.311 INFO E| Compiling cpufeatures v0.2.9
30042025-10-03T20:20:41.905Z[ host-package] Compiling fd-lock v4.0.2
30052025-10-03T20:20:42.036Z[ helios-setup] Oct 03 20:20:41.580 INFO E| Compiling unicode-width v0.1.10
30062025-10-03T20:20:42.087Z[ helios-setup] Oct 03 20:20:41.632 INFO E| Compiling same-file v1.0.6
30072025-10-03T20:20:42.448Z[ helios-setup] Oct 03 20:20:41.993 INFO E| Compiling ryu v1.0.15
30082025-10-03T20:20:42.603Z[ host-package] Compiling peg-macros v0.8.5
30092025-10-03T20:20:42.727Z[ helios-setup] Oct 03 20:20:42.271 INFO E| Compiling tempfile v3.7.0
30102025-10-03T20:20:42.770Z[ helios-setup] Oct 03 20:20:42.314 INFO E| Compiling walkdir v2.3.3
30112025-10-03T20:20:42.928Z[ helios-setup] Oct 03 20:20:42.473 INFO E| Compiling getopts v0.2.21
30122025-10-03T20:20:43.186Z[ helios-setup] Oct 03 20:20:42.731 INFO E| Compiling sha-1 v0.9.8
30132025-10-03T20:20:43.645Z[ helios-setup] Oct 03 20:20:43.189 INFO E| Compiling md-5 v0.9.1
30142025-10-03T20:20:44.220Z[ helios-setup] Oct 03 20:20:43.765 INFO E| Compiling libdevinfo-sys v1.0.0
30152025-10-03T20:20:44.383Z[ helios-setup] Oct 03 20:20:43.928 INFO E| Compiling glob v0.3.1
30162025-10-03T20:20:45.283Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30172025-10-03T20:20:45.343Z[ host-package] Compiling csv-core v0.1.11
30182025-10-03T20:20:46.169Z[ helios-setup] Oct 03 20:20:45.714 INFO E| Compiling serde_derive v1.0.193
30192025-10-03T20:20:46.273Z[ helios-setup] Oct 03 20:20:45.818 INFO E| Compiling slog-term v2.9.0
30202025-10-03T20:20:46.761Z[ host-package] Compiling highway v1.3.0
30212025-10-03T20:20:46.822Z[ host-package] Compiling keccak v0.1.5
30222025-10-03T20:20:47.239Z[ host-package] Compiling nu-ansi-term v0.50.1
30232025-10-03T20:20:47.632Z[ host-package] Compiling peg v0.8.5
30242025-10-03T20:20:48.042Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30252025-10-03T20:20:48.314Z[ host-package] Compiling reedline v0.40.0
30262025-10-03T20:20:48.956Z[ host-package] Compiling sha3 v0.10.8
30272025-10-03T20:20:49.015Z[ host-package] Compiling tough v0.20.0
30282025-10-03T20:20:50.138Z[ host-package] Compiling csv v1.3.1
30292025-10-03T20:20:50.972Z[ host-package] Compiling tabled v0.15.0
30302025-10-03T20:20:51.406Z[ host-package] Compiling const_format v0.2.34
30312025-10-03T20:20:53.758Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30322025-10-03T20:20:55.359Z[ host-package] Compiling bcs v0.1.6
30332025-10-03T20:20:56.488Z[ host-package] Compiling semver v0.1.20
30342025-10-03T20:20:57.019Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30352025-10-03T20:20:57.409Z[ host-package] Compiling rustc_version v0.1.7
30362025-10-03T20:20:58.043Z[ host-package] Compiling newtype_derive v0.1.6
30372025-10-03T20:20:58.551Z[ host-package] Compiling tungstenite v0.21.0
30382025-10-03T20:20:59.126Z[ helios-setup] Oct 03 20:20:58.671 INFO E| Compiling toml v0.5.11
30392025-10-03T20:20:59.126Z[ helios-setup] Oct 03 20:20:58.671 INFO E| Compiling uuid v0.8.2
30402025-10-03T20:21:01.729Z[ helios-setup] Oct 03 20:21:01.274 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30412025-10-03T20:21:03.888Z[ helios-setup] Oct 03 20:21:03.433 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
30422025-10-03T20:21:04.040Z[ host-package] Compiling half v2.4.1
30432025-10-03T20:21:04.895Z[ host-package] Compiling ciborium-io v0.2.2
30442025-10-03T20:21:05.190Z[ host-package] Compiling smawk v0.3.2
30452025-10-03T20:21:05.262Z[ host-package] Compiling humantime v2.2.0
30462025-10-03T20:21:05.634Z[ host-package] Compiling unicode-linebreak v0.1.5
30472025-10-03T20:21:06.371Z[ host-package] Compiling textwrap v0.16.2
30482025-10-03T20:21:06.498Z[ host-package] Compiling ciborium-ll v0.2.2
30492025-10-03T20:21:06.616Z[ host-package] Compiling tokio-tungstenite v0.21.0
30502025-10-03T20:21:07.274Z[ host-package] Compiling ciborium v0.2.2
30512025-10-03T20:21:07.451Z[ host-package] Compiling steno v0.4.1
30522025-10-03T20:21:09.205Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
30532025-10-03T20:21:09.887Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
30542025-10-03T20:21:10.647Z[ host-package] Compiling universal-hash v0.5.1
30552025-10-03T20:21:11.107Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
30562025-10-03T20:21:13.500Z[ host-package] Compiling opaque-debug v0.3.1
30572025-10-03T20:21:13.707Z[ host-package] Compiling poly1305 v0.8.0
30582025-10-03T20:21:14.368Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
30592025-10-03T20:21:14.424Z[ host-package] Compiling thiserror-no-std v2.0.2
30602025-10-03T20:21:14.654Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30612025-10-03T20:21:14.744Z[ host-package] Compiling chacha20 v0.9.1
30622025-10-03T20:21:15.260Z[ host-package] Compiling aead v0.5.2
30632025-10-03T20:21:15.539Z[ host-package] Compiling vsss-rs v3.3.4
30642025-10-03T20:21:15.780Z[ host-package] Compiling chacha20poly1305 v0.10.1
30652025-10-03T20:21:16.085Z[ host-package] Compiling dropshot-api-manager-types v0.2.1
30662025-10-03T20:21:16.225Z[ host-package] Compiling moka v0.12.10
30672025-10-03T20:21:17.007Z[ host-package] Compiling tagptr v0.2.0
30682025-10-03T20:21:17.611Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30692025-10-03T20:21:17.802Z[ helios-setup] Oct 03 20:21:17.348 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.21s
30702025-10-03T20:21:17.838Z[ helios-setup] Oct 03 20:21:17.383 INFO building project "image-builder" ok (45 seconds)
30712025-10-03T20:21:17.838Z[ helios-setup] Oct 03 20:21:17.384 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
30722025-10-03T20:21:17.916Z[ host-package] Compiling nix v0.30.1
30732025-10-03T20:21:17.965Z[ helios-setup] Oct 03 20:21:17.499 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.89.0-x86_64-unknown-illumos (default)"
30742025-10-03T20:21:17.965Z[ helios-setup] Oct 03 20:21:17.499 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
30752025-10-03T20:21:17.965Z[ helios-setup] Oct 03 20:21:17.499 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
30762025-10-03T20:21:18.300Z[ helios-setup] Oct 03 20:21:17.846 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
30772025-10-03T20:21:18.906Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
30782025-10-03T20:21:19.411Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
30792025-10-03T20:21:19.487Z[ helios-setup] Oct 03 20:21:19.032 INFO E| From https://github.com/oxidecomputer/progenitor
30802025-10-03T20:21:19.487Z[ helios-setup] Oct 03 20:21:19.032 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
30812025-10-03T20:21:19.594Z[ helios-setup] Oct 03 20:21:19.140 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
30822025-10-03T20:21:20.073Z[ helios-setup] Oct 03 20:21:19.619 INFO E| From https://github.com/jclulow/hiercmd
30832025-10-03T20:21:20.099Z[ helios-setup] Oct 03 20:21:19.619 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
30842025-10-03T20:21:20.124Z[ helios-setup] Oct 03 20:21:19.664 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
30852025-10-03T20:21:20.244Z[ host-package] Compiling proc-macro-error2 v2.0.1
30862025-10-03T20:21:20.623Z[ helios-setup] Oct 03 20:21:20.168 INFO E| From https://github.com/jclulow/network-interface
30872025-10-03T20:21:20.623Z[ helios-setup] Oct 03 20:21:20.168 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
30882025-10-03T20:21:20.648Z[ helios-setup] Oct 03 20:21:20.190 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
30892025-10-03T20:21:20.782Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30902025-10-03T20:21:21.189Z[ helios-setup] Oct 03 20:21:20.735 INFO E| From https://github.com/oxidecomputer/boot-image-tools
30912025-10-03T20:21:21.189Z[ helios-setup] Oct 03 20:21:20.735 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
30922025-10-03T20:21:21.227Z[ helios-setup] Oct 03 20:21:20.773 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
30932025-10-03T20:21:21.677Z[ host-package] Compiling hickory-resolver v0.25.2
30942025-10-03T20:21:22.571Z[ helios-setup] Oct 03 20:21:22.116 INFO E| From https://github.com/oxidecomputer/facade
30952025-10-03T20:21:22.571Z[ helios-setup] Oct 03 20:21:22.117 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
30962025-10-03T20:21:22.613Z[ helios-setup] Oct 03 20:21:22.159 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
30972025-10-03T20:21:23.384Z[ helios-setup] Oct 03 20:21:22.930 INFO E| From https://github.com/oxidecomputer/dropshot
30982025-10-03T20:21:23.384Z[ helios-setup] Oct 03 20:21:22.930 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
30992025-10-03T20:21:23.425Z[ helios-setup] Oct 03 20:21:22.971 INFO E| Updating crates.io index
31002025-10-03T20:21:23.601Z[ helios-setup] Oct 03 20:21:23.146 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
31012025-10-03T20:21:24.620Z[ helios-setup] Oct 03 20:21:24.166 INFO E| From https://github.com/oxidecomputer/typify
31022025-10-03T20:21:24.620Z[ helios-setup] Oct 03 20:21:24.166 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
31032025-10-03T20:21:24.944Z[ helios-setup] Oct 03 20:21:24.490 INFO E| Downloading crates ...
31042025-10-03T20:21:25.175Z[ helios-setup] Oct 03 20:21:24.721 INFO E| Downloaded num-iter v0.1.44
31052025-10-03T20:21:25.201Z[ helios-setup] Oct 03 20:21:24.728 INFO E| Downloaded regex v1.7.3
31062025-10-03T20:21:25.227Z[ helios-setup] Oct 03 20:21:24.758 INFO E| Downloaded base64 v0.21.0
31072025-10-03T20:21:25.252Z[ helios-setup] Oct 03 20:21:24.792 INFO E| Downloaded try-lock v0.2.4
31082025-10-03T20:21:25.279Z[ helios-setup] Oct 03 20:21:24.808 INFO E| Downloaded want v0.3.0
31092025-10-03T20:21:25.279Z[ helios-setup] Oct 03 20:21:24.815 INFO E| Downloaded uuid v1.3.0
31102025-10-03T20:21:25.304Z[ helios-setup] Oct 03 20:21:24.833 INFO E| Downloaded unicode-bidi v0.3.13
31112025-10-03T20:21:25.304Z[ helios-setup] Oct 03 20:21:24.842 INFO E| Downloaded unsafe-libyaml v0.2.8
31122025-10-03T20:21:25.329Z[ helios-setup] Oct 03 20:21:24.856 INFO E| Downloaded url v2.3.1
31132025-10-03T20:21:25.355Z[ helios-setup] Oct 03 20:21:24.877 INFO E| Downloaded unicode-normalization v0.1.22
31142025-10-03T20:21:25.355Z[ helios-setup] Oct 03 20:21:24.884 INFO E| Downloaded pest v2.5.7
31152025-10-03T20:21:25.355Z[ helios-setup] Oct 03 20:21:24.892 INFO E| Downloaded winnow v0.4.1
31162025-10-03T20:21:25.380Z[ helios-setup] Oct 03 20:21:24.925 INFO E| Downloaded libm v0.2.15
31172025-10-03T20:21:25.406Z[ helios-setup] Oct 03 20:21:24.942 INFO E| Downloaded reqwest v0.11.16
31182025-10-03T20:21:25.431Z[ helios-setup] Oct 03 20:21:24.953 INFO E| Downloaded syn v1.0.107
31192025-10-03T20:21:25.431Z[ helios-setup] Oct 03 20:21:24.969 INFO E| Downloaded syn v2.0.72
31202025-10-03T20:21:25.457Z[ helios-setup] Oct 03 20:21:24.985 INFO E| Downloaded git2 v0.16.1
31212025-10-03T20:21:25.457Z[ helios-setup] Oct 03 20:21:25.000 INFO E| Downloaded hyper v0.14.25
31222025-10-03T20:21:25.482Z[ helios-setup] Oct 03 20:21:25.018 INFO E| Downloaded libc v0.2.139
31232025-10-03T20:21:25.510Z[ helios-setup] Oct 03 20:21:25.056 INFO E| Downloaded idna v0.3.0
31242025-10-03T20:21:25.535Z[ helios-setup] Oct 03 20:21:25.065 INFO E| Downloaded futures-util v0.3.28
31252025-10-03T20:21:25.562Z[ helios-setup] Oct 03 20:21:25.108 INFO E| Downloaded rustls v0.21.0
31262025-10-03T20:21:25.588Z[ helios-setup] Oct 03 20:21:25.126 INFO E| Downloaded rustix v0.37.3
31272025-10-03T20:21:25.613Z[ helios-setup] Oct 03 20:21:25.153 INFO E| Downloaded hashbrown v0.15.3
31282025-10-03T20:21:25.638Z[ helios-setup] Oct 03 20:21:25.161 INFO E| Downloaded h2 v0.3.16
31292025-10-03T20:21:25.638Z[ helios-setup] Oct 03 20:21:25.171 INFO E| Downloaded chrono v0.4.24
31302025-10-03T20:21:25.638Z[ helios-setup] Oct 03 20:21:25.182 INFO E| Downloaded rhai v1.14.0
31312025-10-03T20:21:25.664Z[ helios-setup] Oct 03 20:21:25.201 INFO E| Downloaded openapiv3 v1.0.2
31322025-10-03T20:21:25.689Z[ helios-setup] Oct 03 20:21:25.218 INFO E| Downloaded clap_builder v4.2.1
31332025-10-03T20:21:25.714Z[ helios-setup] Oct 03 20:21:25.238 INFO E| Downloaded toml_edit v0.19.8
31342025-10-03T20:21:25.740Z[ helios-setup] Oct 03 20:21:25.263 INFO E| Downloaded tokio-util v0.7.7
31352025-10-03T20:21:25.740Z[ helios-setup] Oct 03 20:21:25.272 INFO E| Downloaded serde_json v1.0.95
31362025-10-03T20:21:25.740Z[ helios-setup] Oct 03 20:21:25.282 INFO E| Downloaded rsa v0.9.8
31372025-10-03T20:21:25.766Z[ helios-setup] Oct 03 20:21:25.290 INFO E| Downloaded mio v0.8.5
31382025-10-03T20:21:25.766Z[ helios-setup] Oct 03 20:21:25.298 INFO E| Downloaded unicode-linebreak v0.1.4
31392025-10-03T20:21:25.766Z[ helios-setup] Oct 03 20:21:25.301 INFO E| Downloaded rustls-webpki v0.100.1
31402025-10-03T20:21:25.766Z[ helios-setup] Oct 03 20:21:25.309 INFO E| Downloaded http v0.2.9
31412025-10-03T20:21:25.792Z[ helios-setup] Oct 03 20:21:25.315 INFO E| Downloaded der v0.7.10
31422025-10-03T20:21:25.792Z[ helios-setup] Oct 03 20:21:25.325 INFO E| Downloaded tungstenite v0.18.0
31432025-10-03T20:21:25.792Z[ helios-setup] Oct 03 20:21:25.331 INFO E| Downloaded ryu v1.0.13
31442025-10-03T20:21:25.817Z[ helios-setup] Oct 03 20:21:25.339 INFO E| Downloaded tokio v1.27.0
31452025-10-03T20:21:25.860Z[ helios-setup] Oct 03 20:21:25.406 INFO E| Downloaded rhai_codegen v1.5.0
31462025-10-03T20:21:25.885Z[ helios-setup] Oct 03 20:21:25.422 INFO E| Downloaded proc-macro2 v1.0.86
31472025-10-03T20:21:25.910Z[ helios-setup] Oct 03 20:21:25.441 INFO E| Downloaded once_cell v1.17.0
31482025-10-03T20:21:25.910Z[ helios-setup] Oct 03 20:21:25.445 INFO E| Downloaded memchr v2.5.0
31492025-10-03T20:21:25.911Z[ helios-setup] Oct 03 20:21:25.452 INFO E| Downloaded ucd-trie v0.1.5
31502025-10-03T20:21:25.911Z[ helios-setup] Oct 03 20:21:25.457 INFO E| Downloaded tracing-core v0.1.30
31512025-10-03T20:21:25.936Z[ helios-setup] Oct 03 20:21:25.462 INFO E| Downloaded toml v0.7.3
31522025-10-03T20:21:25.936Z[ helios-setup] Oct 03 20:21:25.469 INFO E| Downloaded tokio-tungstenite v0.18.0
31532025-10-03T20:21:25.936Z[ helios-setup] Oct 03 20:21:25.474 INFO E| Downloaded rustfmt-wrapper v0.2.0
31542025-10-03T20:21:25.936Z[ helios-setup] Oct 03 20:21:25.477 INFO E| Downloaded quote v1.0.36
31552025-10-03T20:21:25.961Z[ helios-setup] Oct 03 20:21:25.483 INFO E| Downloaded pkg-config v0.3.26
31562025-10-03T20:21:25.961Z[ helios-setup] Oct 03 20:21:25.486 INFO E| Downloaded parking_lot_core v0.9.6
31572025-10-03T20:21:25.961Z[ helios-setup] Oct 03 20:21:25.491 INFO E| Downloaded parking_lot v0.12.1
31582025-10-03T20:21:25.961Z[ helios-setup] Oct 03 20:21:25.502 INFO E| Downloaded num-traits v0.2.15
31592025-10-03T20:21:25.987Z[ helios-setup] Oct 03 20:21:25.509 INFO E| Downloaded lock_api v0.4.9
31602025-10-03T20:21:25.987Z[ helios-setup] Oct 03 20:21:25.515 INFO E| Downloaded crossbeam-channel v0.5.6
31612025-10-03T20:21:25.987Z[ helios-setup] Oct 03 20:21:25.523 INFO E| Downloaded unicode-ident v1.0.8
31622025-10-03T20:21:25.987Z[ helios-setup] Oct 03 20:21:25.529 INFO E| Downloaded tracing v0.1.37
31632025-10-03T20:21:26.013Z[ helios-setup] Oct 03 20:21:25.537 INFO E| Downloaded toml_datetime v0.6.1
31642025-10-03T20:21:26.013Z[ helios-setup] Oct 03 20:21:25.540 INFO E| Downloaded tokio-rustls v0.24.0
31652025-10-03T20:21:26.013Z[ helios-setup] Oct 03 20:21:25.544 INFO E| Downloaded tokio-macros v2.0.0
31662025-10-03T20:21:26.013Z[ helios-setup] Oct 03 20:21:25.546 INFO E| Downloaded tls_codec_derive v0.4.2
31672025-10-03T20:21:26.013Z[ helios-setup] Oct 03 20:21:25.550 INFO E| Downloaded tls_codec v0.4.2
31682025-10-03T20:21:26.013Z[ helios-setup] Oct 03 20:21:25.554 INFO E| Downloaded time v0.1.45
31692025-10-03T20:21:26.013Z[ helios-setup] Oct 03 20:21:25.558 INFO E| Downloaded thiserror v1.0.38
31702025-10-03T20:21:26.039Z[ helios-setup] Oct 03 20:21:25.566 INFO E| Downloaded textwrap v0.16.0
31712025-10-03T20:21:26.039Z[ helios-setup] Oct 03 20:21:25.571 INFO E| Downloaded slog-async v2.7.0
31722025-10-03T20:21:26.039Z[ helios-setup] Oct 03 20:21:25.575 INFO E| Downloaded serde v1.0.204
31732025-10-03T20:21:26.064Z[ helios-setup] Oct 03 20:21:25.605 INFO E| Downloaded rustls-pemfile v1.0.2
31742025-10-03T20:21:26.091Z[ helios-setup] Oct 03 20:21:25.611 INFO E| Downloaded pin-project-lite v0.2.9
31752025-10-03T20:21:26.091Z[ helios-setup] Oct 03 20:21:25.622 INFO E| Downloaded percent-encoding v2.2.0
31762025-10-03T20:21:26.091Z[ helios-setup] Oct 03 20:21:25.624 INFO E| Downloaded num_enum v0.5.7
31772025-10-03T20:21:26.091Z[ helios-setup] Oct 03 20:21:25.634 INFO E| Downloaded log v0.4.17
31782025-10-03T20:21:26.117Z[ helios-setup] Oct 03 20:21:25.639 INFO E| Downloaded iddqd v0.3.1
31792025-10-03T20:21:26.117Z[ helios-setup] Oct 03 20:21:25.650 INFO E| Downloaded httparse v1.8.0
31802025-10-03T20:21:26.117Z[ helios-setup] Oct 03 20:21:25.656 INFO E| Downloaded futures v0.3.28
31812025-10-03T20:21:26.144Z[ helios-setup] Oct 03 20:21:25.668 INFO E| Downloaded env_logger v0.10.2
31822025-10-03T20:21:26.144Z[ helios-setup] Oct 03 20:21:25.675 INFO E| Downloaded encoding_rs v0.8.32
31832025-10-03T20:21:26.171Z[ helios-setup] Oct 03 20:21:25.717 INFO E| Downloaded derive-where v1.4.0
31842025-10-03T20:21:26.197Z[ helios-setup] Oct 03 20:21:25.723 INFO E| Downloaded crossbeam-utils v0.8.14
31852025-10-03T20:21:26.197Z[ helios-setup] Oct 03 20:21:25.727 INFO E| Downloaded cargo-lock v8.0.3
31862025-10-03T20:21:26.197Z[ helios-setup] Oct 03 20:21:25.730 INFO E| Downloaded aho-corasick v0.7.20
31872025-10-03T20:21:26.197Z[ helios-setup] Oct 03 20:21:25.736 INFO E| Downloaded utf8parse v0.2.1
31882025-10-03T20:21:26.197Z[ helios-setup] Oct 03 20:21:25.737 INFO E| Downloaded toolchain_find v0.2.0
31892025-10-03T20:21:26.197Z[ helios-setup] Oct 03 20:21:25.742 INFO E| Downloaded tinyvec v1.6.0
31902025-10-03T20:21:26.222Z[ helios-setup] Oct 03 20:21:25.753 INFO E| Downloaded thiserror-impl v1.0.38
31912025-10-03T20:21:26.222Z[ helios-setup] Oct 03 20:21:25.755 INFO E| Downloaded terminal_size v0.2.6
31922025-10-03T20:21:26.222Z[ helios-setup] Oct 03 20:21:25.758 INFO E| Downloaded termcolor v1.2.0
31932025-10-03T20:21:26.222Z[ helios-setup] Oct 03 20:21:25.760 INFO E| Downloaded tempfile v3.5.0
31942025-10-03T20:21:26.222Z[ helios-setup] Oct 03 20:21:25.764 INFO E| Downloaded strsim v0.10.0
31952025-10-03T20:21:26.222Z[ helios-setup] Oct 03 20:21:25.766 INFO E| Downloaded spin v0.5.2
31962025-10-03T20:21:26.222Z[ helios-setup] Oct 03 20:21:25.768 INFO E| Downloaded socket2 v0.4.9
31972025-10-03T20:21:26.248Z[ helios-setup] Oct 03 20:21:25.771 INFO E| Downloaded smawk v0.3.1
31982025-10-03T20:21:26.248Z[ helios-setup] Oct 03 20:21:25.774 INFO E| Downloaded smartstring v1.0.1
31992025-10-03T20:21:26.248Z[ helios-setup] Oct 03 20:21:25.778 INFO E| Downloaded smallvec v1.10.0
32002025-10-03T20:21:26.248Z[ helios-setup] Oct 03 20:21:25.781 INFO E| Downloaded slog-bunyan v2.4.0
32012025-10-03T20:21:26.248Z[ helios-setup] Oct 03 20:21:25.783 INFO E| Downloaded slab v0.4.7
32022025-10-03T20:21:26.248Z[ helios-setup] Oct 03 20:21:25.785 INFO E| Downloaded signal-hook-registry v1.4.0
32032025-10-03T20:21:26.248Z[ helios-setup] Oct 03 20:21:25.787 INFO E| Downloaded sha1 v0.10.5
32042025-10-03T20:21:26.248Z[ helios-setup] Oct 03 20:21:25.790 INFO E| Downloaded serde_yaml v0.9.21
32052025-10-03T20:21:26.274Z[ helios-setup] Oct 03 20:21:25.795 INFO E| Downloaded serde_tokenstream v0.2.0
32062025-10-03T20:21:26.274Z[ helios-setup] Oct 03 20:21:25.800 INFO E| Downloaded semver-parser v0.10.2
32072025-10-03T20:21:26.274Z[ helios-setup] Oct 03 20:21:25.803 INFO E| Downloaded semver v1.0.17
32082025-10-03T20:21:26.274Z[ helios-setup] Oct 03 20:21:25.809 INFO E| Downloaded semver v0.11.0
32092025-10-03T20:21:26.274Z[ helios-setup] Oct 03 20:21:25.818 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
32102025-10-03T20:21:26.360Z[ helios-setup] Oct 03 20:21:25.906 INFO E| Downloaded sct v0.7.0
32112025-10-03T20:21:26.385Z[ helios-setup] Oct 03 20:21:25.911 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
32122025-10-03T20:21:26.385Z[ helios-setup] Oct 03 20:21:25.915 INFO E| Downloaded ppv-lite86 v0.2.17
32132025-10-03T20:21:26.385Z[ helios-setup] Oct 03 20:21:25.917 INFO E| Downloaded paste v1.0.12
32142025-10-03T20:21:26.385Z[ helios-setup] Oct 03 20:21:25.921 INFO E| Downloaded num_enum_derive v0.5.7
32152025-10-03T20:21:26.386Z[ helios-setup] Oct 03 20:21:25.923 INFO E| Downloaded num_cpus v1.15.0
32162025-10-03T20:21:26.386Z[ helios-setup] Oct 03 20:21:25.928 INFO E| Downloaded num-integer v0.1.45
32172025-10-03T20:21:26.386Z[ helios-setup] Oct 03 20:21:25.931 INFO E| Downloaded lazy_static v1.4.0
32182025-10-03T20:21:26.411Z[ helios-setup] Oct 03 20:21:25.933 INFO E| Downloaded itoa v1.0.6
32192025-10-03T20:21:26.411Z[ helios-setup] Oct 03 20:21:25.936 INFO E| Downloaded is-terminal v0.4.7
32202025-10-03T20:21:26.411Z[ helios-setup] Oct 03 20:21:25.938 INFO E| Downloaded ipnet v2.7.2
32212025-10-03T20:21:26.411Z[ helios-setup] Oct 03 20:21:25.941 INFO E| Downloaded iana-time-zone v0.1.56
32222025-10-03T20:21:26.411Z[ helios-setup] Oct 03 20:21:25.948 INFO E| Downloaded httpdate v1.0.2
32232025-10-03T20:21:26.411Z[ helios-setup] Oct 03 20:21:25.950 INFO E| Downloaded home v0.5.4
32242025-10-03T20:21:26.411Z[ helios-setup] Oct 03 20:21:25.952 INFO E| Downloaded futures-task v0.3.28
32252025-10-03T20:21:26.411Z[ helios-setup] Oct 03 20:21:25.955 INFO E| Downloaded futures-macro v0.3.28
32262025-10-03T20:21:26.411Z[ helios-setup] Oct 03 20:21:25.956 INFO E| Downloaded futures-executor v0.3.28
32272025-10-03T20:21:26.437Z[ helios-setup] Oct 03 20:21:25.958 INFO E| Downloaded dyn-clone v1.0.11
32282025-10-03T20:21:26.437Z[ helios-setup] Oct 03 20:21:25.960 INFO E| Downloaded clap v4.2.1
32292025-10-03T20:21:26.437Z[ helios-setup] Oct 03 20:21:25.972 INFO E| Downloaded cc v1.0.78
32302025-10-03T20:21:26.437Z[ helios-setup] Oct 03 20:21:25.975 INFO E| Downloaded camino v1.1.4
32312025-10-03T20:21:26.437Z[ helios-setup] Oct 03 20:21:25.978 INFO E| Downloaded bytes v1.4.0
32322025-10-03T20:21:26.463Z[ helios-setup] Oct 03 20:21:25.984 INFO E| Downloaded anyhow v1.0.68
32332025-10-03T20:21:26.463Z[ helios-setup] Oct 03 20:21:25.989 INFO E| Downloaded tower-service v0.3.2
32342025-10-03T20:21:26.463Z[ helios-setup] Oct 03 20:21:25.991 INFO E| Downloaded sha2 v0.10.6
32352025-10-03T20:21:26.463Z[ helios-setup] Oct 03 20:21:25.994 INFO E| Downloaded serde_spanned v0.6.1
32362025-10-03T20:21:26.463Z[ helios-setup] Oct 03 20:21:25.996 INFO E| Downloaded serde_path_to_error v0.1.11
32372025-10-03T20:21:26.463Z[ helios-setup] Oct 03 20:21:25.998 INFO E| Downloaded serde_derive_internals v0.26.0
32382025-10-03T20:21:26.463Z[ helios-setup] Oct 03 20:21:26.008 INFO E| Downloaded serde_derive v1.0.204
32392025-10-03T20:21:26.488Z[ helios-setup] Oct 03 20:21:26.013 INFO E| Downloaded scopeguard v1.1.0
32402025-10-03T20:21:26.488Z[ helios-setup] Oct 03 20:21:26.015 INFO E| Downloaded schemars_derive v0.8.12
32412025-10-03T20:21:26.488Z[ helios-setup] Oct 03 20:21:26.019 INFO E| Downloaded schemars v0.8.12
32422025-10-03T20:21:26.513Z[ helios-setup] Oct 03 20:21:26.038 INFO E| Downloaded regress v0.5.0
32432025-10-03T20:21:26.513Z[ helios-setup] Oct 03 20:21:26.050 INFO E| Downloaded project-root v0.2.2
32442025-10-03T20:21:26.513Z[ helios-setup] Oct 03 20:21:26.051 INFO E| Downloaded libz-sys v1.1.8
32452025-10-03T20:21:26.580Z[ helios-setup] Oct 03 20:21:26.125 INFO E| Downloaded proc-macro-crate v1.2.1
32462025-10-03T20:21:26.606Z[ helios-setup] Oct 03 20:21:26.127 INFO E| Downloaded jobserver v0.1.26
32472025-10-03T20:21:26.606Z[ helios-setup] Oct 03 20:21:26.130 INFO E| Downloaded http-body v0.4.5
32482025-10-03T20:21:26.606Z[ helios-setup] Oct 03 20:21:26.132 INFO E| Downloaded futures-sink v0.3.28
32492025-10-03T20:21:26.606Z[ helios-setup] Oct 03 20:21:26.134 INFO E| Downloaded futures-io v0.3.28
32502025-10-03T20:21:26.606Z[ helios-setup] Oct 03 20:21:26.135 INFO E| Downloaded futures-core v0.3.28
32512025-10-03T20:21:26.606Z[ helios-setup] Oct 03 20:21:26.138 INFO E| Downloaded futures-channel v0.3.28
32522025-10-03T20:21:26.606Z[ helios-setup] Oct 03 20:21:26.141 INFO E| Downloaded form_urlencoded v1.1.0
32532025-10-03T20:21:26.606Z[ helios-setup] Oct 03 20:21:26.142 INFO E| Downloaded fastrand v1.9.0
32542025-10-03T20:21:26.606Z[ helios-setup] Oct 03 20:21:26.144 INFO E| Downloaded const-random-macro v0.1.15
32552025-10-03T20:21:26.606Z[ helios-setup] Oct 03 20:21:26.145 INFO E| Downloaded const-random v0.1.15
32562025-10-03T20:21:26.606Z[ helios-setup] Oct 03 20:21:26.147 INFO E| Downloaded concolor-override v1.0.0
32572025-10-03T20:21:26.606Z[ helios-setup] Oct 03 20:21:26.148 INFO E| Downloaded clap_lex v0.4.1
32582025-10-03T20:21:26.606Z[ helios-setup] Oct 03 20:21:26.149 INFO E| Downloaded built v0.6.0
32592025-10-03T20:21:26.606Z[ helios-setup] Oct 03 20:21:26.151 INFO E| Downloaded bitflags v2.9.1
32602025-10-03T20:21:26.632Z[ helios-setup] Oct 03 20:21:26.157 INFO E| Downloaded bincode v1.3.3
32612025-10-03T20:21:26.632Z[ helios-setup] Oct 03 20:21:26.160 INFO E| Downloaded base64ct v1.8.0
32622025-10-03T20:21:26.657Z[ helios-setup] Oct 03 20:21:26.187 INFO E| Downloaded autocfg v1.1.0
32632025-10-03T20:21:26.657Z[ helios-setup] Oct 03 20:21:26.189 INFO E| Downloaded async-trait v0.1.68
32642025-10-03T20:21:26.657Z[ helios-setup] Oct 03 20:21:26.194 INFO E| Downloaded async-stream v0.3.5
32652025-10-03T20:21:26.657Z[ helios-setup] Oct 03 20:21:26.196 INFO E| Downloaded anstyle v0.3.5
32662025-10-03T20:21:26.657Z[ helios-setup] Oct 03 20:21:26.199 INFO E| Downloaded anstream v0.2.6
32672025-10-03T20:21:26.657Z[ helios-setup] Oct 03 20:21:26.201 INFO E| Downloaded ahash v0.8.3
32682025-10-03T20:21:26.682Z[ helios-setup] Oct 03 20:21:26.205 INFO E| Downloaded ahash v0.7.6
32692025-10-03T20:21:26.682Z[ helios-setup] Oct 03 20:21:26.208 INFO E| Downloaded io-lifetimes v1.0.10
32702025-10-03T20:21:26.682Z[ helios-setup] Oct 03 20:21:26.212 INFO E| Downloaded getrandom v0.2.8
32712025-10-03T20:21:26.682Z[ helios-setup] Oct 03 20:21:26.216 INFO E| Downloaded flagset v0.4.7
32722025-10-03T20:21:26.682Z[ helios-setup] Oct 03 20:21:26.218 INFO E| Downloaded crc v3.3.0
32732025-10-03T20:21:26.682Z[ helios-setup] Oct 03 20:21:26.221 INFO E| Downloaded concolor-query v0.3.3
32742025-10-03T20:21:26.682Z[ helios-setup] Oct 03 20:21:26.222 INFO E| Downloaded clap_derive v4.2.0
32752025-10-03T20:21:26.682Z[ helios-setup] Oct 03 20:21:26.225 INFO E| Downloaded byteorder v1.4.3
32762025-10-03T20:21:26.708Z[ helios-setup] Oct 03 20:21:26.229 INFO E| Downloaded bitfield v0.14.0
32772025-10-03T20:21:26.708Z[ helios-setup] Oct 03 20:21:26.231 INFO E| Downloaded async-stream-impl v0.3.5
32782025-10-03T20:21:26.708Z[ helios-setup] Oct 03 20:21:26.233 INFO E| Downloaded anstyle-parse v0.1.1
32792025-10-03T20:21:26.754Z[ helios-setup] Oct 03 20:21:26.300 INFO E| Downloaded ring v0.16.20
32802025-10-03T20:21:27.128Z[ helios-setup] Oct 03 20:21:26.674 INFO E| Compiling proc-macro2 v1.0.86
32812025-10-03T20:21:27.128Z[ helios-setup] Oct 03 20:21:26.674 INFO E| Compiling unicode-ident v1.0.8
32822025-10-03T20:21:27.153Z[ helios-setup] Oct 03 20:21:26.674 INFO E| Compiling libc v0.2.139
32832025-10-03T20:21:27.153Z[ helios-setup] Oct 03 20:21:26.674 INFO E| Compiling autocfg v1.1.0
32842025-10-03T20:21:27.153Z[ helios-setup] Oct 03 20:21:26.674 INFO E| Compiling cfg-if v1.0.0
32852025-10-03T20:21:27.153Z[ helios-setup] Oct 03 20:21:26.674 INFO E| Compiling version_check v0.9.4
32862025-10-03T20:21:27.153Z[ helios-setup] Oct 03 20:21:26.674 INFO E| Compiling serde v1.0.204
32872025-10-03T20:21:27.154Z[ helios-setup] Oct 03 20:21:26.674 INFO E| Compiling syn v1.0.107
32882025-10-03T20:21:27.814Z[ helios-setup] Oct 03 20:21:27.360 INFO E| Compiling memchr v2.5.0
32892025-10-03T20:21:27.933Z[ helios-setup] Oct 03 20:21:27.475 INFO E| Compiling once_cell v1.17.0
32902025-10-03T20:21:28.817Z[ helios-setup] Oct 03 20:21:28.364 INFO E| Compiling thiserror v1.0.38
32912025-10-03T20:21:29.881Z[ helios-setup] Oct 03 20:21:29.427 INFO E| Compiling serde_json v1.0.95
32922025-10-03T20:21:30.101Z[ helios-setup] Oct 03 20:21:29.647 INFO E| Compiling log v0.4.17
32932025-10-03T20:21:30.260Z[ helios-setup] Oct 03 20:21:29.806 INFO E| Compiling itoa v1.0.6
32942025-10-03T20:21:31.283Z[ helios-setup] Oct 03 20:21:30.830 INFO E| Compiling indexmap v1.9.3
32952025-10-03T20:21:31.636Z[ helios-setup] Oct 03 20:21:31.182 INFO E| Compiling pin-project-lite v0.2.9
32962025-10-03T20:21:31.886Z[ helios-setup] Oct 03 20:21:31.433 INFO E| Compiling typenum v1.16.0
32972025-10-03T20:21:32.172Z[ helios-setup] Oct 03 20:21:31.718 INFO E| Compiling const-oid v0.9.6
32982025-10-03T20:21:32.618Z[ helios-setup] Oct 03 20:21:32.165 INFO E| Compiling quote v1.0.36
32992025-10-03T20:21:33.342Z[ helios-setup] Oct 03 20:21:32.888 INFO E| Compiling jobserver v0.1.26
33002025-10-03T20:21:33.381Z[ helios-setup] Oct 03 20:21:32.928 INFO E| Compiling getrandom v0.2.8
33012025-10-03T20:21:34.039Z[ helios-setup] Oct 03 20:21:33.586 INFO E| Compiling syn v2.0.72
33022025-10-03T20:21:34.253Z[ helios-setup] Oct 03 20:21:33.798 INFO E| Compiling bitflags v1.3.2
33032025-10-03T20:21:34.537Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33042025-10-03T20:21:34.869Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33052025-10-03T20:21:35.115Z[ helios-setup] Oct 03 20:21:34.661 INFO E| Compiling cc v1.0.78
33062025-10-03T20:21:35.219Z[ helios-setup] Oct 03 20:21:34.765 INFO E| Compiling generic-array v0.14.6
33072025-10-03T20:21:35.244Z[ helios-setup] Oct 03 20:21:34.766 INFO E| Compiling futures-core v0.3.28
33082025-10-03T20:21:35.363Z[ helios-setup] Oct 03 20:21:34.910 INFO E| Compiling bytes v1.4.0
33092025-10-03T20:21:36.952Z[ helios-setup] Oct 03 20:21:36.498 INFO E| Compiling ryu v1.0.13
33102025-10-03T20:21:37.525Z[ helios-setup] Oct 03 20:21:37.072 INFO E| Compiling lock_api v0.4.9
33112025-10-03T20:21:38.228Z[ helios-setup] Oct 03 20:21:37.774 INFO E| Compiling parking_lot_core v0.9.6
33122025-10-03T20:21:38.869Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33132025-10-03T20:21:39.538Z[ helios-setup] Oct 03 20:21:39.085 INFO E| Compiling slab v0.4.7
33142025-10-03T20:21:39.614Z[ helios-setup] Oct 03 20:21:39.160 INFO E| Compiling futures-channel v0.3.28
33152025-10-03T20:21:40.046Z[ helios-setup] Oct 03 20:21:39.572 INFO E| Compiling io-lifetimes v1.0.10
33162025-10-03T20:21:40.158Z[ helios-setup] Oct 03 20:21:39.704 INFO E| Compiling pkg-config v0.3.26
33172025-10-03T20:21:40.570Z[ helios-setup] Oct 03 20:21:40.116 INFO E| Compiling futures-task v0.3.28
33182025-10-03T20:21:40.997Z[ helios-setup] Oct 03 20:21:40.544 INFO E| Compiling futures-sink v0.3.28
33192025-10-03T20:21:41.091Z[ helios-setup] Oct 03 20:21:40.638 INFO E| Compiling scopeguard v1.1.0
33202025-10-03T20:21:41.302Z[ host-package] Compiling vergen-gitcl v1.0.8
33212025-10-03T20:21:41.676Z[ helios-setup] Oct 03 20:21:41.223 INFO E| Compiling libm v0.2.15
33222025-10-03T20:21:41.890Z[ helios-setup] Oct 03 20:21:41.425 INFO E| Compiling block-buffer v0.10.3
33232025-10-03T20:21:41.957Z[ helios-setup] Oct 03 20:21:41.503 INFO E| Compiling crypto-common v0.1.6
33242025-10-03T20:21:42.441Z[ host-package] Compiling dirs-sys-next v0.1.2
33252025-10-03T20:21:42.736Z[ helios-setup] Oct 03 20:21:42.282 INFO E| Compiling tokio v1.27.0
33262025-10-03T20:21:43.097Z[ helios-setup] Oct 03 20:21:42.644 INFO E| Compiling num-traits v0.2.15
33272025-10-03T20:21:43.235Z[ helios-setup] Oct 03 20:21:42.781 INFO E| Compiling rustix v0.37.3
33282025-10-03T20:21:43.260Z[ helios-setup] Oct 03 20:21:42.785 INFO E| Compiling futures-util v0.3.28
33292025-10-03T20:21:43.715Z[ host-package] Compiling maplit v1.0.2
33302025-10-03T20:21:44.233Z[ host-package] Compiling crunchy v0.2.2
33312025-10-03T20:21:44.646Z[ helios-setup] Oct 03 20:21:44.192 INFO E| Compiling digest v0.10.7
33322025-10-03T20:21:45.762Z[ helios-setup] Oct 03 20:21:45.309 INFO E| Compiling socket2 v0.4.9
33332025-10-03T20:21:45.787Z[ host-package] Compiling dirs-next v2.0.0
33342025-10-03T20:21:46.243Z[ helios-setup] Oct 03 20:21:45.790 INFO E| Compiling errno v0.3.1
33352025-10-03T20:21:46.363Z[ helios-setup] Oct 03 20:21:45.909 INFO E| Compiling num_cpus v1.15.0
33362025-10-03T20:21:46.363Z[ helios-setup] Oct 03 20:21:45.909 INFO E| Compiling signal-hook-registry v1.4.0
33372025-10-03T20:21:46.426Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
33382025-10-03T20:21:47.031Z[ helios-setup] Oct 03 20:21:46.577 INFO E| Compiling mio v0.8.5
33392025-10-03T20:21:47.103Z[ helios-setup] Oct 03 20:21:46.650 INFO E| Compiling futures-io v0.3.28
33402025-10-03T20:21:47.257Z[ helios-setup] Oct 03 20:21:46.804 INFO E| Compiling spin v0.5.2
33412025-10-03T20:21:48.224Z[ helios-setup] Oct 03 20:21:47.771 INFO E| Compiling crunchy v0.2.2
33422025-10-03T20:21:48.266Z[ helios-setup] Oct 03 20:21:47.808 INFO E| Compiling pin-utils v0.1.0
33432025-10-03T20:21:49.332Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33442025-10-03T20:21:49.479Z[ host-package] Compiling dsl_auto_type v0.1.2
33452025-10-03T20:21:49.973Z[ helios-setup] Oct 03 20:21:49.520 INFO E| Compiling num-integer v0.1.45
33462025-10-03T20:21:50.123Z[ helios-setup] Oct 03 20:21:49.668 INFO E| Compiling tiny-keccak v2.0.2
33472025-10-03T20:21:51.111Z[ helios-setup] Oct 03 20:21:50.656 INFO E| Compiling hashbrown v0.12.3
33482025-10-03T20:21:51.210Z[ helios-setup] Oct 03 20:21:50.757 INFO E| Compiling cpufeatures v0.2.5
33492025-10-03T20:21:51.492Z[ helios-setup] Oct 03 20:21:51.039 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
33502025-10-03T20:21:51.686Z[ helios-setup] Oct 03 20:21:51.233 INFO E| Compiling schemars v0.8.12
33512025-10-03T20:21:52.708Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33522025-10-03T20:21:52.983Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
33532025-10-03T20:21:53.346Z[ helios-setup] Oct 03 20:21:52.893 INFO E| Compiling serde_derive_internals v0.26.0
33542025-10-03T20:21:53.518Z[ helios-setup] Oct 03 20:21:53.065 INFO E| Compiling ahash v0.7.6
33552025-10-03T20:21:54.286Z[ helios-setup] Oct 03 20:21:53.829 INFO E| Compiling slog v2.7.0
33562025-10-03T20:21:54.330Z[ helios-setup] Oct 03 20:21:53.877 INFO E| Compiling heck v0.4.1
33572025-10-03T20:21:54.371Z[ host-package] Compiling tiny-keccak v2.0.2
33582025-10-03T20:21:55.336Z[ host-package] Compiling diesel_derives v2.2.3
33592025-10-03T20:21:55.599Z[ host-package] Compiling r2d2 v0.8.10
33602025-10-03T20:21:55.751Z[ helios-setup] Oct 03 20:21:55.297 INFO E| Compiling thiserror-impl v1.0.38
33612025-10-03T20:21:56.506Z[ helios-setup] Oct 03 20:21:56.053 INFO E| Compiling ahash v0.8.3
33622025-10-03T20:21:56.906Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
33632025-10-03T20:21:57.688Z[ helios-setup] Oct 03 20:21:57.235 INFO E| Compiling unicode-width v0.1.10
33642025-10-03T20:21:57.987Z[ helios-setup] Oct 03 20:21:57.534 INFO E| Compiling schemars_derive v0.8.12
33652025-10-03T20:21:58.455Z[ helios-setup] Oct 03 20:21:58.002 INFO E| Compiling anyhow v1.0.68
33662025-10-03T20:21:59.021Z[ helios-setup] Oct 03 20:21:58.568 INFO E| Compiling serde_derive v1.0.204
33672025-10-03T20:21:59.253Z[ helios-setup] Oct 03 20:21:58.800 INFO E| Compiling futures-macro v0.3.28
33682025-10-03T20:21:59.311Z[ helios-setup] Oct 03 20:21:58.858 INFO E| Compiling tokio-macros v2.0.0
33692025-10-03T20:21:59.880Z[ helios-setup] Oct 03 20:21:59.427 INFO E| Compiling const-random-macro v0.1.15
33702025-10-03T20:22:02.859Z[ helios-setup] Oct 03 20:22:02.406 INFO E| Compiling fnv v1.0.7
33712025-10-03T20:22:03.071Z[ helios-setup] Oct 03 20:22:02.618 INFO E| Compiling byteorder v1.4.3
33722025-10-03T20:22:03.589Z[ helios-setup] Oct 03 20:22:03.136 INFO E| Compiling http v0.2.9
33732025-10-03T20:22:03.814Z[ host-package] Compiling term v0.7.0
33742025-10-03T20:22:04.632Z[ helios-setup] Oct 03 20:22:04.179 INFO E| Compiling const-random v0.1.15
33752025-10-03T20:22:05.369Z[ helios-setup] Oct 03 20:22:04.916 INFO E| Compiling getopts v0.2.21
33762025-10-03T20:22:05.790Z[ helios-setup] Oct 03 20:22:05.337 INFO E| Compiling aho-corasick v0.7.20
33772025-10-03T20:22:06.069Z[ helios-setup] Oct 03 20:22:05.617 INFO E| Compiling rand_core v0.6.4
33782025-10-03T20:22:06.216Z[ helios-setup] Oct 03 20:22:05.764 INFO E| Compiling httparse v1.8.0
33792025-10-03T20:22:06.700Z[ host-package] Compiling num-derive v0.3.3
33802025-10-03T20:22:07.469Z[ helios-setup] Oct 03 20:22:07.016 INFO E| Compiling tinyvec_macros v0.1.1
33812025-10-03T20:22:07.808Z[ helios-setup] Oct 03 20:22:07.356 INFO E| Compiling num-conv v0.1.0
33822025-10-03T20:22:07.886Z[ helios-setup] Oct 03 20:22:07.433 INFO E| Compiling crc32fast v1.3.2
33832025-10-03T20:22:08.524Z[ helios-setup] Oct 03 20:22:08.071 INFO E| Compiling regex-syntax v0.6.29
33842025-10-03T20:22:08.802Z[ helios-setup] Oct 03 20:22:08.346 INFO E| Compiling time-core v0.1.2
33852025-10-03T20:22:09.320Z[ helios-setup] Oct 03 20:22:08.867 INFO E| Compiling percent-encoding v2.2.0
33862025-10-03T20:22:09.612Z[ helios-setup] Oct 03 20:22:09.159 INFO E| Compiling powerfmt v0.2.0
33872025-10-03T20:22:10.162Z[ helios-setup] Oct 03 20:22:09.709 INFO E| Compiling form_urlencoded v1.1.0
33882025-10-03T20:22:10.445Z[ helios-setup] Oct 03 20:22:09.992 INFO E| Compiling deranged v0.3.11
33892025-10-03T20:22:10.788Z[ helios-setup] Oct 03 20:22:10.335 INFO E| Compiling time-macros v0.2.18
33902025-10-03T20:22:10.927Z[ helios-setup] Oct 03 20:22:10.475 INFO E| Compiling tinyvec v1.6.0
33912025-10-03T20:22:11.424Z[ host-package] Compiling bit-vec v0.6.3
33922025-10-03T20:22:11.943Z[ helios-setup] Oct 03 20:22:11.490 INFO E| Compiling chrono v0.4.24
33932025-10-03T20:22:12.823Z[ host-package] Compiling bit-set v0.5.3
33942025-10-03T20:22:13.960Z[ host-package] Compiling libscf-sys v1.1.0
33952025-10-03T20:22:14.548Z[ host-package] Compiling ascii-canvas v3.0.0
33962025-10-03T20:22:15.294Z[ helios-setup] Oct 03 20:22:14.841 INFO E| Compiling hashbrown v0.13.2
33972025-10-03T20:22:16.284Z[ helios-setup] Oct 03 20:22:15.824 INFO E| Compiling libz-sys v1.1.8
33982025-10-03T20:22:16.995Z[ helios-setup] Oct 03 20:22:16.543 INFO E| Compiling regex v1.7.3
33992025-10-03T20:22:18.245Z[ helios-setup] Oct 03 20:22:17.793 INFO E| Compiling ppv-lite86 v0.2.17
34002025-10-03T20:22:18.412Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34012025-10-03T20:22:18.682Z[ host-package] Compiling diesel v2.2.12
34022025-10-03T20:22:18.797Z[ helios-setup] Oct 03 20:22:18.345 INFO E| Compiling dyn-clone v1.0.11
34032025-10-03T20:22:19.091Z[ helios-setup] Oct 03 20:22:18.639 INFO E| Compiling num_threads v0.1.6
34042025-10-03T20:22:19.322Z[ helios-setup] Oct 03 20:22:18.870 INFO E| Compiling uuid v1.3.0
34052025-10-03T20:22:19.582Z[ helios-setup] Oct 03 20:22:19.126 INFO E| Compiling regress v0.5.0
34062025-10-03T20:22:19.767Z[ helios-setup] Oct 03 20:22:19.315 INFO E| Compiling rand_chacha v0.3.1
34072025-10-03T20:22:19.967Z[ helios-setup] Oct 03 20:22:19.515 INFO E| Compiling time v0.3.36
34082025-10-03T20:22:20.116Z[ helios-setup] Oct 03 20:22:19.664 INFO E| Compiling unicode-normalization v0.1.22
34092025-10-03T20:22:24.051Z[ helios-setup] Oct 03 20:22:23.593 INFO E| Compiling is-terminal v0.4.7
34102025-10-03T20:22:25.249Z[ helios-setup] Oct 03 20:22:24.797 INFO E| Compiling sha2 v0.10.6
34112025-10-03T20:22:25.558Z[ helios-setup] Oct 03 20:22:25.104 INFO E| Compiling lazy_static v1.4.0
34122025-10-03T20:22:26.190Z[ helios-setup] Oct 03 20:22:25.738 INFO E| Compiling dirs-sys-next v0.1.2
34132025-10-03T20:22:26.230Z[ helios-setup] Oct 03 20:22:25.778 INFO E| Compiling tracing-core v0.1.30
34142025-10-03T20:22:27.590Z[ helios-setup] Oct 03 20:22:27.138 INFO E| Compiling utf8parse v0.2.1
34152025-10-03T20:22:28.163Z[ helios-setup] Oct 03 20:22:27.712 INFO E| Compiling smallvec v1.10.0
34162025-10-03T20:22:28.714Z[ helios-setup] Oct 03 20:22:28.263 INFO E| Compiling toml v0.5.11
34172025-10-03T20:22:31.882Z[ helios-setup] Oct 03 20:22:31.430 INFO E| Compiling parking_lot v0.12.1
34182025-10-03T20:22:32.302Z[ helios-setup] Oct 03 20:22:31.850 INFO E| Compiling serde_tokenstream v0.2.0
34192025-10-03T20:22:33.085Z[ helios-setup] Oct 03 20:22:32.633 INFO E| Compiling ucd-trie v0.1.5
34202025-10-03T20:22:33.289Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34212025-10-03T20:22:34.462Z[ helios-setup] Oct 03 20:22:34.011 INFO E| Compiling unicode-bidi v0.3.13
34222025-10-03T20:22:35.848Z[ helios-setup] Oct 03 20:22:35.396 INFO E| Compiling base64 v0.21.0
34232025-10-03T20:22:36.393Z[ host-package] Compiling ena v0.14.3
34242025-10-03T20:22:37.915Z[ host-package] Compiling regex-syntax v0.6.29
34252025-10-03T20:22:40.964Z[ helios-setup] Oct 03 20:22:40.513 INFO E| Compiling idna v0.3.0
34262025-10-03T20:22:41.476Z[ helios-setup] Oct 03 20:22:41.024 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
34272025-10-03T20:22:42.741Z[ helios-setup] Oct 03 20:22:42.290 INFO E| Compiling pest v2.5.7
34282025-10-03T20:22:42.873Z[ helios-setup] Oct 03 20:22:42.422 INFO E| Compiling proc-macro-crate v1.2.1
34292025-10-03T20:22:43.964Z[ helios-setup] Oct 03 20:22:43.510 INFO E| Compiling tracing v0.1.37
34302025-10-03T20:22:44.632Z[ helios-setup] Oct 03 20:22:44.181 INFO E| Compiling anstyle-parse v0.1.1
34312025-10-03T20:22:45.300Z[ helios-setup] Oct 03 20:22:44.848 INFO E| Compiling dirs-next v2.0.0
34322025-10-03T20:22:45.697Z[ helios-setup] Oct 03 20:22:45.246 INFO E| Compiling rand v0.8.5
34332025-10-03T20:22:46.219Z[ helios-setup] Oct 03 20:22:45.767 INFO E| Compiling futures-executor v0.3.28
34342025-10-03T20:22:47.673Z[ host-package] Compiling arc-swap v1.7.1
34352025-10-03T20:22:48.521Z[ host-package] Compiling bindgen v0.71.1
34362025-10-03T20:22:49.357Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34372025-10-03T20:22:49.622Z[ helios-setup] Oct 03 20:22:49.171 INFO E| Compiling terminal_size v0.2.6
34382025-10-03T20:22:49.874Z[ host-package] Compiling diff v0.1.13
34392025-10-03T20:22:50.003Z[ helios-setup] Oct 03 20:22:49.552 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
34402025-10-03T20:22:50.353Z[ helios-setup] Oct 03 20:22:49.902 INFO E| Compiling time v0.1.45
34412025-10-03T20:22:50.729Z[ helios-setup] Oct 03 20:22:50.278 INFO E| Compiling thread_local v1.1.7
34422025-10-03T20:22:51.025Z[ host-package] Compiling lalrpop v0.19.12
34432025-10-03T20:22:52.065Z[ helios-setup] Oct 03 20:22:51.614 INFO E| Compiling concolor-override v1.0.0
34442025-10-03T20:22:52.622Z[ helios-setup] Oct 03 20:22:52.171 INFO E| Compiling concolor-query v0.3.3
34452025-10-03T20:22:52.834Z[ helios-setup] Oct 03 20:22:52.383 INFO E| Compiling anstyle v0.3.5
34462025-10-03T20:22:53.348Z[ helios-setup] Oct 03 20:22:52.898 INFO E| Compiling semver v1.0.17
34472025-10-03T20:22:53.523Z[ helios-setup] Oct 03 20:22:53.072 INFO E| Compiling iana-time-zone v0.1.56
34482025-10-03T20:22:54.036Z[ helios-setup] Oct 03 20:22:53.584 INFO E| Compiling anstream v0.2.6
34492025-10-03T20:22:55.286Z[ helios-setup] Oct 03 20:22:54.835 INFO E| Compiling semver-parser v0.10.2
34502025-10-03T20:22:55.450Z[ helios-setup] Oct 03 20:22:54.999 INFO E| Compiling tokio-util v0.7.7
34512025-10-03T20:22:55.775Z[ host-package] Compiling slog-scope v4.4.0
34522025-10-03T20:22:55.986Z[ helios-setup] Oct 03 20:22:55.535 INFO E| Compiling futures v0.3.28
34532025-10-03T20:22:56.074Z[ helios-setup] Oct 03 20:22:55.623 INFO E| Compiling term v0.7.0
34542025-10-03T20:22:56.358Z[ helios-setup] Oct 03 20:22:55.907 INFO E| Compiling num_enum_derive v0.5.7
34552025-10-03T20:22:56.465Z[ helios-setup] Oct 03 20:22:56.014 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
34562025-10-03T20:22:57.587Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34572025-10-03T20:22:58.697Z[ helios-setup] Oct 03 20:22:58.247 INFO E| Compiling url v2.3.1
34582025-10-03T20:22:58.726Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34592025-10-03T20:23:02.046Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34602025-10-03T20:23:02.290Z[ helios-setup] Oct 03 20:23:01.836 INFO E| Compiling atty v0.2.14
34612025-10-03T20:23:02.917Z[ helios-setup] Oct 03 20:23:02.467 INFO E| Compiling same-file v1.0.6
34622025-10-03T20:23:03.374Z[ helios-setup] Oct 03 20:23:02.923 INFO E| Compiling strsim v0.10.0
34632025-10-03T20:23:03.601Z[ helios-setup] Oct 03 20:23:03.151 INFO E| Compiling try-lock v0.2.4
34642025-10-03T20:23:03.884Z[ helios-setup] Oct 03 20:23:03.434 INFO E| Compiling clap_lex v0.4.1
34652025-10-03T20:23:03.957Z[ helios-setup] Oct 03 20:23:03.507 INFO E| Compiling adler v1.0.2
34662025-10-03T20:23:04.261Z[ helios-setup] Oct 03 20:23:03.810 INFO E| Compiling want v0.3.0
34672025-10-03T20:23:05.045Z[ helios-setup] Oct 03 20:23:04.593 INFO E| Compiling clap_builder v4.2.1
34682025-10-03T20:23:05.093Z[ helios-setup] Oct 03 20:23:04.637 INFO E| Compiling miniz_oxide v0.6.2
34692025-10-03T20:23:05.273Z[ helios-setup] Oct 03 20:23:04.823 INFO E| Compiling walkdir v2.3.3
34702025-10-03T20:23:06.941Z[ host-package] Compiling tabled_derive v0.11.0
34712025-10-03T20:23:07.167Z[ helios-setup] Oct 03 20:23:06.705 INFO E| Compiling slog-term v2.9.0
34722025-10-03T20:23:08.804Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34732025-10-03T20:23:10.149Z[ helios-setup] Oct 03 20:23:09.699 INFO E| Compiling num_enum v0.5.7
34742025-10-03T20:23:10.894Z[ helios-setup] Oct 03 20:23:10.444 INFO E| Compiling h2 v0.3.16
34752025-10-03T20:23:11.588Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34762025-10-03T20:23:11.949Z[ helios-setup] Oct 03 20:23:11.498 INFO E| Compiling semver v0.11.0
34772025-10-03T20:23:12.549Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34782025-10-03T20:23:12.614Z[ host-package] Compiling papergrid v0.17.0
34792025-10-03T20:23:13.326Z[ host-package] Compiling testing_table v0.3.0
34802025-10-03T20:23:13.671Z[ helios-setup] Oct 03 20:23:13.221 INFO E| Compiling http-body v0.4.5
34812025-10-03T20:23:14.411Z[ helios-setup] Oct 03 20:23:13.961 INFO E| Compiling clap_derive v4.2.0
34822025-10-03T20:23:14.977Z[ helios-setup] Oct 03 20:23:14.527 INFO E| Compiling ring v0.16.20
34832025-10-03T20:23:15.049Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34842025-10-03T20:23:17.656Z[ helios-setup] Oct 03 20:23:17.206 INFO E| Compiling httpdate v1.0.2
34852025-10-03T20:23:19.928Z[ helios-setup] Oct 03 20:23:19.477 INFO E| Compiling zeroize v1.8.1
34862025-10-03T20:23:21.400Z[ helios-setup] Oct 03 20:23:20.949 INFO E| Compiling tower-service v0.3.2
34872025-10-03T20:23:21.781Z[ helios-setup] Oct 03 20:23:21.331 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
34882025-10-03T20:23:22.451Z[ helios-setup] Oct 03 20:23:22.001 INFO E| Compiling fastrand v1.9.0
34892025-10-03T20:23:22.544Z[ helios-setup] Oct 03 20:23:22.094 INFO E| Compiling base64ct v1.8.0
34902025-10-03T20:23:23.632Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34912025-10-03T20:23:24.339Z[ helios-setup] Oct 03 20:23:23.889 INFO E| Compiling home v0.5.4
34922025-10-03T20:23:24.414Z[ helios-setup] Oct 03 20:23:23.964 INFO E| Compiling hyper v0.14.25
34932025-10-03T20:23:25.180Z[ helios-setup] Oct 03 20:23:24.730 INFO E| Compiling toolchain_find v0.2.0
34942025-10-03T20:23:25.591Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34952025-10-03T20:23:29.800Z[ helios-setup] Oct 03 20:23:29.351 INFO E| Compiling pem-rfc7468 v0.7.0
34962025-10-03T20:23:30.160Z[ helios-setup] Oct 03 20:23:29.710 INFO E| Compiling clap v4.2.1
34972025-10-03T20:23:30.268Z[ helios-setup] Oct 03 20:23:29.818 INFO E| Compiling tempfile v3.5.0
34982025-10-03T20:23:35.938Z[ helios-setup] Oct 03 20:23:35.488 INFO E| Compiling cargo-lock v8.0.3
34992025-10-03T20:23:38.778Z[ host-package] Compiling polar-core v0.27.3
35002025-10-03T20:23:41.463Z[ host-package] Compiling tabled v0.20.0
35012025-10-03T20:23:42.088Z[ helios-setup] Oct 03 20:23:41.639 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
35022025-10-03T20:23:43.763Z[ host-package] Compiling slog-stdlog v4.1.1
35032025-10-03T20:23:44.421Z[ helios-setup] Oct 03 20:23:43.972 INFO E| Compiling flate2 v1.0.25
35042025-10-03T20:23:45.783Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35052025-10-03T20:23:47.635Z[ helios-setup] Oct 03 20:23:47.186 INFO E| Compiling serde_urlencoded v0.7.1
35062025-10-03T20:23:47.808Z[ host-package] Compiling headers-core v0.3.0
35072025-10-03T20:23:48.411Z[ host-package] Compiling libxml v0.3.3
35082025-10-03T20:23:48.943Z[ host-package] Compiling headers v0.4.1
35092025-10-03T20:23:49.476Z[ helios-setup] Oct 03 20:23:48.776 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
35102025-10-03T20:23:49.533Z[ helios-setup] Oct 03 20:23:49.084 INFO E| Compiling der_derive v0.7.3
35112025-10-03T20:23:50.366Z[ host-package] Compiling slog-envlogger v2.2.0
35122025-10-03T20:23:54.568Z[ helios-setup] Oct 03 20:23:54.119 INFO E| Compiling sha1 v0.10.5
35132025-10-03T20:23:55.064Z[ helios-setup] Oct 03 20:23:54.593 INFO E| Compiling flagset v0.4.7
35142025-10-03T20:24:02.170Z[ helios-setup] Oct 03 20:24:01.722 INFO E| Compiling der v0.7.10
35152025-10-03T20:24:03.492Z[ helios-setup] Oct 03 20:24:03.043 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
35162025-10-03T20:24:05.262Z[ helios-setup] Oct 03 20:24:04.814 INFO E| Compiling rustfmt-wrapper v0.2.0
35172025-10-03T20:24:05.890Z[ helios-setup] Oct 03 20:24:05.441 INFO E| Compiling openapiv3 v1.0.2
35182025-10-03T20:24:06.573Z[ helios-setup] Oct 03 20:24:06.123 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
35192025-10-03T20:24:06.908Z[ helios-setup] Oct 03 20:24:06.460 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
35202025-10-03T20:24:07.480Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35212025-10-03T20:24:08.220Z[ helios-setup] Oct 03 20:24:07.772 INFO E| Compiling encoding_rs v0.8.32
35222025-10-03T20:24:09.334Z[ helios-setup] Oct 03 20:24:08.886 INFO E| Compiling unsafe-libyaml v0.2.8
35232025-10-03T20:24:12.040Z[ host-package] Compiling samael v0.0.19
35242025-10-03T20:24:12.658Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35252025-10-03T20:24:13.301Z[ helios-setup] Oct 03 20:24:12.853 INFO E| Compiling ipnet v2.7.2
35262025-10-03T20:24:13.623Z[ helios-setup] Oct 03 20:24:13.174 INFO E| Compiling project-root v0.2.2
35272025-10-03T20:24:14.029Z[ helios-setup] Oct 03 20:24:13.581 INFO E| Compiling untrusted v0.7.1
35282025-10-03T20:24:14.060Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35292025-10-03T20:24:14.299Z[ helios-setup] Oct 03 20:24:13.851 INFO E| Compiling mime v0.3.17
35302025-10-03T20:24:14.468Z[ host-package] Compiling strum_macros v0.24.3
35312025-10-03T20:24:14.926Z[ helios-setup] Oct 03 20:24:14.478 INFO E| Compiling utf-8 v0.7.6
35322025-10-03T20:24:15.188Z[ host-package] Compiling crc8 v0.1.1
35332025-10-03T20:24:15.381Z[ helios-setup] Oct 03 20:24:14.933 INFO E| Compiling radium v0.7.0
35342025-10-03T20:24:15.406Z[ host-package] Compiling indoc v1.0.9
35352025-10-03T20:24:15.715Z[ helios-setup] Oct 03 20:24:15.267 INFO E| Compiling base64 v0.13.1
35362025-10-03T20:24:16.743Z[ helios-setup] Oct 03 20:24:16.294 INFO E| Compiling reqwest v0.11.16
35372025-10-03T20:24:16.980Z[ helios-setup] Oct 03 20:24:16.532 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
35382025-10-03T20:24:17.738Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35392025-10-03T20:24:17.775Z[ helios-setup] Oct 03 20:24:17.303 INFO E| Compiling tungstenite v0.18.0
35402025-10-03T20:24:17.953Z[ host-package] Compiling derive_builder v0.20.2
35412025-10-03T20:24:18.671Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
35422025-10-03T20:24:18.798Z[ host-package] Compiling oso-derive v0.27.3
35432025-10-03T20:24:20.744Z[ helios-setup] Oct 03 20:24:20.296 INFO E| Compiling serde_yaml v0.9.21
35442025-10-03T20:24:21.289Z[ host-package] Compiling quick-xml v0.37.2
35452025-10-03T20:24:22.731Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35462025-10-03T20:24:24.279Z[ host-package] Compiling diesel-dtrace v0.4.2
35472025-10-03T20:24:25.644Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b3cdd095437f388069aa57be5efac4b4fadc7b4f#b3cdd095)
35482025-10-03T20:24:25.794Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35492025-10-03T20:24:26.018Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35502025-10-03T20:24:26.900Z[ helios-setup] Oct 03 20:24:26.452 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
35512025-10-03T20:24:27.271Z[ host-package] Compiling bb8 v0.8.5
35522025-10-03T20:24:27.697Z[ helios-setup] Oct 03 20:24:27.250 INFO E| Compiling spki v0.7.3
35532025-10-03T20:24:29.303Z[ host-package] Compiling unicase v2.7.0
35542025-10-03T20:24:29.428Z[ helios-setup] Oct 03 20:24:28.981 INFO E| Compiling tap v1.0.1
35552025-10-03T20:24:30.093Z[ host-package] Compiling xshell-macros v0.2.7
35562025-10-03T20:24:30.237Z[ helios-setup] Oct 03 20:24:29.790 INFO E| Compiling crossbeam-utils v0.8.14
35572025-10-03T20:24:30.264Z[ host-package] Compiling async-bb8-diesel v0.2.1
35582025-10-03T20:24:30.420Z[ helios-setup] Oct 03 20:24:29.973 INFO E| Compiling maybe-uninit v2.0.0
35592025-10-03T20:24:31.860Z[ host-package] Compiling xshell v0.2.7
35602025-10-03T20:24:32.307Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b3cdd095437f388069aa57be5efac4b4fadc7b4f#b3cdd095)
35612025-10-03T20:24:32.342Z[ helios-setup] Oct 03 20:24:31.894 INFO E| Compiling wyz v0.5.1
35622025-10-03T20:24:35.122Z[ helios-setup] Oct 03 20:24:34.675 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
35632025-10-03T20:24:38.970Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35642025-10-03T20:24:41.175Z[ helios-setup] Oct 03 20:24:40.724 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
35652025-10-03T20:24:43.209Z[ helios-setup] Oct 03 20:24:42.762 INFO E| Compiling tokio-tungstenite v0.18.0
35662025-10-03T20:24:47.075Z[ helios-setup] Oct 03 20:24:46.628 INFO E| Compiling serde_spanned v0.6.1
35672025-10-03T20:24:47.967Z[ helios-setup] Oct 03 20:24:47.520 INFO E| Compiling toml_datetime v0.6.1
35682025-10-03T20:24:49.598Z[ helios-setup] Oct 03 20:24:49.151 INFO E| Compiling zerocopy-derive v0.6.6
35692025-10-03T20:24:53.443Z[ helios-setup] Oct 03 20:24:52.996 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
35702025-10-03T20:24:54.312Z[ helios-setup] Oct 03 20:24:53.866 INFO E| Compiling smartstring v1.0.1
35712025-10-03T20:24:55.039Z[ helios-setup] Oct 03 20:24:54.571 INFO E| Compiling funty v2.0.0
35722025-10-03T20:24:55.788Z[ helios-setup] Oct 03 20:24:55.341 INFO E| Compiling packed_struct v0.10.1
35732025-10-03T20:24:56.815Z[ host-package] Compiling oso v0.27.3
35742025-10-03T20:24:57.206Z[ helios-setup] Oct 03 20:24:56.760 INFO E| Compiling winnow v0.4.1
35752025-10-03T20:24:58.023Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35762025-10-03T20:25:00.325Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35772025-10-03T20:25:01.434Z[ helios-setup] Oct 03 20:25:00.988 INFO E| Compiling rustls v0.21.0
35782025-10-03T20:25:01.860Z[ host-package] Compiling typify-impl v0.3.0
35792025-10-03T20:25:02.822Z[ helios-setup] Oct 03 20:25:02.376 INFO E| Compiling num-bigint-dig v0.8.4
35802025-10-03T20:25:04.105Z[ helios-setup] Oct 03 20:25:03.659 INFO E| Compiling bitvec v1.0.1
35812025-10-03T20:25:05.488Z[ helios-setup] Oct 03 20:25:05.042 INFO E| Compiling toml_edit v0.19.8
35822025-10-03T20:25:14.326Z[ helios-setup] Oct 03 20:25:13.880 INFO E| Compiling zerocopy v0.6.6
35832025-10-03T20:25:17.059Z[ helios-setup] Oct 03 20:25:16.613 INFO E| Compiling pkcs8 v0.10.2
35842025-10-03T20:25:20.356Z[ helios-setup] Oct 03 20:25:19.911 INFO E| Compiling sct v0.7.0
35852025-10-03T20:25:20.969Z[ helios-setup] Oct 03 20:25:20.523 INFO E| Compiling rustls-webpki v0.100.1
35862025-10-03T20:25:21.569Z[ helios-setup] Oct 03 20:25:21.123 INFO E| Compiling num-iter v0.1.44
35872025-10-03T20:25:21.979Z[ helios-setup] Oct 03 20:25:21.533 INFO E| Compiling packed_struct_codegen v0.10.1
35882025-10-03T20:25:22.321Z[ helios-setup] Oct 03 20:25:21.871 INFO E| Compiling slog-async v2.7.0
35892025-10-03T20:25:22.650Z[ host-package] Compiling typify-macro v0.3.0
35902025-10-03T20:25:23.542Z[ helios-setup] Oct 03 20:25:23.097 INFO E| Compiling paste v1.0.12
35912025-10-03T20:25:25.178Z[ helios-setup] Oct 03 20:25:24.732 INFO E| Compiling static_assertions v1.1.0
35922025-10-03T20:25:25.619Z[ helios-setup] Oct 03 20:25:25.172 INFO E| Compiling camino v1.1.4
35932025-10-03T20:25:25.815Z[ helios-setup] Oct 03 20:25:25.370 INFO E| Compiling nodrop v0.1.14
35942025-10-03T20:25:26.159Z[ helios-setup] Oct 03 20:25:25.713 INFO E| Compiling async-trait v0.1.68
35952025-10-03T20:25:27.123Z[ helios-setup] Oct 03 20:25:26.677 INFO E| Compiling crc-catalog v2.4.0
35962025-10-03T20:25:27.756Z[ helios-setup] Oct 03 20:25:27.311 INFO E| Compiling match_cfg v0.1.0
35972025-10-03T20:25:28.112Z[ helios-setup] Oct 03 20:25:27.666 INFO E| Compiling crc v3.3.0
35982025-10-03T20:25:28.388Z[ helios-setup] Oct 03 20:25:27.942 INFO E| Compiling hostname v0.3.1
35992025-10-03T20:25:29.416Z[ helios-setup] Oct 03 20:25:28.971 INFO E| Compiling array-init v0.0.4
36002025-10-03T20:25:30.657Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36012025-10-03T20:25:34.614Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36022025-10-03T20:25:34.755Z[ helios-setup] Oct 03 20:25:34.309 INFO E| Compiling crossbeam-channel v0.5.6
36032025-10-03T20:25:38.327Z[ helios-setup] Oct 03 20:25:37.882 INFO E| Compiling pkcs1 v0.7.5
36042025-10-03T20:25:38.628Z[ helios-setup] Oct 03 20:25:38.183 INFO E| Compiling smallvec v0.6.14
36052025-10-03T20:25:40.222Z[ helios-setup] Oct 03 20:25:39.777 INFO E| Compiling toml v0.7.3
36062025-10-03T20:25:40.830Z[ host-package] Compiling typify-impl v0.2.0
36072025-10-03T20:25:41.277Z[ helios-setup] Oct 03 20:25:40.833 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
36082025-10-03T20:25:44.656Z[ helios-setup] Oct 03 20:25:44.211 INFO E| Compiling slog-json v2.6.1
36092025-10-03T20:25:46.412Z[ helios-setup] Oct 03 20:25:45.967 INFO E| Compiling bincode v1.3.3
36102025-10-03T20:25:49.296Z[ host-package] Compiling fxhash v0.2.1
36112025-10-03T20:25:49.473Z[ helios-setup] Oct 03 20:25:49.028 INFO E| Compiling bitflags v2.9.1
36122025-10-03T20:25:50.210Z[ host-package] Compiling libz-sys v1.1.20
36132025-10-03T20:25:51.575Z[ helios-setup] Oct 03 20:25:51.130 INFO E| Compiling unicode-linebreak v0.1.4
36142025-10-03T20:25:52.067Z[ host-package] Compiling half v1.8.3
36152025-10-03T20:25:52.228Z[ helios-setup] Oct 03 20:25:51.782 INFO E| Compiling signature v2.2.0
36162025-10-03T20:25:52.642Z[ helios-setup] Oct 03 20:25:52.197 INFO E| Compiling async-stream-impl v0.3.5
36172025-10-03T20:25:53.308Z[ helios-setup] Oct 03 20:25:52.863 INFO E| Compiling rhai_codegen v1.5.0
36182025-10-03T20:25:54.522Z[ helios-setup] Oct 03 20:25:54.077 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
36192025-10-03T20:25:54.999Z[ host-package] Compiling serde_cbor v0.11.2
36202025-10-03T20:25:55.999Z[ helios-setup] Oct 03 20:25:55.555 INFO E| Compiling take_mut v0.2.2
36212025-10-03T20:25:56.168Z[ helios-setup] Oct 03 20:25:55.724 INFO E| Compiling subtle v2.6.1
36222025-10-03T20:25:57.000Z[ helios-setup] Oct 03 20:25:56.555 INFO E| Compiling equivalent v1.0.2
36232025-10-03T20:25:57.207Z[ helios-setup] Oct 03 20:25:56.763 INFO E| Compiling termcolor v1.2.0
36242025-10-03T20:25:57.603Z[ helios-setup] Oct 03 20:25:57.159 INFO E| Compiling foldhash v0.1.5
36252025-10-03T20:25:57.772Z[ helios-setup] Oct 03 20:25:57.324 INFO E| Compiling allocator-api2 v0.2.21
36262025-10-03T20:25:57.956Z[ helios-setup] Oct 03 20:25:57.512 INFO E| Compiling bitfield v0.14.0
36272025-10-03T20:25:58.480Z[ helios-setup] Oct 03 20:25:58.036 INFO E| Compiling rsa v0.9.8
36282025-10-03T20:25:58.661Z[ helios-setup] Oct 03 20:25:58.217 INFO E| Compiling env_logger v0.10.2
36292025-10-03T20:25:59.224Z[ helios-setup] Oct 03 20:25:58.780 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
36302025-10-03T20:25:59.383Z[ helios-setup] Oct 03 20:25:58.938 INFO E| Compiling rhai v1.14.0
36312025-10-03T20:26:00.811Z[ helios-setup] Oct 03 20:26:00.366 INFO E| Compiling hashbrown v0.15.3
36322025-10-03T20:26:02.440Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36332025-10-03T20:26:05.275Z[ helios-setup] Oct 03 20:26:04.831 INFO E| Compiling async-stream v0.3.5
36342025-10-03T20:26:05.424Z[ host-package] Compiling typify-macro v0.2.0
36352025-10-03T20:26:06.156Z[ helios-setup] Oct 03 20:26:05.712 INFO E| Compiling ron v0.8.1
36362025-10-03T20:26:06.276Z[ helios-setup] Oct 03 20:26:05.832 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
36372025-10-03T20:26:06.561Z[ helios-setup] Oct 03 20:26:06.116 INFO E| Compiling slog-bunyan v2.4.0
36382025-10-03T20:26:07.398Z[ helios-setup] Oct 03 20:26:06.955 INFO E| Compiling tokio-rustls v0.24.0
36392025-10-03T20:26:09.218Z[ helios-setup] Oct 03 20:26:08.774 INFO E| Compiling serde-hex v0.1.0
36402025-10-03T20:26:13.651Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36412025-10-03T20:26:14.394Z[ host-package] Compiling kstat-rs v0.2.4
36422025-10-03T20:26:16.851Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36432025-10-03T20:26:17.896Z[ helios-setup] Oct 03 20:26:17.453 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36442025-10-03T20:26:17.991Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36452025-10-03T20:26:19.059Z[ helios-setup] Oct 03 20:26:18.616 INFO E| Compiling x509-cert v0.2.5
36462025-10-03T20:26:19.162Z[ helios-setup] Oct 03 20:26:18.719 INFO E| Compiling rustls-pemfile v1.0.2
36472025-10-03T20:26:19.289Z[ helios-setup] Oct 03 20:26:18.846 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
36482025-10-03T20:26:20.315Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36492025-10-03T20:26:20.639Z[ helios-setup] Oct 03 20:26:20.196 INFO E| Compiling serde_path_to_error v0.1.11
36502025-10-03T20:26:21.244Z[ host-package] Compiling nanorand v0.7.0
36512025-10-03T20:26:23.165Z[ helios-setup] Oct 03 20:26:22.722 INFO E| Compiling derive-where v1.4.0
36522025-10-03T20:26:23.224Z[ host-package] Compiling libgit2-sys v0.18.2+1.9.1
36532025-10-03T20:26:23.328Z[ helios-setup] Oct 03 20:26:22.869 INFO E| Compiling crc-any v2.5.0
36542025-10-03T20:26:23.690Z[ helios-setup] Oct 03 20:26:23.247 INFO E| Compiling debug-ignore v1.0.5
36552025-10-03T20:26:24.274Z[ helios-setup] Oct 03 20:26:23.831 INFO E| Compiling hex v0.4.3
36562025-10-03T20:26:24.355Z[ helios-setup] Oct 03 20:26:23.913 INFO E| Compiling rustc-hash v2.1.1
36572025-10-03T20:26:25.133Z[ host-package] Compiling parking_lot_core v0.8.6
36582025-10-03T20:26:25.338Z[ helios-setup] Oct 03 20:26:24.895 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36592025-10-03T20:26:25.838Z[ helios-setup] Oct 03 20:26:25.395 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
36602025-10-03T20:26:27.334Z[ helios-setup] Oct 03 20:26:26.891 INFO E| Compiling object v0.30.4
36612025-10-03T20:26:28.890Z[ helios-setup] Oct 03 20:26:28.447 INFO E| Compiling smawk v0.3.1
36622025-10-03T20:26:29.440Z[ helios-setup] Oct 03 20:26:28.997 INFO E| Compiling iddqd v0.3.1
36632025-10-03T20:26:29.931Z[ helios-setup] Oct 03 20:26:29.488 INFO E| Compiling path-slash v0.1.5
36642025-10-03T20:26:29.995Z[ host-package] Compiling flume v0.11.1
36652025-10-03T20:26:30.784Z[ helios-setup] Oct 03 20:26:30.341 INFO E| Compiling textwrap v0.16.0
36662025-10-03T20:26:32.079Z[ host-package] Compiling mime_guess v2.0.5
36672025-10-03T20:26:35.427Z[ host-package] Compiling typify v0.3.0
36682025-10-03T20:26:35.979Z[ host-package] Compiling tabled_derive v0.10.0
36692025-10-03T20:26:36.341Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36702025-10-03T20:26:38.032Z[ helios-setup] Oct 03 20:26:37.589 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
36712025-10-03T20:26:38.663Z[ helios-setup] Oct 03 20:26:38.219 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
36722025-10-03T20:26:40.897Z[ host-package] Compiling ignore v0.4.23
36732025-10-03T20:26:44.746Z[ helios-setup] Oct 03 20:26:44.303 INFO E| Compiling bzip2 v0.4.4
36742025-10-03T20:26:45.965Z[ helios-setup] Oct 03 20:26:45.522 INFO E| Compiling zip v0.6.6
36752025-10-03T20:26:52.169Z[ helios-setup] Oct 03 20:26:51.727 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
36762025-10-03T20:26:53.782Z[ host-package] Compiling papergrid v0.14.0
36772025-10-03T20:27:08.245Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36782025-10-03T20:27:16.262Z[ helios-setup] Oct 03 20:27:15.820 INFO E| Compiling git2 v0.16.1
36792025-10-03T20:27:17.216Z[ host-package] Compiling castaway v0.2.3
36802025-10-03T20:27:17.634Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36812025-10-03T20:27:18.223Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
36822025-10-03T20:27:22.358Z[ host-package] Compiling compact_str v0.8.0
36832025-10-03T20:27:22.902Z[ helios-setup] Oct 03 20:27:22.461 INFO E| Compiling built v0.6.0
36842025-10-03T20:27:25.245Z[ helios-setup] Oct 03 20:27:24.803 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
36852025-10-03T20:27:25.930Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36862025-10-03T20:27:26.234Z[ host-package] Compiling tabled v0.18.0
36872025-10-03T20:27:27.267Z[ helios-setup] Oct 03 20:27:26.826 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
36882025-10-03T20:27:28.107Z[ helios-setup] Oct 03 20:27:27.665 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
36892025-10-03T20:27:29.781Z[ helios-setup] Oct 03 20:27:29.340 INFO E| warning: struct `NeedRequestContext` is never constructed
36902025-10-03T20:27:29.781Z[ helios-setup] Oct 03 20:27:29.340 INFO E| --> racktest/agent/server/src/lib.rs:104:9
36912025-10-03T20:27:29.810Z[ helios-setup] Oct 03 20:27:29.340 INFO E| |
36922025-10-03T20:27:29.810Z[ helios-setup] Oct 03 20:27:29.340 INFO E| 104 | rc: RequestContext<Arc<Agent>>,
36932025-10-03T20:27:29.810Z[ helios-setup] Oct 03 20:27:29.340 INFO E| | ^^^^^^^^^^^^^^
36942025-10-03T20:27:29.810Z[ helios-setup] Oct 03 20:27:29.340 INFO E| |
36952025-10-03T20:27:29.810Z[ helios-setup] Oct 03 20:27:29.340 INFO E| = note: `#[warn(dead_code)]` on by default
36962025-10-03T20:27:29.810Z[ helios-setup] Oct 03 20:27:29.340 INFO E| warning: struct `NeedHttpResponse` is never constructed
36972025-10-03T20:27:29.810Z[ helios-setup] Oct 03 20:27:29.340 INFO E| --> racktest/agent/server/src/lib.rs:107:6
36982025-10-03T20:27:29.810Z[ helios-setup] Oct 03 20:27:29.340 INFO E| |
36992025-10-03T20:27:29.810Z[ helios-setup] Oct 03 20:27:29.340 INFO E| 107 | ) -> DSResult<HttpResponseUpdatedNoContent> {
37002025-10-03T20:27:29.810Z[ helios-setup] Oct 03 20:27:29.340 INFO E| | ^^^^^^^^
37012025-10-03T20:27:29.810Z[ helios-setup] Oct 03 20:27:29.340 INFO E| warning: struct `NeedRequestContext` is never constructed
37022025-10-03T20:27:29.810Z[ helios-setup] Oct 03 20:27:29.340 INFO E| --> racktest/agent/server/src/lib.rs:132:9
37032025-10-03T20:27:29.810Z[ helios-setup] Oct 03 20:27:29.340 INFO E| |
37042025-10-03T20:27:29.810Z[ helios-setup] Oct 03 20:27:29.340 INFO E| 132 | rc: RequestContext<Arc<Agent>>,
37052025-10-03T20:27:29.810Z[ helios-setup] Oct 03 20:27:29.340 INFO E| | ^^^^^^^^^^^^^^
37062025-10-03T20:27:29.810Z[ helios-setup] Oct 03 20:27:29.340 INFO E| warning: struct `NeedHttpResponse` is never constructed
37072025-10-03T20:27:29.810Z[ helios-setup] Oct 03 20:27:29.340 INFO E| --> racktest/agent/server/src/lib.rs:135:6
37082025-10-03T20:27:29.810Z[ helios-setup] Oct 03 20:27:29.340 INFO E| |
37092025-10-03T20:27:29.811Z[ helios-setup] Oct 03 20:27:29.340 INFO E| 135 | ) -> DSResult<HttpResponseUpdatedNoContent> {
37102025-10-03T20:27:29.811Z[ helios-setup] Oct 03 20:27:29.340 INFO E| | ^^^^^^^^
37112025-10-03T20:27:29.811Z[ helios-setup] Oct 03 20:27:29.340 INFO E| warning: struct `NeedRequestContext` is never constructed
37122025-10-03T20:27:29.811Z[ helios-setup] Oct 03 20:27:29.340 INFO E| --> racktest/agent/server/src/lib.rs:284:9
37132025-10-03T20:27:29.811Z[ helios-setup] Oct 03 20:27:29.340 INFO E| |
37142025-10-03T20:27:29.811Z[ helios-setup] Oct 03 20:27:29.340 INFO E| 284 | rc: RequestContext<Arc<Agent>>,
37152025-10-03T20:27:29.811Z[ helios-setup] Oct 03 20:27:29.340 INFO E| | ^^^^^^^^^^^^^^
37162025-10-03T20:27:29.811Z[ helios-setup] Oct 03 20:27:29.340 INFO E| warning: struct `NeedRequestContext` is never constructed
37172025-10-03T20:27:29.811Z[ helios-setup] Oct 03 20:27:29.340 INFO E| --> racktest/agent/server/src/lib.rs:406:9
37182025-10-03T20:27:29.811Z[ helios-setup] Oct 03 20:27:29.341 INFO E| |
37192025-10-03T20:27:29.811Z[ helios-setup] Oct 03 20:27:29.341 INFO E| 406 | rc: RequestContext<Arc<Agent>>,
37202025-10-03T20:27:29.811Z[ helios-setup] Oct 03 20:27:29.341 INFO E| | ^^^^^^^^^^^^^^
37212025-10-03T20:27:30.106Z[ helios-setup] Oct 03 20:27:29.665 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
37222025-10-03T20:27:39.570Z[ helios-setup] Oct 03 20:27:39.129 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
37232025-10-03T20:27:45.550Z[ host-package] Compiling globwalk v0.9.1
37242025-10-03T20:27:48.512Z[ host-package] Compiling progenitor-impl v0.9.1
37252025-10-03T20:27:50.769Z[ host-package] Compiling typify v0.2.0
37262025-10-03T20:27:51.333Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37272025-10-03T20:28:02.779Z[ host-package] Compiling predicates-tree v1.0.12
37282025-10-03T20:28:02.965Z[ helios-setup] Oct 03 20:28:02.525 INFO E| warning: `racktest-agent` (lib) generated 6 warnings
37292025-10-03T20:28:05.115Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37302025-10-03T20:28:09.177Z[ host-package] Compiling unicode-truncate v1.1.0
37312025-10-03T20:28:11.261Z[ host-package] Compiling lru v0.12.5
37322025-10-03T20:28:11.333Z[ host-package] Compiling vergen-git2 v1.0.7
37332025-10-03T20:28:12.047Z[ host-package] Compiling nibble_vec v0.1.0
37342025-10-03T20:28:12.197Z[ host-package] Compiling instability v0.3.2
37352025-10-03T20:28:12.599Z[ host-package] Compiling atty v0.2.14
37362025-10-03T20:28:13.072Z[ host-package] Compiling salty v0.3.0
37372025-10-03T20:28:13.337Z[ host-package] Compiling endian-type v0.1.2
37382025-10-03T20:28:14.206Z[ host-package] Compiling cassowary v0.3.0
37392025-10-03T20:28:14.442Z[ host-package] Compiling http-range v0.1.5
37402025-10-03T20:28:14.794Z[ host-package] Compiling indoc v2.0.6
37412025-10-03T20:28:16.380Z[ host-package] Compiling radix_trie v0.2.1
37422025-10-03T20:28:16.940Z[ host-package] Compiling ratatui v0.29.0
37432025-10-03T20:28:18.806Z[ host-package] Compiling camino-tempfile-ext v0.3.2
37442025-10-03T20:28:21.881Z[ host-package] Compiling progenitor-macro v0.9.1
37452025-10-03T20:28:23.170Z[ host-package] Compiling progenitor-impl v0.8.0
37462025-10-03T20:28:26.521Z[ helios-setup] Oct 03 20:28:26.081 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
37472025-10-03T20:28:31.462Z[ host-package] Compiling parking_lot v0.11.2
37482025-10-03T20:28:34.243Z[ host-package] Compiling git2 v0.20.2
37492025-10-03T20:28:37.013Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
37502025-10-03T20:28:46.572Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37512025-10-03T20:28:47.171Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
37522025-10-03T20:28:57.433Z[ host-package] Compiling progenitor-client v0.9.1
37532025-10-03T20:28:59.696Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37542025-10-03T20:29:02.408Z[ host-package] Compiling rand_seeder v0.4.0
37552025-10-03T20:29:02.613Z[ host-package] Compiling prefix-trie v0.7.0
37562025-10-03T20:29:03.456Z[ host-package] Compiling lzma-sys v0.1.20
37572025-10-03T20:29:05.170Z[ host-package] Compiling rustls v0.21.12
37582025-10-03T20:29:05.478Z[ host-package] Compiling hickory-server v0.25.2
37592025-10-03T20:29:06.253Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37602025-10-03T20:29:07.117Z[ host-package] Compiling progenitor v0.9.1
37612025-10-03T20:29:10.850Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37622025-10-03T20:29:11.470Z[ host-package] Compiling hyper-staticfile v0.10.1
37632025-10-03T20:29:16.557Z[ host-package] Compiling sled v0.34.7
37642025-10-03T20:29:28.853Z[ host-package] Compiling progenitor-macro v0.8.0
37652025-10-03T20:29:32.888Z[ helios-setup] Oct 03 20:29:32.451 INFO E| Finished `release` profile [optimized] target(s) in 8m 14s
37662025-10-03T20:29:33.043Z[ helios-setup] Oct 03 20:29:32.606 INFO building project "pilot" ok (495 seconds)
37672025-10-03T20:29:33.068Z[ helios-setup] rm -f helios-build
37682025-10-03T20:29:33.068Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37692025-10-03T20:29:33.068Z[ helios-setup]
37702025-10-03T20:29:33.068Z[ helios-setup] Setup complete! ./helios-build is now available.
37712025-10-03T20:29:33.068Z[ helios-setup]
37722025-10-03T20:29:33.068Z[ helios-setup]
37732025-10-03T20:29:33.068Z[ helios-setup] real 12:44.457834438
37742025-10-03T20:29:33.068Z[ helios-setup] user 33:56.366332532
37752025-10-03T20:29:33.068Z[ helios-setup] sys 3:22.222793902
37762025-10-03T20:29:33.068Z[ helios-setup] trap 2.923140046
37772025-10-03T20:29:33.068Z[ helios-setup] tflt 4.448299909
37782025-10-03T20:29:33.068Z[ helios-setup] dflt 18.878395241
37792025-10-03T20:29:33.068Z[ helios-setup] kflt 0.004653924
37802025-10-03T20:29:33.068Z[ helios-setup] lock 2:57:24.238481731
37812025-10-03T20:29:33.068Z[ helios-setup] slp 4:23:28.193000865
37822025-10-03T20:29:33.068Z[ helios-setup] lat 38:41.064647271
37832025-10-03T20:29:33.068Z[ helios-setup] stop 6:30.242026495
37842025-10-03T20:29:33.068ZOct 03 20:29:32.625 INFO [helios-setup] process exited with exit status: 0 (764.464200686s)
37852025-10-03T20:29:33.068ZOct 03 20:29:32.625 INFO [helios-record] running task
37862025-10-03T20:29:33.068ZOct 03 20:29:32.625 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37872025-10-03T20:29:33.094ZOct 03 20:29:32.634 DEBG process exited with exit status: 0 (8.217571ms)
37882025-10-03T20:29:33.094ZOct 03 20:29:32.634 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37892025-10-03T20:29:33.094ZOct 03 20:29:32.645 DEBG process exited with exit status: 0 (11.268349ms)
37902025-10-03T20:29:33.094ZOct 03 20:29:32.645 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37912025-10-03T20:29:33.094ZOct 03 20:29:32.655 DEBG process exited with exit status: 0 (10.264556ms)
37922025-10-03T20:29:33.094ZOct 03 20:29:32.655 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37932025-10-03T20:29:33.120ZOct 03 20:29:32.665 DEBG process exited with exit status: 0 (9.970656ms)
37942025-10-03T20:29:33.120ZOct 03 20:29:32.665 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37952025-10-03T20:29:33.120ZOct 03 20:29:32.676 DEBG process exited with exit status: 0 (10.226069ms)
37962025-10-03T20:29:33.120ZOct 03 20:29:32.676 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37972025-10-03T20:29:33.145ZOct 03 20:29:32.686 DEBG process exited with exit status: 0 (10.658286ms)
37982025-10-03T20:29:33.145ZOct 03 20:29:32.687 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37992025-10-03T20:29:33.145ZOct 03 20:29:32.696 DEBG process exited with exit status: 0 (9.894294ms)
38002025-10-03T20:29:33.145ZOct 03 20:29:32.696 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38012025-10-03T20:29:33.145ZOct 03 20:29:32.707 DEBG process exited with exit status: 0 (10.397813ms)
38022025-10-03T20:29:33.145ZOct 03 20:29:32.708 INFO [helios-record] task succeeded (82.678637ms)
38032025-10-03T20:29:40.860Z[ host-package] Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
38042025-10-03T20:29:41.036Z[ host-package] Compiling hickory-client v0.25.2
38052025-10-03T20:29:43.329Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38062025-10-03T20:29:43.978Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38072025-10-03T20:29:44.836Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
38082025-10-03T20:29:49.745Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38092025-10-03T20:29:52.735Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38102025-10-03T20:29:53.962Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38112025-10-03T20:29:57.129Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
38122025-10-03T20:29:59.235Z[ host-package] Compiling progenitor-client v0.8.0
38132025-10-03T20:29:59.370Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38142025-10-03T20:29:59.853Z[ host-package] Compiling sct v0.7.1
38152025-10-03T20:30:00.359Z[ host-package] Compiling rustls-webpki v0.101.7
38162025-10-03T20:30:00.591Z[ host-package] Compiling primeorder v0.13.6
38172025-10-03T20:30:00.634Z[ host-package] Compiling heck v0.3.3
38182025-10-03T20:30:01.080Z[ host-package] Compiling void v1.0.2
38192025-10-03T20:30:01.369Z[ host-package] Compiling lzss v0.8.2
38202025-10-03T20:30:01.423Z[ host-package] Compiling p384 v0.13.0
38212025-10-03T20:30:03.950Z[ host-package] Compiling zone_cfg_derive v0.1.2
38222025-10-03T20:30:04.679Z[ host-package] Compiling progenitor v0.8.0
38232025-10-03T20:30:05.058Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38242025-10-03T20:30:05.440Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38252025-10-03T20:30:06.406Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38262025-10-03T20:30:06.990Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
38272025-10-03T20:30:15.692Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38282025-10-03T20:30:16.400Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38292025-10-03T20:30:16.425Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
38302025-10-03T20:30:17.892Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38312025-10-03T20:30:18.387Z[ host-package] Compiling tungstenite v0.23.0
38322025-10-03T20:30:19.393Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38332025-10-03T20:30:19.798Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38342025-10-03T20:30:20.196Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38352025-10-03T20:30:20.620Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38362025-10-03T20:30:21.075Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38372025-10-03T20:30:21.859Z[ host-package] Compiling nix v0.27.1
38382025-10-03T20:30:24.195Z[ host-package] Compiling serde_bytes v0.11.19
38392025-10-03T20:30:24.933Z[ host-package] Compiling base64 v0.13.1
38402025-10-03T20:30:24.974Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
38412025-10-03T20:30:25.507Z[ host-package] Compiling number_prefix v0.4.0
38422025-10-03T20:30:25.869Z[ host-package] Compiling indicatif v0.17.11
38432025-10-03T20:30:25.948Z[ host-package] Compiling ron v0.7.1
38442025-10-03T20:30:30.128Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
38452025-10-03T20:30:31.373Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
38462025-10-03T20:30:32.781Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38472025-10-03T20:30:33.777Z[ host-package] Compiling tokio-tungstenite v0.23.1
38482025-10-03T20:30:34.646Z[ host-package] Compiling xz2 v0.1.7
38492025-10-03T20:30:35.433Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38502025-10-03T20:30:37.024Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38512025-10-03T20:30:39.063Z[ host-package] Compiling tokio-rustls v0.24.1
38522025-10-03T20:30:39.766Z[ host-package] Compiling zone v0.1.8
38532025-10-03T20:30:41.323Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38542025-10-03T20:30:44.381Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38552025-10-03T20:30:46.212Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38562025-10-03T20:30:46.696Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38572025-10-03T20:30:49.923Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38582025-10-03T20:30:49.979Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
38592025-10-03T20:30:50.626Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38602025-10-03T20:30:52.933Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38612025-10-03T20:30:55.143Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38622025-10-03T20:30:58.848Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38632025-10-03T20:31:03.496Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38642025-10-03T20:31:04.999Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
38652025-10-03T20:31:07.111Z[ host-package] Compiling rustls-pemfile v1.0.4
38662025-10-03T20:31:08.046Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38672025-10-03T20:31:08.091Z[ host-package] Compiling signal-hook-tokio v0.3.1
38682025-10-03T20:31:08.458Z[ host-package] Compiling twox-hash v2.1.0
38692025-10-03T20:31:08.496Z[ host-package] Compiling yasna v0.5.2
38702025-10-03T20:31:09.672Z[ host-package] Compiling secrecy v0.8.0
38712025-10-03T20:31:10.070Z[ host-package] Compiling is_ci v1.2.0
38722025-10-03T20:31:10.485Z[ host-package] Compiling supports-color v3.0.2
38732025-10-03T20:31:11.180Z[ host-package] Compiling rcgen v0.12.1
38742025-10-03T20:31:13.866Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38752025-10-03T20:31:22.908Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38762025-10-03T20:31:24.442Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38772025-10-03T20:31:28.927Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
38782025-10-03T20:31:45.466Z[ host-package] Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
38792025-10-03T20:31:50.829Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
38802025-10-03T20:31:50.937Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
38812025-10-03T20:31:56.564Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38822025-10-03T20:32:01.478Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38832025-10-03T20:32:02.816Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38842025-10-03T20:32:11.090Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38852025-10-03T20:32:14.272Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38862025-10-03T20:32:20.354Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38872025-10-03T20:32:20.420Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38882025-10-03T20:32:20.926Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38892025-10-03T20:32:22.333Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38902025-10-03T20:32:22.829Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38912025-10-03T20:32:23.323Z[ host-package] Compiling fatfs v0.3.6
38922025-10-03T20:32:26.231Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
38932025-10-03T20:32:27.066Z[ host-package] Compiling rtoolbox v0.0.2
38942025-10-03T20:32:27.733Z[ host-package] Compiling subprocess v0.2.9
38952025-10-03T20:32:29.782Z[ host-package] Compiling assert_matches v1.5.0
38962025-10-03T20:32:29.975Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38972025-10-03T20:32:36.216Z[ host-package] Compiling rpassword v7.4.0
38982025-10-03T20:32:36.879Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38992025-10-03T20:32:38.879Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39002025-10-03T20:32:45.563Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39012025-10-03T20:33:21.431Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39022025-10-03T20:33:24.258Z[ host-package] Compiling tui-tree-widget v0.23.1
39032025-10-03T20:33:24.855Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39042025-10-03T20:33:28.511Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39052025-10-03T20:33:29.503Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39062025-10-03T20:33:37.290Z[ host-package] Compiling uzers v0.12.1
39072025-10-03T20:33:38.880Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
39082025-10-03T20:33:41.021Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
39092025-10-03T20:33:44.184Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
39102025-10-03T20:34:09.716Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
39112025-10-03T20:34:11.261Z[ host-package] Compiling support-bundle-viewer v0.1.2
39122025-10-03T20:34:13.052Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39132025-10-03T20:34:15.309Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39142025-10-03T20:34:18.675Z[ host-package] Compiling multimap v0.10.1
39152025-10-03T20:36:56.320Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
39162025-10-03T20:47:31.529Z[ host-package] Finished `release` profile [optimized] target(s) in 28m 43s
39172025-10-03T20:48:59.778ZOct 03 20:48:59.381 INFO [host-package] process exited with exit status: 0 (1812.170151977s)
39182025-10-03T20:48:59.778ZOct 03 20:48:59.381 INFO [host-stamp] running task
39192025-10-03T20:48:59.806ZOct 03 20:48:59.381 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39202025-10-03T20:48:59.806ZOct 03 20:48:59.382 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 17.0.0-0.ci+gitc0a340c061c
39212025-10-03T20:48:59.806ZOct 03 20:48:59.383 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 17.0.0-0.ci+gitc0a340c061c
39222025-10-03T20:48:59.806ZOct 03 20:48:59.384 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 17.0.0-0.ci+gitc0a340c061c
39232025-10-03T20:48:59.806ZOct 03 20:48:59.384 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 17.0.0-0.ci+gitc0a340c061c
39242025-10-03T20:48:59.806ZOct 03 20:48:59.385 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 17.0.0-0.ci+gitc0a340c061c
39252025-10-03T20:48:59.806ZOct 03 20:48:59.388 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 17.0.0-0.ci+gitc0a340c061c
39262025-10-03T20:48:59.806ZOct 03 20:48:59.388 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 17.0.0-0.ci+gitc0a340c061c
39272025-10-03T20:48:59.806ZOct 03 20:48:59.388 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 17.0.0-0.ci+gitc0a340c061c
39282025-10-03T20:48:59.806Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39292025-10-03T20:48:59.806Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39302025-10-03T20:48:59.806Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
39312025-10-03T20:48:59.835Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39322025-10-03T20:48:59.835Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39332025-10-03T20:48:59.835Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39342025-10-03T20:48:59.836Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39352025-10-03T20:48:59.836Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39362025-10-03T20:48:59.836Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
39372025-10-03T20:48:59.836Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39382025-10-03T20:48:59.836Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39392025-10-03T20:48:59.836ZOct 03 20:48:59.419 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (31.552871ms)
39402025-10-03T20:48:59.836ZOct 03 20:48:59.425 INFO [stamp-overlay] process exited with exit status: 0 (41.560091ms)
39412025-10-03T20:48:59.836Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39422025-10-03T20:48:59.864ZOct 03 20:48:59.438 INFO [stamp-oxlog] process exited with exit status: 0 (53.574065ms)
39432025-10-03T20:48:59.942Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39442025-10-03T20:48:59.997ZOct 03 20:48:59.551 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (165.98366ms)
39452025-10-03T20:49:00.404Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39462025-10-03T20:49:00.432ZOct 03 20:49:00.016 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (631.345367ms)
39472025-10-03T20:49:00.527Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39482025-10-03T20:49:00.553ZOct 03 20:49:00.135 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (751.721068ms)
39492025-10-03T20:49:01.408Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39502025-10-03T20:49:01.433ZOct 03 20:49:01.017 INFO [stamp-propolis-server] process exited with exit status: 0 (1.63457051s)
39512025-10-03T20:49:01.849Z[recovery-package] Compiling newtype-uuid v1.2.4
39522025-10-03T20:49:02.632Z[recovery-package] Compiling daft v0.1.4
39532025-10-03T20:49:03.598Z[recovery-package] Compiling iddqd v0.3.13
39542025-10-03T20:49:05.210Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39552025-10-03T20:49:05.726Z[recovery-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
39562025-10-03T20:49:05.752Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39572025-10-03T20:49:05.752Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39582025-10-03T20:49:05.803Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39592025-10-03T20:49:06.463Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39602025-10-03T20:49:10.437Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39612025-10-03T20:49:10.462ZOct 03 20:49:10.045 INFO [stamp-switch-asic] process exited with exit status: 0 (10.659920143s)
39622025-10-03T20:49:10.463ZOct 03 20:49:10.046 INFO [host-stamp] task succeeded (10.664727133s)
39632025-10-03T20:49:10.463ZOct 03 20:49:10.046 INFO [host-proto] running task
39642025-10-03T20:49:11.365ZOct 03 20:49:10.968 INFO [host-proto] task succeeded (922.484143ms)
39652025-10-03T20:49:11.365ZOct 03 20:49:10.968 INFO [host-profile] running task
39662025-10-03T20:49:11.390ZOct 03 20:49:10.969 INFO [host-profile] task succeeded (565.985µs)
39672025-10-03T20:49:11.390ZOct 03 20:49:10.969 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.37.424' -P /tmp/.tmpFkzMNT/proto/host/root -N 'ci c0a340c/${os_short_commit} 2025-10-03 20:16' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@17.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
39682025-10-03T20:49:11.391Z[ host-image] Oct 03 20:49:10.981 INFO Checking files for board 'cosmo'
39692025-10-03T20:49:11.391Z[ host-image] Oct 03 20:49:10.981 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39702025-10-03T20:49:11.391Z[ host-image] Oct 03 20:49:10.981 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
39712025-10-03T20:49:11.391Z[ host-image] Oct 03 20:49:10.981 INFO Checking files for board 'gimlet'
39722025-10-03T20:49:11.391Z[ host-image] Oct 03 20:49:10.981 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39732025-10-03T20:49:11.391Z[ host-image] Oct 03 20:49:10.981 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
39742025-10-03T20:49:11.418Z[ host-image] Oct 03 20:49:10.998 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpFkzMNT/proto/host/root"
39752025-10-03T20:49:11.418Z[ host-image] Oct 03 20:49:10.998 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39762025-10-03T20:49:11.418Z[ host-image] Oct 03 20:49:10.998 INFO image builder template: ramdisk-01-os...
39772025-10-03T20:49:11.418Z[ host-image] Oct 03 20:49:10.998 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpFkzMNT/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.37.424", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@17.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39782025-10-03T20:49:11.444Z[ host-image] Oct 03 20:49:11.025 INFO O| Oct 03 20:49:11.024 INFO CREATE DATASET: rpool/images/build/host/output
39792025-10-03T20:49:11.561Z[ host-image] Oct 03 20:49:11.164 INFO O| Oct 03 20:49:11.164 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39802025-10-03T20:49:11.593Z[ host-image] Oct 03 20:49:11.169 INFO O| Oct 03 20:49:11.169 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39812025-10-03T20:49:11.659Z[ host-image] Oct 03 20:49:11.262 INFO O| Oct 03 20:49:11.262 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39822025-10-03T20:49:11.694Z[ host-image] Oct 03 20:49:11.297 INFO O| Oct 03 20:49:11.297 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39832025-10-03T20:49:11.694Z[ host-image] Oct 03 20:49:11.297 INFO O| Oct 03 20:49:11.297 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39842025-10-03T20:49:11.719Z[ host-image] Oct 03 20:49:11.297 INFO O| Oct 03 20:49:11.297 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39852025-10-03T20:49:11.719Z[ host-image] Oct 03 20:49:11.297 INFO O| Oct 03 20:49:11.297 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39862025-10-03T20:49:11.719Z[ host-image] Oct 03 20:49:11.314 INFO O| Oct 03 20:49:11.314 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39872025-10-03T20:49:11.826Z[ host-image] Oct 03 20:49:11.425 INFO O| Oct 03 20:49:11.425 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39882025-10-03T20:49:11.851Z[ host-image] Oct 03 20:49:11.443 INFO O| Oct 03 20:49:11.442 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39892025-10-03T20:49:12.326Z[ host-image] Oct 03 20:49:11.929 INFO O| Oct 03 20:49:11.929 INFO O| Caching catalogs ... Done
39902025-10-03T20:49:12.453Z[ host-image] Oct 03 20:49:12.053 INFO O| Oct 03 20:49:12.052 INFO STEP 0 (pkg_image_create) COMPLETE
39912025-10-03T20:49:12.453Z[ host-image] Oct 03 20:49:12.053 INFO O| Oct 03 20:49:12.053 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39922025-10-03T20:49:12.479Z[ host-image] Oct 03 20:49:12.071 INFO O| Oct 03 20:49:12.071 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
39932025-10-03T20:49:12.940Z[ host-image] Oct 03 20:49:12.542 INFO O| Oct 03 20:49:12.542 INFO STEP 1 (pkg_set_publisher) COMPLETE
39942025-10-03T20:49:12.940Z[ host-image] Oct 03 20:49:12.542 INFO O| Oct 03 20:49:12.542 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39952025-10-03T20:49:12.965Z[ host-image] Oct 03 20:49:12.542 INFO O| Oct 03 20:49:12.542 INFO skip step because feature "publisher_1_name" is not enabled
39962025-10-03T20:49:12.965Z[ host-image] Oct 03 20:49:12.542 INFO O| Oct 03 20:49:12.542 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39972025-10-03T20:49:12.965Z[ host-image] Oct 03 20:49:12.542 INFO O| Oct 03 20:49:12.542 INFO skip step because feature "publisher_2_name" is not enabled
39982025-10-03T20:49:12.965Z[ host-image] Oct 03 20:49:12.542 INFO O| Oct 03 20:49:12.542 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39992025-10-03T20:49:12.965Z[ host-image] Oct 03 20:49:12.542 INFO O| Oct 03 20:49:12.542 INFO skip step because feature "publisher_3_name" is not enabled
40002025-10-03T20:49:12.965Z[ host-image] Oct 03 20:49:12.542 INFO O| Oct 03 20:49:12.542 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40012025-10-03T20:49:13.423Z[ host-image] Oct 03 20:49:13.026 INFO O| Oct 03 20:49:13.026 INFO variant opensolaris.zone is already global
40022025-10-03T20:49:13.450Z[ host-image] Oct 03 20:49:13.026 INFO O| Oct 03 20:49:13.026 INFO STEP 5 (pkg_change_variant) COMPLETE
40032025-10-03T20:49:13.450Z[ host-image] Oct 03 20:49:13.026 INFO O| Oct 03 20:49:13.026 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40042025-10-03T20:49:13.886Z[ host-image] Oct 03 20:49:13.490 INFO O| Oct 03 20:49:13.490 INFO variant opensolaris.imagetype is full; changing to partial
40052025-10-03T20:49:13.887Z[ host-image] Oct 03 20:49:13.490 INFO O| Oct 03 20:49:13.490 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40062025-10-03T20:49:18.511Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40072025-10-03T20:49:18.511Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
40082025-10-03T20:49:18.549Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40092025-10-03T20:49:23.391Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
40102025-10-03T20:49:23.541Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40112025-10-03T20:49:24.555Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40122025-10-03T20:49:25.078Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
40132025-10-03T20:49:25.819Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
40142025-10-03T20:49:27.297Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
40152025-10-03T20:49:30.007Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
40162025-10-03T20:49:42.780Z[ host-image] Oct 03 20:49:42.383 INFO O| Oct 03 20:49:42.383 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40172025-10-03T20:49:54.807Z[ host-image] Oct 03 20:49:54.411 INFO O| Oct 03 20:49:54.411 INFO O| Startup: Caching catalogs ... Done
40182025-10-03T20:49:54.895Z[ host-image] Oct 03 20:49:54.500 INFO O| Oct 03 20:49:54.500 INFO O| Planning: Planning completed in 0.00 seconds
40192025-10-03T20:49:54.922Z[ host-image] Oct 03 20:49:54.501 INFO O| Oct 03 20:49:54.501 INFO O| Planning: Consolidating action changes ... Done
40202025-10-03T20:49:54.922Z[ host-image] Oct 03 20:49:54.501 INFO O| Oct 03 20:49:54.501 INFO O| Planning: Evaluating mediators ... Done
40212025-10-03T20:49:54.922Z[ host-image] Oct 03 20:49:54.501 INFO O| Oct 03 20:49:54.501 INFO O| Planning: Planning completed in 0.00 seconds
40222025-10-03T20:49:54.922Z[ host-image] Oct 03 20:49:54.502 INFO O| Oct 03 20:49:54.502 INFO O| Variants/Facets to change: 1
40232025-10-03T20:49:54.922Z[ host-image] Oct 03 20:49:54.521 INFO O| Oct 03 20:49:54.521 INFO O| Done
40242025-10-03T20:49:54.922Z[ host-image] Oct 03 20:49:54.521 INFO O| Oct 03 20:49:54.521 INFO O| Done
40252025-10-03T20:49:56.297Z[recovery-package] Finished `release` profile [optimized] target(s) in 56.15s
40262025-10-03T20:49:56.744Z[ host-image] Oct 03 20:49:56.348 INFO O| Oct 03 20:49:56.348 INFO O| Done
40272025-10-03T20:49:56.863Z[ host-image] Oct 03 20:49:56.465 INFO O| Oct 03 20:49:56.465 INFO O| Done
40282025-10-03T20:49:56.890Z[ host-image] Oct 03 20:49:56.467 INFO O| Oct 03 20:49:56.466 INFO O| Done
40292025-10-03T20:49:56.890Z[ host-image] Oct 03 20:49:56.467 INFO O| Oct 03 20:49:56.467 INFO O| Done
40302025-10-03T20:49:56.890Z[ host-image] Oct 03 20:49:56.468 INFO O| Oct 03 20:49:56.468 INFO O| Done
40312025-10-03T20:49:58.196Z[ host-image] Oct 03 20:49:57.800 INFO O| Oct 03 20:49:57.800 INFO STEP 6 (pkg_change_variant) COMPLETE
40322025-10-03T20:49:58.196Z[ host-image] Oct 03 20:49:57.800 INFO O| Oct 03 20:49:57.800 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40332025-10-03T20:49:58.224Z[ host-image] Oct 03 20:49:57.800 INFO O| Oct 03 20:49:57.800 INFO skip step because feature "debug_variant" is not enabled
40342025-10-03T20:49:58.224Z[ host-image] Oct 03 20:49:57.800 INFO O| Oct 03 20:49:57.800 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40352025-10-03T20:49:58.701Z[ host-image] Oct 03 20:49:58.306 INFO O| Oct 03 20:49:58.306 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40362025-10-03T20:50:03.012ZOct 03 20:50:02.618 INFO [recovery-package] process exited with exit status: 0 (63.236419308s)
40372025-10-03T20:50:03.013ZOct 03 20:50:02.618 INFO [recovery-stamp] running task
40382025-10-03T20:50:03.038ZOct 03 20:50:02.618 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
40392025-10-03T20:50:03.038ZOct 03 20:50:02.618 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 17.0.0-0.ci+gitc0a340c061c
40402025-10-03T20:50:03.038ZOct 03 20:50:02.620 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 17.0.0-0.ci+gitc0a340c061c
40412025-10-03T20:50:03.038Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40422025-10-03T20:50:03.063Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40432025-10-03T20:50:03.187Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40442025-10-03T20:50:03.212ZOct 03 20:50:02.799 INFO [stamp-installinator] process exited with exit status: 0 (178.670905ms)
40452025-10-03T20:50:03.358Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40462025-10-03T20:50:03.384ZOct 03 20:50:02.969 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (350.422862ms)
40472025-10-03T20:50:03.384ZOct 03 20:50:02.969 INFO [recovery-stamp] task succeeded (351.084299ms)
40482025-10-03T20:50:03.384ZOct 03 20:50:02.969 INFO [recovery-proto] running task
40492025-10-03T20:50:03.384ZOct 03 20:50:02.969 INFO [tuf-stamp] running task
40502025-10-03T20:50:03.384ZOct 03 20:50:02.970 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 17.0.0-0.ci+gitc0a340c061c
40512025-10-03T20:50:03.384ZOct 03 20:50:02.971 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 17.0.0-0.ci+gitc0a340c061c
40522025-10-03T20:50:03.384ZOct 03 20:50:02.972 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 17.0.0-0.ci+gitc0a340c061c
40532025-10-03T20:50:03.384ZOct 03 20:50:02.973 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 17.0.0-0.ci+gitc0a340c061c
40542025-10-03T20:50:03.384ZOct 03 20:50:02.974 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 17.0.0-0.ci+gitc0a340c061c
40552025-10-03T20:50:03.384ZOct 03 20:50:02.974 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 17.0.0-0.ci+gitc0a340c061c
40562025-10-03T20:50:03.384ZOct 03 20:50:02.975 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 17.0.0-0.ci+gitc0a340c061c
40572025-10-03T20:50:03.384ZOct 03 20:50:02.976 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 17.0.0-0.ci+gitc0a340c061c
40582025-10-03T20:50:03.384ZOct 03 20:50:02.978 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 17.0.0-0.ci+gitc0a340c061c
40592025-10-03T20:50:03.384ZOct 03 20:50:02.981 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 17.0.0-0.ci+gitc0a340c061c
40602025-10-03T20:50:03.384ZOct 03 20:50:02.983 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 17.0.0-0.ci+gitc0a340c061c
40612025-10-03T20:50:03.410ZOct 03 20:50:02.995 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 17.0.0-0.ci+gitc0a340c061c
40622025-10-03T20:50:03.410Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40632025-10-03T20:50:03.410Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40642025-10-03T20:50:03.410Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40652025-10-03T20:50:03.410Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40662025-10-03T20:50:03.410Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40672025-10-03T20:50:03.410Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40682025-10-03T20:50:03.410Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40692025-10-03T20:50:03.434Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40702025-10-03T20:50:03.434Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40712025-10-03T20:50:03.434Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40722025-10-03T20:50:03.434Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40732025-10-03T20:50:03.435Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40742025-10-03T20:50:03.523Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40752025-10-03T20:50:03.550ZOct 03 20:50:03.152 INFO [stamp-probe] process exited with exit status: 0 (168.99539ms)
40762025-10-03T20:50:03.772ZOct 03 20:50:03.377 INFO [recovery-proto] task succeeded (408.297603ms)
40772025-10-03T20:50:03.798ZOct 03 20:50:03.378 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.37.424' -P /tmp/.tmpFkzMNT/proto/recovery/root -N 'recovery c0a340c/${os_short_commit} 2025-10-03 20:16' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@17.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
40782025-10-03T20:50:03.798Z[ recovery-image] Oct 03 20:50:03.390 INFO Checking files for board 'gimlet'
40792025-10-03T20:50:03.799Z[ recovery-image] Oct 03 20:50:03.390 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40802025-10-03T20:50:03.799Z[ recovery-image] Oct 03 20:50:03.390 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
40812025-10-03T20:50:03.799Z[ recovery-image] Oct 03 20:50:03.390 INFO Checking files for board 'cosmo'
40822025-10-03T20:50:03.799Z[ recovery-image] Oct 03 20:50:03.390 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40832025-10-03T20:50:03.799Z[ recovery-image] Oct 03 20:50:03.390 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
40842025-10-03T20:50:03.825Z[ recovery-image] Oct 03 20:50:03.409 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpFkzMNT/proto/recovery/root"
40852025-10-03T20:50:03.825Z[ recovery-image] Oct 03 20:50:03.409 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40862025-10-03T20:50:03.825Z[ recovery-image] Oct 03 20:50:03.409 INFO image builder template: ramdisk-01-os...
40872025-10-03T20:50:03.825Z[ recovery-image] Oct 03 20:50:03.409 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpFkzMNT/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.37.424", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@17.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40882025-10-03T20:50:03.851Z[ recovery-image] Oct 03 20:50:03.444 INFO O| Oct 03 20:50:03.443 INFO CREATE DATASET: rpool/images/build/recovery/output
40892025-10-03T20:50:04.118Z[ recovery-image] Oct 03 20:50:03.721 INFO O| Oct 03 20:50:03.721 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40902025-10-03T20:50:04.145Z[ recovery-image] Oct 03 20:50:03.729 INFO O| Oct 03 20:50:03.729 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40912025-10-03T20:50:04.294Z[ recovery-image] Oct 03 20:50:03.900 INFO O| Oct 03 20:50:03.900 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40922025-10-03T20:50:04.332Z[ recovery-image] Oct 03 20:50:03.937 INFO O| Oct 03 20:50:03.937 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40932025-10-03T20:50:04.332Z[ recovery-image] Oct 03 20:50:03.937 INFO O| Oct 03 20:50:03.937 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40942025-10-03T20:50:04.358Z[ recovery-image] Oct 03 20:50:03.938 INFO O| Oct 03 20:50:03.938 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40952025-10-03T20:50:04.358Z[ recovery-image] Oct 03 20:50:03.938 INFO O| Oct 03 20:50:03.938 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40962025-10-03T20:50:04.358Z[ recovery-image] Oct 03 20:50:03.953 INFO O| Oct 03 20:50:03.953 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40972025-10-03T20:50:04.458Z[ recovery-image] Oct 03 20:50:04.062 INFO O| Oct 03 20:50:04.062 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40982025-10-03T20:50:04.485Z[ recovery-image] Oct 03 20:50:04.079 INFO O| Oct 03 20:50:04.079 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40992025-10-03T20:50:04.840Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
41002025-10-03T20:50:04.913Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
41012025-10-03T20:50:05.028Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
41022025-10-03T20:50:05.074ZOct 03 20:50:04.679 INFO [stamp-ntp] process exited with exit status: 0 (1.70778659s)
41032025-10-03T20:50:05.124Z[ recovery-image] Oct 03 20:50:04.728 INFO O| Oct 03 20:50:04.728 INFO O| Caching catalogs ... Done
41042025-10-03T20:50:05.274Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
41052025-10-03T20:50:05.300Z[ recovery-image] Oct 03 20:50:04.881 INFO O| Oct 03 20:50:04.881 INFO STEP 0 (pkg_image_create) COMPLETE
41062025-10-03T20:50:05.300Z[ recovery-image] Oct 03 20:50:04.881 INFO O| Oct 03 20:50:04.881 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41072025-10-03T20:50:05.300Z[ recovery-image] Oct 03 20:50:04.898 INFO O| Oct 03 20:50:04.898 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
41082025-10-03T20:50:05.356ZOct 03 20:50:04.962 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.987154918s)
41092025-10-03T20:50:05.523Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
41102025-10-03T20:50:05.548Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
41112025-10-03T20:50:05.580ZOct 03 20:50:05.185 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.203815472s)
41122025-10-03T20:50:05.604ZOct 03 20:50:05.192 INFO [stamp-external-dns] process exited with exit status: 0 (2.221912176s)
41132025-10-03T20:50:05.691Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
41142025-10-03T20:50:05.723ZOct 03 20:50:05.329 INFO [stamp-internal-dns] process exited with exit status: 0 (2.356249337s)
41152025-10-03T20:50:05.829Z[ recovery-image] Oct 03 20:50:05.434 INFO O| Oct 03 20:50:05.434 INFO STEP 1 (pkg_set_publisher) COMPLETE
41162025-10-03T20:50:05.829Z[ recovery-image] Oct 03 20:50:05.434 INFO O| Oct 03 20:50:05.434 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41172025-10-03T20:50:05.829Z[ recovery-image] Oct 03 20:50:05.434 INFO O| Oct 03 20:50:05.434 INFO skip step because feature "publisher_1_name" is not enabled
41182025-10-03T20:50:05.854Z[ recovery-image] Oct 03 20:50:05.434 INFO O| Oct 03 20:50:05.434 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41192025-10-03T20:50:05.854Z[ recovery-image] Oct 03 20:50:05.434 INFO O| Oct 03 20:50:05.434 INFO skip step because feature "publisher_2_name" is not enabled
41202025-10-03T20:50:05.854Z[ recovery-image] Oct 03 20:50:05.434 INFO O| Oct 03 20:50:05.434 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41212025-10-03T20:50:05.854Z[ recovery-image] Oct 03 20:50:05.434 INFO O| Oct 03 20:50:05.434 INFO skip step because feature "publisher_3_name" is not enabled
41222025-10-03T20:50:05.854Z[ recovery-image] Oct 03 20:50:05.434 INFO O| Oct 03 20:50:05.434 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41232025-10-03T20:50:06.183Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41242025-10-03T20:50:06.241ZOct 03 20:50:05.846 INFO [stamp-oximeter] process exited with exit status: 0 (2.873839671s)
41252025-10-03T20:50:06.355Z[ recovery-image] Oct 03 20:50:05.960 INFO O| Oct 03 20:50:05.960 INFO variant opensolaris.zone is already global
41262025-10-03T20:50:06.355Z[ recovery-image] Oct 03 20:50:05.960 INFO O| Oct 03 20:50:05.960 INFO STEP 5 (pkg_change_variant) COMPLETE
41272025-10-03T20:50:06.355Z[ recovery-image] Oct 03 20:50:05.961 INFO O| Oct 03 20:50:05.960 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41282025-10-03T20:50:06.873Z[ recovery-image] Oct 03 20:50:06.478 INFO O| Oct 03 20:50:06.478 INFO variant opensolaris.imagetype is full; changing to partial
41292025-10-03T20:50:06.873Z[ recovery-image] Oct 03 20:50:06.478 INFO O| Oct 03 20:50:06.478 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41302025-10-03T20:50:08.578Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41312025-10-03T20:50:08.612ZOct 03 20:50:08.196 INFO [stamp-nexus] process exited with exit status: 0 (5.222594799s)
41322025-10-03T20:50:09.846Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41332025-10-03T20:50:09.871ZOct 03 20:50:09.459 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.48315952s)
41342025-10-03T20:50:12.644Z[verify-libraries] Compiling cfg_aliases v0.1.1
41352025-10-03T20:50:12.644Z[verify-libraries] Compiling home v0.5.9
41362025-10-03T20:50:12.669Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
41372025-10-03T20:50:12.669Z[verify-libraries] Compiling sqlparser_derive v0.2.2
41382025-10-03T20:50:12.669Z[verify-libraries] Compiling unicode_categories v0.1.1
41392025-10-03T20:50:12.998Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41402025-10-03T20:50:13.025Z[verify-libraries] Compiling polyval v0.6.2
41412025-10-03T20:50:13.049Z[verify-libraries] Compiling ctr v0.9.2
41422025-10-03T20:50:13.218Z[verify-libraries] Compiling nix v0.28.0
41432025-10-03T20:50:13.291Z[verify-libraries] Compiling sqlformat v0.3.5
41442025-10-03T20:50:13.486Z[verify-libraries] Compiling ssh-encoding v0.2.0
41452025-10-03T20:50:13.946Z[verify-libraries] Compiling ghash v0.5.1
41462025-10-03T20:50:14.218Z[verify-libraries] Compiling blowfish v0.9.1
41472025-10-03T20:50:14.352Z[verify-libraries] Compiling sqlparser v0.45.0
41482025-10-03T20:50:14.422Z[verify-libraries] Compiling password-hash v0.4.2
41492025-10-03T20:50:14.488Z[verify-libraries] Compiling aes-gcm v0.10.3
41502025-10-03T20:50:14.513Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41512025-10-03T20:50:14.538ZOct 03 20:50:14.124 INFO [stamp-clickhouse_server] process exited with exit status: 0 (11.128684053s)
41522025-10-03T20:50:14.694Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41532025-10-03T20:50:14.730Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41542025-10-03T20:50:14.730ZOct 03 20:50:14.313 INFO [stamp-clickhouse] process exited with exit status: 0 (11.334760281s)
41552025-10-03T20:50:14.730Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41562025-10-03T20:50:14.730ZOct 03 20:50:14.323 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.350071598s)
41572025-10-03T20:50:14.730ZOct 03 20:50:14.323 INFO [tuf-stamp] task succeeded (11.354491031s)
41582025-10-03T20:50:15.086Z[verify-libraries] Compiling ssh-cipher v0.2.0
41592025-10-03T20:50:15.144Z[verify-libraries] Compiling petname v2.0.2
41602025-10-03T20:50:15.281Z[verify-libraries] Compiling pbkdf2 v0.11.0
41612025-10-03T20:50:15.662Z[verify-libraries] Compiling p521 v0.13.3
41622025-10-03T20:50:15.992Z[verify-libraries] Compiling ssh-key v0.6.6
41632025-10-03T20:50:16.652Z[verify-libraries] Compiling p256 v0.13.2
41642025-10-03T20:50:16.784Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41652025-10-03T20:50:17.488Z[verify-libraries] Compiling md5 v0.7.0
41662025-10-03T20:50:19.164Z[verify-libraries] Compiling rustyline v14.0.0
41672025-10-03T20:50:19.261Z[verify-libraries] Compiling russh-keys v0.45.0
41682025-10-03T20:50:21.062Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41692025-10-03T20:50:21.534Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41702025-10-03T20:50:22.078Z[verify-libraries] Compiling num-bigint v0.4.6
41712025-10-03T20:50:23.288Z[verify-libraries] Compiling des v0.8.1
41722025-10-03T20:50:24.008Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41732025-10-03T20:50:24.346Z[verify-libraries] Compiling sync-ptr v0.1.4
41742025-10-03T20:50:24.681Z[verify-libraries] Compiling hex-literal v0.4.1
41752025-10-03T20:50:25.062Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41762025-10-03T20:50:25.134Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41772025-10-03T20:50:25.198Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41782025-10-03T20:50:25.878Z[verify-libraries] Compiling russh v0.45.0
41792025-10-03T20:50:32.416Z[verify-libraries] Compiling internet-checksum v0.2.1
41802025-10-03T20:50:32.749Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41812025-10-03T20:50:34.836Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41822025-10-03T20:50:34.873Z[verify-libraries] Compiling diff v0.1.13
41832025-10-03T20:50:36.258Z[verify-libraries] Compiling yansi v1.0.1
41842025-10-03T20:50:36.502Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41852025-10-03T20:50:37.324Z[verify-libraries] Compiling pretty_assertions v1.4.1
41862025-10-03T20:50:38.381Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
41872025-10-03T20:50:39.936Z[ host-image] Oct 03 20:50:39.542 INFO O| Oct 03 20:50:39.542 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41882025-10-03T20:50:40.434Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41892025-10-03T20:50:47.154Z[ recovery-image] Oct 03 20:50:46.761 INFO O| Oct 03 20:50:46.761 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41902025-10-03T20:50:50.262Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41912025-10-03T20:50:52.666Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41922025-10-03T20:50:54.390Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
41932025-10-03T20:50:55.113Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
41942025-10-03T20:50:55.768Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41952025-10-03T20:50:56.232Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41962025-10-03T20:50:56.794Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41972025-10-03T20:50:57.216Z[verify-libraries] Compiling drift v0.1.0
41982025-10-03T20:50:59.231Z[ host-image] Oct 03 20:50:58.837 INFO O| Oct 03 20:50:58.837 INFO O| Startup: Caching catalogs ... Done
41992025-10-03T20:50:59.332Z[ host-image] Oct 03 20:50:58.940 INFO O| Oct 03 20:50:58.939 INFO O| Planning: Planning completed in 0.00 seconds
42002025-10-03T20:50:59.357Z[ host-image] Oct 03 20:50:58.940 INFO O| Oct 03 20:50:58.940 INFO O| Planning: Consolidating action changes ... Done
42012025-10-03T20:50:59.357Z[ host-image] Oct 03 20:50:58.940 INFO O| Oct 03 20:50:58.940 INFO O| Planning: Evaluating mediators ... Done
42022025-10-03T20:50:59.357Z[ host-image] Oct 03 20:50:58.941 INFO O| Oct 03 20:50:58.941 INFO O| Planning: Planning completed in 0.00 seconds
42032025-10-03T20:50:59.357Z[ host-image] Oct 03 20:50:58.941 INFO O| Oct 03 20:50:58.941 INFO O| Variants/Facets to change: 1
42042025-10-03T20:50:59.398Z[ host-image] Oct 03 20:50:59.005 INFO O| Oct 03 20:50:59.005 INFO O| Done
42052025-10-03T20:50:59.398Z[ host-image] Oct 03 20:50:59.005 INFO O| Oct 03 20:50:59.005 INFO O| Done
42062025-10-03T20:51:01.996Z[ host-image] Oct 03 20:51:01.604 INFO O| Oct 03 20:51:01.604 INFO O| Done
42072025-10-03T20:51:02.128Z[ host-image] Oct 03 20:51:01.736 INFO O| Oct 03 20:51:01.735 INFO O| Done
42082025-10-03T20:51:02.153Z[ host-image] Oct 03 20:51:01.737 INFO O| Oct 03 20:51:01.736 INFO O| Done
42092025-10-03T20:51:02.153Z[ host-image] Oct 03 20:51:01.737 INFO O| Oct 03 20:51:01.737 INFO O| Done
42102025-10-03T20:51:02.153Z[ host-image] Oct 03 20:51:01.739 INFO O| Oct 03 20:51:01.739 INFO O| Done
42112025-10-03T20:51:03.854Z[ host-image] Oct 03 20:51:03.462 INFO O| Oct 03 20:51:03.462 INFO STEP 8 (pkg_change_facet) COMPLETE
42122025-10-03T20:51:03.854Z[ host-image] Oct 03 20:51:03.462 INFO O| Oct 03 20:51:03.462 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42132025-10-03T20:51:03.879Z[ host-image] Oct 03 20:51:03.462 INFO O| Oct 03 20:51:03.462 INFO skip step because feature "recovery" is not enabled
42142025-10-03T20:51:03.879Z[ host-image] Oct 03 20:51:03.462 INFO O| Oct 03 20:51:03.462 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42152025-10-03T20:51:03.879Z[ host-image] Oct 03 20:51:03.462 INFO O| Oct 03 20:51:03.462 INFO skip step because feature "recovery" is not enabled
42162025-10-03T20:51:03.879Z[ host-image] Oct 03 20:51:03.462 INFO O| Oct 03 20:51:03.462 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42172025-10-03T20:51:03.879Z[ host-image] Oct 03 20:51:03.481 INFO O| Oct 03 20:51:03.481 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/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@17.0.0.0"]
42182025-10-03T20:51:04.183Z[verify-libraries] Compiling heck v0.4.1
42192025-10-03T20:51:05.575Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42202025-10-03T20:51:05.867Z[ recovery-image] Oct 03 20:51:05.475 INFO O| Oct 03 20:51:05.474 INFO O| Startup: Caching catalogs ... Done
42212025-10-03T20:51:05.981Z[ recovery-image] Oct 03 20:51:05.589 INFO O| Oct 03 20:51:05.589 INFO O| Planning: Planning completed in 0.00 seconds
42222025-10-03T20:51:06.007Z[ recovery-image] Oct 03 20:51:05.590 INFO O| Oct 03 20:51:05.590 INFO O| Planning: Consolidating action changes ... Done
42232025-10-03T20:51:06.007Z[ recovery-image] Oct 03 20:51:05.590 INFO O| Oct 03 20:51:05.590 INFO O| Planning: Evaluating mediators ... Done
42242025-10-03T20:51:06.007Z[ recovery-image] Oct 03 20:51:05.591 INFO O| Oct 03 20:51:05.591 INFO O| Planning: Planning completed in 0.00 seconds
42252025-10-03T20:51:06.007Z[ recovery-image] Oct 03 20:51:05.591 INFO O| Oct 03 20:51:05.591 INFO O| Variants/Facets to change: 1
42262025-10-03T20:51:06.050Z[ recovery-image] Oct 03 20:51:05.658 INFO O| Oct 03 20:51:05.657 INFO O| Done
42272025-10-03T20:51:06.050Z[ recovery-image] Oct 03 20:51:05.658 INFO O| Oct 03 20:51:05.657 INFO O| Done
42282025-10-03T20:51:08.599Z[ recovery-image] Oct 03 20:51:08.207 INFO O| Oct 03 20:51:08.207 INFO O| Done
42292025-10-03T20:51:08.708Z[ recovery-image] Oct 03 20:51:08.315 INFO O| Oct 03 20:51:08.315 INFO O| Done
42302025-10-03T20:51:08.734Z[ recovery-image] Oct 03 20:51:08.317 INFO O| Oct 03 20:51:08.317 INFO O| Done
42312025-10-03T20:51:08.734Z[ recovery-image] Oct 03 20:51:08.317 INFO O| Oct 03 20:51:08.317 INFO O| Done
42322025-10-03T20:51:08.734Z[ recovery-image] Oct 03 20:51:08.319 INFO O| Oct 03 20:51:08.319 INFO O| Done
42332025-10-03T20:51:10.468Z[ recovery-image] Oct 03 20:51:10.076 INFO O| Oct 03 20:51:10.076 INFO STEP 6 (pkg_change_variant) COMPLETE
42342025-10-03T20:51:10.468Z[ recovery-image] Oct 03 20:51:10.076 INFO O| Oct 03 20:51:10.076 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42352025-10-03T20:51:10.493Z[ recovery-image] Oct 03 20:51:10.076 INFO O| Oct 03 20:51:10.076 INFO skip step because feature "debug_variant" is not enabled
42362025-10-03T20:51:10.493Z[ recovery-image] Oct 03 20:51:10.076 INFO O| Oct 03 20:51:10.076 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42372025-10-03T20:51:11.083Z[ recovery-image] Oct 03 20:51:10.691 INFO O| Oct 03 20:51:10.690 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42382025-10-03T20:51:35.541Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42392025-10-03T20:51:37.785Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42402025-10-03T20:51:38.952Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42412025-10-03T20:51:42.444Z[ host-image] Oct 03 20:51:42.053 INFO O| Oct 03 20:51:42.053 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42422025-10-03T20:51:43.458Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42432025-10-03T20:51:49.707Z[ recovery-image] Oct 03 20:51:49.315 INFO O| Oct 03 20:51:49.315 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42442025-10-03T20:51:52.499Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42452025-10-03T20:51:55.503Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42462025-10-03T20:51:56.680Z[ host-image] Oct 03 20:51:56.289 INFO O| Oct 03 20:51:56.289 INFO O| Startup: Caching catalogs ... Done
42472025-10-03T20:51:57.711Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42482025-10-03T20:51:59.181Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42492025-10-03T20:52:03.701Z[ recovery-image] Oct 03 20:52:03.256 INFO O| Oct 03 20:52:03.256 INFO O| Startup: Caching catalogs ... Done
42502025-10-03T20:52:03.755Z[ recovery-image] Oct 03 20:52:03.364 INFO O| Oct 03 20:52:03.364 INFO O| Planning: Planning completed in 0.00 seconds
42512025-10-03T20:52:03.783Z[ recovery-image] Oct 03 20:52:03.365 INFO O| Oct 03 20:52:03.365 INFO O| Planning: Consolidating action changes ... Done
42522025-10-03T20:52:03.783Z[ recovery-image] Oct 03 20:52:03.365 INFO O| Oct 03 20:52:03.365 INFO O| Planning: Evaluating mediators ... Done
42532025-10-03T20:52:03.783Z[ recovery-image] Oct 03 20:52:03.366 INFO O| Oct 03 20:52:03.366 INFO O| Planning: Planning completed in 0.00 seconds
42542025-10-03T20:52:03.783Z[ recovery-image] Oct 03 20:52:03.366 INFO O| Oct 03 20:52:03.366 INFO O| Variants/Facets to change: 1
42552025-10-03T20:52:03.820Z[ recovery-image] Oct 03 20:52:03.429 INFO O| Oct 03 20:52:03.429 INFO O| Done
42562025-10-03T20:52:03.820Z[ recovery-image] Oct 03 20:52:03.429 INFO O| Oct 03 20:52:03.429 INFO O| Done
42572025-10-03T20:52:06.115Z[ recovery-image] Oct 03 20:52:05.720 INFO O| Oct 03 20:52:05.720 INFO O| Done
42582025-10-03T20:52:06.241Z[ recovery-image] Oct 03 20:52:05.851 INFO O| Oct 03 20:52:05.851 INFO O| Done
42592025-10-03T20:52:06.267Z[ recovery-image] Oct 03 20:52:05.852 INFO O| Oct 03 20:52:05.852 INFO O| Done
42602025-10-03T20:52:06.267Z[ recovery-image] Oct 03 20:52:05.852 INFO O| Oct 03 20:52:05.852 INFO O| Done
42612025-10-03T20:52:06.267Z[ recovery-image] Oct 03 20:52:05.854 INFO O| Oct 03 20:52:05.854 INFO O| Done
42622025-10-03T20:52:07.928Z[ recovery-image] Oct 03 20:52:07.538 INFO O| Oct 03 20:52:07.537 INFO STEP 8 (pkg_change_facet) COMPLETE
42632025-10-03T20:52:07.929Z[ recovery-image] Oct 03 20:52:07.538 INFO O| Oct 03 20:52:07.537 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42642025-10-03T20:52:08.469Z[ recovery-image] Oct 03 20:52:08.078 INFO O| Oct 03 20:52:08.078 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42652025-10-03T20:52:13.399Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42662025-10-03T20:52:24.347Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42672025-10-03T20:52:29.666Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42682025-10-03T20:52:33.669Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42692025-10-03T20:52:43.618Z[ recovery-image] Oct 03 20:52:43.227 INFO O| Oct 03 20:52:43.227 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42702025-10-03T20:53:01.020Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42712025-10-03T20:53:01.742Z[ recovery-image] Oct 03 20:53:01.354 INFO O| Oct 03 20:53:01.353 INFO O| Startup: Caching catalogs ... Done
42722025-10-03T20:53:01.850Z[ recovery-image] Oct 03 20:53:01.461 INFO O| Oct 03 20:53:01.461 INFO O| Planning: Planning completed in 0.00 seconds
42732025-10-03T20:53:01.876Z[ recovery-image] Oct 03 20:53:01.462 INFO O| Oct 03 20:53:01.462 INFO O| Planning: Consolidating action changes ... Done
42742025-10-03T20:53:01.876Z[ recovery-image] Oct 03 20:53:01.462 INFO O| Oct 03 20:53:01.462 INFO O| Planning: Evaluating mediators ... Done
42752025-10-03T20:53:01.876Z[ recovery-image] Oct 03 20:53:01.463 INFO O| Oct 03 20:53:01.463 INFO O| Planning: Planning completed in 0.00 seconds
42762025-10-03T20:53:01.876Z[ recovery-image] Oct 03 20:53:01.463 INFO O| Oct 03 20:53:01.463 INFO O| Variants/Facets to change: 1
42772025-10-03T20:53:01.902Z[ recovery-image] Oct 03 20:53:01.488 INFO O| Oct 03 20:53:01.487 INFO O| Done
42782025-10-03T20:53:01.902Z[ recovery-image] Oct 03 20:53:01.488 INFO O| Oct 03 20:53:01.488 INFO O| Done
42792025-10-03T20:53:03.971Z[ recovery-image] Oct 03 20:53:03.582 INFO O| Oct 03 20:53:03.582 INFO O| Done
42802025-10-03T20:53:04.108Z[ recovery-image] Oct 03 20:53:03.720 INFO O| Oct 03 20:53:03.720 INFO O| Done
42812025-10-03T20:53:04.134Z[ recovery-image] Oct 03 20:53:03.721 INFO O| Oct 03 20:53:03.721 INFO O| Done
42822025-10-03T20:53:04.134Z[ recovery-image] Oct 03 20:53:03.721 INFO O| Oct 03 20:53:03.721 INFO O| Done
42832025-10-03T20:53:04.134Z[ recovery-image] Oct 03 20:53:03.722 INFO O| Oct 03 20:53:03.722 INFO O| Done
42842025-10-03T20:53:05.893Z[ recovery-image] Oct 03 20:53:05.505 INFO O| Oct 03 20:53:05.505 INFO STEP 9 (pkg_change_facet) COMPLETE
42852025-10-03T20:53:05.893Z[ recovery-image] Oct 03 20:53:05.505 INFO O| Oct 03 20:53:05.505 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42862025-10-03T20:53:06.525Z[ recovery-image] Oct 03 20:53:06.137 INFO O| Oct 03 20:53:06.137 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42872025-10-03T20:53:44.412Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42882025-10-03T20:53:45.275Z[ recovery-image] Oct 03 20:53:44.888 INFO O| Oct 03 20:53:44.888 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42892025-10-03T20:53:46.615Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42902025-10-03T20:54:00.040Z[ recovery-image] Oct 03 20:53:59.653 INFO O| Oct 03 20:53:59.653 INFO O| Startup: Caching catalogs ... Done
42912025-10-03T20:54:00.144Z[ recovery-image] Oct 03 20:53:59.758 INFO O| Oct 03 20:53:59.758 INFO O| Planning: Planning completed in 0.00 seconds
42922025-10-03T20:54:00.169Z[ recovery-image] Oct 03 20:53:59.759 INFO O| Oct 03 20:53:59.759 INFO O| Planning: Consolidating action changes ... Done
42932025-10-03T20:54:00.169Z[ recovery-image] Oct 03 20:53:59.759 INFO O| Oct 03 20:53:59.759 INFO O| Planning: Evaluating mediators ... Done
42942025-10-03T20:54:00.169Z[ recovery-image] Oct 03 20:53:59.760 INFO O| Oct 03 20:53:59.760 INFO O| Planning: Planning completed in 0.00 seconds
42952025-10-03T20:54:00.169Z[ recovery-image] Oct 03 20:53:59.761 INFO O| Oct 03 20:53:59.761 INFO O| Variants/Facets to change: 1
42962025-10-03T20:54:00.209Z[ recovery-image] Oct 03 20:53:59.823 INFO O| Oct 03 20:53:59.823 INFO O| Done
42972025-10-03T20:54:00.209Z[ recovery-image] Oct 03 20:53:59.823 INFO O| Oct 03 20:53:59.823 INFO O| Done
42982025-10-03T20:54:02.239Z[ recovery-image] Oct 03 20:54:01.853 INFO O| Oct 03 20:54:01.853 INFO O| Done
42992025-10-03T20:54:02.363Z[ recovery-image] Oct 03 20:54:01.977 INFO O| Oct 03 20:54:01.977 INFO O| Done
43002025-10-03T20:54:02.388Z[ recovery-image] Oct 03 20:54:01.978 INFO O| Oct 03 20:54:01.978 INFO O| Done
43012025-10-03T20:54:02.388Z[ recovery-image] Oct 03 20:54:01.979 INFO O| Oct 03 20:54:01.979 INFO O| Done
43022025-10-03T20:54:02.388Z[ recovery-image] Oct 03 20:54:01.982 INFO O| Oct 03 20:54:01.981 INFO O| Done
43032025-10-03T20:54:03.970Z[ recovery-image] Oct 03 20:54:03.583 INFO O| Oct 03 20:54:03.583 INFO STEP 10 (pkg_change_facet) COMPLETE
43042025-10-03T20:54:03.970Z[ recovery-image] Oct 03 20:54:03.583 INFO O| Oct 03 20:54:03.583 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43052025-10-03T20:54:03.996Z[ recovery-image] Oct 03 20:54:03.610 INFO O| Oct 03 20:54:03.610 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/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@17.0.0.0"]
43062025-10-03T20:54:04.322Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43072025-10-03T20:54:06.328Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43082025-10-03T20:54:06.893Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43092025-10-03T20:54:18.363Z[ host-image] Oct 03 20:54:17.977 INFO O| Oct 03 20:54:17.977 INFO O| Planning: Solver setup ... Done
43102025-10-03T20:54:22.876Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43112025-10-03T20:54:23.402Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43122025-10-03T20:54:25.209Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43132025-10-03T20:54:40.172Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
43142025-10-03T20:54:42.283Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43152025-10-03T20:54:42.341Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43162025-10-03T20:54:46.433Z[ recovery-image] Oct 03 20:54:46.048 INFO O| Oct 03 20:54:46.048 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43172025-10-03T20:55:00.462Z[ recovery-image] Oct 03 20:55:00.077 INFO O| Oct 03 20:55:00.077 INFO O| Startup: Caching catalogs ... Done
43182025-10-03T20:55:04.869Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43192025-10-03T20:55:08.925Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
43202025-10-03T20:55:09.997Z[verify-libraries] Compiling dropshot-api-manager v0.2.1
43212025-10-03T20:55:16.855Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43222025-10-03T20:55:16.912Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43232025-10-03T20:55:39.228Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43242025-10-03T20:55:41.418Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43252025-10-03T20:55:56.500Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43262025-10-03T20:56:01.746Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43272025-10-03T20:56:03.957Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43282025-10-03T20:56:04.981Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43292025-10-03T20:56:07.348Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43302025-10-03T20:56:08.221Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43312025-10-03T20:56:09.307Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43322025-10-03T20:56:28.537Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43332025-10-03T20:56:34.771Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43342025-10-03T20:56:49.979Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43352025-10-03T20:56:52.016Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43362025-10-03T20:56:53.024Z[verify-libraries] Compiling termios v0.3.3
43372025-10-03T20:56:55.398Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43382025-10-03T20:56:59.167Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43392025-10-03T20:57:20.542Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43402025-10-03T20:57:23.064Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43412025-10-03T20:57:25.977Z[ recovery-image] Oct 03 20:57:25.597 INFO O| Oct 03 20:57:25.597 INFO O| Planning: Solver setup ... Done
43422025-10-03T20:57:47.378Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43432025-10-03T20:58:22.168Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
43442025-10-03T20:59:39.380Z[ host-image] Oct 03 20:59:39.005 INFO O| Oct 03 20:59:38.079 INFO O| Planning: Running solver ... Done
43452025-10-03T20:59:39.966Z[ host-image] Oct 03 20:59:39.566 INFO O| Oct 03 20:59:39.566 INFO O| Planning: Finding local manifests ... Done
43462025-10-03T20:59:40.256Z[ host-image] Oct 03 20:59:39.882 INFO O| Oct 03 20:59:39.882 INFO O| Planning: Fetching manifests: 0/126 0% complete
43472025-10-03T20:59:41.409Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43482025-10-03T20:59:45.265Z[ host-image] Oct 03 20:59:44.890 INFO O| Oct 03 20:59:44.890 INFO O| Planning: Fetching manifests: 77/126 61% complete
43492025-10-03T20:59:48.332Z[ host-image] Oct 03 20:59:47.957 INFO O| Oct 03 20:59:47.957 INFO O| Planning: Fetching manifests: 126/126 100% complete
43502025-10-03T20:59:49.893Z[ host-image] Oct 03 20:59:49.519 INFO O| Oct 03 20:59:49.519 INFO O| Planning: Package planning ... Done
43512025-10-03T20:59:50.922Z[ host-image] Oct 03 20:59:50.548 INFO O| Oct 03 20:59:50.548 INFO O| Planning: Merging actions ... Done
43522025-10-03T20:59:51.245Z[ host-image] Oct 03 20:59:50.871 INFO O| Oct 03 20:59:50.871 INFO O| Planning: Checking for conflicting actions ... Done
43532025-10-03T20:59:51.437Z[ host-image] Oct 03 20:59:51.063 INFO O| Oct 03 20:59:51.063 INFO O| Planning: Consolidating action changes ... Done
43542025-10-03T20:59:53.285Z[ host-image] Oct 03 20:59:52.911 INFO O| Oct 03 20:59:52.911 INFO O| Planning: Evaluating mediators ... Done
43552025-10-03T20:59:57.594Z[ host-image] Oct 03 20:59:57.220 INFO O| Oct 03 20:59:57.220 INFO O| Planning: Planning completed in 480.80 seconds
43562025-10-03T20:59:57.618Z[ host-image] Oct 03 20:59:57.224 INFO O| Oct 03 20:59:57.224 INFO O| Packages to install: 126
43572025-10-03T20:59:57.618Z[ host-image] Oct 03 20:59:57.224 INFO O| Oct 03 20:59:57.224 INFO O| Mediators to change: 5
43582025-10-03T20:59:57.618Z[ host-image] Oct 03 20:59:57.224 INFO O| Oct 03 20:59:57.224 INFO O| Services to change: 6
43592025-10-03T20:59:57.702Z[ host-image] Oct 03 20:59:57.328 INFO O| Oct 03 20:59:57.328 INFO O| Download: 0/22893 items 0.0/207.4MB 0% complete
43602025-10-03T21:00:02.748Z[ host-image] Oct 03 21:00:02.374 INFO O| Oct 03 21:00:02.374 INFO O| Download: 1267/22893 items 7.4/207.4MB 3% complete (1.6M/s)
43612025-10-03T21:00:07.072Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43622025-10-03T21:00:07.925Z[ host-image] Oct 03 21:00:07.551 INFO O| Oct 03 21:00:07.551 INFO O| Download: 1807/22893 items 16.9/207.4MB 8% complete (1.7M/s)
43632025-10-03T21:00:12.947Z[ host-image] Oct 03 21:00:12.574 INFO O| Oct 03 21:00:12.573 INFO O| Download: 2415/22893 items 28.1/207.4MB 13% complete (2.0M/s)
43642025-10-03T21:00:13.091Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43652025-10-03T21:00:17.959Z[ host-image] Oct 03 21:00:17.586 INFO O| Oct 03 21:00:17.586 INFO O| Download: 3582/22893 items 36.0/207.4MB 17% complete (1.9M/s)
43662025-10-03T21:00:22.983Z[ host-image] Oct 03 21:00:22.610 INFO O| Oct 03 21:00:22.610 INFO O| Download: 4706/22893 items 43.3/207.4MB 20% complete (1.5M/s)
43672025-10-03T21:00:27.983Z[ host-image] Oct 03 21:00:27.610 INFO O| Oct 03 21:00:27.610 INFO O| Download: 5777/22893 items 46.6/207.4MB 22% complete (1.1M/s)
43682025-10-03T21:00:33.092Z[ host-image] Oct 03 21:00:32.720 INFO O| Oct 03 21:00:32.720 INFO O| Download: 6839/22893 items 48.1/207.4MB 23% complete (495k/s)
43692025-10-03T21:00:38.093Z[ host-image] Oct 03 21:00:37.720 INFO O| Oct 03 21:00:37.720 INFO O| Download: 7657/22893 items 58.7/207.4MB 28% complete (1.2M/s)
43702025-10-03T21:00:43.096Z[ host-image] Oct 03 21:00:42.724 INFO O| Oct 03 21:00:42.724 INFO O| Download: 8364/22893 items 70.2/207.4MB 33% complete (2.0M/s)
43712025-10-03T21:00:48.098Z[ host-image] Oct 03 21:00:47.725 INFO O| Oct 03 21:00:47.725 INFO O| Download: 9281/22893 items 80.2/207.4MB 38% complete (2.0M/s)
43722025-10-03T21:00:53.105Z[ host-image] Oct 03 21:00:52.733 INFO O| Oct 03 21:00:52.733 INFO O| Download: 10445/22893 items 91.2/207.4MB 43% complete (2.2M/s)
43732025-10-03T21:00:58.117Z[ host-image] Oct 03 21:00:57.745 INFO O| Oct 03 21:00:57.745 INFO O| Download: 11274/22893 items 97.3/207.4MB 46% complete (1.8M/s)
43742025-10-03T21:01:03.122Z[ host-image] Oct 03 21:01:02.749 INFO O| Oct 03 21:01:02.749 INFO O| Download: 12095/22893 items 103.5/207.4MB 49% complete (1.2M/s)
43752025-10-03T21:01:08.136Z[ host-image] Oct 03 21:01:07.764 INFO O| Oct 03 21:01:07.764 INFO O| Download: 12784/22893 items 113.1/207.4MB 54% complete (1.6M/s)
43762025-10-03T21:01:13.174Z[ host-image] Oct 03 21:01:12.803 INFO O| Oct 03 21:01:12.787 INFO O| Download: 13976/22893 items 113.7/207.4MB 54% complete (1.0M/s)
43772025-10-03T21:01:18.159Z[ host-image] Oct 03 21:01:17.787 INFO O| Oct 03 21:01:17.787 INFO O| Download: 14675/22893 items 120.3/207.4MB 58% complete (738k/s)
43782025-10-03T21:01:23.293Z[ host-image] Oct 03 21:01:22.922 INFO O| Oct 03 21:01:22.922 INFO O| Download: 15830/22893 items 129.6/207.4MB 62% complete (1.6M/s)
43792025-10-03T21:01:28.354Z[ host-image] Oct 03 21:01:27.983 INFO O| Oct 03 21:01:27.983 INFO O| Download: 16973/22893 items 143.9/207.4MB 69% complete (2.4M/s)
43802025-10-03T21:01:33.458Z[ host-image] Oct 03 21:01:33.087 INFO O| Oct 03 21:01:33.087 INFO O| Download: 17996/22893 items 162.1/207.4MB 78% complete (3.0M/s)
43812025-10-03T21:01:38.569Z[ host-image] Oct 03 21:01:38.088 INFO O| Oct 03 21:01:38.088 INFO O| Download: 19066/22893 items 169.9/207.4MB 81% complete (2.6M/s)
43822025-10-03T21:01:39.669Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43832025-10-03T21:01:43.476Z[ host-image] Oct 03 21:01:43.106 INFO O| Oct 03 21:01:43.106 INFO O| Download: 20250/22893 items 174.6/207.4MB 84% complete (1.3M/s)
43842025-10-03T21:01:46.023Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43852025-10-03T21:01:48.500Z[ host-image] Oct 03 21:01:48.130 INFO O| Oct 03 21:01:48.130 INFO O| Download: 21071/22893 items 182.8/207.4MB 88% complete (1.3M/s)
43862025-10-03T21:01:53.516Z[ host-image] Oct 03 21:01:53.146 INFO O| Oct 03 21:01:53.145 INFO O| Download: 22035/22893 items 200.4/207.4MB 96% complete (2.6M/s)
43872025-10-03T21:01:53.850Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43882025-10-03T21:01:53.984Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43892025-10-03T21:01:58.533Z[ host-image] Oct 03 21:01:58.163 INFO O| Oct 03 21:01:58.163 INFO O| Download: 22771/22893 items 207.2/207.4MB 99% complete (2.5M/s)
43902025-10-03T21:01:59.401Z[ host-image] Oct 03 21:01:59.031 INFO O| Oct 03 21:01:59.031 INFO O| Download: Completed 207.42 MB in 121.70 seconds (1.7M/s)
43912025-10-03T21:02:00.632Z[ host-image] Oct 03 21:02:00.262 INFO O| Oct 03 21:02:00.262 INFO O| Actions: 1/50812 actions (Installing new actions)
43922025-10-03T21:02:05.635Z[ host-image] Oct 03 21:02:05.266 INFO O| Oct 03 21:02:05.265 INFO O| Actions: 10915/50812 actions (Installing new actions)
43932025-10-03T21:02:10.646Z[ host-image] Oct 03 21:02:10.275 INFO O| Oct 03 21:02:10.275 INFO O| Actions: 17667/50812 actions (Installing new actions)
43942025-10-03T21:02:15.644Z[ host-image] Oct 03 21:02:15.275 INFO O| Oct 03 21:02:15.275 INFO O| Actions: 24197/50812 actions (Installing new actions)
43952025-10-03T21:02:20.644Z[ host-image] Oct 03 21:02:20.275 INFO O| Oct 03 21:02:20.275 INFO O| Actions: 42537/50812 actions (Installing new actions)
43962025-10-03T21:02:23.506Z[ host-image] Oct 03 21:02:23.137 INFO O| Oct 03 21:02:23.137 INFO O| Actions: Completed 50812 actions in 22.87 seconds.
43972025-10-03T21:02:24.399Z[ host-image] Oct 03 21:02:24.030 INFO O| Oct 03 21:02:24.030 INFO O| Done
43982025-10-03T21:02:24.399Z[ host-image] Oct 03 21:02:24.030 INFO O| Oct 03 21:02:24.030 INFO O| Done
43992025-10-03T21:02:27.029Z[ host-image] Oct 03 21:02:26.660 INFO O| Oct 03 21:02:26.660 INFO O| Done
44002025-10-03T21:02:30.114Z[ host-image] Oct 03 21:02:29.745 INFO O| Oct 03 21:02:29.745 INFO O| Done
44012025-10-03T21:02:30.179Z[ host-image] Oct 03 21:02:29.810 INFO O| Oct 03 21:02:29.810 INFO O| Done
44022025-10-03T21:02:36.742Z[ host-image] Oct 03 21:02:36.374 INFO O| Oct 03 21:02:36.373 INFO O| Done
44032025-10-03T21:02:37.820Z[ host-image] Oct 03 21:02:37.451 INFO O| Oct 03 21:02:37.451 INFO O| Done
44042025-10-03T21:02:41.757Z[ host-image] Oct 03 21:02:41.389 INFO O| Oct 03 21:02:41.389 INFO STEP 11 (pkg_install) COMPLETE
44052025-10-03T21:02:41.757Z[ host-image] Oct 03 21:02:41.389 INFO O| Oct 03 21:02:41.389 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44062025-10-03T21:02:41.782Z[ host-image] Oct 03 21:02:41.413 INFO O| Oct 03 21:02:41.413 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"]
44072025-10-03T21:02:42.610Z[ recovery-image] Oct 03 21:02:42.242 INFO O| Oct 03 21:02:42.242 INFO O| Planning: Running solver ... Done
44082025-10-03T21:02:44.722Z[ recovery-image] Oct 03 21:02:44.354 INFO O| Oct 03 21:02:44.353 INFO O| Planning: Finding local manifests ... Done
44092025-10-03T21:02:44.962Z[ recovery-image] Oct 03 21:02:44.594 INFO O| Oct 03 21:02:44.594 INFO O| Planning: Fetching manifests: 0/126 0% complete
44102025-10-03T21:02:49.963Z[ recovery-image] Oct 03 21:02:49.595 INFO O| Oct 03 21:02:49.595 INFO O| Planning: Fetching manifests: 60/126 47% complete
44112025-10-03T21:02:54.580Z[ recovery-image] Oct 03 21:02:54.212 INFO O| Oct 03 21:02:54.212 INFO O| Planning: Fetching manifests: 126/126 100% complete
44122025-10-03T21:02:55.499Z[ recovery-image] Oct 03 21:02:55.132 INFO O| Oct 03 21:02:55.131 INFO O| Planning: Package planning ... Done
44132025-10-03T21:02:56.040Z[ recovery-image] Oct 03 21:02:55.672 INFO O| Oct 03 21:02:55.672 INFO O| Planning: Merging actions ... Done
44142025-10-03T21:02:56.180Z[ recovery-image] Oct 03 21:02:55.813 INFO O| Oct 03 21:02:55.813 INFO O| Planning: Checking for conflicting actions ... Done
44152025-10-03T21:02:56.297Z[ recovery-image] Oct 03 21:02:55.929 INFO O| Oct 03 21:02:55.929 INFO O| Planning: Consolidating action changes ... Done
44162025-10-03T21:02:56.683Z[ recovery-image] Oct 03 21:02:56.315 INFO O| Oct 03 21:02:56.315 INFO O| Planning: Evaluating mediators ... Done
44172025-10-03T21:03:01.841Z[ recovery-image] Oct 03 21:03:01.474 INFO O| Oct 03 21:03:01.474 INFO O| Planning: Planning completed in 481.26 seconds
44182025-10-03T21:03:01.866Z[ recovery-image] Oct 03 21:03:01.479 INFO O| Oct 03 21:03:01.479 INFO O| Packages to install: 126
44192025-10-03T21:03:01.866Z[ recovery-image] Oct 03 21:03:01.479 INFO O| Oct 03 21:03:01.479 INFO O| Mediators to change: 5
44202025-10-03T21:03:01.866Z[ recovery-image] Oct 03 21:03:01.479 INFO O| Oct 03 21:03:01.479 INFO O| Services to change: 5
44212025-10-03T21:03:01.963Z[ recovery-image] Oct 03 21:03:01.595 INFO O| Oct 03 21:03:01.595 INFO O| Download: 0/15944 items 0.0/184.1MB 0% complete
44222025-10-03T21:03:06.993Z[ recovery-image] Oct 03 21:03:06.625 INFO O| Oct 03 21:03:06.625 INFO O| Download: 1086/15944 items 9.2/184.1MB 4% complete (1.9M/s)
44232025-10-03T21:03:11.998Z[ recovery-image] Oct 03 21:03:11.631 INFO O| Oct 03 21:03:11.631 INFO O| Download: 1664/15944 items 25.8/184.1MB 14% complete (2.6M/s)
44242025-10-03T21:03:17.006Z[ recovery-image] Oct 03 21:03:16.639 INFO O| Oct 03 21:03:16.638 INFO O| Download: 3453/15944 items 38.4/184.1MB 20% complete (2.9M/s)
44252025-10-03T21:03:21.833Z[ host-image] Oct 03 21:03:21.466 INFO O| Oct 03 21:03:21.466 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44262025-10-03T21:03:22.278Z[ recovery-image] Oct 03 21:03:21.911 INFO O| Oct 03 21:03:21.911 INFO O| Download: 4529/15944 items 43.1/184.1MB 23% complete (1.7M/s)
44272025-10-03T21:03:27.300Z[ recovery-image] Oct 03 21:03:26.934 INFO O| Oct 03 21:03:26.934 INFO O| Download: 5390/15944 items 43.6/184.1MB 23% complete (521k/s)
44282025-10-03T21:03:32.331Z[ recovery-image] Oct 03 21:03:31.965 INFO O| Oct 03 21:03:31.964 INFO O| Download: 6195/15944 items 59.2/184.1MB 32% complete (1.6M/s)
44292025-10-03T21:03:37.390Z[ recovery-image] Oct 03 21:03:37.024 INFO O| Oct 03 21:03:37.023 INFO O| Download: 7286/15944 items 76.6/184.1MB 41% complete (3.3M/s)
44302025-10-03T21:03:37.792Z[ host-image] Oct 03 21:03:37.426 INFO O| Oct 03 21:03:37.426 INFO O| Startup: Caching catalogs ... Done
44312025-10-03T21:03:42.392Z[ recovery-image] Oct 03 21:03:42.026 INFO O| Oct 03 21:03:42.025 INFO O| Download: 8043/15944 items 81.7/184.1MB 44% complete (2.3M/s)
44322025-10-03T21:03:46.483Z[ host-image] Oct 03 21:03:46.118 INFO O| Oct 03 21:03:46.117 INFO O| Planning: Solver setup ... Done
44332025-10-03T21:03:46.510Z[ host-image] Oct 03 21:03:46.130 INFO O| Oct 03 21:03:46.130 INFO O| Planning: Running solver ... Done
44342025-10-03T21:03:46.655Z[ host-image] Oct 03 21:03:46.289 INFO O| Oct 03 21:03:46.289 INFO O| Planning: Finding local manifests ... Done
44352025-10-03T21:03:46.774Z[ host-image] Oct 03 21:03:46.407 INFO O| Oct 03 21:03:46.407 INFO O| Planning: Fetching manifests: 0/5 0% complete
44362025-10-03T21:03:47.085Z[ host-image] Oct 03 21:03:46.719 INFO O| Oct 03 21:03:46.719 INFO O| Planning: Fetching manifests: 5/5 100% complete
44372025-10-03T21:03:47.149Z[ host-image] Oct 03 21:03:46.784 INFO O| Oct 03 21:03:46.783 INFO O| Planning: Package planning ... Done
44382025-10-03T21:03:47.174Z[ host-image] Oct 03 21:03:46.789 INFO O| Oct 03 21:03:46.789 INFO O| Planning: Merging actions ... Done
44392025-10-03T21:03:47.255Z[ host-image] Oct 03 21:03:46.889 INFO O| Oct 03 21:03:46.889 INFO O| Planning: Checking for conflicting actions ... Done
44402025-10-03T21:03:47.280Z[ host-image] Oct 03 21:03:46.891 INFO O| Oct 03 21:03:46.891 INFO O| Planning: Consolidating action changes ... Done
44412025-10-03T21:03:47.402Z[ recovery-image] Oct 03 21:03:47.036 INFO O| Oct 03 21:03:47.035 INFO O| Download: 8921/15944 items 95.3/184.1MB 51% complete (1.8M/s)
44422025-10-03T21:03:47.630Z[ host-image] Oct 03 21:03:47.264 INFO O| Oct 03 21:03:47.264 INFO O| Planning: Evaluating mediators ... Done
44432025-10-03T21:03:47.655Z[ host-image] Oct 03 21:03:47.266 INFO O| Oct 03 21:03:47.266 INFO O| Planning: Planning completed in 9.73 seconds
44442025-10-03T21:03:47.655Z[ host-image] Oct 03 21:03:47.267 INFO O| Oct 03 21:03:47.267 INFO O| Packages to install: 5
44452025-10-03T21:03:47.655Z[ host-image] Oct 03 21:03:47.267 INFO O| Oct 03 21:03:47.267 INFO O| Services to change: 2
44462025-10-03T21:03:47.679Z[ host-image] Oct 03 21:03:47.307 INFO O| Oct 03 21:03:47.307 INFO O| Download: 0/121 items 0.0/1.5MB 0% complete
44472025-10-03T21:03:49.429Z[ host-image] Oct 03 21:03:49.063 INFO O| Oct 03 21:03:49.063 INFO O| Download: Completed 1.48 MB in 1.76 seconds (862k/s)
44482025-10-03T21:03:49.474Z[ host-image] Oct 03 21:03:49.108 INFO O| Oct 03 21:03:49.108 INFO O| Actions: 1/313 actions (Installing new actions)
44492025-10-03T21:03:49.668Z[ host-image] Oct 03 21:03:49.302 INFO O| Oct 03 21:03:49.301 INFO O| Actions: Completed 313 actions in 0.19 seconds.
44502025-10-03T21:03:51.109Z[ host-image] Oct 03 21:03:50.743 INFO O| Oct 03 21:03:50.743 INFO O| Done
44512025-10-03T21:03:51.109Z[ host-image] Oct 03 21:03:50.744 INFO O| Oct 03 21:03:50.743 INFO O| Done
44522025-10-03T21:03:52.417Z[ recovery-image] Oct 03 21:03:52.051 INFO O| Oct 03 21:03:52.051 INFO O| Download: 10168/15944 items 96.6/184.1MB 52% complete (1.5M/s)
44532025-10-03T21:03:52.516Z[ host-image] Oct 03 21:03:52.150 INFO O| Oct 03 21:03:52.150 INFO O| Done
44542025-10-03T21:03:54.389Z[ host-image] Oct 03 21:03:54.024 INFO O| Oct 03 21:03:54.023 INFO O| Done
44552025-10-03T21:03:54.435Z[ host-image] Oct 03 21:03:54.069 INFO O| Oct 03 21:03:54.069 INFO O| Done
44562025-10-03T21:03:54.459Z[ host-image] Oct 03 21:03:54.069 INFO O| Oct 03 21:03:54.069 INFO O| Done
44572025-10-03T21:03:54.483Z[ host-image] Oct 03 21:03:54.095 INFO O| Oct 03 21:03:54.095 INFO O| Done
44582025-10-03T21:03:56.148Z[ host-image] Oct 03 21:03:55.781 INFO O| Oct 03 21:03:55.781 INFO STEP 12 (pkg_install) COMPLETE
44592025-10-03T21:03:56.148Z[ host-image] Oct 03 21:03:55.782 INFO O| Oct 03 21:03:55.781 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44602025-10-03T21:03:56.175Z[ host-image] Oct 03 21:03:55.798 INFO O| Oct 03 21:03:55.798 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44612025-10-03T21:03:57.450Z[ recovery-image] Oct 03 21:03:57.080 INFO O| Oct 03 21:03:57.079 INFO O| Download: 11152/15944 items 103.0/184.1MB 55% complete (749k/s)
44622025-10-03T21:04:02.461Z[ recovery-image] Oct 03 21:04:02.095 INFO O| Oct 03 21:04:02.095 INFO O| Download: 11992/15944 items 131.9/184.1MB 71% complete (3.5M/s)
44632025-10-03T21:04:07.464Z[ recovery-image] Oct 03 21:04:07.099 INFO O| Oct 03 21:04:07.099 INFO O| Download: 12903/15944 items 147.4/184.1MB 80% complete (4.5M/s)
44642025-10-03T21:04:12.464Z[ recovery-image] Oct 03 21:04:12.099 INFO O| Oct 03 21:04:12.099 INFO O| Download: 14116/15944 items 152.0/184.1MB 82% complete (2.0M/s)
44652025-10-03T21:04:17.465Z[ recovery-image] Oct 03 21:04:17.100 INFO O| Oct 03 21:04:17.100 INFO O| Download: 14845/15944 items 160.3/184.1MB 87% complete (1.3M/s)
44662025-10-03T21:04:22.481Z[ recovery-image] Oct 03 21:04:22.116 INFO O| Oct 03 21:04:22.116 INFO O| Download: 15646/15944 items 177.9/184.1MB 96% complete (2.6M/s)
44672025-10-03T21:04:25.945Z[ recovery-image] Oct 03 21:04:25.580 INFO O| Oct 03 21:04:25.580 INFO O| Download: Completed 184.06 MB in 83.98 seconds (2.2M/s)
44682025-10-03T21:04:27.936Z[ recovery-image] Oct 03 21:04:27.565 INFO O| Oct 03 21:04:27.565 INFO O| Actions: 1/26308 actions (Installing new actions)
44692025-10-03T21:04:28.494Z[ host-image] Oct 03 21:04:28.129 INFO O| Oct 03 21:04:28.129 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44702025-10-03T21:04:32.931Z[ recovery-image] Oct 03 21:04:32.565 INFO O| Oct 03 21:04:32.565 INFO O| Actions: 10647/26308 actions (Installing new actions)
44712025-10-03T21:04:37.950Z[ recovery-image] Oct 03 21:04:37.584 INFO O| Oct 03 21:04:37.583 INFO O| Actions: 17293/26308 actions (Installing new actions)
44722025-10-03T21:04:42.950Z[ recovery-image] Oct 03 21:04:42.586 INFO O| Oct 03 21:04:42.586 INFO O| Actions: 25919/26308 actions (Installing new actions)
44732025-10-03T21:04:43.179Z[ recovery-image] Oct 03 21:04:42.814 INFO O| Oct 03 21:04:42.814 INFO O| Actions: Completed 26308 actions in 15.23 seconds.
44742025-10-03T21:04:43.902Z[ recovery-image] Oct 03 21:04:43.537 INFO O| Oct 03 21:04:43.537 INFO O| Done
44752025-10-03T21:04:43.930Z[ recovery-image] Oct 03 21:04:43.537 INFO O| Oct 03 21:04:43.537 INFO O| Done
44762025-10-03T21:04:44.153Z[ host-image] Oct 03 21:04:43.788 INFO O| Oct 03 21:04:43.788 INFO O| Startup: Caching catalogs ... Done
44772025-10-03T21:04:46.055Z[ recovery-image] Oct 03 21:04:45.691 INFO O| Oct 03 21:04:45.691 INFO O| Done
44782025-10-03T21:04:51.884Z[ recovery-image] Oct 03 21:04:47.697 INFO O| Oct 03 21:04:47.697 INFO O| Done
44792025-10-03T21:04:51.928Z[ recovery-image] Oct 03 21:04:47.718 INFO O| Oct 03 21:04:47.718 INFO O| Done
44802025-10-03T21:04:52.039Z[ recovery-image] Oct 03 21:04:51.675 INFO O| Oct 03 21:04:51.675 INFO O| Done
44812025-10-03T21:04:52.664Z[ recovery-image] Oct 03 21:04:52.300 INFO O| Oct 03 21:04:52.300 INFO O| Done
44822025-10-03T21:04:52.902Z[ host-image] Oct 03 21:04:52.538 INFO O| Oct 03 21:04:52.538 INFO O| Planning: Solver setup ... Done
44832025-10-03T21:04:52.927Z[ host-image] Oct 03 21:04:52.558 INFO O| Oct 03 21:04:52.558 INFO O| Planning: Running solver ... Done
44842025-10-03T21:04:53.059Z[ host-image] Oct 03 21:04:52.695 INFO O| Oct 03 21:04:52.695 INFO O| Planning: Finding local manifests ... Done
44852025-10-03T21:04:53.248Z[ host-image] Oct 03 21:04:52.884 INFO O| Oct 03 21:04:52.884 INFO O| Planning: Fetching manifests: 0/6 0% complete
44862025-10-03T21:04:53.623Z[ host-image] Oct 03 21:04:53.259 INFO O| Oct 03 21:04:53.259 INFO O| Planning: Fetching manifests: 6/6 100% complete
44872025-10-03T21:04:53.687Z[ host-image] Oct 03 21:04:53.323 INFO O| Oct 03 21:04:53.323 INFO O| Planning: Package planning ... Done
44882025-10-03T21:04:53.725Z[ host-image] Oct 03 21:04:53.361 INFO O| Oct 03 21:04:53.361 INFO O| Planning: Merging actions ... Done
44892025-10-03T21:04:53.857Z[ host-image] Oct 03 21:04:53.492 INFO O| Oct 03 21:04:53.492 INFO O| Planning: Checking for conflicting actions ... Done
44902025-10-03T21:04:53.882Z[ host-image] Oct 03 21:04:53.498 INFO O| Oct 03 21:04:53.498 INFO O| Planning: Consolidating action changes ... Done
44912025-10-03T21:04:54.467Z[ host-image] Oct 03 21:04:54.103 INFO O| Oct 03 21:04:54.103 INFO O| Planning: Evaluating mediators ... Done
44922025-10-03T21:04:54.492Z[ host-image] Oct 03 21:04:54.109 INFO O| Oct 03 21:04:54.109 INFO O| Planning: Planning completed in 10.16 seconds
44932025-10-03T21:04:54.492Z[ host-image] Oct 03 21:04:54.110 INFO O| Oct 03 21:04:54.110 INFO O| Packages to install: 6
44942025-10-03T21:04:54.492Z[ host-image] Oct 03 21:04:54.110 INFO O| Oct 03 21:04:54.110 INFO O| Mediators to change: 1
44952025-10-03T21:04:54.492Z[ host-image] Oct 03 21:04:54.110 INFO O| Oct 03 21:04:54.110 INFO O| Services to change: 1
44962025-10-03T21:04:54.519Z[ host-image] Oct 03 21:04:54.141 INFO O| Oct 03 21:04:54.141 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
44972025-10-03T21:04:55.743Z[ recovery-image] Oct 03 21:04:55.379 INFO O| Oct 03 21:04:55.379 INFO STEP 11 (pkg_install) COMPLETE
44982025-10-03T21:04:55.743Z[ recovery-image] Oct 03 21:04:55.379 INFO O| Oct 03 21:04:55.379 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44992025-10-03T21:04:55.769Z[ recovery-image] Oct 03 21:04:55.379 INFO O| Oct 03 21:04:55.379 INFO skip step because feature "recovery" is enabled
45002025-10-03T21:04:55.770Z[ recovery-image] Oct 03 21:04:55.379 INFO O| Oct 03 21:04:55.379 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45012025-10-03T21:04:55.770Z[ recovery-image] Oct 03 21:04:55.379 INFO O| Oct 03 21:04:55.379 INFO skip step because feature "omicron1" is not enabled
45022025-10-03T21:04:55.770Z[ recovery-image] Oct 03 21:04:55.379 INFO O| Oct 03 21:04:55.379 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45032025-10-03T21:04:55.770Z[ recovery-image] Oct 03 21:04:55.397 INFO O| Oct 03 21:04:55.396 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.37.424"]
45042025-10-03T21:04:59.515Z[ host-image] Oct 03 21:04:59.151 INFO O| Oct 03 21:04:59.151 INFO O| Download: 1050/1140 items 3.5/7.7MB 45% complete (728k/s)
45052025-10-03T21:05:00.691Z[ host-image] Oct 03 21:05:00.327 INFO O| Oct 03 21:05:00.326 INFO O| Download: Completed 7.71 MB in 6.19 seconds (1.2M/s)
45062025-10-03T21:05:00.822Z[ host-image] Oct 03 21:05:00.459 INFO O| Oct 03 21:05:00.458 INFO O| Actions: 1/1361 actions (Installing new actions)
45072025-10-03T21:05:01.558Z[ host-image] Oct 03 21:05:01.194 INFO O| Oct 03 21:05:01.194 INFO O| Actions: Completed 1361 actions in 0.74 seconds.
45082025-10-03T21:05:03.353Z[ host-image] Oct 03 21:05:02.989 INFO O| Oct 03 21:05:02.989 INFO O| Done
45092025-10-03T21:05:03.353Z[ host-image] Oct 03 21:05:02.990 INFO O| Oct 03 21:05:02.989 INFO O| Done
45102025-10-03T21:05:05.134Z[ host-image] Oct 03 21:05:04.770 INFO O| Oct 03 21:05:04.770 INFO O| Done
45112025-10-03T21:05:07.949Z[ host-image] Oct 03 21:05:07.585 INFO O| Oct 03 21:05:07.585 INFO O| Done
45122025-10-03T21:05:08.023Z[ host-image] Oct 03 21:05:07.658 INFO O| Oct 03 21:05:07.658 INFO O| Done
45132025-10-03T21:05:08.048Z[ host-image] Oct 03 21:05:07.659 INFO O| Oct 03 21:05:07.659 INFO O| Done
45142025-10-03T21:05:08.102Z[ host-image] Oct 03 21:05:07.738 INFO O| Oct 03 21:05:07.738 INFO O| Done
45152025-10-03T21:05:09.957Z[ host-image] Oct 03 21:05:09.584 INFO O| Oct 03 21:05:09.584 INFO STEP 13 (pkg_install) COMPLETE
45162025-10-03T21:05:09.957Z[ host-image] Oct 03 21:05:09.584 INFO O| Oct 03 21:05:09.584 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45172025-10-03T21:05:09.982Z[ host-image] Oct 03 21:05:09.603 INFO O| Oct 03 21:05:09.603 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.37.424"]
45182025-10-03T21:05:38.520Z[ recovery-image] Oct 03 21:05:38.157 INFO O| Oct 03 21:05:38.157 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45192025-10-03T21:05:51.912Z[ host-image] Oct 03 21:05:51.550 INFO O| Oct 03 21:05:51.550 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45202025-10-03T21:05:54.710Z[ recovery-image] Oct 03 21:05:54.349 INFO O| Oct 03 21:05:54.348 INFO O| Startup: Caching catalogs ... Done
45212025-10-03T21:06:02.029Z[ recovery-image] Oct 03 21:06:01.668 INFO O| Oct 03 21:06:01.668 INFO O| Planning: Solver setup ... Done
45222025-10-03T21:06:02.056Z[ recovery-image] Oct 03 21:06:01.678 INFO O| Oct 03 21:06:01.678 INFO O| Planning: Running solver ... Done
45232025-10-03T21:06:02.169Z[ recovery-image] Oct 03 21:06:01.808 INFO O| Oct 03 21:06:01.808 INFO O| Planning: Finding local manifests ... Done
45242025-10-03T21:06:02.318Z[ recovery-image] Oct 03 21:06:01.957 INFO O| Oct 03 21:06:01.957 INFO O| Planning: Fetching manifests: 0/1 0% complete
45252025-10-03T21:06:02.363Z[ recovery-image] Oct 03 21:06:02.002 INFO O| Oct 03 21:06:02.002 INFO O| Planning: Fetching manifests: 1/1 100% complete
45262025-10-03T21:06:02.392Z[ recovery-image] Oct 03 21:06:02.031 INFO O| Oct 03 21:06:02.031 INFO O| Planning: Package planning ... Done
45272025-10-03T21:06:02.417Z[ recovery-image] Oct 03 21:06:02.032 INFO O| Oct 03 21:06:02.032 INFO O| Planning: Merging actions ... Done
45282025-10-03T21:06:02.441Z[ recovery-image] Oct 03 21:06:02.071 INFO O| Oct 03 21:06:02.071 INFO O| Planning: Checking for conflicting actions ... Done
45292025-10-03T21:06:02.441Z[ recovery-image] Oct 03 21:06:02.071 INFO O| Oct 03 21:06:02.071 INFO O| Planning: Consolidating action changes ... Done
45302025-10-03T21:06:02.647Z[ recovery-image] Oct 03 21:06:02.286 INFO O| Oct 03 21:06:02.285 INFO O| Planning: Evaluating mediators ... Done
45312025-10-03T21:06:02.671Z[ recovery-image] Oct 03 21:06:02.286 INFO O| Oct 03 21:06:02.286 INFO O| Planning: Planning completed in 7.82 seconds
45322025-10-03T21:06:02.672Z[ recovery-image] Oct 03 21:06:02.287 INFO O| Oct 03 21:06:02.286 INFO O| Packages to install: 1
45332025-10-03T21:06:02.672Z[ recovery-image] Oct 03 21:06:02.308 INFO O| Oct 03 21:06:02.308 INFO O| Download: 0/4 items 0.0/10.2MB 0% complete
45342025-10-03T21:06:03.166Z[ recovery-image] Oct 03 21:06:02.805 INFO O| Oct 03 21:06:02.805 INFO O| Download: Completed 10.21 MB in 0.50 seconds (20.6M/s)
45352025-10-03T21:06:03.229Z[ recovery-image] Oct 03 21:06:02.867 INFO O| Oct 03 21:06:02.867 INFO O| Actions: 1/22 actions (Installing new actions)
45362025-10-03T21:06:03.573Z[ recovery-image] Oct 03 21:06:03.212 INFO O| Oct 03 21:06:03.212 INFO O| Actions: Completed 22 actions in 0.34 seconds.
45372025-10-03T21:06:04.297Z[ recovery-image] Oct 03 21:06:03.936 INFO O| Oct 03 21:06:03.935 INFO O| Done
45382025-10-03T21:06:04.297Z[ recovery-image] Oct 03 21:06:03.936 INFO O| Oct 03 21:06:03.935 INFO O| Done
45392025-10-03T21:06:05.126Z[ host-image] Oct 03 21:06:04.764 INFO O| Oct 03 21:06:04.764 INFO O| Startup: Caching catalogs ... Done
45402025-10-03T21:06:05.732Z[ recovery-image] Oct 03 21:06:05.371 INFO O| Oct 03 21:06:05.371 INFO O| Done
45412025-10-03T21:06:07.768Z[ recovery-image] Oct 03 21:06:07.407 INFO O| Oct 03 21:06:07.407 INFO O| Done
45422025-10-03T21:06:07.794Z[ recovery-image] Oct 03 21:06:07.433 INFO O| Oct 03 21:06:07.433 INFO O| Done
45432025-10-03T21:06:07.819Z[ recovery-image] Oct 03 21:06:07.434 INFO O| Oct 03 21:06:07.434 INFO O| Done
45442025-10-03T21:06:07.819Z[ recovery-image] Oct 03 21:06:07.451 INFO O| Oct 03 21:06:07.451 INFO O| Done
45452025-10-03T21:06:09.662Z[ recovery-image] Oct 03 21:06:09.301 INFO O| Oct 03 21:06:09.301 INFO STEP 14 (pkg_install) COMPLETE
45462025-10-03T21:06:09.663Z[ recovery-image] Oct 03 21:06:09.301 INFO O| Oct 03 21:06:09.301 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45472025-10-03T21:06:09.663Z[ recovery-image] Oct 03 21:06:09.301 INFO O| Oct 03 21:06:09.301 INFO skip step because feature "mfg" is not enabled
45482025-10-03T21:06:09.687Z[ recovery-image] Oct 03 21:06:09.301 INFO O| Oct 03 21:06:09.301 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45492025-10-03T21:06:09.687Z[ recovery-image] Oct 03 21:06:09.301 INFO O| Oct 03 21:06:09.301 INFO skip step because feature "compliance" is not enabled
45502025-10-03T21:06:09.688Z[ recovery-image] Oct 03 21:06:09.301 INFO O| Oct 03 21:06:09.301 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45512025-10-03T21:06:09.688Z[ recovery-image] Oct 03 21:06:09.301 INFO O| Oct 03 21:06:09.301 INFO skip step because feature "stress" is not enabled
45522025-10-03T21:06:09.688Z[ recovery-image] Oct 03 21:06:09.301 INFO O| Oct 03 21:06:09.301 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45532025-10-03T21:06:09.688Z[ recovery-image] Oct 03 21:06:09.301 INFO O| Oct 03 21:06:09.301 INFO skip step because feature "compliance" is not enabled
45542025-10-03T21:06:09.688Z[ recovery-image] Oct 03 21:06:09.301 INFO O| Oct 03 21:06:09.301 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45552025-10-03T21:06:09.688Z[ recovery-image] Oct 03 21:06:09.301 INFO O| Oct 03 21:06:09.301 INFO skip step because feature "nfs" is not enabled
45562025-10-03T21:06:09.688Z[ recovery-image] Oct 03 21:06:09.302 INFO O| Oct 03 21:06:09.301 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45572025-10-03T21:06:09.688Z[ recovery-image] Oct 03 21:06:09.302 INFO O| Oct 03 21:06:09.302 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45582025-10-03T21:06:09.713Z[ recovery-image] Oct 03 21:06:09.332 INFO O| Oct 03 21:06:09.332 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45592025-10-03T21:06:09.773Z[ recovery-image] Oct 03 21:06:09.412 INFO O| Oct 03 21:06:09.412 INFO completed processing sled/ramdisk-01-os
45602025-10-03T21:06:10.362Z[ recovery-image] Oct 03 21:06:10.000 INFO image builder template: ramdisk-02-trim...
45612025-10-03T21:06:10.362Z[ recovery-image] Oct 03 21:06:10.001 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpFkzMNT/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.37.424", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@17.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
45622025-10-03T21:06:10.407Z[ recovery-image] Oct 03 21:06:10.046 INFO O| Oct 03 21:06:10.046 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45632025-10-03T21:06:10.432Z[ recovery-image] Oct 03 21:06:10.054 INFO O| Oct 03 21:06:10.054 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45642025-10-03T21:06:10.471Z[ recovery-image] Oct 03 21:06:10.110 INFO O| Oct 03 21:06:10.109 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45652025-10-03T21:06:10.503Z[ recovery-image] Oct 03 21:06:10.142 INFO O| Oct 03 21:06:10.141 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45662025-10-03T21:06:10.503Z[ recovery-image] Oct 03 21:06:10.142 INFO O| Oct 03 21:06:10.142 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45672025-10-03T21:06:10.527Z[ recovery-image] Oct 03 21:06:10.151 INFO O| Oct 03 21:06:10.150 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45682025-10-03T21:06:10.527Z[ recovery-image] Oct 03 21:06:10.157 INFO O| Oct 03 21:06:10.157 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45692025-10-03T21:06:10.527Z[ recovery-image] Oct 03 21:06:10.164 INFO O| Oct 03 21:06:10.164 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45702025-10-03T21:06:10.847Z[ recovery-image] Oct 03 21:06:10.486 INFO O| Oct 03 21:06:10.486 INFO rolled back to input snapshot; work may begin
45712025-10-03T21:06:10.847Z[ recovery-image] Oct 03 21:06:10.486 INFO O| Oct 03 21:06:10.486 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45722025-10-03T21:06:10.872Z[ recovery-image] Oct 03 21:06:10.495 INFO O| Oct 03 21:06:10.495 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45732025-10-03T21:06:10.896Z[ recovery-image] Oct 03 21:06:10.514 INFO O| Oct 03 21:06:10.514 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45742025-10-03T21:06:10.936Z[ recovery-image] Oct 03 21:06:10.575 INFO O| Oct 03 21:06:10.575 INFO STEP 0 (remove_files) COMPLETE
45752025-10-03T21:06:10.936Z[ recovery-image] Oct 03 21:06:10.575 INFO O| Oct 03 21:06:10.575 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45762025-10-03T21:06:10.961Z[ recovery-image] Oct 03 21:06:10.594 INFO O| Oct 03 21:06:10.593 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45772025-10-03T21:06:10.961Z[ recovery-image] Oct 03 21:06:10.596 INFO O| Oct 03 21:06:10.596 INFO STEP 1 (remove_files) COMPLETE
45782025-10-03T21:06:10.961Z[ recovery-image] Oct 03 21:06:10.596 INFO O| Oct 03 21:06:10.596 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45792025-10-03T21:06:10.986Z[ recovery-image] Oct 03 21:06:10.613 INFO O| Oct 03 21:06:10.613 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45802025-10-03T21:06:11.061Z[ recovery-image] Oct 03 21:06:10.700 INFO O| Oct 03 21:06:10.700 INFO STEP 2 (remove_files) COMPLETE
45812025-10-03T21:06:11.061Z[ recovery-image] Oct 03 21:06:10.700 INFO O| Oct 03 21:06:10.700 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45822025-10-03T21:06:11.087Z[ recovery-image] Oct 03 21:06:10.718 INFO O| Oct 03 21:06:10.718 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45832025-10-03T21:06:11.087Z[ recovery-image] Oct 03 21:06:10.721 INFO O| Oct 03 21:06:10.721 INFO STEP 3 (remove_files) COMPLETE
45842025-10-03T21:06:11.087Z[ recovery-image] Oct 03 21:06:10.721 INFO O| Oct 03 21:06:10.721 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45852025-10-03T21:06:11.111Z[ recovery-image] Oct 03 21:06:10.735 INFO O| Oct 03 21:06:10.735 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45862025-10-03T21:06:11.111Z[ recovery-image] Oct 03 21:06:10.741 INFO O| Oct 03 21:06:10.741 INFO STEP 4 (remove_files) COMPLETE
45872025-10-03T21:06:11.111Z[ recovery-image] Oct 03 21:06:10.741 INFO O| Oct 03 21:06:10.741 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45882025-10-03T21:06:11.136Z[ recovery-image] Oct 03 21:06:10.757 INFO O| Oct 03 21:06:10.757 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45892025-10-03T21:06:11.136Z[ recovery-image] Oct 03 21:06:10.757 INFO O| Oct 03 21:06:10.757 INFO STEP 5 (remove_files) COMPLETE
45902025-10-03T21:06:11.136Z[ recovery-image] Oct 03 21:06:10.757 INFO O| Oct 03 21:06:10.757 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45912025-10-03T21:06:11.136Z[ recovery-image] Oct 03 21:06:10.774 INFO O| Oct 03 21:06:10.774 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45922025-10-03T21:06:11.161Z[ recovery-image] Oct 03 21:06:10.789 INFO O| Oct 03 21:06:10.789 INFO STEP 6 (remove_files) COMPLETE
45932025-10-03T21:06:11.161Z[ recovery-image] Oct 03 21:06:10.789 INFO O| Oct 03 21:06:10.789 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45942025-10-03T21:06:11.161Z[ recovery-image] Oct 03 21:06:10.789 INFO O| Oct 03 21:06:10.789 INFO skip step because feature "recovery" is enabled
45952025-10-03T21:06:11.161Z[ recovery-image] Oct 03 21:06:10.789 INFO O| Oct 03 21:06:10.789 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45962025-10-03T21:06:11.161Z[ recovery-image] Oct 03 21:06:10.789 INFO O| Oct 03 21:06:10.789 INFO skip step because feature "recovery" is enabled
45972025-10-03T21:06:11.161Z[ recovery-image] Oct 03 21:06:10.790 INFO O| Oct 03 21:06:10.789 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45982025-10-03T21:06:11.161Z[ recovery-image] Oct 03 21:06:10.790 INFO O| Oct 03 21:06:10.789 INFO skip step because feature "recovery" is enabled
45992025-10-03T21:06:11.161Z[ recovery-image] Oct 03 21:06:10.790 INFO O| Oct 03 21:06:10.789 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46002025-10-03T21:06:11.186Z[ recovery-image] Oct 03 21:06:10.805 INFO O| Oct 03 21:06:10.805 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
46012025-10-03T21:06:11.186Z[ recovery-image] Oct 03 21:06:10.810 INFO O| Oct 03 21:06:10.809 INFO STEP 10 (remove_files) COMPLETE
46022025-10-03T21:06:11.186Z[ recovery-image] Oct 03 21:06:10.810 INFO O| Oct 03 21:06:10.810 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46032025-10-03T21:06:11.211Z[ recovery-image] Oct 03 21:06:10.828 INFO O| Oct 03 21:06:10.827 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
46042025-10-03T21:06:11.211Z[ recovery-image] Oct 03 21:06:10.830 INFO O| Oct 03 21:06:10.830 INFO STEP 11 (remove_files) COMPLETE
46052025-10-03T21:06:11.211Z[ recovery-image] Oct 03 21:06:10.830 INFO O| Oct 03 21:06:10.830 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46062025-10-03T21:06:11.211Z[ recovery-image] Oct 03 21:06:10.847 INFO O| Oct 03 21:06:10.847 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
46072025-10-03T21:06:11.211Z[ recovery-image] Oct 03 21:06:10.850 INFO O| Oct 03 21:06:10.850 INFO STEP 12 (remove_files) COMPLETE
46082025-10-03T21:06:11.211Z[ recovery-image] Oct 03 21:06:10.850 INFO O| Oct 03 21:06:10.850 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46092025-10-03T21:06:11.242Z[ recovery-image] Oct 03 21:06:10.881 INFO O| Oct 03 21:06:10.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
46102025-10-03T21:06:11.432Z[ recovery-image] Oct 03 21:06:11.071 INFO O| Oct 03 21:06:11.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
46112025-10-03T21:06:11.457Z[ recovery-image] Oct 03 21:06:11.081 INFO O| Oct 03 21:06:11.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46122025-10-03T21:06:11.511Z[ recovery-image] Oct 03 21:06:11.149 INFO O| Oct 03 21:06:11.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
46132025-10-03T21:06:11.535Z[ recovery-image] Oct 03 21:06:11.152 INFO O| Oct 03 21:06:11.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46142025-10-03T21:06:11.535Z[ recovery-image] Oct 03 21:06:11.172 INFO O| Oct 03 21:06:11.172 INFO STEP 13 (remove_files) COMPLETE
46152025-10-03T21:06:11.535Z[ recovery-image] Oct 03 21:06:11.172 INFO O| Oct 03 21:06:11.172 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46162025-10-03T21:06:11.560Z[ recovery-image] Oct 03 21:06:11.189 INFO O| Oct 03 21:06:11.189 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46172025-10-03T21:06:11.560Z[ recovery-image] Oct 03 21:06:11.191 INFO O| Oct 03 21:06:11.191 INFO STEP 14 (remove_files) COMPLETE
46182025-10-03T21:06:11.560Z[ recovery-image] Oct 03 21:06:11.191 INFO O| Oct 03 21:06:11.191 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46192025-10-03T21:06:11.585Z[ recovery-image] Oct 03 21:06:11.207 INFO O| Oct 03 21:06:11.207 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46202025-10-03T21:06:11.585Z[ recovery-image] Oct 03 21:06:11.217 INFO O| Oct 03 21:06:11.217 INFO STEP 15 (remove_files) COMPLETE
46212025-10-03T21:06:11.585Z[ recovery-image] Oct 03 21:06:11.217 INFO O| Oct 03 21:06:11.217 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46222025-10-03T21:06:11.610Z[ recovery-image] Oct 03 21:06:11.233 INFO O| Oct 03 21:06:11.233 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46232025-10-03T21:06:11.610Z[ recovery-image] Oct 03 21:06:11.234 INFO O| Oct 03 21:06:11.234 INFO STEP 16 (remove_files) COMPLETE
46242025-10-03T21:06:11.610Z[ recovery-image] Oct 03 21:06:11.234 INFO O| Oct 03 21:06:11.234 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46252025-10-03T21:06:11.610Z[ recovery-image] Oct 03 21:06:11.249 INFO O| Oct 03 21:06:11.248 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46262025-10-03T21:06:11.636Z[ recovery-image] Oct 03 21:06:11.251 INFO O| Oct 03 21:06:11.251 INFO STEP 17 (remove_files) COMPLETE
46272025-10-03T21:06:11.636Z[ recovery-image] Oct 03 21:06:11.251 INFO O| Oct 03 21:06:11.251 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46282025-10-03T21:06:11.636Z[ recovery-image] Oct 03 21:06:11.265 INFO O| Oct 03 21:06:11.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46292025-10-03T21:06:11.636Z[ recovery-image] Oct 03 21:06:11.265 INFO O| Oct 03 21:06:11.265 INFO STEP 18 (remove_files) COMPLETE
46302025-10-03T21:06:11.636Z[ recovery-image] Oct 03 21:06:11.265 INFO O| Oct 03 21:06:11.265 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46312025-10-03T21:06:11.661Z[ recovery-image] Oct 03 21:06:11.279 INFO O| Oct 03 21:06:11.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46322025-10-03T21:06:11.661Z[ recovery-image] Oct 03 21:06:11.280 INFO O| Oct 03 21:06:11.280 INFO STEP 19 (remove_files) COMPLETE
46332025-10-03T21:06:11.661Z[ recovery-image] Oct 03 21:06:11.280 INFO O| Oct 03 21:06:11.280 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46342025-10-03T21:06:11.661Z[ recovery-image] Oct 03 21:06:11.293 INFO O| Oct 03 21:06:11.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46352025-10-03T21:06:11.662Z[ recovery-image] Oct 03 21:06:11.294 INFO O| Oct 03 21:06:11.293 INFO STEP 20 (remove_files) COMPLETE
46362025-10-03T21:06:11.662Z[ recovery-image] Oct 03 21:06:11.294 INFO O| Oct 03 21:06:11.294 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46372025-10-03T21:06:11.687Z[ recovery-image] Oct 03 21:06:11.307 INFO O| Oct 03 21:06:11.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46382025-10-03T21:06:11.687Z[ recovery-image] Oct 03 21:06:11.307 INFO O| Oct 03 21:06:11.307 INFO STEP 21 (remove_files) COMPLETE
46392025-10-03T21:06:11.687Z[ recovery-image] Oct 03 21:06:11.308 INFO O| Oct 03 21:06:11.307 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46402025-10-03T21:06:11.687Z[ recovery-image] Oct 03 21:06:11.321 INFO O| Oct 03 21:06:11.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46412025-10-03T21:06:11.687Z[ recovery-image] Oct 03 21:06:11.321 INFO O| Oct 03 21:06:11.321 INFO STEP 22 (remove_files) COMPLETE
46422025-10-03T21:06:11.687Z[ recovery-image] Oct 03 21:06:11.321 INFO O| Oct 03 21:06:11.321 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46432025-10-03T21:06:11.712Z[ recovery-image] Oct 03 21:06:11.336 INFO O| Oct 03 21:06:11.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46442025-10-03T21:06:11.712Z[ recovery-image] Oct 03 21:06:11.336 INFO O| Oct 03 21:06:11.336 INFO STEP 23 (remove_files) COMPLETE
46452025-10-03T21:06:11.712Z[ recovery-image] Oct 03 21:06:11.336 INFO O| Oct 03 21:06:11.336 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462025-10-03T21:06:11.712Z[ recovery-image] Oct 03 21:06:11.349 INFO O| Oct 03 21:06:11.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46472025-10-03T21:06:11.712Z[ recovery-image] Oct 03 21:06:11.349 INFO O| Oct 03 21:06:11.349 INFO STEP 24 (remove_files) COMPLETE
46482025-10-03T21:06:11.712Z[ recovery-image] Oct 03 21:06:11.349 INFO O| Oct 03 21:06:11.349 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46492025-10-03T21:06:11.738Z[ recovery-image] Oct 03 21:06:11.364 INFO O| Oct 03 21:06:11.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46502025-10-03T21:06:11.738Z[ recovery-image] Oct 03 21:06:11.364 INFO O| Oct 03 21:06:11.364 INFO STEP 25 (remove_files) COMPLETE
46512025-10-03T21:06:11.739Z[ recovery-image] Oct 03 21:06:11.364 INFO O| Oct 03 21:06:11.364 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522025-10-03T21:06:11.763Z[ recovery-image] Oct 03 21:06:11.378 INFO O| Oct 03 21:06:11.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46532025-10-03T21:06:11.764Z[ recovery-image] Oct 03 21:06:11.378 INFO O| Oct 03 21:06:11.378 INFO STEP 26 (remove_files) COMPLETE
46542025-10-03T21:06:11.764Z[ recovery-image] Oct 03 21:06:11.378 INFO O| Oct 03 21:06:11.378 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552025-10-03T21:06:11.764Z[ recovery-image] Oct 03 21:06:11.392 INFO O| Oct 03 21:06:11.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46562025-10-03T21:06:11.764Z[ recovery-image] Oct 03 21:06:11.392 INFO O| Oct 03 21:06:11.392 INFO STEP 27 (remove_files) COMPLETE
46572025-10-03T21:06:11.764Z[ recovery-image] Oct 03 21:06:11.392 INFO O| Oct 03 21:06:11.392 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582025-10-03T21:06:11.788Z[ recovery-image] Oct 03 21:06:11.406 INFO O| Oct 03 21:06:11.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46592025-10-03T21:06:11.788Z[ recovery-image] Oct 03 21:06:11.406 INFO O| Oct 03 21:06:11.406 INFO STEP 28 (remove_files) COMPLETE
46602025-10-03T21:06:11.788Z[ recovery-image] Oct 03 21:06:11.406 INFO O| Oct 03 21:06:11.406 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612025-10-03T21:06:11.789Z[ recovery-image] Oct 03 21:06:11.420 INFO O| Oct 03 21:06:11.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46622025-10-03T21:06:11.789Z[ recovery-image] Oct 03 21:06:11.420 INFO O| Oct 03 21:06:11.420 INFO STEP 29 (remove_files) COMPLETE
46632025-10-03T21:06:11.789Z[ recovery-image] Oct 03 21:06:11.420 INFO O| Oct 03 21:06:11.420 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46642025-10-03T21:06:11.813Z[ recovery-image] Oct 03 21:06:11.434 INFO O| Oct 03 21:06:11.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46652025-10-03T21:06:11.813Z[ recovery-image] Oct 03 21:06:11.434 INFO O| Oct 03 21:06:11.434 INFO STEP 30 (remove_files) COMPLETE
46662025-10-03T21:06:11.813Z[ recovery-image] Oct 03 21:06:11.434 INFO O| Oct 03 21:06:11.434 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672025-10-03T21:06:11.813Z[ recovery-image] Oct 03 21:06:11.447 INFO O| Oct 03 21:06:11.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46682025-10-03T21:06:11.813Z[ recovery-image] Oct 03 21:06:11.447 INFO O| Oct 03 21:06:11.447 INFO STEP 31 (remove_files) COMPLETE
46692025-10-03T21:06:11.813Z[ recovery-image] Oct 03 21:06:11.448 INFO O| Oct 03 21:06:11.447 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702025-10-03T21:06:11.838Z[ recovery-image] Oct 03 21:06:11.461 INFO O| Oct 03 21:06:11.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46712025-10-03T21:06:11.839Z[ recovery-image] Oct 03 21:06:11.461 INFO O| Oct 03 21:06:11.461 INFO STEP 32 (remove_files) COMPLETE
46722025-10-03T21:06:11.839Z[ recovery-image] Oct 03 21:06:11.461 INFO O| Oct 03 21:06:11.461 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732025-10-03T21:06:11.839Z[ recovery-image] Oct 03 21:06:11.473 INFO O| Oct 03 21:06:11.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46742025-10-03T21:06:11.839Z[ recovery-image] Oct 03 21:06:11.473 INFO O| Oct 03 21:06:11.473 INFO STEP 33 (remove_files) COMPLETE
46752025-10-03T21:06:11.839Z[ recovery-image] Oct 03 21:06:11.473 INFO O| Oct 03 21:06:11.473 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46762025-10-03T21:06:11.864Z[ recovery-image] Oct 03 21:06:11.486 INFO O| Oct 03 21:06:11.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46772025-10-03T21:06:11.864Z[ recovery-image] Oct 03 21:06:11.486 INFO O| Oct 03 21:06:11.486 INFO STEP 34 (remove_files) COMPLETE
46782025-10-03T21:06:11.864Z[ recovery-image] Oct 03 21:06:11.486 INFO O| Oct 03 21:06:11.486 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46792025-10-03T21:06:11.864Z[ recovery-image] Oct 03 21:06:11.498 INFO O| Oct 03 21:06:11.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46802025-10-03T21:06:11.864Z[ recovery-image] Oct 03 21:06:11.498 INFO O| Oct 03 21:06:11.498 INFO STEP 35 (remove_files) COMPLETE
46812025-10-03T21:06:11.864Z[ recovery-image] Oct 03 21:06:11.498 INFO O| Oct 03 21:06:11.498 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46822025-10-03T21:06:11.889Z[ recovery-image] Oct 03 21:06:11.510 INFO O| Oct 03 21:06:11.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46832025-10-03T21:06:11.889Z[ recovery-image] Oct 03 21:06:11.511 INFO O| Oct 03 21:06:11.510 INFO STEP 36 (remove_files) COMPLETE
46842025-10-03T21:06:11.889Z[ recovery-image] Oct 03 21:06:11.511 INFO O| Oct 03 21:06:11.510 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46852025-10-03T21:06:11.889Z[ recovery-image] Oct 03 21:06:11.525 INFO O| Oct 03 21:06:11.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46862025-10-03T21:06:11.889Z[ recovery-image] Oct 03 21:06:11.526 INFO O| Oct 03 21:06:11.525 INFO STEP 37 (remove_files) COMPLETE
46872025-10-03T21:06:11.889Z[ recovery-image] Oct 03 21:06:11.526 INFO O| Oct 03 21:06:11.526 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46882025-10-03T21:06:11.930Z[ recovery-image] Oct 03 21:06:11.569 INFO O| Oct 03 21:06:11.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46892025-10-03T21:06:11.930Z[ recovery-image] Oct 03 21:06:11.569 INFO O| Oct 03 21:06:11.569 INFO STEP 38 (remove_files) COMPLETE
46902025-10-03T21:06:11.955Z[ recovery-image] Oct 03 21:06:11.569 INFO O| Oct 03 21:06:11.569 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46912025-10-03T21:06:11.955Z[ recovery-image] Oct 03 21:06:11.584 INFO O| Oct 03 21:06:11.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46922025-10-03T21:06:11.955Z[ recovery-image] Oct 03 21:06:11.584 INFO O| Oct 03 21:06:11.584 INFO STEP 39 (remove_files) COMPLETE
46932025-10-03T21:06:11.955Z[ recovery-image] Oct 03 21:06:11.584 INFO O| Oct 03 21:06:11.584 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46942025-10-03T21:06:11.980Z[ recovery-image] Oct 03 21:06:11.599 INFO O| Oct 03 21:06:11.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46952025-10-03T21:06:11.980Z[ recovery-image] Oct 03 21:06:11.599 INFO O| Oct 03 21:06:11.599 INFO STEP 40 (remove_files) COMPLETE
46962025-10-03T21:06:11.981Z[ recovery-image] Oct 03 21:06:11.599 INFO O| Oct 03 21:06:11.599 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46972025-10-03T21:06:11.981Z[ recovery-image] Oct 03 21:06:11.612 INFO O| Oct 03 21:06:11.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46982025-10-03T21:06:11.981Z[ recovery-image] Oct 03 21:06:11.613 INFO O| Oct 03 21:06:11.613 INFO STEP 41 (remove_files) COMPLETE
46992025-10-03T21:06:11.981Z[ recovery-image] Oct 03 21:06:11.613 INFO O| Oct 03 21:06:11.613 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47002025-10-03T21:06:12.007Z[ recovery-image] Oct 03 21:06:11.627 INFO O| Oct 03 21:06:11.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
47012025-10-03T21:06:12.007Z[ recovery-image] Oct 03 21:06:11.627 INFO O| Oct 03 21:06:11.627 INFO STEP 42 (remove_files) COMPLETE
47022025-10-03T21:06:12.007Z[ recovery-image] Oct 03 21:06:11.627 INFO O| Oct 03 21:06:11.627 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47032025-10-03T21:06:12.007Z[ recovery-image] Oct 03 21:06:11.640 INFO O| Oct 03 21:06:11.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
47042025-10-03T21:06:12.007Z[ recovery-image] Oct 03 21:06:11.640 INFO O| Oct 03 21:06:11.640 INFO STEP 43 (remove_files) COMPLETE
47052025-10-03T21:06:12.007Z[ recovery-image] Oct 03 21:06:11.640 INFO O| Oct 03 21:06:11.640 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47062025-10-03T21:06:12.032Z[ recovery-image] Oct 03 21:06:11.652 INFO O| Oct 03 21:06:11.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
47072025-10-03T21:06:12.032Z[ recovery-image] Oct 03 21:06:11.652 INFO O| Oct 03 21:06:11.652 INFO STEP 44 (remove_files) COMPLETE
47082025-10-03T21:06:12.032Z[ recovery-image] Oct 03 21:06:11.652 INFO O| Oct 03 21:06:11.652 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47092025-10-03T21:06:12.057Z[ recovery-image] Oct 03 21:06:11.672 INFO O| Oct 03 21:06:11.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
47102025-10-03T21:06:12.057Z[ recovery-image] Oct 03 21:06:11.672 INFO O| Oct 03 21:06:11.672 INFO STEP 45 (remove_files) COMPLETE
47112025-10-03T21:06:12.057Z[ recovery-image] Oct 03 21:06:11.672 INFO O| Oct 03 21:06:11.672 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47122025-10-03T21:06:12.057Z[ recovery-image] Oct 03 21:06:11.692 INFO O| Oct 03 21:06:11.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47132025-10-03T21:06:12.057Z[ recovery-image] Oct 03 21:06:11.692 INFO O| Oct 03 21:06:11.692 INFO STEP 46 (remove_files) COMPLETE
47142025-10-03T21:06:12.057Z[ recovery-image] Oct 03 21:06:11.693 INFO O| Oct 03 21:06:11.692 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47152025-10-03T21:06:12.082Z[ recovery-image] Oct 03 21:06:11.713 INFO O| Oct 03 21:06:11.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47162025-10-03T21:06:12.082Z[ recovery-image] Oct 03 21:06:11.713 INFO O| Oct 03 21:06:11.713 INFO STEP 47 (remove_files) COMPLETE
47172025-10-03T21:06:12.082Z[ recovery-image] Oct 03 21:06:11.713 INFO O| Oct 03 21:06:11.713 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47182025-10-03T21:06:12.107Z[ recovery-image] Oct 03 21:06:11.732 INFO O| Oct 03 21:06:11.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47192025-10-03T21:06:12.107Z[ recovery-image] Oct 03 21:06:11.732 INFO O| Oct 03 21:06:11.732 INFO STEP 48 (remove_files) COMPLETE
47202025-10-03T21:06:12.107Z[ recovery-image] Oct 03 21:06:11.732 INFO O| Oct 03 21:06:11.732 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47212025-10-03T21:06:12.132Z[ recovery-image] Oct 03 21:06:11.747 INFO O| Oct 03 21:06:11.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47222025-10-03T21:06:12.132Z[ recovery-image] Oct 03 21:06:11.747 INFO O| Oct 03 21:06:11.747 INFO STEP 49 (remove_files) COMPLETE
47232025-10-03T21:06:12.132Z[ recovery-image] Oct 03 21:06:11.747 INFO O| Oct 03 21:06:11.747 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47242025-10-03T21:06:12.132Z[ recovery-image] Oct 03 21:06:11.760 INFO O| Oct 03 21:06:11.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47252025-10-03T21:06:12.132Z[ recovery-image] Oct 03 21:06:11.761 INFO O| Oct 03 21:06:11.760 INFO STEP 50 (remove_files) COMPLETE
47262025-10-03T21:06:12.132Z[ recovery-image] Oct 03 21:06:11.761 INFO O| Oct 03 21:06:11.761 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47272025-10-03T21:06:12.157Z[ recovery-image] Oct 03 21:06:11.773 INFO O| Oct 03 21:06:11.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47282025-10-03T21:06:12.157Z[ recovery-image] Oct 03 21:06:11.773 INFO O| Oct 03 21:06:11.773 INFO STEP 51 (remove_files) COMPLETE
47292025-10-03T21:06:12.157Z[ recovery-image] Oct 03 21:06:11.773 INFO O| Oct 03 21:06:11.773 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47302025-10-03T21:06:12.157Z[ recovery-image] Oct 03 21:06:11.788 INFO O| Oct 03 21:06:11.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47312025-10-03T21:06:12.157Z[ recovery-image] Oct 03 21:06:11.788 INFO O| Oct 03 21:06:11.788 INFO STEP 52 (remove_files) COMPLETE
47322025-10-03T21:06:12.157Z[ recovery-image] Oct 03 21:06:11.788 INFO O| Oct 03 21:06:11.788 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47332025-10-03T21:06:12.182Z[ recovery-image] Oct 03 21:06:11.805 INFO O| Oct 03 21:06:11.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47342025-10-03T21:06:12.182Z[ recovery-image] Oct 03 21:06:11.805 INFO O| Oct 03 21:06:11.805 INFO STEP 53 (remove_files) COMPLETE
47352025-10-03T21:06:12.182Z[ recovery-image] Oct 03 21:06:11.805 INFO O| Oct 03 21:06:11.805 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47362025-10-03T21:06:12.207Z[ recovery-image] Oct 03 21:06:11.823 INFO O| Oct 03 21:06:11.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47372025-10-03T21:06:12.207Z[ recovery-image] Oct 03 21:06:11.823 INFO O| Oct 03 21:06:11.823 INFO STEP 54 (remove_files) COMPLETE
47382025-10-03T21:06:12.207Z[ recovery-image] Oct 03 21:06:11.823 INFO O| Oct 03 21:06:11.823 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47392025-10-03T21:06:12.207Z[ recovery-image] Oct 03 21:06:11.840 INFO O| Oct 03 21:06:11.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47402025-10-03T21:06:12.207Z[ recovery-image] Oct 03 21:06:11.840 INFO O| Oct 03 21:06:11.840 INFO STEP 55 (remove_files) COMPLETE
47412025-10-03T21:06:12.207Z[ recovery-image] Oct 03 21:06:11.840 INFO O| Oct 03 21:06:11.840 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47422025-10-03T21:06:12.232Z[ recovery-image] Oct 03 21:06:11.856 INFO O| Oct 03 21:06:11.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47432025-10-03T21:06:12.232Z[ recovery-image] Oct 03 21:06:11.856 INFO O| Oct 03 21:06:11.856 INFO STEP 56 (remove_files) COMPLETE
47442025-10-03T21:06:12.232Z[ recovery-image] Oct 03 21:06:11.856 INFO O| Oct 03 21:06:11.856 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47452025-10-03T21:06:12.257Z[ recovery-image] Oct 03 21:06:11.874 INFO O| Oct 03 21:06:11.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47462025-10-03T21:06:12.257Z[ recovery-image] Oct 03 21:06:11.874 INFO O| Oct 03 21:06:11.874 INFO STEP 57 (remove_files) COMPLETE
47472025-10-03T21:06:12.257Z[ recovery-image] Oct 03 21:06:11.874 INFO O| Oct 03 21:06:11.874 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47482025-10-03T21:06:12.257Z[ recovery-image] Oct 03 21:06:11.889 INFO O| Oct 03 21:06:11.889 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47492025-10-03T21:06:12.257Z[ recovery-image] Oct 03 21:06:11.889 INFO O| Oct 03 21:06:11.889 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47502025-10-03T21:06:12.282Z[ recovery-image] Oct 03 21:06:11.889 INFO O| Oct 03 21:06:11.889 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47512025-10-03T21:06:12.282Z[ recovery-image] Oct 03 21:06:11.890 INFO O| Oct 03 21:06:11.889 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47522025-10-03T21:06:12.282Z[ recovery-image] Oct 03 21:06:11.890 INFO O| Oct 03 21:06:11.890 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47532025-10-03T21:06:12.282Z[ recovery-image] Oct 03 21:06:11.890 INFO O| Oct 03 21:06:11.890 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47542025-10-03T21:06:12.282Z[ recovery-image] Oct 03 21:06:11.890 INFO O| Oct 03 21:06:11.890 INFO ok!
47552025-10-03T21:06:12.282Z[ recovery-image] Oct 03 21:06:11.890 INFO O| Oct 03 21:06:11.890 INFO STEP 58 (ensure_file) COMPLETE
47562025-10-03T21:06:12.282Z[ recovery-image] Oct 03 21:06:11.890 INFO O| Oct 03 21:06:11.890 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47572025-10-03T21:06:12.307Z[ recovery-image] Oct 03 21:06:11.904 INFO O| Oct 03 21:06:11.904 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47582025-10-03T21:06:12.307Z[ recovery-image] Oct 03 21:06:11.904 INFO O| Oct 03 21:06:11.904 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47592025-10-03T21:06:12.307Z[ recovery-image] Oct 03 21:06:11.904 INFO O| Oct 03 21:06:11.904 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47602025-10-03T21:06:12.307Z[ recovery-image] Oct 03 21:06:11.904 INFO O| Oct 03 21:06:11.904 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47612025-10-03T21:06:12.307Z[ recovery-image] Oct 03 21:06:11.904 INFO O| Oct 03 21:06:11.904 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47622025-10-03T21:06:12.307Z[ recovery-image] Oct 03 21:06:11.904 INFO O| Oct 03 21:06:11.904 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47632025-10-03T21:06:12.307Z[ recovery-image] Oct 03 21:06:11.904 INFO O| Oct 03 21:06:11.904 INFO ok!
47642025-10-03T21:06:12.307Z[ recovery-image] Oct 03 21:06:11.904 INFO O| Oct 03 21:06:11.904 INFO STEP 59 (ensure_file) COMPLETE
47652025-10-03T21:06:12.307Z[ recovery-image] Oct 03 21:06:11.904 INFO O| Oct 03 21:06:11.904 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47662025-10-03T21:06:12.307Z[ recovery-image] Oct 03 21:06:11.920 INFO O| Oct 03 21:06:11.919 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47672025-10-03T21:06:12.307Z[ recovery-image] Oct 03 21:06:11.920 INFO O| Oct 03 21:06:11.920 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47682025-10-03T21:06:12.307Z[ recovery-image] Oct 03 21:06:11.920 INFO O| Oct 03 21:06:11.920 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47692025-10-03T21:06:12.307Z[ recovery-image] Oct 03 21:06:11.920 INFO O| Oct 03 21:06:11.920 INFO ok!
47702025-10-03T21:06:12.307Z[ recovery-image] Oct 03 21:06:11.920 INFO O| Oct 03 21:06:11.920 INFO STEP 60 (ensure_file) COMPLETE
47712025-10-03T21:06:12.308Z[ recovery-image] Oct 03 21:06:11.920 INFO O| Oct 03 21:06:11.920 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47722025-10-03T21:06:12.308Z[ recovery-image] Oct 03 21:06:11.933 INFO O| Oct 03 21:06:11.933 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47732025-10-03T21:06:12.308Z[ recovery-image] Oct 03 21:06:11.933 INFO O| Oct 03 21:06:11.933 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47742025-10-03T21:06:12.308Z[ recovery-image] Oct 03 21:06:11.934 INFO O| Oct 03 21:06:11.933 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47752025-10-03T21:06:12.308Z[ recovery-image] Oct 03 21:06:11.934 INFO O| Oct 03 21:06:11.934 INFO ok!
47762025-10-03T21:06:12.308Z[ recovery-image] Oct 03 21:06:11.934 INFO O| Oct 03 21:06:11.934 INFO STEP 61 (ensure_file) COMPLETE
47772025-10-03T21:06:12.308Z[ recovery-image] Oct 03 21:06:11.934 INFO O| Oct 03 21:06:11.934 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47782025-10-03T21:06:12.333Z[ recovery-image] Oct 03 21:06:11.947 INFO O| Oct 03 21:06:11.947 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47792025-10-03T21:06:12.333Z[ recovery-image] Oct 03 21:06:11.947 INFO O| Oct 03 21:06:11.947 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47802025-10-03T21:06:12.333Z[ recovery-image] Oct 03 21:06:11.947 INFO O| Oct 03 21:06:11.947 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47812025-10-03T21:06:12.333Z[ recovery-image] Oct 03 21:06:11.947 INFO O| Oct 03 21:06:11.947 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47822025-10-03T21:06:12.333Z[ recovery-image] Oct 03 21:06:11.947 INFO O| Oct 03 21:06:11.947 INFO ok!
47832025-10-03T21:06:12.333Z[ recovery-image] Oct 03 21:06:11.947 INFO O| Oct 03 21:06:11.947 INFO STEP 62 (ensure_file) COMPLETE
47842025-10-03T21:06:12.333Z[ recovery-image] Oct 03 21:06:11.947 INFO O| Oct 03 21:06:11.947 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47852025-10-03T21:06:12.333Z[ recovery-image] Oct 03 21:06:11.962 INFO O| Oct 03 21:06:11.961 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47862025-10-03T21:06:12.333Z[ recovery-image] Oct 03 21:06:11.962 INFO O| Oct 03 21:06:11.962 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47872025-10-03T21:06:12.333Z[ recovery-image] Oct 03 21:06:11.962 INFO O| Oct 03 21:06:11.962 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47882025-10-03T21:06:12.333Z[ recovery-image] Oct 03 21:06:11.962 INFO O| Oct 03 21:06:11.962 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47892025-10-03T21:06:12.333Z[ recovery-image] Oct 03 21:06:11.962 INFO O| Oct 03 21:06:11.962 INFO ok!
47902025-10-03T21:06:12.333Z[ recovery-image] Oct 03 21:06:11.962 INFO O| Oct 03 21:06:11.962 INFO STEP 63 (ensure_file) COMPLETE
47912025-10-03T21:06:12.333Z[ recovery-image] Oct 03 21:06:11.962 INFO O| Oct 03 21:06:11.962 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47922025-10-03T21:06:12.358Z[ recovery-image] Oct 03 21:06:11.980 INFO O| Oct 03 21:06:11.980 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47932025-10-03T21:06:12.358Z[ recovery-image] Oct 03 21:06:11.980 INFO O| Oct 03 21:06:11.980 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47942025-10-03T21:06:12.358Z[ recovery-image] Oct 03 21:06:11.980 INFO O| Oct 03 21:06:11.980 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47952025-10-03T21:06:12.358Z[ recovery-image] Oct 03 21:06:11.980 INFO O| Oct 03 21:06:11.980 INFO ok!
47962025-10-03T21:06:12.358Z[ recovery-image] Oct 03 21:06:11.980 INFO O| Oct 03 21:06:11.980 INFO STEP 64 (assemble_files) COMPLETE
47972025-10-03T21:06:12.358Z[ recovery-image] Oct 03 21:06:11.980 INFO O| Oct 03 21:06:11.980 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47982025-10-03T21:06:12.383Z[ recovery-image] Oct 03 21:06:11.997 INFO O| Oct 03 21:06:11.997 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47992025-10-03T21:06:12.383Z[ recovery-image] Oct 03 21:06:11.997 INFO O| Oct 03 21:06:11.997 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
48002025-10-03T21:06:12.383Z[ recovery-image] Oct 03 21:06:11.997 INFO O| Oct 03 21:06:11.997 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48012025-10-03T21:06:12.383Z[ recovery-image] Oct 03 21:06:11.997 INFO O| Oct 03 21:06:11.997 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48022025-10-03T21:06:12.383Z[ recovery-image] Oct 03 21:06:11.997 INFO O| Oct 03 21:06:11.997 INFO ok!
48032025-10-03T21:06:12.383Z[ recovery-image] Oct 03 21:06:11.997 INFO O| Oct 03 21:06:11.997 INFO STEP 65 (ensure_file) COMPLETE
48042025-10-03T21:06:12.383Z[ recovery-image] Oct 03 21:06:11.997 INFO O| Oct 03 21:06:11.997 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48052025-10-03T21:06:12.383Z[ recovery-image] Oct 03 21:06:11.997 INFO O| Oct 03 21:06:11.997 INFO skip step because feature "omicron1" is not enabled
48062025-10-03T21:06:12.383Z[ recovery-image] Oct 03 21:06:11.997 INFO O| Oct 03 21:06:11.997 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48072025-10-03T21:06:12.383Z[ recovery-image] Oct 03 21:06:11.997 INFO O| Oct 03 21:06:11.997 INFO skip step because feature "omicron1" is not enabled
48082025-10-03T21:06:12.383Z[ recovery-image] Oct 03 21:06:11.997 INFO O| Oct 03 21:06:11.997 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48092025-10-03T21:06:12.383Z[ recovery-image] Oct 03 21:06:11.997 INFO O| Oct 03 21:06:11.997 INFO skip step because feature "omicron1" is not enabled
48102025-10-03T21:06:12.383Z[ recovery-image] Oct 03 21:06:11.997 INFO O| Oct 03 21:06:11.997 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48112025-10-03T21:06:12.473Z[ recovery-image] Oct 03 21:06:12.020 INFO O| Oct 03 21:06:12.019 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48122025-10-03T21:06:12.473Z[ recovery-image] Oct 03 21:06:12.020 INFO O| Oct 03 21:06:12.020 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48132025-10-03T21:06:13.059Z[ host-image] Oct 03 21:06:12.698 INFO O| Oct 03 21:06:12.698 INFO O| Planning: Solver setup ... Done
48142025-10-03T21:06:13.084Z[ host-image] Oct 03 21:06:12.708 INFO O| Oct 03 21:06:12.708 INFO O| Planning: Running solver ... Done
48152025-10-03T21:06:13.210Z[ host-image] Oct 03 21:06:12.849 INFO O| Oct 03 21:06:12.849 INFO O| Planning: Finding local manifests ... Done
48162025-10-03T21:06:13.332Z[ host-image] Oct 03 21:06:12.971 INFO O| Oct 03 21:06:12.970 INFO O| Planning: Fetching manifests: 0/1 0% complete
48172025-10-03T21:06:13.377Z[ host-image] Oct 03 21:06:13.016 INFO O| Oct 03 21:06:13.016 INFO O| Planning: Fetching manifests: 1/1 100% complete
48182025-10-03T21:06:13.405Z[ host-image] Oct 03 21:06:13.044 INFO O| Oct 03 21:06:13.043 INFO O| Planning: Package planning ... Done
48192025-10-03T21:06:13.429Z[ host-image] Oct 03 21:06:13.044 INFO O| Oct 03 21:06:13.044 INFO O| Planning: Merging actions ... Done
48202025-10-03T21:06:13.473Z[ host-image] Oct 03 21:06:13.112 INFO O| Oct 03 21:06:13.112 INFO O| Planning: Checking for conflicting actions ... Done
48212025-10-03T21:06:13.498Z[ host-image] Oct 03 21:06:13.113 INFO O| Oct 03 21:06:13.113 INFO O| Planning: Consolidating action changes ... Done
48222025-10-03T21:06:13.743Z[ host-image] Oct 03 21:06:13.382 INFO O| Oct 03 21:06:13.382 INFO O| Planning: Evaluating mediators ... Done
48232025-10-03T21:06:13.768Z[ host-image] Oct 03 21:06:13.383 INFO O| Oct 03 21:06:13.383 INFO O| Planning: Planning completed in 8.49 seconds
48242025-10-03T21:06:13.768Z[ host-image] Oct 03 21:06:13.383 INFO O| Oct 03 21:06:13.383 INFO O| Packages to install: 1
48252025-10-03T21:06:13.793Z[ host-image] Oct 03 21:06:13.427 INFO O| Oct 03 21:06:13.427 INFO O| Download: 0/4 items 0.0/10.2MB 0% complete
48262025-10-03T21:06:14.338Z[ host-image] Oct 03 21:06:13.976 INFO O| Oct 03 21:06:13.976 INFO O| Download: Completed 10.21 MB in 0.55 seconds (18.6M/s)
48272025-10-03T21:06:14.454Z[ host-image] Oct 03 21:06:14.093 INFO O| Oct 03 21:06:14.093 INFO O| Actions: 1/22 actions (Installing new actions)
48282025-10-03T21:06:15.112Z[ host-image] Oct 03 21:06:14.751 INFO O| Oct 03 21:06:14.751 INFO O| Actions: Completed 22 actions in 0.66 seconds.
48292025-10-03T21:06:15.137Z[ recovery-image] Oct 03 21:06:14.765 INFO O| Oct 03 21:06:14.765 INFO STEP 69 (pack_tar) COMPLETE
48302025-10-03T21:06:15.138Z[ recovery-image] Oct 03 21:06:14.765 INFO O| Oct 03 21:06:14.765 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48312025-10-03T21:06:15.138Z[ recovery-image] Oct 03 21:06:14.765 INFO O| Oct 03 21:06:14.765 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48322025-10-03T21:06:15.254Z[ recovery-image] Oct 03 21:06:14.893 INFO O| Oct 03 21:06:14.893 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48332025-10-03T21:06:15.331Z[ recovery-image] Oct 03 21:06:14.970 INFO O| Oct 03 21:06:14.970 INFO completed processing sled/ramdisk-02-trim
48342025-10-03T21:06:15.356Z[ recovery-image] Oct 03 21:06:14.974 INFO image builder template: ramdisk-03-recovery-trim...
48352025-10-03T21:06:15.356Z[ recovery-image] Oct 03 21:06:14.974 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpFkzMNT/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.37.424", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@17.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
48362025-10-03T21:06:15.464Z[ recovery-image] Oct 03 21:06:15.103 INFO O| Oct 03 21:06:15.103 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48372025-10-03T21:06:15.490Z[ recovery-image] Oct 03 21:06:15.122 INFO O| Oct 03 21:06:15.122 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48382025-10-03T21:06:15.581Z[ recovery-image] Oct 03 21:06:15.220 INFO O| Oct 03 21:06:15.220 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48392025-10-03T21:06:15.649Z[ recovery-image] Oct 03 21:06:15.288 INFO O| Oct 03 21:06:15.288 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48402025-10-03T21:06:15.649Z[ recovery-image] Oct 03 21:06:15.288 INFO O| Oct 03 21:06:15.288 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48412025-10-03T21:06:15.674Z[ recovery-image] Oct 03 21:06:15.302 INFO O| Oct 03 21:06:15.302 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48422025-10-03T21:06:15.707Z[ recovery-image] Oct 03 21:06:15.346 INFO O| Oct 03 21:06:15.346 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48432025-10-03T21:06:15.731Z[ recovery-image] Oct 03 21:06:15.355 INFO O| Oct 03 21:06:15.355 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48442025-10-03T21:06:16.071Z[ recovery-image] Oct 03 21:06:15.710 INFO O| Oct 03 21:06:15.710 INFO rolled back to input snapshot; work may begin
48452025-10-03T21:06:16.071Z[ recovery-image] Oct 03 21:06:15.710 INFO O| Oct 03 21:06:15.710 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48462025-10-03T21:06:16.096Z[ recovery-image] Oct 03 21:06:15.730 INFO O| Oct 03 21:06:15.730 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472025-10-03T21:06:16.121Z[ recovery-image] Oct 03 21:06:15.750 INFO O| Oct 03 21:06:15.750 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48482025-10-03T21:06:16.121Z[ recovery-image] Oct 03 21:06:15.759 INFO O| Oct 03 21:06:15.758 INFO STEP 0 (remove_files) COMPLETE
48492025-10-03T21:06:16.121Z[ recovery-image] Oct 03 21:06:15.759 INFO O| Oct 03 21:06:15.758 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502025-10-03T21:06:16.145Z[ recovery-image] Oct 03 21:06:15.777 INFO O| Oct 03 21:06:15.777 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48512025-10-03T21:06:16.213Z[ recovery-image] Oct 03 21:06:15.852 INFO O| Oct 03 21:06:15.852 INFO STEP 1 (remove_files) COMPLETE
48522025-10-03T21:06:16.213Z[ recovery-image] Oct 03 21:06:15.852 INFO O| Oct 03 21:06:15.852 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532025-10-03T21:06:16.238Z[ recovery-image] Oct 03 21:06:15.871 INFO O| Oct 03 21:06:15.871 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48542025-10-03T21:06:16.238Z[ recovery-image] Oct 03 21:06:15.873 INFO O| Oct 03 21:06:15.873 INFO STEP 2 (remove_files) COMPLETE
48552025-10-03T21:06:16.238Z[ recovery-image] Oct 03 21:06:15.873 INFO O| Oct 03 21:06:15.873 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562025-10-03T21:06:16.263Z[ recovery-image] Oct 03 21:06:15.887 INFO O| Oct 03 21:06:15.887 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48572025-10-03T21:06:16.355Z[ recovery-image] Oct 03 21:06:15.994 INFO O| Oct 03 21:06:15.994 INFO STEP 3 (remove_files) COMPLETE
48582025-10-03T21:06:16.355Z[ recovery-image] Oct 03 21:06:15.994 INFO O| Oct 03 21:06:15.994 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592025-10-03T21:06:16.380Z[ recovery-image] Oct 03 21:06:16.010 INFO O| Oct 03 21:06:16.010 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48602025-10-03T21:06:16.537Z[ recovery-image] Oct 03 21:06:16.176 INFO O| Oct 03 21:06:16.176 INFO STEP 4 (remove_files) COMPLETE
48612025-10-03T21:06:16.537Z[ recovery-image] Oct 03 21:06:16.176 INFO O| Oct 03 21:06:16.176 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622025-10-03T21:06:16.562Z[ recovery-image] Oct 03 21:06:16.190 INFO O| Oct 03 21:06:16.190 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48632025-10-03T21:06:16.562Z[ recovery-image] Oct 03 21:06:16.192 INFO O| Oct 03 21:06:16.192 INFO STEP 5 (remove_files) COMPLETE
48642025-10-03T21:06:16.562Z[ recovery-image] Oct 03 21:06:16.192 INFO O| Oct 03 21:06:16.192 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652025-10-03T21:06:16.587Z[ recovery-image] Oct 03 21:06:16.204 INFO O| Oct 03 21:06:16.204 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48662025-10-03T21:06:16.587Z[ recovery-image] Oct 03 21:06:16.206 INFO O| Oct 03 21:06:16.206 INFO STEP 6 (remove_files) COMPLETE
48672025-10-03T21:06:16.587Z[ recovery-image] Oct 03 21:06:16.206 INFO O| Oct 03 21:06:16.206 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682025-10-03T21:06:16.587Z[ recovery-image] Oct 03 21:06:16.217 INFO O| Oct 03 21:06:16.217 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48692025-10-03T21:06:16.612Z[ recovery-image] Oct 03 21:06:16.241 INFO O| Oct 03 21:06:16.241 INFO STEP 7 (remove_files) COMPLETE
48702025-10-03T21:06:16.612Z[ recovery-image] Oct 03 21:06:16.241 INFO O| Oct 03 21:06:16.241 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712025-10-03T21:06:16.637Z[ recovery-image] Oct 03 21:06:16.258 INFO O| Oct 03 21:06:16.257 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48722025-10-03T21:06:16.661Z[ recovery-image] Oct 03 21:06:16.283 INFO O| Oct 03 21:06:16.283 INFO STEP 8 (remove_files) COMPLETE
48732025-10-03T21:06:16.662Z[ recovery-image] Oct 03 21:06:16.283 INFO O| Oct 03 21:06:16.283 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742025-10-03T21:06:16.662Z[ recovery-image] Oct 03 21:06:16.298 INFO O| Oct 03 21:06:16.298 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48752025-10-03T21:06:16.662Z[ recovery-image] Oct 03 21:06:16.299 INFO O| Oct 03 21:06:16.299 INFO STEP 9 (remove_files) COMPLETE
48762025-10-03T21:06:16.662Z[ recovery-image] Oct 03 21:06:16.299 INFO O| Oct 03 21:06:16.299 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772025-10-03T21:06:16.714Z[ recovery-image] Oct 03 21:06:16.353 INFO O| Oct 03 21:06:16.353 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48782025-10-03T21:06:16.803Z[ host-image] Oct 03 21:06:16.442 INFO O| Oct 03 21:06:16.442 INFO O| Done
48792025-10-03T21:06:16.828Z[ host-image] Oct 03 21:06:16.442 INFO O| Oct 03 21:06:16.442 INFO O| Done
48802025-10-03T21:06:17.085Z[ recovery-image] Oct 03 21:06:16.724 INFO O| Oct 03 21:06:16.724 INFO STEP 10 (remove_files) COMPLETE
48812025-10-03T21:06:17.085Z[ recovery-image] Oct 03 21:06:16.724 INFO O| Oct 03 21:06:16.724 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822025-10-03T21:06:17.112Z[ recovery-image] Oct 03 21:06:16.740 INFO O| Oct 03 21:06:16.740 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48832025-10-03T21:06:17.112Z[ recovery-image] Oct 03 21:06:16.742 INFO O| Oct 03 21:06:16.742 INFO STEP 11 (remove_files) COMPLETE
48842025-10-03T21:06:17.112Z[ recovery-image] Oct 03 21:06:16.742 INFO O| Oct 03 21:06:16.742 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852025-10-03T21:06:17.136Z[ recovery-image] Oct 03 21:06:16.759 INFO O| Oct 03 21:06:16.759 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48862025-10-03T21:06:17.137Z[ recovery-image] Oct 03 21:06:16.762 INFO O| Oct 03 21:06:16.762 INFO STEP 12 (remove_files) COMPLETE
48872025-10-03T21:06:17.137Z[ recovery-image] Oct 03 21:06:16.762 INFO O| Oct 03 21:06:16.762 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882025-10-03T21:06:17.162Z[ recovery-image] Oct 03 21:06:16.778 INFO O| Oct 03 21:06:16.778 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48892025-10-03T21:06:17.162Z[ recovery-image] Oct 03 21:06:16.779 INFO O| Oct 03 21:06:16.779 INFO STEP 13 (remove_files) COMPLETE
48902025-10-03T21:06:17.162Z[ recovery-image] Oct 03 21:06:16.779 INFO O| Oct 03 21:06:16.779 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912025-10-03T21:06:17.162Z[ recovery-image] Oct 03 21:06:16.793 INFO O| Oct 03 21:06:16.793 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48922025-10-03T21:06:17.162Z[ recovery-image] Oct 03 21:06:16.794 INFO O| Oct 03 21:06:16.794 INFO STEP 14 (remove_files) COMPLETE
48932025-10-03T21:06:17.162Z[ recovery-image] Oct 03 21:06:16.794 INFO O| Oct 03 21:06:16.794 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942025-10-03T21:06:17.186Z[ recovery-image] Oct 03 21:06:16.808 INFO O| Oct 03 21:06:16.808 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48952025-10-03T21:06:17.186Z[ recovery-image] Oct 03 21:06:16.815 INFO O| Oct 03 21:06:16.815 INFO STEP 15 (remove_files) COMPLETE
48962025-10-03T21:06:17.186Z[ recovery-image] Oct 03 21:06:16.815 INFO O| Oct 03 21:06:16.815 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972025-10-03T21:06:17.211Z[ recovery-image] Oct 03 21:06:16.832 INFO O| Oct 03 21:06:16.832 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48982025-10-03T21:06:17.211Z[ recovery-image] Oct 03 21:06:16.833 INFO O| Oct 03 21:06:16.833 INFO STEP 16 (remove_files) COMPLETE
48992025-10-03T21:06:17.211Z[ recovery-image] Oct 03 21:06:16.833 INFO O| Oct 03 21:06:16.833 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002025-10-03T21:06:17.211Z[ recovery-image] Oct 03 21:06:16.847 INFO O| Oct 03 21:06:16.846 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
49012025-10-03T21:06:17.212Z[ recovery-image] Oct 03 21:06:16.847 INFO O| Oct 03 21:06:16.847 INFO STEP 17 (remove_files) COMPLETE
49022025-10-03T21:06:17.212Z[ recovery-image] Oct 03 21:06:16.847 INFO O| Oct 03 21:06:16.847 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032025-10-03T21:06:17.237Z[ recovery-image] Oct 03 21:06:16.862 INFO O| Oct 03 21:06:16.862 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
49042025-10-03T21:06:17.278Z[ recovery-image] Oct 03 21:06:16.917 INFO O| Oct 03 21:06:16.917 INFO STEP 18 (remove_files) COMPLETE
49052025-10-03T21:06:17.278Z[ recovery-image] Oct 03 21:06:16.917 INFO O| Oct 03 21:06:16.917 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062025-10-03T21:06:17.303Z[ recovery-image] Oct 03 21:06:16.931 INFO O| Oct 03 21:06:16.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
49072025-10-03T21:06:17.303Z[ recovery-image] Oct 03 21:06:16.932 INFO O| Oct 03 21:06:16.932 INFO STEP 19 (remove_files) COMPLETE
49082025-10-03T21:06:17.303Z[ recovery-image] Oct 03 21:06:16.932 INFO O| Oct 03 21:06:16.932 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092025-10-03T21:06:17.328Z[ recovery-image] Oct 03 21:06:16.944 INFO O| Oct 03 21:06:16.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
49102025-10-03T21:06:17.328Z[ recovery-image] Oct 03 21:06:16.944 INFO O| Oct 03 21:06:16.944 INFO STEP 20 (remove_files) COMPLETE
49112025-10-03T21:06:17.328Z[ recovery-image] Oct 03 21:06:16.944 INFO O| Oct 03 21:06:16.944 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122025-10-03T21:06:17.328Z[ recovery-image] Oct 03 21:06:16.956 INFO O| Oct 03 21:06:16.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
49132025-10-03T21:06:17.328Z[ recovery-image] Oct 03 21:06:16.957 INFO O| Oct 03 21:06:16.956 INFO STEP 21 (remove_files) COMPLETE
49142025-10-03T21:06:17.328Z[ recovery-image] Oct 03 21:06:16.957 INFO O| Oct 03 21:06:16.956 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152025-10-03T21:06:17.353Z[ recovery-image] Oct 03 21:06:16.969 INFO O| Oct 03 21:06:16.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
49162025-10-03T21:06:17.353Z[ recovery-image] Oct 03 21:06:16.969 INFO O| Oct 03 21:06:16.969 INFO STEP 22 (remove_files) COMPLETE
49172025-10-03T21:06:17.353Z[ recovery-image] Oct 03 21:06:16.969 INFO O| Oct 03 21:06:16.969 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182025-10-03T21:06:17.353Z[ recovery-image] Oct 03 21:06:16.985 INFO O| Oct 03 21:06:16.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
49192025-10-03T21:06:17.353Z[ recovery-image] Oct 03 21:06:16.985 INFO O| Oct 03 21:06:16.985 INFO STEP 23 (remove_files) COMPLETE
49202025-10-03T21:06:17.353Z[ recovery-image] Oct 03 21:06:16.985 INFO O| Oct 03 21:06:16.985 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212025-10-03T21:06:17.378Z[ recovery-image] Oct 03 21:06:16.999 INFO O| Oct 03 21:06:16.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
49222025-10-03T21:06:17.378Z[ recovery-image] Oct 03 21:06:17.000 INFO O| Oct 03 21:06:17.000 INFO STEP 24 (remove_files) COMPLETE
49232025-10-03T21:06:17.378Z[ recovery-image] Oct 03 21:06:17.000 INFO O| Oct 03 21:06:17.000 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242025-10-03T21:06:17.403Z[ recovery-image] Oct 03 21:06:17.018 INFO O| Oct 03 21:06:17.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49252025-10-03T21:06:17.403Z[ recovery-image] Oct 03 21:06:17.019 INFO O| Oct 03 21:06:17.019 INFO STEP 25 (remove_files) COMPLETE
49262025-10-03T21:06:17.403Z[ recovery-image] Oct 03 21:06:17.019 INFO O| Oct 03 21:06:17.019 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272025-10-03T21:06:17.403Z[ recovery-image] Oct 03 21:06:17.035 INFO O| Oct 03 21:06:17.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49282025-10-03T21:06:17.403Z[ recovery-image] Oct 03 21:06:17.035 INFO O| Oct 03 21:06:17.035 INFO STEP 26 (remove_files) COMPLETE
49292025-10-03T21:06:17.403Z[ recovery-image] Oct 03 21:06:17.035 INFO O| Oct 03 21:06:17.035 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302025-10-03T21:06:17.428Z[ recovery-image] Oct 03 21:06:17.050 INFO O| Oct 03 21:06:17.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
49312025-10-03T21:06:17.428Z[ recovery-image] Oct 03 21:06:17.051 INFO O| Oct 03 21:06:17.051 INFO STEP 27 (remove_files) COMPLETE
49322025-10-03T21:06:17.428Z[ recovery-image] Oct 03 21:06:17.051 INFO O| Oct 03 21:06:17.051 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332025-10-03T21:06:17.452Z[ recovery-image] Oct 03 21:06:17.084 INFO O| Oct 03 21:06:17.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49342025-10-03T21:06:17.452Z[ recovery-image] Oct 03 21:06:17.084 INFO O| Oct 03 21:06:17.084 INFO STEP 28 (remove_files) COMPLETE
49352025-10-03T21:06:17.452Z[ recovery-image] Oct 03 21:06:17.084 INFO O| Oct 03 21:06:17.084 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362025-10-03T21:06:17.497Z[ recovery-image] Oct 03 21:06:17.136 INFO O| Oct 03 21:06:17.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49372025-10-03T21:06:17.521Z[ recovery-image] Oct 03 21:06:17.136 INFO O| Oct 03 21:06:17.136 INFO STEP 29 (remove_files) COMPLETE
49382025-10-03T21:06:17.521Z[ recovery-image] Oct 03 21:06:17.136 INFO O| Oct 03 21:06:17.136 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392025-10-03T21:06:17.521Z[ recovery-image] Oct 03 21:06:17.147 INFO O| Oct 03 21:06:17.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49402025-10-03T21:06:17.521Z[ recovery-image] Oct 03 21:06:17.147 INFO O| Oct 03 21:06:17.147 INFO STEP 30 (remove_files) COMPLETE
49412025-10-03T21:06:17.521Z[ recovery-image] Oct 03 21:06:17.147 INFO O| Oct 03 21:06:17.147 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422025-10-03T21:06:17.522Z[ recovery-image] Oct 03 21:06:17.158 INFO O| Oct 03 21:06:17.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49432025-10-03T21:06:17.546Z[ recovery-image] Oct 03 21:06:17.178 INFO O| Oct 03 21:06:17.178 INFO STEP 31 (remove_files) COMPLETE
49442025-10-03T21:06:17.546Z[ recovery-image] Oct 03 21:06:17.178 INFO O| Oct 03 21:06:17.178 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452025-10-03T21:06:17.571Z[ recovery-image] Oct 03 21:06:17.191 INFO O| Oct 03 21:06:17.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49462025-10-03T21:06:17.571Z[ recovery-image] Oct 03 21:06:17.191 INFO O| Oct 03 21:06:17.191 INFO STEP 32 (remove_files) COMPLETE
49472025-10-03T21:06:17.571Z[ recovery-image] Oct 03 21:06:17.191 INFO O| Oct 03 21:06:17.191 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482025-10-03T21:06:17.571Z[ recovery-image] Oct 03 21:06:17.202 INFO O| Oct 03 21:06:17.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49492025-10-03T21:06:17.571Z[ recovery-image] Oct 03 21:06:17.202 INFO O| Oct 03 21:06:17.202 INFO STEP 33 (remove_files) COMPLETE
49502025-10-03T21:06:17.571Z[ recovery-image] Oct 03 21:06:17.202 INFO O| Oct 03 21:06:17.202 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512025-10-03T21:06:17.595Z[ recovery-image] Oct 03 21:06:17.216 INFO O| Oct 03 21:06:17.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49522025-10-03T21:06:17.596Z[ recovery-image] Oct 03 21:06:17.217 INFO O| Oct 03 21:06:17.217 INFO STEP 34 (remove_files) COMPLETE
49532025-10-03T21:06:17.596Z[ recovery-image] Oct 03 21:06:17.217 INFO O| Oct 03 21:06:17.217 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542025-10-03T21:06:17.596Z[ recovery-image] Oct 03 21:06:17.228 INFO O| Oct 03 21:06:17.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49552025-10-03T21:06:17.596Z[ recovery-image] Oct 03 21:06:17.228 INFO O| Oct 03 21:06:17.228 INFO STEP 35 (remove_files) COMPLETE
49562025-10-03T21:06:17.596Z[ recovery-image] Oct 03 21:06:17.228 INFO O| Oct 03 21:06:17.228 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572025-10-03T21:06:17.623Z[ recovery-image] Oct 03 21:06:17.239 INFO O| Oct 03 21:06:17.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49582025-10-03T21:06:17.623Z[ recovery-image] Oct 03 21:06:17.239 INFO O| Oct 03 21:06:17.239 INFO STEP 36 (remove_files) COMPLETE
49592025-10-03T21:06:17.623Z[ recovery-image] Oct 03 21:06:17.239 INFO O| Oct 03 21:06:17.239 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602025-10-03T21:06:17.623Z[ recovery-image] Oct 03 21:06:17.250 INFO O| Oct 03 21:06:17.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49612025-10-03T21:06:17.624Z[ recovery-image] Oct 03 21:06:17.250 INFO O| Oct 03 21:06:17.250 INFO STEP 37 (remove_files) COMPLETE
49622025-10-03T21:06:17.624Z[ recovery-image] Oct 03 21:06:17.250 INFO O| Oct 03 21:06:17.250 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632025-10-03T21:06:17.624Z[ recovery-image] Oct 03 21:06:17.261 INFO O| Oct 03 21:06:17.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49642025-10-03T21:06:17.624Z[ recovery-image] Oct 03 21:06:17.261 INFO O| Oct 03 21:06:17.261 INFO STEP 38 (remove_files) COMPLETE
49652025-10-03T21:06:17.624Z[ recovery-image] Oct 03 21:06:17.261 INFO O| Oct 03 21:06:17.261 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662025-10-03T21:06:17.648Z[ recovery-image] Oct 03 21:06:17.272 INFO O| Oct 03 21:06:17.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49672025-10-03T21:06:17.648Z[ recovery-image] Oct 03 21:06:17.272 INFO O| Oct 03 21:06:17.272 INFO STEP 39 (remove_files) COMPLETE
49682025-10-03T21:06:17.648Z[ recovery-image] Oct 03 21:06:17.272 INFO O| Oct 03 21:06:17.272 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692025-10-03T21:06:17.648Z[ recovery-image] Oct 03 21:06:17.282 INFO O| Oct 03 21:06:17.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49702025-10-03T21:06:17.648Z[ recovery-image] Oct 03 21:06:17.282 INFO O| Oct 03 21:06:17.282 INFO STEP 40 (remove_files) COMPLETE
49712025-10-03T21:06:17.648Z[ recovery-image] Oct 03 21:06:17.283 INFO O| Oct 03 21:06:17.282 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722025-10-03T21:06:17.673Z[ recovery-image] Oct 03 21:06:17.293 INFO O| Oct 03 21:06:17.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49732025-10-03T21:06:17.673Z[ recovery-image] Oct 03 21:06:17.293 INFO O| Oct 03 21:06:17.293 INFO STEP 41 (remove_files) COMPLETE
49742025-10-03T21:06:17.673Z[ recovery-image] Oct 03 21:06:17.293 INFO O| Oct 03 21:06:17.293 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752025-10-03T21:06:17.673Z[ recovery-image] Oct 03 21:06:17.304 INFO O| Oct 03 21:06:17.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49762025-10-03T21:06:17.673Z[ recovery-image] Oct 03 21:06:17.305 INFO O| Oct 03 21:06:17.304 INFO STEP 42 (remove_files) COMPLETE
49772025-10-03T21:06:17.674Z[ recovery-image] Oct 03 21:06:17.305 INFO O| Oct 03 21:06:17.304 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782025-10-03T21:06:17.698Z[ recovery-image] Oct 03 21:06:17.316 INFO O| Oct 03 21:06:17.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49792025-10-03T21:06:17.698Z[ recovery-image] Oct 03 21:06:17.316 INFO O| Oct 03 21:06:17.316 INFO STEP 43 (remove_files) COMPLETE
49802025-10-03T21:06:17.698Z[ recovery-image] Oct 03 21:06:17.316 INFO O| Oct 03 21:06:17.316 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812025-10-03T21:06:17.698Z[ recovery-image] Oct 03 21:06:17.327 INFO O| Oct 03 21:06:17.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49822025-10-03T21:06:17.698Z[ recovery-image] Oct 03 21:06:17.327 INFO O| Oct 03 21:06:17.327 INFO STEP 44 (remove_files) COMPLETE
49832025-10-03T21:06:17.698Z[ recovery-image] Oct 03 21:06:17.327 INFO O| Oct 03 21:06:17.327 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842025-10-03T21:06:17.723Z[ recovery-image] Oct 03 21:06:17.338 INFO O| Oct 03 21:06:17.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49852025-10-03T21:06:17.723Z[ recovery-image] Oct 03 21:06:17.338 INFO O| Oct 03 21:06:17.338 INFO STEP 45 (remove_files) COMPLETE
49862025-10-03T21:06:17.723Z[ recovery-image] Oct 03 21:06:17.338 INFO O| Oct 03 21:06:17.338 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872025-10-03T21:06:17.723Z[ recovery-image] Oct 03 21:06:17.349 INFO O| Oct 03 21:06:17.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49882025-10-03T21:06:17.723Z[ recovery-image] Oct 03 21:06:17.349 INFO O| Oct 03 21:06:17.349 INFO STEP 46 (remove_files) COMPLETE
49892025-10-03T21:06:17.723Z[ recovery-image] Oct 03 21:06:17.349 INFO O| Oct 03 21:06:17.349 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902025-10-03T21:06:17.723Z[ recovery-image] Oct 03 21:06:17.360 INFO O| Oct 03 21:06:17.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49912025-10-03T21:06:17.723Z[ recovery-image] Oct 03 21:06:17.360 INFO O| Oct 03 21:06:17.360 INFO STEP 47 (remove_files) COMPLETE
49922025-10-03T21:06:17.723Z[ recovery-image] Oct 03 21:06:17.360 INFO O| Oct 03 21:06:17.360 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932025-10-03T21:06:17.748Z[ recovery-image] Oct 03 21:06:17.384 INFO O| Oct 03 21:06:17.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49942025-10-03T21:06:17.748Z[ recovery-image] Oct 03 21:06:17.385 INFO O| Oct 03 21:06:17.385 INFO STEP 48 (remove_files) COMPLETE
49952025-10-03T21:06:17.748Z[ recovery-image] Oct 03 21:06:17.385 INFO O| Oct 03 21:06:17.385 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962025-10-03T21:06:17.772Z[ recovery-image] Oct 03 21:06:17.397 INFO O| Oct 03 21:06:17.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49972025-10-03T21:06:17.773Z[ recovery-image] Oct 03 21:06:17.397 INFO O| Oct 03 21:06:17.397 INFO STEP 49 (remove_files) COMPLETE
49982025-10-03T21:06:17.773Z[ recovery-image] Oct 03 21:06:17.397 INFO O| Oct 03 21:06:17.397 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992025-10-03T21:06:17.773Z[ recovery-image] Oct 03 21:06:17.409 INFO O| Oct 03 21:06:17.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
50002025-10-03T21:06:17.773Z[ recovery-image] Oct 03 21:06:17.409 INFO O| Oct 03 21:06:17.409 INFO STEP 50 (remove_files) COMPLETE
50012025-10-03T21:06:17.773Z[ recovery-image] Oct 03 21:06:17.409 INFO O| Oct 03 21:06:17.409 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022025-10-03T21:06:17.799Z[ recovery-image] Oct 03 21:06:17.421 INFO O| Oct 03 21:06:17.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
50032025-10-03T21:06:17.799Z[ recovery-image] Oct 03 21:06:17.421 INFO O| Oct 03 21:06:17.421 INFO STEP 51 (remove_files) COMPLETE
50042025-10-03T21:06:17.799Z[ recovery-image] Oct 03 21:06:17.421 INFO O| Oct 03 21:06:17.421 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052025-10-03T21:06:17.799Z[ recovery-image] Oct 03 21:06:17.432 INFO O| Oct 03 21:06:17.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
50062025-10-03T21:06:17.799Z[ recovery-image] Oct 03 21:06:17.432 INFO O| Oct 03 21:06:17.432 INFO STEP 52 (remove_files) COMPLETE
50072025-10-03T21:06:17.799Z[ recovery-image] Oct 03 21:06:17.432 INFO O| Oct 03 21:06:17.432 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082025-10-03T21:06:17.824Z[ recovery-image] Oct 03 21:06:17.444 INFO O| Oct 03 21:06:17.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
50092025-10-03T21:06:17.824Z[ recovery-image] Oct 03 21:06:17.444 INFO O| Oct 03 21:06:17.444 INFO STEP 53 (remove_files) COMPLETE
50102025-10-03T21:06:17.824Z[ recovery-image] Oct 03 21:06:17.444 INFO O| Oct 03 21:06:17.444 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112025-10-03T21:06:17.824Z[ recovery-image] Oct 03 21:06:17.455 INFO O| Oct 03 21:06:17.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
50122025-10-03T21:06:17.824Z[ recovery-image] Oct 03 21:06:17.455 INFO O| Oct 03 21:06:17.455 INFO STEP 54 (remove_files) COMPLETE
50132025-10-03T21:06:17.825Z[ recovery-image] Oct 03 21:06:17.455 INFO O| Oct 03 21:06:17.455 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142025-10-03T21:06:17.850Z[ recovery-image] Oct 03 21:06:17.467 INFO O| Oct 03 21:06:17.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
50152025-10-03T21:06:17.850Z[ recovery-image] Oct 03 21:06:17.467 INFO O| Oct 03 21:06:17.467 INFO STEP 55 (remove_files) COMPLETE
50162025-10-03T21:06:17.850Z[ recovery-image] Oct 03 21:06:17.467 INFO O| Oct 03 21:06:17.467 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172025-10-03T21:06:17.850Z[ recovery-image] Oct 03 21:06:17.479 INFO O| Oct 03 21:06:17.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
50182025-10-03T21:06:17.850Z[ recovery-image] Oct 03 21:06:17.480 INFO O| Oct 03 21:06:17.480 INFO STEP 56 (remove_files) COMPLETE
50192025-10-03T21:06:17.850Z[ recovery-image] Oct 03 21:06:17.480 INFO O| Oct 03 21:06:17.480 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202025-10-03T21:06:17.877Z[ recovery-image] Oct 03 21:06:17.516 INFO O| Oct 03 21:06:17.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
50212025-10-03T21:06:17.902Z[ recovery-image] Oct 03 21:06:17.541 INFO O| Oct 03 21:06:17.541 INFO STEP 57 (remove_files) COMPLETE
50222025-10-03T21:06:17.902Z[ recovery-image] Oct 03 21:06:17.541 INFO O| Oct 03 21:06:17.541 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232025-10-03T21:06:17.927Z[ recovery-image] Oct 03 21:06:17.557 INFO O| Oct 03 21:06:17.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50242025-10-03T21:06:17.927Z[ recovery-image] Oct 03 21:06:17.557 INFO O| Oct 03 21:06:17.557 INFO STEP 58 (remove_files) COMPLETE
50252025-10-03T21:06:17.927Z[ recovery-image] Oct 03 21:06:17.557 INFO O| Oct 03 21:06:17.557 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262025-10-03T21:06:17.951Z[ recovery-image] Oct 03 21:06:17.570 INFO O| Oct 03 21:06:17.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50272025-10-03T21:06:17.951Z[ recovery-image] Oct 03 21:06:17.570 INFO O| Oct 03 21:06:17.570 INFO STEP 59 (remove_files) COMPLETE
50282025-10-03T21:06:17.951Z[ recovery-image] Oct 03 21:06:17.571 INFO O| Oct 03 21:06:17.570 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292025-10-03T21:06:17.951Z[ recovery-image] Oct 03 21:06:17.583 INFO O| Oct 03 21:06:17.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50302025-10-03T21:06:17.951Z[ recovery-image] Oct 03 21:06:17.583 INFO O| Oct 03 21:06:17.583 INFO STEP 60 (remove_files) COMPLETE
50312025-10-03T21:06:17.952Z[ recovery-image] Oct 03 21:06:17.583 INFO O| Oct 03 21:06:17.583 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322025-10-03T21:06:17.976Z[ recovery-image] Oct 03 21:06:17.594 INFO O| Oct 03 21:06:17.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50332025-10-03T21:06:17.976Z[ recovery-image] Oct 03 21:06:17.594 INFO O| Oct 03 21:06:17.594 INFO STEP 61 (remove_files) COMPLETE
50342025-10-03T21:06:17.976Z[ recovery-image] Oct 03 21:06:17.594 INFO O| Oct 03 21:06:17.594 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352025-10-03T21:06:17.976Z[ recovery-image] Oct 03 21:06:17.606 INFO O| Oct 03 21:06:17.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50362025-10-03T21:06:17.976Z[ recovery-image] Oct 03 21:06:17.606 INFO O| Oct 03 21:06:17.606 INFO STEP 62 (remove_files) COMPLETE
50372025-10-03T21:06:17.976Z[ recovery-image] Oct 03 21:06:17.606 INFO O| Oct 03 21:06:17.606 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382025-10-03T21:06:18.002Z[ recovery-image] Oct 03 21:06:17.617 INFO O| Oct 03 21:06:17.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50392025-10-03T21:06:18.002Z[ recovery-image] Oct 03 21:06:17.617 INFO O| Oct 03 21:06:17.617 INFO STEP 63 (remove_files) COMPLETE
50402025-10-03T21:06:18.002Z[ recovery-image] Oct 03 21:06:17.617 INFO O| Oct 03 21:06:17.617 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412025-10-03T21:06:18.002Z[ recovery-image] Oct 03 21:06:17.629 INFO O| Oct 03 21:06:17.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50422025-10-03T21:06:18.002Z[ recovery-image] Oct 03 21:06:17.629 INFO O| Oct 03 21:06:17.629 INFO STEP 64 (remove_files) COMPLETE
50432025-10-03T21:06:18.002Z[ recovery-image] Oct 03 21:06:17.629 INFO O| Oct 03 21:06:17.629 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442025-10-03T21:06:18.002Z[ recovery-image] Oct 03 21:06:17.640 INFO O| Oct 03 21:06:17.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50452025-10-03T21:06:18.002Z[ recovery-image] Oct 03 21:06:17.640 INFO O| Oct 03 21:06:17.640 INFO STEP 65 (remove_files) COMPLETE
50462025-10-03T21:06:18.002Z[ recovery-image] Oct 03 21:06:17.640 INFO O| Oct 03 21:06:17.640 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472025-10-03T21:06:18.027Z[ recovery-image] Oct 03 21:06:17.651 INFO O| Oct 03 21:06:17.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50482025-10-03T21:06:18.027Z[ recovery-image] Oct 03 21:06:17.651 INFO O| Oct 03 21:06:17.651 INFO STEP 66 (remove_files) COMPLETE
50492025-10-03T21:06:18.027Z[ recovery-image] Oct 03 21:06:17.651 INFO O| Oct 03 21:06:17.651 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502025-10-03T21:06:18.027Z[ recovery-image] Oct 03 21:06:17.663 INFO O| Oct 03 21:06:17.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50512025-10-03T21:06:18.027Z[ recovery-image] Oct 03 21:06:17.663 INFO O| Oct 03 21:06:17.663 INFO STEP 67 (remove_files) COMPLETE
50522025-10-03T21:06:18.027Z[ recovery-image] Oct 03 21:06:17.663 INFO O| Oct 03 21:06:17.663 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532025-10-03T21:06:18.052Z[ recovery-image] Oct 03 21:06:17.674 INFO O| Oct 03 21:06:17.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50542025-10-03T21:06:18.052Z[ recovery-image] Oct 03 21:06:17.674 INFO O| Oct 03 21:06:17.674 INFO STEP 68 (remove_files) COMPLETE
50552025-10-03T21:06:18.052Z[ recovery-image] Oct 03 21:06:17.674 INFO O| Oct 03 21:06:17.674 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562025-10-03T21:06:18.052Z[ recovery-image] Oct 03 21:06:17.686 INFO O| Oct 03 21:06:17.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50572025-10-03T21:06:18.052Z[ recovery-image] Oct 03 21:06:17.686 INFO O| Oct 03 21:06:17.686 INFO STEP 69 (remove_files) COMPLETE
50582025-10-03T21:06:18.052Z[ recovery-image] Oct 03 21:06:17.686 INFO O| Oct 03 21:06:17.686 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592025-10-03T21:06:18.085Z[ recovery-image] Oct 03 21:06:17.724 INFO O| Oct 03 21:06:17.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50602025-10-03T21:06:18.085Z[ recovery-image] Oct 03 21:06:17.724 INFO O| Oct 03 21:06:17.724 INFO STEP 70 (remove_files) COMPLETE
50612025-10-03T21:06:18.085Z[ recovery-image] Oct 03 21:06:17.724 INFO O| Oct 03 21:06:17.724 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622025-10-03T21:06:18.110Z[ recovery-image] Oct 03 21:06:17.741 INFO O| Oct 03 21:06:17.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50632025-10-03T21:06:18.111Z[ recovery-image] Oct 03 21:06:17.742 INFO O| Oct 03 21:06:17.742 INFO STEP 71 (remove_files) COMPLETE
50642025-10-03T21:06:18.111Z[ recovery-image] Oct 03 21:06:17.742 INFO O| Oct 03 21:06:17.742 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652025-10-03T21:06:18.135Z[ recovery-image] Oct 03 21:06:17.758 INFO O| Oct 03 21:06:17.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50662025-10-03T21:06:18.135Z[ recovery-image] Oct 03 21:06:17.759 INFO O| Oct 03 21:06:17.759 INFO STEP 72 (remove_files) COMPLETE
50672025-10-03T21:06:18.135Z[ recovery-image] Oct 03 21:06:17.759 INFO O| Oct 03 21:06:17.759 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682025-10-03T21:06:18.160Z[ recovery-image] Oct 03 21:06:17.777 INFO O| Oct 03 21:06:17.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50692025-10-03T21:06:18.160Z[ recovery-image] Oct 03 21:06:17.777 INFO O| Oct 03 21:06:17.777 INFO STEP 73 (remove_files) COMPLETE
50702025-10-03T21:06:18.160Z[ recovery-image] Oct 03 21:06:17.777 INFO O| Oct 03 21:06:17.777 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712025-10-03T21:06:18.160Z[ recovery-image] Oct 03 21:06:17.794 INFO O| Oct 03 21:06:17.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50722025-10-03T21:06:18.160Z[ recovery-image] Oct 03 21:06:17.794 INFO O| Oct 03 21:06:17.794 INFO STEP 74 (remove_files) COMPLETE
50732025-10-03T21:06:18.160Z[ recovery-image] Oct 03 21:06:17.795 INFO O| Oct 03 21:06:17.794 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742025-10-03T21:06:18.186Z[ recovery-image] Oct 03 21:06:17.809 INFO O| Oct 03 21:06:17.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50752025-10-03T21:06:18.186Z[ recovery-image] Oct 03 21:06:17.809 INFO O| Oct 03 21:06:17.809 INFO STEP 75 (remove_files) COMPLETE
50762025-10-03T21:06:18.186Z[ recovery-image] Oct 03 21:06:17.809 INFO O| Oct 03 21:06:17.809 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772025-10-03T21:06:18.186Z[ recovery-image] Oct 03 21:06:17.823 INFO O| Oct 03 21:06:17.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50782025-10-03T21:06:18.186Z[ recovery-image] Oct 03 21:06:17.823 INFO O| Oct 03 21:06:17.823 INFO STEP 76 (remove_files) COMPLETE
50792025-10-03T21:06:18.186Z[ recovery-image] Oct 03 21:06:17.823 INFO O| Oct 03 21:06:17.823 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802025-10-03T21:06:18.211Z[ recovery-image] Oct 03 21:06:17.835 INFO O| Oct 03 21:06:17.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50812025-10-03T21:06:18.211Z[ recovery-image] Oct 03 21:06:17.836 INFO O| Oct 03 21:06:17.836 INFO STEP 77 (remove_files) COMPLETE
50822025-10-03T21:06:18.211Z[ recovery-image] Oct 03 21:06:17.836 INFO O| Oct 03 21:06:17.836 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832025-10-03T21:06:18.211Z[ recovery-image] Oct 03 21:06:17.848 INFO O| Oct 03 21:06:17.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50842025-10-03T21:06:18.211Z[ recovery-image] Oct 03 21:06:17.848 INFO O| Oct 03 21:06:17.848 INFO STEP 78 (remove_files) COMPLETE
50852025-10-03T21:06:18.211Z[ recovery-image] Oct 03 21:06:17.848 INFO O| Oct 03 21:06:17.848 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862025-10-03T21:06:18.236Z[ recovery-image] Oct 03 21:06:17.859 INFO O| Oct 03 21:06:17.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50872025-10-03T21:06:18.236Z[ recovery-image] Oct 03 21:06:17.860 INFO O| Oct 03 21:06:17.860 INFO STEP 79 (remove_files) COMPLETE
50882025-10-03T21:06:18.236Z[ recovery-image] Oct 03 21:06:17.860 INFO O| Oct 03 21:06:17.860 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892025-10-03T21:06:18.236Z[ recovery-image] Oct 03 21:06:17.872 INFO O| Oct 03 21:06:17.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50902025-10-03T21:06:18.236Z[ recovery-image] Oct 03 21:06:17.872 INFO O| Oct 03 21:06:17.872 INFO STEP 80 (remove_files) COMPLETE
50912025-10-03T21:06:18.236Z[ recovery-image] Oct 03 21:06:17.872 INFO O| Oct 03 21:06:17.872 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922025-10-03T21:06:18.261Z[ recovery-image] Oct 03 21:06:17.888 INFO O| Oct 03 21:06:17.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50932025-10-03T21:06:18.261Z[ recovery-image] Oct 03 21:06:17.888 INFO O| Oct 03 21:06:17.888 INFO STEP 81 (remove_files) COMPLETE
50942025-10-03T21:06:18.261Z[ recovery-image] Oct 03 21:06:17.888 INFO O| Oct 03 21:06:17.888 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952025-10-03T21:06:18.286Z[ recovery-image] Oct 03 21:06:17.904 INFO O| Oct 03 21:06:17.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50962025-10-03T21:06:18.287Z[ recovery-image] Oct 03 21:06:17.904 INFO O| Oct 03 21:06:17.904 INFO STEP 82 (remove_files) COMPLETE
50972025-10-03T21:06:18.287Z[ recovery-image] Oct 03 21:06:17.904 INFO O| Oct 03 21:06:17.904 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982025-10-03T21:06:18.287Z[ recovery-image] Oct 03 21:06:17.918 INFO O| Oct 03 21:06:17.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50992025-10-03T21:06:18.287Z[ recovery-image] Oct 03 21:06:17.918 INFO O| Oct 03 21:06:17.918 INFO STEP 83 (remove_files) COMPLETE
51002025-10-03T21:06:18.287Z[ recovery-image] Oct 03 21:06:17.918 INFO O| Oct 03 21:06:17.918 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012025-10-03T21:06:18.311Z[ recovery-image] Oct 03 21:06:17.931 INFO O| Oct 03 21:06:17.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
51022025-10-03T21:06:18.311Z[ recovery-image] Oct 03 21:06:17.932 INFO O| Oct 03 21:06:17.932 INFO STEP 84 (remove_files) COMPLETE
51032025-10-03T21:06:18.311Z[ recovery-image] Oct 03 21:06:17.932 INFO O| Oct 03 21:06:17.932 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042025-10-03T21:06:18.311Z[ recovery-image] Oct 03 21:06:17.944 INFO O| Oct 03 21:06:17.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
51052025-10-03T21:06:18.312Z[ recovery-image] Oct 03 21:06:17.944 INFO O| Oct 03 21:06:17.944 INFO STEP 85 (remove_files) COMPLETE
51062025-10-03T21:06:18.312Z[ recovery-image] Oct 03 21:06:17.944 INFO O| Oct 03 21:06:17.944 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072025-10-03T21:06:18.337Z[ host-image] Oct 03 21:06:17.956 INFO O| Oct 03 21:06:17.956 INFO O| Done
51082025-10-03T21:06:18.337Z[ recovery-image] Oct 03 21:06:17.957 INFO O| Oct 03 21:06:17.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
51092025-10-03T21:06:18.337Z[ recovery-image] Oct 03 21:06:17.957 INFO O| Oct 03 21:06:17.957 INFO STEP 86 (remove_files) COMPLETE
51102025-10-03T21:06:18.337Z[ recovery-image] Oct 03 21:06:17.957 INFO O| Oct 03 21:06:17.957 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112025-10-03T21:06:18.337Z[ recovery-image] Oct 03 21:06:17.968 INFO O| Oct 03 21:06:17.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
51122025-10-03T21:06:18.337Z[ recovery-image] Oct 03 21:06:17.969 INFO O| Oct 03 21:06:17.969 INFO STEP 87 (remove_files) COMPLETE
51132025-10-03T21:06:18.337Z[ recovery-image] Oct 03 21:06:17.969 INFO O| Oct 03 21:06:17.969 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142025-10-03T21:06:18.362Z[ recovery-image] Oct 03 21:06:17.980 INFO O| Oct 03 21:06:17.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
51152025-10-03T21:06:18.362Z[ recovery-image] Oct 03 21:06:17.980 INFO O| Oct 03 21:06:17.980 INFO STEP 88 (remove_files) COMPLETE
51162025-10-03T21:06:18.362Z[ recovery-image] Oct 03 21:06:17.981 INFO O| Oct 03 21:06:17.980 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172025-10-03T21:06:18.362Z[ recovery-image] Oct 03 21:06:17.996 INFO O| Oct 03 21:06:17.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
51182025-10-03T21:06:18.362Z[ recovery-image] Oct 03 21:06:17.996 INFO O| Oct 03 21:06:17.996 INFO STEP 89 (remove_files) COMPLETE
51192025-10-03T21:06:18.362Z[ recovery-image] Oct 03 21:06:17.996 INFO O| Oct 03 21:06:17.996 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202025-10-03T21:06:18.386Z[ recovery-image] Oct 03 21:06:18.011 INFO O| Oct 03 21:06:18.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
51212025-10-03T21:06:18.387Z[ recovery-image] Oct 03 21:06:18.011 INFO O| Oct 03 21:06:18.011 INFO STEP 90 (remove_files) COMPLETE
51222025-10-03T21:06:18.387Z[ recovery-image] Oct 03 21:06:18.011 INFO O| Oct 03 21:06:18.011 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232025-10-03T21:06:18.387Z[ recovery-image] Oct 03 21:06:18.025 INFO O| Oct 03 21:06:18.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51242025-10-03T21:06:18.387Z[ recovery-image] Oct 03 21:06:18.025 INFO O| Oct 03 21:06:18.025 INFO STEP 91 (remove_files) COMPLETE
51252025-10-03T21:06:18.387Z[ recovery-image] Oct 03 21:06:18.025 INFO O| Oct 03 21:06:18.025 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262025-10-03T21:06:18.411Z[ recovery-image] Oct 03 21:06:18.038 INFO O| Oct 03 21:06:18.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51272025-10-03T21:06:18.411Z[ recovery-image] Oct 03 21:06:18.039 INFO O| Oct 03 21:06:18.039 INFO STEP 92 (remove_files) COMPLETE
51282025-10-03T21:06:18.411Z[ recovery-image] Oct 03 21:06:18.039 INFO O| Oct 03 21:06:18.039 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292025-10-03T21:06:18.436Z[ recovery-image] Oct 03 21:06:18.052 INFO O| Oct 03 21:06:18.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51302025-10-03T21:06:18.436Z[ recovery-image] Oct 03 21:06:18.052 INFO O| Oct 03 21:06:18.052 INFO STEP 93 (remove_files) COMPLETE
51312025-10-03T21:06:18.436Z[ recovery-image] Oct 03 21:06:18.052 INFO O| Oct 03 21:06:18.052 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322025-10-03T21:06:18.436Z[ recovery-image] Oct 03 21:06:18.068 INFO O| Oct 03 21:06:18.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51332025-10-03T21:06:18.436Z[ recovery-image] Oct 03 21:06:18.069 INFO O| Oct 03 21:06:18.069 INFO STEP 94 (remove_files) COMPLETE
51342025-10-03T21:06:18.436Z[ recovery-image] Oct 03 21:06:18.069 INFO O| Oct 03 21:06:18.069 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352025-10-03T21:06:18.461Z[ recovery-image] Oct 03 21:06:18.084 INFO O| Oct 03 21:06:18.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51362025-10-03T21:06:18.461Z[ recovery-image] Oct 03 21:06:18.084 INFO O| Oct 03 21:06:18.084 INFO STEP 95 (remove_files) COMPLETE
51372025-10-03T21:06:18.461Z[ recovery-image] Oct 03 21:06:18.084 INFO O| Oct 03 21:06:18.084 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382025-10-03T21:06:18.461Z[ recovery-image] Oct 03 21:06:18.099 INFO O| Oct 03 21:06:18.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51392025-10-03T21:06:18.461Z[ recovery-image] Oct 03 21:06:18.099 INFO O| Oct 03 21:06:18.099 INFO STEP 96 (remove_files) COMPLETE
51402025-10-03T21:06:18.461Z[ recovery-image] Oct 03 21:06:18.099 INFO O| Oct 03 21:06:18.099 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412025-10-03T21:06:18.486Z[ recovery-image] Oct 03 21:06:18.117 INFO O| Oct 03 21:06:18.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51422025-10-03T21:06:18.486Z[ recovery-image] Oct 03 21:06:18.117 INFO O| Oct 03 21:06:18.117 INFO STEP 97 (remove_files) COMPLETE
51432025-10-03T21:06:18.486Z[ recovery-image] Oct 03 21:06:18.118 INFO O| Oct 03 21:06:18.117 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442025-10-03T21:06:18.510Z[ recovery-image] Oct 03 21:06:18.132 INFO O| Oct 03 21:06:18.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51452025-10-03T21:06:18.510Z[ recovery-image] Oct 03 21:06:18.133 INFO O| Oct 03 21:06:18.132 INFO STEP 98 (remove_files) COMPLETE
51462025-10-03T21:06:18.510Z[ recovery-image] Oct 03 21:06:18.133 INFO O| Oct 03 21:06:18.133 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472025-10-03T21:06:18.510Z[ recovery-image] Oct 03 21:06:18.147 INFO O| Oct 03 21:06:18.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51482025-10-03T21:06:18.510Z[ recovery-image] Oct 03 21:06:18.147 INFO O| Oct 03 21:06:18.147 INFO STEP 99 (remove_files) COMPLETE
51492025-10-03T21:06:18.510Z[ recovery-image] Oct 03 21:06:18.147 INFO O| Oct 03 21:06:18.147 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502025-10-03T21:06:18.535Z[ recovery-image] Oct 03 21:06:18.160 INFO O| Oct 03 21:06:18.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51512025-10-03T21:06:18.535Z[ recovery-image] Oct 03 21:06:18.160 INFO O| Oct 03 21:06:18.160 INFO STEP 100 (remove_files) COMPLETE
51522025-10-03T21:06:18.535Z[ recovery-image] Oct 03 21:06:18.160 INFO O| Oct 03 21:06:18.160 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532025-10-03T21:06:18.535Z[ recovery-image] Oct 03 21:06:18.172 INFO O| Oct 03 21:06:18.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51542025-10-03T21:06:18.535Z[ recovery-image] Oct 03 21:06:18.172 INFO O| Oct 03 21:06:18.172 INFO STEP 101 (remove_files) COMPLETE
51552025-10-03T21:06:18.535Z[ recovery-image] Oct 03 21:06:18.172 INFO O| Oct 03 21:06:18.172 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562025-10-03T21:06:18.560Z[ recovery-image] Oct 03 21:06:18.185 INFO O| Oct 03 21:06:18.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51572025-10-03T21:06:18.560Z[ recovery-image] Oct 03 21:06:18.185 INFO O| Oct 03 21:06:18.185 INFO STEP 102 (remove_files) COMPLETE
51582025-10-03T21:06:18.560Z[ recovery-image] Oct 03 21:06:18.185 INFO O| Oct 03 21:06:18.185 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592025-10-03T21:06:18.560Z[ recovery-image] Oct 03 21:06:18.198 INFO O| Oct 03 21:06:18.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51602025-10-03T21:06:18.560Z[ recovery-image] Oct 03 21:06:18.199 INFO O| Oct 03 21:06:18.199 INFO STEP 103 (remove_files) COMPLETE
51612025-10-03T21:06:18.560Z[ recovery-image] Oct 03 21:06:18.199 INFO O| Oct 03 21:06:18.199 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622025-10-03T21:06:18.585Z[ recovery-image] Oct 03 21:06:18.212 INFO O| Oct 03 21:06:18.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51632025-10-03T21:06:18.585Z[ recovery-image] Oct 03 21:06:18.212 INFO O| Oct 03 21:06:18.212 INFO STEP 104 (remove_files) COMPLETE
51642025-10-03T21:06:18.585Z[ recovery-image] Oct 03 21:06:18.212 INFO O| Oct 03 21:06:18.212 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652025-10-03T21:06:18.610Z[ recovery-image] Oct 03 21:06:18.230 INFO O| Oct 03 21:06:18.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51662025-10-03T21:06:18.610Z[ recovery-image] Oct 03 21:06:18.230 INFO O| Oct 03 21:06:18.230 INFO STEP 105 (remove_files) COMPLETE
51672025-10-03T21:06:18.610Z[ recovery-image] Oct 03 21:06:18.230 INFO O| Oct 03 21:06:18.230 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682025-10-03T21:06:18.610Z[ recovery-image] Oct 03 21:06:18.246 INFO O| Oct 03 21:06:18.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51692025-10-03T21:06:18.610Z[ recovery-image] Oct 03 21:06:18.246 INFO O| Oct 03 21:06:18.246 INFO STEP 106 (remove_files) COMPLETE
51702025-10-03T21:06:18.610Z[ recovery-image] Oct 03 21:06:18.246 INFO O| Oct 03 21:06:18.246 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712025-10-03T21:06:18.635Z[ recovery-image] Oct 03 21:06:18.260 INFO O| Oct 03 21:06:18.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51722025-10-03T21:06:18.635Z[ recovery-image] Oct 03 21:06:18.261 INFO O| Oct 03 21:06:18.261 INFO STEP 107 (remove_files) COMPLETE
51732025-10-03T21:06:18.635Z[ recovery-image] Oct 03 21:06:18.261 INFO O| Oct 03 21:06:18.261 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742025-10-03T21:06:18.659Z[ recovery-image] Oct 03 21:06:18.275 INFO O| Oct 03 21:06:18.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51752025-10-03T21:06:18.659Z[ recovery-image] Oct 03 21:06:18.275 INFO O| Oct 03 21:06:18.275 INFO STEP 108 (remove_files) COMPLETE
51762025-10-03T21:06:18.659Z[ recovery-image] Oct 03 21:06:18.275 INFO O| Oct 03 21:06:18.275 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772025-10-03T21:06:18.659Z[ recovery-image] Oct 03 21:06:18.289 INFO O| Oct 03 21:06:18.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51782025-10-03T21:06:18.659Z[ recovery-image] Oct 03 21:06:18.290 INFO O| Oct 03 21:06:18.289 INFO STEP 109 (remove_files) COMPLETE
51792025-10-03T21:06:18.659Z[ recovery-image] Oct 03 21:06:18.290 INFO O| Oct 03 21:06:18.290 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802025-10-03T21:06:18.684Z[ recovery-image] Oct 03 21:06:18.305 INFO O| Oct 03 21:06:18.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51812025-10-03T21:06:18.684Z[ recovery-image] Oct 03 21:06:18.305 INFO O| Oct 03 21:06:18.305 INFO STEP 110 (remove_files) COMPLETE
51822025-10-03T21:06:18.684Z[ recovery-image] Oct 03 21:06:18.305 INFO O| Oct 03 21:06:18.305 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832025-10-03T21:06:18.684Z[ recovery-image] Oct 03 21:06:18.320 INFO O| Oct 03 21:06:18.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51842025-10-03T21:06:18.684Z[ recovery-image] Oct 03 21:06:18.320 INFO O| Oct 03 21:06:18.320 INFO STEP 111 (remove_files) COMPLETE
51852025-10-03T21:06:18.684Z[ recovery-image] Oct 03 21:06:18.320 INFO O| Oct 03 21:06:18.320 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862025-10-03T21:06:18.709Z[ recovery-image] Oct 03 21:06:18.335 INFO O| Oct 03 21:06:18.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51872025-10-03T21:06:18.709Z[ recovery-image] Oct 03 21:06:18.336 INFO O| Oct 03 21:06:18.336 INFO STEP 112 (remove_files) COMPLETE
51882025-10-03T21:06:18.709Z[ recovery-image] Oct 03 21:06:18.336 INFO O| Oct 03 21:06:18.336 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892025-10-03T21:06:18.734Z[ recovery-image] Oct 03 21:06:18.350 INFO O| Oct 03 21:06:18.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51902025-10-03T21:06:18.734Z[ recovery-image] Oct 03 21:06:18.350 INFO O| Oct 03 21:06:18.350 INFO STEP 113 (remove_files) COMPLETE
51912025-10-03T21:06:18.734Z[ recovery-image] Oct 03 21:06:18.350 INFO O| Oct 03 21:06:18.350 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922025-10-03T21:06:18.734Z[ recovery-image] Oct 03 21:06:18.363 INFO O| Oct 03 21:06:18.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51932025-10-03T21:06:18.734Z[ recovery-image] Oct 03 21:06:18.363 INFO O| Oct 03 21:06:18.363 INFO STEP 114 (remove_files) COMPLETE
51942025-10-03T21:06:18.734Z[ recovery-image] Oct 03 21:06:18.363 INFO O| Oct 03 21:06:18.363 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952025-10-03T21:06:18.759Z[ recovery-image] Oct 03 21:06:18.379 INFO O| Oct 03 21:06:18.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51962025-10-03T21:06:18.759Z[ recovery-image] Oct 03 21:06:18.379 INFO O| Oct 03 21:06:18.379 INFO STEP 115 (remove_files) COMPLETE
51972025-10-03T21:06:18.759Z[ recovery-image] Oct 03 21:06:18.379 INFO O| Oct 03 21:06:18.379 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982025-10-03T21:06:18.759Z[ recovery-image] Oct 03 21:06:18.393 INFO O| Oct 03 21:06:18.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51992025-10-03T21:06:18.759Z[ recovery-image] Oct 03 21:06:18.393 INFO O| Oct 03 21:06:18.393 INFO STEP 116 (remove_files) COMPLETE
52002025-10-03T21:06:18.759Z[ recovery-image] Oct 03 21:06:18.393 INFO O| Oct 03 21:06:18.393 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012025-10-03T21:06:18.784Z[ recovery-image] Oct 03 21:06:18.406 INFO O| Oct 03 21:06:18.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
52022025-10-03T21:06:18.784Z[ recovery-image] Oct 03 21:06:18.406 INFO O| Oct 03 21:06:18.406 INFO STEP 117 (remove_files) COMPLETE
52032025-10-03T21:06:18.784Z[ recovery-image] Oct 03 21:06:18.406 INFO O| Oct 03 21:06:18.406 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042025-10-03T21:06:18.784Z[ recovery-image] Oct 03 21:06:18.418 INFO O| Oct 03 21:06:18.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
52052025-10-03T21:06:18.784Z[ recovery-image] Oct 03 21:06:18.418 INFO O| Oct 03 21:06:18.418 INFO STEP 118 (remove_files) COMPLETE
52062025-10-03T21:06:18.784Z[ recovery-image] Oct 03 21:06:18.418 INFO O| Oct 03 21:06:18.418 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072025-10-03T21:06:18.809Z[ recovery-image] Oct 03 21:06:18.434 INFO O| Oct 03 21:06:18.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
52082025-10-03T21:06:18.809Z[ recovery-image] Oct 03 21:06:18.434 INFO O| Oct 03 21:06:18.434 INFO STEP 119 (remove_files) COMPLETE
52092025-10-03T21:06:18.809Z[ recovery-image] Oct 03 21:06:18.434 INFO O| Oct 03 21:06:18.434 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102025-10-03T21:06:18.809Z[ recovery-image] Oct 03 21:06:18.447 INFO O| Oct 03 21:06:18.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
52112025-10-03T21:06:18.809Z[ recovery-image] Oct 03 21:06:18.447 INFO O| Oct 03 21:06:18.447 INFO STEP 120 (remove_files) COMPLETE
52122025-10-03T21:06:18.810Z[ recovery-image] Oct 03 21:06:18.447 INFO O| Oct 03 21:06:18.447 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132025-10-03T21:06:18.834Z[ recovery-image] Oct 03 21:06:18.464 INFO O| Oct 03 21:06:18.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
52142025-10-03T21:06:18.834Z[ recovery-image] Oct 03 21:06:18.464 INFO O| Oct 03 21:06:18.464 INFO STEP 121 (remove_files) COMPLETE
52152025-10-03T21:06:18.834Z[ recovery-image] Oct 03 21:06:18.464 INFO O| Oct 03 21:06:18.464 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162025-10-03T21:06:18.859Z[ recovery-image] Oct 03 21:06:18.481 INFO O| Oct 03 21:06:18.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
52172025-10-03T21:06:18.859Z[ recovery-image] Oct 03 21:06:18.481 INFO O| Oct 03 21:06:18.481 INFO STEP 122 (remove_files) COMPLETE
52182025-10-03T21:06:18.859Z[ recovery-image] Oct 03 21:06:18.481 INFO O| Oct 03 21:06:18.481 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192025-10-03T21:06:18.859Z[ recovery-image] Oct 03 21:06:18.493 INFO O| Oct 03 21:06:18.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
52202025-10-03T21:06:18.859Z[ recovery-image] Oct 03 21:06:18.494 INFO O| Oct 03 21:06:18.493 INFO STEP 123 (remove_files) COMPLETE
52212025-10-03T21:06:18.859Z[ recovery-image] Oct 03 21:06:18.494 INFO O| Oct 03 21:06:18.494 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222025-10-03T21:06:18.884Z[ recovery-image] Oct 03 21:06:18.506 INFO O| Oct 03 21:06:18.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
52232025-10-03T21:06:18.884Z[ recovery-image] Oct 03 21:06:18.506 INFO O| Oct 03 21:06:18.506 INFO STEP 124 (remove_files) COMPLETE
52242025-10-03T21:06:18.884Z[ recovery-image] Oct 03 21:06:18.506 INFO O| Oct 03 21:06:18.506 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252025-10-03T21:06:18.884Z[ recovery-image] Oct 03 21:06:18.519 INFO O| Oct 03 21:06:18.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52262025-10-03T21:06:18.884Z[ recovery-image] Oct 03 21:06:18.519 INFO O| Oct 03 21:06:18.519 INFO STEP 125 (remove_files) COMPLETE
52272025-10-03T21:06:18.884Z[ recovery-image] Oct 03 21:06:18.519 INFO O| Oct 03 21:06:18.519 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282025-10-03T21:06:18.909Z[ recovery-image] Oct 03 21:06:18.532 INFO O| Oct 03 21:06:18.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52292025-10-03T21:06:18.909Z[ recovery-image] Oct 03 21:06:18.532 INFO O| Oct 03 21:06:18.532 INFO STEP 126 (remove_files) COMPLETE
52302025-10-03T21:06:18.909Z[ recovery-image] Oct 03 21:06:18.532 INFO O| Oct 03 21:06:18.532 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312025-10-03T21:06:18.909Z[ recovery-image] Oct 03 21:06:18.544 INFO O| Oct 03 21:06:18.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52322025-10-03T21:06:18.909Z[ recovery-image] Oct 03 21:06:18.544 INFO O| Oct 03 21:06:18.544 INFO STEP 127 (remove_files) COMPLETE
52332025-10-03T21:06:18.909Z[ recovery-image] Oct 03 21:06:18.545 INFO O| Oct 03 21:06:18.544 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342025-10-03T21:06:18.934Z[ recovery-image] Oct 03 21:06:18.557 INFO O| Oct 03 21:06:18.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52352025-10-03T21:06:18.934Z[ recovery-image] Oct 03 21:06:18.557 INFO O| Oct 03 21:06:18.557 INFO STEP 128 (remove_files) COMPLETE
52362025-10-03T21:06:18.934Z[ recovery-image] Oct 03 21:06:18.557 INFO O| Oct 03 21:06:18.557 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372025-10-03T21:06:18.934Z[ recovery-image] Oct 03 21:06:18.573 INFO O| Oct 03 21:06:18.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52382025-10-03T21:06:18.934Z[ recovery-image] Oct 03 21:06:18.573 INFO O| Oct 03 21:06:18.573 INFO STEP 129 (remove_files) COMPLETE
52392025-10-03T21:06:18.934Z[ recovery-image] Oct 03 21:06:18.573 INFO O| Oct 03 21:06:18.573 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402025-10-03T21:06:18.959Z[ recovery-image] Oct 03 21:06:18.587 INFO O| Oct 03 21:06:18.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52412025-10-03T21:06:18.959Z[ recovery-image] Oct 03 21:06:18.587 INFO O| Oct 03 21:06:18.587 INFO STEP 130 (remove_files) COMPLETE
52422025-10-03T21:06:18.959Z[ recovery-image] Oct 03 21:06:18.587 INFO O| Oct 03 21:06:18.587 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432025-10-03T21:06:18.983Z[ recovery-image] Oct 03 21:06:18.601 INFO O| Oct 03 21:06:18.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52442025-10-03T21:06:18.984Z[ recovery-image] Oct 03 21:06:18.601 INFO O| Oct 03 21:06:18.601 INFO STEP 131 (remove_files) COMPLETE
52452025-10-03T21:06:18.984Z[ recovery-image] Oct 03 21:06:18.601 INFO O| Oct 03 21:06:18.601 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462025-10-03T21:06:18.984Z[ recovery-image] Oct 03 21:06:18.614 INFO O| Oct 03 21:06:18.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52472025-10-03T21:06:18.984Z[ recovery-image] Oct 03 21:06:18.615 INFO O| Oct 03 21:06:18.615 INFO STEP 132 (remove_files) COMPLETE
52482025-10-03T21:06:18.984Z[ recovery-image] Oct 03 21:06:18.615 INFO O| Oct 03 21:06:18.615 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492025-10-03T21:06:19.008Z[ recovery-image] Oct 03 21:06:18.628 INFO O| Oct 03 21:06:18.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52502025-10-03T21:06:19.008Z[ recovery-image] Oct 03 21:06:18.628 INFO O| Oct 03 21:06:18.628 INFO STEP 133 (remove_files) COMPLETE
52512025-10-03T21:06:19.009Z[ recovery-image] Oct 03 21:06:18.628 INFO O| Oct 03 21:06:18.628 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522025-10-03T21:06:19.009Z[ recovery-image] Oct 03 21:06:18.642 INFO O| Oct 03 21:06:18.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52532025-10-03T21:06:19.009Z[ recovery-image] Oct 03 21:06:18.642 INFO O| Oct 03 21:06:18.642 INFO STEP 134 (remove_files) COMPLETE
52542025-10-03T21:06:19.009Z[ recovery-image] Oct 03 21:06:18.642 INFO O| Oct 03 21:06:18.642 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552025-10-03T21:06:19.035Z[ recovery-image] Oct 03 21:06:18.659 INFO O| Oct 03 21:06:18.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52562025-10-03T21:06:19.035Z[ recovery-image] Oct 03 21:06:18.659 INFO O| Oct 03 21:06:18.659 INFO STEP 135 (remove_files) COMPLETE
52572025-10-03T21:06:19.035Z[ recovery-image] Oct 03 21:06:18.659 INFO O| Oct 03 21:06:18.659 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582025-10-03T21:06:19.060Z[ recovery-image] Oct 03 21:06:18.679 INFO O| Oct 03 21:06:18.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52592025-10-03T21:06:19.060Z[ recovery-image] Oct 03 21:06:18.679 INFO O| Oct 03 21:06:18.679 INFO STEP 136 (remove_files) COMPLETE
52602025-10-03T21:06:19.060Z[ recovery-image] Oct 03 21:06:18.679 INFO O| Oct 03 21:06:18.679 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612025-10-03T21:06:19.060Z[ recovery-image] Oct 03 21:06:18.693 INFO O| Oct 03 21:06:18.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52622025-10-03T21:06:19.060Z[ recovery-image] Oct 03 21:06:18.693 INFO O| Oct 03 21:06:18.693 INFO STEP 137 (remove_files) COMPLETE
52632025-10-03T21:06:19.060Z[ recovery-image] Oct 03 21:06:18.693 INFO O| Oct 03 21:06:18.693 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642025-10-03T21:06:19.085Z[ recovery-image] Oct 03 21:06:18.708 INFO O| Oct 03 21:06:18.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
52652025-10-03T21:06:19.085Z[ recovery-image] Oct 03 21:06:18.708 INFO O| Oct 03 21:06:18.708 INFO STEP 138 (remove_files) COMPLETE
52662025-10-03T21:06:19.085Z[ recovery-image] Oct 03 21:06:18.708 INFO O| Oct 03 21:06:18.708 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672025-10-03T21:06:19.110Z[ recovery-image] Oct 03 21:06:18.735 INFO O| Oct 03 21:06:18.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52682025-10-03T21:06:19.110Z[ recovery-image] Oct 03 21:06:18.735 INFO O| Oct 03 21:06:18.735 INFO STEP 139 (remove_files) COMPLETE
52692025-10-03T21:06:19.110Z[ recovery-image] Oct 03 21:06:18.735 INFO O| Oct 03 21:06:18.735 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702025-10-03T21:06:19.135Z[ recovery-image] Oct 03 21:06:18.753 INFO O| Oct 03 21:06:18.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52712025-10-03T21:06:19.135Z[ recovery-image] Oct 03 21:06:18.753 INFO O| Oct 03 21:06:18.753 INFO STEP 140 (remove_files) COMPLETE
52722025-10-03T21:06:19.135Z[ recovery-image] Oct 03 21:06:18.753 INFO O| Oct 03 21:06:18.753 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732025-10-03T21:06:19.135Z[ recovery-image] Oct 03 21:06:18.771 INFO O| Oct 03 21:06:18.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52742025-10-03T21:06:19.135Z[ recovery-image] Oct 03 21:06:18.771 INFO O| Oct 03 21:06:18.771 INFO STEP 141 (remove_files) COMPLETE
52752025-10-03T21:06:19.135Z[ recovery-image] Oct 03 21:06:18.771 INFO O| Oct 03 21:06:18.771 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762025-10-03T21:06:19.160Z[ recovery-image] Oct 03 21:06:18.788 INFO O| Oct 03 21:06:18.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52772025-10-03T21:06:19.160Z[ recovery-image] Oct 03 21:06:18.788 INFO O| Oct 03 21:06:18.788 INFO STEP 142 (remove_files) COMPLETE
52782025-10-03T21:06:19.160Z[ recovery-image] Oct 03 21:06:18.788 INFO O| Oct 03 21:06:18.788 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792025-10-03T21:06:19.185Z[ recovery-image] Oct 03 21:06:18.805 INFO O| Oct 03 21:06:18.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52802025-10-03T21:06:19.185Z[ recovery-image] Oct 03 21:06:18.805 INFO O| Oct 03 21:06:18.805 INFO STEP 143 (remove_files) COMPLETE
52812025-10-03T21:06:19.185Z[ recovery-image] Oct 03 21:06:18.805 INFO O| Oct 03 21:06:18.805 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822025-10-03T21:06:19.185Z[ recovery-image] Oct 03 21:06:18.823 INFO O| Oct 03 21:06:18.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52832025-10-03T21:06:19.185Z[ recovery-image] Oct 03 21:06:18.823 INFO O| Oct 03 21:06:18.823 INFO STEP 144 (remove_files) COMPLETE
52842025-10-03T21:06:19.185Z[ recovery-image] Oct 03 21:06:18.823 INFO O| Oct 03 21:06:18.823 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852025-10-03T21:06:19.210Z[ recovery-image] Oct 03 21:06:18.838 INFO O| Oct 03 21:06:18.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52862025-10-03T21:06:19.210Z[ recovery-image] Oct 03 21:06:18.838 INFO O| Oct 03 21:06:18.838 INFO STEP 145 (remove_files) COMPLETE
52872025-10-03T21:06:19.210Z[ recovery-image] Oct 03 21:06:18.838 INFO O| Oct 03 21:06:18.838 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882025-10-03T21:06:19.235Z[ recovery-image] Oct 03 21:06:18.851 INFO O| Oct 03 21:06:18.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52892025-10-03T21:06:19.235Z[ recovery-image] Oct 03 21:06:18.851 INFO O| Oct 03 21:06:18.851 INFO STEP 146 (remove_files) COMPLETE
52902025-10-03T21:06:19.235Z[ recovery-image] Oct 03 21:06:18.851 INFO O| Oct 03 21:06:18.851 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912025-10-03T21:06:19.235Z[ recovery-image] Oct 03 21:06:18.863 INFO O| Oct 03 21:06:18.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52922025-10-03T21:06:19.235Z[ recovery-image] Oct 03 21:06:18.863 INFO O| Oct 03 21:06:18.863 INFO STEP 147 (remove_files) COMPLETE
52932025-10-03T21:06:19.235Z[ recovery-image] Oct 03 21:06:18.863 INFO O| Oct 03 21:06:18.863 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942025-10-03T21:06:19.235Z[ recovery-image] Oct 03 21:06:18.874 INFO O| Oct 03 21:06:18.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52952025-10-03T21:06:19.235Z[ recovery-image] Oct 03 21:06:18.874 INFO O| Oct 03 21:06:18.874 INFO STEP 148 (remove_files) COMPLETE
52962025-10-03T21:06:19.235Z[ recovery-image] Oct 03 21:06:18.874 INFO O| Oct 03 21:06:18.874 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972025-10-03T21:06:19.260Z[ recovery-image] Oct 03 21:06:18.887 INFO O| Oct 03 21:06:18.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52982025-10-03T21:06:19.260Z[ recovery-image] Oct 03 21:06:18.887 INFO O| Oct 03 21:06:18.887 INFO STEP 149 (remove_files) COMPLETE
52992025-10-03T21:06:19.260Z[ recovery-image] Oct 03 21:06:18.887 INFO O| Oct 03 21:06:18.887 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002025-10-03T21:06:19.286Z[ recovery-image] Oct 03 21:06:18.905 INFO O| Oct 03 21:06:18.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
53012025-10-03T21:06:19.286Z[ recovery-image] Oct 03 21:06:18.906 INFO O| Oct 03 21:06:18.905 INFO STEP 150 (remove_files) COMPLETE
53022025-10-03T21:06:19.286Z[ recovery-image] Oct 03 21:06:18.906 INFO O| Oct 03 21:06:18.906 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032025-10-03T21:06:19.311Z[ recovery-image] Oct 03 21:06:18.925 INFO O| Oct 03 21:06:18.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
53042025-10-03T21:06:19.311Z[ recovery-image] Oct 03 21:06:18.925 INFO O| Oct 03 21:06:18.925 INFO STEP 151 (remove_files) COMPLETE
53052025-10-03T21:06:19.311Z[ recovery-image] Oct 03 21:06:18.925 INFO O| Oct 03 21:06:18.925 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062025-10-03T21:06:19.311Z[ recovery-image] Oct 03 21:06:18.944 INFO O| Oct 03 21:06:18.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
53072025-10-03T21:06:19.311Z[ recovery-image] Oct 03 21:06:18.945 INFO O| Oct 03 21:06:18.945 INFO STEP 152 (remove_files) COMPLETE
53082025-10-03T21:06:19.311Z[ recovery-image] Oct 03 21:06:18.945 INFO O| Oct 03 21:06:18.945 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092025-10-03T21:06:19.336Z[ recovery-image] Oct 03 21:06:18.963 INFO O| Oct 03 21:06:18.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
53102025-10-03T21:06:19.336Z[ recovery-image] Oct 03 21:06:18.963 INFO O| Oct 03 21:06:18.963 INFO STEP 153 (remove_files) COMPLETE
53112025-10-03T21:06:19.336Z[ recovery-image] Oct 03 21:06:18.963 INFO O| Oct 03 21:06:18.963 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122025-10-03T21:06:19.361Z[ recovery-image] Oct 03 21:06:18.977 INFO O| Oct 03 21:06:18.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
53132025-10-03T21:06:19.361Z[ recovery-image] Oct 03 21:06:18.977 INFO O| Oct 03 21:06:18.977 INFO STEP 154 (remove_files) COMPLETE
53142025-10-03T21:06:19.361Z[ recovery-image] Oct 03 21:06:18.977 INFO O| Oct 03 21:06:18.977 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152025-10-03T21:06:19.361Z[ recovery-image] Oct 03 21:06:18.990 INFO O| Oct 03 21:06:18.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
53162025-10-03T21:06:19.361Z[ recovery-image] Oct 03 21:06:18.990 INFO O| Oct 03 21:06:18.990 INFO STEP 155 (remove_files) COMPLETE
53172025-10-03T21:06:19.361Z[ recovery-image] Oct 03 21:06:18.990 INFO O| Oct 03 21:06:18.990 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182025-10-03T21:06:19.387Z[ recovery-image] Oct 03 21:06:19.002 INFO O| Oct 03 21:06:19.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
53192025-10-03T21:06:19.387Z[ recovery-image] Oct 03 21:06:19.002 INFO O| Oct 03 21:06:19.002 INFO STEP 156 (remove_files) COMPLETE
53202025-10-03T21:06:19.387Z[ recovery-image] Oct 03 21:06:19.002 INFO O| Oct 03 21:06:19.002 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212025-10-03T21:06:19.387Z[ recovery-image] Oct 03 21:06:19.019 INFO O| Oct 03 21:06:19.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
53222025-10-03T21:06:19.387Z[ recovery-image] Oct 03 21:06:19.019 INFO O| Oct 03 21:06:19.019 INFO STEP 157 (remove_files) COMPLETE
53232025-10-03T21:06:19.387Z[ recovery-image] Oct 03 21:06:19.019 INFO O| Oct 03 21:06:19.019 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242025-10-03T21:06:19.413Z[ recovery-image] Oct 03 21:06:19.036 INFO O| Oct 03 21:06:19.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
53252025-10-03T21:06:19.413Z[ recovery-image] Oct 03 21:06:19.036 INFO O| Oct 03 21:06:19.036 INFO STEP 158 (remove_files) COMPLETE
53262025-10-03T21:06:19.413Z[ recovery-image] Oct 03 21:06:19.036 INFO O| Oct 03 21:06:19.036 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272025-10-03T21:06:19.438Z[ recovery-image] Oct 03 21:06:19.053 INFO O| Oct 03 21:06:19.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53282025-10-03T21:06:19.438Z[ recovery-image] Oct 03 21:06:19.053 INFO O| Oct 03 21:06:19.053 INFO STEP 159 (remove_files) COMPLETE
53292025-10-03T21:06:19.438Z[ recovery-image] Oct 03 21:06:19.053 INFO O| Oct 03 21:06:19.053 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302025-10-03T21:06:19.438Z[ recovery-image] Oct 03 21:06:19.066 INFO O| Oct 03 21:06:19.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53312025-10-03T21:06:19.438Z[ recovery-image] Oct 03 21:06:19.067 INFO O| Oct 03 21:06:19.067 INFO STEP 160 (remove_files) COMPLETE
53322025-10-03T21:06:19.438Z[ recovery-image] Oct 03 21:06:19.067 INFO O| Oct 03 21:06:19.067 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332025-10-03T21:06:19.462Z[ recovery-image] Oct 03 21:06:19.083 INFO O| Oct 03 21:06:19.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53342025-10-03T21:06:19.462Z[ recovery-image] Oct 03 21:06:19.084 INFO O| Oct 03 21:06:19.084 INFO STEP 161 (remove_files) COMPLETE
53352025-10-03T21:06:19.462Z[ recovery-image] Oct 03 21:06:19.084 INFO O| Oct 03 21:06:19.084 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362025-10-03T21:06:19.462Z[ recovery-image] Oct 03 21:06:19.097 INFO O| Oct 03 21:06:19.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53372025-10-03T21:06:19.462Z[ recovery-image] Oct 03 21:06:19.097 INFO O| Oct 03 21:06:19.097 INFO STEP 162 (remove_files) COMPLETE
53382025-10-03T21:06:19.462Z[ recovery-image] Oct 03 21:06:19.097 INFO O| Oct 03 21:06:19.097 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392025-10-03T21:06:19.487Z[ recovery-image] Oct 03 21:06:19.113 INFO O| Oct 03 21:06:19.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53402025-10-03T21:06:19.487Z[ recovery-image] Oct 03 21:06:19.113 INFO O| Oct 03 21:06:19.113 INFO STEP 163 (remove_files) COMPLETE
53412025-10-03T21:06:19.487Z[ recovery-image] Oct 03 21:06:19.113 INFO O| Oct 03 21:06:19.113 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422025-10-03T21:06:19.513Z[ recovery-image] Oct 03 21:06:19.129 INFO O| Oct 03 21:06:19.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53432025-10-03T21:06:19.513Z[ recovery-image] Oct 03 21:06:19.129 INFO O| Oct 03 21:06:19.129 INFO STEP 164 (remove_files) COMPLETE
53442025-10-03T21:06:19.513Z[ recovery-image] Oct 03 21:06:19.129 INFO O| Oct 03 21:06:19.129 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452025-10-03T21:06:19.513Z[ recovery-image] Oct 03 21:06:19.145 INFO O| Oct 03 21:06:19.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53462025-10-03T21:06:19.513Z[ recovery-image] Oct 03 21:06:19.145 INFO O| Oct 03 21:06:19.145 INFO STEP 165 (remove_files) COMPLETE
53472025-10-03T21:06:19.513Z[ recovery-image] Oct 03 21:06:19.145 INFO O| Oct 03 21:06:19.145 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482025-10-03T21:06:19.538Z[ recovery-image] Oct 03 21:06:19.159 INFO O| Oct 03 21:06:19.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53492025-10-03T21:06:19.538Z[ recovery-image] Oct 03 21:06:19.160 INFO O| Oct 03 21:06:19.160 INFO STEP 166 (remove_files) COMPLETE
53502025-10-03T21:06:19.538Z[ recovery-image] Oct 03 21:06:19.160 INFO O| Oct 03 21:06:19.160 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512025-10-03T21:06:19.538Z[ recovery-image] Oct 03 21:06:19.173 INFO O| Oct 03 21:06:19.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53522025-10-03T21:06:19.538Z[ recovery-image] Oct 03 21:06:19.173 INFO O| Oct 03 21:06:19.173 INFO STEP 167 (remove_files) COMPLETE
53532025-10-03T21:06:19.538Z[ recovery-image] Oct 03 21:06:19.173 INFO O| Oct 03 21:06:19.173 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542025-10-03T21:06:19.563Z[ recovery-image] Oct 03 21:06:19.185 INFO O| Oct 03 21:06:19.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53552025-10-03T21:06:19.563Z[ recovery-image] Oct 03 21:06:19.186 INFO O| Oct 03 21:06:19.186 INFO STEP 168 (remove_files) COMPLETE
53562025-10-03T21:06:19.563Z[ recovery-image] Oct 03 21:06:19.186 INFO O| Oct 03 21:06:19.186 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572025-10-03T21:06:19.563Z[ recovery-image] Oct 03 21:06:19.199 INFO O| Oct 03 21:06:19.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53582025-10-03T21:06:19.563Z[ recovery-image] Oct 03 21:06:19.199 INFO O| Oct 03 21:06:19.199 INFO STEP 169 (remove_files) COMPLETE
53592025-10-03T21:06:19.563Z[ recovery-image] Oct 03 21:06:19.199 INFO O| Oct 03 21:06:19.199 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602025-10-03T21:06:19.588Z[ recovery-image] Oct 03 21:06:19.211 INFO O| Oct 03 21:06:19.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53612025-10-03T21:06:19.588Z[ recovery-image] Oct 03 21:06:19.211 INFO O| Oct 03 21:06:19.211 INFO STEP 170 (remove_files) COMPLETE
53622025-10-03T21:06:19.588Z[ recovery-image] Oct 03 21:06:19.211 INFO O| Oct 03 21:06:19.211 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632025-10-03T21:06:19.613Z[ recovery-image] Oct 03 21:06:19.229 INFO O| Oct 03 21:06:19.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53642025-10-03T21:06:19.613Z[ recovery-image] Oct 03 21:06:19.229 INFO O| Oct 03 21:06:19.229 INFO STEP 171 (remove_files) COMPLETE
53652025-10-03T21:06:19.613Z[ recovery-image] Oct 03 21:06:19.229 INFO O| Oct 03 21:06:19.229 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662025-10-03T21:06:19.613Z[ recovery-image] Oct 03 21:06:19.245 INFO O| Oct 03 21:06:19.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53672025-10-03T21:06:19.613Z[ recovery-image] Oct 03 21:06:19.246 INFO O| Oct 03 21:06:19.246 INFO STEP 172 (remove_files) COMPLETE
53682025-10-03T21:06:19.613Z[ recovery-image] Oct 03 21:06:19.246 INFO O| Oct 03 21:06:19.246 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692025-10-03T21:06:19.638Z[ recovery-image] Oct 03 21:06:19.263 INFO O| Oct 03 21:06:19.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53702025-10-03T21:06:19.638Z[ recovery-image] Oct 03 21:06:19.263 INFO O| Oct 03 21:06:19.263 INFO STEP 173 (remove_files) COMPLETE
53712025-10-03T21:06:19.638Z[ recovery-image] Oct 03 21:06:19.263 INFO O| Oct 03 21:06:19.263 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722025-10-03T21:06:19.663Z[ recovery-image] Oct 03 21:06:19.280 INFO O| Oct 03 21:06:19.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53732025-10-03T21:06:19.663Z[ recovery-image] Oct 03 21:06:19.280 INFO O| Oct 03 21:06:19.280 INFO STEP 174 (remove_files) COMPLETE
53742025-10-03T21:06:19.663Z[ recovery-image] Oct 03 21:06:19.280 INFO O| Oct 03 21:06:19.280 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752025-10-03T21:06:19.663Z[ recovery-image] Oct 03 21:06:19.294 INFO O| Oct 03 21:06:19.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53762025-10-03T21:06:19.663Z[ recovery-image] Oct 03 21:06:19.294 INFO O| Oct 03 21:06:19.294 INFO STEP 175 (remove_files) COMPLETE
53772025-10-03T21:06:19.663Z[ recovery-image] Oct 03 21:06:19.294 INFO O| Oct 03 21:06:19.294 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782025-10-03T21:06:19.688Z[ recovery-image] Oct 03 21:06:19.306 INFO O| Oct 03 21:06:19.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53792025-10-03T21:06:19.688Z[ recovery-image] Oct 03 21:06:19.306 INFO O| Oct 03 21:06:19.306 INFO STEP 176 (remove_files) COMPLETE
53802025-10-03T21:06:19.688Z[ recovery-image] Oct 03 21:06:19.306 INFO O| Oct 03 21:06:19.306 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812025-10-03T21:06:19.688Z[ recovery-image] Oct 03 21:06:19.318 INFO O| Oct 03 21:06:19.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53822025-10-03T21:06:19.688Z[ recovery-image] Oct 03 21:06:19.319 INFO O| Oct 03 21:06:19.319 INFO STEP 177 (remove_files) COMPLETE
53832025-10-03T21:06:19.688Z[ recovery-image] Oct 03 21:06:19.319 INFO O| Oct 03 21:06:19.319 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842025-10-03T21:06:19.713Z[ recovery-image] Oct 03 21:06:19.336 INFO O| Oct 03 21:06:19.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53852025-10-03T21:06:19.713Z[ recovery-image] Oct 03 21:06:19.336 INFO O| Oct 03 21:06:19.336 INFO STEP 178 (remove_files) COMPLETE
53862025-10-03T21:06:19.713Z[ recovery-image] Oct 03 21:06:19.336 INFO O| Oct 03 21:06:19.336 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872025-10-03T21:06:19.713Z[ recovery-image] Oct 03 21:06:19.351 INFO O| Oct 03 21:06:19.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53882025-10-03T21:06:19.713Z[ recovery-image] Oct 03 21:06:19.351 INFO O| Oct 03 21:06:19.351 INFO STEP 179 (remove_files) COMPLETE
53892025-10-03T21:06:19.713Z[ recovery-image] Oct 03 21:06:19.351 INFO O| Oct 03 21:06:19.351 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902025-10-03T21:06:19.738Z[ recovery-image] Oct 03 21:06:19.365 INFO O| Oct 03 21:06:19.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53912025-10-03T21:06:19.738Z[ recovery-image] Oct 03 21:06:19.365 INFO O| Oct 03 21:06:19.365 INFO STEP 180 (remove_files) COMPLETE
53922025-10-03T21:06:19.738Z[ recovery-image] Oct 03 21:06:19.365 INFO O| Oct 03 21:06:19.365 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932025-10-03T21:06:19.762Z[ recovery-image] Oct 03 21:06:19.377 INFO O| Oct 03 21:06:19.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53942025-10-03T21:06:19.762Z[ recovery-image] Oct 03 21:06:19.377 INFO O| Oct 03 21:06:19.377 INFO STEP 181 (remove_files) COMPLETE
53952025-10-03T21:06:19.762Z[ recovery-image] Oct 03 21:06:19.377 INFO O| Oct 03 21:06:19.377 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962025-10-03T21:06:19.762Z[ recovery-image] Oct 03 21:06:19.393 INFO O| Oct 03 21:06:19.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53972025-10-03T21:06:19.762Z[ recovery-image] Oct 03 21:06:19.394 INFO O| Oct 03 21:06:19.393 INFO STEP 182 (remove_files) COMPLETE
53982025-10-03T21:06:19.763Z[ recovery-image] Oct 03 21:06:19.394 INFO O| Oct 03 21:06:19.394 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992025-10-03T21:06:19.802Z[ recovery-image] Oct 03 21:06:19.408 INFO O| Oct 03 21:06:19.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
54002025-10-03T21:06:19.802Z[ recovery-image] Oct 03 21:06:19.408 INFO O| Oct 03 21:06:19.408 INFO STEP 183 (remove_files) COMPLETE
54012025-10-03T21:06:19.802Z[ recovery-image] Oct 03 21:06:19.408 INFO O| Oct 03 21:06:19.408 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022025-10-03T21:06:19.802Z[ recovery-image] Oct 03 21:06:19.422 INFO O| Oct 03 21:06:19.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
54032025-10-03T21:06:19.802Z[ recovery-image] Oct 03 21:06:19.422 INFO O| Oct 03 21:06:19.422 INFO STEP 184 (remove_files) COMPLETE
54042025-10-03T21:06:19.802Z[ recovery-image] Oct 03 21:06:19.422 INFO O| Oct 03 21:06:19.422 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052025-10-03T21:06:19.802Z[ recovery-image] Oct 03 21:06:19.436 INFO O| Oct 03 21:06:19.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
54062025-10-03T21:06:19.802Z[ recovery-image] Oct 03 21:06:19.436 INFO O| Oct 03 21:06:19.436 INFO STEP 185 (remove_files) COMPLETE
54072025-10-03T21:06:19.802Z[ recovery-image] Oct 03 21:06:19.436 INFO O| Oct 03 21:06:19.436 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082025-10-03T21:06:19.828Z[ recovery-image] Oct 03 21:06:19.454 INFO O| Oct 03 21:06:19.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
54092025-10-03T21:06:19.828Z[ recovery-image] Oct 03 21:06:19.454 INFO O| Oct 03 21:06:19.454 INFO STEP 186 (remove_files) COMPLETE
54102025-10-03T21:06:19.828Z[ recovery-image] Oct 03 21:06:19.454 INFO O| Oct 03 21:06:19.454 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112025-10-03T21:06:19.853Z[ recovery-image] Oct 03 21:06:19.471 INFO O| Oct 03 21:06:19.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
54122025-10-03T21:06:19.853Z[ recovery-image] Oct 03 21:06:19.471 INFO O| Oct 03 21:06:19.471 INFO STEP 187 (remove_files) COMPLETE
54132025-10-03T21:06:19.853Z[ recovery-image] Oct 03 21:06:19.471 INFO O| Oct 03 21:06:19.471 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142025-10-03T21:06:19.853Z[ recovery-image] Oct 03 21:06:19.487 INFO O| Oct 03 21:06:19.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
54152025-10-03T21:06:19.853Z[ recovery-image] Oct 03 21:06:19.487 INFO O| Oct 03 21:06:19.487 INFO STEP 188 (remove_files) COMPLETE
54162025-10-03T21:06:19.853Z[ recovery-image] Oct 03 21:06:19.487 INFO O| Oct 03 21:06:19.487 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172025-10-03T21:06:19.878Z[ recovery-image] Oct 03 21:06:19.503 INFO O| Oct 03 21:06:19.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
54182025-10-03T21:06:19.878Z[ recovery-image] Oct 03 21:06:19.504 INFO O| Oct 03 21:06:19.504 INFO STEP 189 (remove_files) COMPLETE
54192025-10-03T21:06:19.878Z[ recovery-image] Oct 03 21:06:19.504 INFO O| Oct 03 21:06:19.504 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202025-10-03T21:06:19.902Z[ recovery-image] Oct 03 21:06:19.518 INFO O| Oct 03 21:06:19.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
54212025-10-03T21:06:19.902Z[ recovery-image] Oct 03 21:06:19.518 INFO O| Oct 03 21:06:19.518 INFO STEP 190 (remove_files) COMPLETE
54222025-10-03T21:06:19.902Z[ recovery-image] Oct 03 21:06:19.518 INFO O| Oct 03 21:06:19.518 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232025-10-03T21:06:19.902Z[ recovery-image] Oct 03 21:06:19.535 INFO O| Oct 03 21:06:19.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
54242025-10-03T21:06:19.902Z[ recovery-image] Oct 03 21:06:19.535 INFO O| Oct 03 21:06:19.535 INFO STEP 191 (remove_files) COMPLETE
54252025-10-03T21:06:19.902Z[ recovery-image] Oct 03 21:06:19.535 INFO O| Oct 03 21:06:19.535 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262025-10-03T21:06:19.928Z[ recovery-image] Oct 03 21:06:19.550 INFO O| Oct 03 21:06:19.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54272025-10-03T21:06:19.928Z[ recovery-image] Oct 03 21:06:19.550 INFO O| Oct 03 21:06:19.550 INFO STEP 192 (remove_files) COMPLETE
54282025-10-03T21:06:19.928Z[ recovery-image] Oct 03 21:06:19.550 INFO O| Oct 03 21:06:19.550 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292025-10-03T21:06:19.928Z[ recovery-image] Oct 03 21:06:19.561 INFO O| Oct 03 21:06:19.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54302025-10-03T21:06:19.928Z[ recovery-image] Oct 03 21:06:19.561 INFO O| Oct 03 21:06:19.561 INFO STEP 193 (remove_files) COMPLETE
54312025-10-03T21:06:19.928Z[ recovery-image] Oct 03 21:06:19.561 INFO O| Oct 03 21:06:19.561 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322025-10-03T21:06:19.994Z[ recovery-image] Oct 03 21:06:19.573 INFO O| Oct 03 21:06:19.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54332025-10-03T21:06:19.994Z[ recovery-image] Oct 03 21:06:19.573 INFO O| Oct 03 21:06:19.573 INFO STEP 194 (remove_files) COMPLETE
54342025-10-03T21:06:19.994Z[ recovery-image] Oct 03 21:06:19.573 INFO O| Oct 03 21:06:19.573 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352025-10-03T21:06:19.994Z[ recovery-image] Oct 03 21:06:19.584 INFO O| Oct 03 21:06:19.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54362025-10-03T21:06:19.994Z[ recovery-image] Oct 03 21:06:19.584 INFO O| Oct 03 21:06:19.584 INFO STEP 195 (remove_files) COMPLETE
54372025-10-03T21:06:19.994Z[ recovery-image] Oct 03 21:06:19.584 INFO O| Oct 03 21:06:19.584 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382025-10-03T21:06:19.994Z[ recovery-image] Oct 03 21:06:19.595 INFO O| Oct 03 21:06:19.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54392025-10-03T21:06:19.994Z[ recovery-image] Oct 03 21:06:19.595 INFO O| Oct 03 21:06:19.595 INFO STEP 196 (remove_files) COMPLETE
54402025-10-03T21:06:19.994Z[ recovery-image] Oct 03 21:06:19.595 INFO O| Oct 03 21:06:19.595 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412025-10-03T21:06:19.994Z[ recovery-image] Oct 03 21:06:19.613 INFO O| Oct 03 21:06:19.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54422025-10-03T21:06:19.994Z[ recovery-image] Oct 03 21:06:19.613 INFO O| Oct 03 21:06:19.613 INFO STEP 197 (remove_files) COMPLETE
54432025-10-03T21:06:19.994Z[ recovery-image] Oct 03 21:06:19.613 INFO O| Oct 03 21:06:19.613 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442025-10-03T21:06:19.994Z[ recovery-image] Oct 03 21:06:19.630 INFO O| Oct 03 21:06:19.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54452025-10-03T21:06:19.994Z[ recovery-image] Oct 03 21:06:19.630 INFO O| Oct 03 21:06:19.630 INFO STEP 198 (remove_files) COMPLETE
54462025-10-03T21:06:19.994Z[ recovery-image] Oct 03 21:06:19.630 INFO O| Oct 03 21:06:19.630 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472025-10-03T21:06:20.019Z[ recovery-image] Oct 03 21:06:19.646 INFO O| Oct 03 21:06:19.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54482025-10-03T21:06:20.019Z[ recovery-image] Oct 03 21:06:19.646 INFO O| Oct 03 21:06:19.646 INFO STEP 199 (remove_files) COMPLETE
54492025-10-03T21:06:20.019Z[ recovery-image] Oct 03 21:06:19.646 INFO O| Oct 03 21:06:19.646 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502025-10-03T21:06:20.044Z[ recovery-image] Oct 03 21:06:19.664 INFO O| Oct 03 21:06:19.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54512025-10-03T21:06:20.044Z[ recovery-image] Oct 03 21:06:19.664 INFO O| Oct 03 21:06:19.664 INFO STEP 200 (remove_files) COMPLETE
54522025-10-03T21:06:20.044Z[ recovery-image] Oct 03 21:06:19.664 INFO O| Oct 03 21:06:19.664 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532025-10-03T21:06:20.044Z[ recovery-image] Oct 03 21:06:19.678 INFO O| Oct 03 21:06:19.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54542025-10-03T21:06:20.044Z[ recovery-image] Oct 03 21:06:19.678 INFO O| Oct 03 21:06:19.678 INFO STEP 201 (remove_files) COMPLETE
54552025-10-03T21:06:20.044Z[ recovery-image] Oct 03 21:06:19.678 INFO O| Oct 03 21:06:19.678 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562025-10-03T21:06:20.068Z[ recovery-image] Oct 03 21:06:19.691 INFO O| Oct 03 21:06:19.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54572025-10-03T21:06:20.068Z[ recovery-image] Oct 03 21:06:19.691 INFO O| Oct 03 21:06:19.691 INFO STEP 202 (remove_files) COMPLETE
54582025-10-03T21:06:20.068Z[ recovery-image] Oct 03 21:06:19.691 INFO O| Oct 03 21:06:19.691 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592025-10-03T21:06:20.068Z[ recovery-image] Oct 03 21:06:19.708 INFO O| Oct 03 21:06:19.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54602025-10-03T21:06:20.068Z[ recovery-image] Oct 03 21:06:19.708 INFO O| Oct 03 21:06:19.708 INFO STEP 203 (remove_files) COMPLETE
54612025-10-03T21:06:20.068Z[ recovery-image] Oct 03 21:06:19.708 INFO O| Oct 03 21:06:19.708 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622025-10-03T21:06:20.094Z[ recovery-image] Oct 03 21:06:19.733 INFO O| Oct 03 21:06:19.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54632025-10-03T21:06:20.094Z[ recovery-image] Oct 03 21:06:19.733 INFO O| Oct 03 21:06:19.733 INFO STEP 204 (remove_files) COMPLETE
54642025-10-03T21:06:20.094Z[ recovery-image] Oct 03 21:06:19.733 INFO O| Oct 03 21:06:19.733 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652025-10-03T21:06:20.118Z[ recovery-image] Oct 03 21:06:19.750 INFO O| Oct 03 21:06:19.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54662025-10-03T21:06:20.118Z[ recovery-image] Oct 03 21:06:19.751 INFO O| Oct 03 21:06:19.750 INFO STEP 205 (remove_files) COMPLETE
54672025-10-03T21:06:20.118Z[ recovery-image] Oct 03 21:06:19.751 INFO O| Oct 03 21:06:19.751 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682025-10-03T21:06:20.143Z[ recovery-image] Oct 03 21:06:19.768 INFO O| Oct 03 21:06:19.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54692025-10-03T21:06:20.143Z[ recovery-image] Oct 03 21:06:19.768 INFO O| Oct 03 21:06:19.768 INFO STEP 206 (remove_files) COMPLETE
54702025-10-03T21:06:20.144Z[ recovery-image] Oct 03 21:06:19.768 INFO O| Oct 03 21:06:19.768 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712025-10-03T21:06:20.168Z[ recovery-image] Oct 03 21:06:19.784 INFO O| Oct 03 21:06:19.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54722025-10-03T21:06:20.168Z[ recovery-image] Oct 03 21:06:19.784 INFO O| Oct 03 21:06:19.784 INFO STEP 207 (remove_files) COMPLETE
54732025-10-03T21:06:20.168Z[ recovery-image] Oct 03 21:06:19.784 INFO O| Oct 03 21:06:19.784 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742025-10-03T21:06:20.168Z[ recovery-image] Oct 03 21:06:19.801 INFO O| Oct 03 21:06:19.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54752025-10-03T21:06:20.168Z[ recovery-image] Oct 03 21:06:19.801 INFO O| Oct 03 21:06:19.801 INFO STEP 208 (remove_files) COMPLETE
54762025-10-03T21:06:20.168Z[ recovery-image] Oct 03 21:06:19.802 INFO O| Oct 03 21:06:19.801 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772025-10-03T21:06:20.192Z[ recovery-image] Oct 03 21:06:19.818 INFO O| Oct 03 21:06:19.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54782025-10-03T21:06:20.192Z[ recovery-image] Oct 03 21:06:19.818 INFO O| Oct 03 21:06:19.818 INFO STEP 209 (remove_files) COMPLETE
54792025-10-03T21:06:20.192Z[ recovery-image] Oct 03 21:06:19.818 INFO O| Oct 03 21:06:19.818 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802025-10-03T21:06:20.218Z[ recovery-image] Oct 03 21:06:19.837 INFO O| Oct 03 21:06:19.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54812025-10-03T21:06:20.218Z[ recovery-image] Oct 03 21:06:19.837 INFO O| Oct 03 21:06:19.837 INFO STEP 210 (remove_files) COMPLETE
54822025-10-03T21:06:20.218Z[ recovery-image] Oct 03 21:06:19.837 INFO O| Oct 03 21:06:19.837 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832025-10-03T21:06:20.218Z[ recovery-image] Oct 03 21:06:19.855 INFO O| Oct 03 21:06:19.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54842025-10-03T21:06:20.218Z[ recovery-image] Oct 03 21:06:19.855 INFO O| Oct 03 21:06:19.855 INFO STEP 211 (remove_files) COMPLETE
54852025-10-03T21:06:20.218Z[ recovery-image] Oct 03 21:06:19.855 INFO O| Oct 03 21:06:19.855 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862025-10-03T21:06:20.243Z[ recovery-image] Oct 03 21:06:19.871 INFO O| Oct 03 21:06:19.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54872025-10-03T21:06:20.243Z[ recovery-image] Oct 03 21:06:19.872 INFO O| Oct 03 21:06:19.871 INFO STEP 212 (remove_files) COMPLETE
54882025-10-03T21:06:20.243Z[ recovery-image] Oct 03 21:06:19.872 INFO O| Oct 03 21:06:19.871 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892025-10-03T21:06:20.267Z[ recovery-image] Oct 03 21:06:19.886 INFO O| Oct 03 21:06:19.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54902025-10-03T21:06:20.267Z[ recovery-image] Oct 03 21:06:19.886 INFO O| Oct 03 21:06:19.886 INFO STEP 213 (remove_files) COMPLETE
54912025-10-03T21:06:20.267Z[ recovery-image] Oct 03 21:06:19.886 INFO O| Oct 03 21:06:19.886 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922025-10-03T21:06:20.267Z[ recovery-image] Oct 03 21:06:19.900 INFO O| Oct 03 21:06:19.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54932025-10-03T21:06:20.267Z[ recovery-image] Oct 03 21:06:19.900 INFO O| Oct 03 21:06:19.900 INFO STEP 214 (remove_files) COMPLETE
54942025-10-03T21:06:20.267Z[ recovery-image] Oct 03 21:06:19.900 INFO O| Oct 03 21:06:19.900 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952025-10-03T21:06:20.292Z[ recovery-image] Oct 03 21:06:19.913 INFO O| Oct 03 21:06:19.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54962025-10-03T21:06:20.292Z[ recovery-image] Oct 03 21:06:19.913 INFO O| Oct 03 21:06:19.913 INFO STEP 215 (remove_files) COMPLETE
54972025-10-03T21:06:20.292Z[ recovery-image] Oct 03 21:06:19.913 INFO O| Oct 03 21:06:19.913 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982025-10-03T21:06:20.292Z[ recovery-image] Oct 03 21:06:19.926 INFO O| Oct 03 21:06:19.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54992025-10-03T21:06:20.292Z[ recovery-image] Oct 03 21:06:19.927 INFO O| Oct 03 21:06:19.926 INFO STEP 216 (remove_files) COMPLETE
55002025-10-03T21:06:20.292Z[ recovery-image] Oct 03 21:06:19.927 INFO O| Oct 03 21:06:19.927 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012025-10-03T21:06:20.316Z[ recovery-image] Oct 03 21:06:19.939 INFO O| Oct 03 21:06:19.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
55022025-10-03T21:06:20.316Z[ recovery-image] Oct 03 21:06:19.939 INFO O| Oct 03 21:06:19.939 INFO STEP 217 (remove_files) COMPLETE
55032025-10-03T21:06:20.316Z[ recovery-image] Oct 03 21:06:19.940 INFO O| Oct 03 21:06:19.939 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042025-10-03T21:06:20.316Z[ recovery-image] Oct 03 21:06:19.952 INFO O| Oct 03 21:06:19.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
55052025-10-03T21:06:20.316Z[ recovery-image] Oct 03 21:06:19.952 INFO O| Oct 03 21:06:19.952 INFO STEP 218 (remove_files) COMPLETE
55062025-10-03T21:06:20.316Z[ recovery-image] Oct 03 21:06:19.952 INFO O| Oct 03 21:06:19.952 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072025-10-03T21:06:20.341Z[ recovery-image] Oct 03 21:06:19.964 INFO O| Oct 03 21:06:19.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
55082025-10-03T21:06:20.341Z[ recovery-image] Oct 03 21:06:19.964 INFO O| Oct 03 21:06:19.964 INFO STEP 219 (remove_files) COMPLETE
55092025-10-03T21:06:20.341Z[ recovery-image] Oct 03 21:06:19.964 INFO O| Oct 03 21:06:19.964 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102025-10-03T21:06:20.341Z[ recovery-image] Oct 03 21:06:19.976 INFO O| Oct 03 21:06:19.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
55112025-10-03T21:06:20.341Z[ recovery-image] Oct 03 21:06:19.976 INFO O| Oct 03 21:06:19.976 INFO STEP 220 (remove_files) COMPLETE
55122025-10-03T21:06:20.341Z[ recovery-image] Oct 03 21:06:19.976 INFO O| Oct 03 21:06:19.976 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132025-10-03T21:06:20.365Z[ recovery-image] Oct 03 21:06:19.988 INFO O| Oct 03 21:06:19.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
55142025-10-03T21:06:20.365Z[ recovery-image] Oct 03 21:06:19.988 INFO O| Oct 03 21:06:19.988 INFO STEP 221 (remove_files) COMPLETE
55152025-10-03T21:06:20.365Z[ recovery-image] Oct 03 21:06:19.988 INFO O| Oct 03 21:06:19.988 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162025-10-03T21:06:20.365Z[ recovery-image] Oct 03 21:06:20.000 INFO O| Oct 03 21:06:20.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
55172025-10-03T21:06:20.365Z[ recovery-image] Oct 03 21:06:20.000 INFO O| Oct 03 21:06:20.000 INFO STEP 222 (remove_files) COMPLETE
55182025-10-03T21:06:20.365Z[ recovery-image] Oct 03 21:06:20.000 INFO O| Oct 03 21:06:20.000 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192025-10-03T21:06:20.389Z[ recovery-image] Oct 03 21:06:20.015 INFO O| Oct 03 21:06:20.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
55202025-10-03T21:06:20.389Z[ recovery-image] Oct 03 21:06:20.016 INFO O| Oct 03 21:06:20.015 INFO STEP 223 (remove_files) COMPLETE
55212025-10-03T21:06:20.389Z[ recovery-image] Oct 03 21:06:20.016 INFO O| Oct 03 21:06:20.016 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222025-10-03T21:06:20.414Z[ recovery-image] Oct 03 21:06:20.033 INFO O| Oct 03 21:06:20.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
55232025-10-03T21:06:20.414Z[ recovery-image] Oct 03 21:06:20.033 INFO O| Oct 03 21:06:20.033 INFO STEP 224 (remove_files) COMPLETE
55242025-10-03T21:06:20.414Z[ recovery-image] Oct 03 21:06:20.033 INFO O| Oct 03 21:06:20.033 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252025-10-03T21:06:20.414Z[ recovery-image] Oct 03 21:06:20.048 INFO O| Oct 03 21:06:20.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55262025-10-03T21:06:20.414Z[ recovery-image] Oct 03 21:06:20.048 INFO O| Oct 03 21:06:20.048 INFO STEP 225 (remove_files) COMPLETE
55272025-10-03T21:06:20.414Z[ recovery-image] Oct 03 21:06:20.048 INFO O| Oct 03 21:06:20.048 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282025-10-03T21:06:20.438Z[ recovery-image] Oct 03 21:06:20.061 INFO O| Oct 03 21:06:20.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55292025-10-03T21:06:20.438Z[ recovery-image] Oct 03 21:06:20.061 INFO O| Oct 03 21:06:20.061 INFO STEP 226 (remove_files) COMPLETE
55302025-10-03T21:06:20.438Z[ recovery-image] Oct 03 21:06:20.061 INFO O| Oct 03 21:06:20.061 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312025-10-03T21:06:20.438Z[ recovery-image] Oct 03 21:06:20.073 INFO O| Oct 03 21:06:20.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55322025-10-03T21:06:20.438Z[ recovery-image] Oct 03 21:06:20.073 INFO O| Oct 03 21:06:20.073 INFO STEP 227 (remove_files) COMPLETE
55332025-10-03T21:06:20.438Z[ recovery-image] Oct 03 21:06:20.073 INFO O| Oct 03 21:06:20.073 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342025-10-03T21:06:20.463Z[ recovery-image] Oct 03 21:06:20.086 INFO O| Oct 03 21:06:20.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55352025-10-03T21:06:20.463Z[ recovery-image] Oct 03 21:06:20.086 INFO O| Oct 03 21:06:20.086 INFO STEP 228 (remove_files) COMPLETE
55362025-10-03T21:06:20.463Z[ recovery-image] Oct 03 21:06:20.086 INFO O| Oct 03 21:06:20.086 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372025-10-03T21:06:20.463Z[ recovery-image] Oct 03 21:06:20.097 INFO O| Oct 03 21:06:20.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55382025-10-03T21:06:20.463Z[ recovery-image] Oct 03 21:06:20.098 INFO O| Oct 03 21:06:20.098 INFO STEP 229 (remove_files) COMPLETE
55392025-10-03T21:06:20.463Z[ recovery-image] Oct 03 21:06:20.098 INFO O| Oct 03 21:06:20.098 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402025-10-03T21:06:20.487Z[ recovery-image] Oct 03 21:06:20.110 INFO O| Oct 03 21:06:20.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55412025-10-03T21:06:20.487Z[ recovery-image] Oct 03 21:06:20.110 INFO O| Oct 03 21:06:20.110 INFO STEP 230 (remove_files) COMPLETE
55422025-10-03T21:06:20.487Z[ recovery-image] Oct 03 21:06:20.110 INFO O| Oct 03 21:06:20.110 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432025-10-03T21:06:20.512Z[ recovery-image] Oct 03 21:06:20.128 INFO O| Oct 03 21:06:20.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55442025-10-03T21:06:20.512Z[ recovery-image] Oct 03 21:06:20.128 INFO O| Oct 03 21:06:20.128 INFO STEP 231 (remove_files) COMPLETE
55452025-10-03T21:06:20.512Z[ recovery-image] Oct 03 21:06:20.128 INFO O| Oct 03 21:06:20.128 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462025-10-03T21:06:20.512Z[ recovery-image] Oct 03 21:06:20.144 INFO O| Oct 03 21:06:20.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55472025-10-03T21:06:20.512Z[ recovery-image] Oct 03 21:06:20.144 INFO O| Oct 03 21:06:20.144 INFO STEP 232 (remove_files) COMPLETE
55482025-10-03T21:06:20.512Z[ recovery-image] Oct 03 21:06:20.144 INFO O| Oct 03 21:06:20.144 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492025-10-03T21:06:20.537Z[ host-image] Oct 03 21:06:20.155 INFO O| Oct 03 21:06:20.155 INFO O| Done
55502025-10-03T21:06:20.537Z[ recovery-image] Oct 03 21:06:20.161 INFO O| Oct 03 21:06:20.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55512025-10-03T21:06:20.537Z[ recovery-image] Oct 03 21:06:20.161 INFO O| Oct 03 21:06:20.161 INFO STEP 233 (remove_files) COMPLETE
55522025-10-03T21:06:20.537Z[ recovery-image] Oct 03 21:06:20.161 INFO O| Oct 03 21:06:20.161 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532025-10-03T21:06:20.561Z[ recovery-image] Oct 03 21:06:20.177 INFO O| Oct 03 21:06:20.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55542025-10-03T21:06:20.561Z[ recovery-image] Oct 03 21:06:20.177 INFO O| Oct 03 21:06:20.177 INFO STEP 234 (remove_files) COMPLETE
55552025-10-03T21:06:20.561Z[ recovery-image] Oct 03 21:06:20.177 INFO O| Oct 03 21:06:20.177 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562025-10-03T21:06:20.561Z[ host-image] Oct 03 21:06:20.193 INFO O| Oct 03 21:06:20.193 INFO O| Done
55572025-10-03T21:06:20.561Z[ host-image] Oct 03 21:06:20.193 INFO O| Oct 03 21:06:20.193 INFO O| Done
55582025-10-03T21:06:20.561Z[ recovery-image] Oct 03 21:06:20.194 INFO O| Oct 03 21:06:20.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55592025-10-03T21:06:20.561Z[ recovery-image] Oct 03 21:06:20.194 INFO O| Oct 03 21:06:20.194 INFO STEP 235 (remove_files) COMPLETE
55602025-10-03T21:06:20.561Z[ recovery-image] Oct 03 21:06:20.194 INFO O| Oct 03 21:06:20.194 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612025-10-03T21:06:20.586Z[ recovery-image] Oct 03 21:06:20.209 INFO O| Oct 03 21:06:20.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55622025-10-03T21:06:20.586Z[ recovery-image] Oct 03 21:06:20.209 INFO O| Oct 03 21:06:20.209 INFO STEP 236 (remove_files) COMPLETE
55632025-10-03T21:06:20.586Z[ recovery-image] Oct 03 21:06:20.209 INFO O| Oct 03 21:06:20.209 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642025-10-03T21:06:20.586Z[ host-image] Oct 03 21:06:20.212 INFO O| Oct 03 21:06:20.211 INFO O| Done
55652025-10-03T21:06:20.586Z[ recovery-image] Oct 03 21:06:20.222 INFO O| Oct 03 21:06:20.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55662025-10-03T21:06:20.586Z[ recovery-image] Oct 03 21:06:20.222 INFO O| Oct 03 21:06:20.222 INFO STEP 237 (remove_files) COMPLETE
55672025-10-03T21:06:20.586Z[ recovery-image] Oct 03 21:06:20.222 INFO O| Oct 03 21:06:20.222 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682025-10-03T21:06:20.610Z[ recovery-image] Oct 03 21:06:20.235 INFO O| Oct 03 21:06:20.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55692025-10-03T21:06:20.610Z[ recovery-image] Oct 03 21:06:20.235 INFO O| Oct 03 21:06:20.235 INFO STEP 238 (remove_files) COMPLETE
55702025-10-03T21:06:20.610Z[ recovery-image] Oct 03 21:06:20.235 INFO O| Oct 03 21:06:20.235 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712025-10-03T21:06:20.610Z[ recovery-image] Oct 03 21:06:20.247 INFO O| Oct 03 21:06:20.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55722025-10-03T21:06:20.610Z[ recovery-image] Oct 03 21:06:20.248 INFO O| Oct 03 21:06:20.248 INFO STEP 239 (remove_files) COMPLETE
55732025-10-03T21:06:20.610Z[ recovery-image] Oct 03 21:06:20.248 INFO O| Oct 03 21:06:20.248 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742025-10-03T21:06:20.635Z[ recovery-image] Oct 03 21:06:20.266 INFO O| Oct 03 21:06:20.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55752025-10-03T21:06:20.635Z[ recovery-image] Oct 03 21:06:20.266 INFO O| Oct 03 21:06:20.266 INFO STEP 240 (remove_files) COMPLETE
55762025-10-03T21:06:20.635Z[ recovery-image] Oct 03 21:06:20.266 INFO O| Oct 03 21:06:20.266 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772025-10-03T21:06:20.660Z[ recovery-image] Oct 03 21:06:20.281 INFO O| Oct 03 21:06:20.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55782025-10-03T21:06:20.660Z[ recovery-image] Oct 03 21:06:20.282 INFO O| Oct 03 21:06:20.282 INFO STEP 241 (remove_files) COMPLETE
55792025-10-03T21:06:20.660Z[ recovery-image] Oct 03 21:06:20.282 INFO O| Oct 03 21:06:20.282 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802025-10-03T21:06:20.660Z[ recovery-image] Oct 03 21:06:20.297 INFO O| Oct 03 21:06:20.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55812025-10-03T21:06:20.660Z[ recovery-image] Oct 03 21:06:20.298 INFO O| Oct 03 21:06:20.298 INFO STEP 242 (remove_files) COMPLETE
55822025-10-03T21:06:20.660Z[ recovery-image] Oct 03 21:06:20.298 INFO O| Oct 03 21:06:20.298 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832025-10-03T21:06:20.684Z[ recovery-image] Oct 03 21:06:20.314 INFO O| Oct 03 21:06:20.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55842025-10-03T21:06:20.684Z[ recovery-image] Oct 03 21:06:20.314 INFO O| Oct 03 21:06:20.314 INFO STEP 243 (remove_files) COMPLETE
55852025-10-03T21:06:20.684Z[ recovery-image] Oct 03 21:06:20.314 INFO O| Oct 03 21:06:20.314 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862025-10-03T21:06:20.708Z[ recovery-image] Oct 03 21:06:20.331 INFO O| Oct 03 21:06:20.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55872025-10-03T21:06:20.708Z[ recovery-image] Oct 03 21:06:20.331 INFO O| Oct 03 21:06:20.331 INFO STEP 244 (remove_files) COMPLETE
55882025-10-03T21:06:20.708Z[ recovery-image] Oct 03 21:06:20.331 INFO O| Oct 03 21:06:20.331 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892025-10-03T21:06:20.733Z[ recovery-image] Oct 03 21:06:20.350 INFO O| Oct 03 21:06:20.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55902025-10-03T21:06:20.733Z[ recovery-image] Oct 03 21:06:20.350 INFO O| Oct 03 21:06:20.350 INFO STEP 245 (remove_files) COMPLETE
55912025-10-03T21:06:20.733Z[ recovery-image] Oct 03 21:06:20.350 INFO O| Oct 03 21:06:20.350 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922025-10-03T21:06:20.733Z[ recovery-image] Oct 03 21:06:20.367 INFO O| Oct 03 21:06:20.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55932025-10-03T21:06:20.733Z[ recovery-image] Oct 03 21:06:20.367 INFO O| Oct 03 21:06:20.367 INFO STEP 246 (remove_files) COMPLETE
55942025-10-03T21:06:20.733Z[ recovery-image] Oct 03 21:06:20.367 INFO O| Oct 03 21:06:20.367 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952025-10-03T21:06:20.757Z[ recovery-image] Oct 03 21:06:20.383 INFO O| Oct 03 21:06:20.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55962025-10-03T21:06:20.757Z[ recovery-image] Oct 03 21:06:20.383 INFO O| Oct 03 21:06:20.383 INFO STEP 247 (remove_files) COMPLETE
55972025-10-03T21:06:20.757Z[ recovery-image] Oct 03 21:06:20.383 INFO O| Oct 03 21:06:20.383 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982025-10-03T21:06:20.782Z[ recovery-image] Oct 03 21:06:20.401 INFO O| Oct 03 21:06:20.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55992025-10-03T21:06:20.782Z[ recovery-image] Oct 03 21:06:20.402 INFO O| Oct 03 21:06:20.401 INFO STEP 248 (remove_files) COMPLETE
56002025-10-03T21:06:20.782Z[ recovery-image] Oct 03 21:06:20.402 INFO O| Oct 03 21:06:20.402 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012025-10-03T21:06:20.782Z[ recovery-image] Oct 03 21:06:20.419 INFO O| Oct 03 21:06:20.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
56022025-10-03T21:06:20.782Z[ recovery-image] Oct 03 21:06:20.419 INFO O| Oct 03 21:06:20.419 INFO STEP 249 (remove_files) COMPLETE
56032025-10-03T21:06:20.782Z[ recovery-image] Oct 03 21:06:20.419 INFO O| Oct 03 21:06:20.419 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042025-10-03T21:06:20.806Z[ recovery-image] Oct 03 21:06:20.437 INFO O| Oct 03 21:06:20.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
56052025-10-03T21:06:20.806Z[ recovery-image] Oct 03 21:06:20.437 INFO O| Oct 03 21:06:20.437 INFO STEP 250 (remove_files) COMPLETE
56062025-10-03T21:06:20.806Z[ recovery-image] Oct 03 21:06:20.437 INFO O| Oct 03 21:06:20.437 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072025-10-03T21:06:20.830Z[ recovery-image] Oct 03 21:06:20.452 INFO O| Oct 03 21:06:20.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
56082025-10-03T21:06:20.830Z[ recovery-image] Oct 03 21:06:20.453 INFO O| Oct 03 21:06:20.452 INFO STEP 251 (remove_files) COMPLETE
56092025-10-03T21:06:20.830Z[ recovery-image] Oct 03 21:06:20.453 INFO O| Oct 03 21:06:20.453 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102025-10-03T21:06:20.855Z[ recovery-image] Oct 03 21:06:20.482 INFO O| Oct 03 21:06:20.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
56112025-10-03T21:06:20.855Z[ recovery-image] Oct 03 21:06:20.482 INFO O| Oct 03 21:06:20.482 INFO STEP 252 (remove_files) COMPLETE
56122025-10-03T21:06:20.855Z[ recovery-image] Oct 03 21:06:20.482 INFO O| Oct 03 21:06:20.482 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132025-10-03T21:06:20.879Z[ recovery-image] Oct 03 21:06:20.497 INFO O| Oct 03 21:06:20.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
56142025-10-03T21:06:20.879Z[ recovery-image] Oct 03 21:06:20.498 INFO O| Oct 03 21:06:20.497 INFO STEP 253 (remove_files) COMPLETE
56152025-10-03T21:06:20.879Z[ recovery-image] Oct 03 21:06:20.498 INFO O| Oct 03 21:06:20.497 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162025-10-03T21:06:20.879Z[ recovery-image] Oct 03 21:06:20.511 INFO O| Oct 03 21:06:20.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
56172025-10-03T21:06:20.879Z[ recovery-image] Oct 03 21:06:20.511 INFO O| Oct 03 21:06:20.511 INFO STEP 254 (remove_files) COMPLETE
56182025-10-03T21:06:20.879Z[ recovery-image] Oct 03 21:06:20.511 INFO O| Oct 03 21:06:20.511 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192025-10-03T21:06:20.904Z[ recovery-image] Oct 03 21:06:20.524 INFO O| Oct 03 21:06:20.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
56202025-10-03T21:06:20.904Z[ recovery-image] Oct 03 21:06:20.524 INFO O| Oct 03 21:06:20.524 INFO STEP 255 (remove_files) COMPLETE
56212025-10-03T21:06:20.904Z[ recovery-image] Oct 03 21:06:20.524 INFO O| Oct 03 21:06:20.524 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222025-10-03T21:06:20.904Z[ recovery-image] Oct 03 21:06:20.537 INFO O| Oct 03 21:06:20.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
56232025-10-03T21:06:20.904Z[ recovery-image] Oct 03 21:06:20.537 INFO O| Oct 03 21:06:20.537 INFO STEP 256 (remove_files) COMPLETE
56242025-10-03T21:06:20.904Z[ recovery-image] Oct 03 21:06:20.537 INFO O| Oct 03 21:06:20.537 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252025-10-03T21:06:20.928Z[ recovery-image] Oct 03 21:06:20.550 INFO O| Oct 03 21:06:20.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
56262025-10-03T21:06:20.928Z[ recovery-image] Oct 03 21:06:20.550 INFO O| Oct 03 21:06:20.550 INFO STEP 257 (remove_files) COMPLETE
56272025-10-03T21:06:20.928Z[ recovery-image] Oct 03 21:06:20.550 INFO O| Oct 03 21:06:20.550 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282025-10-03T21:06:20.928Z[ recovery-image] Oct 03 21:06:20.563 INFO O| Oct 03 21:06:20.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
56292025-10-03T21:06:20.928Z[ recovery-image] Oct 03 21:06:20.563 INFO O| Oct 03 21:06:20.563 INFO STEP 258 (remove_files) COMPLETE
56302025-10-03T21:06:20.928Z[ recovery-image] Oct 03 21:06:20.563 INFO O| Oct 03 21:06:20.563 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312025-10-03T21:06:20.980Z[ recovery-image] Oct 03 21:06:20.619 INFO O| Oct 03 21:06:20.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56322025-10-03T21:06:20.980Z[ recovery-image] Oct 03 21:06:20.619 INFO O| Oct 03 21:06:20.619 INFO STEP 259 (remove_files) COMPLETE
56332025-10-03T21:06:20.981Z[ recovery-image] Oct 03 21:06:20.619 INFO O| Oct 03 21:06:20.619 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342025-10-03T21:06:21.010Z[ recovery-image] Oct 03 21:06:20.650 INFO O| Oct 03 21:06:20.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56352025-10-03T21:06:21.011Z[ recovery-image] Oct 03 21:06:20.650 INFO O| Oct 03 21:06:20.650 INFO STEP 260 (remove_files) COMPLETE
56362025-10-03T21:06:21.035Z[ recovery-image] Oct 03 21:06:20.650 INFO O| Oct 03 21:06:20.650 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372025-10-03T21:06:21.035Z[ recovery-image] Oct 03 21:06:20.665 INFO O| Oct 03 21:06:20.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56382025-10-03T21:06:21.035Z[ recovery-image] Oct 03 21:06:20.665 INFO O| Oct 03 21:06:20.665 INFO STEP 261 (remove_files) COMPLETE
56392025-10-03T21:06:21.035Z[ recovery-image] Oct 03 21:06:20.665 INFO O| Oct 03 21:06:20.665 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402025-10-03T21:06:21.059Z[ recovery-image] Oct 03 21:06:20.679 INFO O| Oct 03 21:06:20.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56412025-10-03T21:06:21.059Z[ recovery-image] Oct 03 21:06:20.679 INFO O| Oct 03 21:06:20.679 INFO STEP 262 (remove_files) COMPLETE
56422025-10-03T21:06:21.059Z[ recovery-image] Oct 03 21:06:20.679 INFO O| Oct 03 21:06:20.679 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432025-10-03T21:06:21.059Z[ recovery-image] Oct 03 21:06:20.692 INFO O| Oct 03 21:06:20.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56442025-10-03T21:06:21.059Z[ recovery-image] Oct 03 21:06:20.692 INFO O| Oct 03 21:06:20.692 INFO STEP 263 (remove_files) COMPLETE
56452025-10-03T21:06:21.059Z[ recovery-image] Oct 03 21:06:20.692 INFO O| Oct 03 21:06:20.692 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462025-10-03T21:06:21.084Z[ recovery-image] Oct 03 21:06:20.711 INFO O| Oct 03 21:06:20.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56472025-10-03T21:06:21.084Z[ recovery-image] Oct 03 21:06:20.711 INFO O| Oct 03 21:06:20.711 INFO STEP 264 (remove_files) COMPLETE
56482025-10-03T21:06:21.084Z[ recovery-image] Oct 03 21:06:20.711 INFO O| Oct 03 21:06:20.711 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492025-10-03T21:06:21.108Z[ recovery-image] Oct 03 21:06:20.731 INFO O| Oct 03 21:06:20.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
56502025-10-03T21:06:21.108Z[ recovery-image] Oct 03 21:06:20.731 INFO O| Oct 03 21:06:20.731 INFO STEP 265 (remove_files) COMPLETE
56512025-10-03T21:06:21.108Z[ recovery-image] Oct 03 21:06:20.731 INFO O| Oct 03 21:06:20.731 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522025-10-03T21:06:21.132Z[ recovery-image] Oct 03 21:06:20.748 INFO O| Oct 03 21:06:20.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56532025-10-03T21:06:21.132Z[ recovery-image] Oct 03 21:06:20.748 INFO O| Oct 03 21:06:20.748 INFO STEP 266 (remove_files) COMPLETE
56542025-10-03T21:06:21.132Z[ recovery-image] Oct 03 21:06:20.748 INFO O| Oct 03 21:06:20.748 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552025-10-03T21:06:21.132Z[ recovery-image] Oct 03 21:06:20.765 INFO O| Oct 03 21:06:20.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56562025-10-03T21:06:21.132Z[ recovery-image] Oct 03 21:06:20.765 INFO O| Oct 03 21:06:20.765 INFO STEP 267 (remove_files) COMPLETE
56572025-10-03T21:06:21.132Z[ recovery-image] Oct 03 21:06:20.765 INFO O| Oct 03 21:06:20.765 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582025-10-03T21:06:21.157Z[ recovery-image] Oct 03 21:06:20.782 INFO O| Oct 03 21:06:20.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56592025-10-03T21:06:21.157Z[ recovery-image] Oct 03 21:06:20.782 INFO O| Oct 03 21:06:20.782 INFO STEP 268 (remove_files) COMPLETE
56602025-10-03T21:06:21.157Z[ recovery-image] Oct 03 21:06:20.782 INFO O| Oct 03 21:06:20.782 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612025-10-03T21:06:21.181Z[ recovery-image] Oct 03 21:06:20.799 INFO O| Oct 03 21:06:20.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56622025-10-03T21:06:21.181Z[ recovery-image] Oct 03 21:06:20.800 INFO O| Oct 03 21:06:20.800 INFO STEP 269 (remove_files) COMPLETE
56632025-10-03T21:06:21.181Z[ recovery-image] Oct 03 21:06:20.800 INFO O| Oct 03 21:06:20.800 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642025-10-03T21:06:21.181Z[ recovery-image] Oct 03 21:06:20.818 INFO O| Oct 03 21:06:20.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56652025-10-03T21:06:21.181Z[ recovery-image] Oct 03 21:06:20.818 INFO O| Oct 03 21:06:20.818 INFO STEP 270 (remove_files) COMPLETE
56662025-10-03T21:06:21.181Z[ recovery-image] Oct 03 21:06:20.818 INFO O| Oct 03 21:06:20.818 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672025-10-03T21:06:21.205Z[ recovery-image] Oct 03 21:06:20.837 INFO O| Oct 03 21:06:20.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56682025-10-03T21:06:21.205Z[ recovery-image] Oct 03 21:06:20.837 INFO O| Oct 03 21:06:20.837 INFO STEP 271 (remove_files) COMPLETE
56692025-10-03T21:06:21.205Z[ recovery-image] Oct 03 21:06:20.837 INFO O| Oct 03 21:06:20.837 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702025-10-03T21:06:21.230Z[ recovery-image] Oct 03 21:06:20.852 INFO O| Oct 03 21:06:20.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56712025-10-03T21:06:21.230Z[ recovery-image] Oct 03 21:06:20.852 INFO O| Oct 03 21:06:20.852 INFO STEP 272 (remove_files) COMPLETE
56722025-10-03T21:06:21.230Z[ recovery-image] Oct 03 21:06:20.852 INFO O| Oct 03 21:06:20.852 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732025-10-03T21:06:21.230Z[ recovery-image] Oct 03 21:06:20.868 INFO O| Oct 03 21:06:20.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56742025-10-03T21:06:21.230Z[ recovery-image] Oct 03 21:06:20.868 INFO O| Oct 03 21:06:20.868 INFO STEP 273 (remove_files) COMPLETE
56752025-10-03T21:06:21.230Z[ recovery-image] Oct 03 21:06:20.868 INFO O| Oct 03 21:06:20.868 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762025-10-03T21:06:21.254Z[ recovery-image] Oct 03 21:06:20.882 INFO O| Oct 03 21:06:20.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56772025-10-03T21:06:21.254Z[ recovery-image] Oct 03 21:06:20.882 INFO O| Oct 03 21:06:20.882 INFO STEP 274 (remove_files) COMPLETE
56782025-10-03T21:06:21.254Z[ recovery-image] Oct 03 21:06:20.882 INFO O| Oct 03 21:06:20.882 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792025-10-03T21:06:21.279Z[ recovery-image] Oct 03 21:06:20.895 INFO O| Oct 03 21:06:20.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56802025-10-03T21:06:21.279Z[ recovery-image] Oct 03 21:06:20.895 INFO O| Oct 03 21:06:20.895 INFO STEP 275 (remove_files) COMPLETE
56812025-10-03T21:06:21.279Z[ recovery-image] Oct 03 21:06:20.895 INFO O| Oct 03 21:06:20.895 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822025-10-03T21:06:21.279Z[ recovery-image] Oct 03 21:06:20.912 INFO O| Oct 03 21:06:20.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56832025-10-03T21:06:21.279Z[ recovery-image] Oct 03 21:06:20.912 INFO O| Oct 03 21:06:20.912 INFO STEP 276 (remove_files) COMPLETE
56842025-10-03T21:06:21.279Z[ recovery-image] Oct 03 21:06:20.912 INFO O| Oct 03 21:06:20.912 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852025-10-03T21:06:21.303Z[ recovery-image] Oct 03 21:06:20.925 INFO O| Oct 03 21:06:20.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56862025-10-03T21:06:21.303Z[ recovery-image] Oct 03 21:06:20.925 INFO O| Oct 03 21:06:20.925 INFO STEP 277 (remove_files) COMPLETE
56872025-10-03T21:06:21.303Z[ recovery-image] Oct 03 21:06:20.925 INFO O| Oct 03 21:06:20.925 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882025-10-03T21:06:21.303Z[ recovery-image] Oct 03 21:06:20.938 INFO O| Oct 03 21:06:20.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56892025-10-03T21:06:21.303Z[ recovery-image] Oct 03 21:06:20.938 INFO O| Oct 03 21:06:20.938 INFO STEP 278 (remove_files) COMPLETE
56902025-10-03T21:06:21.303Z[ recovery-image] Oct 03 21:06:20.939 INFO O| Oct 03 21:06:20.938 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912025-10-03T21:06:21.328Z[ recovery-image] Oct 03 21:06:20.952 INFO O| Oct 03 21:06:20.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56922025-10-03T21:06:21.328Z[ recovery-image] Oct 03 21:06:20.952 INFO O| Oct 03 21:06:20.952 INFO STEP 279 (remove_files) COMPLETE
56932025-10-03T21:06:21.328Z[ recovery-image] Oct 03 21:06:20.952 INFO O| Oct 03 21:06:20.952 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942025-10-03T21:06:21.328Z[ recovery-image] Oct 03 21:06:20.964 INFO O| Oct 03 21:06:20.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56952025-10-03T21:06:21.328Z[ recovery-image] Oct 03 21:06:20.964 INFO O| Oct 03 21:06:20.964 INFO STEP 280 (remove_files) COMPLETE
56962025-10-03T21:06:21.328Z[ recovery-image] Oct 03 21:06:20.964 INFO O| Oct 03 21:06:20.964 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972025-10-03T21:06:21.352Z[ recovery-image] Oct 03 21:06:20.976 INFO O| Oct 03 21:06:20.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56982025-10-03T21:06:21.352Z[ recovery-image] Oct 03 21:06:20.976 INFO O| Oct 03 21:06:20.976 INFO STEP 281 (remove_files) COMPLETE
56992025-10-03T21:06:21.352Z[ recovery-image] Oct 03 21:06:20.976 INFO O| Oct 03 21:06:20.976 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002025-10-03T21:06:21.352Z[ recovery-image] Oct 03 21:06:20.988 INFO O| Oct 03 21:06:20.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
57012025-10-03T21:06:21.352Z[ recovery-image] Oct 03 21:06:20.988 INFO O| Oct 03 21:06:20.988 INFO STEP 282 (remove_files) COMPLETE
57022025-10-03T21:06:21.352Z[ recovery-image] Oct 03 21:06:20.988 INFO O| Oct 03 21:06:20.988 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032025-10-03T21:06:21.376Z[ recovery-image] Oct 03 21:06:21.004 INFO O| Oct 03 21:06:21.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
57042025-10-03T21:06:21.377Z[ recovery-image] Oct 03 21:06:21.004 INFO O| Oct 03 21:06:21.004 INFO STEP 283 (remove_files) COMPLETE
57052025-10-03T21:06:21.377Z[ recovery-image] Oct 03 21:06:21.004 INFO O| Oct 03 21:06:21.004 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062025-10-03T21:06:21.401Z[ recovery-image] Oct 03 21:06:21.017 INFO O| Oct 03 21:06:21.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
57072025-10-03T21:06:21.401Z[ recovery-image] Oct 03 21:06:21.017 INFO O| Oct 03 21:06:21.017 INFO STEP 284 (remove_files) COMPLETE
57082025-10-03T21:06:21.401Z[ recovery-image] Oct 03 21:06:21.017 INFO O| Oct 03 21:06:21.017 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092025-10-03T21:06:21.401Z[ recovery-image] Oct 03 21:06:21.028 INFO O| Oct 03 21:06:21.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
57102025-10-03T21:06:21.401Z[ recovery-image] Oct 03 21:06:21.028 INFO O| Oct 03 21:06:21.028 INFO STEP 285 (remove_files) COMPLETE
57112025-10-03T21:06:21.401Z[ recovery-image] Oct 03 21:06:21.028 INFO O| Oct 03 21:06:21.028 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122025-10-03T21:06:21.401Z[ recovery-image] Oct 03 21:06:21.040 INFO O| Oct 03 21:06:21.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
57132025-10-03T21:06:21.401Z[ recovery-image] Oct 03 21:06:21.040 INFO O| Oct 03 21:06:21.040 INFO STEP 286 (remove_files) COMPLETE
57142025-10-03T21:06:21.401Z[ recovery-image] Oct 03 21:06:21.040 INFO O| Oct 03 21:06:21.040 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152025-10-03T21:06:21.425Z[ recovery-image] Oct 03 21:06:21.051 INFO O| Oct 03 21:06:21.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
57162025-10-03T21:06:21.425Z[ recovery-image] Oct 03 21:06:21.051 INFO O| Oct 03 21:06:21.051 INFO STEP 287 (remove_files) COMPLETE
57172025-10-03T21:06:21.425Z[ recovery-image] Oct 03 21:06:21.051 INFO O| Oct 03 21:06:21.051 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182025-10-03T21:06:21.425Z[ recovery-image] Oct 03 21:06:21.063 INFO O| Oct 03 21:06:21.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
57192025-10-03T21:06:21.425Z[ recovery-image] Oct 03 21:06:21.063 INFO O| Oct 03 21:06:21.063 INFO STEP 288 (remove_files) COMPLETE
57202025-10-03T21:06:21.426Z[ recovery-image] Oct 03 21:06:21.063 INFO O| Oct 03 21:06:21.063 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212025-10-03T21:06:21.450Z[ recovery-image] Oct 03 21:06:21.079 INFO O| Oct 03 21:06:21.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
57222025-10-03T21:06:21.450Z[ recovery-image] Oct 03 21:06:21.079 INFO O| Oct 03 21:06:21.079 INFO STEP 289 (remove_files) COMPLETE
57232025-10-03T21:06:21.450Z[ recovery-image] Oct 03 21:06:21.079 INFO O| Oct 03 21:06:21.079 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242025-10-03T21:06:21.474Z[ recovery-image] Oct 03 21:06:21.094 INFO O| Oct 03 21:06:21.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
57252025-10-03T21:06:21.474Z[ recovery-image] Oct 03 21:06:21.094 INFO O| Oct 03 21:06:21.094 INFO STEP 290 (remove_files) COMPLETE
57262025-10-03T21:06:21.474Z[ recovery-image] Oct 03 21:06:21.094 INFO O| Oct 03 21:06:21.094 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272025-10-03T21:06:21.474Z[ recovery-image] Oct 03 21:06:21.106 INFO O| Oct 03 21:06:21.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
57282025-10-03T21:06:21.474Z[ recovery-image] Oct 03 21:06:21.106 INFO O| Oct 03 21:06:21.106 INFO STEP 291 (remove_files) COMPLETE
57292025-10-03T21:06:21.474Z[ recovery-image] Oct 03 21:06:21.106 INFO O| Oct 03 21:06:21.106 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302025-10-03T21:06:21.498Z[ recovery-image] Oct 03 21:06:21.118 INFO O| Oct 03 21:06:21.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
57312025-10-03T21:06:21.498Z[ recovery-image] Oct 03 21:06:21.118 INFO O| Oct 03 21:06:21.118 INFO STEP 292 (remove_files) COMPLETE
57322025-10-03T21:06:21.499Z[ recovery-image] Oct 03 21:06:21.118 INFO O| Oct 03 21:06:21.118 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332025-10-03T21:06:21.499Z[ recovery-image] Oct 03 21:06:21.130 INFO O| Oct 03 21:06:21.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57342025-10-03T21:06:21.499Z[ recovery-image] Oct 03 21:06:21.130 INFO O| Oct 03 21:06:21.130 INFO STEP 293 (remove_files) COMPLETE
57352025-10-03T21:06:21.499Z[ recovery-image] Oct 03 21:06:21.130 INFO O| Oct 03 21:06:21.130 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362025-10-03T21:06:21.523Z[ recovery-image] Oct 03 21:06:21.142 INFO O| Oct 03 21:06:21.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57372025-10-03T21:06:21.523Z[ recovery-image] Oct 03 21:06:21.142 INFO O| Oct 03 21:06:21.142 INFO STEP 294 (remove_files) COMPLETE
57382025-10-03T21:06:21.523Z[ recovery-image] Oct 03 21:06:21.142 INFO O| Oct 03 21:06:21.142 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392025-10-03T21:06:21.523Z[ recovery-image] Oct 03 21:06:21.154 INFO O| Oct 03 21:06:21.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57402025-10-03T21:06:21.524Z[ recovery-image] Oct 03 21:06:21.154 INFO O| Oct 03 21:06:21.154 INFO STEP 295 (remove_files) COMPLETE
57412025-10-03T21:06:21.524Z[ recovery-image] Oct 03 21:06:21.154 INFO O| Oct 03 21:06:21.154 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422025-10-03T21:06:21.548Z[ recovery-image] Oct 03 21:06:21.166 INFO O| Oct 03 21:06:21.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57432025-10-03T21:06:21.548Z[ recovery-image] Oct 03 21:06:21.166 INFO O| Oct 03 21:06:21.166 INFO STEP 296 (remove_files) COMPLETE
57442025-10-03T21:06:21.548Z[ recovery-image] Oct 03 21:06:21.166 INFO O| Oct 03 21:06:21.166 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452025-10-03T21:06:21.548Z[ recovery-image] Oct 03 21:06:21.178 INFO O| Oct 03 21:06:21.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57462025-10-03T21:06:21.548Z[ recovery-image] Oct 03 21:06:21.178 INFO O| Oct 03 21:06:21.178 INFO STEP 297 (remove_files) COMPLETE
57472025-10-03T21:06:21.548Z[ recovery-image] Oct 03 21:06:21.178 INFO O| Oct 03 21:06:21.178 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482025-10-03T21:06:21.573Z[ recovery-image] Oct 03 21:06:21.190 INFO O| Oct 03 21:06:21.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57492025-10-03T21:06:21.573Z[ recovery-image] Oct 03 21:06:21.190 INFO O| Oct 03 21:06:21.190 INFO STEP 298 (remove_files) COMPLETE
57502025-10-03T21:06:21.573Z[ recovery-image] Oct 03 21:06:21.190 INFO O| Oct 03 21:06:21.190 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512025-10-03T21:06:21.573Z[ recovery-image] Oct 03 21:06:21.201 INFO O| Oct 03 21:06:21.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57522025-10-03T21:06:21.573Z[ recovery-image] Oct 03 21:06:21.202 INFO O| Oct 03 21:06:21.201 INFO STEP 299 (remove_files) COMPLETE
57532025-10-03T21:06:21.573Z[ recovery-image] Oct 03 21:06:21.202 INFO O| Oct 03 21:06:21.201 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542025-10-03T21:06:21.598Z[ recovery-image] Oct 03 21:06:21.213 INFO O| Oct 03 21:06:21.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57552025-10-03T21:06:21.598Z[ recovery-image] Oct 03 21:06:21.213 INFO O| Oct 03 21:06:21.213 INFO STEP 300 (remove_files) COMPLETE
57562025-10-03T21:06:21.598Z[ recovery-image] Oct 03 21:06:21.213 INFO O| Oct 03 21:06:21.213 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572025-10-03T21:06:21.598Z[ recovery-image] Oct 03 21:06:21.228 INFO O| Oct 03 21:06:21.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57582025-10-03T21:06:21.598Z[ recovery-image] Oct 03 21:06:21.228 INFO O| Oct 03 21:06:21.228 INFO STEP 301 (remove_files) COMPLETE
57592025-10-03T21:06:21.598Z[ recovery-image] Oct 03 21:06:21.228 INFO O| Oct 03 21:06:21.228 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602025-10-03T21:06:21.623Z[ recovery-image] Oct 03 21:06:21.245 INFO O| Oct 03 21:06:21.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57612025-10-03T21:06:21.623Z[ recovery-image] Oct 03 21:06:21.245 INFO O| Oct 03 21:06:21.245 INFO STEP 302 (remove_files) COMPLETE
57622025-10-03T21:06:21.623Z[ recovery-image] Oct 03 21:06:21.245 INFO O| Oct 03 21:06:21.245 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632025-10-03T21:06:21.623Z[ recovery-image] Oct 03 21:06:21.261 INFO O| Oct 03 21:06:21.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57642025-10-03T21:06:21.623Z[ recovery-image] Oct 03 21:06:21.261 INFO O| Oct 03 21:06:21.261 INFO STEP 303 (remove_files) COMPLETE
57652025-10-03T21:06:21.623Z[ recovery-image] Oct 03 21:06:21.261 INFO O| Oct 03 21:06:21.261 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662025-10-03T21:06:21.648Z[ recovery-image] Oct 03 21:06:21.275 INFO O| Oct 03 21:06:21.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57672025-10-03T21:06:21.648Z[ recovery-image] Oct 03 21:06:21.275 INFO O| Oct 03 21:06:21.275 INFO STEP 304 (remove_files) COMPLETE
57682025-10-03T21:06:21.648Z[ recovery-image] Oct 03 21:06:21.275 INFO O| Oct 03 21:06:21.275 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692025-10-03T21:06:21.672Z[ recovery-image] Oct 03 21:06:21.289 INFO O| Oct 03 21:06:21.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57702025-10-03T21:06:21.672Z[ recovery-image] Oct 03 21:06:21.289 INFO O| Oct 03 21:06:21.289 INFO STEP 305 (remove_files) COMPLETE
57712025-10-03T21:06:21.672Z[ recovery-image] Oct 03 21:06:21.289 INFO O| Oct 03 21:06:21.289 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722025-10-03T21:06:21.672Z[ recovery-image] Oct 03 21:06:21.304 INFO O| Oct 03 21:06:21.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57732025-10-03T21:06:21.672Z[ recovery-image] Oct 03 21:06:21.304 INFO O| Oct 03 21:06:21.304 INFO STEP 306 (remove_files) COMPLETE
57742025-10-03T21:06:21.672Z[ recovery-image] Oct 03 21:06:21.305 INFO O| Oct 03 21:06:21.304 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752025-10-03T21:06:21.697Z[ recovery-image] Oct 03 21:06:21.323 INFO O| Oct 03 21:06:21.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57762025-10-03T21:06:21.697Z[ recovery-image] Oct 03 21:06:21.323 INFO O| Oct 03 21:06:21.323 INFO STEP 307 (remove_files) COMPLETE
57772025-10-03T21:06:21.697Z[ recovery-image] Oct 03 21:06:21.323 INFO O| Oct 03 21:06:21.323 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782025-10-03T21:06:21.722Z[ recovery-image] Oct 03 21:06:21.338 INFO O| Oct 03 21:06:21.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57792025-10-03T21:06:21.722Z[ recovery-image] Oct 03 21:06:21.338 INFO O| Oct 03 21:06:21.338 INFO STEP 308 (remove_files) COMPLETE
57802025-10-03T21:06:21.722Z[ recovery-image] Oct 03 21:06:21.338 INFO O| Oct 03 21:06:21.338 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812025-10-03T21:06:21.722Z[ recovery-image] Oct 03 21:06:21.353 INFO O| Oct 03 21:06:21.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57822025-10-03T21:06:21.722Z[ recovery-image] Oct 03 21:06:21.353 INFO O| Oct 03 21:06:21.353 INFO STEP 309 (remove_files) COMPLETE
57832025-10-03T21:06:21.722Z[ recovery-image] Oct 03 21:06:21.353 INFO O| Oct 03 21:06:21.353 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842025-10-03T21:06:21.747Z[ recovery-image] Oct 03 21:06:21.371 INFO O| Oct 03 21:06:21.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57852025-10-03T21:06:21.747Z[ recovery-image] Oct 03 21:06:21.371 INFO O| Oct 03 21:06:21.371 INFO STEP 310 (remove_files) COMPLETE
57862025-10-03T21:06:21.747Z[ recovery-image] Oct 03 21:06:21.371 INFO O| Oct 03 21:06:21.371 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872025-10-03T21:06:21.771Z[ recovery-image] Oct 03 21:06:21.386 INFO O| Oct 03 21:06:21.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57882025-10-03T21:06:21.771Z[ recovery-image] Oct 03 21:06:21.386 INFO O| Oct 03 21:06:21.386 INFO STEP 311 (remove_files) COMPLETE
57892025-10-03T21:06:21.771Z[ recovery-image] Oct 03 21:06:21.386 INFO O| Oct 03 21:06:21.386 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902025-10-03T21:06:21.771Z[ recovery-image] Oct 03 21:06:21.400 INFO O| Oct 03 21:06:21.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57912025-10-03T21:06:21.771Z[ recovery-image] Oct 03 21:06:21.400 INFO O| Oct 03 21:06:21.400 INFO STEP 312 (remove_files) COMPLETE
57922025-10-03T21:06:21.771Z[ recovery-image] Oct 03 21:06:21.400 INFO O| Oct 03 21:06:21.400 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932025-10-03T21:06:21.795Z[ recovery-image] Oct 03 21:06:21.415 INFO O| Oct 03 21:06:21.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57942025-10-03T21:06:21.795Z[ recovery-image] Oct 03 21:06:21.415 INFO O| Oct 03 21:06:21.415 INFO STEP 313 (remove_files) COMPLETE
57952025-10-03T21:06:21.795Z[ recovery-image] Oct 03 21:06:21.415 INFO O| Oct 03 21:06:21.415 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962025-10-03T21:06:21.795Z[ recovery-image] Oct 03 21:06:21.430 INFO O| Oct 03 21:06:21.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57972025-10-03T21:06:21.795Z[ recovery-image] Oct 03 21:06:21.430 INFO O| Oct 03 21:06:21.430 INFO STEP 314 (remove_files) COMPLETE
57982025-10-03T21:06:21.796Z[ recovery-image] Oct 03 21:06:21.430 INFO O| Oct 03 21:06:21.430 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992025-10-03T21:06:21.820Z[ recovery-image] Oct 03 21:06:21.444 INFO O| Oct 03 21:06:21.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
58002025-10-03T21:06:21.820Z[ recovery-image] Oct 03 21:06:21.445 INFO O| Oct 03 21:06:21.445 INFO STEP 315 (remove_files) COMPLETE
58012025-10-03T21:06:21.820Z[ recovery-image] Oct 03 21:06:21.445 INFO O| Oct 03 21:06:21.445 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022025-10-03T21:06:21.844Z[ recovery-image] Oct 03 21:06:21.459 INFO O| Oct 03 21:06:21.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
58032025-10-03T21:06:21.844Z[ recovery-image] Oct 03 21:06:21.460 INFO O| Oct 03 21:06:21.460 INFO STEP 316 (remove_files) COMPLETE
58042025-10-03T21:06:21.844Z[ recovery-image] Oct 03 21:06:21.460 INFO O| Oct 03 21:06:21.460 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052025-10-03T21:06:21.844Z[ recovery-image] Oct 03 21:06:21.474 INFO O| Oct 03 21:06:21.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
58062025-10-03T21:06:21.844Z[ recovery-image] Oct 03 21:06:21.474 INFO O| Oct 03 21:06:21.474 INFO STEP 317 (remove_files) COMPLETE
58072025-10-03T21:06:21.844Z[ recovery-image] Oct 03 21:06:21.474 INFO O| Oct 03 21:06:21.474 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082025-10-03T21:06:21.868Z[ recovery-image] Oct 03 21:06:21.488 INFO O| Oct 03 21:06:21.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
58092025-10-03T21:06:21.868Z[ recovery-image] Oct 03 21:06:21.488 INFO O| Oct 03 21:06:21.488 INFO STEP 318 (remove_files) COMPLETE
58102025-10-03T21:06:21.868Z[ recovery-image] Oct 03 21:06:21.488 INFO O| Oct 03 21:06:21.488 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112025-10-03T21:06:21.868Z[ recovery-image] Oct 03 21:06:21.502 INFO O| Oct 03 21:06:21.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
58122025-10-03T21:06:21.868Z[ recovery-image] Oct 03 21:06:21.502 INFO O| Oct 03 21:06:21.502 INFO STEP 319 (remove_files) COMPLETE
58132025-10-03T21:06:21.868Z[ recovery-image] Oct 03 21:06:21.502 INFO O| Oct 03 21:06:21.502 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142025-10-03T21:06:21.893Z[ recovery-image] Oct 03 21:06:21.515 INFO O| Oct 03 21:06:21.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
58152025-10-03T21:06:21.893Z[ recovery-image] Oct 03 21:06:21.516 INFO O| Oct 03 21:06:21.516 INFO STEP 320 (remove_files) COMPLETE
58162025-10-03T21:06:21.893Z[ recovery-image] Oct 03 21:06:21.516 INFO O| Oct 03 21:06:21.516 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172025-10-03T21:06:21.893Z[ recovery-image] Oct 03 21:06:21.529 INFO O| Oct 03 21:06:21.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
58182025-10-03T21:06:21.893Z[ recovery-image] Oct 03 21:06:21.529 INFO O| Oct 03 21:06:21.529 INFO STEP 321 (remove_files) COMPLETE
58192025-10-03T21:06:21.893Z[ recovery-image] Oct 03 21:06:21.530 INFO O| Oct 03 21:06:21.529 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202025-10-03T21:06:21.917Z[ recovery-image] Oct 03 21:06:21.543 INFO O| Oct 03 21:06:21.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
58212025-10-03T21:06:21.917Z[ recovery-image] Oct 03 21:06:21.543 INFO O| Oct 03 21:06:21.543 INFO STEP 322 (remove_files) COMPLETE
58222025-10-03T21:06:21.917Z[ recovery-image] Oct 03 21:06:21.543 INFO O| Oct 03 21:06:21.543 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232025-10-03T21:06:21.917Z[ recovery-image] Oct 03 21:06:21.556 INFO O| Oct 03 21:06:21.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
58242025-10-03T21:06:21.918Z[ recovery-image] Oct 03 21:06:21.556 INFO O| Oct 03 21:06:21.556 INFO STEP 323 (remove_files) COMPLETE
58252025-10-03T21:06:21.918Z[ recovery-image] Oct 03 21:06:21.556 INFO O| Oct 03 21:06:21.556 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262025-10-03T21:06:21.942Z[ recovery-image] Oct 03 21:06:21.569 INFO O| Oct 03 21:06:21.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
58272025-10-03T21:06:21.942Z[ recovery-image] Oct 03 21:06:21.569 INFO O| Oct 03 21:06:21.569 INFO STEP 324 (remove_files) COMPLETE
58282025-10-03T21:06:21.942Z[ recovery-image] Oct 03 21:06:21.569 INFO O| Oct 03 21:06:21.569 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292025-10-03T21:06:21.942Z[ recovery-image] Oct 03 21:06:21.581 INFO O| Oct 03 21:06:21.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
58302025-10-03T21:06:21.942Z[ recovery-image] Oct 03 21:06:21.581 INFO O| Oct 03 21:06:21.581 INFO STEP 325 (remove_files) COMPLETE
58312025-10-03T21:06:21.942Z[ recovery-image] Oct 03 21:06:21.581 INFO O| Oct 03 21:06:21.581 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322025-10-03T21:06:21.967Z[ recovery-image] Oct 03 21:06:21.593 INFO O| Oct 03 21:06:21.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58332025-10-03T21:06:21.967Z[ recovery-image] Oct 03 21:06:21.593 INFO O| Oct 03 21:06:21.593 INFO STEP 326 (remove_files) COMPLETE
58342025-10-03T21:06:21.967Z[ recovery-image] Oct 03 21:06:21.593 INFO O| Oct 03 21:06:21.593 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352025-10-03T21:06:21.967Z[ recovery-image] Oct 03 21:06:21.604 INFO O| Oct 03 21:06:21.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58362025-10-03T21:06:21.967Z[ recovery-image] Oct 03 21:06:21.604 INFO O| Oct 03 21:06:21.604 INFO STEP 327 (remove_files) COMPLETE
58372025-10-03T21:06:21.967Z[ recovery-image] Oct 03 21:06:21.604 INFO O| Oct 03 21:06:21.604 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382025-10-03T21:06:21.991Z[ recovery-image] Oct 03 21:06:21.616 INFO O| Oct 03 21:06:21.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58392025-10-03T21:06:21.992Z[ recovery-image] Oct 03 21:06:21.616 INFO O| Oct 03 21:06:21.616 INFO STEP 328 (remove_files) COMPLETE
58402025-10-03T21:06:21.992Z[ recovery-image] Oct 03 21:06:21.616 INFO O| Oct 03 21:06:21.616 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412025-10-03T21:06:21.992Z[ recovery-image] Oct 03 21:06:21.628 INFO O| Oct 03 21:06:21.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58422025-10-03T21:06:21.992Z[ recovery-image] Oct 03 21:06:21.628 INFO O| Oct 03 21:06:21.628 INFO STEP 329 (remove_files) COMPLETE
58432025-10-03T21:06:21.992Z[ recovery-image] Oct 03 21:06:21.628 INFO O| Oct 03 21:06:21.628 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442025-10-03T21:06:22.016Z[ recovery-image] Oct 03 21:06:21.641 INFO O| Oct 03 21:06:21.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58452025-10-03T21:06:22.016Z[ recovery-image] Oct 03 21:06:21.641 INFO O| Oct 03 21:06:21.641 INFO STEP 330 (remove_files) COMPLETE
58462025-10-03T21:06:22.016Z[ recovery-image] Oct 03 21:06:21.641 INFO O| Oct 03 21:06:21.641 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472025-10-03T21:06:22.041Z[ recovery-image] Oct 03 21:06:21.659 INFO O| Oct 03 21:06:21.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58482025-10-03T21:06:22.041Z[ recovery-image] Oct 03 21:06:21.660 INFO O| Oct 03 21:06:21.660 INFO STEP 331 (remove_files) COMPLETE
58492025-10-03T21:06:22.041Z[ recovery-image] Oct 03 21:06:21.660 INFO O| Oct 03 21:06:21.660 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502025-10-03T21:06:22.041Z[ recovery-image] Oct 03 21:06:21.675 INFO O| Oct 03 21:06:21.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58512025-10-03T21:06:22.041Z[ recovery-image] Oct 03 21:06:21.675 INFO O| Oct 03 21:06:21.675 INFO STEP 332 (remove_files) COMPLETE
58522025-10-03T21:06:22.041Z[ recovery-image] Oct 03 21:06:21.675 INFO O| Oct 03 21:06:21.675 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532025-10-03T21:06:22.066Z[ recovery-image] Oct 03 21:06:21.692 INFO O| Oct 03 21:06:21.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58542025-10-03T21:06:22.066Z[ recovery-image] Oct 03 21:06:21.692 INFO O| Oct 03 21:06:21.692 INFO STEP 333 (remove_files) COMPLETE
58552025-10-03T21:06:22.066Z[ recovery-image] Oct 03 21:06:21.692 INFO O| Oct 03 21:06:21.692 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562025-10-03T21:06:22.090Z[ recovery-image] Oct 03 21:06:21.708 INFO O| Oct 03 21:06:21.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58572025-10-03T21:06:22.090Z[ recovery-image] Oct 03 21:06:21.709 INFO O| Oct 03 21:06:21.708 INFO STEP 334 (remove_files) COMPLETE
58582025-10-03T21:06:22.090Z[ recovery-image] Oct 03 21:06:21.709 INFO O| Oct 03 21:06:21.708 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592025-10-03T21:06:22.090Z[ recovery-image] Oct 03 21:06:21.728 INFO O| Oct 03 21:06:21.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58602025-10-03T21:06:22.090Z[ recovery-image] Oct 03 21:06:21.728 INFO O| Oct 03 21:06:21.728 INFO STEP 335 (remove_files) COMPLETE
58612025-10-03T21:06:22.090Z[ recovery-image] Oct 03 21:06:21.728 INFO O| Oct 03 21:06:21.728 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622025-10-03T21:06:22.114Z[ recovery-image] Oct 03 21:06:21.743 INFO O| Oct 03 21:06:21.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58632025-10-03T21:06:22.114Z[ recovery-image] Oct 03 21:06:21.743 INFO O| Oct 03 21:06:21.743 INFO STEP 336 (remove_files) COMPLETE
58642025-10-03T21:06:22.114Z[ recovery-image] Oct 03 21:06:21.743 INFO O| Oct 03 21:06:21.743 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652025-10-03T21:06:22.139Z[ recovery-image] Oct 03 21:06:21.760 INFO O| Oct 03 21:06:21.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58662025-10-03T21:06:22.139Z[ recovery-image] Oct 03 21:06:21.760 INFO O| Oct 03 21:06:21.760 INFO STEP 337 (remove_files) COMPLETE
58672025-10-03T21:06:22.139Z[ recovery-image] Oct 03 21:06:21.760 INFO O| Oct 03 21:06:21.760 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682025-10-03T21:06:22.139Z[ recovery-image] Oct 03 21:06:21.776 INFO O| Oct 03 21:06:21.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58692025-10-03T21:06:22.139Z[ recovery-image] Oct 03 21:06:21.776 INFO O| Oct 03 21:06:21.776 INFO STEP 338 (remove_files) COMPLETE
58702025-10-03T21:06:22.139Z[ recovery-image] Oct 03 21:06:21.776 INFO O| Oct 03 21:06:21.776 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712025-10-03T21:06:22.163Z[ recovery-image] Oct 03 21:06:21.795 INFO O| Oct 03 21:06:21.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58722025-10-03T21:06:22.163Z[ recovery-image] Oct 03 21:06:21.795 INFO O| Oct 03 21:06:21.795 INFO STEP 339 (remove_files) COMPLETE
58732025-10-03T21:06:22.163Z[ recovery-image] Oct 03 21:06:21.795 INFO O| Oct 03 21:06:21.795 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742025-10-03T21:06:22.188Z[ recovery-image] Oct 03 21:06:21.812 INFO O| Oct 03 21:06:21.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58752025-10-03T21:06:22.188Z[ recovery-image] Oct 03 21:06:21.812 INFO O| Oct 03 21:06:21.812 INFO STEP 340 (remove_files) COMPLETE
58762025-10-03T21:06:22.188Z[ recovery-image] Oct 03 21:06:21.812 INFO O| Oct 03 21:06:21.812 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772025-10-03T21:06:22.188Z[ host-image] Oct 03 21:06:21.817 INFO O| Oct 03 21:06:21.817 INFO STEP 14 (pkg_install) COMPLETE
58782025-10-03T21:06:22.188Z[ host-image] Oct 03 21:06:21.817 INFO O| Oct 03 21:06:21.817 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
58792025-10-03T21:06:22.188Z[ host-image] Oct 03 21:06:21.818 INFO O| Oct 03 21:06:21.817 INFO skip step because feature "mfg" is not enabled
58802025-10-03T21:06:22.188Z[ host-image] Oct 03 21:06:21.818 INFO O| Oct 03 21:06:21.817 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
58812025-10-03T21:06:22.188Z[ host-image] Oct 03 21:06:21.818 INFO O| Oct 03 21:06:21.817 INFO skip step because feature "compliance" is not enabled
58822025-10-03T21:06:22.188Z[ host-image] Oct 03 21:06:21.818 INFO O| Oct 03 21:06:21.817 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
58832025-10-03T21:06:22.188Z[ host-image] Oct 03 21:06:21.818 INFO O| Oct 03 21:06:21.817 INFO skip step because feature "stress" is not enabled
58842025-10-03T21:06:22.188Z[ host-image] Oct 03 21:06:21.818 INFO O| Oct 03 21:06:21.817 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
58852025-10-03T21:06:22.188Z[ host-image] Oct 03 21:06:21.818 INFO O| Oct 03 21:06:21.817 INFO skip step because feature "compliance" is not enabled
58862025-10-03T21:06:22.188Z[ host-image] Oct 03 21:06:21.818 INFO O| Oct 03 21:06:21.818 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
58872025-10-03T21:06:22.188Z[ host-image] Oct 03 21:06:21.818 INFO O| Oct 03 21:06:21.818 INFO skip step because feature "nfs" is not enabled
58882025-10-03T21:06:22.188Z[ host-image] Oct 03 21:06:21.818 INFO O| Oct 03 21:06:21.818 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
58892025-10-03T21:06:22.188Z[ host-image] Oct 03 21:06:21.818 INFO O| Oct 03 21:06:21.818 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
58902025-10-03T21:06:22.188Z[ recovery-image] Oct 03 21:06:21.826 INFO O| Oct 03 21:06:21.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58912025-10-03T21:06:22.188Z[ recovery-image] Oct 03 21:06:21.826 INFO O| Oct 03 21:06:21.826 INFO STEP 341 (remove_files) COMPLETE
58922025-10-03T21:06:22.188Z[ recovery-image] Oct 03 21:06:21.826 INFO O| Oct 03 21:06:21.826 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932025-10-03T21:06:22.213Z[ host-image] Oct 03 21:06:21.839 INFO O| Oct 03 21:06:21.839 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
58942025-10-03T21:06:22.237Z[ recovery-image] Oct 03 21:06:21.850 INFO O| Oct 03 21:06:21.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58952025-10-03T21:06:22.237Z[ recovery-image] Oct 03 21:06:21.850 INFO O| Oct 03 21:06:21.850 INFO STEP 342 (remove_files) COMPLETE
58962025-10-03T21:06:22.237Z[ recovery-image] Oct 03 21:06:21.850 INFO O| Oct 03 21:06:21.850 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972025-10-03T21:06:22.237Z[ recovery-image] Oct 03 21:06:21.868 INFO O| Oct 03 21:06:21.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58982025-10-03T21:06:22.237Z[ recovery-image] Oct 03 21:06:21.868 INFO O| Oct 03 21:06:21.868 INFO STEP 343 (remove_files) COMPLETE
58992025-10-03T21:06:22.237Z[ recovery-image] Oct 03 21:06:21.868 INFO O| Oct 03 21:06:21.868 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002025-10-03T21:06:22.262Z[ recovery-image] Oct 03 21:06:21.884 INFO O| Oct 03 21:06:21.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
59012025-10-03T21:06:22.262Z[ recovery-image] Oct 03 21:06:21.884 INFO O| Oct 03 21:06:21.884 INFO STEP 344 (remove_files) COMPLETE
59022025-10-03T21:06:22.262Z[ recovery-image] Oct 03 21:06:21.884 INFO O| Oct 03 21:06:21.884 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032025-10-03T21:06:22.262Z[ recovery-image] Oct 03 21:06:21.896 INFO O| Oct 03 21:06:21.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
59042025-10-03T21:06:22.262Z[ recovery-image] Oct 03 21:06:21.897 INFO O| Oct 03 21:06:21.897 INFO STEP 345 (remove_files) COMPLETE
59052025-10-03T21:06:22.262Z[ recovery-image] Oct 03 21:06:21.897 INFO O| Oct 03 21:06:21.897 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062025-10-03T21:06:22.286Z[ recovery-image] Oct 03 21:06:21.908 INFO O| Oct 03 21:06:21.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
59072025-10-03T21:06:22.286Z[ recovery-image] Oct 03 21:06:21.908 INFO O| Oct 03 21:06:21.908 INFO STEP 346 (remove_files) COMPLETE
59082025-10-03T21:06:22.286Z[ recovery-image] Oct 03 21:06:21.908 INFO O| Oct 03 21:06:21.908 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092025-10-03T21:06:22.286Z[ recovery-image] Oct 03 21:06:21.919 INFO O| Oct 03 21:06:21.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
59102025-10-03T21:06:22.286Z[ recovery-image] Oct 03 21:06:21.919 INFO O| Oct 03 21:06:21.919 INFO STEP 347 (remove_files) COMPLETE
59112025-10-03T21:06:22.286Z[ recovery-image] Oct 03 21:06:21.919 INFO O| Oct 03 21:06:21.919 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122025-10-03T21:06:22.310Z[ recovery-image] Oct 03 21:06:21.930 INFO O| Oct 03 21:06:21.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
59132025-10-03T21:06:22.310Z[ recovery-image] Oct 03 21:06:21.930 INFO O| Oct 03 21:06:21.930 INFO STEP 348 (remove_files) COMPLETE
59142025-10-03T21:06:22.310Z[ recovery-image] Oct 03 21:06:21.930 INFO O| Oct 03 21:06:21.930 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152025-10-03T21:06:22.310Z[ recovery-image] Oct 03 21:06:21.945 INFO O| Oct 03 21:06:21.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
59162025-10-03T21:06:22.310Z[ recovery-image] Oct 03 21:06:21.945 INFO O| Oct 03 21:06:21.945 INFO STEP 349 (remove_files) COMPLETE
59172025-10-03T21:06:22.311Z[ recovery-image] Oct 03 21:06:21.945 INFO O| Oct 03 21:06:21.945 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182025-10-03T21:06:22.335Z[ host-image] Oct 03 21:06:21.955 INFO O| Oct 03 21:06:21.955 INFO completed processing sled/ramdisk-01-os
59192025-10-03T21:06:22.335Z[ recovery-image] Oct 03 21:06:21.958 INFO O| Oct 03 21:06:21.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
59202025-10-03T21:06:22.335Z[ recovery-image] Oct 03 21:06:21.958 INFO O| Oct 03 21:06:21.958 INFO STEP 350 (remove_files) COMPLETE
59212025-10-03T21:06:22.335Z[ recovery-image] Oct 03 21:06:21.958 INFO O| Oct 03 21:06:21.958 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222025-10-03T21:06:22.335Z[ recovery-image] Oct 03 21:06:21.971 INFO O| Oct 03 21:06:21.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
59232025-10-03T21:06:22.335Z[ recovery-image] Oct 03 21:06:21.971 INFO O| Oct 03 21:06:21.971 INFO STEP 351 (remove_files) COMPLETE
59242025-10-03T21:06:22.335Z[ recovery-image] Oct 03 21:06:21.971 INFO O| Oct 03 21:06:21.971 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252025-10-03T21:06:22.360Z[ recovery-image] Oct 03 21:06:21.983 INFO O| Oct 03 21:06:21.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
59262025-10-03T21:06:22.360Z[ recovery-image] Oct 03 21:06:21.983 INFO O| Oct 03 21:06:21.983 INFO STEP 352 (remove_files) COMPLETE
59272025-10-03T21:06:22.360Z[ recovery-image] Oct 03 21:06:21.983 INFO O| Oct 03 21:06:21.983 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282025-10-03T21:06:22.360Z[ recovery-image] Oct 03 21:06:21.995 INFO O| Oct 03 21:06:21.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
59292025-10-03T21:06:22.360Z[ recovery-image] Oct 03 21:06:21.995 INFO O| Oct 03 21:06:21.995 INFO STEP 353 (remove_files) COMPLETE
59302025-10-03T21:06:22.360Z[ recovery-image] Oct 03 21:06:21.995 INFO O| Oct 03 21:06:21.995 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312025-10-03T21:06:22.384Z[ host-image] Oct 03 21:06:22.000 INFO omicron1 baseline generation...
59322025-10-03T21:06:22.384Z[ host-image] Oct 03 21:06:22.000 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
59332025-10-03T21:06:22.385Z[ recovery-image] Oct 03 21:06:22.011 INFO O| Oct 03 21:06:22.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
59342025-10-03T21:06:22.385Z[ recovery-image] Oct 03 21:06:22.011 INFO O| Oct 03 21:06:22.011 INFO STEP 354 (remove_files) COMPLETE
59352025-10-03T21:06:22.385Z[ recovery-image] Oct 03 21:06:22.011 INFO O| Oct 03 21:06:22.011 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362025-10-03T21:06:22.409Z[ recovery-image] Oct 03 21:06:22.024 INFO O| Oct 03 21:06:22.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
59372025-10-03T21:06:22.409Z[ recovery-image] Oct 03 21:06:22.024 INFO O| Oct 03 21:06:22.024 INFO STEP 355 (remove_files) COMPLETE
59382025-10-03T21:06:22.409Z[ recovery-image] Oct 03 21:06:22.024 INFO O| Oct 03 21:06:22.024 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392025-10-03T21:06:22.409Z[ recovery-image] Oct 03 21:06:22.037 INFO O| Oct 03 21:06:22.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
59402025-10-03T21:06:22.409Z[ recovery-image] Oct 03 21:06:22.037 INFO O| Oct 03 21:06:22.037 INFO STEP 356 (remove_files) COMPLETE
59412025-10-03T21:06:22.409Z[ recovery-image] Oct 03 21:06:22.037 INFO O| Oct 03 21:06:22.037 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422025-10-03T21:06:22.434Z[ recovery-image] Oct 03 21:06:22.049 INFO O| Oct 03 21:06:22.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
59432025-10-03T21:06:22.434Z[ recovery-image] Oct 03 21:06:22.050 INFO O| Oct 03 21:06:22.050 INFO STEP 357 (remove_files) COMPLETE
59442025-10-03T21:06:22.434Z[ recovery-image] Oct 03 21:06:22.050 INFO O| Oct 03 21:06:22.050 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452025-10-03T21:06:22.434Z[ recovery-image] Oct 03 21:06:22.063 INFO O| Oct 03 21:06:22.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
59462025-10-03T21:06:22.434Z[ recovery-image] Oct 03 21:06:22.063 INFO O| Oct 03 21:06:22.063 INFO STEP 358 (remove_files) COMPLETE
59472025-10-03T21:06:22.434Z[ recovery-image] Oct 03 21:06:22.063 INFO O| Oct 03 21:06:22.063 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482025-10-03T21:06:22.458Z[ recovery-image] Oct 03 21:06:22.075 INFO O| Oct 03 21:06:22.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
59492025-10-03T21:06:22.458Z[ recovery-image] Oct 03 21:06:22.075 INFO O| Oct 03 21:06:22.075 INFO STEP 359 (remove_files) COMPLETE
59502025-10-03T21:06:22.458Z[ recovery-image] Oct 03 21:06:22.075 INFO O| Oct 03 21:06:22.075 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512025-10-03T21:06:22.458Z[ recovery-image] Oct 03 21:06:22.088 INFO O| Oct 03 21:06:22.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59522025-10-03T21:06:22.458Z[ recovery-image] Oct 03 21:06:22.088 INFO O| Oct 03 21:06:22.088 INFO STEP 360 (remove_files) COMPLETE
59532025-10-03T21:06:22.458Z[ recovery-image] Oct 03 21:06:22.088 INFO O| Oct 03 21:06:22.088 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542025-10-03T21:06:22.483Z[ recovery-image] Oct 03 21:06:22.100 INFO O| Oct 03 21:06:22.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59552025-10-03T21:06:22.483Z[ recovery-image] Oct 03 21:06:22.100 INFO O| Oct 03 21:06:22.100 INFO STEP 361 (remove_files) COMPLETE
59562025-10-03T21:06:22.483Z[ recovery-image] Oct 03 21:06:22.100 INFO O| Oct 03 21:06:22.100 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572025-10-03T21:06:22.483Z[ recovery-image] Oct 03 21:06:22.119 INFO O| Oct 03 21:06:22.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59582025-10-03T21:06:22.483Z[ recovery-image] Oct 03 21:06:22.119 INFO O| Oct 03 21:06:22.119 INFO STEP 362 (remove_files) COMPLETE
59592025-10-03T21:06:22.483Z[ recovery-image] Oct 03 21:06:22.119 INFO O| Oct 03 21:06:22.119 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602025-10-03T21:06:22.507Z[ recovery-image] Oct 03 21:06:22.132 INFO O| Oct 03 21:06:22.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59612025-10-03T21:06:22.507Z[ recovery-image] Oct 03 21:06:22.133 INFO O| Oct 03 21:06:22.133 INFO STEP 363 (remove_files) COMPLETE
59622025-10-03T21:06:22.507Z[ recovery-image] Oct 03 21:06:22.133 INFO O| Oct 03 21:06:22.133 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632025-10-03T21:06:22.507Z[ recovery-image] Oct 03 21:06:22.145 INFO O| Oct 03 21:06:22.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59642025-10-03T21:06:22.507Z[ recovery-image] Oct 03 21:06:22.145 INFO O| Oct 03 21:06:22.145 INFO STEP 364 (remove_files) COMPLETE
59652025-10-03T21:06:22.507Z[ recovery-image] Oct 03 21:06:22.145 INFO O| Oct 03 21:06:22.145 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662025-10-03T21:06:22.531Z[ recovery-image] Oct 03 21:06:22.157 INFO O| Oct 03 21:06:22.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59672025-10-03T21:06:22.531Z[ recovery-image] Oct 03 21:06:22.158 INFO O| Oct 03 21:06:22.158 INFO STEP 365 (remove_files) COMPLETE
59682025-10-03T21:06:22.531Z[ recovery-image] Oct 03 21:06:22.158 INFO O| Oct 03 21:06:22.158 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692025-10-03T21:06:22.531Z[ recovery-image] Oct 03 21:06:22.169 INFO O| Oct 03 21:06:22.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59702025-10-03T21:06:22.531Z[ recovery-image] Oct 03 21:06:22.169 INFO O| Oct 03 21:06:22.169 INFO STEP 366 (remove_files) COMPLETE
59712025-10-03T21:06:22.531Z[ recovery-image] Oct 03 21:06:22.169 INFO O| Oct 03 21:06:22.169 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722025-10-03T21:06:22.556Z[ recovery-image] Oct 03 21:06:22.180 INFO O| Oct 03 21:06:22.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59732025-10-03T21:06:22.556Z[ recovery-image] Oct 03 21:06:22.180 INFO O| Oct 03 21:06:22.180 INFO STEP 367 (remove_files) COMPLETE
59742025-10-03T21:06:22.556Z[ recovery-image] Oct 03 21:06:22.181 INFO O| Oct 03 21:06:22.180 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752025-10-03T21:06:22.556Z[ recovery-image] Oct 03 21:06:22.192 INFO O| Oct 03 21:06:22.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59762025-10-03T21:06:22.556Z[ recovery-image] Oct 03 21:06:22.192 INFO O| Oct 03 21:06:22.192 INFO STEP 368 (remove_files) COMPLETE
59772025-10-03T21:06:22.556Z[ recovery-image] Oct 03 21:06:22.192 INFO O| Oct 03 21:06:22.192 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782025-10-03T21:06:22.580Z[ recovery-image] Oct 03 21:06:22.205 INFO O| Oct 03 21:06:22.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59792025-10-03T21:06:22.580Z[ recovery-image] Oct 03 21:06:22.205 INFO O| Oct 03 21:06:22.205 INFO STEP 369 (remove_files) COMPLETE
59802025-10-03T21:06:22.580Z[ recovery-image] Oct 03 21:06:22.205 INFO O| Oct 03 21:06:22.205 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812025-10-03T21:06:22.604Z[ recovery-image] Oct 03 21:06:22.221 INFO O| Oct 03 21:06:22.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59822025-10-03T21:06:22.604Z[ recovery-image] Oct 03 21:06:22.221 INFO O| Oct 03 21:06:22.221 INFO STEP 370 (remove_files) COMPLETE
59832025-10-03T21:06:22.604Z[ recovery-image] Oct 03 21:06:22.221 INFO O| Oct 03 21:06:22.221 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842025-10-03T21:06:22.605Z[ recovery-image] Oct 03 21:06:22.234 INFO O| Oct 03 21:06:22.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59852025-10-03T21:06:22.605Z[ recovery-image] Oct 03 21:06:22.234 INFO O| Oct 03 21:06:22.234 INFO STEP 371 (remove_files) COMPLETE
59862025-10-03T21:06:22.605Z[ recovery-image] Oct 03 21:06:22.234 INFO O| Oct 03 21:06:22.234 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872025-10-03T21:06:22.629Z[ recovery-image] Oct 03 21:06:22.247 INFO O| Oct 03 21:06:22.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59882025-10-03T21:06:22.629Z[ recovery-image] Oct 03 21:06:22.247 INFO O| Oct 03 21:06:22.247 INFO STEP 372 (remove_files) COMPLETE
59892025-10-03T21:06:22.629Z[ recovery-image] Oct 03 21:06:22.247 INFO O| Oct 03 21:06:22.247 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902025-10-03T21:06:22.629Z[ recovery-image] Oct 03 21:06:22.259 INFO O| Oct 03 21:06:22.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59912025-10-03T21:06:22.629Z[ recovery-image] Oct 03 21:06:22.259 INFO O| Oct 03 21:06:22.259 INFO STEP 373 (remove_files) COMPLETE
59922025-10-03T21:06:22.629Z[ recovery-image] Oct 03 21:06:22.259 INFO O| Oct 03 21:06:22.259 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932025-10-03T21:06:22.654Z[ recovery-image] Oct 03 21:06:22.276 INFO O| Oct 03 21:06:22.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59942025-10-03T21:06:22.654Z[ recovery-image] Oct 03 21:06:22.276 INFO O| Oct 03 21:06:22.276 INFO STEP 374 (remove_files) COMPLETE
59952025-10-03T21:06:22.654Z[ recovery-image] Oct 03 21:06:22.276 INFO O| Oct 03 21:06:22.276 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962025-10-03T21:06:22.654Z[ recovery-image] Oct 03 21:06:22.291 INFO O| Oct 03 21:06:22.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59972025-10-03T21:06:22.654Z[ recovery-image] Oct 03 21:06:22.292 INFO O| Oct 03 21:06:22.292 INFO STEP 375 (remove_files) COMPLETE
59982025-10-03T21:06:22.654Z[ recovery-image] Oct 03 21:06:22.292 INFO O| Oct 03 21:06:22.292 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992025-10-03T21:06:22.678Z[ recovery-image] Oct 03 21:06:22.306 INFO O| Oct 03 21:06:22.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
60002025-10-03T21:06:22.678Z[ recovery-image] Oct 03 21:06:22.306 INFO O| Oct 03 21:06:22.306 INFO STEP 376 (remove_files) COMPLETE
60012025-10-03T21:06:22.678Z[ recovery-image] Oct 03 21:06:22.306 INFO O| Oct 03 21:06:22.306 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022025-10-03T21:06:22.702Z[ recovery-image] Oct 03 21:06:22.325 INFO O| Oct 03 21:06:22.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
60032025-10-03T21:06:22.702Z[ recovery-image] Oct 03 21:06:22.325 INFO O| Oct 03 21:06:22.325 INFO STEP 377 (remove_files) COMPLETE
60042025-10-03T21:06:22.702Z[ recovery-image] Oct 03 21:06:22.325 INFO O| Oct 03 21:06:22.325 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052025-10-03T21:06:22.702Z[ recovery-image] Oct 03 21:06:22.339 INFO O| Oct 03 21:06:22.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
60062025-10-03T21:06:22.702Z[ recovery-image] Oct 03 21:06:22.339 INFO O| Oct 03 21:06:22.339 INFO STEP 378 (remove_files) COMPLETE
60072025-10-03T21:06:22.702Z[ recovery-image] Oct 03 21:06:22.339 INFO O| Oct 03 21:06:22.339 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082025-10-03T21:06:22.726Z[ recovery-image] Oct 03 21:06:22.352 INFO O| Oct 03 21:06:22.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
60092025-10-03T21:06:22.727Z[ recovery-image] Oct 03 21:06:22.353 INFO O| Oct 03 21:06:22.353 INFO STEP 379 (remove_files) COMPLETE
60102025-10-03T21:06:22.727Z[ recovery-image] Oct 03 21:06:22.353 INFO O| Oct 03 21:06:22.353 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112025-10-03T21:06:22.727Z[ recovery-image] Oct 03 21:06:22.365 INFO O| Oct 03 21:06:22.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
60122025-10-03T21:06:22.727Z[ recovery-image] Oct 03 21:06:22.365 INFO O| Oct 03 21:06:22.365 INFO STEP 380 (remove_files) COMPLETE
60132025-10-03T21:06:22.727Z[ recovery-image] Oct 03 21:06:22.365 INFO O| Oct 03 21:06:22.365 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142025-10-03T21:06:22.751Z[ recovery-image] Oct 03 21:06:22.377 INFO O| Oct 03 21:06:22.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
60152025-10-03T21:06:22.751Z[ recovery-image] Oct 03 21:06:22.377 INFO O| Oct 03 21:06:22.377 INFO STEP 381 (remove_files) COMPLETE
60162025-10-03T21:06:22.751Z[ recovery-image] Oct 03 21:06:22.377 INFO O| Oct 03 21:06:22.377 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172025-10-03T21:06:22.751Z[ recovery-image] Oct 03 21:06:22.390 INFO O| Oct 03 21:06:22.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
60182025-10-03T21:06:22.751Z[ recovery-image] Oct 03 21:06:22.390 INFO O| Oct 03 21:06:22.390 INFO STEP 382 (remove_files) COMPLETE
60192025-10-03T21:06:22.751Z[ recovery-image] Oct 03 21:06:22.390 INFO O| Oct 03 21:06:22.390 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202025-10-03T21:06:22.776Z[ recovery-image] Oct 03 21:06:22.402 INFO O| Oct 03 21:06:22.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
60212025-10-03T21:06:22.776Z[ recovery-image] Oct 03 21:06:22.402 INFO O| Oct 03 21:06:22.402 INFO STEP 383 (remove_files) COMPLETE
60222025-10-03T21:06:22.776Z[ recovery-image] Oct 03 21:06:22.402 INFO O| Oct 03 21:06:22.402 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232025-10-03T21:06:22.776Z[ recovery-image] Oct 03 21:06:22.415 INFO O| Oct 03 21:06:22.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
60242025-10-03T21:06:22.776Z[ recovery-image] Oct 03 21:06:22.415 INFO O| Oct 03 21:06:22.415 INFO STEP 384 (remove_files) COMPLETE
60252025-10-03T21:06:22.776Z[ recovery-image] Oct 03 21:06:22.415 INFO O| Oct 03 21:06:22.415 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262025-10-03T21:06:22.800Z[ recovery-image] Oct 03 21:06:22.428 INFO O| Oct 03 21:06:22.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
60272025-10-03T21:06:22.800Z[ recovery-image] Oct 03 21:06:22.428 INFO O| Oct 03 21:06:22.428 INFO STEP 385 (remove_files) COMPLETE
60282025-10-03T21:06:22.800Z[ recovery-image] Oct 03 21:06:22.428 INFO O| Oct 03 21:06:22.428 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292025-10-03T21:06:22.824Z[ recovery-image] Oct 03 21:06:22.445 INFO O| Oct 03 21:06:22.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
60302025-10-03T21:06:22.824Z[ recovery-image] Oct 03 21:06:22.445 INFO O| Oct 03 21:06:22.445 INFO STEP 386 (remove_files) COMPLETE
60312025-10-03T21:06:22.824Z[ recovery-image] Oct 03 21:06:22.445 INFO O| Oct 03 21:06:22.445 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322025-10-03T21:06:22.824Z[ recovery-image] Oct 03 21:06:22.463 INFO O| Oct 03 21:06:22.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
60332025-10-03T21:06:22.824Z[ recovery-image] Oct 03 21:06:22.463 INFO O| Oct 03 21:06:22.463 INFO STEP 387 (remove_files) COMPLETE
60342025-10-03T21:06:22.824Z[ recovery-image] Oct 03 21:06:22.464 INFO O| Oct 03 21:06:22.463 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352025-10-03T21:06:22.848Z[ recovery-image] Oct 03 21:06:22.481 INFO O| Oct 03 21:06:22.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
60362025-10-03T21:06:22.848Z[ recovery-image] Oct 03 21:06:22.481 INFO O| Oct 03 21:06:22.481 INFO STEP 388 (remove_files) COMPLETE
60372025-10-03T21:06:22.849Z[ recovery-image] Oct 03 21:06:22.481 INFO O| Oct 03 21:06:22.481 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382025-10-03T21:06:22.873Z[ recovery-image] Oct 03 21:06:22.496 INFO O| Oct 03 21:06:22.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
60392025-10-03T21:06:22.873Z[ recovery-image] Oct 03 21:06:22.497 INFO O| Oct 03 21:06:22.497 INFO STEP 389 (remove_files) COMPLETE
60402025-10-03T21:06:22.873Z[ recovery-image] Oct 03 21:06:22.497 INFO O| Oct 03 21:06:22.497 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412025-10-03T21:06:22.873Z[ recovery-image] Oct 03 21:06:22.511 INFO O| Oct 03 21:06:22.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
60422025-10-03T21:06:22.873Z[ recovery-image] Oct 03 21:06:22.511 INFO O| Oct 03 21:06:22.511 INFO STEP 390 (remove_files) COMPLETE
60432025-10-03T21:06:22.873Z[ recovery-image] Oct 03 21:06:22.511 INFO O| Oct 03 21:06:22.511 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442025-10-03T21:06:22.897Z[ recovery-image] Oct 03 21:06:22.525 INFO O| Oct 03 21:06:22.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
60452025-10-03T21:06:22.897Z[ recovery-image] Oct 03 21:06:22.525 INFO O| Oct 03 21:06:22.525 INFO STEP 391 (remove_files) COMPLETE
60462025-10-03T21:06:22.897Z[ recovery-image] Oct 03 21:06:22.525 INFO O| Oct 03 21:06:22.525 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472025-10-03T21:06:22.921Z[ recovery-image] Oct 03 21:06:22.544 INFO O| Oct 03 21:06:22.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
60482025-10-03T21:06:22.922Z[ recovery-image] Oct 03 21:06:22.544 INFO O| Oct 03 21:06:22.544 INFO STEP 392 (remove_files) COMPLETE
60492025-10-03T21:06:22.922Z[ recovery-image] Oct 03 21:06:22.544 INFO O| Oct 03 21:06:22.544 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502025-10-03T21:06:22.946Z[ recovery-image] Oct 03 21:06:22.561 INFO O| Oct 03 21:06:22.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60512025-10-03T21:06:22.946Z[ recovery-image] Oct 03 21:06:22.561 INFO O| Oct 03 21:06:22.561 INFO STEP 393 (remove_files) COMPLETE
60522025-10-03T21:06:22.946Z[ recovery-image] Oct 03 21:06:22.561 INFO O| Oct 03 21:06:22.561 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532025-10-03T21:06:22.946Z[ recovery-image] Oct 03 21:06:22.577 INFO O| Oct 03 21:06:22.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60542025-10-03T21:06:22.946Z[ recovery-image] Oct 03 21:06:22.577 INFO O| Oct 03 21:06:22.577 INFO STEP 394 (remove_files) COMPLETE
60552025-10-03T21:06:22.946Z[ recovery-image] Oct 03 21:06:22.577 INFO O| Oct 03 21:06:22.577 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562025-10-03T21:06:22.970Z[ recovery-image] Oct 03 21:06:22.591 INFO O| Oct 03 21:06:22.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60572025-10-03T21:06:22.970Z[ recovery-image] Oct 03 21:06:22.591 INFO O| Oct 03 21:06:22.591 INFO STEP 395 (remove_files) COMPLETE
60582025-10-03T21:06:22.971Z[ recovery-image] Oct 03 21:06:22.591 INFO O| Oct 03 21:06:22.591 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592025-10-03T21:06:22.994Z[ recovery-image] Oct 03 21:06:22.623 INFO O| Oct 03 21:06:22.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60602025-10-03T21:06:22.994Z[ recovery-image] Oct 03 21:06:22.623 INFO O| Oct 03 21:06:22.623 INFO STEP 396 (remove_files) COMPLETE
60612025-10-03T21:06:22.995Z[ recovery-image] Oct 03 21:06:22.623 INFO O| Oct 03 21:06:22.623 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622025-10-03T21:06:23.019Z[ recovery-image] Oct 03 21:06:22.638 INFO O| Oct 03 21:06:22.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60632025-10-03T21:06:23.019Z[ recovery-image] Oct 03 21:06:22.638 INFO O| Oct 03 21:06:22.638 INFO STEP 397 (remove_files) COMPLETE
60642025-10-03T21:06:23.019Z[ recovery-image] Oct 03 21:06:22.638 INFO O| Oct 03 21:06:22.638 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652025-10-03T21:06:23.043Z[ recovery-image] Oct 03 21:06:22.650 INFO O| Oct 03 21:06:22.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60662025-10-03T21:06:23.043Z[ recovery-image] Oct 03 21:06:22.651 INFO O| Oct 03 21:06:22.651 INFO STEP 398 (remove_files) COMPLETE
60672025-10-03T21:06:23.043Z[ recovery-image] Oct 03 21:06:22.651 INFO O| Oct 03 21:06:22.651 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682025-10-03T21:06:23.043Z[ recovery-image] Oct 03 21:06:22.666 INFO O| Oct 03 21:06:22.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60692025-10-03T21:06:23.043Z[ recovery-image] Oct 03 21:06:22.666 INFO O| Oct 03 21:06:22.666 INFO STEP 399 (remove_files) COMPLETE
60702025-10-03T21:06:23.043Z[ recovery-image] Oct 03 21:06:22.666 INFO O| Oct 03 21:06:22.666 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712025-10-03T21:06:23.043Z[ host-image] Oct 03 21:06:22.678 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23577:20251003T172417Z
60722025-10-03T21:06:23.043Z[ recovery-image] Oct 03 21:06:22.681 INFO O| Oct 03 21:06:22.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60732025-10-03T21:06:23.043Z[ recovery-image] Oct 03 21:06:22.681 INFO O| Oct 03 21:06:22.681 INFO STEP 400 (remove_files) COMPLETE
60742025-10-03T21:06:23.043Z[ recovery-image] Oct 03 21:06:22.681 INFO O| Oct 03 21:06:22.681 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752025-10-03T21:06:23.068Z[ recovery-image] Oct 03 21:06:22.695 INFO O| Oct 03 21:06:22.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60762025-10-03T21:06:23.068Z[ recovery-image] Oct 03 21:06:22.695 INFO O| Oct 03 21:06:22.695 INFO STEP 401 (remove_files) COMPLETE
60772025-10-03T21:06:23.068Z[ recovery-image] Oct 03 21:06:22.695 INFO O| Oct 03 21:06:22.695 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782025-10-03T21:06:23.093Z[ recovery-image] Oct 03 21:06:22.708 INFO O| Oct 03 21:06:22.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60792025-10-03T21:06:23.093Z[ recovery-image] Oct 03 21:06:22.708 INFO O| Oct 03 21:06:22.708 INFO STEP 402 (remove_files) COMPLETE
60802025-10-03T21:06:23.093Z[ recovery-image] Oct 03 21:06:22.708 INFO O| Oct 03 21:06:22.708 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812025-10-03T21:06:23.093Z[ recovery-image] Oct 03 21:06:22.724 INFO O| Oct 03 21:06:22.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60822025-10-03T21:06:23.093Z[ recovery-image] Oct 03 21:06:22.724 INFO O| Oct 03 21:06:22.724 INFO STEP 403 (remove_files) COMPLETE
60832025-10-03T21:06:23.093Z[ recovery-image] Oct 03 21:06:22.724 INFO O| Oct 03 21:06:22.724 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842025-10-03T21:06:23.117Z[ recovery-image] Oct 03 21:06:22.740 INFO O| Oct 03 21:06:22.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60852025-10-03T21:06:23.117Z[ recovery-image] Oct 03 21:06:22.740 INFO O| Oct 03 21:06:22.740 INFO STEP 404 (remove_files) COMPLETE
60862025-10-03T21:06:23.117Z[ recovery-image] Oct 03 21:06:22.740 INFO O| Oct 03 21:06:22.740 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872025-10-03T21:06:23.142Z[ recovery-image] Oct 03 21:06:22.758 INFO O| Oct 03 21:06:22.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60882025-10-03T21:06:23.142Z[ recovery-image] Oct 03 21:06:22.758 INFO O| Oct 03 21:06:22.758 INFO STEP 405 (remove_files) COMPLETE
60892025-10-03T21:06:23.142Z[ recovery-image] Oct 03 21:06:22.758 INFO O| Oct 03 21:06:22.758 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902025-10-03T21:06:23.142Z[ recovery-image] Oct 03 21:06:22.776 INFO O| Oct 03 21:06:22.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60912025-10-03T21:06:23.142Z[ recovery-image] Oct 03 21:06:22.777 INFO O| Oct 03 21:06:22.777 INFO STEP 406 (remove_files) COMPLETE
60922025-10-03T21:06:23.142Z[ recovery-image] Oct 03 21:06:22.777 INFO O| Oct 03 21:06:22.777 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932025-10-03T21:06:23.166Z[ recovery-image] Oct 03 21:06:22.794 INFO O| Oct 03 21:06:22.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60942025-10-03T21:06:23.166Z[ recovery-image] Oct 03 21:06:22.795 INFO O| Oct 03 21:06:22.795 INFO STEP 407 (remove_files) COMPLETE
60952025-10-03T21:06:23.166Z[ recovery-image] Oct 03 21:06:22.795 INFO O| Oct 03 21:06:22.795 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962025-10-03T21:06:23.191Z[ recovery-image] Oct 03 21:06:22.810 INFO O| Oct 03 21:06:22.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60972025-10-03T21:06:23.191Z[ recovery-image] Oct 03 21:06:22.810 INFO O| Oct 03 21:06:22.810 INFO STEP 408 (remove_files) COMPLETE
60982025-10-03T21:06:23.191Z[ recovery-image] Oct 03 21:06:22.810 INFO O| Oct 03 21:06:22.810 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992025-10-03T21:06:23.191Z[ recovery-image] Oct 03 21:06:22.823 INFO O| Oct 03 21:06:22.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
61002025-10-03T21:06:23.191Z[ recovery-image] Oct 03 21:06:22.823 INFO O| Oct 03 21:06:22.823 INFO STEP 409 (remove_files) COMPLETE
61012025-10-03T21:06:23.191Z[ recovery-image] Oct 03 21:06:22.823 INFO O| Oct 03 21:06:22.823 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022025-10-03T21:06:23.215Z[ recovery-image] Oct 03 21:06:22.836 INFO O| Oct 03 21:06:22.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
61032025-10-03T21:06:23.216Z[ recovery-image] Oct 03 21:06:22.836 INFO O| Oct 03 21:06:22.836 INFO STEP 410 (remove_files) COMPLETE
61042025-10-03T21:06:23.216Z[ recovery-image] Oct 03 21:06:22.836 INFO O| Oct 03 21:06:22.836 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052025-10-03T21:06:23.216Z[ recovery-image] Oct 03 21:06:22.848 INFO O| Oct 03 21:06:22.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
61062025-10-03T21:06:23.216Z[ recovery-image] Oct 03 21:06:22.849 INFO O| Oct 03 21:06:22.849 INFO STEP 411 (remove_files) COMPLETE
61072025-10-03T21:06:23.216Z[ recovery-image] Oct 03 21:06:22.849 INFO O| Oct 03 21:06:22.849 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082025-10-03T21:06:23.240Z[ recovery-image] Oct 03 21:06:22.861 INFO O| Oct 03 21:06:22.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
61092025-10-03T21:06:23.240Z[ recovery-image] Oct 03 21:06:22.861 INFO O| Oct 03 21:06:22.861 INFO STEP 412 (remove_files) COMPLETE
61102025-10-03T21:06:23.240Z[ recovery-image] Oct 03 21:06:22.861 INFO O| Oct 03 21:06:22.861 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112025-10-03T21:06:23.240Z[ recovery-image] Oct 03 21:06:22.874 INFO O| Oct 03 21:06:22.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
61122025-10-03T21:06:23.240Z[ recovery-image] Oct 03 21:06:22.874 INFO O| Oct 03 21:06:22.874 INFO STEP 413 (remove_files) COMPLETE
61132025-10-03T21:06:23.240Z[ recovery-image] Oct 03 21:06:22.874 INFO O| Oct 03 21:06:22.874 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142025-10-03T21:06:23.264Z[ recovery-image] Oct 03 21:06:22.892 INFO O| Oct 03 21:06:22.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
61152025-10-03T21:06:23.264Z[ recovery-image] Oct 03 21:06:22.892 INFO O| Oct 03 21:06:22.892 INFO STEP 414 (remove_files) COMPLETE
61162025-10-03T21:06:23.264Z[ recovery-image] Oct 03 21:06:22.892 INFO O| Oct 03 21:06:22.892 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172025-10-03T21:06:23.288Z[ recovery-image] Oct 03 21:06:22.907 INFO O| Oct 03 21:06:22.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
61182025-10-03T21:06:23.289Z[ recovery-image] Oct 03 21:06:22.908 INFO O| Oct 03 21:06:22.908 INFO STEP 415 (remove_files) COMPLETE
61192025-10-03T21:06:23.289Z[ recovery-image] Oct 03 21:06:22.908 INFO O| Oct 03 21:06:22.908 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202025-10-03T21:06:23.289Z[ recovery-image] Oct 03 21:06:22.922 INFO O| Oct 03 21:06:22.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
61212025-10-03T21:06:23.289Z[ recovery-image] Oct 03 21:06:22.923 INFO O| Oct 03 21:06:22.922 INFO STEP 416 (remove_files) COMPLETE
61222025-10-03T21:06:23.289Z[ recovery-image] Oct 03 21:06:22.923 INFO O| Oct 03 21:06:22.923 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232025-10-03T21:06:23.313Z[ recovery-image] Oct 03 21:06:22.937 INFO O| Oct 03 21:06:22.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
61242025-10-03T21:06:23.313Z[ recovery-image] Oct 03 21:06:22.937 INFO O| Oct 03 21:06:22.937 INFO STEP 417 (remove_files) COMPLETE
61252025-10-03T21:06:23.313Z[ recovery-image] Oct 03 21:06:22.937 INFO O| Oct 03 21:06:22.937 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262025-10-03T21:06:23.337Z[ recovery-image] Oct 03 21:06:22.956 INFO O| Oct 03 21:06:22.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
61272025-10-03T21:06:23.337Z[ recovery-image] Oct 03 21:06:22.957 INFO O| Oct 03 21:06:22.956 INFO STEP 418 (remove_files) COMPLETE
61282025-10-03T21:06:23.337Z[ recovery-image] Oct 03 21:06:22.957 INFO O| Oct 03 21:06:22.957 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292025-10-03T21:06:23.337Z[ recovery-image] Oct 03 21:06:22.974 INFO O| Oct 03 21:06:22.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
61302025-10-03T21:06:23.337Z[ recovery-image] Oct 03 21:06:22.974 INFO O| Oct 03 21:06:22.974 INFO STEP 419 (remove_files) COMPLETE
61312025-10-03T21:06:23.338Z[ recovery-image] Oct 03 21:06:22.974 INFO O| Oct 03 21:06:22.974 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322025-10-03T21:06:23.363Z[ recovery-image] Oct 03 21:06:22.993 INFO O| Oct 03 21:06:22.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
61332025-10-03T21:06:23.363Z[ recovery-image] Oct 03 21:06:22.993 INFO O| Oct 03 21:06:22.993 INFO STEP 420 (remove_files) COMPLETE
61342025-10-03T21:06:23.363Z[ recovery-image] Oct 03 21:06:22.993 INFO O| Oct 03 21:06:22.993 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352025-10-03T21:06:23.387Z[ recovery-image] Oct 03 21:06:23.010 INFO O| Oct 03 21:06:23.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
61362025-10-03T21:06:23.387Z[ recovery-image] Oct 03 21:06:23.011 INFO O| Oct 03 21:06:23.011 INFO STEP 421 (remove_files) COMPLETE
61372025-10-03T21:06:23.387Z[ recovery-image] Oct 03 21:06:23.011 INFO O| Oct 03 21:06:23.011 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382025-10-03T21:06:23.411Z[ recovery-image] Oct 03 21:06:23.027 INFO O| Oct 03 21:06:23.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
61392025-10-03T21:06:23.411Z[ recovery-image] Oct 03 21:06:23.027 INFO O| Oct 03 21:06:23.027 INFO STEP 422 (remove_files) COMPLETE
61402025-10-03T21:06:23.411Z[ recovery-image] Oct 03 21:06:23.027 INFO O| Oct 03 21:06:23.027 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412025-10-03T21:06:23.411Z[ recovery-image] Oct 03 21:06:23.045 INFO O| Oct 03 21:06:23.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
61422025-10-03T21:06:23.411Z[ recovery-image] Oct 03 21:06:23.046 INFO O| Oct 03 21:06:23.046 INFO STEP 423 (remove_files) COMPLETE
61432025-10-03T21:06:23.411Z[ recovery-image] Oct 03 21:06:23.046 INFO O| Oct 03 21:06:23.046 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442025-10-03T21:06:23.436Z[ recovery-image] Oct 03 21:06:23.063 INFO O| Oct 03 21:06:23.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
61452025-10-03T21:06:23.436Z[ recovery-image] Oct 03 21:06:23.064 INFO O| Oct 03 21:06:23.064 INFO STEP 424 (remove_files) COMPLETE
61462025-10-03T21:06:23.436Z[ recovery-image] Oct 03 21:06:23.064 INFO O| Oct 03 21:06:23.064 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472025-10-03T21:06:23.460Z[ recovery-image] Oct 03 21:06:23.078 INFO O| Oct 03 21:06:23.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61482025-10-03T21:06:23.460Z[ recovery-image] Oct 03 21:06:23.078 INFO O| Oct 03 21:06:23.078 INFO STEP 425 (remove_files) COMPLETE
61492025-10-03T21:06:23.460Z[ recovery-image] Oct 03 21:06:23.078 INFO O| Oct 03 21:06:23.078 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502025-10-03T21:06:23.460Z[ recovery-image] Oct 03 21:06:23.092 INFO O| Oct 03 21:06:23.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61512025-10-03T21:06:23.460Z[ recovery-image] Oct 03 21:06:23.092 INFO O| Oct 03 21:06:23.092 INFO STEP 426 (remove_files) COMPLETE
61522025-10-03T21:06:23.460Z[ recovery-image] Oct 03 21:06:23.093 INFO O| Oct 03 21:06:23.092 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532025-10-03T21:06:23.484Z[ recovery-image] Oct 03 21:06:23.109 INFO O| Oct 03 21:06:23.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61542025-10-03T21:06:23.484Z[ recovery-image] Oct 03 21:06:23.109 INFO O| Oct 03 21:06:23.109 INFO STEP 427 (remove_files) COMPLETE
61552025-10-03T21:06:23.485Z[ recovery-image] Oct 03 21:06:23.109 INFO O| Oct 03 21:06:23.109 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562025-10-03T21:06:23.509Z[ recovery-image] Oct 03 21:06:23.125 INFO O| Oct 03 21:06:23.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61572025-10-03T21:06:23.509Z[ recovery-image] Oct 03 21:06:23.126 INFO O| Oct 03 21:06:23.126 INFO STEP 428 (remove_files) COMPLETE
61582025-10-03T21:06:23.509Z[ recovery-image] Oct 03 21:06:23.126 INFO O| Oct 03 21:06:23.126 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592025-10-03T21:06:23.509Z[ recovery-image] Oct 03 21:06:23.139 INFO O| Oct 03 21:06:23.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61602025-10-03T21:06:23.509Z[ recovery-image] Oct 03 21:06:23.139 INFO O| Oct 03 21:06:23.139 INFO STEP 429 (remove_files) COMPLETE
61612025-10-03T21:06:23.509Z[ recovery-image] Oct 03 21:06:23.139 INFO O| Oct 03 21:06:23.139 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622025-10-03T21:06:23.533Z[ recovery-image] Oct 03 21:06:23.152 INFO O| Oct 03 21:06:23.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61632025-10-03T21:06:23.533Z[ recovery-image] Oct 03 21:06:23.152 INFO O| Oct 03 21:06:23.152 INFO STEP 430 (remove_files) COMPLETE
61642025-10-03T21:06:23.533Z[ recovery-image] Oct 03 21:06:23.152 INFO O| Oct 03 21:06:23.152 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652025-10-03T21:06:23.533Z[ recovery-image] Oct 03 21:06:23.164 INFO O| Oct 03 21:06:23.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61662025-10-03T21:06:23.534Z[ recovery-image] Oct 03 21:06:23.164 INFO O| Oct 03 21:06:23.164 INFO STEP 431 (remove_files) COMPLETE
61672025-10-03T21:06:23.534Z[ recovery-image] Oct 03 21:06:23.164 INFO O| Oct 03 21:06:23.164 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682025-10-03T21:06:23.558Z[ recovery-image] Oct 03 21:06:23.175 INFO O| Oct 03 21:06:23.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61692025-10-03T21:06:23.558Z[ recovery-image] Oct 03 21:06:23.176 INFO O| Oct 03 21:06:23.175 INFO STEP 432 (remove_files) COMPLETE
61702025-10-03T21:06:23.558Z[ recovery-image] Oct 03 21:06:23.176 INFO O| Oct 03 21:06:23.175 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712025-10-03T21:06:23.558Z[ recovery-image] Oct 03 21:06:23.187 INFO O| Oct 03 21:06:23.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61722025-10-03T21:06:23.558Z[ recovery-image] Oct 03 21:06:23.187 INFO O| Oct 03 21:06:23.187 INFO STEP 433 (remove_files) COMPLETE
61732025-10-03T21:06:23.558Z[ recovery-image] Oct 03 21:06:23.187 INFO O| Oct 03 21:06:23.187 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742025-10-03T21:06:23.582Z[ recovery-image] Oct 03 21:06:23.198 INFO O| Oct 03 21:06:23.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61752025-10-03T21:06:23.582Z[ recovery-image] Oct 03 21:06:23.198 INFO O| Oct 03 21:06:23.198 INFO STEP 434 (remove_files) COMPLETE
61762025-10-03T21:06:23.582Z[ recovery-image] Oct 03 21:06:23.198 INFO O| Oct 03 21:06:23.198 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772025-10-03T21:06:23.582Z[ recovery-image] Oct 03 21:06:23.210 INFO O| Oct 03 21:06:23.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61782025-10-03T21:06:23.582Z[ recovery-image] Oct 03 21:06:23.210 INFO O| Oct 03 21:06:23.210 INFO STEP 435 (remove_files) COMPLETE
61792025-10-03T21:06:23.582Z[ recovery-image] Oct 03 21:06:23.210 INFO O| Oct 03 21:06:23.210 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802025-10-03T21:06:23.582Z[ recovery-image] Oct 03 21:06:23.221 INFO O| Oct 03 21:06:23.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61812025-10-03T21:06:23.582Z[ recovery-image] Oct 03 21:06:23.221 INFO O| Oct 03 21:06:23.221 INFO STEP 436 (remove_files) COMPLETE
61822025-10-03T21:06:23.582Z[ recovery-image] Oct 03 21:06:23.221 INFO O| Oct 03 21:06:23.221 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832025-10-03T21:06:23.607Z[ recovery-image] Oct 03 21:06:23.239 INFO O| Oct 03 21:06:23.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61842025-10-03T21:06:23.607Z[ recovery-image] Oct 03 21:06:23.239 INFO O| Oct 03 21:06:23.239 INFO STEP 437 (remove_files) COMPLETE
61852025-10-03T21:06:23.607Z[ recovery-image] Oct 03 21:06:23.239 INFO O| Oct 03 21:06:23.239 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862025-10-03T21:06:23.631Z[ recovery-image] Oct 03 21:06:23.254 INFO O| Oct 03 21:06:23.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61872025-10-03T21:06:23.631Z[ recovery-image] Oct 03 21:06:23.254 INFO O| Oct 03 21:06:23.254 INFO STEP 438 (remove_files) COMPLETE
61882025-10-03T21:06:23.631Z[ recovery-image] Oct 03 21:06:23.254 INFO O| Oct 03 21:06:23.254 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892025-10-03T21:06:23.631Z[ recovery-image] Oct 03 21:06:23.266 INFO O| Oct 03 21:06:23.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61902025-10-03T21:06:23.631Z[ recovery-image] Oct 03 21:06:23.266 INFO O| Oct 03 21:06:23.266 INFO STEP 439 (remove_files) COMPLETE
61912025-10-03T21:06:23.631Z[ recovery-image] Oct 03 21:06:23.266 INFO O| Oct 03 21:06:23.266 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922025-10-03T21:06:23.656Z[ recovery-image] Oct 03 21:06:23.277 INFO O| Oct 03 21:06:23.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61932025-10-03T21:06:23.656Z[ recovery-image] Oct 03 21:06:23.277 INFO O| Oct 03 21:06:23.277 INFO STEP 440 (remove_files) COMPLETE
61942025-10-03T21:06:23.656Z[ recovery-image] Oct 03 21:06:23.277 INFO O| Oct 03 21:06:23.277 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952025-10-03T21:06:23.656Z[ recovery-image] Oct 03 21:06:23.288 INFO O| Oct 03 21:06:23.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61962025-10-03T21:06:23.656Z[ recovery-image] Oct 03 21:06:23.288 INFO O| Oct 03 21:06:23.288 INFO STEP 441 (remove_files) COMPLETE
61972025-10-03T21:06:23.656Z[ recovery-image] Oct 03 21:06:23.288 INFO O| Oct 03 21:06:23.288 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982025-10-03T21:06:23.683Z[ recovery-image] Oct 03 21:06:23.323 INFO O| Oct 03 21:06:23.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61992025-10-03T21:06:23.683Z[ recovery-image] Oct 03 21:06:23.323 INFO O| Oct 03 21:06:23.300 INFO STEP 442 (remove_files) COMPLETE
62002025-10-03T21:06:23.708Z[ recovery-image] Oct 03 21:06:23.323 INFO O| Oct 03 21:06:23.300 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012025-10-03T21:06:23.708Z[ recovery-image] Oct 03 21:06:23.323 INFO O| Oct 03 21:06:23.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
62022025-10-03T21:06:23.708Z[ recovery-image] Oct 03 21:06:23.323 INFO O| Oct 03 21:06:23.314 INFO STEP 443 (remove_files) COMPLETE
62032025-10-03T21:06:23.708Z[ recovery-image] Oct 03 21:06:23.323 INFO O| Oct 03 21:06:23.314 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042025-10-03T21:06:23.708Z[ recovery-image] Oct 03 21:06:23.328 INFO O| Oct 03 21:06:23.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
62052025-10-03T21:06:23.708Z[ recovery-image] Oct 03 21:06:23.328 INFO O| Oct 03 21:06:23.328 INFO STEP 444 (remove_files) COMPLETE
62062025-10-03T21:06:23.708Z[ recovery-image] Oct 03 21:06:23.328 INFO O| Oct 03 21:06:23.328 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072025-10-03T21:06:23.708Z[ recovery-image] Oct 03 21:06:23.346 INFO O| Oct 03 21:06:23.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
62082025-10-03T21:06:23.708Z[ recovery-image] Oct 03 21:06:23.346 INFO O| Oct 03 21:06:23.346 INFO STEP 445 (remove_files) COMPLETE
62092025-10-03T21:06:23.708Z[ recovery-image] Oct 03 21:06:23.346 INFO O| Oct 03 21:06:23.346 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102025-10-03T21:06:23.732Z[ recovery-image] Oct 03 21:06:23.364 INFO O| Oct 03 21:06:23.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
62112025-10-03T21:06:23.732Z[ recovery-image] Oct 03 21:06:23.364 INFO O| Oct 03 21:06:23.364 INFO STEP 446 (remove_files) COMPLETE
62122025-10-03T21:06:23.732Z[ recovery-image] Oct 03 21:06:23.364 INFO O| Oct 03 21:06:23.364 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132025-10-03T21:06:23.756Z[ recovery-image] Oct 03 21:06:23.380 INFO O| Oct 03 21:06:23.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
62142025-10-03T21:06:23.756Z[ recovery-image] Oct 03 21:06:23.381 INFO O| Oct 03 21:06:23.381 INFO STEP 447 (remove_files) COMPLETE
62152025-10-03T21:06:23.756Z[ recovery-image] Oct 03 21:06:23.381 INFO O| Oct 03 21:06:23.381 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162025-10-03T21:06:23.782Z[ recovery-image] Oct 03 21:06:23.396 INFO O| Oct 03 21:06:23.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
62172025-10-03T21:06:23.782Z[ recovery-image] Oct 03 21:06:23.396 INFO O| Oct 03 21:06:23.396 INFO STEP 448 (remove_files) COMPLETE
62182025-10-03T21:06:23.782Z[ recovery-image] Oct 03 21:06:23.396 INFO O| Oct 03 21:06:23.396 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192025-10-03T21:06:23.782Z[ recovery-image] Oct 03 21:06:23.412 INFO O| Oct 03 21:06:23.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
62202025-10-03T21:06:23.783Z[ recovery-image] Oct 03 21:06:23.412 INFO O| Oct 03 21:06:23.412 INFO STEP 449 (remove_files) COMPLETE
62212025-10-03T21:06:23.783Z[ recovery-image] Oct 03 21:06:23.412 INFO O| Oct 03 21:06:23.412 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222025-10-03T21:06:23.807Z[ recovery-image] Oct 03 21:06:23.427 INFO O| Oct 03 21:06:23.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
62232025-10-03T21:06:23.807Z[ recovery-image] Oct 03 21:06:23.427 INFO O| Oct 03 21:06:23.427 INFO STEP 450 (remove_files) COMPLETE
62242025-10-03T21:06:23.807Z[ recovery-image] Oct 03 21:06:23.427 INFO O| Oct 03 21:06:23.427 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252025-10-03T21:06:23.807Z[ recovery-image] Oct 03 21:06:23.440 INFO O| Oct 03 21:06:23.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
62262025-10-03T21:06:23.807Z[ recovery-image] Oct 03 21:06:23.440 INFO O| Oct 03 21:06:23.440 INFO STEP 451 (remove_files) COMPLETE
62272025-10-03T21:06:23.808Z[ recovery-image] Oct 03 21:06:23.440 INFO O| Oct 03 21:06:23.440 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282025-10-03T21:06:23.832Z[ recovery-image] Oct 03 21:06:23.457 INFO O| Oct 03 21:06:23.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
62292025-10-03T21:06:23.832Z[ recovery-image] Oct 03 21:06:23.457 INFO O| Oct 03 21:06:23.457 INFO STEP 452 (remove_files) COMPLETE
62302025-10-03T21:06:23.832Z[ recovery-image] Oct 03 21:06:23.457 INFO O| Oct 03 21:06:23.457 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312025-10-03T21:06:23.856Z[ recovery-image] Oct 03 21:06:23.475 INFO O| Oct 03 21:06:23.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
62322025-10-03T21:06:23.857Z[ recovery-image] Oct 03 21:06:23.475 INFO O| Oct 03 21:06:23.475 INFO STEP 453 (remove_files) COMPLETE
62332025-10-03T21:06:23.857Z[ recovery-image] Oct 03 21:06:23.475 INFO O| Oct 03 21:06:23.475 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342025-10-03T21:06:23.857Z[ recovery-image] Oct 03 21:06:23.495 INFO O| Oct 03 21:06:23.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
62352025-10-03T21:06:23.857Z[ recovery-image] Oct 03 21:06:23.495 INFO O| Oct 03 21:06:23.495 INFO STEP 454 (remove_files) COMPLETE
62362025-10-03T21:06:23.857Z[ recovery-image] Oct 03 21:06:23.495 INFO O| Oct 03 21:06:23.495 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372025-10-03T21:06:23.883Z[ recovery-image] Oct 03 21:06:23.509 INFO O| Oct 03 21:06:23.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
62382025-10-03T21:06:23.883Z[ recovery-image] Oct 03 21:06:23.510 INFO O| Oct 03 21:06:23.510 INFO STEP 455 (remove_files) COMPLETE
62392025-10-03T21:06:23.883Z[ recovery-image] Oct 03 21:06:23.510 INFO O| Oct 03 21:06:23.510 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402025-10-03T21:06:23.907Z[ recovery-image] Oct 03 21:06:23.524 INFO O| Oct 03 21:06:23.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
62412025-10-03T21:06:23.907Z[ recovery-image] Oct 03 21:06:23.524 INFO O| Oct 03 21:06:23.524 INFO STEP 456 (remove_files) COMPLETE
62422025-10-03T21:06:23.907Z[ recovery-image] Oct 03 21:06:23.524 INFO O| Oct 03 21:06:23.524 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432025-10-03T21:06:23.907Z[ recovery-image] Oct 03 21:06:23.537 INFO O| Oct 03 21:06:23.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
62442025-10-03T21:06:23.907Z[ recovery-image] Oct 03 21:06:23.537 INFO O| Oct 03 21:06:23.537 INFO STEP 457 (remove_files) COMPLETE
62452025-10-03T21:06:23.907Z[ recovery-image] Oct 03 21:06:23.537 INFO O| Oct 03 21:06:23.537 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462025-10-03T21:06:23.932Z[ recovery-image] Oct 03 21:06:23.550 INFO O| Oct 03 21:06:23.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62472025-10-03T21:06:23.932Z[ recovery-image] Oct 03 21:06:23.551 INFO O| Oct 03 21:06:23.551 INFO STEP 458 (remove_files) COMPLETE
62482025-10-03T21:06:23.932Z[ recovery-image] Oct 03 21:06:23.551 INFO O| Oct 03 21:06:23.551 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492025-10-03T21:06:23.932Z[ recovery-image] Oct 03 21:06:23.567 INFO O| Oct 03 21:06:23.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62502025-10-03T21:06:23.932Z[ recovery-image] Oct 03 21:06:23.568 INFO O| Oct 03 21:06:23.568 INFO STEP 459 (remove_files) COMPLETE
62512025-10-03T21:06:23.932Z[ recovery-image] Oct 03 21:06:23.568 INFO O| Oct 03 21:06:23.568 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522025-10-03T21:06:23.956Z[ recovery-image] Oct 03 21:06:23.583 INFO O| Oct 03 21:06:23.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62532025-10-03T21:06:23.956Z[ recovery-image] Oct 03 21:06:23.583 INFO O| Oct 03 21:06:23.583 INFO STEP 460 (remove_files) COMPLETE
62542025-10-03T21:06:23.956Z[ recovery-image] Oct 03 21:06:23.583 INFO O| Oct 03 21:06:23.583 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552025-10-03T21:06:23.981Z[ recovery-image] Oct 03 21:06:23.600 INFO O| Oct 03 21:06:23.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62562025-10-03T21:06:23.981Z[ recovery-image] Oct 03 21:06:23.600 INFO O| Oct 03 21:06:23.600 INFO STEP 461 (remove_files) COMPLETE
62572025-10-03T21:06:23.981Z[ recovery-image] Oct 03 21:06:23.600 INFO O| Oct 03 21:06:23.600 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582025-10-03T21:06:23.981Z[ recovery-image] Oct 03 21:06:23.618 INFO O| Oct 03 21:06:23.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62592025-10-03T21:06:23.981Z[ recovery-image] Oct 03 21:06:23.618 INFO O| Oct 03 21:06:23.618 INFO STEP 462 (remove_files) COMPLETE
62602025-10-03T21:06:23.981Z[ recovery-image] Oct 03 21:06:23.618 INFO O| Oct 03 21:06:23.618 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612025-10-03T21:06:24.005Z[ recovery-image] Oct 03 21:06:23.630 INFO O| Oct 03 21:06:23.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62622025-10-03T21:06:24.005Z[ recovery-image] Oct 03 21:06:23.630 INFO O| Oct 03 21:06:23.630 INFO STEP 463 (remove_files) COMPLETE
62632025-10-03T21:06:24.005Z[ recovery-image] Oct 03 21:06:23.630 INFO O| Oct 03 21:06:23.630 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642025-10-03T21:06:24.029Z[ recovery-image] Oct 03 21:06:23.646 INFO O| Oct 03 21:06:23.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62652025-10-03T21:06:24.029Z[ recovery-image] Oct 03 21:06:23.647 INFO O| Oct 03 21:06:23.647 INFO STEP 464 (remove_files) COMPLETE
62662025-10-03T21:06:24.029Z[ recovery-image] Oct 03 21:06:23.647 INFO O| Oct 03 21:06:23.647 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672025-10-03T21:06:24.029Z[ recovery-image] Oct 03 21:06:23.664 INFO O| Oct 03 21:06:23.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62682025-10-03T21:06:24.029Z[ recovery-image] Oct 03 21:06:23.664 INFO O| Oct 03 21:06:23.664 INFO STEP 465 (remove_files) COMPLETE
62692025-10-03T21:06:24.029Z[ recovery-image] Oct 03 21:06:23.664 INFO O| Oct 03 21:06:23.664 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702025-10-03T21:06:24.053Z[ recovery-image] Oct 03 21:06:23.681 INFO O| Oct 03 21:06:23.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62712025-10-03T21:06:24.054Z[ recovery-image] Oct 03 21:06:23.681 INFO O| Oct 03 21:06:23.681 INFO STEP 466 (remove_files) COMPLETE
62722025-10-03T21:06:24.054Z[ recovery-image] Oct 03 21:06:23.681 INFO O| Oct 03 21:06:23.681 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732025-10-03T21:06:24.078Z[ recovery-image] Oct 03 21:06:23.699 INFO O| Oct 03 21:06:23.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62742025-10-03T21:06:24.078Z[ recovery-image] Oct 03 21:06:23.699 INFO O| Oct 03 21:06:23.699 INFO STEP 467 (remove_files) COMPLETE
62752025-10-03T21:06:24.078Z[ recovery-image] Oct 03 21:06:23.699 INFO O| Oct 03 21:06:23.699 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762025-10-03T21:06:24.103Z[ recovery-image] Oct 03 21:06:23.718 INFO O| Oct 03 21:06:23.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62772025-10-03T21:06:24.103Z[ recovery-image] Oct 03 21:06:23.718 INFO O| Oct 03 21:06:23.718 INFO STEP 468 (remove_files) COMPLETE
62782025-10-03T21:06:24.103Z[ recovery-image] Oct 03 21:06:23.718 INFO O| Oct 03 21:06:23.718 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792025-10-03T21:06:24.103Z[ recovery-image] Oct 03 21:06:23.737 INFO O| Oct 03 21:06:23.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62802025-10-03T21:06:24.103Z[ recovery-image] Oct 03 21:06:23.737 INFO O| Oct 03 21:06:23.737 INFO STEP 469 (remove_files) COMPLETE
62812025-10-03T21:06:24.103Z[ recovery-image] Oct 03 21:06:23.737 INFO O| Oct 03 21:06:23.737 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822025-10-03T21:06:24.127Z[ recovery-image] Oct 03 21:06:23.755 INFO O| Oct 03 21:06:23.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62832025-10-03T21:06:24.127Z[ recovery-image] Oct 03 21:06:23.756 INFO O| Oct 03 21:06:23.756 INFO STEP 470 (remove_files) COMPLETE
62842025-10-03T21:06:24.127Z[ recovery-image] Oct 03 21:06:23.756 INFO O| Oct 03 21:06:23.756 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852025-10-03T21:06:24.152Z[ recovery-image] Oct 03 21:06:23.772 INFO O| Oct 03 21:06:23.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62862025-10-03T21:06:24.152Z[ recovery-image] Oct 03 21:06:23.772 INFO O| Oct 03 21:06:23.772 INFO STEP 471 (remove_files) COMPLETE
62872025-10-03T21:06:24.152Z[ recovery-image] Oct 03 21:06:23.772 INFO O| Oct 03 21:06:23.772 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882025-10-03T21:06:24.152Z[ recovery-image] Oct 03 21:06:23.789 INFO O| Oct 03 21:06:23.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62892025-10-03T21:06:24.152Z[ recovery-image] Oct 03 21:06:23.789 INFO O| Oct 03 21:06:23.789 INFO STEP 472 (remove_files) COMPLETE
62902025-10-03T21:06:24.152Z[ recovery-image] Oct 03 21:06:23.789 INFO O| Oct 03 21:06:23.789 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912025-10-03T21:06:24.176Z[ recovery-image] Oct 03 21:06:23.808 INFO O| Oct 03 21:06:23.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62922025-10-03T21:06:24.176Z[ recovery-image] Oct 03 21:06:23.808 INFO O| Oct 03 21:06:23.808 INFO STEP 473 (remove_files) COMPLETE
62932025-10-03T21:06:24.176Z[ recovery-image] Oct 03 21:06:23.808 INFO O| Oct 03 21:06:23.808 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942025-10-03T21:06:24.216Z[ recovery-image] Oct 03 21:06:23.826 INFO O| Oct 03 21:06:23.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62952025-10-03T21:06:24.216Z[ recovery-image] Oct 03 21:06:23.826 INFO O| Oct 03 21:06:23.826 INFO STEP 474 (remove_files) COMPLETE
62962025-10-03T21:06:24.216Z[ recovery-image] Oct 03 21:06:23.826 INFO O| Oct 03 21:06:23.826 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972025-10-03T21:06:24.216Z[ recovery-image] Oct 03 21:06:23.844 INFO O| Oct 03 21:06:23.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62982025-10-03T21:06:24.216Z[ recovery-image] Oct 03 21:06:23.844 INFO O| Oct 03 21:06:23.844 INFO STEP 475 (remove_files) COMPLETE
62992025-10-03T21:06:24.216Z[ recovery-image] Oct 03 21:06:23.844 INFO O| Oct 03 21:06:23.844 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002025-10-03T21:06:24.240Z[ recovery-image] Oct 03 21:06:23.859 INFO O| Oct 03 21:06:23.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
63012025-10-03T21:06:24.240Z[ recovery-image] Oct 03 21:06:23.860 INFO O| Oct 03 21:06:23.860 INFO STEP 476 (remove_files) COMPLETE
63022025-10-03T21:06:24.240Z[ recovery-image] Oct 03 21:06:23.860 INFO O| Oct 03 21:06:23.860 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032025-10-03T21:06:24.241Z[ recovery-image] Oct 03 21:06:23.875 INFO O| Oct 03 21:06:23.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
63042025-10-03T21:06:24.241Z[ recovery-image] Oct 03 21:06:23.875 INFO O| Oct 03 21:06:23.875 INFO STEP 477 (remove_files) COMPLETE
63052025-10-03T21:06:24.241Z[ recovery-image] Oct 03 21:06:23.875 INFO O| Oct 03 21:06:23.875 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062025-10-03T21:06:24.265Z[ recovery-image] Oct 03 21:06:23.891 INFO O| Oct 03 21:06:23.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
63072025-10-03T21:06:24.265Z[ recovery-image] Oct 03 21:06:23.891 INFO O| Oct 03 21:06:23.891 INFO STEP 478 (remove_files) COMPLETE
63082025-10-03T21:06:24.265Z[ recovery-image] Oct 03 21:06:23.891 INFO O| Oct 03 21:06:23.891 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092025-10-03T21:06:24.289Z[ recovery-image] Oct 03 21:06:23.907 INFO O| Oct 03 21:06:23.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
63102025-10-03T21:06:24.290Z[ recovery-image] Oct 03 21:06:23.908 INFO O| Oct 03 21:06:23.908 INFO STEP 479 (remove_files) COMPLETE
63112025-10-03T21:06:24.290Z[ recovery-image] Oct 03 21:06:23.908 INFO O| Oct 03 21:06:23.908 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122025-10-03T21:06:24.290Z[ recovery-image] Oct 03 21:06:23.924 INFO O| Oct 03 21:06:23.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
63132025-10-03T21:06:24.290Z[ recovery-image] Oct 03 21:06:23.924 INFO O| Oct 03 21:06:23.924 INFO STEP 480 (remove_files) COMPLETE
63142025-10-03T21:06:24.290Z[ recovery-image] Oct 03 21:06:23.924 INFO O| Oct 03 21:06:23.924 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152025-10-03T21:06:24.314Z[ recovery-image] Oct 03 21:06:23.941 INFO O| Oct 03 21:06:23.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
63162025-10-03T21:06:24.314Z[ recovery-image] Oct 03 21:06:23.941 INFO O| Oct 03 21:06:23.941 INFO STEP 481 (remove_files) COMPLETE
63172025-10-03T21:06:24.314Z[ recovery-image] Oct 03 21:06:23.941 INFO O| Oct 03 21:06:23.941 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182025-10-03T21:06:24.338Z[ recovery-image] Oct 03 21:06:23.958 INFO O| Oct 03 21:06:23.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
63192025-10-03T21:06:24.338Z[ recovery-image] Oct 03 21:06:23.958 INFO O| Oct 03 21:06:23.958 INFO STEP 482 (remove_files) COMPLETE
63202025-10-03T21:06:24.338Z[ recovery-image] Oct 03 21:06:23.958 INFO O| Oct 03 21:06:23.958 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212025-10-03T21:06:24.338Z[ recovery-image] Oct 03 21:06:23.971 INFO O| Oct 03 21:06:23.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
63222025-10-03T21:06:24.338Z[ recovery-image] Oct 03 21:06:23.972 INFO O| Oct 03 21:06:23.972 INFO STEP 483 (remove_files) COMPLETE
63232025-10-03T21:06:24.338Z[ recovery-image] Oct 03 21:06:23.972 INFO O| Oct 03 21:06:23.972 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242025-10-03T21:06:24.363Z[ recovery-image] Oct 03 21:06:23.988 INFO O| Oct 03 21:06:23.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
63252025-10-03T21:06:24.363Z[ recovery-image] Oct 03 21:06:23.988 INFO O| Oct 03 21:06:23.988 INFO STEP 484 (remove_files) COMPLETE
63262025-10-03T21:06:24.363Z[ recovery-image] Oct 03 21:06:23.988 INFO O| Oct 03 21:06:23.988 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272025-10-03T21:06:24.387Z[ recovery-image] Oct 03 21:06:24.005 INFO O| Oct 03 21:06:24.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
63282025-10-03T21:06:24.387Z[ recovery-image] Oct 03 21:06:24.006 INFO O| Oct 03 21:06:24.006 INFO STEP 485 (remove_files) COMPLETE
63292025-10-03T21:06:24.387Z[ recovery-image] Oct 03 21:06:24.006 INFO O| Oct 03 21:06:24.006 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302025-10-03T21:06:24.411Z[ recovery-image] Oct 03 21:06:24.020 INFO O| Oct 03 21:06:24.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
63312025-10-03T21:06:24.411Z[ recovery-image] Oct 03 21:06:24.020 INFO O| Oct 03 21:06:24.020 INFO STEP 486 (remove_files) COMPLETE
63322025-10-03T21:06:24.411Z[ recovery-image] Oct 03 21:06:24.020 INFO O| Oct 03 21:06:24.020 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332025-10-03T21:06:24.411Z[ recovery-image] Oct 03 21:06:24.034 INFO O| Oct 03 21:06:24.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
63342025-10-03T21:06:24.411Z[ recovery-image] Oct 03 21:06:24.034 INFO O| Oct 03 21:06:24.034 INFO STEP 487 (remove_files) COMPLETE
63352025-10-03T21:06:24.411Z[ recovery-image] Oct 03 21:06:24.034 INFO O| Oct 03 21:06:24.034 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362025-10-03T21:06:24.411Z[ recovery-image] Oct 03 21:06:24.048 INFO O| Oct 03 21:06:24.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
63372025-10-03T21:06:24.411Z[ recovery-image] Oct 03 21:06:24.048 INFO O| Oct 03 21:06:24.048 INFO STEP 488 (remove_files) COMPLETE
63382025-10-03T21:06:24.411Z[ recovery-image] Oct 03 21:06:24.048 INFO O| Oct 03 21:06:24.048 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392025-10-03T21:06:24.436Z[ recovery-image] Oct 03 21:06:24.064 INFO O| Oct 03 21:06:24.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
63402025-10-03T21:06:24.436Z[ recovery-image] Oct 03 21:06:24.064 INFO O| Oct 03 21:06:24.064 INFO STEP 489 (remove_files) COMPLETE
63412025-10-03T21:06:24.436Z[ recovery-image] Oct 03 21:06:24.064 INFO O| Oct 03 21:06:24.064 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422025-10-03T21:06:24.460Z[ recovery-image] Oct 03 21:06:24.081 INFO O| Oct 03 21:06:24.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
63432025-10-03T21:06:24.460Z[ recovery-image] Oct 03 21:06:24.081 INFO O| Oct 03 21:06:24.081 INFO STEP 490 (remove_files) COMPLETE
63442025-10-03T21:06:24.460Z[ recovery-image] Oct 03 21:06:24.081 INFO O| Oct 03 21:06:24.081 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452025-10-03T21:06:24.460Z[ recovery-image] Oct 03 21:06:24.099 INFO O| Oct 03 21:06:24.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63462025-10-03T21:06:24.460Z[ recovery-image] Oct 03 21:06:24.099 INFO O| Oct 03 21:06:24.099 INFO STEP 491 (remove_files) COMPLETE
63472025-10-03T21:06:24.460Z[ recovery-image] Oct 03 21:06:24.099 INFO O| Oct 03 21:06:24.099 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482025-10-03T21:06:24.484Z[ recovery-image] Oct 03 21:06:24.113 INFO O| Oct 03 21:06:24.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63492025-10-03T21:06:24.484Z[ recovery-image] Oct 03 21:06:24.114 INFO O| Oct 03 21:06:24.114 INFO STEP 492 (remove_files) COMPLETE
63502025-10-03T21:06:24.484Z[ recovery-image] Oct 03 21:06:24.114 INFO O| Oct 03 21:06:24.114 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512025-10-03T21:06:24.509Z[ recovery-image] Oct 03 21:06:24.132 INFO O| Oct 03 21:06:24.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63522025-10-03T21:06:24.509Z[ recovery-image] Oct 03 21:06:24.132 INFO O| Oct 03 21:06:24.132 INFO STEP 493 (remove_files) COMPLETE
63532025-10-03T21:06:24.509Z[ recovery-image] Oct 03 21:06:24.132 INFO O| Oct 03 21:06:24.132 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542025-10-03T21:06:24.533Z[ recovery-image] Oct 03 21:06:24.150 INFO O| Oct 03 21:06:24.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63552025-10-03T21:06:24.533Z[ recovery-image] Oct 03 21:06:24.150 INFO O| Oct 03 21:06:24.150 INFO STEP 494 (remove_files) COMPLETE
63562025-10-03T21:06:24.533Z[ recovery-image] Oct 03 21:06:24.150 INFO O| Oct 03 21:06:24.150 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572025-10-03T21:06:24.533Z[ recovery-image] Oct 03 21:06:24.166 INFO O| Oct 03 21:06:24.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63582025-10-03T21:06:24.533Z[ recovery-image] Oct 03 21:06:24.166 INFO O| Oct 03 21:06:24.166 INFO STEP 495 (remove_files) COMPLETE
63592025-10-03T21:06:24.533Z[ recovery-image] Oct 03 21:06:24.166 INFO O| Oct 03 21:06:24.166 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602025-10-03T21:06:24.557Z[ recovery-image] Oct 03 21:06:24.183 INFO O| Oct 03 21:06:24.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63612025-10-03T21:06:24.557Z[ recovery-image] Oct 03 21:06:24.184 INFO O| Oct 03 21:06:24.184 INFO STEP 496 (remove_files) COMPLETE
63622025-10-03T21:06:24.557Z[ recovery-image] Oct 03 21:06:24.184 INFO O| Oct 03 21:06:24.184 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632025-10-03T21:06:24.581Z[ recovery-image] Oct 03 21:06:24.201 INFO O| Oct 03 21:06:24.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63642025-10-03T21:06:24.581Z[ recovery-image] Oct 03 21:06:24.201 INFO O| Oct 03 21:06:24.201 INFO STEP 497 (remove_files) COMPLETE
63652025-10-03T21:06:24.581Z[ recovery-image] Oct 03 21:06:24.201 INFO O| Oct 03 21:06:24.201 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662025-10-03T21:06:24.581Z[ recovery-image] Oct 03 21:06:24.218 INFO O| Oct 03 21:06:24.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63672025-10-03T21:06:24.581Z[ recovery-image] Oct 03 21:06:24.218 INFO O| Oct 03 21:06:24.218 INFO STEP 498 (remove_files) COMPLETE
63682025-10-03T21:06:24.582Z[ recovery-image] Oct 03 21:06:24.218 INFO O| Oct 03 21:06:24.218 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692025-10-03T21:06:24.606Z[ recovery-image] Oct 03 21:06:24.236 INFO O| Oct 03 21:06:24.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63702025-10-03T21:06:24.606Z[ recovery-image] Oct 03 21:06:24.236 INFO O| Oct 03 21:06:24.236 INFO STEP 499 (remove_files) COMPLETE
63712025-10-03T21:06:24.606Z[ recovery-image] Oct 03 21:06:24.236 INFO O| Oct 03 21:06:24.236 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722025-10-03T21:06:24.630Z[ recovery-image] Oct 03 21:06:24.250 INFO O| Oct 03 21:06:24.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63732025-10-03T21:06:24.630Z[ recovery-image] Oct 03 21:06:24.251 INFO O| Oct 03 21:06:24.250 INFO STEP 500 (remove_files) COMPLETE
63742025-10-03T21:06:24.630Z[ recovery-image] Oct 03 21:06:24.251 INFO O| Oct 03 21:06:24.250 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752025-10-03T21:06:24.654Z[ recovery-image] Oct 03 21:06:24.271 INFO O| Oct 03 21:06:24.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
63762025-10-03T21:06:24.654Z[ recovery-image] Oct 03 21:06:24.271 INFO O| Oct 03 21:06:24.271 INFO STEP 501 (remove_files) COMPLETE
63772025-10-03T21:06:24.654Z[ recovery-image] Oct 03 21:06:24.271 INFO O| Oct 03 21:06:24.271 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782025-10-03T21:06:24.654Z[ recovery-image] Oct 03 21:06:24.287 INFO O| Oct 03 21:06:24.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63792025-10-03T21:06:24.654Z[ recovery-image] Oct 03 21:06:24.287 INFO O| Oct 03 21:06:24.287 INFO STEP 502 (remove_files) COMPLETE
63802025-10-03T21:06:24.654Z[ recovery-image] Oct 03 21:06:24.287 INFO O| Oct 03 21:06:24.287 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812025-10-03T21:06:24.678Z[ recovery-image] Oct 03 21:06:24.305 INFO O| Oct 03 21:06:24.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63822025-10-03T21:06:24.679Z[ recovery-image] Oct 03 21:06:24.305 INFO O| Oct 03 21:06:24.305 INFO STEP 503 (remove_files) COMPLETE
63832025-10-03T21:06:24.679Z[ recovery-image] Oct 03 21:06:24.305 INFO O| Oct 03 21:06:24.305 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842025-10-03T21:06:24.703Z[ recovery-image] Oct 03 21:06:24.322 INFO O| Oct 03 21:06:24.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63852025-10-03T21:06:24.703Z[ recovery-image] Oct 03 21:06:24.322 INFO O| Oct 03 21:06:24.322 INFO STEP 504 (remove_files) COMPLETE
63862025-10-03T21:06:24.703Z[ recovery-image] Oct 03 21:06:24.322 INFO O| Oct 03 21:06:24.322 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872025-10-03T21:06:24.703Z[ recovery-image] Oct 03 21:06:24.337 INFO O| Oct 03 21:06:24.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63882025-10-03T21:06:24.703Z[ recovery-image] Oct 03 21:06:24.337 INFO O| Oct 03 21:06:24.337 INFO STEP 505 (remove_files) COMPLETE
63892025-10-03T21:06:24.703Z[ recovery-image] Oct 03 21:06:24.337 INFO O| Oct 03 21:06:24.337 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902025-10-03T21:06:24.727Z[ recovery-image] Oct 03 21:06:24.355 INFO O| Oct 03 21:06:24.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63912025-10-03T21:06:24.727Z[ recovery-image] Oct 03 21:06:24.355 INFO O| Oct 03 21:06:24.355 INFO STEP 506 (remove_files) COMPLETE
63922025-10-03T21:06:24.727Z[ recovery-image] Oct 03 21:06:24.355 INFO O| Oct 03 21:06:24.355 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932025-10-03T21:06:24.752Z[ recovery-image] Oct 03 21:06:24.370 INFO O| Oct 03 21:06:24.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63942025-10-03T21:06:24.752Z[ recovery-image] Oct 03 21:06:24.371 INFO O| Oct 03 21:06:24.370 INFO STEP 507 (remove_files) COMPLETE
63952025-10-03T21:06:24.752Z[ recovery-image] Oct 03 21:06:24.371 INFO O| Oct 03 21:06:24.370 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962025-10-03T21:06:24.752Z[ recovery-image] Oct 03 21:06:24.385 INFO O| Oct 03 21:06:24.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63972025-10-03T21:06:24.752Z[ recovery-image] Oct 03 21:06:24.385 INFO O| Oct 03 21:06:24.385 INFO STEP 508 (remove_files) COMPLETE
63982025-10-03T21:06:24.752Z[ recovery-image] Oct 03 21:06:24.385 INFO O| Oct 03 21:06:24.385 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992025-10-03T21:06:24.776Z[ recovery-image] Oct 03 21:06:24.403 INFO O| Oct 03 21:06:24.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
64002025-10-03T21:06:24.776Z[ recovery-image] Oct 03 21:06:24.404 INFO O| Oct 03 21:06:24.404 INFO STEP 509 (remove_files) COMPLETE
64012025-10-03T21:06:24.776Z[ recovery-image] Oct 03 21:06:24.404 INFO O| Oct 03 21:06:24.404 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022025-10-03T21:06:24.800Z[ recovery-image] Oct 03 21:06:24.422 INFO O| Oct 03 21:06:24.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
64032025-10-03T21:06:24.800Z[ recovery-image] Oct 03 21:06:24.422 INFO O| Oct 03 21:06:24.422 INFO STEP 510 (remove_files) COMPLETE
64042025-10-03T21:06:24.800Z[ recovery-image] Oct 03 21:06:24.422 INFO O| Oct 03 21:06:24.422 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052025-10-03T21:06:24.800Z[ recovery-image] Oct 03 21:06:24.439 INFO O| Oct 03 21:06:24.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
64062025-10-03T21:06:24.800Z[ recovery-image] Oct 03 21:06:24.439 INFO O| Oct 03 21:06:24.439 INFO STEP 511 (remove_files) COMPLETE
64072025-10-03T21:06:24.800Z[ recovery-image] Oct 03 21:06:24.439 INFO O| Oct 03 21:06:24.439 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082025-10-03T21:06:24.825Z[ recovery-image] Oct 03 21:06:24.454 INFO O| Oct 03 21:06:24.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
64092025-10-03T21:06:24.825Z[ recovery-image] Oct 03 21:06:24.454 INFO O| Oct 03 21:06:24.454 INFO STEP 512 (remove_files) COMPLETE
64102025-10-03T21:06:24.825Z[ recovery-image] Oct 03 21:06:24.454 INFO O| Oct 03 21:06:24.454 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112025-10-03T21:06:24.849Z[ recovery-image] Oct 03 21:06:24.468 INFO O| Oct 03 21:06:24.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
64122025-10-03T21:06:24.849Z[ recovery-image] Oct 03 21:06:24.468 INFO O| Oct 03 21:06:24.468 INFO STEP 513 (remove_files) COMPLETE
64132025-10-03T21:06:24.849Z[ recovery-image] Oct 03 21:06:24.468 INFO O| Oct 03 21:06:24.468 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142025-10-03T21:06:24.849Z[ recovery-image] Oct 03 21:06:24.483 INFO O| Oct 03 21:06:24.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
64152025-10-03T21:06:24.849Z[ recovery-image] Oct 03 21:06:24.483 INFO O| Oct 03 21:06:24.483 INFO STEP 514 (remove_files) COMPLETE
64162025-10-03T21:06:24.849Z[ recovery-image] Oct 03 21:06:24.483 INFO O| Oct 03 21:06:24.483 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172025-10-03T21:06:24.874Z[ recovery-image] Oct 03 21:06:24.502 INFO O| Oct 03 21:06:24.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
64182025-10-03T21:06:24.874Z[ recovery-image] Oct 03 21:06:24.502 INFO O| Oct 03 21:06:24.502 INFO STEP 515 (remove_files) COMPLETE
64192025-10-03T21:06:24.874Z[ recovery-image] Oct 03 21:06:24.502 INFO O| Oct 03 21:06:24.502 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202025-10-03T21:06:24.898Z[ recovery-image] Oct 03 21:06:24.520 INFO O| Oct 03 21:06:24.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
64212025-10-03T21:06:24.898Z[ recovery-image] Oct 03 21:06:24.520 INFO O| Oct 03 21:06:24.520 INFO STEP 516 (remove_files) COMPLETE
64222025-10-03T21:06:24.898Z[ recovery-image] Oct 03 21:06:24.520 INFO O| Oct 03 21:06:24.520 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232025-10-03T21:06:24.922Z[ recovery-image] Oct 03 21:06:24.540 INFO O| Oct 03 21:06:24.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
64242025-10-03T21:06:24.922Z[ recovery-image] Oct 03 21:06:24.540 INFO O| Oct 03 21:06:24.540 INFO STEP 517 (remove_files) COMPLETE
64252025-10-03T21:06:24.922Z[ recovery-image] Oct 03 21:06:24.540 INFO O| Oct 03 21:06:24.540 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262025-10-03T21:06:24.922Z[ recovery-image] Oct 03 21:06:24.557 INFO O| Oct 03 21:06:24.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
64272025-10-03T21:06:24.922Z[ recovery-image] Oct 03 21:06:24.557 INFO O| Oct 03 21:06:24.557 INFO STEP 518 (remove_files) COMPLETE
64282025-10-03T21:06:24.922Z[ recovery-image] Oct 03 21:06:24.557 INFO O| Oct 03 21:06:24.557 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292025-10-03T21:06:24.973Z[ recovery-image] Oct 03 21:06:24.574 INFO O| Oct 03 21:06:24.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
64302025-10-03T21:06:24.973Z[ recovery-image] Oct 03 21:06:24.574 INFO O| Oct 03 21:06:24.574 INFO STEP 519 (remove_files) COMPLETE
64312025-10-03T21:06:24.973Z[ recovery-image] Oct 03 21:06:24.574 INFO O| Oct 03 21:06:24.574 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322025-10-03T21:06:24.973Z[ recovery-image] Oct 03 21:06:24.592 INFO O| Oct 03 21:06:24.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
64332025-10-03T21:06:24.973Z[ recovery-image] Oct 03 21:06:24.592 INFO O| Oct 03 21:06:24.592 INFO STEP 520 (remove_files) COMPLETE
64342025-10-03T21:06:24.973Z[ recovery-image] Oct 03 21:06:24.592 INFO O| Oct 03 21:06:24.592 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352025-10-03T21:06:24.973Z[ recovery-image] Oct 03 21:06:24.607 INFO O| Oct 03 21:06:24.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
64362025-10-03T21:06:24.973Z[ recovery-image] Oct 03 21:06:24.608 INFO O| Oct 03 21:06:24.608 INFO STEP 521 (remove_files) COMPLETE
64372025-10-03T21:06:24.973Z[ recovery-image] Oct 03 21:06:24.608 INFO O| Oct 03 21:06:24.608 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382025-10-03T21:06:24.997Z[ recovery-image] Oct 03 21:06:24.622 INFO O| Oct 03 21:06:24.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
64392025-10-03T21:06:24.997Z[ recovery-image] Oct 03 21:06:24.622 INFO O| Oct 03 21:06:24.622 INFO STEP 522 (remove_files) COMPLETE
64402025-10-03T21:06:24.997Z[ recovery-image] Oct 03 21:06:24.622 INFO O| Oct 03 21:06:24.622 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412025-10-03T21:06:24.997Z[ recovery-image] Oct 03 21:06:24.636 INFO O| Oct 03 21:06:24.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
64422025-10-03T21:06:24.997Z[ recovery-image] Oct 03 21:06:24.636 INFO O| Oct 03 21:06:24.636 INFO STEP 523 (remove_files) COMPLETE
64432025-10-03T21:06:24.997Z[ recovery-image] Oct 03 21:06:24.636 INFO O| Oct 03 21:06:24.636 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442025-10-03T21:06:25.022Z[ recovery-image] Oct 03 21:06:24.649 INFO O| Oct 03 21:06:24.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
64452025-10-03T21:06:25.022Z[ recovery-image] Oct 03 21:06:24.649 INFO O| Oct 03 21:06:24.649 INFO STEP 524 (remove_files) COMPLETE
64462025-10-03T21:06:25.022Z[ recovery-image] Oct 03 21:06:24.649 INFO O| Oct 03 21:06:24.649 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472025-10-03T21:06:25.046Z[ recovery-image] Oct 03 21:06:24.665 INFO O| Oct 03 21:06:24.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
64482025-10-03T21:06:25.046Z[ recovery-image] Oct 03 21:06:24.666 INFO O| Oct 03 21:06:24.666 INFO STEP 525 (remove_files) COMPLETE
64492025-10-03T21:06:25.046Z[ recovery-image] Oct 03 21:06:24.666 INFO O| Oct 03 21:06:24.666 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502025-10-03T21:06:25.046Z[ recovery-image] Oct 03 21:06:24.679 INFO O| Oct 03 21:06:24.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
64512025-10-03T21:06:25.046Z[ recovery-image] Oct 03 21:06:24.680 INFO O| Oct 03 21:06:24.680 INFO STEP 526 (remove_files) COMPLETE
64522025-10-03T21:06:25.046Z[ recovery-image] Oct 03 21:06:24.680 INFO O| Oct 03 21:06:24.680 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532025-10-03T21:06:25.071Z[ recovery-image] Oct 03 21:06:24.694 INFO O| Oct 03 21:06:24.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
64542025-10-03T21:06:25.071Z[ recovery-image] Oct 03 21:06:24.694 INFO O| Oct 03 21:06:24.694 INFO STEP 527 (remove_files) COMPLETE
64552025-10-03T21:06:25.071Z[ recovery-image] Oct 03 21:06:24.694 INFO O| Oct 03 21:06:24.694 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562025-10-03T21:06:25.095Z[ recovery-image] Oct 03 21:06:24.718 INFO O| Oct 03 21:06:24.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
64572025-10-03T21:06:25.095Z[ recovery-image] Oct 03 21:06:24.718 INFO O| Oct 03 21:06:24.718 INFO STEP 528 (remove_files) COMPLETE
64582025-10-03T21:06:25.095Z[ recovery-image] Oct 03 21:06:24.718 INFO O| Oct 03 21:06:24.718 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592025-10-03T21:06:25.119Z[ recovery-image] Oct 03 21:06:24.735 INFO O| Oct 03 21:06:24.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
64602025-10-03T21:06:25.120Z[ recovery-image] Oct 03 21:06:24.735 INFO O| Oct 03 21:06:24.735 INFO STEP 529 (remove_files) COMPLETE
64612025-10-03T21:06:25.120Z[ recovery-image] Oct 03 21:06:24.735 INFO O| Oct 03 21:06:24.735 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622025-10-03T21:06:25.120Z[ recovery-image] Oct 03 21:06:24.750 INFO O| Oct 03 21:06:24.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
64632025-10-03T21:06:25.120Z[ recovery-image] Oct 03 21:06:24.750 INFO O| Oct 03 21:06:24.750 INFO STEP 530 (remove_files) COMPLETE
64642025-10-03T21:06:25.120Z[ recovery-image] Oct 03 21:06:24.750 INFO O| Oct 03 21:06:24.750 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652025-10-03T21:06:25.144Z[ recovery-image] Oct 03 21:06:24.761 INFO O| Oct 03 21:06:24.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
64662025-10-03T21:06:25.144Z[ recovery-image] Oct 03 21:06:24.762 INFO O| Oct 03 21:06:24.761 INFO STEP 531 (remove_files) COMPLETE
64672025-10-03T21:06:25.144Z[ recovery-image] Oct 03 21:06:24.762 INFO O| Oct 03 21:06:24.761 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682025-10-03T21:06:25.144Z[ recovery-image] Oct 03 21:06:24.775 INFO O| Oct 03 21:06:24.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
64692025-10-03T21:06:25.144Z[ recovery-image] Oct 03 21:06:24.775 INFO O| Oct 03 21:06:24.775 INFO STEP 532 (remove_files) COMPLETE
64702025-10-03T21:06:25.144Z[ recovery-image] Oct 03 21:06:24.775 INFO O| Oct 03 21:06:24.775 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712025-10-03T21:06:25.168Z[ recovery-image] Oct 03 21:06:24.788 INFO O| Oct 03 21:06:24.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
64722025-10-03T21:06:25.169Z[ recovery-image] Oct 03 21:06:24.788 INFO O| Oct 03 21:06:24.788 INFO STEP 533 (remove_files) COMPLETE
64732025-10-03T21:06:25.169Z[ recovery-image] Oct 03 21:06:24.788 INFO O| Oct 03 21:06:24.788 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742025-10-03T21:06:25.169Z[ recovery-image] Oct 03 21:06:24.802 INFO O| Oct 03 21:06:24.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
64752025-10-03T21:06:25.169Z[ recovery-image] Oct 03 21:06:24.802 INFO O| Oct 03 21:06:24.802 INFO STEP 534 (remove_files) COMPLETE
64762025-10-03T21:06:25.169Z[ recovery-image] Oct 03 21:06:24.802 INFO O| Oct 03 21:06:24.802 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772025-10-03T21:06:25.193Z[ recovery-image] Oct 03 21:06:24.814 INFO O| Oct 03 21:06:24.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64782025-10-03T21:06:25.193Z[ recovery-image] Oct 03 21:06:24.814 INFO O| Oct 03 21:06:24.814 INFO STEP 535 (remove_files) COMPLETE
64792025-10-03T21:06:25.193Z[ recovery-image] Oct 03 21:06:24.814 INFO O| Oct 03 21:06:24.814 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802025-10-03T21:06:25.193Z[ recovery-image] Oct 03 21:06:24.826 INFO O| Oct 03 21:06:24.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64812025-10-03T21:06:25.193Z[ recovery-image] Oct 03 21:06:24.826 INFO O| Oct 03 21:06:24.826 INFO STEP 536 (remove_files) COMPLETE
64822025-10-03T21:06:25.193Z[ recovery-image] Oct 03 21:06:24.826 INFO O| Oct 03 21:06:24.826 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832025-10-03T21:06:25.217Z[ recovery-image] Oct 03 21:06:24.842 INFO O| Oct 03 21:06:24.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
64842025-10-03T21:06:25.217Z[ recovery-image] Oct 03 21:06:24.842 INFO O| Oct 03 21:06:24.842 INFO STEP 537 (remove_files) COMPLETE
64852025-10-03T21:06:25.217Z[ recovery-image] Oct 03 21:06:24.842 INFO O| Oct 03 21:06:24.842 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862025-10-03T21:06:25.217Z[ recovery-image] Oct 03 21:06:24.856 INFO O| Oct 03 21:06:24.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
64872025-10-03T21:06:25.217Z[ recovery-image] Oct 03 21:06:24.856 INFO O| Oct 03 21:06:24.856 INFO STEP 538 (remove_files) COMPLETE
64882025-10-03T21:06:25.217Z[ recovery-image] Oct 03 21:06:24.856 INFO O| Oct 03 21:06:24.856 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892025-10-03T21:06:25.242Z[ recovery-image] Oct 03 21:06:24.872 INFO O| Oct 03 21:06:24.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
64902025-10-03T21:06:25.242Z[ recovery-image] Oct 03 21:06:24.872 INFO O| Oct 03 21:06:24.872 INFO STEP 539 (remove_files) COMPLETE
64912025-10-03T21:06:25.242Z[ recovery-image] Oct 03 21:06:24.872 INFO O| Oct 03 21:06:24.872 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922025-10-03T21:06:25.267Z[ recovery-image] Oct 03 21:06:24.888 INFO O| Oct 03 21:06:24.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
64932025-10-03T21:06:25.267Z[ recovery-image] Oct 03 21:06:24.888 INFO O| Oct 03 21:06:24.888 INFO STEP 540 (remove_files) COMPLETE
64942025-10-03T21:06:25.267Z[ recovery-image] Oct 03 21:06:24.888 INFO O| Oct 03 21:06:24.888 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952025-10-03T21:06:25.267Z[ recovery-image] Oct 03 21:06:24.903 INFO O| Oct 03 21:06:24.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64962025-10-03T21:06:25.267Z[ recovery-image] Oct 03 21:06:24.903 INFO O| Oct 03 21:06:24.903 INFO STEP 541 (remove_files) COMPLETE
64972025-10-03T21:06:25.267Z[ recovery-image] Oct 03 21:06:24.903 INFO O| Oct 03 21:06:24.903 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982025-10-03T21:06:25.291Z[ recovery-image] Oct 03 21:06:24.918 INFO O| Oct 03 21:06:24.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64992025-10-03T21:06:25.291Z[ recovery-image] Oct 03 21:06:24.919 INFO O| Oct 03 21:06:24.919 INFO STEP 542 (remove_files) COMPLETE
65002025-10-03T21:06:25.291Z[ recovery-image] Oct 03 21:06:24.919 INFO O| Oct 03 21:06:24.919 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012025-10-03T21:06:25.316Z[ recovery-image] Oct 03 21:06:24.936 INFO O| Oct 03 21:06:24.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
65022025-10-03T21:06:25.316Z[ recovery-image] Oct 03 21:06:24.937 INFO O| Oct 03 21:06:24.936 INFO STEP 543 (remove_files) COMPLETE
65032025-10-03T21:06:25.316Z[ recovery-image] Oct 03 21:06:24.937 INFO O| Oct 03 21:06:24.937 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042025-10-03T21:06:25.316Z[ recovery-image] Oct 03 21:06:24.951 INFO O| Oct 03 21:06:24.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
65052025-10-03T21:06:25.316Z[ recovery-image] Oct 03 21:06:24.952 INFO O| Oct 03 21:06:24.952 INFO STEP 544 (remove_files) COMPLETE
65062025-10-03T21:06:25.316Z[ recovery-image] Oct 03 21:06:24.952 INFO O| Oct 03 21:06:24.952 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072025-10-03T21:06:25.340Z[ recovery-image] Oct 03 21:06:24.969 INFO O| Oct 03 21:06:24.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
65082025-10-03T21:06:25.340Z[ recovery-image] Oct 03 21:06:24.969 INFO O| Oct 03 21:06:24.969 INFO STEP 545 (remove_files) COMPLETE
65092025-10-03T21:06:25.341Z[ recovery-image] Oct 03 21:06:24.969 INFO O| Oct 03 21:06:24.969 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102025-10-03T21:06:25.365Z[ recovery-image] Oct 03 21:06:24.983 INFO O| Oct 03 21:06:24.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
65112025-10-03T21:06:25.365Z[ recovery-image] Oct 03 21:06:24.983 INFO O| Oct 03 21:06:24.983 INFO STEP 546 (remove_files) COMPLETE
65122025-10-03T21:06:25.365Z[ recovery-image] Oct 03 21:06:24.983 INFO O| Oct 03 21:06:24.983 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132025-10-03T21:06:25.365Z[ recovery-image] Oct 03 21:06:25.001 INFO O| Oct 03 21:06:25.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
65142025-10-03T21:06:25.365Z[ recovery-image] Oct 03 21:06:25.001 INFO O| Oct 03 21:06:25.001 INFO STEP 547 (remove_files) COMPLETE
65152025-10-03T21:06:25.365Z[ recovery-image] Oct 03 21:06:25.001 INFO O| Oct 03 21:06:25.001 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162025-10-03T21:06:25.390Z[ recovery-image] Oct 03 21:06:25.019 INFO O| Oct 03 21:06:25.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
65172025-10-03T21:06:25.390Z[ recovery-image] Oct 03 21:06:25.020 INFO O| Oct 03 21:06:25.019 INFO STEP 548 (remove_files) COMPLETE
65182025-10-03T21:06:25.390Z[ recovery-image] Oct 03 21:06:25.020 INFO O| Oct 03 21:06:25.019 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192025-10-03T21:06:25.414Z[ recovery-image] Oct 03 21:06:25.035 INFO O| Oct 03 21:06:25.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
65202025-10-03T21:06:25.414Z[ recovery-image] Oct 03 21:06:25.036 INFO O| Oct 03 21:06:25.036 INFO STEP 549 (remove_files) COMPLETE
65212025-10-03T21:06:25.414Z[ recovery-image] Oct 03 21:06:25.036 INFO O| Oct 03 21:06:25.036 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222025-10-03T21:06:25.414Z[ recovery-image] Oct 03 21:06:25.050 INFO O| Oct 03 21:06:25.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
65232025-10-03T21:06:25.414Z[ recovery-image] Oct 03 21:06:25.050 INFO O| Oct 03 21:06:25.050 INFO STEP 550 (remove_files) COMPLETE
65242025-10-03T21:06:25.414Z[ recovery-image] Oct 03 21:06:25.050 INFO O| Oct 03 21:06:25.050 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252025-10-03T21:06:25.439Z[ recovery-image] Oct 03 21:06:25.063 INFO O| Oct 03 21:06:25.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
65262025-10-03T21:06:25.439Z[ recovery-image] Oct 03 21:06:25.064 INFO O| Oct 03 21:06:25.063 INFO STEP 551 (remove_files) COMPLETE
65272025-10-03T21:06:25.439Z[ recovery-image] Oct 03 21:06:25.064 INFO O| Oct 03 21:06:25.064 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282025-10-03T21:06:25.439Z[ recovery-image] Oct 03 21:06:25.078 INFO O| Oct 03 21:06:25.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
65292025-10-03T21:06:25.439Z[ recovery-image] Oct 03 21:06:25.078 INFO O| Oct 03 21:06:25.078 INFO STEP 552 (remove_files) COMPLETE
65302025-10-03T21:06:25.439Z[ recovery-image] Oct 03 21:06:25.078 INFO O| Oct 03 21:06:25.078 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312025-10-03T21:06:25.463Z[ recovery-image] Oct 03 21:06:25.091 INFO O| Oct 03 21:06:25.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
65322025-10-03T21:06:25.463Z[ recovery-image] Oct 03 21:06:25.092 INFO O| Oct 03 21:06:25.092 INFO STEP 553 (remove_files) COMPLETE
65332025-10-03T21:06:25.463Z[ recovery-image] Oct 03 21:06:25.092 INFO O| Oct 03 21:06:25.092 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342025-10-03T21:06:25.487Z[ recovery-image] Oct 03 21:06:25.104 INFO O| Oct 03 21:06:25.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
65352025-10-03T21:06:25.487Z[ recovery-image] Oct 03 21:06:25.105 INFO O| Oct 03 21:06:25.105 INFO STEP 554 (remove_files) COMPLETE
65362025-10-03T21:06:25.487Z[ recovery-image] Oct 03 21:06:25.105 INFO O| Oct 03 21:06:25.105 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372025-10-03T21:06:25.488Z[ recovery-image] Oct 03 21:06:25.117 INFO O| Oct 03 21:06:25.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
65382025-10-03T21:06:25.488Z[ recovery-image] Oct 03 21:06:25.117 INFO O| Oct 03 21:06:25.117 INFO STEP 555 (remove_files) COMPLETE
65392025-10-03T21:06:25.488Z[ recovery-image] Oct 03 21:06:25.117 INFO O| Oct 03 21:06:25.117 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402025-10-03T21:06:25.512Z[ recovery-image] Oct 03 21:06:25.128 INFO O| Oct 03 21:06:25.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
65412025-10-03T21:06:25.512Z[ recovery-image] Oct 03 21:06:25.128 INFO O| Oct 03 21:06:25.128 INFO STEP 556 (remove_files) COMPLETE
65422025-10-03T21:06:25.512Z[ recovery-image] Oct 03 21:06:25.128 INFO O| Oct 03 21:06:25.128 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432025-10-03T21:06:25.512Z[ recovery-image] Oct 03 21:06:25.140 INFO O| Oct 03 21:06:25.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
65442025-10-03T21:06:25.512Z[ recovery-image] Oct 03 21:06:25.140 INFO O| Oct 03 21:06:25.140 INFO STEP 557 (remove_files) COMPLETE
65452025-10-03T21:06:25.512Z[ recovery-image] Oct 03 21:06:25.140 INFO O| Oct 03 21:06:25.140 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462025-10-03T21:06:25.536Z[ recovery-image] Oct 03 21:06:25.157 INFO O| Oct 03 21:06:25.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
65472025-10-03T21:06:25.536Z[ recovery-image] Oct 03 21:06:25.158 INFO O| Oct 03 21:06:25.158 INFO STEP 558 (remove_files) COMPLETE
65482025-10-03T21:06:25.536Z[ recovery-image] Oct 03 21:06:25.158 INFO O| Oct 03 21:06:25.158 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492025-10-03T21:06:25.536Z[ recovery-image] Oct 03 21:06:25.171 INFO O| Oct 03 21:06:25.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
65502025-10-03T21:06:25.536Z[ recovery-image] Oct 03 21:06:25.172 INFO O| Oct 03 21:06:25.172 INFO STEP 559 (remove_files) COMPLETE
65512025-10-03T21:06:25.536Z[ recovery-image] Oct 03 21:06:25.172 INFO O| Oct 03 21:06:25.172 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522025-10-03T21:06:25.560Z[ recovery-image] Oct 03 21:06:25.185 INFO O| Oct 03 21:06:25.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
65532025-10-03T21:06:25.561Z[ recovery-image] Oct 03 21:06:25.186 INFO O| Oct 03 21:06:25.186 INFO STEP 560 (remove_files) COMPLETE
65542025-10-03T21:06:25.561Z[ recovery-image] Oct 03 21:06:25.186 INFO O| Oct 03 21:06:25.186 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552025-10-03T21:06:25.561Z[ recovery-image] Oct 03 21:06:25.199 INFO O| Oct 03 21:06:25.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
65562025-10-03T21:06:25.561Z[ recovery-image] Oct 03 21:06:25.199 INFO O| Oct 03 21:06:25.199 INFO STEP 561 (remove_files) COMPLETE
65572025-10-03T21:06:25.561Z[ recovery-image] Oct 03 21:06:25.199 INFO O| Oct 03 21:06:25.199 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582025-10-03T21:06:25.585Z[ recovery-image] Oct 03 21:06:25.212 INFO O| Oct 03 21:06:25.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
65592025-10-03T21:06:25.585Z[ recovery-image] Oct 03 21:06:25.212 INFO O| Oct 03 21:06:25.212 INFO STEP 562 (remove_files) COMPLETE
65602025-10-03T21:06:25.585Z[ recovery-image] Oct 03 21:06:25.212 INFO O| Oct 03 21:06:25.212 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612025-10-03T21:06:25.609Z[ recovery-image] Oct 03 21:06:25.225 INFO O| Oct 03 21:06:25.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
65622025-10-03T21:06:25.609Z[ recovery-image] Oct 03 21:06:25.225 INFO O| Oct 03 21:06:25.225 INFO STEP 563 (remove_files) COMPLETE
65632025-10-03T21:06:25.609Z[ recovery-image] Oct 03 21:06:25.225 INFO O| Oct 03 21:06:25.225 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642025-10-03T21:06:25.609Z[ recovery-image] Oct 03 21:06:25.238 INFO O| Oct 03 21:06:25.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
65652025-10-03T21:06:25.609Z[ recovery-image] Oct 03 21:06:25.238 INFO O| Oct 03 21:06:25.238 INFO STEP 564 (remove_files) COMPLETE
65662025-10-03T21:06:25.609Z[ recovery-image] Oct 03 21:06:25.238 INFO O| Oct 03 21:06:25.238 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672025-10-03T21:06:25.633Z[ recovery-image] Oct 03 21:06:25.252 INFO O| Oct 03 21:06:25.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
65682025-10-03T21:06:25.633Z[ recovery-image] Oct 03 21:06:25.252 INFO O| Oct 03 21:06:25.252 INFO STEP 565 (remove_files) COMPLETE
65692025-10-03T21:06:25.634Z[ recovery-image] Oct 03 21:06:25.252 INFO O| Oct 03 21:06:25.252 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702025-10-03T21:06:25.634Z[ recovery-image] Oct 03 21:06:25.265 INFO O| Oct 03 21:06:25.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
65712025-10-03T21:06:25.634Z[ recovery-image] Oct 03 21:06:25.265 INFO O| Oct 03 21:06:25.265 INFO STEP 566 (remove_files) COMPLETE
65722025-10-03T21:06:25.634Z[ recovery-image] Oct 03 21:06:25.265 INFO O| Oct 03 21:06:25.265 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732025-10-03T21:06:25.658Z[ recovery-image] Oct 03 21:06:25.277 INFO O| Oct 03 21:06:25.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
65742025-10-03T21:06:25.658Z[ recovery-image] Oct 03 21:06:25.277 INFO O| Oct 03 21:06:25.277 INFO STEP 567 (remove_files) COMPLETE
65752025-10-03T21:06:25.658Z[ recovery-image] Oct 03 21:06:25.277 INFO O| Oct 03 21:06:25.277 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762025-10-03T21:06:25.658Z[ recovery-image] Oct 03 21:06:25.290 INFO O| Oct 03 21:06:25.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65772025-10-03T21:06:25.658Z[ recovery-image] Oct 03 21:06:25.290 INFO O| Oct 03 21:06:25.290 INFO STEP 568 (remove_files) COMPLETE
65782025-10-03T21:06:25.658Z[ recovery-image] Oct 03 21:06:25.290 INFO O| Oct 03 21:06:25.290 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792025-10-03T21:06:25.682Z[ recovery-image] Oct 03 21:06:25.303 INFO O| Oct 03 21:06:25.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65802025-10-03T21:06:25.682Z[ recovery-image] Oct 03 21:06:25.303 INFO O| Oct 03 21:06:25.303 INFO STEP 569 (remove_files) COMPLETE
65812025-10-03T21:06:25.682Z[ recovery-image] Oct 03 21:06:25.304 INFO O| Oct 03 21:06:25.303 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822025-10-03T21:06:25.706Z[ recovery-image] Oct 03 21:06:25.341 INFO O| Oct 03 21:06:25.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
65832025-10-03T21:06:25.707Z[ recovery-image] Oct 03 21:06:25.341 INFO O| Oct 03 21:06:25.341 INFO STEP 570 (remove_files) COMPLETE
65842025-10-03T21:06:25.707Z[ recovery-image] Oct 03 21:06:25.342 INFO O| Oct 03 21:06:25.342 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852025-10-03T21:06:25.731Z[ recovery-image] Oct 03 21:06:25.355 INFO O| Oct 03 21:06:25.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
65862025-10-03T21:06:25.731Z[ recovery-image] Oct 03 21:06:25.356 INFO O| Oct 03 21:06:25.356 INFO STEP 571 (remove_files) COMPLETE
65872025-10-03T21:06:25.731Z[ recovery-image] Oct 03 21:06:25.356 INFO O| Oct 03 21:06:25.356 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882025-10-03T21:06:25.731Z[ recovery-image] Oct 03 21:06:25.369 INFO O| Oct 03 21:06:25.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
65892025-10-03T21:06:25.731Z[ recovery-image] Oct 03 21:06:25.369 INFO O| Oct 03 21:06:25.369 INFO STEP 572 (remove_files) COMPLETE
65902025-10-03T21:06:25.731Z[ recovery-image] Oct 03 21:06:25.369 INFO O| Oct 03 21:06:25.369 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912025-10-03T21:06:25.755Z[ recovery-image] Oct 03 21:06:25.383 INFO O| Oct 03 21:06:25.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65922025-10-03T21:06:25.755Z[ recovery-image] Oct 03 21:06:25.383 INFO O| Oct 03 21:06:25.383 INFO STEP 573 (remove_files) COMPLETE
65932025-10-03T21:06:25.756Z[ recovery-image] Oct 03 21:06:25.384 INFO O| Oct 03 21:06:25.384 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942025-10-03T21:06:25.780Z[ recovery-image] Oct 03 21:06:25.396 INFO O| Oct 03 21:06:25.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65952025-10-03T21:06:25.780Z[ recovery-image] Oct 03 21:06:25.397 INFO O| Oct 03 21:06:25.396 INFO STEP 574 (remove_files) COMPLETE
65962025-10-03T21:06:25.780Z[ recovery-image] Oct 03 21:06:25.397 INFO O| Oct 03 21:06:25.397 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972025-10-03T21:06:25.780Z[ recovery-image] Oct 03 21:06:25.408 INFO O| Oct 03 21:06:25.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65982025-10-03T21:06:25.780Z[ recovery-image] Oct 03 21:06:25.409 INFO O| Oct 03 21:06:25.409 INFO STEP 575 (remove_files) COMPLETE
65992025-10-03T21:06:25.780Z[ recovery-image] Oct 03 21:06:25.409 INFO O| Oct 03 21:06:25.409 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002025-10-03T21:06:25.808Z[ recovery-image] Oct 03 21:06:25.446 INFO O| Oct 03 21:06:25.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
66012025-10-03T21:06:25.833Z[ recovery-image] Oct 03 21:06:25.447 INFO O| Oct 03 21:06:25.447 INFO STEP 576 (remove_files) COMPLETE
66022025-10-03T21:06:25.833Z[ recovery-image] Oct 03 21:06:25.447 INFO O| Oct 03 21:06:25.447 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032025-10-03T21:06:25.833Z[ recovery-image] Oct 03 21:06:25.464 INFO O| Oct 03 21:06:25.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
66042025-10-03T21:06:25.833Z[ recovery-image] Oct 03 21:06:25.465 INFO O| Oct 03 21:06:25.465 INFO STEP 577 (remove_files) COMPLETE
66052025-10-03T21:06:25.833Z[ recovery-image] Oct 03 21:06:25.465 INFO O| Oct 03 21:06:25.465 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062025-10-03T21:06:25.857Z[ recovery-image] Oct 03 21:06:25.479 INFO O| Oct 03 21:06:25.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
66072025-10-03T21:06:25.857Z[ recovery-image] Oct 03 21:06:25.479 INFO O| Oct 03 21:06:25.479 INFO STEP 578 (remove_files) COMPLETE
66082025-10-03T21:06:25.857Z[ recovery-image] Oct 03 21:06:25.479 INFO O| Oct 03 21:06:25.479 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092025-10-03T21:06:25.857Z[ recovery-image] Oct 03 21:06:25.492 INFO O| Oct 03 21:06:25.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
66102025-10-03T21:06:25.857Z[ recovery-image] Oct 03 21:06:25.493 INFO O| Oct 03 21:06:25.493 INFO STEP 579 (remove_files) COMPLETE
66112025-10-03T21:06:25.857Z[ recovery-image] Oct 03 21:06:25.493 INFO O| Oct 03 21:06:25.493 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122025-10-03T21:06:25.882Z[ recovery-image] Oct 03 21:06:25.505 INFO O| Oct 03 21:06:25.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
66132025-10-03T21:06:25.882Z[ recovery-image] Oct 03 21:06:25.505 INFO O| Oct 03 21:06:25.505 INFO STEP 580 (remove_files) COMPLETE
66142025-10-03T21:06:25.882Z[ recovery-image] Oct 03 21:06:25.506 INFO O| Oct 03 21:06:25.506 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152025-10-03T21:06:25.882Z[ recovery-image] Oct 03 21:06:25.519 INFO O| Oct 03 21:06:25.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
66162025-10-03T21:06:25.882Z[ recovery-image] Oct 03 21:06:25.520 INFO O| Oct 03 21:06:25.520 INFO STEP 581 (remove_files) COMPLETE
66172025-10-03T21:06:25.882Z[ recovery-image] Oct 03 21:06:25.520 INFO O| Oct 03 21:06:25.520 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182025-10-03T21:06:25.907Z[ recovery-image] Oct 03 21:06:25.533 INFO O| Oct 03 21:06:25.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
66192025-10-03T21:06:25.907Z[ recovery-image] Oct 03 21:06:25.533 INFO O| Oct 03 21:06:25.533 INFO STEP 582 (remove_files) COMPLETE
66202025-10-03T21:06:25.907Z[ recovery-image] Oct 03 21:06:25.533 INFO O| Oct 03 21:06:25.533 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212025-10-03T21:06:25.931Z[ recovery-image] Oct 03 21:06:25.548 INFO O| Oct 03 21:06:25.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
66222025-10-03T21:06:25.931Z[ recovery-image] Oct 03 21:06:25.548 INFO O| Oct 03 21:06:25.548 INFO STEP 583 (remove_files) COMPLETE
66232025-10-03T21:06:25.931Z[ recovery-image] Oct 03 21:06:25.548 INFO O| Oct 03 21:06:25.548 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242025-10-03T21:06:25.931Z[ recovery-image] Oct 03 21:06:25.563 INFO O| Oct 03 21:06:25.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
66252025-10-03T21:06:25.932Z[ recovery-image] Oct 03 21:06:25.564 INFO O| Oct 03 21:06:25.563 INFO STEP 584 (remove_files) COMPLETE
66262025-10-03T21:06:25.932Z[ recovery-image] Oct 03 21:06:25.564 INFO O| Oct 03 21:06:25.564 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272025-10-03T21:06:25.956Z[ recovery-image] Oct 03 21:06:25.577 INFO O| Oct 03 21:06:25.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
66282025-10-03T21:06:25.956Z[ recovery-image] Oct 03 21:06:25.578 INFO O| Oct 03 21:06:25.578 INFO STEP 585 (remove_files) COMPLETE
66292025-10-03T21:06:25.956Z[ recovery-image] Oct 03 21:06:25.578 INFO O| Oct 03 21:06:25.578 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302025-10-03T21:06:25.956Z[ recovery-image] Oct 03 21:06:25.590 INFO O| Oct 03 21:06:25.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
66312025-10-03T21:06:25.956Z[ recovery-image] Oct 03 21:06:25.591 INFO O| Oct 03 21:06:25.591 INFO STEP 586 (remove_files) COMPLETE
66322025-10-03T21:06:25.956Z[ recovery-image] Oct 03 21:06:25.591 INFO O| Oct 03 21:06:25.591 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332025-10-03T21:06:25.981Z[ recovery-image] Oct 03 21:06:25.603 INFO O| Oct 03 21:06:25.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
66342025-10-03T21:06:25.981Z[ recovery-image] Oct 03 21:06:25.604 INFO O| Oct 03 21:06:25.604 INFO STEP 587 (remove_files) COMPLETE
66352025-10-03T21:06:25.981Z[ recovery-image] Oct 03 21:06:25.604 INFO O| Oct 03 21:06:25.604 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362025-10-03T21:06:25.981Z[ recovery-image] Oct 03 21:06:25.616 INFO O| Oct 03 21:06:25.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
66372025-10-03T21:06:25.981Z[ recovery-image] Oct 03 21:06:25.616 INFO O| Oct 03 21:06:25.616 INFO STEP 588 (remove_files) COMPLETE
66382025-10-03T21:06:25.981Z[ recovery-image] Oct 03 21:06:25.616 INFO O| Oct 03 21:06:25.616 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392025-10-03T21:06:26.005Z[ recovery-image] Oct 03 21:06:25.628 INFO O| Oct 03 21:06:25.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
66402025-10-03T21:06:26.005Z[ recovery-image] Oct 03 21:06:25.629 INFO O| Oct 03 21:06:25.629 INFO STEP 589 (remove_files) COMPLETE
66412025-10-03T21:06:26.005Z[ recovery-image] Oct 03 21:06:25.629 INFO O| Oct 03 21:06:25.629 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422025-10-03T21:06:26.005Z[ recovery-image] Oct 03 21:06:25.640 INFO O| Oct 03 21:06:25.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
66432025-10-03T21:06:26.005Z[ recovery-image] Oct 03 21:06:25.640 INFO O| Oct 03 21:06:25.640 INFO STEP 590 (remove_files) COMPLETE
66442025-10-03T21:06:26.006Z[ recovery-image] Oct 03 21:06:25.640 INFO O| Oct 03 21:06:25.640 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452025-10-03T21:06:26.030Z[ recovery-image] Oct 03 21:06:25.652 INFO O| Oct 03 21:06:25.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
66462025-10-03T21:06:26.030Z[ recovery-image] Oct 03 21:06:25.652 INFO O| Oct 03 21:06:25.652 INFO STEP 591 (remove_files) COMPLETE
66472025-10-03T21:06:26.030Z[ recovery-image] Oct 03 21:06:25.652 INFO O| Oct 03 21:06:25.652 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482025-10-03T21:06:26.030Z[ recovery-image] Oct 03 21:06:25.663 INFO O| Oct 03 21:06:25.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
66492025-10-03T21:06:26.030Z[ recovery-image] Oct 03 21:06:25.664 INFO O| Oct 03 21:06:25.664 INFO STEP 592 (remove_files) COMPLETE
66502025-10-03T21:06:26.030Z[ recovery-image] Oct 03 21:06:25.664 INFO O| Oct 03 21:06:25.664 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512025-10-03T21:06:26.055Z[ recovery-image] Oct 03 21:06:25.675 INFO O| Oct 03 21:06:25.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
66522025-10-03T21:06:26.055Z[ recovery-image] Oct 03 21:06:25.675 INFO O| Oct 03 21:06:25.675 INFO STEP 593 (remove_files) COMPLETE
66532025-10-03T21:06:26.055Z[ recovery-image] Oct 03 21:06:25.676 INFO O| Oct 03 21:06:25.675 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542025-10-03T21:06:26.055Z[ recovery-image] Oct 03 21:06:25.686 INFO O| Oct 03 21:06:25.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
66552025-10-03T21:06:26.055Z[ recovery-image] Oct 03 21:06:25.687 INFO O| Oct 03 21:06:25.687 INFO STEP 594 (remove_files) COMPLETE
66562025-10-03T21:06:26.055Z[ recovery-image] Oct 03 21:06:25.687 INFO O| Oct 03 21:06:25.687 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572025-10-03T21:06:26.079Z[ recovery-image] Oct 03 21:06:25.698 INFO O| Oct 03 21:06:25.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
66582025-10-03T21:06:26.079Z[ recovery-image] Oct 03 21:06:25.698 INFO O| Oct 03 21:06:25.698 INFO STEP 595 (remove_files) COMPLETE
66592025-10-03T21:06:26.079Z[ recovery-image] Oct 03 21:06:25.698 INFO O| Oct 03 21:06:25.698 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602025-10-03T21:06:26.079Z[ recovery-image] Oct 03 21:06:25.717 INFO O| Oct 03 21:06:25.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
66612025-10-03T21:06:26.079Z[ recovery-image] Oct 03 21:06:25.717 INFO O| Oct 03 21:06:25.717 INFO STEP 596 (remove_files) COMPLETE
66622025-10-03T21:06:26.079Z[ recovery-image] Oct 03 21:06:25.717 INFO O| Oct 03 21:06:25.717 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632025-10-03T21:06:26.104Z[ recovery-image] Oct 03 21:06:25.735 INFO O| Oct 03 21:06:25.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
66642025-10-03T21:06:26.104Z[ recovery-image] Oct 03 21:06:25.735 INFO O| Oct 03 21:06:25.735 INFO STEP 597 (remove_files) COMPLETE
66652025-10-03T21:06:26.104Z[ recovery-image] Oct 03 21:06:25.735 INFO O| Oct 03 21:06:25.735 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662025-10-03T21:06:26.128Z[ recovery-image] Oct 03 21:06:25.750 INFO O| Oct 03 21:06:25.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
66672025-10-03T21:06:26.128Z[ recovery-image] Oct 03 21:06:25.750 INFO O| Oct 03 21:06:25.750 INFO STEP 598 (remove_files) COMPLETE
66682025-10-03T21:06:26.128Z[ recovery-image] Oct 03 21:06:25.750 INFO O| Oct 03 21:06:25.750 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692025-10-03T21:06:26.128Z[ recovery-image] Oct 03 21:06:25.767 INFO O| Oct 03 21:06:25.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
66702025-10-03T21:06:26.128Z[ recovery-image] Oct 03 21:06:25.768 INFO O| Oct 03 21:06:25.768 INFO STEP 599 (remove_files) COMPLETE
66712025-10-03T21:06:26.128Z[ recovery-image] Oct 03 21:06:25.768 INFO O| Oct 03 21:06:25.768 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722025-10-03T21:06:26.153Z[ recovery-image] Oct 03 21:06:25.782 INFO O| Oct 03 21:06:25.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
66732025-10-03T21:06:26.153Z[ recovery-image] Oct 03 21:06:25.782 INFO O| Oct 03 21:06:25.782 INFO STEP 600 (remove_files) COMPLETE
66742025-10-03T21:06:26.153Z[ recovery-image] Oct 03 21:06:25.782 INFO O| Oct 03 21:06:25.782 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752025-10-03T21:06:26.177Z[ recovery-image] Oct 03 21:06:25.798 INFO O| Oct 03 21:06:25.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
66762025-10-03T21:06:26.178Z[ recovery-image] Oct 03 21:06:25.798 INFO O| Oct 03 21:06:25.798 INFO STEP 601 (remove_files) COMPLETE
66772025-10-03T21:06:26.178Z[ recovery-image] Oct 03 21:06:25.799 INFO O| Oct 03 21:06:25.798 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782025-10-03T21:06:26.178Z[ recovery-image] Oct 03 21:06:25.811 INFO O| Oct 03 21:06:25.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66792025-10-03T21:06:26.178Z[ recovery-image] Oct 03 21:06:25.811 INFO O| Oct 03 21:06:25.811 INFO STEP 602 (remove_files) COMPLETE
66802025-10-03T21:06:26.178Z[ recovery-image] Oct 03 21:06:25.811 INFO O| Oct 03 21:06:25.811 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812025-10-03T21:06:26.203Z[ recovery-image] Oct 03 21:06:25.822 INFO O| Oct 03 21:06:25.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66822025-10-03T21:06:26.203Z[ recovery-image] Oct 03 21:06:25.822 INFO O| Oct 03 21:06:25.822 INFO STEP 603 (remove_files) COMPLETE
66832025-10-03T21:06:26.203Z[ recovery-image] Oct 03 21:06:25.822 INFO O| Oct 03 21:06:25.822 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842025-10-03T21:06:26.203Z[ recovery-image] Oct 03 21:06:25.836 INFO O| Oct 03 21:06:25.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66852025-10-03T21:06:26.203Z[ recovery-image] Oct 03 21:06:25.837 INFO O| Oct 03 21:06:25.837 INFO STEP 604 (remove_files) COMPLETE
66862025-10-03T21:06:26.203Z[ recovery-image] Oct 03 21:06:25.837 INFO O| Oct 03 21:06:25.837 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872025-10-03T21:06:26.228Z[ recovery-image] Oct 03 21:06:25.849 INFO O| Oct 03 21:06:25.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66882025-10-03T21:06:26.228Z[ recovery-image] Oct 03 21:06:25.849 INFO O| Oct 03 21:06:25.849 INFO STEP 605 (remove_files) COMPLETE
66892025-10-03T21:06:26.228Z[ recovery-image] Oct 03 21:06:25.849 INFO O| Oct 03 21:06:25.849 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902025-10-03T21:06:26.228Z[ recovery-image] Oct 03 21:06:25.865 INFO O| Oct 03 21:06:25.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66912025-10-03T21:06:26.228Z[ recovery-image] Oct 03 21:06:25.865 INFO O| Oct 03 21:06:25.865 INFO STEP 606 (remove_files) COMPLETE
66922025-10-03T21:06:26.228Z[ recovery-image] Oct 03 21:06:25.865 INFO O| Oct 03 21:06:25.865 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932025-10-03T21:06:26.252Z[ recovery-image] Oct 03 21:06:25.881 INFO O| Oct 03 21:06:25.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66942025-10-03T21:06:26.252Z[ recovery-image] Oct 03 21:06:25.881 INFO O| Oct 03 21:06:25.881 INFO STEP 607 (remove_files) COMPLETE
66952025-10-03T21:06:26.252Z[ recovery-image] Oct 03 21:06:25.881 INFO O| Oct 03 21:06:25.881 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962025-10-03T21:06:26.277Z[ recovery-image] Oct 03 21:06:25.898 INFO O| Oct 03 21:06:25.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66972025-10-03T21:06:26.277Z[ recovery-image] Oct 03 21:06:25.898 INFO O| Oct 03 21:06:25.898 INFO STEP 608 (remove_files) COMPLETE
66982025-10-03T21:06:26.277Z[ recovery-image] Oct 03 21:06:25.898 INFO O| Oct 03 21:06:25.898 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992025-10-03T21:06:26.277Z[ recovery-image] Oct 03 21:06:25.915 INFO O| Oct 03 21:06:25.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
67002025-10-03T21:06:26.277Z[ recovery-image] Oct 03 21:06:25.915 INFO O| Oct 03 21:06:25.915 INFO STEP 609 (remove_files) COMPLETE
67012025-10-03T21:06:26.277Z[ recovery-image] Oct 03 21:06:25.915 INFO O| Oct 03 21:06:25.915 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022025-10-03T21:06:26.301Z[ recovery-image] Oct 03 21:06:25.931 INFO O| Oct 03 21:06:25.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
67032025-10-03T21:06:26.301Z[ recovery-image] Oct 03 21:06:25.931 INFO O| Oct 03 21:06:25.931 INFO STEP 610 (remove_files) COMPLETE
67042025-10-03T21:06:26.301Z[ recovery-image] Oct 03 21:06:25.931 INFO O| Oct 03 21:06:25.931 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052025-10-03T21:06:26.325Z[ recovery-image] Oct 03 21:06:25.946 INFO O| Oct 03 21:06:25.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
67062025-10-03T21:06:26.325Z[ recovery-image] Oct 03 21:06:25.946 INFO O| Oct 03 21:06:25.946 INFO STEP 611 (remove_files) COMPLETE
67072025-10-03T21:06:26.326Z[ recovery-image] Oct 03 21:06:25.946 INFO O| Oct 03 21:06:25.946 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082025-10-03T21:06:26.326Z[ recovery-image] Oct 03 21:06:25.962 INFO O| Oct 03 21:06:25.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
67092025-10-03T21:06:26.326Z[ recovery-image] Oct 03 21:06:25.962 INFO O| Oct 03 21:06:25.962 INFO STEP 612 (remove_files) COMPLETE
67102025-10-03T21:06:26.326Z[ recovery-image] Oct 03 21:06:25.962 INFO O| Oct 03 21:06:25.962 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112025-10-03T21:06:26.349Z[ recovery-image] Oct 03 21:06:25.980 INFO O| Oct 03 21:06:25.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
67122025-10-03T21:06:26.350Z[ recovery-image] Oct 03 21:06:25.980 INFO O| Oct 03 21:06:25.980 INFO STEP 613 (remove_files) COMPLETE
67132025-10-03T21:06:26.350Z[ recovery-image] Oct 03 21:06:25.980 INFO O| Oct 03 21:06:25.980 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142025-10-03T21:06:26.374Z[ recovery-image] Oct 03 21:06:25.998 INFO O| Oct 03 21:06:25.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
67152025-10-03T21:06:26.374Z[ recovery-image] Oct 03 21:06:25.998 INFO O| Oct 03 21:06:25.998 INFO STEP 614 (remove_files) COMPLETE
67162025-10-03T21:06:26.374Z[ recovery-image] Oct 03 21:06:25.998 INFO O| Oct 03 21:06:25.998 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172025-10-03T21:06:26.374Z[ recovery-image] Oct 03 21:06:26.012 INFO O| Oct 03 21:06:26.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
67182025-10-03T21:06:26.374Z[ recovery-image] Oct 03 21:06:26.012 INFO O| Oct 03 21:06:26.012 INFO STEP 615 (remove_files) COMPLETE
67192025-10-03T21:06:26.374Z[ recovery-image] Oct 03 21:06:26.012 INFO O| Oct 03 21:06:26.012 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202025-10-03T21:06:26.399Z[ recovery-image] Oct 03 21:06:26.025 INFO O| Oct 03 21:06:26.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
67212025-10-03T21:06:26.399Z[ recovery-image] Oct 03 21:06:26.025 INFO O| Oct 03 21:06:26.025 INFO STEP 616 (remove_files) COMPLETE
67222025-10-03T21:06:26.399Z[ recovery-image] Oct 03 21:06:26.025 INFO O| Oct 03 21:06:26.025 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232025-10-03T21:06:26.423Z[ recovery-image] Oct 03 21:06:26.042 INFO O| Oct 03 21:06:26.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
67242025-10-03T21:06:26.423Z[ recovery-image] Oct 03 21:06:26.042 INFO O| Oct 03 21:06:26.042 INFO STEP 617 (remove_files) COMPLETE
67252025-10-03T21:06:26.424Z[ recovery-image] Oct 03 21:06:26.042 INFO O| Oct 03 21:06:26.042 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262025-10-03T21:06:26.424Z[ recovery-image] Oct 03 21:06:26.056 INFO O| Oct 03 21:06:26.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
67272025-10-03T21:06:26.424Z[ recovery-image] Oct 03 21:06:26.057 INFO O| Oct 03 21:06:26.057 INFO STEP 618 (remove_files) COMPLETE
67282025-10-03T21:06:26.424Z[ recovery-image] Oct 03 21:06:26.057 INFO O| Oct 03 21:06:26.057 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292025-10-03T21:06:26.448Z[ recovery-image] Oct 03 21:06:26.069 INFO O| Oct 03 21:06:26.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
67302025-10-03T21:06:26.448Z[ recovery-image] Oct 03 21:06:26.070 INFO O| Oct 03 21:06:26.070 INFO STEP 619 (remove_files) COMPLETE
67312025-10-03T21:06:26.448Z[ recovery-image] Oct 03 21:06:26.070 INFO O| Oct 03 21:06:26.070 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322025-10-03T21:06:26.448Z[ recovery-image] Oct 03 21:06:26.081 INFO O| Oct 03 21:06:26.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
67332025-10-03T21:06:26.448Z[ recovery-image] Oct 03 21:06:26.082 INFO O| Oct 03 21:06:26.082 INFO STEP 620 (remove_files) COMPLETE
67342025-10-03T21:06:26.448Z[ recovery-image] Oct 03 21:06:26.082 INFO O| Oct 03 21:06:26.082 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352025-10-03T21:06:26.478Z[ recovery-image] Oct 03 21:06:26.099 INFO O| Oct 03 21:06:26.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
67362025-10-03T21:06:26.478Z[ recovery-image] Oct 03 21:06:26.099 INFO O| Oct 03 21:06:26.099 INFO STEP 621 (remove_files) COMPLETE
67372025-10-03T21:06:26.478Z[ recovery-image] Oct 03 21:06:26.099 INFO O| Oct 03 21:06:26.099 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382025-10-03T21:06:26.503Z[ recovery-image] Oct 03 21:06:26.113 INFO O| Oct 03 21:06:26.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
67392025-10-03T21:06:26.503Z[ recovery-image] Oct 03 21:06:26.113 INFO O| Oct 03 21:06:26.113 INFO STEP 622 (remove_files) COMPLETE
67402025-10-03T21:06:26.503Z[ recovery-image] Oct 03 21:06:26.113 INFO O| Oct 03 21:06:26.113 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412025-10-03T21:06:26.503Z[ recovery-image] Oct 03 21:06:26.129 INFO O| Oct 03 21:06:26.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
67422025-10-03T21:06:26.503Z[ recovery-image] Oct 03 21:06:26.130 INFO O| Oct 03 21:06:26.129 INFO STEP 623 (remove_files) COMPLETE
67432025-10-03T21:06:26.503Z[ recovery-image] Oct 03 21:06:26.130 INFO O| Oct 03 21:06:26.130 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442025-10-03T21:06:26.529Z[ recovery-image] Oct 03 21:06:26.146 INFO O| Oct 03 21:06:26.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
67452025-10-03T21:06:26.529Z[ recovery-image] Oct 03 21:06:26.147 INFO O| Oct 03 21:06:26.147 INFO STEP 624 (remove_files) COMPLETE
67462025-10-03T21:06:26.529Z[ recovery-image] Oct 03 21:06:26.147 INFO O| Oct 03 21:06:26.147 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472025-10-03T21:06:26.529Z[ recovery-image] Oct 03 21:06:26.161 INFO O| Oct 03 21:06:26.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
67482025-10-03T21:06:26.529Z[ recovery-image] Oct 03 21:06:26.161 INFO O| Oct 03 21:06:26.161 INFO STEP 625 (remove_files) COMPLETE
67492025-10-03T21:06:26.529Z[ recovery-image] Oct 03 21:06:26.161 INFO O| Oct 03 21:06:26.161 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502025-10-03T21:06:26.554Z[ recovery-image] Oct 03 21:06:26.178 INFO O| Oct 03 21:06:26.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
67512025-10-03T21:06:26.554Z[ recovery-image] Oct 03 21:06:26.178 INFO O| Oct 03 21:06:26.178 INFO STEP 626 (remove_files) COMPLETE
67522025-10-03T21:06:26.554Z[ recovery-image] Oct 03 21:06:26.178 INFO O| Oct 03 21:06:26.178 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532025-10-03T21:06:26.579Z[ recovery-image] Oct 03 21:06:26.194 INFO O| Oct 03 21:06:26.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
67542025-10-03T21:06:26.579Z[ recovery-image] Oct 03 21:06:26.194 INFO O| Oct 03 21:06:26.194 INFO STEP 627 (remove_files) COMPLETE
67552025-10-03T21:06:26.579Z[ recovery-image] Oct 03 21:06:26.194 INFO O| Oct 03 21:06:26.194 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562025-10-03T21:06:26.579Z[ recovery-image] Oct 03 21:06:26.211 INFO O| Oct 03 21:06:26.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
67572025-10-03T21:06:26.579Z[ recovery-image] Oct 03 21:06:26.211 INFO O| Oct 03 21:06:26.211 INFO STEP 628 (remove_files) COMPLETE
67582025-10-03T21:06:26.579Z[ recovery-image] Oct 03 21:06:26.211 INFO O| Oct 03 21:06:26.211 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592025-10-03T21:06:26.603Z[ recovery-image] Oct 03 21:06:26.225 INFO O| Oct 03 21:06:26.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
67602025-10-03T21:06:26.603Z[ recovery-image] Oct 03 21:06:26.225 INFO O| Oct 03 21:06:26.225 INFO STEP 629 (remove_files) COMPLETE
67612025-10-03T21:06:26.603Z[ recovery-image] Oct 03 21:06:26.225 INFO O| Oct 03 21:06:26.225 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622025-10-03T21:06:26.603Z[ recovery-image] Oct 03 21:06:26.242 INFO O| Oct 03 21:06:26.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
67632025-10-03T21:06:26.603Z[ recovery-image] Oct 03 21:06:26.243 INFO O| Oct 03 21:06:26.242 INFO STEP 630 (remove_files) COMPLETE
67642025-10-03T21:06:26.604Z[ recovery-image] Oct 03 21:06:26.243 INFO O| Oct 03 21:06:26.242 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652025-10-03T21:06:26.628Z[ recovery-image] Oct 03 21:06:26.260 INFO O| Oct 03 21:06:26.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
67662025-10-03T21:06:26.628Z[ recovery-image] Oct 03 21:06:26.260 INFO O| Oct 03 21:06:26.260 INFO STEP 631 (remove_files) COMPLETE
67672025-10-03T21:06:26.628Z[ recovery-image] Oct 03 21:06:26.260 INFO O| Oct 03 21:06:26.260 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682025-10-03T21:06:26.653Z[ recovery-image] Oct 03 21:06:26.277 INFO O| Oct 03 21:06:26.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
67692025-10-03T21:06:26.653Z[ recovery-image] Oct 03 21:06:26.277 INFO O| Oct 03 21:06:26.277 INFO STEP 632 (remove_files) COMPLETE
67702025-10-03T21:06:26.653Z[ recovery-image] Oct 03 21:06:26.277 INFO O| Oct 03 21:06:26.277 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712025-10-03T21:06:26.677Z[ recovery-image] Oct 03 21:06:26.294 INFO O| Oct 03 21:06:26.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
67722025-10-03T21:06:26.677Z[ recovery-image] Oct 03 21:06:26.295 INFO O| Oct 03 21:06:26.294 INFO STEP 633 (remove_files) COMPLETE
67732025-10-03T21:06:26.677Z[ recovery-image] Oct 03 21:06:26.295 INFO O| Oct 03 21:06:26.294 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742025-10-03T21:06:26.677Z[ recovery-image] Oct 03 21:06:26.311 INFO O| Oct 03 21:06:26.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
67752025-10-03T21:06:26.677Z[ recovery-image] Oct 03 21:06:26.312 INFO O| Oct 03 21:06:26.312 INFO STEP 634 (remove_files) COMPLETE
67762025-10-03T21:06:26.677Z[ recovery-image] Oct 03 21:06:26.312 INFO O| Oct 03 21:06:26.312 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772025-10-03T21:06:26.702Z[ recovery-image] Oct 03 21:06:26.326 INFO O| Oct 03 21:06:26.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67782025-10-03T21:06:26.702Z[ recovery-image] Oct 03 21:06:26.326 INFO O| Oct 03 21:06:26.326 INFO STEP 635 (remove_files) COMPLETE
67792025-10-03T21:06:26.702Z[ recovery-image] Oct 03 21:06:26.326 INFO O| Oct 03 21:06:26.326 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802025-10-03T21:06:26.702Z[ recovery-image] Oct 03 21:06:26.340 INFO O| Oct 03 21:06:26.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67812025-10-03T21:06:26.702Z[ recovery-image] Oct 03 21:06:26.340 INFO O| Oct 03 21:06:26.340 INFO STEP 636 (remove_files) COMPLETE
67822025-10-03T21:06:26.702Z[ recovery-image] Oct 03 21:06:26.340 INFO O| Oct 03 21:06:26.340 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832025-10-03T21:06:26.727Z[ recovery-image] Oct 03 21:06:26.352 INFO O| Oct 03 21:06:26.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67842025-10-03T21:06:26.727Z[ recovery-image] Oct 03 21:06:26.353 INFO O| Oct 03 21:06:26.352 INFO STEP 637 (remove_files) COMPLETE
67852025-10-03T21:06:26.727Z[ recovery-image] Oct 03 21:06:26.353 INFO O| Oct 03 21:06:26.353 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862025-10-03T21:06:26.727Z[ recovery-image] Oct 03 21:06:26.365 INFO O| Oct 03 21:06:26.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
67872025-10-03T21:06:26.727Z[ recovery-image] Oct 03 21:06:26.366 INFO O| Oct 03 21:06:26.365 INFO STEP 638 (remove_files) COMPLETE
67882025-10-03T21:06:26.727Z[ recovery-image] Oct 03 21:06:26.366 INFO O| Oct 03 21:06:26.366 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892025-10-03T21:06:26.752Z[ recovery-image] Oct 03 21:06:26.382 INFO O| Oct 03 21:06:26.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67902025-10-03T21:06:26.752Z[ recovery-image] Oct 03 21:06:26.382 INFO O| Oct 03 21:06:26.382 INFO STEP 639 (remove_files) COMPLETE
67912025-10-03T21:06:26.752Z[ recovery-image] Oct 03 21:06:26.382 INFO O| Oct 03 21:06:26.382 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922025-10-03T21:06:26.777Z[ recovery-image] Oct 03 21:06:26.400 INFO O| Oct 03 21:06:26.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67932025-10-03T21:06:26.777Z[ recovery-image] Oct 03 21:06:26.401 INFO O| Oct 03 21:06:26.401 INFO STEP 640 (remove_files) COMPLETE
67942025-10-03T21:06:26.777Z[ recovery-image] Oct 03 21:06:26.401 INFO O| Oct 03 21:06:26.401 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952025-10-03T21:06:26.802Z[ recovery-image] Oct 03 21:06:26.417 INFO O| Oct 03 21:06:26.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67962025-10-03T21:06:26.802Z[ recovery-image] Oct 03 21:06:26.418 INFO O| Oct 03 21:06:26.418 INFO STEP 641 (remove_files) COMPLETE
67972025-10-03T21:06:26.802Z[ recovery-image] Oct 03 21:06:26.418 INFO O| Oct 03 21:06:26.418 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982025-10-03T21:06:26.802Z[ recovery-image] Oct 03 21:06:26.435 INFO O| Oct 03 21:06:26.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67992025-10-03T21:06:26.802Z[ recovery-image] Oct 03 21:06:26.435 INFO O| Oct 03 21:06:26.435 INFO STEP 642 (remove_files) COMPLETE
68002025-10-03T21:06:26.802Z[ recovery-image] Oct 03 21:06:26.435 INFO O| Oct 03 21:06:26.435 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012025-10-03T21:06:26.826Z[ recovery-image] Oct 03 21:06:26.452 INFO O| Oct 03 21:06:26.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
68022025-10-03T21:06:26.826Z[ recovery-image] Oct 03 21:06:26.452 INFO O| Oct 03 21:06:26.452 INFO STEP 643 (remove_files) COMPLETE
68032025-10-03T21:06:26.826Z[ recovery-image] Oct 03 21:06:26.452 INFO O| Oct 03 21:06:26.452 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042025-10-03T21:06:26.850Z[ recovery-image] Oct 03 21:06:26.467 INFO O| Oct 03 21:06:26.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
68052025-10-03T21:06:26.850Z[ recovery-image] Oct 03 21:06:26.467 INFO O| Oct 03 21:06:26.467 INFO STEP 644 (remove_files) COMPLETE
68062025-10-03T21:06:26.850Z[ recovery-image] Oct 03 21:06:26.467 INFO O| Oct 03 21:06:26.467 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072025-10-03T21:06:26.850Z[ recovery-image] Oct 03 21:06:26.480 INFO O| Oct 03 21:06:26.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
68082025-10-03T21:06:26.850Z[ recovery-image] Oct 03 21:06:26.480 INFO O| Oct 03 21:06:26.480 INFO STEP 645 (remove_files) COMPLETE
68092025-10-03T21:06:26.850Z[ recovery-image] Oct 03 21:06:26.480 INFO O| Oct 03 21:06:26.480 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102025-10-03T21:06:26.875Z[ recovery-image] Oct 03 21:06:26.493 INFO O| Oct 03 21:06:26.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
68112025-10-03T21:06:26.875Z[ recovery-image] Oct 03 21:06:26.493 INFO O| Oct 03 21:06:26.493 INFO STEP 646 (remove_files) COMPLETE
68122025-10-03T21:06:26.875Z[ recovery-image] Oct 03 21:06:26.493 INFO O| Oct 03 21:06:26.493 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132025-10-03T21:06:26.875Z[ recovery-image] Oct 03 21:06:26.506 INFO O| Oct 03 21:06:26.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
68142025-10-03T21:06:26.875Z[ recovery-image] Oct 03 21:06:26.506 INFO O| Oct 03 21:06:26.506 INFO STEP 647 (remove_files) COMPLETE
68152025-10-03T21:06:26.875Z[ recovery-image] Oct 03 21:06:26.506 INFO O| Oct 03 21:06:26.506 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162025-10-03T21:06:26.899Z[ recovery-image] Oct 03 21:06:26.518 INFO O| Oct 03 21:06:26.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
68172025-10-03T21:06:26.899Z[ recovery-image] Oct 03 21:06:26.518 INFO O| Oct 03 21:06:26.518 INFO STEP 648 (remove_files) COMPLETE
68182025-10-03T21:06:26.899Z[ recovery-image] Oct 03 21:06:26.518 INFO O| Oct 03 21:06:26.518 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192025-10-03T21:06:26.899Z[ recovery-image] Oct 03 21:06:26.531 INFO O| Oct 03 21:06:26.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
68202025-10-03T21:06:26.899Z[ recovery-image] Oct 03 21:06:26.531 INFO O| Oct 03 21:06:26.531 INFO STEP 649 (remove_files) COMPLETE
68212025-10-03T21:06:26.900Z[ recovery-image] Oct 03 21:06:26.531 INFO O| Oct 03 21:06:26.531 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222025-10-03T21:06:26.924Z[ recovery-image] Oct 03 21:06:26.542 INFO O| Oct 03 21:06:26.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
68232025-10-03T21:06:26.924Z[ recovery-image] Oct 03 21:06:26.542 INFO O| Oct 03 21:06:26.542 INFO STEP 650 (remove_files) COMPLETE
68242025-10-03T21:06:26.924Z[ recovery-image] Oct 03 21:06:26.542 INFO O| Oct 03 21:06:26.542 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252025-10-03T21:06:26.924Z[ recovery-image] Oct 03 21:06:26.554 INFO O| Oct 03 21:06:26.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
68262025-10-03T21:06:26.924Z[ recovery-image] Oct 03 21:06:26.554 INFO O| Oct 03 21:06:26.554 INFO STEP 651 (remove_files) COMPLETE
68272025-10-03T21:06:26.924Z[ recovery-image] Oct 03 21:06:26.554 INFO O| Oct 03 21:06:26.554 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282025-10-03T21:06:26.948Z[ recovery-image] Oct 03 21:06:26.570 INFO O| Oct 03 21:06:26.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
68292025-10-03T21:06:26.949Z[ recovery-image] Oct 03 21:06:26.570 INFO O| Oct 03 21:06:26.570 INFO STEP 652 (remove_files) COMPLETE
68302025-10-03T21:06:26.949Z[ recovery-image] Oct 03 21:06:26.570 INFO O| Oct 03 21:06:26.570 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312025-10-03T21:06:26.949Z[ recovery-image] Oct 03 21:06:26.582 INFO O| Oct 03 21:06:26.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
68322025-10-03T21:06:26.949Z[ recovery-image] Oct 03 21:06:26.582 INFO O| Oct 03 21:06:26.582 INFO STEP 653 (remove_files) COMPLETE
68332025-10-03T21:06:26.949Z[ recovery-image] Oct 03 21:06:26.582 INFO O| Oct 03 21:06:26.582 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342025-10-03T21:06:26.973Z[ recovery-image] Oct 03 21:06:26.595 INFO O| Oct 03 21:06:26.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
68352025-10-03T21:06:26.973Z[ recovery-image] Oct 03 21:06:26.595 INFO O| Oct 03 21:06:26.595 INFO STEP 654 (remove_files) COMPLETE
68362025-10-03T21:06:26.973Z[ recovery-image] Oct 03 21:06:26.595 INFO O| Oct 03 21:06:26.595 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372025-10-03T21:06:26.973Z[ recovery-image] Oct 03 21:06:26.610 INFO O| Oct 03 21:06:26.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
68382025-10-03T21:06:26.973Z[ recovery-image] Oct 03 21:06:26.610 INFO O| Oct 03 21:06:26.610 INFO STEP 655 (remove_files) COMPLETE
68392025-10-03T21:06:26.973Z[ recovery-image] Oct 03 21:06:26.610 INFO O| Oct 03 21:06:26.610 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402025-10-03T21:06:26.997Z[ recovery-image] Oct 03 21:06:26.624 INFO O| Oct 03 21:06:26.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
68412025-10-03T21:06:26.997Z[ recovery-image] Oct 03 21:06:26.624 INFO O| Oct 03 21:06:26.624 INFO STEP 656 (remove_files) COMPLETE
68422025-10-03T21:06:26.997Z[ recovery-image] Oct 03 21:06:26.624 INFO O| Oct 03 21:06:26.624 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432025-10-03T21:06:26.997Z[ recovery-image] Oct 03 21:06:26.637 INFO O| Oct 03 21:06:26.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
68442025-10-03T21:06:26.997Z[ recovery-image] Oct 03 21:06:26.637 INFO O| Oct 03 21:06:26.637 INFO STEP 657 (remove_files) COMPLETE
68452025-10-03T21:06:26.997Z[ recovery-image] Oct 03 21:06:26.637 INFO O| Oct 03 21:06:26.637 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462025-10-03T21:06:27.022Z[ recovery-image] Oct 03 21:06:26.650 INFO O| Oct 03 21:06:26.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
68472025-10-03T21:06:27.022Z[ recovery-image] Oct 03 21:06:26.650 INFO O| Oct 03 21:06:26.650 INFO STEP 658 (remove_files) COMPLETE
68482025-10-03T21:06:27.022Z[ recovery-image] Oct 03 21:06:26.650 INFO O| Oct 03 21:06:26.650 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492025-10-03T21:06:27.046Z[ recovery-image] Oct 03 21:06:26.663 INFO O| Oct 03 21:06:26.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
68502025-10-03T21:06:27.047Z[ recovery-image] Oct 03 21:06:26.663 INFO O| Oct 03 21:06:26.663 INFO STEP 659 (remove_files) COMPLETE
68512025-10-03T21:06:27.047Z[ recovery-image] Oct 03 21:06:26.663 INFO O| Oct 03 21:06:26.663 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522025-10-03T21:06:27.047Z[ recovery-image] Oct 03 21:06:26.674 INFO O| Oct 03 21:06:26.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
68532025-10-03T21:06:27.047Z[ recovery-image] Oct 03 21:06:26.675 INFO O| Oct 03 21:06:26.674 INFO STEP 660 (remove_files) COMPLETE
68542025-10-03T21:06:27.047Z[ recovery-image] Oct 03 21:06:26.675 INFO O| Oct 03 21:06:26.674 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552025-10-03T21:06:27.071Z[ recovery-image] Oct 03 21:06:26.690 INFO O| Oct 03 21:06:26.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
68562025-10-03T21:06:27.095Z[ recovery-image] Oct 03 21:06:26.703 INFO O| Oct 03 21:06:26.690 INFO STEP 661 (remove_files) COMPLETE
68572025-10-03T21:06:27.096Z[ recovery-image] Oct 03 21:06:26.703 INFO O| Oct 03 21:06:26.703 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582025-10-03T21:06:27.096Z[ recovery-image] Oct 03 21:06:26.730 INFO O| Oct 03 21:06:26.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
68592025-10-03T21:06:27.096Z[ recovery-image] Oct 03 21:06:26.730 INFO O| Oct 03 21:06:26.730 INFO STEP 662 (remove_files) COMPLETE
68602025-10-03T21:06:27.096Z[ recovery-image] Oct 03 21:06:26.730 INFO O| Oct 03 21:06:26.730 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612025-10-03T21:06:27.120Z[ recovery-image] Oct 03 21:06:26.748 INFO O| Oct 03 21:06:26.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
68622025-10-03T21:06:27.120Z[ recovery-image] Oct 03 21:06:26.748 INFO O| Oct 03 21:06:26.748 INFO STEP 663 (remove_files) COMPLETE
68632025-10-03T21:06:27.120Z[ recovery-image] Oct 03 21:06:26.748 INFO O| Oct 03 21:06:26.748 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642025-10-03T21:06:27.144Z[ recovery-image] Oct 03 21:06:26.765 INFO O| Oct 03 21:06:26.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
68652025-10-03T21:06:27.144Z[ recovery-image] Oct 03 21:06:26.765 INFO O| Oct 03 21:06:26.765 INFO STEP 664 (remove_files) COMPLETE
68662025-10-03T21:06:27.144Z[ recovery-image] Oct 03 21:06:26.765 INFO O| Oct 03 21:06:26.765 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672025-10-03T21:06:27.144Z[ recovery-image] Oct 03 21:06:26.783 INFO O| Oct 03 21:06:26.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
68682025-10-03T21:06:27.144Z[ recovery-image] Oct 03 21:06:26.784 INFO O| Oct 03 21:06:26.784 INFO STEP 665 (remove_files) COMPLETE
68692025-10-03T21:06:27.144Z[ recovery-image] Oct 03 21:06:26.784 INFO O| Oct 03 21:06:26.784 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702025-10-03T21:06:27.170Z[ recovery-image] Oct 03 21:06:26.800 INFO O| Oct 03 21:06:26.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
68712025-10-03T21:06:27.170Z[ recovery-image] Oct 03 21:06:26.800 INFO O| Oct 03 21:06:26.800 INFO STEP 666 (remove_files) COMPLETE
68722025-10-03T21:06:27.170Z[ recovery-image] Oct 03 21:06:26.800 INFO O| Oct 03 21:06:26.800 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732025-10-03T21:06:27.194Z[ recovery-image] Oct 03 21:06:26.817 INFO O| Oct 03 21:06:26.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
68742025-10-03T21:06:27.194Z[ recovery-image] Oct 03 21:06:26.817 INFO O| Oct 03 21:06:26.817 INFO STEP 667 (remove_files) COMPLETE
68752025-10-03T21:06:27.194Z[ recovery-image] Oct 03 21:06:26.817 INFO O| Oct 03 21:06:26.817 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762025-10-03T21:06:27.194Z[ recovery-image] Oct 03 21:06:26.833 INFO O| Oct 03 21:06:26.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68772025-10-03T21:06:27.195Z[ recovery-image] Oct 03 21:06:26.834 INFO O| Oct 03 21:06:26.834 INFO STEP 668 (remove_files) COMPLETE
68782025-10-03T21:06:27.195Z[ recovery-image] Oct 03 21:06:26.834 INFO O| Oct 03 21:06:26.834 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792025-10-03T21:06:27.219Z[ recovery-image] Oct 03 21:06:26.851 INFO O| Oct 03 21:06:26.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68802025-10-03T21:06:27.219Z[ recovery-image] Oct 03 21:06:26.851 INFO O| Oct 03 21:06:26.851 INFO STEP 669 (remove_files) COMPLETE
68812025-10-03T21:06:27.219Z[ recovery-image] Oct 03 21:06:26.851 INFO O| Oct 03 21:06:26.851 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822025-10-03T21:06:27.243Z[ recovery-image] Oct 03 21:06:26.866 INFO O| Oct 03 21:06:26.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68832025-10-03T21:06:27.243Z[ recovery-image] Oct 03 21:06:26.866 INFO O| Oct 03 21:06:26.866 INFO STEP 670 (remove_files) COMPLETE
68842025-10-03T21:06:27.243Z[ recovery-image] Oct 03 21:06:26.866 INFO O| Oct 03 21:06:26.866 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852025-10-03T21:06:27.243Z[ recovery-image] Oct 03 21:06:26.883 INFO O| Oct 03 21:06:26.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68862025-10-03T21:06:27.243Z[ recovery-image] Oct 03 21:06:26.883 INFO O| Oct 03 21:06:26.883 INFO STEP 671 (remove_files) COMPLETE
68872025-10-03T21:06:27.244Z[ recovery-image] Oct 03 21:06:26.883 INFO O| Oct 03 21:06:26.883 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882025-10-03T21:06:27.268Z[ recovery-image] Oct 03 21:06:26.900 INFO O| Oct 03 21:06:26.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68892025-10-03T21:06:27.268Z[ recovery-image] Oct 03 21:06:26.900 INFO O| Oct 03 21:06:26.900 INFO STEP 672 (remove_files) COMPLETE
68902025-10-03T21:06:27.268Z[ recovery-image] Oct 03 21:06:26.900 INFO O| Oct 03 21:06:26.900 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912025-10-03T21:06:27.292Z[ recovery-image] Oct 03 21:06:26.916 INFO O| Oct 03 21:06:26.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68922025-10-03T21:06:27.292Z[ recovery-image] Oct 03 21:06:26.916 INFO O| Oct 03 21:06:26.916 INFO STEP 673 (remove_files) COMPLETE
68932025-10-03T21:06:27.292Z[ recovery-image] Oct 03 21:06:26.916 INFO O| Oct 03 21:06:26.916 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942025-10-03T21:06:27.316Z[ recovery-image] Oct 03 21:06:26.933 INFO O| Oct 03 21:06:26.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68952025-10-03T21:06:27.316Z[ recovery-image] Oct 03 21:06:26.936 INFO O| Oct 03 21:06:26.936 INFO STEP 674 (remove_files) COMPLETE
68962025-10-03T21:06:27.316Z[ recovery-image] Oct 03 21:06:26.937 INFO O| Oct 03 21:06:26.936 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972025-10-03T21:06:27.316Z[ recovery-image] Oct 03 21:06:26.956 INFO O| Oct 03 21:06:26.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68982025-10-03T21:06:27.316Z[ recovery-image] Oct 03 21:06:26.956 INFO O| Oct 03 21:06:26.956 INFO STEP 675 (remove_files) COMPLETE
68992025-10-03T21:06:27.316Z[ recovery-image] Oct 03 21:06:26.956 INFO O| Oct 03 21:06:26.956 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002025-10-03T21:06:27.341Z[ recovery-image] Oct 03 21:06:26.973 INFO O| Oct 03 21:06:26.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
69012025-10-03T21:06:27.341Z[ recovery-image] Oct 03 21:06:26.973 INFO O| Oct 03 21:06:26.973 INFO STEP 676 (remove_files) COMPLETE
69022025-10-03T21:06:27.341Z[ recovery-image] Oct 03 21:06:26.973 INFO O| Oct 03 21:06:26.973 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032025-10-03T21:06:27.365Z[ recovery-image] Oct 03 21:06:26.989 INFO O| Oct 03 21:06:26.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
69042025-10-03T21:06:27.365Z[ recovery-image] Oct 03 21:06:26.990 INFO O| Oct 03 21:06:26.989 INFO STEP 677 (remove_files) COMPLETE
69052025-10-03T21:06:27.365Z[ recovery-image] Oct 03 21:06:26.990 INFO O| Oct 03 21:06:26.989 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062025-10-03T21:06:27.389Z[ recovery-image] Oct 03 21:06:27.006 INFO O| Oct 03 21:06:27.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
69072025-10-03T21:06:27.389Z[ recovery-image] Oct 03 21:06:27.006 INFO O| Oct 03 21:06:27.006 INFO STEP 678 (remove_files) COMPLETE
69082025-10-03T21:06:27.389Z[ recovery-image] Oct 03 21:06:27.006 INFO O| Oct 03 21:06:27.006 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092025-10-03T21:06:27.389Z[ recovery-image] Oct 03 21:06:27.021 INFO O| Oct 03 21:06:27.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
69102025-10-03T21:06:27.389Z[ recovery-image] Oct 03 21:06:27.021 INFO O| Oct 03 21:06:27.021 INFO STEP 679 (remove_files) COMPLETE
69112025-10-03T21:06:27.390Z[ recovery-image] Oct 03 21:06:27.021 INFO O| Oct 03 21:06:27.021 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122025-10-03T21:06:27.414Z[ recovery-image] Oct 03 21:06:27.037 INFO O| Oct 03 21:06:27.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
69132025-10-03T21:06:27.414Z[ recovery-image] Oct 03 21:06:27.037 INFO O| Oct 03 21:06:27.037 INFO STEP 680 (remove_files) COMPLETE
69142025-10-03T21:06:27.414Z[ recovery-image] Oct 03 21:06:27.037 INFO O| Oct 03 21:06:27.037 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152025-10-03T21:06:27.414Z[ recovery-image] Oct 03 21:06:27.051 INFO O| Oct 03 21:06:27.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
69162025-10-03T21:06:27.414Z[ recovery-image] Oct 03 21:06:27.051 INFO O| Oct 03 21:06:27.051 INFO STEP 681 (remove_files) COMPLETE
69172025-10-03T21:06:27.414Z[ recovery-image] Oct 03 21:06:27.051 INFO O| Oct 03 21:06:27.051 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182025-10-03T21:06:27.438Z[ recovery-image] Oct 03 21:06:27.067 INFO O| Oct 03 21:06:27.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
69192025-10-03T21:06:27.438Z[ recovery-image] Oct 03 21:06:27.068 INFO O| Oct 03 21:06:27.067 INFO STEP 682 (remove_files) COMPLETE
69202025-10-03T21:06:27.438Z[ recovery-image] Oct 03 21:06:27.068 INFO O| Oct 03 21:06:27.068 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212025-10-03T21:06:27.466Z[ recovery-image] Oct 03 21:06:27.081 INFO O| Oct 03 21:06:27.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
69222025-10-03T21:06:27.466Z[ recovery-image] Oct 03 21:06:27.081 INFO O| Oct 03 21:06:27.081 INFO STEP 683 (remove_files) COMPLETE
69232025-10-03T21:06:27.466Z[ recovery-image] Oct 03 21:06:27.081 INFO O| Oct 03 21:06:27.081 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242025-10-03T21:06:27.466Z[ recovery-image] Oct 03 21:06:27.094 INFO O| Oct 03 21:06:27.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
69252025-10-03T21:06:27.466Z[ recovery-image] Oct 03 21:06:27.094 INFO O| Oct 03 21:06:27.094 INFO STEP 684 (remove_files) COMPLETE
69262025-10-03T21:06:27.466Z[ recovery-image] Oct 03 21:06:27.094 INFO O| Oct 03 21:06:27.094 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272025-10-03T21:06:27.490Z[ recovery-image] Oct 03 21:06:27.108 INFO O| Oct 03 21:06:27.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
69282025-10-03T21:06:27.490Z[ recovery-image] Oct 03 21:06:27.108 INFO O| Oct 03 21:06:27.108 INFO STEP 685 (remove_files) COMPLETE
69292025-10-03T21:06:27.491Z[ recovery-image] Oct 03 21:06:27.108 INFO O| Oct 03 21:06:27.108 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302025-10-03T21:06:27.491Z[ recovery-image] Oct 03 21:06:27.125 INFO O| Oct 03 21:06:27.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
69312025-10-03T21:06:27.491Z[ recovery-image] Oct 03 21:06:27.125 INFO O| Oct 03 21:06:27.125 INFO STEP 686 (remove_files) COMPLETE
69322025-10-03T21:06:27.491Z[ recovery-image] Oct 03 21:06:27.125 INFO O| Oct 03 21:06:27.125 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332025-10-03T21:06:27.515Z[ recovery-image] Oct 03 21:06:27.139 INFO O| Oct 03 21:06:27.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
69342025-10-03T21:06:27.515Z[ recovery-image] Oct 03 21:06:27.139 INFO O| Oct 03 21:06:27.139 INFO STEP 687 (remove_files) COMPLETE
69352025-10-03T21:06:27.515Z[ recovery-image] Oct 03 21:06:27.139 INFO O| Oct 03 21:06:27.139 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362025-10-03T21:06:27.545Z[ recovery-image] Oct 03 21:06:27.185 INFO O| Oct 03 21:06:27.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
69372025-10-03T21:06:27.545Z[ recovery-image] Oct 03 21:06:27.185 INFO O| Oct 03 21:06:27.185 INFO STEP 688 (remove_files) COMPLETE
69382025-10-03T21:06:27.545Z[ recovery-image] Oct 03 21:06:27.185 INFO O| Oct 03 21:06:27.185 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392025-10-03T21:06:27.569Z[ recovery-image] Oct 03 21:06:27.204 INFO O| Oct 03 21:06:27.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
69402025-10-03T21:06:27.569Z[ recovery-image] Oct 03 21:06:27.204 INFO O| Oct 03 21:06:27.204 INFO STEP 689 (remove_files) COMPLETE
69412025-10-03T21:06:27.570Z[ recovery-image] Oct 03 21:06:27.204 INFO O| Oct 03 21:06:27.204 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422025-10-03T21:06:27.594Z[ recovery-image] Oct 03 21:06:27.227 INFO O| Oct 03 21:06:27.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
69432025-10-03T21:06:27.594Z[ recovery-image] Oct 03 21:06:27.227 INFO O| Oct 03 21:06:27.227 INFO STEP 690 (remove_files) COMPLETE
69442025-10-03T21:06:27.594Z[ recovery-image] Oct 03 21:06:27.227 INFO O| Oct 03 21:06:27.227 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452025-10-03T21:06:27.619Z[ recovery-image] Oct 03 21:06:27.242 INFO O| Oct 03 21:06:27.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
69462025-10-03T21:06:27.619Z[ recovery-image] Oct 03 21:06:27.242 INFO O| Oct 03 21:06:27.242 INFO STEP 691 (remove_files) COMPLETE
69472025-10-03T21:06:27.619Z[ recovery-image] Oct 03 21:06:27.242 INFO O| Oct 03 21:06:27.242 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482025-10-03T21:06:27.619Z[ recovery-image] Oct 03 21:06:27.256 INFO O| Oct 03 21:06:27.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
69492025-10-03T21:06:27.619Z[ recovery-image] Oct 03 21:06:27.257 INFO O| Oct 03 21:06:27.257 INFO STEP 692 (remove_files) COMPLETE
69502025-10-03T21:06:27.619Z[ recovery-image] Oct 03 21:06:27.257 INFO O| Oct 03 21:06:27.257 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512025-10-03T21:06:27.643Z[ recovery-image] Oct 03 21:06:27.274 INFO O| Oct 03 21:06:27.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
69522025-10-03T21:06:27.643Z[ recovery-image] Oct 03 21:06:27.274 INFO O| Oct 03 21:06:27.274 INFO STEP 693 (remove_files) COMPLETE
69532025-10-03T21:06:27.643Z[ recovery-image] Oct 03 21:06:27.274 INFO O| Oct 03 21:06:27.274 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542025-10-03T21:06:27.667Z[ recovery-image] Oct 03 21:06:27.293 INFO O| Oct 03 21:06:27.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
69552025-10-03T21:06:27.667Z[ recovery-image] Oct 03 21:06:27.293 INFO O| Oct 03 21:06:27.293 INFO STEP 694 (remove_files) COMPLETE
69562025-10-03T21:06:27.667Z[ recovery-image] Oct 03 21:06:27.293 INFO O| Oct 03 21:06:27.293 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572025-10-03T21:06:27.691Z[ recovery-image] Oct 03 21:06:27.311 INFO O| Oct 03 21:06:27.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
69582025-10-03T21:06:27.692Z[ recovery-image] Oct 03 21:06:27.311 INFO O| Oct 03 21:06:27.311 INFO STEP 695 (remove_files) COMPLETE
69592025-10-03T21:06:27.692Z[ recovery-image] Oct 03 21:06:27.311 INFO O| Oct 03 21:06:27.311 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602025-10-03T21:06:27.692Z[ recovery-image] Oct 03 21:06:27.327 INFO O| Oct 03 21:06:27.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
69612025-10-03T21:06:27.692Z[ recovery-image] Oct 03 21:06:27.327 INFO O| Oct 03 21:06:27.327 INFO STEP 696 (remove_files) COMPLETE
69622025-10-03T21:06:27.692Z[ recovery-image] Oct 03 21:06:27.327 INFO O| Oct 03 21:06:27.327 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632025-10-03T21:06:27.716Z[ recovery-image] Oct 03 21:06:27.345 INFO O| Oct 03 21:06:27.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
69642025-10-03T21:06:27.716Z[ recovery-image] Oct 03 21:06:27.345 INFO O| Oct 03 21:06:27.345 INFO STEP 697 (remove_files) COMPLETE
69652025-10-03T21:06:27.716Z[ recovery-image] Oct 03 21:06:27.345 INFO O| Oct 03 21:06:27.345 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662025-10-03T21:06:27.740Z[ recovery-image] Oct 03 21:06:27.361 INFO O| Oct 03 21:06:27.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
69672025-10-03T21:06:27.740Z[ recovery-image] Oct 03 21:06:27.362 INFO O| Oct 03 21:06:27.362 INFO STEP 698 (remove_files) COMPLETE
69682025-10-03T21:06:27.741Z[ recovery-image] Oct 03 21:06:27.362 INFO O| Oct 03 21:06:27.362 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692025-10-03T21:06:27.741Z[ recovery-image] Oct 03 21:06:27.377 INFO O| Oct 03 21:06:27.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
69702025-10-03T21:06:27.741Z[ recovery-image] Oct 03 21:06:27.378 INFO O| Oct 03 21:06:27.377 INFO STEP 699 (remove_files) COMPLETE
69712025-10-03T21:06:27.741Z[ recovery-image] Oct 03 21:06:27.378 INFO O| Oct 03 21:06:27.377 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722025-10-03T21:06:27.765Z[ recovery-image] Oct 03 21:06:27.394 INFO O| Oct 03 21:06:27.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
69732025-10-03T21:06:27.765Z[ recovery-image] Oct 03 21:06:27.394 INFO O| Oct 03 21:06:27.394 INFO STEP 700 (remove_files) COMPLETE
69742025-10-03T21:06:27.765Z[ recovery-image] Oct 03 21:06:27.394 INFO O| Oct 03 21:06:27.394 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752025-10-03T21:06:27.789Z[ recovery-image] Oct 03 21:06:27.411 INFO O| Oct 03 21:06:27.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
69762025-10-03T21:06:27.790Z[ recovery-image] Oct 03 21:06:27.411 INFO O| Oct 03 21:06:27.411 INFO STEP 701 (remove_files) COMPLETE
69772025-10-03T21:06:27.790Z[ recovery-image] Oct 03 21:06:27.411 INFO O| Oct 03 21:06:27.411 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782025-10-03T21:06:27.790Z[ recovery-image] Oct 03 21:06:27.428 INFO O| Oct 03 21:06:27.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69792025-10-03T21:06:27.790Z[ recovery-image] Oct 03 21:06:27.429 INFO O| Oct 03 21:06:27.429 INFO STEP 702 (remove_files) COMPLETE
69802025-10-03T21:06:27.790Z[ recovery-image] Oct 03 21:06:27.429 INFO O| Oct 03 21:06:27.429 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812025-10-03T21:06:27.814Z[ recovery-image] Oct 03 21:06:27.446 INFO O| Oct 03 21:06:27.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69822025-10-03T21:06:27.814Z[ recovery-image] Oct 03 21:06:27.446 INFO O| Oct 03 21:06:27.446 INFO STEP 703 (remove_files) COMPLETE
69832025-10-03T21:06:27.814Z[ recovery-image] Oct 03 21:06:27.446 INFO O| Oct 03 21:06:27.446 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842025-10-03T21:06:27.839Z[ recovery-image] Oct 03 21:06:27.464 INFO O| Oct 03 21:06:27.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69852025-10-03T21:06:27.839Z[ recovery-image] Oct 03 21:06:27.464 INFO O| Oct 03 21:06:27.464 INFO STEP 704 (remove_files) COMPLETE
69862025-10-03T21:06:27.839Z[ recovery-image] Oct 03 21:06:27.464 INFO O| Oct 03 21:06:27.464 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872025-10-03T21:06:27.863Z[ recovery-image] Oct 03 21:06:27.481 INFO O| Oct 03 21:06:27.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69882025-10-03T21:06:27.863Z[ recovery-image] Oct 03 21:06:27.481 INFO O| Oct 03 21:06:27.481 INFO STEP 705 (remove_files) COMPLETE
69892025-10-03T21:06:27.863Z[ recovery-image] Oct 03 21:06:27.481 INFO O| Oct 03 21:06:27.481 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902025-10-03T21:06:27.863Z[ recovery-image] Oct 03 21:06:27.498 INFO O| Oct 03 21:06:27.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69912025-10-03T21:06:27.863Z[ recovery-image] Oct 03 21:06:27.498 INFO O| Oct 03 21:06:27.498 INFO STEP 706 (remove_files) COMPLETE
69922025-10-03T21:06:27.863Z[ recovery-image] Oct 03 21:06:27.498 INFO O| Oct 03 21:06:27.498 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932025-10-03T21:06:27.887Z[ recovery-image] Oct 03 21:06:27.516 INFO O| Oct 03 21:06:27.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69942025-10-03T21:06:27.887Z[ recovery-image] Oct 03 21:06:27.521 INFO O| Oct 03 21:06:27.521 INFO STEP 707 (remove_files) COMPLETE
69952025-10-03T21:06:27.887Z[ recovery-image] Oct 03 21:06:27.521 INFO O| Oct 03 21:06:27.521 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962025-10-03T21:06:27.921Z[ recovery-image] Oct 03 21:06:27.560 INFO O| Oct 03 21:06:27.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69972025-10-03T21:06:27.945Z[ recovery-image] Oct 03 21:06:27.581 INFO O| Oct 03 21:06:27.581 INFO STEP 708 (remove_files) COMPLETE
69982025-10-03T21:06:27.945Z[ recovery-image] Oct 03 21:06:27.581 INFO O| Oct 03 21:06:27.581 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992025-10-03T21:06:27.980Z[ recovery-image] Oct 03 21:06:27.618 INFO O| Oct 03 21:06:27.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
70002025-10-03T21:06:27.980Z[ recovery-image] Oct 03 21:06:27.618 INFO O| Oct 03 21:06:27.618 INFO STEP 709 (remove_files) COMPLETE
70012025-10-03T21:06:27.980Z[ recovery-image] Oct 03 21:06:27.618 INFO O| Oct 03 21:06:27.618 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022025-10-03T21:06:28.019Z[ recovery-image] Oct 03 21:06:27.658 INFO O| Oct 03 21:06:27.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
70032025-10-03T21:06:28.019Z[ recovery-image] Oct 03 21:06:27.658 INFO O| Oct 03 21:06:27.658 INFO STEP 710 (remove_files) COMPLETE
70042025-10-03T21:06:28.043Z[ recovery-image] Oct 03 21:06:27.658 INFO O| Oct 03 21:06:27.658 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052025-10-03T21:06:28.043Z[ recovery-image] Oct 03 21:06:27.676 INFO O| Oct 03 21:06:27.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
70062025-10-03T21:06:28.043Z[ recovery-image] Oct 03 21:06:27.676 INFO O| Oct 03 21:06:27.676 INFO STEP 711 (remove_files) COMPLETE
70072025-10-03T21:06:28.043Z[ recovery-image] Oct 03 21:06:27.676 INFO O| Oct 03 21:06:27.676 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082025-10-03T21:06:28.068Z[ recovery-image] Oct 03 21:06:27.693 INFO O| Oct 03 21:06:27.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
70092025-10-03T21:06:28.068Z[ recovery-image] Oct 03 21:06:27.693 INFO O| Oct 03 21:06:27.690 INFO STEP 712 (remove_files) COMPLETE
70102025-10-03T21:06:28.068Z[ recovery-image] Oct 03 21:06:27.693 INFO O| Oct 03 21:06:27.690 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112025-10-03T21:06:28.093Z[ recovery-image] Oct 03 21:06:27.703 INFO O| Oct 03 21:06:27.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
70122025-10-03T21:06:28.093Z[ recovery-image] Oct 03 21:06:27.703 INFO O| Oct 03 21:06:27.703 INFO STEP 713 (remove_files) COMPLETE
70132025-10-03T21:06:28.093Z[ recovery-image] Oct 03 21:06:27.703 INFO O| Oct 03 21:06:27.703 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142025-10-03T21:06:28.093Z[ recovery-image] Oct 03 21:06:27.719 INFO O| Oct 03 21:06:27.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
70152025-10-03T21:06:28.093Z[ recovery-image] Oct 03 21:06:27.719 INFO O| Oct 03 21:06:27.719 INFO STEP 714 (remove_files) COMPLETE
70162025-10-03T21:06:28.093Z[ recovery-image] Oct 03 21:06:27.720 INFO O| Oct 03 21:06:27.719 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172025-10-03T21:06:28.118Z[ recovery-image] Oct 03 21:06:27.737 INFO O| Oct 03 21:06:27.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
70182025-10-03T21:06:28.118Z[ recovery-image] Oct 03 21:06:27.737 INFO O| Oct 03 21:06:27.737 INFO STEP 715 (remove_files) COMPLETE
70192025-10-03T21:06:28.118Z[ recovery-image] Oct 03 21:06:27.737 INFO O| Oct 03 21:06:27.737 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202025-10-03T21:06:28.118Z[ recovery-image] Oct 03 21:06:27.756 INFO O| Oct 03 21:06:27.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
70212025-10-03T21:06:28.118Z[ recovery-image] Oct 03 21:06:27.756 INFO O| Oct 03 21:06:27.756 INFO STEP 716 (remove_files) COMPLETE
70222025-10-03T21:06:28.118Z[ recovery-image] Oct 03 21:06:27.756 INFO O| Oct 03 21:06:27.756 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232025-10-03T21:06:28.142Z[ recovery-image] Oct 03 21:06:27.774 INFO O| Oct 03 21:06:27.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
70242025-10-03T21:06:28.143Z[ recovery-image] Oct 03 21:06:27.774 INFO O| Oct 03 21:06:27.774 INFO STEP 717 (remove_files) COMPLETE
70252025-10-03T21:06:28.143Z[ recovery-image] Oct 03 21:06:27.774 INFO O| Oct 03 21:06:27.774 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262025-10-03T21:06:28.167Z[ recovery-image] Oct 03 21:06:27.789 INFO O| Oct 03 21:06:27.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
70272025-10-03T21:06:28.167Z[ recovery-image] Oct 03 21:06:27.789 INFO O| Oct 03 21:06:27.789 INFO STEP 718 (remove_files) COMPLETE
70282025-10-03T21:06:28.167Z[ recovery-image] Oct 03 21:06:27.789 INFO O| Oct 03 21:06:27.789 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292025-10-03T21:06:28.167Z[ recovery-image] Oct 03 21:06:27.804 INFO O| Oct 03 21:06:27.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
70302025-10-03T21:06:28.167Z[ recovery-image] Oct 03 21:06:27.805 INFO O| Oct 03 21:06:27.805 INFO STEP 719 (remove_files) COMPLETE
70312025-10-03T21:06:28.167Z[ recovery-image] Oct 03 21:06:27.805 INFO O| Oct 03 21:06:27.805 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322025-10-03T21:06:28.192Z[ recovery-image] Oct 03 21:06:27.820 INFO O| Oct 03 21:06:27.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
70332025-10-03T21:06:28.192Z[ recovery-image] Oct 03 21:06:27.821 INFO O| Oct 03 21:06:27.821 INFO STEP 720 (remove_files) COMPLETE
70342025-10-03T21:06:28.192Z[ recovery-image] Oct 03 21:06:27.821 INFO O| Oct 03 21:06:27.821 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352025-10-03T21:06:28.216Z[ recovery-image] Oct 03 21:06:27.835 INFO O| Oct 03 21:06:27.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
70362025-10-03T21:06:28.216Z[ recovery-image] Oct 03 21:06:27.835 INFO O| Oct 03 21:06:27.834 INFO STEP 721 (remove_files) COMPLETE
70372025-10-03T21:06:28.217Z[ recovery-image] Oct 03 21:06:27.835 INFO O| Oct 03 21:06:27.834 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382025-10-03T21:06:28.217Z[ recovery-image] Oct 03 21:06:27.850 INFO O| Oct 03 21:06:27.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
70392025-10-03T21:06:28.217Z[ recovery-image] Oct 03 21:06:27.850 INFO O| Oct 03 21:06:27.850 INFO STEP 722 (remove_files) COMPLETE
70402025-10-03T21:06:28.217Z[ recovery-image] Oct 03 21:06:27.850 INFO O| Oct 03 21:06:27.850 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412025-10-03T21:06:28.241Z[ recovery-image] Oct 03 21:06:27.864 INFO O| Oct 03 21:06:27.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
70422025-10-03T21:06:28.241Z[ recovery-image] Oct 03 21:06:27.864 INFO O| Oct 03 21:06:27.864 INFO STEP 723 (remove_files) COMPLETE
70432025-10-03T21:06:28.241Z[ recovery-image] Oct 03 21:06:27.864 INFO O| Oct 03 21:06:27.864 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442025-10-03T21:06:28.241Z[ recovery-image] Oct 03 21:06:27.877 INFO O| Oct 03 21:06:27.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
70452025-10-03T21:06:28.241Z[ recovery-image] Oct 03 21:06:27.877 INFO O| Oct 03 21:06:27.877 INFO STEP 724 (remove_files) COMPLETE
70462025-10-03T21:06:28.241Z[ recovery-image] Oct 03 21:06:27.877 INFO O| Oct 03 21:06:27.877 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472025-10-03T21:06:28.265Z[ recovery-image] Oct 03 21:06:27.893 INFO O| Oct 03 21:06:27.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
70482025-10-03T21:06:28.265Z[ recovery-image] Oct 03 21:06:27.893 INFO O| Oct 03 21:06:27.893 INFO STEP 725 (remove_files) COMPLETE
70492025-10-03T21:06:28.265Z[ recovery-image] Oct 03 21:06:27.893 INFO O| Oct 03 21:06:27.893 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502025-10-03T21:06:28.290Z[ recovery-image] Oct 03 21:06:27.910 INFO O| Oct 03 21:06:27.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
70512025-10-03T21:06:28.290Z[ recovery-image] Oct 03 21:06:27.910 INFO O| Oct 03 21:06:27.910 INFO STEP 726 (remove_files) COMPLETE
70522025-10-03T21:06:28.290Z[ recovery-image] Oct 03 21:06:27.910 INFO O| Oct 03 21:06:27.910 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532025-10-03T21:06:28.290Z[ recovery-image] Oct 03 21:06:27.923 INFO O| Oct 03 21:06:27.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
70542025-10-03T21:06:28.290Z[ recovery-image] Oct 03 21:06:27.923 INFO O| Oct 03 21:06:27.923 INFO STEP 727 (remove_files) COMPLETE
70552025-10-03T21:06:28.290Z[ recovery-image] Oct 03 21:06:27.923 INFO O| Oct 03 21:06:27.923 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562025-10-03T21:06:28.315Z[ recovery-image] Oct 03 21:06:27.939 INFO O| Oct 03 21:06:27.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
70572025-10-03T21:06:28.315Z[ recovery-image] Oct 03 21:06:27.939 INFO O| Oct 03 21:06:27.939 INFO STEP 728 (remove_files) COMPLETE
70582025-10-03T21:06:28.315Z[ recovery-image] Oct 03 21:06:27.939 INFO O| Oct 03 21:06:27.939 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592025-10-03T21:06:28.339Z[ recovery-image] Oct 03 21:06:27.957 INFO O| Oct 03 21:06:27.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
70602025-10-03T21:06:28.339Z[ recovery-image] Oct 03 21:06:27.958 INFO O| Oct 03 21:06:27.958 INFO STEP 729 (remove_files) COMPLETE
70612025-10-03T21:06:28.339Z[ recovery-image] Oct 03 21:06:27.958 INFO O| Oct 03 21:06:27.958 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622025-10-03T21:06:28.364Z[ recovery-image] Oct 03 21:06:27.991 INFO O| Oct 03 21:06:27.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
70632025-10-03T21:06:28.364Z[ recovery-image] Oct 03 21:06:27.992 INFO O| Oct 03 21:06:27.991 INFO STEP 730 (remove_files) COMPLETE
70642025-10-03T21:06:28.364Z[ recovery-image] Oct 03 21:06:27.992 INFO O| Oct 03 21:06:27.992 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652025-10-03T21:06:28.388Z[ recovery-image] Oct 03 21:06:28.009 INFO O| Oct 03 21:06:28.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
70662025-10-03T21:06:28.388Z[ recovery-image] Oct 03 21:06:28.009 INFO O| Oct 03 21:06:28.009 INFO STEP 731 (remove_files) COMPLETE
70672025-10-03T21:06:28.388Z[ recovery-image] Oct 03 21:06:28.009 INFO O| Oct 03 21:06:28.009 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682025-10-03T21:06:28.388Z[ recovery-image] Oct 03 21:06:28.024 INFO O| Oct 03 21:06:28.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
70692025-10-03T21:06:28.388Z[ recovery-image] Oct 03 21:06:28.024 INFO O| Oct 03 21:06:28.024 INFO STEP 732 (remove_files) COMPLETE
70702025-10-03T21:06:28.388Z[ recovery-image] Oct 03 21:06:28.024 INFO O| Oct 03 21:06:28.024 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712025-10-03T21:06:28.413Z[ recovery-image] Oct 03 21:06:28.038 INFO O| Oct 03 21:06:28.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
70722025-10-03T21:06:28.413Z[ recovery-image] Oct 03 21:06:28.039 INFO O| Oct 03 21:06:28.038 INFO STEP 733 (remove_files) COMPLETE
70732025-10-03T21:06:28.413Z[ recovery-image] Oct 03 21:06:28.039 INFO O| Oct 03 21:06:28.039 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742025-10-03T21:06:28.438Z[ recovery-image] Oct 03 21:06:28.055 INFO O| Oct 03 21:06:28.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
70752025-10-03T21:06:28.438Z[ recovery-image] Oct 03 21:06:28.055 INFO O| Oct 03 21:06:28.055 INFO STEP 734 (remove_files) COMPLETE
70762025-10-03T21:06:28.438Z[ recovery-image] Oct 03 21:06:28.055 INFO O| Oct 03 21:06:28.055 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772025-10-03T21:06:28.462Z[ recovery-image] Oct 03 21:06:28.071 INFO O| Oct 03 21:06:28.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70782025-10-03T21:06:28.462Z[ recovery-image] Oct 03 21:06:28.071 INFO O| Oct 03 21:06:28.071 INFO STEP 735 (remove_files) COMPLETE
70792025-10-03T21:06:28.462Z[ recovery-image] Oct 03 21:06:28.071 INFO O| Oct 03 21:06:28.071 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802025-10-03T21:06:28.462Z[ recovery-image] Oct 03 21:06:28.084 INFO O| Oct 03 21:06:28.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70812025-10-03T21:06:28.462Z[ recovery-image] Oct 03 21:06:28.084 INFO O| Oct 03 21:06:28.084 INFO STEP 736 (remove_files) COMPLETE
70822025-10-03T21:06:28.462Z[ recovery-image] Oct 03 21:06:28.084 INFO O| Oct 03 21:06:28.084 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832025-10-03T21:06:28.462Z[ recovery-image] Oct 03 21:06:28.099 INFO O| Oct 03 21:06:28.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70842025-10-03T21:06:28.462Z[ recovery-image] Oct 03 21:06:28.099 INFO O| Oct 03 21:06:28.099 INFO STEP 737 (remove_files) COMPLETE
70852025-10-03T21:06:28.462Z[ recovery-image] Oct 03 21:06:28.099 INFO O| Oct 03 21:06:28.099 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862025-10-03T21:06:28.487Z[ recovery-image] Oct 03 21:06:28.112 INFO O| Oct 03 21:06:28.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70872025-10-03T21:06:28.487Z[ recovery-image] Oct 03 21:06:28.113 INFO O| Oct 03 21:06:28.113 INFO STEP 738 (remove_files) COMPLETE
70882025-10-03T21:06:28.487Z[ recovery-image] Oct 03 21:06:28.113 INFO O| Oct 03 21:06:28.113 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892025-10-03T21:06:28.487Z[ recovery-image] Oct 03 21:06:28.125 INFO O| Oct 03 21:06:28.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70902025-10-03T21:06:28.487Z[ recovery-image] Oct 03 21:06:28.125 INFO O| Oct 03 21:06:28.125 INFO STEP 739 (remove_files) COMPLETE
70912025-10-03T21:06:28.487Z[ recovery-image] Oct 03 21:06:28.125 INFO O| Oct 03 21:06:28.125 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922025-10-03T21:06:28.511Z[ recovery-image] Oct 03 21:06:28.141 INFO O| Oct 03 21:06:28.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70932025-10-03T21:06:28.511Z[ recovery-image] Oct 03 21:06:28.141 INFO O| Oct 03 21:06:28.141 INFO STEP 740 (remove_files) COMPLETE
70942025-10-03T21:06:28.511Z[ recovery-image] Oct 03 21:06:28.142 INFO O| Oct 03 21:06:28.141 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952025-10-03T21:06:28.535Z[ recovery-image] Oct 03 21:06:28.154 INFO O| Oct 03 21:06:28.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70962025-10-03T21:06:28.535Z[ recovery-image] Oct 03 21:06:28.155 INFO O| Oct 03 21:06:28.154 INFO STEP 741 (remove_files) COMPLETE
70972025-10-03T21:06:28.535Z[ recovery-image] Oct 03 21:06:28.155 INFO O| Oct 03 21:06:28.154 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982025-10-03T21:06:28.535Z[ recovery-image] Oct 03 21:06:28.167 INFO O| Oct 03 21:06:28.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70992025-10-03T21:06:28.535Z[ recovery-image] Oct 03 21:06:28.167 INFO O| Oct 03 21:06:28.167 INFO STEP 742 (remove_files) COMPLETE
71002025-10-03T21:06:28.535Z[ recovery-image] Oct 03 21:06:28.167 INFO O| Oct 03 21:06:28.167 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012025-10-03T21:06:28.561Z[ recovery-image] Oct 03 21:06:28.183 INFO O| Oct 03 21:06:28.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
71022025-10-03T21:06:28.561Z[ recovery-image] Oct 03 21:06:28.183 INFO O| Oct 03 21:06:28.183 INFO STEP 743 (remove_files) COMPLETE
71032025-10-03T21:06:28.561Z[ recovery-image] Oct 03 21:06:28.183 INFO O| Oct 03 21:06:28.183 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042025-10-03T21:06:28.561Z[ recovery-image] Oct 03 21:06:28.198 INFO O| Oct 03 21:06:28.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
71052025-10-03T21:06:28.561Z[ recovery-image] Oct 03 21:06:28.198 INFO O| Oct 03 21:06:28.198 INFO STEP 744 (remove_files) COMPLETE
71062025-10-03T21:06:28.561Z[ recovery-image] Oct 03 21:06:28.198 INFO O| Oct 03 21:06:28.198 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072025-10-03T21:06:28.585Z[ recovery-image] Oct 03 21:06:28.211 INFO O| Oct 03 21:06:28.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
71082025-10-03T21:06:28.585Z[ recovery-image] Oct 03 21:06:28.211 INFO O| Oct 03 21:06:28.211 INFO STEP 745 (remove_files) COMPLETE
71092025-10-03T21:06:28.585Z[ recovery-image] Oct 03 21:06:28.211 INFO O| Oct 03 21:06:28.211 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102025-10-03T21:06:28.609Z[ recovery-image] Oct 03 21:06:28.226 INFO O| Oct 03 21:06:28.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
71112025-10-03T21:06:28.609Z[ recovery-image] Oct 03 21:06:28.226 INFO O| Oct 03 21:06:28.226 INFO STEP 746 (remove_files) COMPLETE
71122025-10-03T21:06:28.609Z[ recovery-image] Oct 03 21:06:28.226 INFO O| Oct 03 21:06:28.226 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132025-10-03T21:06:28.609Z[ recovery-image] Oct 03 21:06:28.241 INFO O| Oct 03 21:06:28.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
71142025-10-03T21:06:28.609Z[ recovery-image] Oct 03 21:06:28.241 INFO O| Oct 03 21:06:28.241 INFO STEP 747 (remove_files) COMPLETE
71152025-10-03T21:06:28.609Z[ recovery-image] Oct 03 21:06:28.241 INFO O| Oct 03 21:06:28.241 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162025-10-03T21:06:28.634Z[ recovery-image] Oct 03 21:06:28.256 INFO O| Oct 03 21:06:28.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
71172025-10-03T21:06:28.634Z[ recovery-image] Oct 03 21:06:28.256 INFO O| Oct 03 21:06:28.256 INFO STEP 748 (remove_files) COMPLETE
71182025-10-03T21:06:28.634Z[ recovery-image] Oct 03 21:06:28.256 INFO O| Oct 03 21:06:28.256 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192025-10-03T21:06:28.634Z[ recovery-image] Oct 03 21:06:28.272 INFO O| Oct 03 21:06:28.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
71202025-10-03T21:06:28.634Z[ recovery-image] Oct 03 21:06:28.272 INFO O| Oct 03 21:06:28.272 INFO STEP 749 (remove_files) COMPLETE
71212025-10-03T21:06:28.634Z[ recovery-image] Oct 03 21:06:28.272 INFO O| Oct 03 21:06:28.272 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222025-10-03T21:06:28.658Z[ recovery-image] Oct 03 21:06:28.289 INFO O| Oct 03 21:06:28.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
71232025-10-03T21:06:28.658Z[ recovery-image] Oct 03 21:06:28.289 INFO O| Oct 03 21:06:28.289 INFO STEP 750 (remove_files) COMPLETE
71242025-10-03T21:06:28.658Z[ recovery-image] Oct 03 21:06:28.289 INFO O| Oct 03 21:06:28.289 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252025-10-03T21:06:28.683Z[ recovery-image] Oct 03 21:06:28.305 INFO O| Oct 03 21:06:28.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
71262025-10-03T21:06:28.683Z[ recovery-image] Oct 03 21:06:28.305 INFO O| Oct 03 21:06:28.305 INFO STEP 751 (remove_files) COMPLETE
71272025-10-03T21:06:28.683Z[ recovery-image] Oct 03 21:06:28.305 INFO O| Oct 03 21:06:28.305 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282025-10-03T21:06:28.683Z[ recovery-image] Oct 03 21:06:28.321 INFO O| Oct 03 21:06:28.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
71292025-10-03T21:06:28.683Z[ recovery-image] Oct 03 21:06:28.322 INFO O| Oct 03 21:06:28.321 INFO STEP 752 (remove_files) COMPLETE
71302025-10-03T21:06:28.683Z[ recovery-image] Oct 03 21:06:28.322 INFO O| Oct 03 21:06:28.321 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312025-10-03T21:06:28.709Z[ recovery-image] Oct 03 21:06:28.335 INFO O| Oct 03 21:06:28.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
71322025-10-03T21:06:28.709Z[ recovery-image] Oct 03 21:06:28.335 INFO O| Oct 03 21:06:28.335 INFO STEP 753 (remove_files) COMPLETE
71332025-10-03T21:06:28.709Z[ recovery-image] Oct 03 21:06:28.335 INFO O| Oct 03 21:06:28.335 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342025-10-03T21:06:28.734Z[ recovery-image] Oct 03 21:06:28.352 INFO O| Oct 03 21:06:28.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
71352025-10-03T21:06:28.734Z[ recovery-image] Oct 03 21:06:28.352 INFO O| Oct 03 21:06:28.352 INFO STEP 754 (remove_files) COMPLETE
71362025-10-03T21:06:28.734Z[ recovery-image] Oct 03 21:06:28.352 INFO O| Oct 03 21:06:28.352 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372025-10-03T21:06:28.734Z[ recovery-image] Oct 03 21:06:28.364 INFO O| Oct 03 21:06:28.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
71382025-10-03T21:06:28.734Z[ recovery-image] Oct 03 21:06:28.364 INFO O| Oct 03 21:06:28.364 INFO STEP 755 (remove_files) COMPLETE
71392025-10-03T21:06:28.734Z[ recovery-image] Oct 03 21:06:28.364 INFO O| Oct 03 21:06:28.364 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402025-10-03T21:06:28.758Z[ recovery-image] Oct 03 21:06:28.375 INFO O| Oct 03 21:06:28.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
71412025-10-03T21:06:28.758Z[ recovery-image] Oct 03 21:06:28.375 INFO O| Oct 03 21:06:28.375 INFO STEP 756 (remove_files) COMPLETE
71422025-10-03T21:06:28.758Z[ recovery-image] Oct 03 21:06:28.375 INFO O| Oct 03 21:06:28.375 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432025-10-03T21:06:28.795Z[ recovery-image] Oct 03 21:06:28.435 INFO O| Oct 03 21:06:28.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
71442025-10-03T21:06:28.795Z[ recovery-image] Oct 03 21:06:28.435 INFO O| Oct 03 21:06:28.435 INFO STEP 757 (remove_files) COMPLETE
71452025-10-03T21:06:28.821Z[ recovery-image] Oct 03 21:06:28.435 INFO O| Oct 03 21:06:28.435 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462025-10-03T21:06:28.821Z[ recovery-image] Oct 03 21:06:28.453 INFO O| Oct 03 21:06:28.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
71472025-10-03T21:06:28.821Z[ recovery-image] Oct 03 21:06:28.454 INFO O| Oct 03 21:06:28.453 INFO STEP 758 (remove_files) COMPLETE
71482025-10-03T21:06:28.821Z[ recovery-image] Oct 03 21:06:28.454 INFO O| Oct 03 21:06:28.454 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492025-10-03T21:06:28.846Z[ recovery-image] Oct 03 21:06:28.464 INFO O| Oct 03 21:06:28.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
71502025-10-03T21:06:28.846Z[ recovery-image] Oct 03 21:06:28.465 INFO O| Oct 03 21:06:28.465 INFO STEP 759 (remove_files) COMPLETE
71512025-10-03T21:06:28.846Z[ recovery-image] Oct 03 21:06:28.465 INFO O| Oct 03 21:06:28.465 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522025-10-03T21:06:28.846Z[ recovery-image] Oct 03 21:06:28.475 INFO O| Oct 03 21:06:28.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
71532025-10-03T21:06:28.846Z[ recovery-image] Oct 03 21:06:28.475 INFO O| Oct 03 21:06:28.475 INFO STEP 760 (remove_files) COMPLETE
71542025-10-03T21:06:28.846Z[ recovery-image] Oct 03 21:06:28.475 INFO O| Oct 03 21:06:28.475 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552025-10-03T21:06:28.870Z[ recovery-image] Oct 03 21:06:28.491 INFO O| Oct 03 21:06:28.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
71562025-10-03T21:06:28.870Z[ recovery-image] Oct 03 21:06:28.491 INFO O| Oct 03 21:06:28.491 INFO STEP 761 (remove_files) COMPLETE
71572025-10-03T21:06:28.870Z[ recovery-image] Oct 03 21:06:28.491 INFO O| Oct 03 21:06:28.491 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582025-10-03T21:06:28.870Z[ recovery-image] Oct 03 21:06:28.502 INFO O| Oct 03 21:06:28.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
71592025-10-03T21:06:28.870Z[ recovery-image] Oct 03 21:06:28.502 INFO O| Oct 03 21:06:28.502 INFO STEP 762 (remove_files) COMPLETE
71602025-10-03T21:06:28.870Z[ recovery-image] Oct 03 21:06:28.502 INFO O| Oct 03 21:06:28.502 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612025-10-03T21:06:28.895Z[ recovery-image] Oct 03 21:06:28.513 INFO O| Oct 03 21:06:28.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
71622025-10-03T21:06:28.895Z[ recovery-image] Oct 03 21:06:28.513 INFO O| Oct 03 21:06:28.513 INFO STEP 763 (remove_files) COMPLETE
71632025-10-03T21:06:28.895Z[ recovery-image] Oct 03 21:06:28.513 INFO O| Oct 03 21:06:28.513 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642025-10-03T21:06:28.919Z[ recovery-image] Oct 03 21:06:28.537 INFO O| Oct 03 21:06:28.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
71652025-10-03T21:06:28.919Z[ recovery-image] Oct 03 21:06:28.537 INFO O| Oct 03 21:06:28.537 INFO STEP 764 (remove_files) COMPLETE
71662025-10-03T21:06:28.919Z[ recovery-image] Oct 03 21:06:28.537 INFO O| Oct 03 21:06:28.537 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672025-10-03T21:06:28.919Z[ recovery-image] Oct 03 21:06:28.555 INFO O| Oct 03 21:06:28.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
71682025-10-03T21:06:28.919Z[ recovery-image] Oct 03 21:06:28.555 INFO O| Oct 03 21:06:28.555 INFO STEP 765 (remove_files) COMPLETE
71692025-10-03T21:06:28.919Z[ recovery-image] Oct 03 21:06:28.555 INFO O| Oct 03 21:06:28.555 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702025-10-03T21:06:29.013Z[ recovery-image] Oct 03 21:06:28.653 INFO O| Oct 03 21:06:28.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
71712025-10-03T21:06:29.014Z[ recovery-image] Oct 03 21:06:28.653 INFO O| Oct 03 21:06:28.653 INFO STEP 766 (remove_files) COMPLETE
71722025-10-03T21:06:29.038Z[ recovery-image] Oct 03 21:06:28.653 INFO O| Oct 03 21:06:28.653 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732025-10-03T21:06:29.038Z[ recovery-image] Oct 03 21:06:28.672 INFO O| Oct 03 21:06:28.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
71742025-10-03T21:06:29.038Z[ recovery-image] Oct 03 21:06:28.672 INFO O| Oct 03 21:06:28.672 INFO STEP 767 (remove_files) COMPLETE
71752025-10-03T21:06:29.038Z[ recovery-image] Oct 03 21:06:28.672 INFO O| Oct 03 21:06:28.672 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762025-10-03T21:06:29.062Z[ recovery-image] Oct 03 21:06:28.685 INFO O| Oct 03 21:06:28.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71772025-10-03T21:06:29.062Z[ recovery-image] Oct 03 21:06:28.685 INFO O| Oct 03 21:06:28.685 INFO STEP 768 (remove_files) COMPLETE
71782025-10-03T21:06:29.062Z[ recovery-image] Oct 03 21:06:28.685 INFO O| Oct 03 21:06:28.685 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792025-10-03T21:06:29.062Z[ recovery-image] Oct 03 21:06:28.696 INFO O| Oct 03 21:06:28.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71802025-10-03T21:06:29.062Z[ recovery-image] Oct 03 21:06:28.696 INFO O| Oct 03 21:06:28.696 INFO STEP 769 (remove_files) COMPLETE
71812025-10-03T21:06:29.062Z[ recovery-image] Oct 03 21:06:28.696 INFO O| Oct 03 21:06:28.696 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822025-10-03T21:06:29.086Z[ recovery-image] Oct 03 21:06:28.711 INFO O| Oct 03 21:06:28.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71832025-10-03T21:06:29.086Z[ recovery-image] Oct 03 21:06:28.711 INFO O| Oct 03 21:06:28.711 INFO STEP 770 (remove_files) COMPLETE
71842025-10-03T21:06:29.086Z[ recovery-image] Oct 03 21:06:28.711 INFO O| Oct 03 21:06:28.711 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852025-10-03T21:06:29.111Z[ recovery-image] Oct 03 21:06:28.728 INFO O| Oct 03 21:06:28.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71862025-10-03T21:06:29.111Z[ recovery-image] Oct 03 21:06:28.728 INFO O| Oct 03 21:06:28.728 INFO STEP 771 (remove_files) COMPLETE
71872025-10-03T21:06:29.111Z[ recovery-image] Oct 03 21:06:28.728 INFO O| Oct 03 21:06:28.728 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882025-10-03T21:06:29.111Z[ recovery-image] Oct 03 21:06:28.745 INFO O| Oct 03 21:06:28.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71892025-10-03T21:06:29.111Z[ recovery-image] Oct 03 21:06:28.745 INFO O| Oct 03 21:06:28.745 INFO STEP 772 (remove_files) COMPLETE
71902025-10-03T21:06:29.111Z[ recovery-image] Oct 03 21:06:28.745 INFO O| Oct 03 21:06:28.745 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912025-10-03T21:06:29.135Z[ recovery-image] Oct 03 21:06:28.763 INFO O| Oct 03 21:06:28.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71922025-10-03T21:06:29.135Z[ recovery-image] Oct 03 21:06:28.764 INFO O| Oct 03 21:06:28.763 INFO STEP 773 (remove_files) COMPLETE
71932025-10-03T21:06:29.135Z[ recovery-image] Oct 03 21:06:28.764 INFO O| Oct 03 21:06:28.764 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942025-10-03T21:06:29.160Z[ recovery-image] Oct 03 21:06:28.780 INFO O| Oct 03 21:06:28.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71952025-10-03T21:06:29.160Z[ recovery-image] Oct 03 21:06:28.780 INFO O| Oct 03 21:06:28.780 INFO STEP 774 (remove_files) COMPLETE
71962025-10-03T21:06:29.160Z[ recovery-image] Oct 03 21:06:28.780 INFO O| Oct 03 21:06:28.780 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972025-10-03T21:06:29.160Z[ recovery-image] Oct 03 21:06:28.796 INFO O| Oct 03 21:06:28.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71982025-10-03T21:06:29.160Z[ recovery-image] Oct 03 21:06:28.796 INFO O| Oct 03 21:06:28.796 INFO STEP 775 (remove_files) COMPLETE
71992025-10-03T21:06:29.160Z[ recovery-image] Oct 03 21:06:28.796 INFO O| Oct 03 21:06:28.796 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002025-10-03T21:06:29.184Z[ recovery-image] Oct 03 21:06:28.815 INFO O| Oct 03 21:06:28.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
72012025-10-03T21:06:29.184Z[ recovery-image] Oct 03 21:06:28.815 INFO O| Oct 03 21:06:28.815 INFO STEP 776 (remove_files) COMPLETE
72022025-10-03T21:06:29.184Z[ recovery-image] Oct 03 21:06:28.815 INFO O| Oct 03 21:06:28.815 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032025-10-03T21:06:29.210Z[ recovery-image] Oct 03 21:06:28.832 INFO O| Oct 03 21:06:28.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
72042025-10-03T21:06:29.210Z[ recovery-image] Oct 03 21:06:28.832 INFO O| Oct 03 21:06:28.832 INFO STEP 777 (remove_files) COMPLETE
72052025-10-03T21:06:29.210Z[ recovery-image] Oct 03 21:06:28.832 INFO O| Oct 03 21:06:28.832 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062025-10-03T21:06:29.234Z[ recovery-image] Oct 03 21:06:28.849 INFO O| Oct 03 21:06:28.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
72072025-10-03T21:06:29.234Z[ recovery-image] Oct 03 21:06:28.849 INFO O| Oct 03 21:06:28.849 INFO STEP 778 (remove_files) COMPLETE
72082025-10-03T21:06:29.234Z[ recovery-image] Oct 03 21:06:28.850 INFO O| Oct 03 21:06:28.849 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092025-10-03T21:06:29.235Z[ recovery-image] Oct 03 21:06:28.866 INFO O| Oct 03 21:06:28.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
72102025-10-03T21:06:29.235Z[ recovery-image] Oct 03 21:06:28.866 INFO O| Oct 03 21:06:28.866 INFO STEP 779 (remove_files) COMPLETE
72112025-10-03T21:06:29.235Z[ recovery-image] Oct 03 21:06:28.866 INFO O| Oct 03 21:06:28.866 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122025-10-03T21:06:29.259Z[ recovery-image] Oct 03 21:06:28.880 INFO O| Oct 03 21:06:28.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
72132025-10-03T21:06:29.259Z[ recovery-image] Oct 03 21:06:28.880 INFO O| Oct 03 21:06:28.880 INFO STEP 780 (remove_files) COMPLETE
72142025-10-03T21:06:29.259Z[ recovery-image] Oct 03 21:06:28.880 INFO O| Oct 03 21:06:28.880 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152025-10-03T21:06:29.259Z[ recovery-image] Oct 03 21:06:28.895 INFO O| Oct 03 21:06:28.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
72162025-10-03T21:06:29.259Z[ recovery-image] Oct 03 21:06:28.895 INFO O| Oct 03 21:06:28.895 INFO STEP 781 (remove_files) COMPLETE
72172025-10-03T21:06:29.259Z[ recovery-image] Oct 03 21:06:28.895 INFO O| Oct 03 21:06:28.895 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182025-10-03T21:06:29.283Z[ recovery-image] Oct 03 21:06:28.909 INFO O| Oct 03 21:06:28.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
72192025-10-03T21:06:29.283Z[ recovery-image] Oct 03 21:06:28.909 INFO O| Oct 03 21:06:28.909 INFO STEP 782 (remove_files) COMPLETE
72202025-10-03T21:06:29.283Z[ recovery-image] Oct 03 21:06:28.909 INFO O| Oct 03 21:06:28.909 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212025-10-03T21:06:29.284Z[ recovery-image] Oct 03 21:06:28.923 INFO O| Oct 03 21:06:28.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
72222025-10-03T21:06:29.284Z[ recovery-image] Oct 03 21:06:28.923 INFO O| Oct 03 21:06:28.923 INFO STEP 783 (remove_files) COMPLETE
72232025-10-03T21:06:29.284Z[ recovery-image] Oct 03 21:06:28.923 INFO O| Oct 03 21:06:28.923 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242025-10-03T21:06:29.323Z[ recovery-image] Oct 03 21:06:28.938 INFO O| Oct 03 21:06:28.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
72252025-10-03T21:06:29.323Z[ recovery-image] Oct 03 21:06:28.939 INFO O| Oct 03 21:06:28.939 INFO STEP 784 (remove_files) COMPLETE
72262025-10-03T21:06:29.323Z[ recovery-image] Oct 03 21:06:28.939 INFO O| Oct 03 21:06:28.939 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272025-10-03T21:06:29.324Z[ recovery-image] Oct 03 21:06:28.951 INFO O| Oct 03 21:06:28.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
72282025-10-03T21:06:29.324Z[ recovery-image] Oct 03 21:06:28.951 INFO O| Oct 03 21:06:28.951 INFO STEP 785 (remove_files) COMPLETE
72292025-10-03T21:06:29.324Z[ recovery-image] Oct 03 21:06:28.951 INFO O| Oct 03 21:06:28.951 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302025-10-03T21:06:29.324Z[ recovery-image] Oct 03 21:06:28.963 INFO O| Oct 03 21:06:28.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
72312025-10-03T21:06:29.324Z[ recovery-image] Oct 03 21:06:28.963 INFO O| Oct 03 21:06:28.963 INFO STEP 786 (remove_files) COMPLETE
72322025-10-03T21:06:29.324Z[ recovery-image] Oct 03 21:06:28.963 INFO O| Oct 03 21:06:28.963 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332025-10-03T21:06:29.349Z[ recovery-image] Oct 03 21:06:28.981 INFO O| Oct 03 21:06:28.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
72342025-10-03T21:06:29.349Z[ recovery-image] Oct 03 21:06:28.982 INFO O| Oct 03 21:06:28.982 INFO STEP 787 (remove_files) COMPLETE
72352025-10-03T21:06:29.349Z[ recovery-image] Oct 03 21:06:28.982 INFO O| Oct 03 21:06:28.982 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362025-10-03T21:06:29.373Z[ recovery-image] Oct 03 21:06:28.996 INFO O| Oct 03 21:06:28.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
72372025-10-03T21:06:29.373Z[ recovery-image] Oct 03 21:06:28.996 INFO O| Oct 03 21:06:28.996 INFO STEP 788 (remove_files) COMPLETE
72382025-10-03T21:06:29.373Z[ recovery-image] Oct 03 21:06:28.996 INFO O| Oct 03 21:06:28.996 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392025-10-03T21:06:29.397Z[ recovery-image] Oct 03 21:06:29.015 INFO O| Oct 03 21:06:29.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
72402025-10-03T21:06:29.397Z[ recovery-image] Oct 03 21:06:29.015 INFO O| Oct 03 21:06:29.015 INFO STEP 789 (remove_files) COMPLETE
72412025-10-03T21:06:29.397Z[ recovery-image] Oct 03 21:06:29.015 INFO O| Oct 03 21:06:29.015 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422025-10-03T21:06:29.397Z[ recovery-image] Oct 03 21:06:29.034 INFO O| Oct 03 21:06:29.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
72432025-10-03T21:06:29.398Z[ recovery-image] Oct 03 21:06:29.034 INFO O| Oct 03 21:06:29.034 INFO STEP 790 (remove_files) COMPLETE
72442025-10-03T21:06:29.398Z[ recovery-image] Oct 03 21:06:29.034 INFO O| Oct 03 21:06:29.034 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452025-10-03T21:06:29.422Z[ recovery-image] Oct 03 21:06:29.052 INFO O| Oct 03 21:06:29.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
72462025-10-03T21:06:29.422Z[ recovery-image] Oct 03 21:06:29.052 INFO O| Oct 03 21:06:29.052 INFO STEP 791 (remove_files) COMPLETE
72472025-10-03T21:06:29.422Z[ recovery-image] Oct 03 21:06:29.052 INFO O| Oct 03 21:06:29.052 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482025-10-03T21:06:29.447Z[ recovery-image] Oct 03 21:06:29.067 INFO O| Oct 03 21:06:29.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
72492025-10-03T21:06:29.447Z[ recovery-image] Oct 03 21:06:29.067 INFO O| Oct 03 21:06:29.067 INFO STEP 792 (remove_files) COMPLETE
72502025-10-03T21:06:29.447Z[ recovery-image] Oct 03 21:06:29.067 INFO O| Oct 03 21:06:29.067 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512025-10-03T21:06:29.447Z[ recovery-image] Oct 03 21:06:29.082 INFO O| Oct 03 21:06:29.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
72522025-10-03T21:06:29.447Z[ recovery-image] Oct 03 21:06:29.082 INFO O| Oct 03 21:06:29.082 INFO STEP 793 (remove_files) COMPLETE
72532025-10-03T21:06:29.447Z[ recovery-image] Oct 03 21:06:29.082 INFO O| Oct 03 21:06:29.082 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542025-10-03T21:06:29.471Z[ recovery-image] Oct 03 21:06:29.100 INFO O| Oct 03 21:06:29.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
72552025-10-03T21:06:29.471Z[ recovery-image] Oct 03 21:06:29.100 INFO O| Oct 03 21:06:29.100 INFO STEP 794 (remove_files) COMPLETE
72562025-10-03T21:06:29.471Z[ recovery-image] Oct 03 21:06:29.100 INFO O| Oct 03 21:06:29.100 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572025-10-03T21:06:29.495Z[ recovery-image] Oct 03 21:06:29.118 INFO O| Oct 03 21:06:29.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
72582025-10-03T21:06:29.495Z[ recovery-image] Oct 03 21:06:29.118 INFO O| Oct 03 21:06:29.118 INFO STEP 795 (remove_files) COMPLETE
72592025-10-03T21:06:29.495Z[ recovery-image] Oct 03 21:06:29.118 INFO O| Oct 03 21:06:29.118 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602025-10-03T21:06:29.495Z[ recovery-image] Oct 03 21:06:29.130 INFO O| Oct 03 21:06:29.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
72612025-10-03T21:06:29.495Z[ recovery-image] Oct 03 21:06:29.130 INFO O| Oct 03 21:06:29.130 INFO STEP 796 (remove_files) COMPLETE
72622025-10-03T21:06:29.495Z[ recovery-image] Oct 03 21:06:29.130 INFO O| Oct 03 21:06:29.130 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632025-10-03T21:06:29.519Z[ recovery-image] Oct 03 21:06:29.143 INFO O| Oct 03 21:06:29.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
72642025-10-03T21:06:29.520Z[ recovery-image] Oct 03 21:06:29.143 INFO O| Oct 03 21:06:29.143 INFO STEP 797 (remove_files) COMPLETE
72652025-10-03T21:06:29.520Z[ recovery-image] Oct 03 21:06:29.143 INFO O| Oct 03 21:06:29.143 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662025-10-03T21:06:29.544Z[ recovery-image] Oct 03 21:06:29.162 INFO O| Oct 03 21:06:29.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
72672025-10-03T21:06:29.544Z[ recovery-image] Oct 03 21:06:29.162 INFO O| Oct 03 21:06:29.162 INFO STEP 798 (remove_files) COMPLETE
72682025-10-03T21:06:29.544Z[ recovery-image] Oct 03 21:06:29.162 INFO O| Oct 03 21:06:29.162 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692025-10-03T21:06:29.544Z[ recovery-image] Oct 03 21:06:29.179 INFO O| Oct 03 21:06:29.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
72702025-10-03T21:06:29.544Z[ recovery-image] Oct 03 21:06:29.179 INFO O| Oct 03 21:06:29.179 INFO STEP 799 (remove_files) COMPLETE
72712025-10-03T21:06:29.544Z[ recovery-image] Oct 03 21:06:29.179 INFO O| Oct 03 21:06:29.179 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722025-10-03T21:06:29.568Z[ recovery-image] Oct 03 21:06:29.196 INFO O| Oct 03 21:06:29.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
72732025-10-03T21:06:29.568Z[ recovery-image] Oct 03 21:06:29.196 INFO O| Oct 03 21:06:29.196 INFO STEP 800 (remove_files) COMPLETE
72742025-10-03T21:06:29.568Z[ recovery-image] Oct 03 21:06:29.196 INFO O| Oct 03 21:06:29.196 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752025-10-03T21:06:29.592Z[ recovery-image] Oct 03 21:06:29.210 INFO O| Oct 03 21:06:29.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
72762025-10-03T21:06:29.592Z[ recovery-image] Oct 03 21:06:29.211 INFO O| Oct 03 21:06:29.210 INFO STEP 801 (remove_files) COMPLETE
72772025-10-03T21:06:29.592Z[ recovery-image] Oct 03 21:06:29.211 INFO O| Oct 03 21:06:29.211 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782025-10-03T21:06:29.592Z[ recovery-image] Oct 03 21:06:29.224 INFO O| Oct 03 21:06:29.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72792025-10-03T21:06:29.592Z[ recovery-image] Oct 03 21:06:29.224 INFO O| Oct 03 21:06:29.224 INFO STEP 802 (remove_files) COMPLETE
72802025-10-03T21:06:29.592Z[ recovery-image] Oct 03 21:06:29.224 INFO O| Oct 03 21:06:29.224 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812025-10-03T21:06:29.617Z[ recovery-image] Oct 03 21:06:29.238 INFO O| Oct 03 21:06:29.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72822025-10-03T21:06:29.617Z[ recovery-image] Oct 03 21:06:29.238 INFO O| Oct 03 21:06:29.238 INFO STEP 803 (remove_files) COMPLETE
72832025-10-03T21:06:29.617Z[ recovery-image] Oct 03 21:06:29.238 INFO O| Oct 03 21:06:29.238 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842025-10-03T21:06:29.617Z[ recovery-image] Oct 03 21:06:29.251 INFO O| Oct 03 21:06:29.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72852025-10-03T21:06:29.617Z[ recovery-image] Oct 03 21:06:29.252 INFO O| Oct 03 21:06:29.251 INFO STEP 804 (remove_files) COMPLETE
72862025-10-03T21:06:29.617Z[ recovery-image] Oct 03 21:06:29.252 INFO O| Oct 03 21:06:29.251 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872025-10-03T21:06:29.641Z[ recovery-image] Oct 03 21:06:29.264 INFO O| Oct 03 21:06:29.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72882025-10-03T21:06:29.641Z[ recovery-image] Oct 03 21:06:29.264 INFO O| Oct 03 21:06:29.264 INFO STEP 805 (remove_files) COMPLETE
72892025-10-03T21:06:29.641Z[ recovery-image] Oct 03 21:06:29.264 INFO O| Oct 03 21:06:29.264 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902025-10-03T21:06:29.641Z[ recovery-image] Oct 03 21:06:29.277 INFO O| Oct 03 21:06:29.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72912025-10-03T21:06:29.641Z[ recovery-image] Oct 03 21:06:29.277 INFO O| Oct 03 21:06:29.277 INFO STEP 806 (remove_files) COMPLETE
72922025-10-03T21:06:29.641Z[ recovery-image] Oct 03 21:06:29.277 INFO O| Oct 03 21:06:29.277 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932025-10-03T21:06:29.666Z[ recovery-image] Oct 03 21:06:29.293 INFO O| Oct 03 21:06:29.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72942025-10-03T21:06:29.666Z[ recovery-image] Oct 03 21:06:29.293 INFO O| Oct 03 21:06:29.293 INFO STEP 807 (remove_files) COMPLETE
72952025-10-03T21:06:29.666Z[ recovery-image] Oct 03 21:06:29.293 INFO O| Oct 03 21:06:29.293 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962025-10-03T21:06:29.690Z[ recovery-image] Oct 03 21:06:29.307 INFO O| Oct 03 21:06:29.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72972025-10-03T21:06:29.690Z[ recovery-image] Oct 03 21:06:29.307 INFO O| Oct 03 21:06:29.307 INFO STEP 808 (remove_files) COMPLETE
72982025-10-03T21:06:29.690Z[ recovery-image] Oct 03 21:06:29.307 INFO O| Oct 03 21:06:29.307 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992025-10-03T21:06:29.690Z[ recovery-image] Oct 03 21:06:29.322 INFO O| Oct 03 21:06:29.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
73002025-10-03T21:06:29.690Z[ recovery-image] Oct 03 21:06:29.323 INFO O| Oct 03 21:06:29.323 INFO STEP 809 (remove_files) COMPLETE
73012025-10-03T21:06:29.690Z[ recovery-image] Oct 03 21:06:29.323 INFO O| Oct 03 21:06:29.323 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022025-10-03T21:06:29.715Z[ recovery-image] Oct 03 21:06:29.340 INFO O| Oct 03 21:06:29.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
73032025-10-03T21:06:29.715Z[ recovery-image] Oct 03 21:06:29.340 INFO O| Oct 03 21:06:29.340 INFO STEP 810 (remove_files) COMPLETE
73042025-10-03T21:06:29.715Z[ recovery-image] Oct 03 21:06:29.340 INFO O| Oct 03 21:06:29.340 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052025-10-03T21:06:29.739Z[ recovery-image] Oct 03 21:06:29.357 INFO O| Oct 03 21:06:29.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
73062025-10-03T21:06:29.740Z[ recovery-image] Oct 03 21:06:29.357 INFO O| Oct 03 21:06:29.357 INFO STEP 811 (remove_files) COMPLETE
73072025-10-03T21:06:29.740Z[ recovery-image] Oct 03 21:06:29.357 INFO O| Oct 03 21:06:29.357 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082025-10-03T21:06:29.740Z[ recovery-image] Oct 03 21:06:29.373 INFO O| Oct 03 21:06:29.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
73092025-10-03T21:06:29.740Z[ recovery-image] Oct 03 21:06:29.374 INFO O| Oct 03 21:06:29.374 INFO STEP 812 (remove_files) COMPLETE
73102025-10-03T21:06:29.740Z[ recovery-image] Oct 03 21:06:29.374 INFO O| Oct 03 21:06:29.374 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112025-10-03T21:06:29.764Z[ recovery-image] Oct 03 21:06:29.387 INFO O| Oct 03 21:06:29.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
73122025-10-03T21:06:29.764Z[ recovery-image] Oct 03 21:06:29.387 INFO O| Oct 03 21:06:29.387 INFO STEP 813 (remove_files) COMPLETE
73132025-10-03T21:06:29.764Z[ recovery-image] Oct 03 21:06:29.387 INFO O| Oct 03 21:06:29.387 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142025-10-03T21:06:29.764Z[ recovery-image] Oct 03 21:06:29.398 INFO O| Oct 03 21:06:29.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
73152025-10-03T21:06:29.764Z[ recovery-image] Oct 03 21:06:29.398 INFO O| Oct 03 21:06:29.398 INFO STEP 814 (remove_files) COMPLETE
73162025-10-03T21:06:29.764Z[ recovery-image] Oct 03 21:06:29.398 INFO O| Oct 03 21:06:29.398 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172025-10-03T21:06:29.788Z[ recovery-image] Oct 03 21:06:29.409 INFO O| Oct 03 21:06:29.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
73182025-10-03T21:06:29.788Z[ recovery-image] Oct 03 21:06:29.409 INFO O| Oct 03 21:06:29.409 INFO STEP 815 (remove_files) COMPLETE
73192025-10-03T21:06:29.789Z[ recovery-image] Oct 03 21:06:29.409 INFO O| Oct 03 21:06:29.409 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202025-10-03T21:06:29.789Z[ recovery-image] Oct 03 21:06:29.420 INFO O| Oct 03 21:06:29.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
73212025-10-03T21:06:29.789Z[ recovery-image] Oct 03 21:06:29.421 INFO O| Oct 03 21:06:29.421 INFO STEP 816 (remove_files) COMPLETE
73222025-10-03T21:06:29.789Z[ recovery-image] Oct 03 21:06:29.421 INFO O| Oct 03 21:06:29.421 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232025-10-03T21:06:29.813Z[ recovery-image] Oct 03 21:06:29.431 INFO O| Oct 03 21:06:29.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
73242025-10-03T21:06:29.813Z[ recovery-image] Oct 03 21:06:29.431 INFO O| Oct 03 21:06:29.431 INFO STEP 817 (remove_files) COMPLETE
73252025-10-03T21:06:29.813Z[ recovery-image] Oct 03 21:06:29.431 INFO O| Oct 03 21:06:29.431 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262025-10-03T21:06:29.813Z[ recovery-image] Oct 03 21:06:29.449 INFO O| Oct 03 21:06:29.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
73272025-10-03T21:06:29.813Z[ recovery-image] Oct 03 21:06:29.449 INFO O| Oct 03 21:06:29.449 INFO STEP 818 (remove_files) COMPLETE
73282025-10-03T21:06:29.813Z[ recovery-image] Oct 03 21:06:29.449 INFO O| Oct 03 21:06:29.449 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292025-10-03T21:06:29.837Z[ recovery-image] Oct 03 21:06:29.464 INFO O| Oct 03 21:06:29.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
73302025-10-03T21:06:29.837Z[ recovery-image] Oct 03 21:06:29.465 INFO O| Oct 03 21:06:29.464 INFO STEP 819 (remove_files) COMPLETE
73312025-10-03T21:06:29.837Z[ recovery-image] Oct 03 21:06:29.465 INFO O| Oct 03 21:06:29.465 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322025-10-03T21:06:29.837Z[ recovery-image] Oct 03 21:06:29.477 INFO O| Oct 03 21:06:29.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
73332025-10-03T21:06:29.837Z[ recovery-image] Oct 03 21:06:29.477 INFO O| Oct 03 21:06:29.477 INFO STEP 820 (remove_files) COMPLETE
73342025-10-03T21:06:29.837Z[ recovery-image] Oct 03 21:06:29.477 INFO O| Oct 03 21:06:29.477 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352025-10-03T21:06:29.862Z[ recovery-image] Oct 03 21:06:29.494 INFO O| Oct 03 21:06:29.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
73362025-10-03T21:06:29.862Z[ recovery-image] Oct 03 21:06:29.494 INFO O| Oct 03 21:06:29.494 INFO STEP 821 (remove_files) COMPLETE
73372025-10-03T21:06:29.862Z[ recovery-image] Oct 03 21:06:29.494 INFO O| Oct 03 21:06:29.494 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382025-10-03T21:06:29.886Z[ recovery-image] Oct 03 21:06:29.510 INFO O| Oct 03 21:06:29.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
73392025-10-03T21:06:29.886Z[ recovery-image] Oct 03 21:06:29.510 INFO O| Oct 03 21:06:29.510 INFO STEP 822 (remove_files) COMPLETE
73402025-10-03T21:06:29.886Z[ recovery-image] Oct 03 21:06:29.510 INFO O| Oct 03 21:06:29.510 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412025-10-03T21:06:29.911Z[ recovery-image] Oct 03 21:06:29.526 INFO O| Oct 03 21:06:29.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
73422025-10-03T21:06:29.911Z[ recovery-image] Oct 03 21:06:29.527 INFO O| Oct 03 21:06:29.527 INFO STEP 823 (remove_files) COMPLETE
73432025-10-03T21:06:29.911Z[ recovery-image] Oct 03 21:06:29.527 INFO O| Oct 03 21:06:29.527 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442025-10-03T21:06:29.911Z[ recovery-image] Oct 03 21:06:29.543 INFO O| Oct 03 21:06:29.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
73452025-10-03T21:06:29.911Z[ recovery-image] Oct 03 21:06:29.543 INFO O| Oct 03 21:06:29.543 INFO STEP 824 (remove_files) COMPLETE
73462025-10-03T21:06:29.911Z[ recovery-image] Oct 03 21:06:29.543 INFO O| Oct 03 21:06:29.543 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472025-10-03T21:06:29.935Z[ recovery-image] Oct 03 21:06:29.561 INFO O| Oct 03 21:06:29.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
73482025-10-03T21:06:29.935Z[ recovery-image] Oct 03 21:06:29.561 INFO O| Oct 03 21:06:29.561 INFO STEP 825 (remove_files) COMPLETE
73492025-10-03T21:06:29.935Z[ recovery-image] Oct 03 21:06:29.561 INFO O| Oct 03 21:06:29.561 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502025-10-03T21:06:29.959Z[ recovery-image] Oct 03 21:06:29.574 INFO O| Oct 03 21:06:29.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
73512025-10-03T21:06:29.959Z[ recovery-image] Oct 03 21:06:29.574 INFO O| Oct 03 21:06:29.574 INFO STEP 826 (remove_files) COMPLETE
73522025-10-03T21:06:29.959Z[ recovery-image] Oct 03 21:06:29.574 INFO O| Oct 03 21:06:29.574 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532025-10-03T21:06:29.959Z[ recovery-image] Oct 03 21:06:29.584 INFO O| Oct 03 21:06:29.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
73542025-10-03T21:06:29.959Z[ recovery-image] Oct 03 21:06:29.585 INFO O| Oct 03 21:06:29.584 INFO STEP 827 (remove_files) COMPLETE
73552025-10-03T21:06:29.959Z[ recovery-image] Oct 03 21:06:29.585 INFO O| Oct 03 21:06:29.585 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562025-10-03T21:06:29.959Z[ recovery-image] Oct 03 21:06:29.595 INFO O| Oct 03 21:06:29.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
73572025-10-03T21:06:29.959Z[ recovery-image] Oct 03 21:06:29.596 INFO O| Oct 03 21:06:29.596 INFO STEP 828 (remove_files) COMPLETE
73582025-10-03T21:06:29.959Z[ recovery-image] Oct 03 21:06:29.596 INFO O| Oct 03 21:06:29.596 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592025-10-03T21:06:29.983Z[ recovery-image] Oct 03 21:06:29.608 INFO O| Oct 03 21:06:29.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
73602025-10-03T21:06:29.983Z[ recovery-image] Oct 03 21:06:29.608 INFO O| Oct 03 21:06:29.608 INFO STEP 829 (remove_files) COMPLETE
73612025-10-03T21:06:29.983Z[ recovery-image] Oct 03 21:06:29.608 INFO O| Oct 03 21:06:29.608 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622025-10-03T21:06:29.983Z[ recovery-image] Oct 03 21:06:29.621 INFO O| Oct 03 21:06:29.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
73632025-10-03T21:06:29.983Z[ recovery-image] Oct 03 21:06:29.621 INFO O| Oct 03 21:06:29.621 INFO STEP 830 (remove_files) COMPLETE
73642025-10-03T21:06:29.983Z[ recovery-image] Oct 03 21:06:29.621 INFO O| Oct 03 21:06:29.621 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652025-10-03T21:06:30.008Z[ recovery-image] Oct 03 21:06:29.632 INFO O| Oct 03 21:06:29.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
73662025-10-03T21:06:30.008Z[ recovery-image] Oct 03 21:06:29.633 INFO O| Oct 03 21:06:29.633 INFO STEP 831 (remove_files) COMPLETE
73672025-10-03T21:06:30.008Z[ recovery-image] Oct 03 21:06:29.633 INFO O| Oct 03 21:06:29.633 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682025-10-03T21:06:30.008Z[ recovery-image] Oct 03 21:06:29.644 INFO O| Oct 03 21:06:29.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
73692025-10-03T21:06:30.008Z[ recovery-image] Oct 03 21:06:29.644 INFO O| Oct 03 21:06:29.644 INFO STEP 832 (remove_files) COMPLETE
73702025-10-03T21:06:30.008Z[ recovery-image] Oct 03 21:06:29.644 INFO O| Oct 03 21:06:29.644 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712025-10-03T21:06:30.032Z[ recovery-image] Oct 03 21:06:29.655 INFO O| Oct 03 21:06:29.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
73722025-10-03T21:06:30.032Z[ recovery-image] Oct 03 21:06:29.655 INFO O| Oct 03 21:06:29.655 INFO STEP 833 (remove_files) COMPLETE
73732025-10-03T21:06:30.032Z[ recovery-image] Oct 03 21:06:29.655 INFO O| Oct 03 21:06:29.655 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742025-10-03T21:06:30.032Z[ recovery-image] Oct 03 21:06:29.666 INFO O| Oct 03 21:06:29.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
73752025-10-03T21:06:30.032Z[ recovery-image] Oct 03 21:06:29.666 INFO O| Oct 03 21:06:29.666 INFO STEP 834 (remove_files) COMPLETE
73762025-10-03T21:06:30.032Z[ recovery-image] Oct 03 21:06:29.666 INFO O| Oct 03 21:06:29.666 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772025-10-03T21:06:30.056Z[ recovery-image] Oct 03 21:06:29.685 INFO O| Oct 03 21:06:29.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73782025-10-03T21:06:30.056Z[ recovery-image] Oct 03 21:06:29.685 INFO O| Oct 03 21:06:29.685 INFO STEP 835 (remove_files) COMPLETE
73792025-10-03T21:06:30.056Z[ recovery-image] Oct 03 21:06:29.685 INFO O| Oct 03 21:06:29.685 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802025-10-03T21:06:30.081Z[ recovery-image] Oct 03 21:06:29.700 INFO O| Oct 03 21:06:29.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73812025-10-03T21:06:30.081Z[ recovery-image] Oct 03 21:06:29.700 INFO O| Oct 03 21:06:29.700 INFO STEP 836 (remove_files) COMPLETE
73822025-10-03T21:06:30.081Z[ recovery-image] Oct 03 21:06:29.700 INFO O| Oct 03 21:06:29.700 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832025-10-03T21:06:30.081Z[ recovery-image] Oct 03 21:06:29.717 INFO O| Oct 03 21:06:29.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73842025-10-03T21:06:30.081Z[ recovery-image] Oct 03 21:06:29.717 INFO O| Oct 03 21:06:29.717 INFO STEP 837 (remove_files) COMPLETE
73852025-10-03T21:06:30.081Z[ recovery-image] Oct 03 21:06:29.717 INFO O| Oct 03 21:06:29.717 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862025-10-03T21:06:30.105Z[ recovery-image] Oct 03 21:06:29.730 INFO O| Oct 03 21:06:29.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73872025-10-03T21:06:30.105Z[ recovery-image] Oct 03 21:06:29.730 INFO O| Oct 03 21:06:29.730 INFO STEP 838 (remove_files) COMPLETE
73882025-10-03T21:06:30.105Z[ recovery-image] Oct 03 21:06:29.730 INFO O| Oct 03 21:06:29.730 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892025-10-03T21:06:30.105Z[ recovery-image] Oct 03 21:06:29.745 INFO O| Oct 03 21:06:29.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73902025-10-03T21:06:30.130Z[ recovery-image] Oct 03 21:06:29.745 INFO O| Oct 03 21:06:29.745 INFO STEP 839 (remove_files) COMPLETE
73912025-10-03T21:06:30.130Z[ recovery-image] Oct 03 21:06:29.745 INFO O| Oct 03 21:06:29.745 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922025-10-03T21:06:30.130Z[ recovery-image] Oct 03 21:06:29.764 INFO O| Oct 03 21:06:29.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73932025-10-03T21:06:30.130Z[ recovery-image] Oct 03 21:06:29.764 INFO O| Oct 03 21:06:29.764 INFO STEP 840 (remove_files) COMPLETE
73942025-10-03T21:06:30.130Z[ recovery-image] Oct 03 21:06:29.764 INFO O| Oct 03 21:06:29.764 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952025-10-03T21:06:30.154Z[ recovery-image] Oct 03 21:06:29.785 INFO O| Oct 03 21:06:29.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73962025-10-03T21:06:30.154Z[ recovery-image] Oct 03 21:06:29.786 INFO O| Oct 03 21:06:29.786 INFO STEP 841 (remove_files) COMPLETE
73972025-10-03T21:06:30.154Z[ recovery-image] Oct 03 21:06:29.786 INFO O| Oct 03 21:06:29.786 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982025-10-03T21:06:30.178Z[ recovery-image] Oct 03 21:06:29.803 INFO O| Oct 03 21:06:29.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73992025-10-03T21:06:30.178Z[ recovery-image] Oct 03 21:06:29.803 INFO O| Oct 03 21:06:29.803 INFO STEP 842 (remove_files) COMPLETE
74002025-10-03T21:06:30.178Z[ recovery-image] Oct 03 21:06:29.803 INFO O| Oct 03 21:06:29.803 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012025-10-03T21:06:30.204Z[ recovery-image] Oct 03 21:06:29.822 INFO O| Oct 03 21:06:29.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
74022025-10-03T21:06:30.204Z[ recovery-image] Oct 03 21:06:29.822 INFO O| Oct 03 21:06:29.822 INFO STEP 843 (remove_files) COMPLETE
74032025-10-03T21:06:30.204Z[ recovery-image] Oct 03 21:06:29.822 INFO O| Oct 03 21:06:29.822 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042025-10-03T21:06:30.204Z[ recovery-image] Oct 03 21:06:29.836 INFO O| Oct 03 21:06:29.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
74052025-10-03T21:06:30.204Z[ recovery-image] Oct 03 21:06:29.836 INFO O| Oct 03 21:06:29.836 INFO STEP 844 (remove_files) COMPLETE
74062025-10-03T21:06:30.204Z[ recovery-image] Oct 03 21:06:29.836 INFO O| Oct 03 21:06:29.836 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072025-10-03T21:06:30.228Z[ recovery-image] Oct 03 21:06:29.855 INFO O| Oct 03 21:06:29.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
74082025-10-03T21:06:30.228Z[ recovery-image] Oct 03 21:06:29.856 INFO O| Oct 03 21:06:29.856 INFO STEP 845 (remove_files) COMPLETE
74092025-10-03T21:06:30.228Z[ recovery-image] Oct 03 21:06:29.856 INFO O| Oct 03 21:06:29.856 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102025-10-03T21:06:30.252Z[ recovery-image] Oct 03 21:06:29.877 INFO O| Oct 03 21:06:29.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
74112025-10-03T21:06:30.253Z[ recovery-image] Oct 03 21:06:29.877 INFO O| Oct 03 21:06:29.877 INFO STEP 846 (remove_files) COMPLETE
74122025-10-03T21:06:30.253Z[ recovery-image] Oct 03 21:06:29.877 INFO O| Oct 03 21:06:29.877 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132025-10-03T21:06:30.277Z[ recovery-image] Oct 03 21:06:29.896 INFO O| Oct 03 21:06:29.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
74142025-10-03T21:06:30.277Z[ recovery-image] Oct 03 21:06:29.896 INFO O| Oct 03 21:06:29.896 INFO STEP 847 (remove_files) COMPLETE
74152025-10-03T21:06:30.277Z[ recovery-image] Oct 03 21:06:29.896 INFO O| Oct 03 21:06:29.896 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162025-10-03T21:06:30.277Z[ recovery-image] Oct 03 21:06:29.916 INFO O| Oct 03 21:06:29.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
74172025-10-03T21:06:30.277Z[ recovery-image] Oct 03 21:06:29.916 INFO O| Oct 03 21:06:29.916 INFO STEP 848 (remove_files) COMPLETE
74182025-10-03T21:06:30.277Z[ recovery-image] Oct 03 21:06:29.916 INFO O| Oct 03 21:06:29.916 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192025-10-03T21:06:30.301Z[ recovery-image] Oct 03 21:06:29.932 INFO O| Oct 03 21:06:29.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
74202025-10-03T21:06:30.302Z[ recovery-image] Oct 03 21:06:29.933 INFO O| Oct 03 21:06:29.933 INFO STEP 849 (remove_files) COMPLETE
74212025-10-03T21:06:30.302Z[ recovery-image] Oct 03 21:06:29.933 INFO O| Oct 03 21:06:29.933 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222025-10-03T21:06:30.326Z[ recovery-image] Oct 03 21:06:29.952 INFO O| Oct 03 21:06:29.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
74232025-10-03T21:06:30.326Z[ recovery-image] Oct 03 21:06:29.952 INFO O| Oct 03 21:06:29.952 INFO STEP 850 (remove_files) COMPLETE
74242025-10-03T21:06:30.326Z[ recovery-image] Oct 03 21:06:29.952 INFO O| Oct 03 21:06:29.952 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252025-10-03T21:06:30.350Z[ recovery-image] Oct 03 21:06:29.971 INFO O| Oct 03 21:06:29.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
74262025-10-03T21:06:30.351Z[ recovery-image] Oct 03 21:06:29.971 INFO O| Oct 03 21:06:29.971 INFO STEP 851 (remove_files) COMPLETE
74272025-10-03T21:06:30.351Z[ recovery-image] Oct 03 21:06:29.971 INFO O| Oct 03 21:06:29.971 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282025-10-03T21:06:30.351Z[ recovery-image] Oct 03 21:06:29.987 INFO O| Oct 03 21:06:29.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
74292025-10-03T21:06:30.351Z[ recovery-image] Oct 03 21:06:29.987 INFO O| Oct 03 21:06:29.987 INFO STEP 852 (remove_files) COMPLETE
74302025-10-03T21:06:30.351Z[ recovery-image] Oct 03 21:06:29.987 INFO O| Oct 03 21:06:29.987 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312025-10-03T21:06:30.375Z[ recovery-image] Oct 03 21:06:29.998 INFO O| Oct 03 21:06:29.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
74322025-10-03T21:06:30.375Z[ recovery-image] Oct 03 21:06:29.998 INFO O| Oct 03 21:06:29.998 INFO STEP 853 (remove_files) COMPLETE
74332025-10-03T21:06:30.375Z[ recovery-image] Oct 03 21:06:29.998 INFO O| Oct 03 21:06:29.998 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342025-10-03T21:06:30.375Z[ recovery-image] Oct 03 21:06:30.013 INFO O| Oct 03 21:06:30.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
74352025-10-03T21:06:30.375Z[ recovery-image] Oct 03 21:06:30.014 INFO O| Oct 03 21:06:30.014 INFO STEP 854 (remove_files) COMPLETE
74362025-10-03T21:06:30.375Z[ recovery-image] Oct 03 21:06:30.014 INFO O| Oct 03 21:06:30.014 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372025-10-03T21:06:30.399Z[ recovery-image] Oct 03 21:06:30.031 INFO O| Oct 03 21:06:30.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
74382025-10-03T21:06:30.399Z[ recovery-image] Oct 03 21:06:30.032 INFO O| Oct 03 21:06:30.032 INFO STEP 855 (remove_files) COMPLETE
74392025-10-03T21:06:30.399Z[ recovery-image] Oct 03 21:06:30.032 INFO O| Oct 03 21:06:30.032 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402025-10-03T21:06:30.424Z[ recovery-image] Oct 03 21:06:30.051 INFO O| Oct 03 21:06:30.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
74412025-10-03T21:06:30.424Z[ recovery-image] Oct 03 21:06:30.051 INFO O| Oct 03 21:06:30.051 INFO STEP 856 (remove_files) COMPLETE
74422025-10-03T21:06:30.424Z[ recovery-image] Oct 03 21:06:30.051 INFO O| Oct 03 21:06:30.051 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432025-10-03T21:06:30.448Z[ recovery-image] Oct 03 21:06:30.072 INFO O| Oct 03 21:06:30.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
74442025-10-03T21:06:30.448Z[ recovery-image] Oct 03 21:06:30.072 INFO O| Oct 03 21:06:30.072 INFO STEP 857 (remove_files) COMPLETE
74452025-10-03T21:06:30.448Z[ recovery-image] Oct 03 21:06:30.072 INFO O| Oct 03 21:06:30.072 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462025-10-03T21:06:30.473Z[ recovery-image] Oct 03 21:06:30.089 INFO O| Oct 03 21:06:30.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
74472025-10-03T21:06:30.473Z[ recovery-image] Oct 03 21:06:30.089 INFO O| Oct 03 21:06:30.089 INFO STEP 858 (remove_files) COMPLETE
74482025-10-03T21:06:30.473Z[ recovery-image] Oct 03 21:06:30.089 INFO O| Oct 03 21:06:30.089 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492025-10-03T21:06:30.473Z[ recovery-image] Oct 03 21:06:30.107 INFO O| Oct 03 21:06:30.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
74502025-10-03T21:06:30.473Z[ recovery-image] Oct 03 21:06:30.107 INFO O| Oct 03 21:06:30.107 INFO STEP 859 (remove_files) COMPLETE
74512025-10-03T21:06:30.473Z[ recovery-image] Oct 03 21:06:30.107 INFO O| Oct 03 21:06:30.107 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522025-10-03T21:06:30.498Z[ recovery-image] Oct 03 21:06:30.122 INFO O| Oct 03 21:06:30.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
74532025-10-03T21:06:30.498Z[ recovery-image] Oct 03 21:06:30.122 INFO O| Oct 03 21:06:30.122 INFO STEP 860 (remove_files) COMPLETE
74542025-10-03T21:06:30.498Z[ recovery-image] Oct 03 21:06:30.122 INFO O| Oct 03 21:06:30.122 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552025-10-03T21:06:30.522Z[ recovery-image] Oct 03 21:06:30.139 INFO O| Oct 03 21:06:30.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
74562025-10-03T21:06:30.523Z[ recovery-image] Oct 03 21:06:30.140 INFO O| Oct 03 21:06:30.140 INFO STEP 861 (remove_files) COMPLETE
74572025-10-03T21:06:30.523Z[ recovery-image] Oct 03 21:06:30.140 INFO O| Oct 03 21:06:30.140 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582025-10-03T21:06:30.523Z[ recovery-image] Oct 03 21:06:30.159 INFO O| Oct 03 21:06:30.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
74592025-10-03T21:06:30.523Z[ recovery-image] Oct 03 21:06:30.159 INFO O| Oct 03 21:06:30.159 INFO STEP 862 (remove_files) COMPLETE
74602025-10-03T21:06:30.523Z[ recovery-image] Oct 03 21:06:30.159 INFO O| Oct 03 21:06:30.159 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612025-10-03T21:06:30.547Z[ recovery-image] Oct 03 21:06:30.177 INFO O| Oct 03 21:06:30.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
74622025-10-03T21:06:30.547Z[ recovery-image] Oct 03 21:06:30.177 INFO O| Oct 03 21:06:30.177 INFO STEP 863 (remove_files) COMPLETE
74632025-10-03T21:06:30.547Z[ recovery-image] Oct 03 21:06:30.177 INFO O| Oct 03 21:06:30.177 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642025-10-03T21:06:30.571Z[ recovery-image] Oct 03 21:06:30.195 INFO O| Oct 03 21:06:30.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
74652025-10-03T21:06:30.571Z[ recovery-image] Oct 03 21:06:30.196 INFO O| Oct 03 21:06:30.196 INFO STEP 864 (remove_files) COMPLETE
74662025-10-03T21:06:30.571Z[ recovery-image] Oct 03 21:06:30.196 INFO O| Oct 03 21:06:30.196 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672025-10-03T21:06:30.595Z[ recovery-image] Oct 03 21:06:30.212 INFO O| Oct 03 21:06:30.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
74682025-10-03T21:06:30.595Z[ recovery-image] Oct 03 21:06:30.213 INFO O| Oct 03 21:06:30.213 INFO STEP 865 (remove_files) COMPLETE
74692025-10-03T21:06:30.595Z[ recovery-image] Oct 03 21:06:30.213 INFO O| Oct 03 21:06:30.213 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702025-10-03T21:06:30.595Z[ recovery-image] Oct 03 21:06:30.235 INFO O| Oct 03 21:06:30.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
74712025-10-03T21:06:30.596Z[ recovery-image] Oct 03 21:06:30.235 INFO O| Oct 03 21:06:30.235 INFO STEP 866 (remove_files) COMPLETE
74722025-10-03T21:06:30.596Z[ recovery-image] Oct 03 21:06:30.235 INFO O| Oct 03 21:06:30.235 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732025-10-03T21:06:30.620Z[ recovery-image] Oct 03 21:06:30.253 INFO O| Oct 03 21:06:30.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
74742025-10-03T21:06:30.620Z[ recovery-image] Oct 03 21:06:30.254 INFO O| Oct 03 21:06:30.254 INFO STEP 867 (remove_files) COMPLETE
74752025-10-03T21:06:30.620Z[ recovery-image] Oct 03 21:06:30.254 INFO O| Oct 03 21:06:30.254 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762025-10-03T21:06:30.644Z[ recovery-image] Oct 03 21:06:30.272 INFO O| Oct 03 21:06:30.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
74772025-10-03T21:06:30.644Z[ recovery-image] Oct 03 21:06:30.272 INFO O| Oct 03 21:06:30.272 INFO STEP 868 (remove_files) COMPLETE
74782025-10-03T21:06:30.644Z[ recovery-image] Oct 03 21:06:30.272 INFO O| Oct 03 21:06:30.272 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792025-10-03T21:06:30.668Z[ recovery-image] Oct 03 21:06:30.289 INFO O| Oct 03 21:06:30.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74802025-10-03T21:06:30.669Z[ recovery-image] Oct 03 21:06:30.289 INFO O| Oct 03 21:06:30.289 INFO STEP 869 (remove_files) COMPLETE
74812025-10-03T21:06:30.669Z[ recovery-image] Oct 03 21:06:30.289 INFO O| Oct 03 21:06:30.289 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822025-10-03T21:06:30.669Z[ recovery-image] Oct 03 21:06:30.307 INFO O| Oct 03 21:06:30.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
74832025-10-03T21:06:30.669Z[ recovery-image] Oct 03 21:06:30.307 INFO O| Oct 03 21:06:30.307 INFO STEP 870 (remove_files) COMPLETE
74842025-10-03T21:06:30.669Z[ recovery-image] Oct 03 21:06:30.308 INFO O| Oct 03 21:06:30.307 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852025-10-03T21:06:30.693Z[ recovery-image] Oct 03 21:06:30.322 INFO O| Oct 03 21:06:30.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
74862025-10-03T21:06:30.693Z[ recovery-image] Oct 03 21:06:30.322 INFO O| Oct 03 21:06:30.322 INFO STEP 871 (remove_files) COMPLETE
74872025-10-03T21:06:30.693Z[ recovery-image] Oct 03 21:06:30.322 INFO O| Oct 03 21:06:30.322 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882025-10-03T21:06:30.717Z[ recovery-image] Oct 03 21:06:30.338 INFO O| Oct 03 21:06:30.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74892025-10-03T21:06:30.717Z[ recovery-image] Oct 03 21:06:30.338 INFO O| Oct 03 21:06:30.338 INFO STEP 872 (remove_files) COMPLETE
74902025-10-03T21:06:30.717Z[ recovery-image] Oct 03 21:06:30.338 INFO O| Oct 03 21:06:30.338 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912025-10-03T21:06:30.741Z[ recovery-image] Oct 03 21:06:30.355 INFO O| Oct 03 21:06:30.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74922025-10-03T21:06:30.741Z[ recovery-image] Oct 03 21:06:30.355 INFO O| Oct 03 21:06:30.355 INFO STEP 873 (remove_files) COMPLETE
74932025-10-03T21:06:30.741Z[ recovery-image] Oct 03 21:06:30.355 INFO O| Oct 03 21:06:30.355 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942025-10-03T21:06:30.741Z[ recovery-image] Oct 03 21:06:30.371 INFO O| Oct 03 21:06:30.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74952025-10-03T21:06:30.741Z[ recovery-image] Oct 03 21:06:30.371 INFO O| Oct 03 21:06:30.371 INFO STEP 874 (remove_files) COMPLETE
74962025-10-03T21:06:30.741Z[ recovery-image] Oct 03 21:06:30.371 INFO O| Oct 03 21:06:30.371 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972025-10-03T21:06:30.765Z[ recovery-image] Oct 03 21:06:30.386 INFO O| Oct 03 21:06:30.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74982025-10-03T21:06:30.765Z[ recovery-image] Oct 03 21:06:30.386 INFO O| Oct 03 21:06:30.386 INFO STEP 875 (remove_files) COMPLETE
74992025-10-03T21:06:30.765Z[ recovery-image] Oct 03 21:06:30.386 INFO O| Oct 03 21:06:30.386 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002025-10-03T21:06:30.765Z[ recovery-image] Oct 03 21:06:30.398 INFO O| Oct 03 21:06:30.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
75012025-10-03T21:06:30.766Z[ recovery-image] Oct 03 21:06:30.398 INFO O| Oct 03 21:06:30.398 INFO STEP 876 (remove_files) COMPLETE
75022025-10-03T21:06:30.766Z[ recovery-image] Oct 03 21:06:30.398 INFO O| Oct 03 21:06:30.398 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032025-10-03T21:06:30.790Z[ recovery-image] Oct 03 21:06:30.409 INFO O| Oct 03 21:06:30.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
75042025-10-03T21:06:30.790Z[ recovery-image] Oct 03 21:06:30.410 INFO O| Oct 03 21:06:30.409 INFO STEP 877 (remove_files) COMPLETE
75052025-10-03T21:06:30.790Z[ recovery-image] Oct 03 21:06:30.410 INFO O| Oct 03 21:06:30.410 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062025-10-03T21:06:30.790Z[ recovery-image] Oct 03 21:06:30.425 INFO O| Oct 03 21:06:30.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
75072025-10-03T21:06:30.790Z[ recovery-image] Oct 03 21:06:30.426 INFO O| Oct 03 21:06:30.425 INFO STEP 878 (remove_files) COMPLETE
75082025-10-03T21:06:30.790Z[ recovery-image] Oct 03 21:06:30.426 INFO O| Oct 03 21:06:30.425 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092025-10-03T21:06:30.814Z[ recovery-image] Oct 03 21:06:30.441 INFO O| Oct 03 21:06:30.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
75102025-10-03T21:06:30.814Z[ recovery-image] Oct 03 21:06:30.441 INFO O| Oct 03 21:06:30.441 INFO STEP 879 (remove_files) COMPLETE
75112025-10-03T21:06:30.814Z[ recovery-image] Oct 03 21:06:30.441 INFO O| Oct 03 21:06:30.441 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122025-10-03T21:06:30.814Z[ recovery-image] Oct 03 21:06:30.452 INFO O| Oct 03 21:06:30.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
75132025-10-03T21:06:30.814Z[ recovery-image] Oct 03 21:06:30.452 INFO O| Oct 03 21:06:30.452 INFO STEP 880 (remove_files) COMPLETE
75142025-10-03T21:06:30.814Z[ recovery-image] Oct 03 21:06:30.452 INFO O| Oct 03 21:06:30.452 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152025-10-03T21:06:30.839Z[ recovery-image] Oct 03 21:06:30.466 INFO O| Oct 03 21:06:30.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
75162025-10-03T21:06:30.839Z[ recovery-image] Oct 03 21:06:30.466 INFO O| Oct 03 21:06:30.466 INFO STEP 881 (remove_files) COMPLETE
75172025-10-03T21:06:30.839Z[ recovery-image] Oct 03 21:06:30.466 INFO O| Oct 03 21:06:30.466 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182025-10-03T21:06:30.839Z[ recovery-image] Oct 03 21:06:30.478 INFO O| Oct 03 21:06:30.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
75192025-10-03T21:06:30.839Z[ recovery-image] Oct 03 21:06:30.478 INFO O| Oct 03 21:06:30.478 INFO STEP 882 (remove_files) COMPLETE
75202025-10-03T21:06:30.839Z[ recovery-image] Oct 03 21:06:30.478 INFO O| Oct 03 21:06:30.478 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212025-10-03T21:06:30.863Z[ recovery-image] Oct 03 21:06:30.492 INFO O| Oct 03 21:06:30.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
75222025-10-03T21:06:30.863Z[ recovery-image] Oct 03 21:06:30.493 INFO O| Oct 03 21:06:30.492 INFO STEP 883 (remove_files) COMPLETE
75232025-10-03T21:06:30.863Z[ recovery-image] Oct 03 21:06:30.493 INFO O| Oct 03 21:06:30.492 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242025-10-03T21:06:30.887Z[ recovery-image] Oct 03 21:06:30.507 INFO O| Oct 03 21:06:30.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
75252025-10-03T21:06:30.887Z[ recovery-image] Oct 03 21:06:30.507 INFO O| Oct 03 21:06:30.507 INFO STEP 884 (remove_files) COMPLETE
75262025-10-03T21:06:30.887Z[ recovery-image] Oct 03 21:06:30.507 INFO O| Oct 03 21:06:30.507 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272025-10-03T21:06:30.887Z[ recovery-image] Oct 03 21:06:30.523 INFO O| Oct 03 21:06:30.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
75282025-10-03T21:06:30.887Z[ recovery-image] Oct 03 21:06:30.523 INFO O| Oct 03 21:06:30.523 INFO STEP 885 (remove_files) COMPLETE
75292025-10-03T21:06:30.887Z[ recovery-image] Oct 03 21:06:30.523 INFO O| Oct 03 21:06:30.523 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302025-10-03T21:06:30.912Z[ recovery-image] Oct 03 21:06:30.541 INFO O| Oct 03 21:06:30.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
75312025-10-03T21:06:30.912Z[ recovery-image] Oct 03 21:06:30.541 INFO O| Oct 03 21:06:30.541 INFO STEP 886 (remove_files) COMPLETE
75322025-10-03T21:06:30.912Z[ recovery-image] Oct 03 21:06:30.541 INFO O| Oct 03 21:06:30.541 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332025-10-03T21:06:30.936Z[ recovery-image] Oct 03 21:06:30.557 INFO O| Oct 03 21:06:30.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
75342025-10-03T21:06:30.936Z[ recovery-image] Oct 03 21:06:30.557 INFO O| Oct 03 21:06:30.557 INFO STEP 887 (remove_files) COMPLETE
75352025-10-03T21:06:30.936Z[ recovery-image] Oct 03 21:06:30.557 INFO O| Oct 03 21:06:30.557 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362025-10-03T21:06:30.936Z[ recovery-image] Oct 03 21:06:30.574 INFO O| Oct 03 21:06:30.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
75372025-10-03T21:06:30.936Z[ recovery-image] Oct 03 21:06:30.574 INFO O| Oct 03 21:06:30.574 INFO STEP 888 (remove_files) COMPLETE
75382025-10-03T21:06:30.936Z[ recovery-image] Oct 03 21:06:30.574 INFO O| Oct 03 21:06:30.574 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392025-10-03T21:06:30.960Z[ recovery-image] Oct 03 21:06:30.589 INFO O| Oct 03 21:06:30.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
75402025-10-03T21:06:30.960Z[ recovery-image] Oct 03 21:06:30.590 INFO O| Oct 03 21:06:30.590 INFO STEP 889 (remove_files) COMPLETE
75412025-10-03T21:06:30.960Z[ recovery-image] Oct 03 21:06:30.590 INFO O| Oct 03 21:06:30.590 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422025-10-03T21:06:30.984Z[ recovery-image] Oct 03 21:06:30.607 INFO O| Oct 03 21:06:30.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
75432025-10-03T21:06:30.984Z[ recovery-image] Oct 03 21:06:30.607 INFO O| Oct 03 21:06:30.607 INFO STEP 890 (remove_files) COMPLETE
75442025-10-03T21:06:30.984Z[ recovery-image] Oct 03 21:06:30.607 INFO O| Oct 03 21:06:30.607 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452025-10-03T21:06:30.984Z[ recovery-image] Oct 03 21:06:30.624 INFO O| Oct 03 21:06:30.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
75462025-10-03T21:06:30.984Z[ recovery-image] Oct 03 21:06:30.624 INFO O| Oct 03 21:06:30.624 INFO STEP 891 (remove_files) COMPLETE
75472025-10-03T21:06:30.985Z[ recovery-image] Oct 03 21:06:30.624 INFO O| Oct 03 21:06:30.624 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482025-10-03T21:06:31.009Z[ recovery-image] Oct 03 21:06:30.640 INFO O| Oct 03 21:06:30.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
75492025-10-03T21:06:31.009Z[ recovery-image] Oct 03 21:06:30.640 INFO O| Oct 03 21:06:30.640 INFO STEP 892 (remove_files) COMPLETE
75502025-10-03T21:06:31.009Z[ recovery-image] Oct 03 21:06:30.640 INFO O| Oct 03 21:06:30.640 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512025-10-03T21:06:31.033Z[ recovery-image] Oct 03 21:06:30.654 INFO O| Oct 03 21:06:30.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
75522025-10-03T21:06:31.033Z[ recovery-image] Oct 03 21:06:30.654 INFO O| Oct 03 21:06:30.654 INFO STEP 893 (remove_files) COMPLETE
75532025-10-03T21:06:31.033Z[ recovery-image] Oct 03 21:06:30.654 INFO O| Oct 03 21:06:30.654 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542025-10-03T21:06:31.033Z[ recovery-image] Oct 03 21:06:30.671 INFO O| Oct 03 21:06:30.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
75552025-10-03T21:06:31.033Z[ recovery-image] Oct 03 21:06:30.671 INFO O| Oct 03 21:06:30.671 INFO STEP 894 (remove_files) COMPLETE
75562025-10-03T21:06:31.033Z[ recovery-image] Oct 03 21:06:30.671 INFO O| Oct 03 21:06:30.671 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572025-10-03T21:06:31.058Z[ recovery-image] Oct 03 21:06:30.689 INFO O| Oct 03 21:06:30.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
75582025-10-03T21:06:31.058Z[ recovery-image] Oct 03 21:06:30.689 INFO O| Oct 03 21:06:30.689 INFO STEP 895 (remove_files) COMPLETE
75592025-10-03T21:06:31.058Z[ recovery-image] Oct 03 21:06:30.689 INFO O| Oct 03 21:06:30.689 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602025-10-03T21:06:31.082Z[ recovery-image] Oct 03 21:06:30.703 INFO O| Oct 03 21:06:30.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
75612025-10-03T21:06:31.082Z[ recovery-image] Oct 03 21:06:30.703 INFO O| Oct 03 21:06:30.703 INFO STEP 896 (remove_files) COMPLETE
75622025-10-03T21:06:31.082Z[ recovery-image] Oct 03 21:06:30.703 INFO O| Oct 03 21:06:30.703 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632025-10-03T21:06:31.082Z[ recovery-image] Oct 03 21:06:30.721 INFO O| Oct 03 21:06:30.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
75642025-10-03T21:06:31.082Z[ recovery-image] Oct 03 21:06:30.721 INFO O| Oct 03 21:06:30.721 INFO STEP 897 (remove_files) COMPLETE
75652025-10-03T21:06:31.082Z[ recovery-image] Oct 03 21:06:30.721 INFO O| Oct 03 21:06:30.721 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662025-10-03T21:06:31.107Z[ recovery-image] Oct 03 21:06:30.738 INFO O| Oct 03 21:06:30.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
75672025-10-03T21:06:31.107Z[ recovery-image] Oct 03 21:06:30.738 INFO O| Oct 03 21:06:30.738 INFO STEP 898 (remove_files) COMPLETE
75682025-10-03T21:06:31.107Z[ recovery-image] Oct 03 21:06:30.738 INFO O| Oct 03 21:06:30.738 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692025-10-03T21:06:31.131Z[ recovery-image] Oct 03 21:06:30.752 INFO O| Oct 03 21:06:30.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
75702025-10-03T21:06:31.131Z[ recovery-image] Oct 03 21:06:30.752 INFO O| Oct 03 21:06:30.752 INFO STEP 899 (remove_files) COMPLETE
75712025-10-03T21:06:31.131Z[ recovery-image] Oct 03 21:06:30.752 INFO O| Oct 03 21:06:30.752 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722025-10-03T21:06:31.131Z[ recovery-image] Oct 03 21:06:30.769 INFO O| Oct 03 21:06:30.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
75732025-10-03T21:06:31.131Z[ recovery-image] Oct 03 21:06:30.770 INFO O| Oct 03 21:06:30.770 INFO STEP 900 (remove_files) COMPLETE
75742025-10-03T21:06:31.131Z[ recovery-image] Oct 03 21:06:30.770 INFO O| Oct 03 21:06:30.770 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752025-10-03T21:06:31.155Z[ recovery-image] Oct 03 21:06:30.785 INFO O| Oct 03 21:06:30.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
75762025-10-03T21:06:31.156Z[ recovery-image] Oct 03 21:06:30.785 INFO O| Oct 03 21:06:30.785 INFO STEP 901 (remove_files) COMPLETE
75772025-10-03T21:06:31.156Z[ recovery-image] Oct 03 21:06:30.786 INFO O| Oct 03 21:06:30.785 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782025-10-03T21:06:31.180Z[ recovery-image] Oct 03 21:06:30.803 INFO O| Oct 03 21:06:30.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75792025-10-03T21:06:31.180Z[ recovery-image] Oct 03 21:06:30.803 INFO O| Oct 03 21:06:30.803 INFO STEP 902 (remove_files) COMPLETE
75802025-10-03T21:06:31.180Z[ recovery-image] Oct 03 21:06:30.803 INFO O| Oct 03 21:06:30.803 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812025-10-03T21:06:31.180Z[ recovery-image] Oct 03 21:06:30.818 INFO O| Oct 03 21:06:30.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75822025-10-03T21:06:31.180Z[ recovery-image] Oct 03 21:06:30.818 INFO O| Oct 03 21:06:30.818 INFO STEP 903 (remove_files) COMPLETE
75832025-10-03T21:06:31.180Z[ recovery-image] Oct 03 21:06:30.818 INFO O| Oct 03 21:06:30.818 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842025-10-03T21:06:31.204Z[ recovery-image] Oct 03 21:06:30.831 INFO O| Oct 03 21:06:30.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75852025-10-03T21:06:31.204Z[ recovery-image] Oct 03 21:06:30.831 INFO O| Oct 03 21:06:30.831 INFO STEP 904 (remove_files) COMPLETE
75862025-10-03T21:06:31.204Z[ recovery-image] Oct 03 21:06:30.831 INFO O| Oct 03 21:06:30.831 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872025-10-03T21:06:31.204Z[ recovery-image] Oct 03 21:06:30.843 INFO O| Oct 03 21:06:30.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75882025-10-03T21:06:31.204Z[ recovery-image] Oct 03 21:06:30.843 INFO O| Oct 03 21:06:30.843 INFO STEP 905 (remove_files) COMPLETE
75892025-10-03T21:06:31.204Z[ recovery-image] Oct 03 21:06:30.843 INFO O| Oct 03 21:06:30.843 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902025-10-03T21:06:31.230Z[ recovery-image] Oct 03 21:06:30.860 INFO O| Oct 03 21:06:30.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75912025-10-03T21:06:31.230Z[ recovery-image] Oct 03 21:06:30.860 INFO O| Oct 03 21:06:30.860 INFO STEP 906 (remove_files) COMPLETE
75922025-10-03T21:06:31.230Z[ recovery-image] Oct 03 21:06:30.860 INFO O| Oct 03 21:06:30.860 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932025-10-03T21:06:31.254Z[ recovery-image] Oct 03 21:06:30.877 INFO O| Oct 03 21:06:30.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75942025-10-03T21:06:31.254Z[ recovery-image] Oct 03 21:06:30.877 INFO O| Oct 03 21:06:30.877 INFO STEP 907 (remove_files) COMPLETE
75952025-10-03T21:06:31.254Z[ recovery-image] Oct 03 21:06:30.877 INFO O| Oct 03 21:06:30.877 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962025-10-03T21:06:31.278Z[ recovery-image] Oct 03 21:06:30.894 INFO O| Oct 03 21:06:30.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75972025-10-03T21:06:31.278Z[ recovery-image] Oct 03 21:06:30.894 INFO O| Oct 03 21:06:30.894 INFO STEP 908 (remove_files) COMPLETE
75982025-10-03T21:06:31.278Z[ recovery-image] Oct 03 21:06:30.894 INFO O| Oct 03 21:06:30.894 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992025-10-03T21:06:31.278Z[ recovery-image] Oct 03 21:06:30.911 INFO O| Oct 03 21:06:30.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
76002025-10-03T21:06:31.278Z[ recovery-image] Oct 03 21:06:30.911 INFO O| Oct 03 21:06:30.911 INFO STEP 909 (remove_files) COMPLETE
76012025-10-03T21:06:31.278Z[ recovery-image] Oct 03 21:06:30.911 INFO O| Oct 03 21:06:30.911 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022025-10-03T21:06:31.302Z[ recovery-image] Oct 03 21:06:30.927 INFO O| Oct 03 21:06:30.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
76032025-10-03T21:06:31.303Z[ recovery-image] Oct 03 21:06:30.927 INFO O| Oct 03 21:06:30.927 INFO STEP 910 (remove_files) COMPLETE
76042025-10-03T21:06:31.303Z[ recovery-image] Oct 03 21:06:30.927 INFO O| Oct 03 21:06:30.927 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052025-10-03T21:06:31.327Z[ recovery-image] Oct 03 21:06:30.943 INFO O| Oct 03 21:06:30.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
76062025-10-03T21:06:31.327Z[ recovery-image] Oct 03 21:06:30.943 INFO O| Oct 03 21:06:30.943 INFO STEP 911 (remove_files) COMPLETE
76072025-10-03T21:06:31.327Z[ recovery-image] Oct 03 21:06:30.943 INFO O| Oct 03 21:06:30.943 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082025-10-03T21:06:31.327Z[ recovery-image] Oct 03 21:06:30.958 INFO O| Oct 03 21:06:30.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
76092025-10-03T21:06:31.327Z[ recovery-image] Oct 03 21:06:30.959 INFO O| Oct 03 21:06:30.958 INFO STEP 912 (remove_files) COMPLETE
76102025-10-03T21:06:31.327Z[ recovery-image] Oct 03 21:06:30.959 INFO O| Oct 03 21:06:30.959 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112025-10-03T21:06:31.351Z[ recovery-image] Oct 03 21:06:30.975 INFO O| Oct 03 21:06:30.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
76122025-10-03T21:06:31.351Z[ recovery-image] Oct 03 21:06:30.975 INFO O| Oct 03 21:06:30.975 INFO STEP 913 (remove_files) COMPLETE
76132025-10-03T21:06:31.351Z[ recovery-image] Oct 03 21:06:30.975 INFO O| Oct 03 21:06:30.975 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142025-10-03T21:06:31.375Z[ recovery-image] Oct 03 21:06:30.993 INFO O| Oct 03 21:06:30.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
76152025-10-03T21:06:31.376Z[ recovery-image] Oct 03 21:06:30.993 INFO O| Oct 03 21:06:30.993 INFO STEP 914 (remove_files) COMPLETE
76162025-10-03T21:06:31.376Z[ recovery-image] Oct 03 21:06:30.993 INFO O| Oct 03 21:06:30.993 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172025-10-03T21:06:31.376Z[ recovery-image] Oct 03 21:06:31.010 INFO O| Oct 03 21:06:31.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
76182025-10-03T21:06:31.376Z[ recovery-image] Oct 03 21:06:31.010 INFO O| Oct 03 21:06:31.010 INFO STEP 915 (remove_files) COMPLETE
76192025-10-03T21:06:31.376Z[ recovery-image] Oct 03 21:06:31.010 INFO O| Oct 03 21:06:31.010 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202025-10-03T21:06:31.400Z[ recovery-image] Oct 03 21:06:31.027 INFO O| Oct 03 21:06:31.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
76212025-10-03T21:06:31.400Z[ recovery-image] Oct 03 21:06:31.027 INFO O| Oct 03 21:06:31.027 INFO STEP 916 (remove_files) COMPLETE
76222025-10-03T21:06:31.400Z[ recovery-image] Oct 03 21:06:31.027 INFO O| Oct 03 21:06:31.027 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232025-10-03T21:06:31.424Z[ recovery-image] Oct 03 21:06:31.043 INFO O| Oct 03 21:06:31.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
76242025-10-03T21:06:31.424Z[ recovery-image] Oct 03 21:06:31.043 INFO O| Oct 03 21:06:31.043 INFO STEP 917 (remove_files) COMPLETE
76252025-10-03T21:06:31.424Z[ recovery-image] Oct 03 21:06:31.043 INFO O| Oct 03 21:06:31.043 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262025-10-03T21:06:31.424Z[ recovery-image] Oct 03 21:06:31.060 INFO O| Oct 03 21:06:31.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
76272025-10-03T21:06:31.424Z[ recovery-image] Oct 03 21:06:31.060 INFO O| Oct 03 21:06:31.060 INFO STEP 918 (remove_files) COMPLETE
76282025-10-03T21:06:31.424Z[ recovery-image] Oct 03 21:06:31.060 INFO O| Oct 03 21:06:31.060 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292025-10-03T21:06:31.449Z[ recovery-image] Oct 03 21:06:31.073 INFO O| Oct 03 21:06:31.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
76302025-10-03T21:06:31.449Z[ recovery-image] Oct 03 21:06:31.073 INFO O| Oct 03 21:06:31.073 INFO STEP 919 (remove_files) COMPLETE
76312025-10-03T21:06:31.449Z[ recovery-image] Oct 03 21:06:31.073 INFO O| Oct 03 21:06:31.073 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322025-10-03T21:06:31.449Z[ recovery-image] Oct 03 21:06:31.084 INFO O| Oct 03 21:06:31.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
76332025-10-03T21:06:31.449Z[ recovery-image] Oct 03 21:06:31.084 INFO O| Oct 03 21:06:31.084 INFO STEP 920 (remove_files) COMPLETE
76342025-10-03T21:06:31.449Z[ recovery-image] Oct 03 21:06:31.084 INFO O| Oct 03 21:06:31.084 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352025-10-03T21:06:31.473Z[ recovery-image] Oct 03 21:06:31.100 INFO O| Oct 03 21:06:31.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
76362025-10-03T21:06:31.473Z[ recovery-image] Oct 03 21:06:31.100 INFO O| Oct 03 21:06:31.100 INFO STEP 921 (remove_files) COMPLETE
76372025-10-03T21:06:31.473Z[ recovery-image] Oct 03 21:06:31.100 INFO O| Oct 03 21:06:31.100 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382025-10-03T21:06:31.497Z[ recovery-image] Oct 03 21:06:31.113 INFO O| Oct 03 21:06:31.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
76392025-10-03T21:06:31.497Z[ recovery-image] Oct 03 21:06:31.113 INFO O| Oct 03 21:06:31.113 INFO STEP 922 (remove_files) COMPLETE
76402025-10-03T21:06:31.497Z[ recovery-image] Oct 03 21:06:31.113 INFO O| Oct 03 21:06:31.113 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412025-10-03T21:06:31.497Z[ recovery-image] Oct 03 21:06:31.130 INFO O| Oct 03 21:06:31.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
76422025-10-03T21:06:31.497Z[ recovery-image] Oct 03 21:06:31.130 INFO O| Oct 03 21:06:31.130 INFO STEP 923 (remove_files) COMPLETE
76432025-10-03T21:06:31.497Z[ recovery-image] Oct 03 21:06:31.130 INFO O| Oct 03 21:06:31.130 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442025-10-03T21:06:31.522Z[ recovery-image] Oct 03 21:06:31.146 INFO O| Oct 03 21:06:31.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
76452025-10-03T21:06:31.522Z[ recovery-image] Oct 03 21:06:31.146 INFO O| Oct 03 21:06:31.146 INFO STEP 924 (remove_files) COMPLETE
76462025-10-03T21:06:31.522Z[ recovery-image] Oct 03 21:06:31.146 INFO O| Oct 03 21:06:31.146 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472025-10-03T21:06:31.522Z[ recovery-image] Oct 03 21:06:31.157 INFO O| Oct 03 21:06:31.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
76482025-10-03T21:06:31.522Z[ recovery-image] Oct 03 21:06:31.157 INFO O| Oct 03 21:06:31.157 INFO STEP 925 (remove_files) COMPLETE
76492025-10-03T21:06:31.522Z[ recovery-image] Oct 03 21:06:31.157 INFO O| Oct 03 21:06:31.157 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502025-10-03T21:06:31.546Z[ recovery-image] Oct 03 21:06:31.168 INFO O| Oct 03 21:06:31.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
76512025-10-03T21:06:31.546Z[ recovery-image] Oct 03 21:06:31.168 INFO O| Oct 03 21:06:31.168 INFO STEP 926 (remove_files) COMPLETE
76522025-10-03T21:06:31.546Z[ recovery-image] Oct 03 21:06:31.168 INFO O| Oct 03 21:06:31.168 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532025-10-03T21:06:31.546Z[ recovery-image] Oct 03 21:06:31.183 INFO O| Oct 03 21:06:31.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
76542025-10-03T21:06:31.546Z[ recovery-image] Oct 03 21:06:31.183 INFO O| Oct 03 21:06:31.183 INFO STEP 927 (remove_files) COMPLETE
76552025-10-03T21:06:31.546Z[ recovery-image] Oct 03 21:06:31.183 INFO O| Oct 03 21:06:31.183 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562025-10-03T21:06:31.570Z[ recovery-image] Oct 03 21:06:31.200 INFO O| Oct 03 21:06:31.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
76572025-10-03T21:06:31.571Z[ recovery-image] Oct 03 21:06:31.200 INFO O| Oct 03 21:06:31.200 INFO STEP 928 (remove_files) COMPLETE
76582025-10-03T21:06:31.571Z[ recovery-image] Oct 03 21:06:31.200 INFO O| Oct 03 21:06:31.200 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592025-10-03T21:06:31.594Z[ recovery-image] Oct 03 21:06:31.217 INFO O| Oct 03 21:06:31.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
76602025-10-03T21:06:31.594Z[ recovery-image] Oct 03 21:06:31.217 INFO O| Oct 03 21:06:31.217 INFO STEP 929 (remove_files) COMPLETE
76612025-10-03T21:06:31.595Z[ recovery-image] Oct 03 21:06:31.217 INFO O| Oct 03 21:06:31.217 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622025-10-03T21:06:31.595Z[ recovery-image] Oct 03 21:06:31.234 INFO O| Oct 03 21:06:31.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
76632025-10-03T21:06:31.595Z[ recovery-image] Oct 03 21:06:31.234 INFO O| Oct 03 21:06:31.234 INFO STEP 930 (remove_files) COMPLETE
76642025-10-03T21:06:31.595Z[ recovery-image] Oct 03 21:06:31.234 INFO O| Oct 03 21:06:31.234 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652025-10-03T21:06:31.619Z[ recovery-image] Oct 03 21:06:31.248 INFO O| Oct 03 21:06:31.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
76662025-10-03T21:06:31.619Z[ recovery-image] Oct 03 21:06:31.248 INFO O| Oct 03 21:06:31.248 INFO STEP 931 (remove_files) COMPLETE
76672025-10-03T21:06:31.619Z[ recovery-image] Oct 03 21:06:31.248 INFO O| Oct 03 21:06:31.248 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682025-10-03T21:06:31.643Z[ recovery-image] Oct 03 21:06:31.264 INFO O| Oct 03 21:06:31.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
76692025-10-03T21:06:31.643Z[ recovery-image] Oct 03 21:06:31.264 INFO O| Oct 03 21:06:31.264 INFO STEP 932 (remove_files) COMPLETE
76702025-10-03T21:06:31.643Z[ recovery-image] Oct 03 21:06:31.264 INFO O| Oct 03 21:06:31.264 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712025-10-03T21:06:31.643Z[ recovery-image] Oct 03 21:06:31.281 INFO O| Oct 03 21:06:31.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
76722025-10-03T21:06:31.643Z[ recovery-image] Oct 03 21:06:31.281 INFO O| Oct 03 21:06:31.281 INFO STEP 933 (remove_files) COMPLETE
76732025-10-03T21:06:31.643Z[ recovery-image] Oct 03 21:06:31.281 INFO O| Oct 03 21:06:31.281 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742025-10-03T21:06:31.668Z[ recovery-image] Oct 03 21:06:31.298 INFO O| Oct 03 21:06:31.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
76752025-10-03T21:06:31.668Z[ recovery-image] Oct 03 21:06:31.298 INFO O| Oct 03 21:06:31.298 INFO STEP 934 (remove_files) COMPLETE
76762025-10-03T21:06:31.668Z[ recovery-image] Oct 03 21:06:31.298 INFO O| Oct 03 21:06:31.298 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772025-10-03T21:06:31.692Z[ recovery-image] Oct 03 21:06:31.314 INFO O| Oct 03 21:06:31.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76782025-10-03T21:06:31.692Z[ recovery-image] Oct 03 21:06:31.314 INFO O| Oct 03 21:06:31.314 INFO STEP 935 (remove_files) COMPLETE
76792025-10-03T21:06:31.692Z[ recovery-image] Oct 03 21:06:31.314 INFO O| Oct 03 21:06:31.314 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802025-10-03T21:06:31.692Z[ recovery-image] Oct 03 21:06:31.330 INFO O| Oct 03 21:06:31.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76812025-10-03T21:06:31.692Z[ recovery-image] Oct 03 21:06:31.331 INFO O| Oct 03 21:06:31.331 INFO STEP 936 (remove_files) COMPLETE
76822025-10-03T21:06:31.692Z[ recovery-image] Oct 03 21:06:31.331 INFO O| Oct 03 21:06:31.331 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832025-10-03T21:06:31.717Z[ recovery-image] Oct 03 21:06:31.349 INFO O| Oct 03 21:06:31.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76842025-10-03T21:06:31.717Z[ recovery-image] Oct 03 21:06:31.349 INFO O| Oct 03 21:06:31.349 INFO STEP 937 (remove_files) COMPLETE
76852025-10-03T21:06:31.717Z[ recovery-image] Oct 03 21:06:31.349 INFO O| Oct 03 21:06:31.349 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862025-10-03T21:06:31.741Z[ recovery-image] Oct 03 21:06:31.366 INFO O| Oct 03 21:06:31.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76872025-10-03T21:06:31.741Z[ recovery-image] Oct 03 21:06:31.367 INFO O| Oct 03 21:06:31.367 INFO STEP 938 (remove_files) COMPLETE
76882025-10-03T21:06:31.741Z[ recovery-image] Oct 03 21:06:31.367 INFO O| Oct 03 21:06:31.367 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892025-10-03T21:06:31.765Z[ recovery-image] Oct 03 21:06:31.383 INFO O| Oct 03 21:06:31.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76902025-10-03T21:06:31.765Z[ recovery-image] Oct 03 21:06:31.383 INFO O| Oct 03 21:06:31.383 INFO STEP 939 (remove_files) COMPLETE
76912025-10-03T21:06:31.765Z[ recovery-image] Oct 03 21:06:31.383 INFO O| Oct 03 21:06:31.383 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922025-10-03T21:06:31.765Z[ recovery-image] Oct 03 21:06:31.400 INFO O| Oct 03 21:06:31.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76932025-10-03T21:06:31.765Z[ recovery-image] Oct 03 21:06:31.400 INFO O| Oct 03 21:06:31.400 INFO STEP 940 (remove_files) COMPLETE
76942025-10-03T21:06:31.765Z[ recovery-image] Oct 03 21:06:31.400 INFO O| Oct 03 21:06:31.400 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952025-10-03T21:06:31.790Z[ recovery-image] Oct 03 21:06:31.416 INFO O| Oct 03 21:06:31.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76962025-10-03T21:06:31.790Z[ recovery-image] Oct 03 21:06:31.416 INFO O| Oct 03 21:06:31.416 INFO STEP 941 (remove_files) COMPLETE
76972025-10-03T21:06:31.790Z[ recovery-image] Oct 03 21:06:31.416 INFO O| Oct 03 21:06:31.416 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982025-10-03T21:06:31.814Z[ recovery-image] Oct 03 21:06:31.431 INFO O| Oct 03 21:06:31.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76992025-10-03T21:06:31.814Z[ recovery-image] Oct 03 21:06:31.431 INFO O| Oct 03 21:06:31.431 INFO STEP 942 (remove_files) COMPLETE
77002025-10-03T21:06:31.814Z[ recovery-image] Oct 03 21:06:31.431 INFO O| Oct 03 21:06:31.431 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012025-10-03T21:06:31.814Z[ recovery-image] Oct 03 21:06:31.445 INFO O| Oct 03 21:06:31.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
77022025-10-03T21:06:31.815Z[ recovery-image] Oct 03 21:06:31.446 INFO O| Oct 03 21:06:31.446 INFO STEP 943 (remove_files) COMPLETE
77032025-10-03T21:06:31.815Z[ recovery-image] Oct 03 21:06:31.446 INFO O| Oct 03 21:06:31.446 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042025-10-03T21:06:31.839Z[ recovery-image] Oct 03 21:06:31.461 INFO O| Oct 03 21:06:31.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
77052025-10-03T21:06:31.839Z[ recovery-image] Oct 03 21:06:31.461 INFO O| Oct 03 21:06:31.461 INFO STEP 944 (remove_files) COMPLETE
77062025-10-03T21:06:31.839Z[ recovery-image] Oct 03 21:06:31.461 INFO O| Oct 03 21:06:31.461 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072025-10-03T21:06:31.839Z[ recovery-image] Oct 03 21:06:31.476 INFO O| Oct 03 21:06:31.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
77082025-10-03T21:06:31.839Z[ recovery-image] Oct 03 21:06:31.476 INFO O| Oct 03 21:06:31.476 INFO STEP 945 (remove_files) COMPLETE
77092025-10-03T21:06:31.839Z[ recovery-image] Oct 03 21:06:31.476 INFO O| Oct 03 21:06:31.476 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102025-10-03T21:06:31.863Z[ recovery-image] Oct 03 21:06:31.490 INFO O| Oct 03 21:06:31.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
77112025-10-03T21:06:31.863Z[ recovery-image] Oct 03 21:06:31.491 INFO O| Oct 03 21:06:31.491 INFO STEP 946 (remove_files) COMPLETE
77122025-10-03T21:06:31.863Z[ recovery-image] Oct 03 21:06:31.491 INFO O| Oct 03 21:06:31.491 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132025-10-03T21:06:31.864Z[ recovery-image] Oct 03 21:06:31.503 INFO O| Oct 03 21:06:31.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
77142025-10-03T21:06:31.864Z[ recovery-image] Oct 03 21:06:31.503 INFO O| Oct 03 21:06:31.503 INFO STEP 947 (remove_files) COMPLETE
77152025-10-03T21:06:31.864Z[ recovery-image] Oct 03 21:06:31.503 INFO O| Oct 03 21:06:31.503 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162025-10-03T21:06:31.888Z[ recovery-image] Oct 03 21:06:31.516 INFO O| Oct 03 21:06:31.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
77172025-10-03T21:06:31.888Z[ recovery-image] Oct 03 21:06:31.516 INFO O| Oct 03 21:06:31.516 INFO STEP 948 (remove_files) COMPLETE
77182025-10-03T21:06:31.888Z[ recovery-image] Oct 03 21:06:31.516 INFO O| Oct 03 21:06:31.516 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192025-10-03T21:06:31.913Z[ recovery-image] Oct 03 21:06:31.528 INFO O| Oct 03 21:06:31.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
77202025-10-03T21:06:31.913Z[ recovery-image] Oct 03 21:06:31.528 INFO O| Oct 03 21:06:31.528 INFO STEP 949 (remove_files) COMPLETE
77212025-10-03T21:06:31.913Z[ recovery-image] Oct 03 21:06:31.528 INFO O| Oct 03 21:06:31.528 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222025-10-03T21:06:31.913Z[ recovery-image] Oct 03 21:06:31.544 INFO O| Oct 03 21:06:31.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
77232025-10-03T21:06:31.913Z[ recovery-image] Oct 03 21:06:31.544 INFO O| Oct 03 21:06:31.544 INFO STEP 950 (remove_files) COMPLETE
77242025-10-03T21:06:31.913Z[ recovery-image] Oct 03 21:06:31.544 INFO O| Oct 03 21:06:31.544 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252025-10-03T21:06:31.937Z[ recovery-image] Oct 03 21:06:31.560 INFO O| Oct 03 21:06:31.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
77262025-10-03T21:06:31.937Z[ recovery-image] Oct 03 21:06:31.560 INFO O| Oct 03 21:06:31.560 INFO STEP 951 (remove_files) COMPLETE
77272025-10-03T21:06:31.937Z[ recovery-image] Oct 03 21:06:31.560 INFO O| Oct 03 21:06:31.560 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282025-10-03T21:06:31.937Z[ recovery-image] Oct 03 21:06:31.576 INFO O| Oct 03 21:06:31.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
77292025-10-03T21:06:31.937Z[ recovery-image] Oct 03 21:06:31.577 INFO O| Oct 03 21:06:31.576 INFO STEP 952 (remove_files) COMPLETE
77302025-10-03T21:06:31.937Z[ recovery-image] Oct 03 21:06:31.577 INFO O| Oct 03 21:06:31.576 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312025-10-03T21:06:31.961Z[ recovery-image] Oct 03 21:06:31.592 INFO O| Oct 03 21:06:31.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
77322025-10-03T21:06:31.961Z[ recovery-image] Oct 03 21:06:31.592 INFO O| Oct 03 21:06:31.592 INFO STEP 953 (remove_files) COMPLETE
77332025-10-03T21:06:31.961Z[ recovery-image] Oct 03 21:06:31.592 INFO O| Oct 03 21:06:31.592 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342025-10-03T21:06:31.986Z[ recovery-image] Oct 03 21:06:31.605 INFO O| Oct 03 21:06:31.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
77352025-10-03T21:06:31.986Z[ recovery-image] Oct 03 21:06:31.605 INFO O| Oct 03 21:06:31.605 INFO STEP 954 (remove_files) COMPLETE
77362025-10-03T21:06:31.986Z[ recovery-image] Oct 03 21:06:31.605 INFO O| Oct 03 21:06:31.605 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372025-10-03T21:06:31.986Z[ recovery-image] Oct 03 21:06:31.622 INFO O| Oct 03 21:06:31.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
77382025-10-03T21:06:31.986Z[ recovery-image] Oct 03 21:06:31.622 INFO O| Oct 03 21:06:31.622 INFO STEP 955 (remove_files) COMPLETE
77392025-10-03T21:06:31.986Z[ recovery-image] Oct 03 21:06:31.622 INFO O| Oct 03 21:06:31.622 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402025-10-03T21:06:32.010Z[ recovery-image] Oct 03 21:06:31.637 INFO O| Oct 03 21:06:31.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
77412025-10-03T21:06:32.011Z[ recovery-image] Oct 03 21:06:31.638 INFO O| Oct 03 21:06:31.638 INFO STEP 956 (remove_files) COMPLETE
77422025-10-03T21:06:32.011Z[ recovery-image] Oct 03 21:06:31.638 INFO O| Oct 03 21:06:31.638 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432025-10-03T21:06:32.035Z[ recovery-image] Oct 03 21:06:31.651 INFO O| Oct 03 21:06:31.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
77442025-10-03T21:06:32.035Z[ recovery-image] Oct 03 21:06:31.651 INFO O| Oct 03 21:06:31.651 INFO STEP 957 (remove_files) COMPLETE
77452025-10-03T21:06:32.035Z[ recovery-image] Oct 03 21:06:31.651 INFO O| Oct 03 21:06:31.651 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462025-10-03T21:06:32.035Z[ recovery-image] Oct 03 21:06:31.667 INFO O| Oct 03 21:06:31.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
77472025-10-03T21:06:32.035Z[ recovery-image] Oct 03 21:06:31.667 INFO O| Oct 03 21:06:31.667 INFO STEP 958 (remove_files) COMPLETE
77482025-10-03T21:06:32.035Z[ recovery-image] Oct 03 21:06:31.667 INFO O| Oct 03 21:06:31.667 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492025-10-03T21:06:32.060Z[ recovery-image] Oct 03 21:06:31.684 INFO O| Oct 03 21:06:31.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
77502025-10-03T21:06:32.060Z[ recovery-image] Oct 03 21:06:31.684 INFO O| Oct 03 21:06:31.684 INFO STEP 959 (remove_files) COMPLETE
77512025-10-03T21:06:32.060Z[ recovery-image] Oct 03 21:06:31.684 INFO O| Oct 03 21:06:31.684 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522025-10-03T21:06:32.084Z[ recovery-image] Oct 03 21:06:31.703 INFO O| Oct 03 21:06:31.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
77532025-10-03T21:06:32.084Z[ recovery-image] Oct 03 21:06:31.703 INFO O| Oct 03 21:06:31.703 INFO STEP 960 (remove_files) COMPLETE
77542025-10-03T21:06:32.084Z[ recovery-image] Oct 03 21:06:31.703 INFO O| Oct 03 21:06:31.703 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552025-10-03T21:06:32.108Z[ recovery-image] Oct 03 21:06:31.725 INFO O| Oct 03 21:06:31.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
77562025-10-03T21:06:32.108Z[ recovery-image] Oct 03 21:06:31.725 INFO O| Oct 03 21:06:31.725 INFO STEP 961 (remove_files) COMPLETE
77572025-10-03T21:06:32.108Z[ recovery-image] Oct 03 21:06:31.725 INFO O| Oct 03 21:06:31.725 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582025-10-03T21:06:32.108Z[ recovery-image] Oct 03 21:06:31.742 INFO O| Oct 03 21:06:31.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
77592025-10-03T21:06:32.108Z[ recovery-image] Oct 03 21:06:31.742 INFO O| Oct 03 21:06:31.742 INFO STEP 962 (remove_files) COMPLETE
77602025-10-03T21:06:32.108Z[ recovery-image] Oct 03 21:06:31.742 INFO O| Oct 03 21:06:31.742 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612025-10-03T21:06:32.133Z[ recovery-image] Oct 03 21:06:31.759 INFO O| Oct 03 21:06:31.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
77622025-10-03T21:06:32.133Z[ recovery-image] Oct 03 21:06:31.759 INFO O| Oct 03 21:06:31.759 INFO STEP 963 (remove_files) COMPLETE
77632025-10-03T21:06:32.133Z[ recovery-image] Oct 03 21:06:31.759 INFO O| Oct 03 21:06:31.759 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642025-10-03T21:06:32.157Z[ recovery-image] Oct 03 21:06:31.774 INFO O| Oct 03 21:06:31.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
77652025-10-03T21:06:32.157Z[ recovery-image] Oct 03 21:06:31.774 INFO O| Oct 03 21:06:31.774 INFO STEP 964 (remove_files) COMPLETE
77662025-10-03T21:06:32.157Z[ recovery-image] Oct 03 21:06:31.775 INFO O| Oct 03 21:06:31.774 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672025-10-03T21:06:32.157Z[ recovery-image] Oct 03 21:06:31.793 INFO O| Oct 03 21:06:31.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
77682025-10-03T21:06:32.157Z[ recovery-image] Oct 03 21:06:31.793 INFO O| Oct 03 21:06:31.793 INFO STEP 965 (remove_files) COMPLETE
77692025-10-03T21:06:32.157Z[ recovery-image] Oct 03 21:06:31.793 INFO O| Oct 03 21:06:31.793 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702025-10-03T21:06:32.182Z[ recovery-image] Oct 03 21:06:31.808 INFO O| Oct 03 21:06:31.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
77712025-10-03T21:06:32.182Z[ recovery-image] Oct 03 21:06:31.808 INFO O| Oct 03 21:06:31.808 INFO STEP 966 (remove_files) COMPLETE
77722025-10-03T21:06:32.182Z[ recovery-image] Oct 03 21:06:31.808 INFO O| Oct 03 21:06:31.808 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732025-10-03T21:06:32.206Z[ recovery-image] Oct 03 21:06:31.823 INFO O| Oct 03 21:06:31.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
77742025-10-03T21:06:32.206Z[ recovery-image] Oct 03 21:06:31.823 INFO O| Oct 03 21:06:31.823 INFO STEP 967 (remove_files) COMPLETE
77752025-10-03T21:06:32.206Z[ recovery-image] Oct 03 21:06:31.823 INFO O| Oct 03 21:06:31.823 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762025-10-03T21:06:32.206Z[ recovery-image] Oct 03 21:06:31.836 INFO O| Oct 03 21:06:31.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
77772025-10-03T21:06:32.206Z[ recovery-image] Oct 03 21:06:31.836 INFO O| Oct 03 21:06:31.836 INFO STEP 968 (remove_files) COMPLETE
77782025-10-03T21:06:32.206Z[ recovery-image] Oct 03 21:06:31.836 INFO O| Oct 03 21:06:31.836 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792025-10-03T21:06:32.231Z[ recovery-image] Oct 03 21:06:31.849 INFO O| Oct 03 21:06:31.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77802025-10-03T21:06:32.231Z[ recovery-image] Oct 03 21:06:31.849 INFO O| Oct 03 21:06:31.849 INFO STEP 969 (remove_files) COMPLETE
77812025-10-03T21:06:32.231Z[ recovery-image] Oct 03 21:06:31.849 INFO O| Oct 03 21:06:31.849 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822025-10-03T21:06:32.231Z[ recovery-image] Oct 03 21:06:31.863 INFO O| Oct 03 21:06:31.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77832025-10-03T21:06:32.231Z[ recovery-image] Oct 03 21:06:31.863 INFO O| Oct 03 21:06:31.863 INFO STEP 970 (remove_files) COMPLETE
77842025-10-03T21:06:32.231Z[ recovery-image] Oct 03 21:06:31.863 INFO O| Oct 03 21:06:31.863 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852025-10-03T21:06:32.255Z[ recovery-image] Oct 03 21:06:31.879 INFO O| Oct 03 21:06:31.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77862025-10-03T21:06:32.255Z[ recovery-image] Oct 03 21:06:31.879 INFO O| Oct 03 21:06:31.879 INFO STEP 971 (remove_files) COMPLETE
77872025-10-03T21:06:32.255Z[ recovery-image] Oct 03 21:06:31.879 INFO O| Oct 03 21:06:31.879 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882025-10-03T21:06:32.255Z[ recovery-image] Oct 03 21:06:31.894 INFO O| Oct 03 21:06:31.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77892025-10-03T21:06:32.255Z[ recovery-image] Oct 03 21:06:31.894 INFO O| Oct 03 21:06:31.894 INFO STEP 972 (remove_files) COMPLETE
77902025-10-03T21:06:32.255Z[ recovery-image] Oct 03 21:06:31.894 INFO O| Oct 03 21:06:31.894 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912025-10-03T21:06:32.280Z[ recovery-image] Oct 03 21:06:31.909 INFO O| Oct 03 21:06:31.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77922025-10-03T21:06:32.280Z[ recovery-image] Oct 03 21:06:31.909 INFO O| Oct 03 21:06:31.909 INFO STEP 973 (remove_files) COMPLETE
77932025-10-03T21:06:32.280Z[ recovery-image] Oct 03 21:06:31.909 INFO O| Oct 03 21:06:31.909 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942025-10-03T21:06:32.304Z[ recovery-image] Oct 03 21:06:31.922 INFO O| Oct 03 21:06:31.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77952025-10-03T21:06:32.304Z[ recovery-image] Oct 03 21:06:31.922 INFO O| Oct 03 21:06:31.922 INFO STEP 974 (remove_files) COMPLETE
77962025-10-03T21:06:32.304Z[ recovery-image] Oct 03 21:06:31.922 INFO O| Oct 03 21:06:31.922 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972025-10-03T21:06:32.304Z[ recovery-image] Oct 03 21:06:31.937 INFO O| Oct 03 21:06:31.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77982025-10-03T21:06:32.304Z[ recovery-image] Oct 03 21:06:31.938 INFO O| Oct 03 21:06:31.938 INFO STEP 975 (remove_files) COMPLETE
77992025-10-03T21:06:32.304Z[ recovery-image] Oct 03 21:06:31.938 INFO O| Oct 03 21:06:31.938 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002025-10-03T21:06:32.329Z[ recovery-image] Oct 03 21:06:31.956 INFO O| Oct 03 21:06:31.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
78012025-10-03T21:06:32.329Z[ recovery-image] Oct 03 21:06:31.956 INFO O| Oct 03 21:06:31.956 INFO STEP 976 (remove_files) COMPLETE
78022025-10-03T21:06:32.329Z[ recovery-image] Oct 03 21:06:31.956 INFO O| Oct 03 21:06:31.956 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032025-10-03T21:06:32.353Z[ recovery-image] Oct 03 21:06:31.973 INFO O| Oct 03 21:06:31.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
78042025-10-03T21:06:32.353Z[ recovery-image] Oct 03 21:06:31.973 INFO O| Oct 03 21:06:31.973 INFO STEP 977 (remove_files) COMPLETE
78052025-10-03T21:06:32.353Z[ recovery-image] Oct 03 21:06:31.973 INFO O| Oct 03 21:06:31.973 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062025-10-03T21:06:32.353Z[ recovery-image] Oct 03 21:06:31.990 INFO O| Oct 03 21:06:31.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
78072025-10-03T21:06:32.353Z[ recovery-image] Oct 03 21:06:31.990 INFO O| Oct 03 21:06:31.990 INFO STEP 978 (remove_files) COMPLETE
78082025-10-03T21:06:32.353Z[ recovery-image] Oct 03 21:06:31.990 INFO O| Oct 03 21:06:31.990 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092025-10-03T21:06:32.378Z[ recovery-image] Oct 03 21:06:32.005 INFO O| Oct 03 21:06:32.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
78102025-10-03T21:06:32.378Z[ recovery-image] Oct 03 21:06:32.005 INFO O| Oct 03 21:06:32.005 INFO STEP 979 (remove_files) COMPLETE
78112025-10-03T21:06:32.378Z[ recovery-image] Oct 03 21:06:32.005 INFO O| Oct 03 21:06:32.005 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122025-10-03T21:06:32.402Z[ recovery-image] Oct 03 21:06:32.018 INFO O| Oct 03 21:06:32.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
78132025-10-03T21:06:32.402Z[ recovery-image] Oct 03 21:06:32.018 INFO O| Oct 03 21:06:32.018 INFO STEP 980 (remove_files) COMPLETE
78142025-10-03T21:06:32.402Z[ recovery-image] Oct 03 21:06:32.018 INFO O| Oct 03 21:06:32.018 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152025-10-03T21:06:32.402Z[ recovery-image] Oct 03 21:06:32.034 INFO O| Oct 03 21:06:32.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
78162025-10-03T21:06:32.402Z[ recovery-image] Oct 03 21:06:32.034 INFO O| Oct 03 21:06:32.034 INFO STEP 981 (remove_files) COMPLETE
78172025-10-03T21:06:32.402Z[ recovery-image] Oct 03 21:06:32.034 INFO O| Oct 03 21:06:32.034 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182025-10-03T21:06:32.426Z[ recovery-image] Oct 03 21:06:32.049 INFO O| Oct 03 21:06:32.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
78192025-10-03T21:06:32.426Z[ recovery-image] Oct 03 21:06:32.049 INFO O| Oct 03 21:06:32.049 INFO STEP 982 (remove_files) COMPLETE
78202025-10-03T21:06:32.426Z[ recovery-image] Oct 03 21:06:32.049 INFO O| Oct 03 21:06:32.049 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212025-10-03T21:06:32.426Z[ recovery-image] Oct 03 21:06:32.065 INFO O| Oct 03 21:06:32.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
78222025-10-03T21:06:32.426Z[ recovery-image] Oct 03 21:06:32.065 INFO O| Oct 03 21:06:32.065 INFO STEP 983 (remove_files) COMPLETE
78232025-10-03T21:06:32.426Z[ recovery-image] Oct 03 21:06:32.065 INFO O| Oct 03 21:06:32.065 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242025-10-03T21:06:32.451Z[ recovery-image] Oct 03 21:06:32.078 INFO O| Oct 03 21:06:32.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
78252025-10-03T21:06:32.451Z[ recovery-image] Oct 03 21:06:32.078 INFO O| Oct 03 21:06:32.078 INFO STEP 984 (remove_files) COMPLETE
78262025-10-03T21:06:32.451Z[ recovery-image] Oct 03 21:06:32.078 INFO O| Oct 03 21:06:32.078 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272025-10-03T21:06:32.475Z[ recovery-image] Oct 03 21:06:32.092 INFO O| Oct 03 21:06:32.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
78282025-10-03T21:06:32.475Z[ recovery-image] Oct 03 21:06:32.092 INFO O| Oct 03 21:06:32.092 INFO STEP 985 (remove_files) COMPLETE
78292025-10-03T21:06:32.475Z[ recovery-image] Oct 03 21:06:32.092 INFO O| Oct 03 21:06:32.092 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302025-10-03T21:06:32.475Z[ recovery-image] Oct 03 21:06:32.105 INFO O| Oct 03 21:06:32.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
78312025-10-03T21:06:32.475Z[ recovery-image] Oct 03 21:06:32.105 INFO O| Oct 03 21:06:32.105 INFO STEP 986 (remove_files) COMPLETE
78322025-10-03T21:06:32.475Z[ recovery-image] Oct 03 21:06:32.105 INFO O| Oct 03 21:06:32.105 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332025-10-03T21:06:32.499Z[ recovery-image] Oct 03 21:06:32.119 INFO O| Oct 03 21:06:32.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
78342025-10-03T21:06:32.500Z[ recovery-image] Oct 03 21:06:32.119 INFO O| Oct 03 21:06:32.119 INFO STEP 987 (remove_files) COMPLETE
78352025-10-03T21:06:32.500Z[ recovery-image] Oct 03 21:06:32.119 INFO O| Oct 03 21:06:32.119 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362025-10-03T21:06:32.500Z[ recovery-image] Oct 03 21:06:32.133 INFO O| Oct 03 21:06:32.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
78372025-10-03T21:06:32.500Z[ recovery-image] Oct 03 21:06:32.133 INFO O| Oct 03 21:06:32.133 INFO STEP 988 (remove_files) COMPLETE
78382025-10-03T21:06:32.500Z[ recovery-image] Oct 03 21:06:32.133 INFO O| Oct 03 21:06:32.133 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392025-10-03T21:06:32.524Z[ recovery-image] Oct 03 21:06:32.146 INFO O| Oct 03 21:06:32.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
78402025-10-03T21:06:32.524Z[ recovery-image] Oct 03 21:06:32.146 INFO O| Oct 03 21:06:32.146 INFO STEP 989 (remove_files) COMPLETE
78412025-10-03T21:06:32.524Z[ recovery-image] Oct 03 21:06:32.146 INFO O| Oct 03 21:06:32.146 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422025-10-03T21:06:32.524Z[ recovery-image] Oct 03 21:06:32.159 INFO O| Oct 03 21:06:32.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
78432025-10-03T21:06:32.524Z[ recovery-image] Oct 03 21:06:32.159 INFO O| Oct 03 21:06:32.159 INFO STEP 990 (remove_files) COMPLETE
78442025-10-03T21:06:32.524Z[ recovery-image] Oct 03 21:06:32.159 INFO O| Oct 03 21:06:32.159 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452025-10-03T21:06:32.549Z[ recovery-image] Oct 03 21:06:32.171 INFO O| Oct 03 21:06:32.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
78462025-10-03T21:06:32.549Z[ recovery-image] Oct 03 21:06:32.171 INFO O| Oct 03 21:06:32.171 INFO STEP 991 (remove_files) COMPLETE
78472025-10-03T21:06:32.549Z[ recovery-image] Oct 03 21:06:32.171 INFO O| Oct 03 21:06:32.171 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482025-10-03T21:06:32.549Z[ recovery-image] Oct 03 21:06:32.184 INFO O| Oct 03 21:06:32.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
78492025-10-03T21:06:32.549Z[ recovery-image] Oct 03 21:06:32.184 INFO O| Oct 03 21:06:32.184 INFO STEP 992 (remove_files) COMPLETE
78502025-10-03T21:06:32.549Z[ recovery-image] Oct 03 21:06:32.184 INFO O| Oct 03 21:06:32.184 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512025-10-03T21:06:32.573Z[ recovery-image] Oct 03 21:06:32.200 INFO O| Oct 03 21:06:32.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
78522025-10-03T21:06:32.573Z[ recovery-image] Oct 03 21:06:32.200 INFO O| Oct 03 21:06:32.200 INFO STEP 993 (remove_files) COMPLETE
78532025-10-03T21:06:32.573Z[ recovery-image] Oct 03 21:06:32.200 INFO O| Oct 03 21:06:32.200 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542025-10-03T21:06:32.597Z[ recovery-image] Oct 03 21:06:32.217 INFO O| Oct 03 21:06:32.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
78552025-10-03T21:06:32.598Z[ recovery-image] Oct 03 21:06:32.217 INFO O| Oct 03 21:06:32.217 INFO STEP 994 (remove_files) COMPLETE
78562025-10-03T21:06:32.598Z[ recovery-image] Oct 03 21:06:32.217 INFO O| Oct 03 21:06:32.217 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572025-10-03T21:06:32.598Z[ recovery-image] Oct 03 21:06:32.231 INFO O| Oct 03 21:06:32.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
78582025-10-03T21:06:32.598Z[ recovery-image] Oct 03 21:06:32.231 INFO O| Oct 03 21:06:32.231 INFO STEP 995 (remove_files) COMPLETE
78592025-10-03T21:06:32.598Z[ recovery-image] Oct 03 21:06:32.231 INFO O| Oct 03 21:06:32.231 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602025-10-03T21:06:32.622Z[ recovery-image] Oct 03 21:06:32.244 INFO O| Oct 03 21:06:32.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
78612025-10-03T21:06:32.622Z[ recovery-image] Oct 03 21:06:32.244 INFO O| Oct 03 21:06:32.244 INFO STEP 996 (remove_files) COMPLETE
78622025-10-03T21:06:32.622Z[ recovery-image] Oct 03 21:06:32.244 INFO O| Oct 03 21:06:32.244 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632025-10-03T21:06:32.646Z[ recovery-image] Oct 03 21:06:32.258 INFO O| Oct 03 21:06:32.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
78642025-10-03T21:06:32.646Z[ recovery-image] Oct 03 21:06:32.259 INFO O| Oct 03 21:06:32.258 INFO STEP 997 (remove_files) COMPLETE
78652025-10-03T21:06:32.646Z[ recovery-image] Oct 03 21:06:32.259 INFO O| Oct 03 21:06:32.258 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662025-10-03T21:06:32.646Z[ recovery-image] Oct 03 21:06:32.273 INFO O| Oct 03 21:06:32.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
78672025-10-03T21:06:32.646Z[ recovery-image] Oct 03 21:06:32.273 INFO O| Oct 03 21:06:32.273 INFO STEP 998 (remove_files) COMPLETE
78682025-10-03T21:06:32.646Z[ recovery-image] Oct 03 21:06:32.273 INFO O| Oct 03 21:06:32.273 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692025-10-03T21:06:32.671Z[ recovery-image] Oct 03 21:06:32.287 INFO O| Oct 03 21:06:32.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
78702025-10-03T21:06:32.671Z[ recovery-image] Oct 03 21:06:32.287 INFO O| Oct 03 21:06:32.287 INFO STEP 999 (remove_files) COMPLETE
78712025-10-03T21:06:32.671Z[ recovery-image] Oct 03 21:06:32.288 INFO O| Oct 03 21:06:32.287 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722025-10-03T21:06:32.671Z[ recovery-image] Oct 03 21:06:32.301 INFO O| Oct 03 21:06:32.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
78732025-10-03T21:06:32.671Z[ recovery-image] Oct 03 21:06:32.301 INFO O| Oct 03 21:06:32.301 INFO STEP 1000 (remove_files) COMPLETE
78742025-10-03T21:06:32.671Z[ recovery-image] Oct 03 21:06:32.301 INFO O| Oct 03 21:06:32.301 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752025-10-03T21:06:32.695Z[ recovery-image] Oct 03 21:06:32.317 INFO O| Oct 03 21:06:32.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
78762025-10-03T21:06:32.695Z[ recovery-image] Oct 03 21:06:32.317 INFO O| Oct 03 21:06:32.317 INFO STEP 1001 (remove_files) COMPLETE
78772025-10-03T21:06:32.695Z[ recovery-image] Oct 03 21:06:32.317 INFO O| Oct 03 21:06:32.317 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782025-10-03T21:06:32.695Z[ recovery-image] Oct 03 21:06:32.331 INFO O| Oct 03 21:06:32.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78792025-10-03T21:06:32.695Z[ recovery-image] Oct 03 21:06:32.331 INFO O| Oct 03 21:06:32.331 INFO STEP 1002 (remove_files) COMPLETE
78802025-10-03T21:06:32.695Z[ recovery-image] Oct 03 21:06:32.331 INFO O| Oct 03 21:06:32.331 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812025-10-03T21:06:32.720Z[ recovery-image] Oct 03 21:06:32.343 INFO O| Oct 03 21:06:32.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78822025-10-03T21:06:32.720Z[ recovery-image] Oct 03 21:06:32.343 INFO O| Oct 03 21:06:32.343 INFO STEP 1003 (remove_files) COMPLETE
78832025-10-03T21:06:32.720Z[ recovery-image] Oct 03 21:06:32.343 INFO O| Oct 03 21:06:32.343 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842025-10-03T21:06:32.720Z[ recovery-image] Oct 03 21:06:32.355 INFO O| Oct 03 21:06:32.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78852025-10-03T21:06:32.720Z[ recovery-image] Oct 03 21:06:32.355 INFO O| Oct 03 21:06:32.355 INFO STEP 1004 (remove_files) COMPLETE
78862025-10-03T21:06:32.720Z[ recovery-image] Oct 03 21:06:32.355 INFO O| Oct 03 21:06:32.355 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872025-10-03T21:06:32.744Z[ recovery-image] Oct 03 21:06:32.370 INFO O| Oct 03 21:06:32.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78882025-10-03T21:06:32.744Z[ recovery-image] Oct 03 21:06:32.370 INFO O| Oct 03 21:06:32.370 INFO STEP 1005 (remove_files) COMPLETE
78892025-10-03T21:06:32.744Z[ recovery-image] Oct 03 21:06:32.370 INFO O| Oct 03 21:06:32.370 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902025-10-03T21:06:32.768Z[ recovery-image] Oct 03 21:06:32.385 INFO O| Oct 03 21:06:32.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78912025-10-03T21:06:32.768Z[ recovery-image] Oct 03 21:06:32.385 INFO O| Oct 03 21:06:32.385 INFO STEP 1006 (remove_files) COMPLETE
78922025-10-03T21:06:32.768Z[ recovery-image] Oct 03 21:06:32.385 INFO O| Oct 03 21:06:32.385 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932025-10-03T21:06:32.768Z[ recovery-image] Oct 03 21:06:32.399 INFO O| Oct 03 21:06:32.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78942025-10-03T21:06:32.769Z[ recovery-image] Oct 03 21:06:32.399 INFO O| Oct 03 21:06:32.399 INFO STEP 1007 (remove_files) COMPLETE
78952025-10-03T21:06:32.769Z[ recovery-image] Oct 03 21:06:32.399 INFO O| Oct 03 21:06:32.399 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962025-10-03T21:06:32.793Z[ recovery-image] Oct 03 21:06:32.413 INFO O| Oct 03 21:06:32.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78972025-10-03T21:06:32.793Z[ recovery-image] Oct 03 21:06:32.413 INFO O| Oct 03 21:06:32.413 INFO STEP 1008 (remove_files) COMPLETE
78982025-10-03T21:06:32.793Z[ recovery-image] Oct 03 21:06:32.413 INFO O| Oct 03 21:06:32.413 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992025-10-03T21:06:32.793Z[ recovery-image] Oct 03 21:06:32.427 INFO O| Oct 03 21:06:32.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
79002025-10-03T21:06:32.793Z[ recovery-image] Oct 03 21:06:32.427 INFO O| Oct 03 21:06:32.427 INFO STEP 1009 (remove_files) COMPLETE
79012025-10-03T21:06:32.793Z[ recovery-image] Oct 03 21:06:32.427 INFO O| Oct 03 21:06:32.427 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022025-10-03T21:06:32.818Z[ recovery-image] Oct 03 21:06:32.438 INFO O| Oct 03 21:06:32.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
79032025-10-03T21:06:32.818Z[ recovery-image] Oct 03 21:06:32.439 INFO O| Oct 03 21:06:32.439 INFO STEP 1010 (remove_files) COMPLETE
79042025-10-03T21:06:32.818Z[ recovery-image] Oct 03 21:06:32.439 INFO O| Oct 03 21:06:32.439 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052025-10-03T21:06:32.818Z[ recovery-image] Oct 03 21:06:32.449 INFO O| Oct 03 21:06:32.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
79062025-10-03T21:06:32.818Z[ recovery-image] Oct 03 21:06:32.449 INFO O| Oct 03 21:06:32.449 INFO STEP 1011 (remove_files) COMPLETE
79072025-10-03T21:06:32.818Z[ recovery-image] Oct 03 21:06:32.450 INFO O| Oct 03 21:06:32.449 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082025-10-03T21:06:32.842Z[ recovery-image] Oct 03 21:06:32.460 INFO O| Oct 03 21:06:32.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
79092025-10-03T21:06:32.842Z[ recovery-image] Oct 03 21:06:32.460 INFO O| Oct 03 21:06:32.460 INFO STEP 1012 (remove_files) COMPLETE
79102025-10-03T21:06:32.842Z[ recovery-image] Oct 03 21:06:32.460 INFO O| Oct 03 21:06:32.460 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112025-10-03T21:06:32.842Z[ recovery-image] Oct 03 21:06:32.476 INFO O| Oct 03 21:06:32.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
79122025-10-03T21:06:32.842Z[ recovery-image] Oct 03 21:06:32.476 INFO O| Oct 03 21:06:32.476 INFO STEP 1013 (remove_files) COMPLETE
79132025-10-03T21:06:32.842Z[ recovery-image] Oct 03 21:06:32.476 INFO O| Oct 03 21:06:32.476 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142025-10-03T21:06:32.866Z[ recovery-image] Oct 03 21:06:32.487 INFO O| Oct 03 21:06:32.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
79152025-10-03T21:06:32.866Z[ recovery-image] Oct 03 21:06:32.487 INFO O| Oct 03 21:06:32.487 INFO STEP 1014 (remove_files) COMPLETE
79162025-10-03T21:06:32.866Z[ recovery-image] Oct 03 21:06:32.487 INFO O| Oct 03 21:06:32.487 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172025-10-03T21:06:32.867Z[ recovery-image] Oct 03 21:06:32.499 INFO O| Oct 03 21:06:32.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
79182025-10-03T21:06:32.867Z[ recovery-image] Oct 03 21:06:32.499 INFO O| Oct 03 21:06:32.499 INFO STEP 1015 (remove_files) COMPLETE
79192025-10-03T21:06:32.867Z[ recovery-image] Oct 03 21:06:32.499 INFO O| Oct 03 21:06:32.499 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202025-10-03T21:06:32.891Z[ recovery-image] Oct 03 21:06:32.510 INFO O| Oct 03 21:06:32.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
79212025-10-03T21:06:32.891Z[ recovery-image] Oct 03 21:06:32.510 INFO O| Oct 03 21:06:32.510 INFO STEP 1016 (remove_files) COMPLETE
79222025-10-03T21:06:32.891Z[ recovery-image] Oct 03 21:06:32.510 INFO O| Oct 03 21:06:32.510 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232025-10-03T21:06:32.891Z[ recovery-image] Oct 03 21:06:32.522 INFO O| Oct 03 21:06:32.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
79242025-10-03T21:06:32.891Z[ recovery-image] Oct 03 21:06:32.522 INFO O| Oct 03 21:06:32.522 INFO STEP 1017 (remove_files) COMPLETE
79252025-10-03T21:06:32.891Z[ recovery-image] Oct 03 21:06:32.522 INFO O| Oct 03 21:06:32.522 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262025-10-03T21:06:32.915Z[ recovery-image] Oct 03 21:06:32.534 INFO O| Oct 03 21:06:32.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
79272025-10-03T21:06:32.916Z[ recovery-image] Oct 03 21:06:32.534 INFO O| Oct 03 21:06:32.534 INFO STEP 1018 (remove_files) COMPLETE
79282025-10-03T21:06:32.916Z[ recovery-image] Oct 03 21:06:32.534 INFO O| Oct 03 21:06:32.534 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292025-10-03T21:06:32.916Z[ recovery-image] Oct 03 21:06:32.545 INFO O| Oct 03 21:06:32.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
79302025-10-03T21:06:32.916Z[ recovery-image] Oct 03 21:06:32.545 INFO O| Oct 03 21:06:32.545 INFO STEP 1019 (remove_files) COMPLETE
79312025-10-03T21:06:32.916Z[ recovery-image] Oct 03 21:06:32.545 INFO O| Oct 03 21:06:32.545 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322025-10-03T21:06:32.940Z[ recovery-image] Oct 03 21:06:32.557 INFO O| Oct 03 21:06:32.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
79332025-10-03T21:06:32.940Z[ recovery-image] Oct 03 21:06:32.557 INFO O| Oct 03 21:06:32.557 INFO STEP 1020 (remove_files) COMPLETE
79342025-10-03T21:06:32.940Z[ recovery-image] Oct 03 21:06:32.557 INFO O| Oct 03 21:06:32.557 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352025-10-03T21:06:32.940Z[ recovery-image] Oct 03 21:06:32.570 INFO O| Oct 03 21:06:32.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
79362025-10-03T21:06:32.940Z[ recovery-image] Oct 03 21:06:32.570 INFO O| Oct 03 21:06:32.570 INFO STEP 1021 (remove_files) COMPLETE
79372025-10-03T21:06:32.940Z[ recovery-image] Oct 03 21:06:32.570 INFO O| Oct 03 21:06:32.570 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382025-10-03T21:06:32.964Z[ recovery-image] Oct 03 21:06:32.581 INFO O| Oct 03 21:06:32.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
79392025-10-03T21:06:32.964Z[ recovery-image] Oct 03 21:06:32.581 INFO O| Oct 03 21:06:32.581 INFO STEP 1022 (remove_files) COMPLETE
79402025-10-03T21:06:32.964Z[ recovery-image] Oct 03 21:06:32.581 INFO O| Oct 03 21:06:32.581 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412025-10-03T21:06:32.964Z[ recovery-image] Oct 03 21:06:32.592 INFO O| Oct 03 21:06:32.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
79422025-10-03T21:06:32.964Z[ recovery-image] Oct 03 21:06:32.593 INFO O| Oct 03 21:06:32.593 INFO STEP 1023 (remove_files) COMPLETE
79432025-10-03T21:06:32.964Z[ recovery-image] Oct 03 21:06:32.593 INFO O| Oct 03 21:06:32.593 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442025-10-03T21:06:32.964Z[ recovery-image] Oct 03 21:06:32.604 INFO O| Oct 03 21:06:32.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
79452025-10-03T21:06:32.964Z[ recovery-image] Oct 03 21:06:32.604 INFO O| Oct 03 21:06:32.604 INFO STEP 1024 (remove_files) COMPLETE
79462025-10-03T21:06:32.964Z[ recovery-image] Oct 03 21:06:32.604 INFO O| Oct 03 21:06:32.604 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472025-10-03T21:06:32.989Z[ recovery-image] Oct 03 21:06:32.615 INFO O| Oct 03 21:06:32.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
79482025-10-03T21:06:32.989Z[ recovery-image] Oct 03 21:06:32.615 INFO O| Oct 03 21:06:32.615 INFO STEP 1025 (remove_files) COMPLETE
79492025-10-03T21:06:32.989Z[ recovery-image] Oct 03 21:06:32.615 INFO O| Oct 03 21:06:32.615 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502025-10-03T21:06:32.989Z[ recovery-image] Oct 03 21:06:32.627 INFO O| Oct 03 21:06:32.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
79512025-10-03T21:06:32.989Z[ recovery-image] Oct 03 21:06:32.627 INFO O| Oct 03 21:06:32.627 INFO STEP 1026 (remove_files) COMPLETE
79522025-10-03T21:06:32.989Z[ recovery-image] Oct 03 21:06:32.627 INFO O| Oct 03 21:06:32.627 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532025-10-03T21:06:33.013Z[ recovery-image] Oct 03 21:06:32.642 INFO O| Oct 03 21:06:32.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
79542025-10-03T21:06:33.013Z[ recovery-image] Oct 03 21:06:32.642 INFO O| Oct 03 21:06:32.642 INFO STEP 1027 (remove_files) COMPLETE
79552025-10-03T21:06:33.013Z[ recovery-image] Oct 03 21:06:32.642 INFO O| Oct 03 21:06:32.642 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562025-10-03T21:06:33.038Z[ recovery-image] Oct 03 21:06:32.657 INFO O| Oct 03 21:06:32.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
79572025-10-03T21:06:33.038Z[ recovery-image] Oct 03 21:06:32.657 INFO O| Oct 03 21:06:32.657 INFO STEP 1028 (remove_files) COMPLETE
79582025-10-03T21:06:33.038Z[ recovery-image] Oct 03 21:06:32.657 INFO O| Oct 03 21:06:32.657 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592025-10-03T21:06:33.038Z[ recovery-image] Oct 03 21:06:32.670 INFO O| Oct 03 21:06:32.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
79602025-10-03T21:06:33.038Z[ recovery-image] Oct 03 21:06:32.670 INFO O| Oct 03 21:06:32.670 INFO STEP 1029 (remove_files) COMPLETE
79612025-10-03T21:06:33.038Z[ recovery-image] Oct 03 21:06:32.670 INFO O| Oct 03 21:06:32.670 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622025-10-03T21:06:33.063Z[ recovery-image] Oct 03 21:06:32.686 INFO O| Oct 03 21:06:32.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
79632025-10-03T21:06:33.063Z[ recovery-image] Oct 03 21:06:32.686 INFO O| Oct 03 21:06:32.686 INFO STEP 1030 (remove_files) COMPLETE
79642025-10-03T21:06:33.063Z[ recovery-image] Oct 03 21:06:32.686 INFO O| Oct 03 21:06:32.686 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652025-10-03T21:06:33.063Z[ recovery-image] Oct 03 21:06:32.699 INFO O| Oct 03 21:06:32.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
79662025-10-03T21:06:33.063Z[ recovery-image] Oct 03 21:06:32.699 INFO O| Oct 03 21:06:32.699 INFO STEP 1031 (remove_files) COMPLETE
79672025-10-03T21:06:33.063Z[ recovery-image] Oct 03 21:06:32.699 INFO O| Oct 03 21:06:32.699 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682025-10-03T21:06:33.087Z[ recovery-image] Oct 03 21:06:32.712 INFO O| Oct 03 21:06:32.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
79692025-10-03T21:06:33.087Z[ recovery-image] Oct 03 21:06:32.712 INFO O| Oct 03 21:06:32.712 INFO STEP 1032 (remove_files) COMPLETE
79702025-10-03T21:06:33.087Z[ recovery-image] Oct 03 21:06:32.712 INFO O| Oct 03 21:06:32.712 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712025-10-03T21:06:33.087Z[ recovery-image] Oct 03 21:06:32.723 INFO O| Oct 03 21:06:32.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
79722025-10-03T21:06:33.088Z[ recovery-image] Oct 03 21:06:32.723 INFO O| Oct 03 21:06:32.723 INFO STEP 1033 (remove_files) COMPLETE
79732025-10-03T21:06:33.088Z[ recovery-image] Oct 03 21:06:32.723 INFO O| Oct 03 21:06:32.723 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742025-10-03T21:06:33.112Z[ recovery-image] Oct 03 21:06:32.742 INFO O| Oct 03 21:06:32.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
79752025-10-03T21:06:33.112Z[ recovery-image] Oct 03 21:06:32.742 INFO O| Oct 03 21:06:32.742 INFO STEP 1034 (remove_files) COMPLETE
79762025-10-03T21:06:33.112Z[ recovery-image] Oct 03 21:06:32.742 INFO O| Oct 03 21:06:32.742 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772025-10-03T21:06:33.136Z[ recovery-image] Oct 03 21:06:32.759 INFO O| Oct 03 21:06:32.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79782025-10-03T21:06:33.137Z[ recovery-image] Oct 03 21:06:32.759 INFO O| Oct 03 21:06:32.759 INFO STEP 1035 (remove_files) COMPLETE
79792025-10-03T21:06:33.137Z[ recovery-image] Oct 03 21:06:32.759 INFO O| Oct 03 21:06:32.759 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802025-10-03T21:06:33.137Z[ recovery-image] Oct 03 21:06:32.776 INFO O| Oct 03 21:06:32.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79812025-10-03T21:06:33.137Z[ recovery-image] Oct 03 21:06:32.776 INFO O| Oct 03 21:06:32.776 INFO STEP 1036 (remove_files) COMPLETE
79822025-10-03T21:06:33.137Z[ recovery-image] Oct 03 21:06:32.776 INFO O| Oct 03 21:06:32.776 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832025-10-03T21:06:33.161Z[ recovery-image] Oct 03 21:06:32.794 INFO O| Oct 03 21:06:32.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
79842025-10-03T21:06:33.161Z[ recovery-image] Oct 03 21:06:32.794 INFO O| Oct 03 21:06:32.794 INFO STEP 1037 (remove_files) COMPLETE
79852025-10-03T21:06:33.161Z[ recovery-image] Oct 03 21:06:32.794 INFO O| Oct 03 21:06:32.794 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862025-10-03T21:06:33.185Z[ recovery-image] Oct 03 21:06:32.812 INFO O| Oct 03 21:06:32.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79872025-10-03T21:06:33.185Z[ recovery-image] Oct 03 21:06:32.812 INFO O| Oct 03 21:06:32.812 INFO STEP 1038 (remove_files) COMPLETE
79882025-10-03T21:06:33.185Z[ recovery-image] Oct 03 21:06:32.812 INFO O| Oct 03 21:06:32.812 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892025-10-03T21:06:33.209Z[ recovery-image] Oct 03 21:06:32.826 INFO O| Oct 03 21:06:32.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79902025-10-03T21:06:33.210Z[ recovery-image] Oct 03 21:06:32.826 INFO O| Oct 03 21:06:32.826 INFO STEP 1039 (remove_files) COMPLETE
79912025-10-03T21:06:33.210Z[ recovery-image] Oct 03 21:06:32.826 INFO O| Oct 03 21:06:32.826 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922025-10-03T21:06:33.210Z[ recovery-image] Oct 03 21:06:32.841 INFO O| Oct 03 21:06:32.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79932025-10-03T21:06:33.210Z[ recovery-image] Oct 03 21:06:32.841 INFO O| Oct 03 21:06:32.841 INFO STEP 1040 (remove_files) COMPLETE
79942025-10-03T21:06:33.210Z[ recovery-image] Oct 03 21:06:32.841 INFO O| Oct 03 21:06:32.841 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952025-10-03T21:06:33.234Z[ recovery-image] Oct 03 21:06:32.874 INFO O| Oct 03 21:06:32.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79962025-10-03T21:06:33.234Z[ recovery-image] Oct 03 21:06:32.874 INFO O| Oct 03 21:06:32.858 INFO STEP 1041 (remove_files) COMPLETE
79972025-10-03T21:06:33.234Z[ recovery-image] Oct 03 21:06:32.874 INFO O| Oct 03 21:06:32.858 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79982025-10-03T21:06:33.234Z[ recovery-image] Oct 03 21:06:32.874 INFO O| Oct 03 21:06:32.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79992025-10-03T21:06:33.234Z[ recovery-image] Oct 03 21:06:32.874 INFO O| Oct 03 21:06:32.872 INFO STEP 1042 (remove_files) COMPLETE
80002025-10-03T21:06:33.259Z[ recovery-image] Oct 03 21:06:32.874 INFO O| Oct 03 21:06:32.872 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80012025-10-03T21:06:33.259Z[ recovery-image] Oct 03 21:06:32.885 INFO O| Oct 03 21:06:32.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
80022025-10-03T21:06:33.259Z[ recovery-image] Oct 03 21:06:32.885 INFO O| Oct 03 21:06:32.885 INFO STEP 1043 (remove_files) COMPLETE
80032025-10-03T21:06:33.259Z[ recovery-image] Oct 03 21:06:32.885 INFO O| Oct 03 21:06:32.885 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80042025-10-03T21:06:33.283Z[ recovery-image] Oct 03 21:06:32.901 INFO O| Oct 03 21:06:32.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
80052025-10-03T21:06:33.283Z[ recovery-image] Oct 03 21:06:32.902 INFO O| Oct 03 21:06:32.902 INFO STEP 1044 (remove_files) COMPLETE
80062025-10-03T21:06:33.283Z[ recovery-image] Oct 03 21:06:32.902 INFO O| Oct 03 21:06:32.902 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80072025-10-03T21:06:33.283Z[ recovery-image] Oct 03 21:06:32.919 INFO O| Oct 03 21:06:32.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
80082025-10-03T21:06:33.283Z[ recovery-image] Oct 03 21:06:32.919 INFO O| Oct 03 21:06:32.919 INFO STEP 1045 (remove_files) COMPLETE
80092025-10-03T21:06:33.283Z[ recovery-image] Oct 03 21:06:32.919 INFO O| Oct 03 21:06:32.919 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80102025-10-03T21:06:33.308Z[ recovery-image] Oct 03 21:06:32.937 INFO O| Oct 03 21:06:32.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
80112025-10-03T21:06:33.308Z[ recovery-image] Oct 03 21:06:32.937 INFO O| Oct 03 21:06:32.937 INFO STEP 1046 (remove_files) COMPLETE
80122025-10-03T21:06:33.308Z[ recovery-image] Oct 03 21:06:32.937 INFO O| Oct 03 21:06:32.937 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80132025-10-03T21:06:33.332Z[ recovery-image] Oct 03 21:06:32.951 INFO O| Oct 03 21:06:32.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
80142025-10-03T21:06:33.332Z[ recovery-image] Oct 03 21:06:32.951 INFO O| Oct 03 21:06:32.951 INFO STEP 1047 (remove_files) COMPLETE
80152025-10-03T21:06:33.332Z[ recovery-image] Oct 03 21:06:32.951 INFO O| Oct 03 21:06:32.951 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80162025-10-03T21:06:33.332Z[ recovery-image] Oct 03 21:06:32.965 INFO O| Oct 03 21:06:32.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
80172025-10-03T21:06:33.332Z[ recovery-image] Oct 03 21:06:32.965 INFO O| Oct 03 21:06:32.965 INFO STEP 1048 (remove_files) COMPLETE
80182025-10-03T21:06:33.332Z[ recovery-image] Oct 03 21:06:32.965 INFO O| Oct 03 21:06:32.965 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80192025-10-03T21:06:33.356Z[ recovery-image] Oct 03 21:06:32.982 INFO O| Oct 03 21:06:32.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
80202025-10-03T21:06:33.356Z[ recovery-image] Oct 03 21:06:32.982 INFO O| Oct 03 21:06:32.982 INFO STEP 1049 (remove_files) COMPLETE
80212025-10-03T21:06:33.356Z[ recovery-image] Oct 03 21:06:32.982 INFO O| Oct 03 21:06:32.982 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80222025-10-03T21:06:33.381Z[ recovery-image] Oct 03 21:06:32.998 INFO O| Oct 03 21:06:32.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
80232025-10-03T21:06:33.381Z[ recovery-image] Oct 03 21:06:32.998 INFO O| Oct 03 21:06:32.998 INFO STEP 1050 (remove_files) COMPLETE
80242025-10-03T21:06:33.381Z[ recovery-image] Oct 03 21:06:32.998 INFO O| Oct 03 21:06:32.998 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80252025-10-03T21:06:33.381Z[ recovery-image] Oct 03 21:06:33.015 INFO O| Oct 03 21:06:33.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
80262025-10-03T21:06:33.381Z[ recovery-image] Oct 03 21:06:33.015 INFO O| Oct 03 21:06:33.015 INFO STEP 1051 (remove_files) COMPLETE
80272025-10-03T21:06:33.381Z[ recovery-image] Oct 03 21:06:33.015 INFO O| Oct 03 21:06:33.015 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80282025-10-03T21:06:33.405Z[ recovery-image] Oct 03 21:06:33.032 INFO O| Oct 03 21:06:33.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
80292025-10-03T21:06:33.405Z[ recovery-image] Oct 03 21:06:33.032 INFO O| Oct 03 21:06:33.032 INFO STEP 1052 (remove_files) COMPLETE
80302025-10-03T21:06:33.405Z[ recovery-image] Oct 03 21:06:33.032 INFO O| Oct 03 21:06:33.032 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80312025-10-03T21:06:33.430Z[ recovery-image] Oct 03 21:06:33.048 INFO O| Oct 03 21:06:33.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
80322025-10-03T21:06:33.430Z[ recovery-image] Oct 03 21:06:33.048 INFO O| Oct 03 21:06:33.048 INFO STEP 1053 (remove_files) COMPLETE
80332025-10-03T21:06:33.430Z[ recovery-image] Oct 03 21:06:33.048 INFO O| Oct 03 21:06:33.048 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80342025-10-03T21:06:33.430Z[ recovery-image] Oct 03 21:06:33.064 INFO O| Oct 03 21:06:33.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
80352025-10-03T21:06:33.430Z[ recovery-image] Oct 03 21:06:33.064 INFO O| Oct 03 21:06:33.064 INFO STEP 1054 (remove_files) COMPLETE
80362025-10-03T21:06:33.430Z[ recovery-image] Oct 03 21:06:33.064 INFO O| Oct 03 21:06:33.064 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80372025-10-03T21:06:33.454Z[ recovery-image] Oct 03 21:06:33.076 INFO O| Oct 03 21:06:33.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
80382025-10-03T21:06:33.454Z[ recovery-image] Oct 03 21:06:33.076 INFO O| Oct 03 21:06:33.076 INFO STEP 1055 (remove_files) COMPLETE
80392025-10-03T21:06:33.454Z[ recovery-image] Oct 03 21:06:33.076 INFO O| Oct 03 21:06:33.076 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80402025-10-03T21:06:33.454Z[ recovery-image] Oct 03 21:06:33.092 INFO O| Oct 03 21:06:33.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
80412025-10-03T21:06:33.454Z[ recovery-image] Oct 03 21:06:33.092 INFO O| Oct 03 21:06:33.092 INFO STEP 1056 (remove_files) COMPLETE
80422025-10-03T21:06:33.454Z[ recovery-image] Oct 03 21:06:33.092 INFO O| Oct 03 21:06:33.092 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80432025-10-03T21:06:33.478Z[ recovery-image] Oct 03 21:06:33.104 INFO O| Oct 03 21:06:33.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
80442025-10-03T21:06:33.478Z[ recovery-image] Oct 03 21:06:33.104 INFO O| Oct 03 21:06:33.104 INFO STEP 1057 (remove_files) COMPLETE
80452025-10-03T21:06:33.478Z[ recovery-image] Oct 03 21:06:33.104 INFO O| Oct 03 21:06:33.104 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80462025-10-03T21:06:33.478Z[ recovery-image] Oct 03 21:06:33.115 INFO O| Oct 03 21:06:33.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
80472025-10-03T21:06:33.478Z[ recovery-image] Oct 03 21:06:33.115 INFO O| Oct 03 21:06:33.115 INFO STEP 1058 (remove_files) COMPLETE
80482025-10-03T21:06:33.478Z[ recovery-image] Oct 03 21:06:33.115 INFO O| Oct 03 21:06:33.115 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80492025-10-03T21:06:33.503Z[ recovery-image] Oct 03 21:06:33.127 INFO O| Oct 03 21:06:33.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
80502025-10-03T21:06:33.503Z[ recovery-image] Oct 03 21:06:33.128 INFO O| Oct 03 21:06:33.127 INFO STEP 1059 (remove_files) COMPLETE
80512025-10-03T21:06:33.503Z[ recovery-image] Oct 03 21:06:33.128 INFO O| Oct 03 21:06:33.127 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80522025-10-03T21:06:33.527Z[ recovery-image] Oct 03 21:06:33.143 INFO O| Oct 03 21:06:33.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
80532025-10-03T21:06:33.527Z[ recovery-image] Oct 03 21:06:33.143 INFO O| Oct 03 21:06:33.143 INFO STEP 1060 (remove_files) COMPLETE
80542025-10-03T21:06:33.527Z[ recovery-image] Oct 03 21:06:33.143 INFO O| Oct 03 21:06:33.143 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80552025-10-03T21:06:33.527Z[ recovery-image] Oct 03 21:06:33.157 INFO O| Oct 03 21:06:33.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
80562025-10-03T21:06:33.527Z[ recovery-image] Oct 03 21:06:33.157 INFO O| Oct 03 21:06:33.157 INFO STEP 1061 (remove_files) COMPLETE
80572025-10-03T21:06:33.527Z[ recovery-image] Oct 03 21:06:33.157 INFO O| Oct 03 21:06:33.157 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80582025-10-03T21:06:33.551Z[ recovery-image] Oct 03 21:06:33.175 INFO O| Oct 03 21:06:33.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
80592025-10-03T21:06:33.551Z[ recovery-image] Oct 03 21:06:33.176 INFO O| Oct 03 21:06:33.176 INFO STEP 1062 (remove_files) COMPLETE
80602025-10-03T21:06:33.551Z[ recovery-image] Oct 03 21:06:33.176 INFO O| Oct 03 21:06:33.176 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80612025-10-03T21:06:33.575Z[ recovery-image] Oct 03 21:06:33.194 INFO O| Oct 03 21:06:33.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
80622025-10-03T21:06:33.576Z[ recovery-image] Oct 03 21:06:33.194 INFO O| Oct 03 21:06:33.194 INFO STEP 1063 (remove_files) COMPLETE
80632025-10-03T21:06:33.576Z[ recovery-image] Oct 03 21:06:33.194 INFO O| Oct 03 21:06:33.194 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80642025-10-03T21:06:33.576Z[ recovery-image] Oct 03 21:06:33.210 INFO O| Oct 03 21:06:33.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
80652025-10-03T21:06:33.576Z[ recovery-image] Oct 03 21:06:33.210 INFO O| Oct 03 21:06:33.210 INFO STEP 1064 (remove_files) COMPLETE
80662025-10-03T21:06:33.576Z[ recovery-image] Oct 03 21:06:33.210 INFO O| Oct 03 21:06:33.210 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80672025-10-03T21:06:33.600Z[ recovery-image] Oct 03 21:06:33.226 INFO O| Oct 03 21:06:33.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
80682025-10-03T21:06:33.600Z[ recovery-image] Oct 03 21:06:33.226 INFO O| Oct 03 21:06:33.226 INFO STEP 1065 (remove_files) COMPLETE
80692025-10-03T21:06:33.600Z[ recovery-image] Oct 03 21:06:33.226 INFO O| Oct 03 21:06:33.226 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80702025-10-03T21:06:33.624Z[ recovery-image] Oct 03 21:06:33.240 INFO O| Oct 03 21:06:33.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
80712025-10-03T21:06:33.624Z[ recovery-image] Oct 03 21:06:33.240 INFO O| Oct 03 21:06:33.240 INFO STEP 1066 (remove_files) COMPLETE
80722025-10-03T21:06:33.624Z[ recovery-image] Oct 03 21:06:33.240 INFO O| Oct 03 21:06:33.240 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80732025-10-03T21:06:33.624Z[ recovery-image] Oct 03 21:06:33.253 INFO O| Oct 03 21:06:33.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
80742025-10-03T21:06:33.624Z[ recovery-image] Oct 03 21:06:33.253 INFO O| Oct 03 21:06:33.253 INFO STEP 1067 (remove_files) COMPLETE
80752025-10-03T21:06:33.624Z[ recovery-image] Oct 03 21:06:33.254 INFO O| Oct 03 21:06:33.253 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80762025-10-03T21:06:33.650Z[ recovery-image] Oct 03 21:06:33.268 INFO O| Oct 03 21:06:33.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
80772025-10-03T21:06:33.650Z[ recovery-image] Oct 03 21:06:33.268 INFO O| Oct 03 21:06:33.268 INFO STEP 1068 (remove_files) COMPLETE
80782025-10-03T21:06:33.650Z[ recovery-image] Oct 03 21:06:33.268 INFO O| Oct 03 21:06:33.268 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80792025-10-03T21:06:33.650Z[ recovery-image] Oct 03 21:06:33.286 INFO O| Oct 03 21:06:33.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80802025-10-03T21:06:33.650Z[ recovery-image] Oct 03 21:06:33.286 INFO O| Oct 03 21:06:33.286 INFO STEP 1069 (remove_files) COMPLETE
80812025-10-03T21:06:33.650Z[ recovery-image] Oct 03 21:06:33.286 INFO O| Oct 03 21:06:33.286 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80822025-10-03T21:06:33.676Z[ recovery-image] Oct 03 21:06:33.300 INFO O| Oct 03 21:06:33.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80832025-10-03T21:06:33.677Z[ recovery-image] Oct 03 21:06:33.301 INFO O| Oct 03 21:06:33.300 INFO STEP 1070 (remove_files) COMPLETE
80842025-10-03T21:06:33.677Z[ recovery-image] Oct 03 21:06:33.301 INFO O| Oct 03 21:06:33.300 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80852025-10-03T21:06:33.677Z[ recovery-image] Oct 03 21:06:33.313 INFO O| Oct 03 21:06:33.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80862025-10-03T21:06:33.677Z[ recovery-image] Oct 03 21:06:33.313 INFO O| Oct 03 21:06:33.313 INFO STEP 1071 (remove_files) COMPLETE
80872025-10-03T21:06:33.677Z[ recovery-image] Oct 03 21:06:33.314 INFO O| Oct 03 21:06:33.313 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80882025-10-03T21:06:33.701Z[ recovery-image] Oct 03 21:06:33.326 INFO O| Oct 03 21:06:33.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80892025-10-03T21:06:33.701Z[ recovery-image] Oct 03 21:06:33.326 INFO O| Oct 03 21:06:33.326 INFO STEP 1072 (remove_files) COMPLETE
80902025-10-03T21:06:33.701Z[ recovery-image] Oct 03 21:06:33.326 INFO O| Oct 03 21:06:33.326 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80912025-10-03T21:06:33.701Z[ recovery-image] Oct 03 21:06:33.339 INFO O| Oct 03 21:06:33.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80922025-10-03T21:06:33.701Z[ recovery-image] Oct 03 21:06:33.339 INFO O| Oct 03 21:06:33.339 INFO STEP 1073 (remove_files) COMPLETE
80932025-10-03T21:06:33.701Z[ recovery-image] Oct 03 21:06:33.339 INFO O| Oct 03 21:06:33.339 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80942025-10-03T21:06:33.725Z[ recovery-image] Oct 03 21:06:33.356 INFO O| Oct 03 21:06:33.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80952025-10-03T21:06:33.725Z[ recovery-image] Oct 03 21:06:33.356 INFO O| Oct 03 21:06:33.356 INFO STEP 1074 (remove_files) COMPLETE
80962025-10-03T21:06:33.725Z[ recovery-image] Oct 03 21:06:33.356 INFO O| Oct 03 21:06:33.356 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80972025-10-03T21:06:33.750Z[ recovery-image] Oct 03 21:06:33.369 INFO O| Oct 03 21:06:33.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80982025-10-03T21:06:33.750Z[ recovery-image] Oct 03 21:06:33.370 INFO O| Oct 03 21:06:33.370 INFO STEP 1075 (remove_files) COMPLETE
80992025-10-03T21:06:33.750Z[ recovery-image] Oct 03 21:06:33.370 INFO O| Oct 03 21:06:33.370 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81002025-10-03T21:06:33.750Z[ recovery-image] Oct 03 21:06:33.382 INFO O| Oct 03 21:06:33.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
81012025-10-03T21:06:33.750Z[ recovery-image] Oct 03 21:06:33.382 INFO O| Oct 03 21:06:33.382 INFO STEP 1076 (remove_files) COMPLETE
81022025-10-03T21:06:33.750Z[ recovery-image] Oct 03 21:06:33.382 INFO O| Oct 03 21:06:33.382 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81032025-10-03T21:06:33.774Z[ recovery-image] Oct 03 21:06:33.398 INFO O| Oct 03 21:06:33.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
81042025-10-03T21:06:33.774Z[ recovery-image] Oct 03 21:06:33.399 INFO O| Oct 03 21:06:33.398 INFO STEP 1077 (remove_files) COMPLETE
81052025-10-03T21:06:33.774Z[ recovery-image] Oct 03 21:06:33.399 INFO O| Oct 03 21:06:33.399 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81062025-10-03T21:06:33.798Z[ recovery-image] Oct 03 21:06:33.416 INFO O| Oct 03 21:06:33.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
81072025-10-03T21:06:33.798Z[ recovery-image] Oct 03 21:06:33.416 INFO O| Oct 03 21:06:33.416 INFO STEP 1078 (remove_files) COMPLETE
81082025-10-03T21:06:33.798Z[ recovery-image] Oct 03 21:06:33.417 INFO O| Oct 03 21:06:33.416 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81092025-10-03T21:06:33.822Z[ recovery-image] Oct 03 21:06:33.432 INFO O| Oct 03 21:06:33.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
81102025-10-03T21:06:33.822Z[ recovery-image] Oct 03 21:06:33.432 INFO O| Oct 03 21:06:33.432 INFO STEP 1079 (remove_files) COMPLETE
81112025-10-03T21:06:33.822Z[ recovery-image] Oct 03 21:06:33.432 INFO O| Oct 03 21:06:33.432 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81122025-10-03T21:06:33.822Z[ recovery-image] Oct 03 21:06:33.448 INFO O| Oct 03 21:06:33.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
81132025-10-03T21:06:33.822Z[ recovery-image] Oct 03 21:06:33.448 INFO O| Oct 03 21:06:33.448 INFO STEP 1080 (remove_files) COMPLETE
81142025-10-03T21:06:33.822Z[ recovery-image] Oct 03 21:06:33.448 INFO O| Oct 03 21:06:33.448 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81152025-10-03T21:06:33.847Z[ recovery-image] Oct 03 21:06:33.463 INFO O| Oct 03 21:06:33.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
81162025-10-03T21:06:33.847Z[ recovery-image] Oct 03 21:06:33.463 INFO O| Oct 03 21:06:33.463 INFO STEP 1081 (remove_files) COMPLETE
81172025-10-03T21:06:33.847Z[ recovery-image] Oct 03 21:06:33.463 INFO O| Oct 03 21:06:33.463 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81182025-10-03T21:06:33.847Z[ recovery-image] Oct 03 21:06:33.479 INFO O| Oct 03 21:06:33.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
81192025-10-03T21:06:33.847Z[ recovery-image] Oct 03 21:06:33.479 INFO O| Oct 03 21:06:33.479 INFO STEP 1082 (remove_files) COMPLETE
81202025-10-03T21:06:33.847Z[ recovery-image] Oct 03 21:06:33.479 INFO O| Oct 03 21:06:33.479 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81212025-10-03T21:06:33.871Z[ recovery-image] Oct 03 21:06:33.495 INFO O| Oct 03 21:06:33.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
81222025-10-03T21:06:33.871Z[ recovery-image] Oct 03 21:06:33.495 INFO O| Oct 03 21:06:33.495 INFO STEP 1083 (remove_files) COMPLETE
81232025-10-03T21:06:33.871Z[ recovery-image] Oct 03 21:06:33.495 INFO O| Oct 03 21:06:33.495 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81242025-10-03T21:06:33.871Z[ recovery-image] Oct 03 21:06:33.510 INFO O| Oct 03 21:06:33.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
81252025-10-03T21:06:33.871Z[ recovery-image] Oct 03 21:06:33.510 INFO O| Oct 03 21:06:33.510 INFO STEP 1084 (remove_files) COMPLETE
81262025-10-03T21:06:33.871Z[ recovery-image] Oct 03 21:06:33.510 INFO O| Oct 03 21:06:33.510 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81272025-10-03T21:06:33.895Z[ recovery-image] Oct 03 21:06:33.525 INFO O| Oct 03 21:06:33.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
81282025-10-03T21:06:33.895Z[ recovery-image] Oct 03 21:06:33.525 INFO O| Oct 03 21:06:33.525 INFO STEP 1085 (remove_files) COMPLETE
81292025-10-03T21:06:33.895Z[ recovery-image] Oct 03 21:06:33.525 INFO O| Oct 03 21:06:33.525 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81302025-10-03T21:06:33.920Z[ recovery-image] Oct 03 21:06:33.539 INFO O| Oct 03 21:06:33.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
81312025-10-03T21:06:33.920Z[ recovery-image] Oct 03 21:06:33.539 INFO O| Oct 03 21:06:33.539 INFO STEP 1086 (remove_files) COMPLETE
81322025-10-03T21:06:33.920Z[ recovery-image] Oct 03 21:06:33.539 INFO O| Oct 03 21:06:33.539 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81332025-10-03T21:06:33.920Z[ recovery-image] Oct 03 21:06:33.553 INFO O| Oct 03 21:06:33.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
81342025-10-03T21:06:33.920Z[ recovery-image] Oct 03 21:06:33.553 INFO O| Oct 03 21:06:33.553 INFO STEP 1087 (remove_files) COMPLETE
81352025-10-03T21:06:33.920Z[ recovery-image] Oct 03 21:06:33.553 INFO O| Oct 03 21:06:33.553 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81362025-10-03T21:06:33.944Z[ recovery-image] Oct 03 21:06:33.566 INFO O| Oct 03 21:06:33.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
81372025-10-03T21:06:33.944Z[ recovery-image] Oct 03 21:06:33.566 INFO O| Oct 03 21:06:33.566 INFO STEP 1088 (remove_files) COMPLETE
81382025-10-03T21:06:33.944Z[ recovery-image] Oct 03 21:06:33.566 INFO O| Oct 03 21:06:33.566 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81392025-10-03T21:06:33.944Z[ recovery-image] Oct 03 21:06:33.582 INFO O| Oct 03 21:06:33.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
81402025-10-03T21:06:33.944Z[ recovery-image] Oct 03 21:06:33.582 INFO O| Oct 03 21:06:33.582 INFO STEP 1089 (remove_files) COMPLETE
81412025-10-03T21:06:33.944Z[ recovery-image] Oct 03 21:06:33.582 INFO O| Oct 03 21:06:33.582 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81422025-10-03T21:06:33.968Z[ recovery-image] Oct 03 21:06:33.599 INFO O| Oct 03 21:06:33.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
81432025-10-03T21:06:33.968Z[ recovery-image] Oct 03 21:06:33.599 INFO O| Oct 03 21:06:33.599 INFO STEP 1090 (remove_files) COMPLETE
81442025-10-03T21:06:33.968Z[ recovery-image] Oct 03 21:06:33.599 INFO O| Oct 03 21:06:33.599 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81452025-10-03T21:06:33.993Z[ recovery-image] Oct 03 21:06:33.616 INFO O| Oct 03 21:06:33.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
81462025-10-03T21:06:33.993Z[ recovery-image] Oct 03 21:06:33.616 INFO O| Oct 03 21:06:33.616 INFO STEP 1091 (remove_files) COMPLETE
81472025-10-03T21:06:33.993Z[ recovery-image] Oct 03 21:06:33.616 INFO O| Oct 03 21:06:33.616 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81482025-10-03T21:06:33.993Z[ recovery-image] Oct 03 21:06:33.632 INFO O| Oct 03 21:06:33.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
81492025-10-03T21:06:33.993Z[ recovery-image] Oct 03 21:06:33.632 INFO O| Oct 03 21:06:33.632 INFO STEP 1092 (remove_files) COMPLETE
81502025-10-03T21:06:33.993Z[ recovery-image] Oct 03 21:06:33.632 INFO O| Oct 03 21:06:33.632 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81512025-10-03T21:06:34.017Z[ recovery-image] Oct 03 21:06:33.649 INFO O| Oct 03 21:06:33.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
81522025-10-03T21:06:34.017Z[ recovery-image] Oct 03 21:06:33.649 INFO O| Oct 03 21:06:33.649 INFO STEP 1093 (remove_files) COMPLETE
81532025-10-03T21:06:34.017Z[ recovery-image] Oct 03 21:06:33.649 INFO O| Oct 03 21:06:33.649 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81542025-10-03T21:06:34.041Z[ recovery-image] Oct 03 21:06:33.664 INFO O| Oct 03 21:06:33.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
81552025-10-03T21:06:34.041Z[ recovery-image] Oct 03 21:06:33.664 INFO O| Oct 03 21:06:33.664 INFO STEP 1094 (remove_files) COMPLETE
81562025-10-03T21:06:34.041Z[ recovery-image] Oct 03 21:06:33.664 INFO O| Oct 03 21:06:33.664 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81572025-10-03T21:06:34.066Z[ recovery-image] Oct 03 21:06:33.693 INFO O| Oct 03 21:06:33.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
81582025-10-03T21:06:34.066Z[ recovery-image] Oct 03 21:06:33.694 INFO O| Oct 03 21:06:33.694 INFO STEP 1095 (remove_files) COMPLETE
81592025-10-03T21:06:34.066Z[ recovery-image] Oct 03 21:06:33.694 INFO O| Oct 03 21:06:33.694 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81602025-10-03T21:06:34.090Z[ recovery-image] Oct 03 21:06:33.709 INFO O| Oct 03 21:06:33.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
81612025-10-03T21:06:34.090Z[ recovery-image] Oct 03 21:06:33.709 INFO O| Oct 03 21:06:33.709 INFO STEP 1096 (remove_files) COMPLETE
81622025-10-03T21:06:34.090Z[ recovery-image] Oct 03 21:06:33.710 INFO O| Oct 03 21:06:33.709 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81632025-10-03T21:06:34.090Z[ recovery-image] Oct 03 21:06:33.724 INFO O| Oct 03 21:06:33.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
81642025-10-03T21:06:34.090Z[ recovery-image] Oct 03 21:06:33.725 INFO O| Oct 03 21:06:33.724 INFO STEP 1097 (remove_files) COMPLETE
81652025-10-03T21:06:34.090Z[ recovery-image] Oct 03 21:06:33.725 INFO O| Oct 03 21:06:33.725 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81662025-10-03T21:06:34.133Z[ recovery-image] Oct 03 21:06:33.741 INFO O| Oct 03 21:06:33.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
81672025-10-03T21:06:34.133Z[ recovery-image] Oct 03 21:06:33.741 INFO O| Oct 03 21:06:33.741 INFO STEP 1098 (remove_files) COMPLETE
81682025-10-03T21:06:34.133Z[ recovery-image] Oct 03 21:06:33.742 INFO O| Oct 03 21:06:33.741 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81692025-10-03T21:06:34.133Z[ recovery-image] Oct 03 21:06:33.759 INFO O| Oct 03 21:06:33.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
81702025-10-03T21:06:34.133Z[ recovery-image] Oct 03 21:06:33.759 INFO O| Oct 03 21:06:33.759 INFO STEP 1099 (remove_files) COMPLETE
81712025-10-03T21:06:34.133Z[ recovery-image] Oct 03 21:06:33.759 INFO O| Oct 03 21:06:33.759 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81722025-10-03T21:06:34.158Z[ recovery-image] Oct 03 21:06:33.776 INFO O| Oct 03 21:06:33.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
81732025-10-03T21:06:34.158Z[ recovery-image] Oct 03 21:06:33.776 INFO O| Oct 03 21:06:33.776 INFO STEP 1100 (remove_files) COMPLETE
81742025-10-03T21:06:34.158Z[ recovery-image] Oct 03 21:06:33.776 INFO O| Oct 03 21:06:33.776 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81752025-10-03T21:06:34.159Z[ recovery-image] Oct 03 21:06:33.793 INFO O| Oct 03 21:06:33.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
81762025-10-03T21:06:34.159Z[ recovery-image] Oct 03 21:06:33.793 INFO O| Oct 03 21:06:33.793 INFO STEP 1101 (remove_files) COMPLETE
81772025-10-03T21:06:34.159Z[ recovery-image] Oct 03 21:06:33.793 INFO O| Oct 03 21:06:33.793 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81782025-10-03T21:06:34.183Z[ recovery-image] Oct 03 21:06:33.810 INFO O| Oct 03 21:06:33.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81792025-10-03T21:06:34.183Z[ recovery-image] Oct 03 21:06:33.810 INFO O| Oct 03 21:06:33.810 INFO STEP 1102 (remove_files) COMPLETE
81802025-10-03T21:06:34.183Z[ recovery-image] Oct 03 21:06:33.810 INFO O| Oct 03 21:06:33.810 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81812025-10-03T21:06:34.207Z[ recovery-image] Oct 03 21:06:33.826 INFO O| Oct 03 21:06:33.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81822025-10-03T21:06:34.207Z[ recovery-image] Oct 03 21:06:33.827 INFO O| Oct 03 21:06:33.826 INFO STEP 1103 (remove_files) COMPLETE
81832025-10-03T21:06:34.207Z[ recovery-image] Oct 03 21:06:33.827 INFO O| Oct 03 21:06:33.826 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81842025-10-03T21:06:34.208Z[ recovery-image] Oct 03 21:06:33.844 INFO O| Oct 03 21:06:33.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81852025-10-03T21:06:34.208Z[ recovery-image] Oct 03 21:06:33.844 INFO O| Oct 03 21:06:33.844 INFO STEP 1104 (remove_files) COMPLETE
81862025-10-03T21:06:34.208Z[ recovery-image] Oct 03 21:06:33.844 INFO O| Oct 03 21:06:33.844 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81872025-10-03T21:06:34.232Z[ recovery-image] Oct 03 21:06:33.860 INFO O| Oct 03 21:06:33.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81882025-10-03T21:06:34.232Z[ recovery-image] Oct 03 21:06:33.860 INFO O| Oct 03 21:06:33.860 INFO STEP 1105 (remove_files) COMPLETE
81892025-10-03T21:06:34.232Z[ recovery-image] Oct 03 21:06:33.860 INFO O| Oct 03 21:06:33.860 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81902025-10-03T21:06:34.257Z[ recovery-image] Oct 03 21:06:33.874 INFO O| Oct 03 21:06:33.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81912025-10-03T21:06:34.257Z[ recovery-image] Oct 03 21:06:33.874 INFO O| Oct 03 21:06:33.874 INFO STEP 1106 (remove_files) COMPLETE
81922025-10-03T21:06:34.257Z[ recovery-image] Oct 03 21:06:33.874 INFO O| Oct 03 21:06:33.874 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81932025-10-03T21:06:34.257Z[ recovery-image] Oct 03 21:06:33.887 INFO O| Oct 03 21:06:33.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81942025-10-03T21:06:34.257Z[ recovery-image] Oct 03 21:06:33.887 INFO O| Oct 03 21:06:33.887 INFO STEP 1107 (remove_files) COMPLETE
81952025-10-03T21:06:34.257Z[ recovery-image] Oct 03 21:06:33.887 INFO O| Oct 03 21:06:33.887 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81962025-10-03T21:06:34.282Z[ recovery-image] Oct 03 21:06:33.901 INFO O| Oct 03 21:06:33.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81972025-10-03T21:06:34.282Z[ recovery-image] Oct 03 21:06:33.901 INFO O| Oct 03 21:06:33.901 INFO STEP 1108 (remove_files) COMPLETE
81982025-10-03T21:06:34.282Z[ recovery-image] Oct 03 21:06:33.901 INFO O| Oct 03 21:06:33.901 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81992025-10-03T21:06:34.282Z[ recovery-image] Oct 03 21:06:33.914 INFO O| Oct 03 21:06:33.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
82002025-10-03T21:06:34.282Z[ recovery-image] Oct 03 21:06:33.914 INFO O| Oct 03 21:06:33.914 INFO STEP 1109 (remove_files) COMPLETE
82012025-10-03T21:06:34.282Z[ recovery-image] Oct 03 21:06:33.914 INFO O| Oct 03 21:06:33.914 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82022025-10-03T21:06:34.306Z[ recovery-image] Oct 03 21:06:33.928 INFO O| Oct 03 21:06:33.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
82032025-10-03T21:06:34.306Z[ recovery-image] Oct 03 21:06:33.928 INFO O| Oct 03 21:06:33.928 INFO STEP 1110 (remove_files) COMPLETE
82042025-10-03T21:06:34.306Z[ recovery-image] Oct 03 21:06:33.928 INFO O| Oct 03 21:06:33.928 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82052025-10-03T21:06:34.306Z[ recovery-image] Oct 03 21:06:33.944 INFO O| Oct 03 21:06:33.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
82062025-10-03T21:06:34.306Z[ recovery-image] Oct 03 21:06:33.944 INFO O| Oct 03 21:06:33.943 INFO STEP 1111 (remove_files) COMPLETE
82072025-10-03T21:06:34.306Z[ recovery-image] Oct 03 21:06:33.944 INFO O| Oct 03 21:06:33.943 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82082025-10-03T21:06:34.332Z[ recovery-image] Oct 03 21:06:33.958 INFO O| Oct 03 21:06:33.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
82092025-10-03T21:06:34.332Z[ recovery-image] Oct 03 21:06:33.958 INFO O| Oct 03 21:06:33.958 INFO STEP 1112 (remove_files) COMPLETE
82102025-10-03T21:06:34.332Z[ recovery-image] Oct 03 21:06:33.958 INFO O| Oct 03 21:06:33.958 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82112025-10-03T21:06:34.356Z[ recovery-image] Oct 03 21:06:33.971 INFO O| Oct 03 21:06:33.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
82122025-10-03T21:06:34.356Z[ recovery-image] Oct 03 21:06:33.971 INFO O| Oct 03 21:06:33.971 INFO STEP 1113 (remove_files) COMPLETE
82132025-10-03T21:06:34.356Z[ recovery-image] Oct 03 21:06:33.972 INFO O| Oct 03 21:06:33.971 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82142025-10-03T21:06:34.356Z[ recovery-image] Oct 03 21:06:33.984 INFO O| Oct 03 21:06:33.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
82152025-10-03T21:06:34.356Z[ recovery-image] Oct 03 21:06:33.984 INFO O| Oct 03 21:06:33.984 INFO STEP 1114 (remove_files) COMPLETE
82162025-10-03T21:06:34.357Z[ recovery-image] Oct 03 21:06:33.984 INFO O| Oct 03 21:06:33.984 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82172025-10-03T21:06:34.381Z[ recovery-image] Oct 03 21:06:33.997 INFO O| Oct 03 21:06:33.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
82182025-10-03T21:06:34.382Z[ recovery-image] Oct 03 21:06:33.997 INFO O| Oct 03 21:06:33.997 INFO STEP 1115 (remove_files) COMPLETE
82192025-10-03T21:06:34.382Z[ recovery-image] Oct 03 21:06:33.997 INFO O| Oct 03 21:06:33.997 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82202025-10-03T21:06:34.382Z[ recovery-image] Oct 03 21:06:34.010 INFO O| Oct 03 21:06:34.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
82212025-10-03T21:06:34.382Z[ recovery-image] Oct 03 21:06:34.010 INFO O| Oct 03 21:06:34.010 INFO STEP 1116 (remove_files) COMPLETE
82222025-10-03T21:06:34.382Z[ recovery-image] Oct 03 21:06:34.010 INFO O| Oct 03 21:06:34.010 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82232025-10-03T21:06:34.408Z[ recovery-image] Oct 03 21:06:34.048 INFO O| Oct 03 21:06:34.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
82242025-10-03T21:06:34.409Z[ recovery-image] Oct 03 21:06:34.048 INFO O| Oct 03 21:06:34.023 INFO STEP 1117 (remove_files) COMPLETE
82252025-10-03T21:06:34.433Z[ recovery-image] Oct 03 21:06:34.048 INFO O| Oct 03 21:06:34.023 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82262025-10-03T21:06:34.433Z[ recovery-image] Oct 03 21:06:34.048 INFO O| Oct 03 21:06:34.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
82272025-10-03T21:06:34.433Z[ recovery-image] Oct 03 21:06:34.048 INFO O| Oct 03 21:06:34.036 INFO STEP 1118 (remove_files) COMPLETE
82282025-10-03T21:06:34.433Z[ recovery-image] Oct 03 21:06:34.048 INFO O| Oct 03 21:06:34.036 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82292025-10-03T21:06:34.433Z[ recovery-image] Oct 03 21:06:34.050 INFO O| Oct 03 21:06:34.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
82302025-10-03T21:06:34.433Z[ recovery-image] Oct 03 21:06:34.051 INFO O| Oct 03 21:06:34.050 INFO STEP 1119 (remove_files) COMPLETE
82312025-10-03T21:06:34.433Z[ recovery-image] Oct 03 21:06:34.051 INFO O| Oct 03 21:06:34.051 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82322025-10-03T21:06:34.433Z[ recovery-image] Oct 03 21:06:34.067 INFO O| Oct 03 21:06:34.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
82332025-10-03T21:06:34.433Z[ recovery-image] Oct 03 21:06:34.067 INFO O| Oct 03 21:06:34.067 INFO STEP 1120 (remove_files) COMPLETE
82342025-10-03T21:06:34.433Z[ recovery-image] Oct 03 21:06:34.067 INFO O| Oct 03 21:06:34.067 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82352025-10-03T21:06:34.458Z[ recovery-image] Oct 03 21:06:34.084 INFO O| Oct 03 21:06:34.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
82362025-10-03T21:06:34.458Z[ recovery-image] Oct 03 21:06:34.084 INFO O| Oct 03 21:06:34.084 INFO STEP 1121 (remove_files) COMPLETE
82372025-10-03T21:06:34.458Z[ recovery-image] Oct 03 21:06:34.084 INFO O| Oct 03 21:06:34.084 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82382025-10-03T21:06:34.482Z[ recovery-image] Oct 03 21:06:34.098 INFO O| Oct 03 21:06:34.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
82392025-10-03T21:06:34.483Z[ recovery-image] Oct 03 21:06:34.098 INFO O| Oct 03 21:06:34.098 INFO STEP 1122 (remove_files) COMPLETE
82402025-10-03T21:06:34.483Z[ recovery-image] Oct 03 21:06:34.098 INFO O| Oct 03 21:06:34.098 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82412025-10-03T21:06:34.483Z[ recovery-image] Oct 03 21:06:34.111 INFO O| Oct 03 21:06:34.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
82422025-10-03T21:06:34.483Z[ recovery-image] Oct 03 21:06:34.111 INFO O| Oct 03 21:06:34.111 INFO STEP 1123 (remove_files) COMPLETE
82432025-10-03T21:06:34.483Z[ recovery-image] Oct 03 21:06:34.111 INFO O| Oct 03 21:06:34.111 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82442025-10-03T21:06:34.507Z[ recovery-image] Oct 03 21:06:34.122 INFO O| Oct 03 21:06:34.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
82452025-10-03T21:06:34.507Z[ recovery-image] Oct 03 21:06:34.123 INFO O| Oct 03 21:06:34.123 INFO STEP 1124 (remove_files) COMPLETE
82462025-10-03T21:06:34.507Z[ recovery-image] Oct 03 21:06:34.123 INFO O| Oct 03 21:06:34.123 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82472025-10-03T21:06:34.507Z[ recovery-image] Oct 03 21:06:34.134 INFO O| Oct 03 21:06:34.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
82482025-10-03T21:06:34.507Z[ recovery-image] Oct 03 21:06:34.134 INFO O| Oct 03 21:06:34.134 INFO STEP 1125 (remove_files) COMPLETE
82492025-10-03T21:06:34.507Z[ recovery-image] Oct 03 21:06:34.134 INFO O| Oct 03 21:06:34.134 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82502025-10-03T21:06:34.507Z[ recovery-image] Oct 03 21:06:34.146 INFO O| Oct 03 21:06:34.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
82512025-10-03T21:06:34.507Z[ recovery-image] Oct 03 21:06:34.146 INFO O| Oct 03 21:06:34.146 INFO STEP 1126 (remove_files) COMPLETE
82522025-10-03T21:06:34.507Z[ recovery-image] Oct 03 21:06:34.146 INFO O| Oct 03 21:06:34.146 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82532025-10-03T21:06:34.531Z[ recovery-image] Oct 03 21:06:34.161 INFO O| Oct 03 21:06:34.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
82542025-10-03T21:06:34.532Z[ recovery-image] Oct 03 21:06:34.161 INFO O| Oct 03 21:06:34.161 INFO STEP 1127 (remove_files) COMPLETE
82552025-10-03T21:06:34.532Z[ recovery-image] Oct 03 21:06:34.161 INFO O| Oct 03 21:06:34.161 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82562025-10-03T21:06:34.556Z[ recovery-image] Oct 03 21:06:34.176 INFO O| Oct 03 21:06:34.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
82572025-10-03T21:06:34.556Z[ recovery-image] Oct 03 21:06:34.176 INFO O| Oct 03 21:06:34.176 INFO STEP 1128 (remove_files) COMPLETE
82582025-10-03T21:06:34.556Z[ recovery-image] Oct 03 21:06:34.176 INFO O| Oct 03 21:06:34.176 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82592025-10-03T21:06:34.556Z[ recovery-image] Oct 03 21:06:34.189 INFO O| Oct 03 21:06:34.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
82602025-10-03T21:06:34.556Z[ recovery-image] Oct 03 21:06:34.189 INFO O| Oct 03 21:06:34.189 INFO STEP 1129 (remove_files) COMPLETE
82612025-10-03T21:06:34.556Z[ recovery-image] Oct 03 21:06:34.189 INFO O| Oct 03 21:06:34.189 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82622025-10-03T21:06:34.580Z[ recovery-image] Oct 03 21:06:34.202 INFO O| Oct 03 21:06:34.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
82632025-10-03T21:06:34.581Z[ recovery-image] Oct 03 21:06:34.202 INFO O| Oct 03 21:06:34.202 INFO STEP 1130 (remove_files) COMPLETE
82642025-10-03T21:06:34.581Z[ recovery-image] Oct 03 21:06:34.202 INFO O| Oct 03 21:06:34.202 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82652025-10-03T21:06:34.581Z[ recovery-image] Oct 03 21:06:34.214 INFO O| Oct 03 21:06:34.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
82662025-10-03T21:06:34.581Z[ recovery-image] Oct 03 21:06:34.214 INFO O| Oct 03 21:06:34.214 INFO STEP 1131 (remove_files) COMPLETE
82672025-10-03T21:06:34.581Z[ recovery-image] Oct 03 21:06:34.214 INFO O| Oct 03 21:06:34.214 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82682025-10-03T21:06:34.605Z[ recovery-image] Oct 03 21:06:34.229 INFO O| Oct 03 21:06:34.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
82692025-10-03T21:06:34.605Z[ recovery-image] Oct 03 21:06:34.229 INFO O| Oct 03 21:06:34.229 INFO STEP 1132 (remove_files) COMPLETE
82702025-10-03T21:06:34.605Z[ recovery-image] Oct 03 21:06:34.229 INFO O| Oct 03 21:06:34.229 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82712025-10-03T21:06:34.605Z[ recovery-image] Oct 03 21:06:34.241 INFO O| Oct 03 21:06:34.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
82722025-10-03T21:06:34.605Z[ recovery-image] Oct 03 21:06:34.241 INFO O| Oct 03 21:06:34.241 INFO STEP 1133 (remove_files) COMPLETE
82732025-10-03T21:06:34.605Z[ recovery-image] Oct 03 21:06:34.241 INFO O| Oct 03 21:06:34.241 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82742025-10-03T21:06:34.633Z[ recovery-image] Oct 03 21:06:34.252 INFO O| Oct 03 21:06:34.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
82752025-10-03T21:06:34.633Z[ recovery-image] Oct 03 21:06:34.252 INFO O| Oct 03 21:06:34.252 INFO STEP 1134 (remove_files) COMPLETE
82762025-10-03T21:06:34.633Z[ recovery-image] Oct 03 21:06:34.252 INFO O| Oct 03 21:06:34.252 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82772025-10-03T21:06:34.633Z[ recovery-image] Oct 03 21:06:34.263 INFO O| Oct 03 21:06:34.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
82782025-10-03T21:06:34.633Z[ recovery-image] Oct 03 21:06:34.263 INFO O| Oct 03 21:06:34.263 INFO STEP 1135 (remove_files) COMPLETE
82792025-10-03T21:06:34.633Z[ recovery-image] Oct 03 21:06:34.263 INFO O| Oct 03 21:06:34.263 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82802025-10-03T21:06:34.658Z[ recovery-image] Oct 03 21:06:34.274 INFO O| Oct 03 21:06:34.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82812025-10-03T21:06:34.658Z[ recovery-image] Oct 03 21:06:34.274 INFO O| Oct 03 21:06:34.274 INFO STEP 1136 (remove_files) COMPLETE
82822025-10-03T21:06:34.658Z[ recovery-image] Oct 03 21:06:34.274 INFO O| Oct 03 21:06:34.274 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82832025-10-03T21:06:34.658Z[ recovery-image] Oct 03 21:06:34.284 INFO O| Oct 03 21:06:34.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
82842025-10-03T21:06:34.658Z[ recovery-image] Oct 03 21:06:34.284 INFO O| Oct 03 21:06:34.284 INFO STEP 1137 (remove_files) COMPLETE
82852025-10-03T21:06:34.658Z[ recovery-image] Oct 03 21:06:34.284 INFO O| Oct 03 21:06:34.284 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82862025-10-03T21:06:34.658Z[ recovery-image] Oct 03 21:06:34.295 INFO O| Oct 03 21:06:34.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82872025-10-03T21:06:34.658Z[ recovery-image] Oct 03 21:06:34.295 INFO O| Oct 03 21:06:34.295 INFO STEP 1138 (remove_files) COMPLETE
82882025-10-03T21:06:34.658Z[ recovery-image] Oct 03 21:06:34.295 INFO O| Oct 03 21:06:34.295 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82892025-10-03T21:06:34.683Z[ recovery-image] Oct 03 21:06:34.305 INFO O| Oct 03 21:06:34.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82902025-10-03T21:06:34.683Z[ recovery-image] Oct 03 21:06:34.306 INFO O| Oct 03 21:06:34.306 INFO STEP 1139 (remove_files) COMPLETE
82912025-10-03T21:06:34.683Z[ recovery-image] Oct 03 21:06:34.306 INFO O| Oct 03 21:06:34.306 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82922025-10-03T21:06:34.683Z[ recovery-image] Oct 03 21:06:34.316 INFO O| Oct 03 21:06:34.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82932025-10-03T21:06:34.683Z[ recovery-image] Oct 03 21:06:34.316 INFO O| Oct 03 21:06:34.316 INFO STEP 1140 (remove_files) COMPLETE
82942025-10-03T21:06:34.683Z[ recovery-image] Oct 03 21:06:34.316 INFO O| Oct 03 21:06:34.316 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82952025-10-03T21:06:34.708Z[ recovery-image] Oct 03 21:06:34.332 INFO O| Oct 03 21:06:34.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82962025-10-03T21:06:34.708Z[ recovery-image] Oct 03 21:06:34.332 INFO O| Oct 03 21:06:34.332 INFO STEP 1141 (remove_files) COMPLETE
82972025-10-03T21:06:34.708Z[ recovery-image] Oct 03 21:06:34.332 INFO O| Oct 03 21:06:34.332 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82982025-10-03T21:06:34.708Z[ recovery-image] Oct 03 21:06:34.344 INFO O| Oct 03 21:06:34.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82992025-10-03T21:06:34.708Z[ recovery-image] Oct 03 21:06:34.344 INFO O| Oct 03 21:06:34.344 INFO STEP 1142 (remove_files) COMPLETE
83002025-10-03T21:06:34.708Z[ recovery-image] Oct 03 21:06:34.344 INFO O| Oct 03 21:06:34.344 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83012025-10-03T21:06:34.733Z[ recovery-image] Oct 03 21:06:34.355 INFO O| Oct 03 21:06:34.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
83022025-10-03T21:06:34.733Z[ recovery-image] Oct 03 21:06:34.355 INFO O| Oct 03 21:06:34.355 INFO STEP 1143 (remove_files) COMPLETE
83032025-10-03T21:06:34.733Z[ recovery-image] Oct 03 21:06:34.355 INFO O| Oct 03 21:06:34.355 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83042025-10-03T21:06:34.733Z[ recovery-image] Oct 03 21:06:34.366 INFO O| Oct 03 21:06:34.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
83052025-10-03T21:06:34.733Z[ recovery-image] Oct 03 21:06:34.366 INFO O| Oct 03 21:06:34.366 INFO STEP 1144 (remove_files) COMPLETE
83062025-10-03T21:06:34.733Z[ recovery-image] Oct 03 21:06:34.366 INFO O| Oct 03 21:06:34.366 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83072025-10-03T21:06:34.758Z[ recovery-image] Oct 03 21:06:34.377 INFO O| Oct 03 21:06:34.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
83082025-10-03T21:06:34.758Z[ recovery-image] Oct 03 21:06:34.377 INFO O| Oct 03 21:06:34.377 INFO STEP 1145 (remove_files) COMPLETE
83092025-10-03T21:06:34.758Z[ recovery-image] Oct 03 21:06:34.377 INFO O| Oct 03 21:06:34.377 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83102025-10-03T21:06:34.758Z[ recovery-image] Oct 03 21:06:34.393 INFO O| Oct 03 21:06:34.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
83112025-10-03T21:06:34.758Z[ recovery-image] Oct 03 21:06:34.393 INFO O| Oct 03 21:06:34.393 INFO STEP 1146 (remove_files) COMPLETE
83122025-10-03T21:06:34.758Z[ recovery-image] Oct 03 21:06:34.393 INFO O| Oct 03 21:06:34.393 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83132025-10-03T21:06:34.783Z[ recovery-image] Oct 03 21:06:34.405 INFO O| Oct 03 21:06:34.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
83142025-10-03T21:06:34.783Z[ recovery-image] Oct 03 21:06:34.405 INFO O| Oct 03 21:06:34.405 INFO STEP 1147 (remove_files) COMPLETE
83152025-10-03T21:06:34.783Z[ recovery-image] Oct 03 21:06:34.405 INFO O| Oct 03 21:06:34.405 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83162025-10-03T21:06:34.783Z[ recovery-image] Oct 03 21:06:34.417 INFO O| Oct 03 21:06:34.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
83172025-10-03T21:06:34.783Z[ recovery-image] Oct 03 21:06:34.417 INFO O| Oct 03 21:06:34.417 INFO STEP 1148 (remove_files) COMPLETE
83182025-10-03T21:06:34.783Z[ recovery-image] Oct 03 21:06:34.417 INFO O| Oct 03 21:06:34.417 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83192025-10-03T21:06:34.808Z[ recovery-image] Oct 03 21:06:34.429 INFO O| Oct 03 21:06:34.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
83202025-10-03T21:06:34.808Z[ recovery-image] Oct 03 21:06:34.429 INFO O| Oct 03 21:06:34.429 INFO STEP 1149 (remove_files) COMPLETE
83212025-10-03T21:06:34.808Z[ recovery-image] Oct 03 21:06:34.429 INFO O| Oct 03 21:06:34.429 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83222025-10-03T21:06:34.808Z[ recovery-image] Oct 03 21:06:34.440 INFO O| Oct 03 21:06:34.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
83232025-10-03T21:06:34.808Z[ recovery-image] Oct 03 21:06:34.440 INFO O| Oct 03 21:06:34.440 INFO STEP 1150 (remove_files) COMPLETE
83242025-10-03T21:06:34.808Z[ recovery-image] Oct 03 21:06:34.440 INFO O| Oct 03 21:06:34.440 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83252025-10-03T21:06:34.833Z[ recovery-image] Oct 03 21:06:34.451 INFO O| Oct 03 21:06:34.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
83262025-10-03T21:06:34.833Z[ recovery-image] Oct 03 21:06:34.451 INFO O| Oct 03 21:06:34.451 INFO STEP 1151 (remove_files) COMPLETE
83272025-10-03T21:06:34.833Z[ recovery-image] Oct 03 21:06:34.451 INFO O| Oct 03 21:06:34.451 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83282025-10-03T21:06:34.833Z[ recovery-image] Oct 03 21:06:34.462 INFO O| Oct 03 21:06:34.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
83292025-10-03T21:06:34.833Z[ recovery-image] Oct 03 21:06:34.462 INFO O| Oct 03 21:06:34.462 INFO STEP 1152 (remove_files) COMPLETE
83302025-10-03T21:06:34.833Z[ recovery-image] Oct 03 21:06:34.462 INFO O| Oct 03 21:06:34.462 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83312025-10-03T21:06:34.858Z[ recovery-image] Oct 03 21:06:34.473 INFO O| Oct 03 21:06:34.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
83322025-10-03T21:06:34.858Z[ recovery-image] Oct 03 21:06:34.473 INFO O| Oct 03 21:06:34.473 INFO STEP 1153 (remove_files) COMPLETE
83332025-10-03T21:06:34.858Z[ recovery-image] Oct 03 21:06:34.473 INFO O| Oct 03 21:06:34.473 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83342025-10-03T21:06:34.858Z[ recovery-image] Oct 03 21:06:34.485 INFO O| Oct 03 21:06:34.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
83352025-10-03T21:06:34.858Z[ recovery-image] Oct 03 21:06:34.485 INFO O| Oct 03 21:06:34.485 INFO STEP 1154 (remove_files) COMPLETE
83362025-10-03T21:06:34.858Z[ recovery-image] Oct 03 21:06:34.485 INFO O| Oct 03 21:06:34.485 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83372025-10-03T21:06:34.858Z[ recovery-image] Oct 03 21:06:34.496 INFO O| Oct 03 21:06:34.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
83382025-10-03T21:06:34.858Z[ recovery-image] Oct 03 21:06:34.496 INFO O| Oct 03 21:06:34.496 INFO STEP 1155 (remove_files) COMPLETE
83392025-10-03T21:06:34.858Z[ recovery-image] Oct 03 21:06:34.496 INFO O| Oct 03 21:06:34.496 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83402025-10-03T21:06:34.884Z[ recovery-image] Oct 03 21:06:34.507 INFO O| Oct 03 21:06:34.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
83412025-10-03T21:06:34.884Z[ recovery-image] Oct 03 21:06:34.507 INFO O| Oct 03 21:06:34.507 INFO STEP 1156 (remove_files) COMPLETE
83422025-10-03T21:06:34.884Z[ recovery-image] Oct 03 21:06:34.507 INFO O| Oct 03 21:06:34.507 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83432025-10-03T21:06:34.884Z[ recovery-image] Oct 03 21:06:34.518 INFO O| Oct 03 21:06:34.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
83442025-10-03T21:06:34.884Z[ recovery-image] Oct 03 21:06:34.518 INFO O| Oct 03 21:06:34.518 INFO STEP 1157 (remove_files) COMPLETE
83452025-10-03T21:06:34.884Z[ recovery-image] Oct 03 21:06:34.518 INFO O| Oct 03 21:06:34.518 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83462025-10-03T21:06:34.909Z[ recovery-image] Oct 03 21:06:34.530 INFO O| Oct 03 21:06:34.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
83472025-10-03T21:06:34.909Z[ recovery-image] Oct 03 21:06:34.530 INFO O| Oct 03 21:06:34.530 INFO STEP 1158 (remove_files) COMPLETE
83482025-10-03T21:06:34.909Z[ recovery-image] Oct 03 21:06:34.530 INFO O| Oct 03 21:06:34.530 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83492025-10-03T21:06:34.909Z[ recovery-image] Oct 03 21:06:34.541 INFO O| Oct 03 21:06:34.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
83502025-10-03T21:06:34.909Z[ recovery-image] Oct 03 21:06:34.542 INFO O| Oct 03 21:06:34.542 INFO STEP 1159 (remove_files) COMPLETE
83512025-10-03T21:06:34.909Z[ recovery-image] Oct 03 21:06:34.542 INFO O| Oct 03 21:06:34.542 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83522025-10-03T21:06:34.975Z[ recovery-image] Oct 03 21:06:34.553 INFO O| Oct 03 21:06:34.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
83532025-10-03T21:06:34.975Z[ recovery-image] Oct 03 21:06:34.553 INFO O| Oct 03 21:06:34.553 INFO STEP 1160 (remove_files) COMPLETE
83542025-10-03T21:06:34.976Z[ recovery-image] Oct 03 21:06:34.553 INFO O| Oct 03 21:06:34.553 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83552025-10-03T21:06:34.976Z[ recovery-image] Oct 03 21:06:34.565 INFO O| Oct 03 21:06:34.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
83562025-10-03T21:06:34.976Z[ recovery-image] Oct 03 21:06:34.565 INFO O| Oct 03 21:06:34.565 INFO STEP 1161 (remove_files) COMPLETE
83572025-10-03T21:06:34.976Z[ recovery-image] Oct 03 21:06:34.565 INFO O| Oct 03 21:06:34.565 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83582025-10-03T21:06:35.001Z[ recovery-image] Oct 03 21:06:34.580 INFO O| Oct 03 21:06:34.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
83592025-10-03T21:06:35.001Z[ recovery-image] Oct 03 21:06:34.580 INFO O| Oct 03 21:06:34.580 INFO STEP 1162 (remove_files) COMPLETE
83602025-10-03T21:06:35.001Z[ recovery-image] Oct 03 21:06:34.580 INFO O| Oct 03 21:06:34.580 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83612025-10-03T21:06:35.001Z[ recovery-image] Oct 03 21:06:34.593 INFO O| Oct 03 21:06:34.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
83622025-10-03T21:06:35.001Z[ recovery-image] Oct 03 21:06:34.593 INFO O| Oct 03 21:06:34.593 INFO STEP 1163 (remove_files) COMPLETE
83632025-10-03T21:06:35.001Z[ recovery-image] Oct 03 21:06:34.593 INFO O| Oct 03 21:06:34.593 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83642025-10-03T21:06:35.001Z[ recovery-image] Oct 03 21:06:34.610 INFO O| Oct 03 21:06:34.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
83652025-10-03T21:06:35.001Z[ recovery-image] Oct 03 21:06:34.610 INFO O| Oct 03 21:06:34.610 INFO STEP 1164 (remove_files) COMPLETE
83662025-10-03T21:06:35.001Z[ recovery-image] Oct 03 21:06:34.610 INFO O| Oct 03 21:06:34.610 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83672025-10-03T21:06:35.001Z[ recovery-image] Oct 03 21:06:34.623 INFO O| Oct 03 21:06:34.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
83682025-10-03T21:06:35.001Z[ recovery-image] Oct 03 21:06:34.623 INFO O| Oct 03 21:06:34.623 INFO STEP 1165 (remove_files) COMPLETE
83692025-10-03T21:06:35.001Z[ recovery-image] Oct 03 21:06:34.623 INFO O| Oct 03 21:06:34.623 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
83702025-10-03T21:06:35.026Z[ recovery-image] Oct 03 21:06:34.664 INFO O| Oct 03 21:06:34.664 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
83712025-10-03T21:06:35.027Z[ recovery-image] Oct 03 21:06:34.664 INFO O| Oct 03 21:06:34.664 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
83722025-10-03T21:06:36.341Z[ recovery-image] Oct 03 21:06:35.980 INFO O| Oct 03 21:06:35.980 INFO STEP 1166 (pack_tar) COMPLETE
83732025-10-03T21:06:36.341Z[ recovery-image] Oct 03 21:06:35.980 INFO O| Oct 03 21:06:35.980 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83742025-10-03T21:06:36.365Z[ recovery-image] Oct 03 21:06:35.980 INFO O| Oct 03 21:06:35.980 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83752025-10-03T21:06:36.581Z[ recovery-image] Oct 03 21:06:36.221 INFO O| Oct 03 21:06:36.221 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
83762025-10-03T21:06:36.663Z[ recovery-image] Oct 03 21:06:36.303 INFO O| Oct 03 21:06:36.303 INFO completed processing sled/ramdisk-03-recovery-trim
83772025-10-03T21:06:36.689Z[ recovery-image] Oct 03 21:06:36.310 INFO image builder template: zfs-recovery...
83782025-10-03T21:06:36.690Z[ recovery-image] Oct 03 21:06:36.310 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpFkzMNT/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.37.424", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@17.0.0.0", "-n", "zfs-recovery"], pwd: None
83792025-10-03T21:06:36.714Z[ recovery-image] Oct 03 21:06:36.352 INFO O| Oct 03 21:06:36.351 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83802025-10-03T21:06:36.739Z[ recovery-image] Oct 03 21:06:36.358 INFO O| Oct 03 21:06:36.358 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83812025-10-03T21:06:36.764Z[ recovery-image] Oct 03 21:06:36.388 INFO O| Oct 03 21:06:36.388 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
83822025-10-03T21:06:36.789Z[ recovery-image] Oct 03 21:06:36.420 INFO O| Oct 03 21:06:36.420 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83832025-10-03T21:06:36.789Z[ recovery-image] Oct 03 21:06:36.420 INFO O| Oct 03 21:06:36.420 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83842025-10-03T21:06:36.789Z[ recovery-image] Oct 03 21:06:36.425 INFO O| Oct 03 21:06:36.425 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83852025-10-03T21:06:36.819Z[ recovery-image] Oct 03 21:06:36.459 INFO O| Oct 03 21:06:36.459 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83862025-10-03T21:06:36.844Z[ recovery-image] Oct 03 21:06:36.478 INFO O| Oct 03 21:06:36.478 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83872025-10-03T21:06:36.869Z[ recovery-image] Oct 03 21:06:36.496 INFO O| Oct 03 21:06:36.496 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83882025-10-03T21:06:36.869Z[ recovery-image] Oct 03 21:06:36.503 INFO O| Oct 03 21:06:36.503 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83892025-10-03T21:06:36.869Z[ recovery-image] Oct 03 21:06:36.509 INFO O| Oct 03 21:06:36.509 INFO no lofi found
83902025-10-03T21:06:36.869Z[ recovery-image] Oct 03 21:06:36.509 INFO O| Oct 03 21:06:36.509 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83912025-10-03T21:06:36.869Z[ recovery-image] Oct 03 21:06:36.509 INFO O| Oct 03 21:06:36.509 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83922025-10-03T21:06:41.363Z[ recovery-image] Oct 03 21:06:41.003 INFO O| Oct 03 21:06:41.002 INFO lofi device = /dev/dsk/c3t1d0p0
83932025-10-03T21:06:41.363Z[ recovery-image] Oct 03 21:06:41.003 INFO O| Oct 03 21:06:41.003 INFO pool device = /dev/dsk/c3t1d0p0
83942025-10-03T21:06:41.387Z[ recovery-image] Oct 03 21:06:41.003 INFO O| Oct 03 21:06:41.003 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c3t1d0p0"]
83952025-10-03T21:06:41.579Z[ recovery-image] Oct 03 21:06:41.219 INFO O| Oct 03 21:06:41.219 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83962025-10-03T21:06:41.579Z[ recovery-image] Oct 03 21:06:41.219 INFO O| Oct 03 21:06:41.219 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83972025-10-03T21:06:41.616Z[ recovery-image] Oct 03 21:06:41.257 INFO O| Oct 03 21:06:41.256 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83982025-10-03T21:06:42.075Z[ recovery-image] Oct 03 21:06:41.715 INFO O| Oct 03 21:06:41.715 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83992025-10-03T21:06:42.139Z[ recovery-image] Oct 03 21:06:41.780 INFO O| Oct 03 21:06:41.779 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
84002025-10-03T21:06:42.172Z[ recovery-image] Oct 03 21:06:41.812 INFO O| Oct 03 21:06:41.812 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
84012025-10-03T21:06:42.200Z[ recovery-image] Oct 03 21:06:41.840 INFO O| Oct 03 21:06:41.840 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
84022025-10-03T21:06:42.263Z[ recovery-image] Oct 03 21:06:41.903 INFO O| Oct 03 21:06:41.903 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
84032025-10-03T21:06:42.263Z[ recovery-image] Oct 03 21:06:41.904 INFO O| Oct 03 21:06:41.903 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
84042025-10-03T21:06:42.289Z[ recovery-image] Oct 03 21:06:41.904 INFO O| Oct 03 21:06:41.904 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
84052025-10-03T21:06:42.289Z[ recovery-image] Oct 03 21:06:41.918 INFO O| Oct 03 21:06:41.918 INFO boot environment UUID: 32e7fa1b-23f3-4abf-ba5d-8efeac311e55
84062025-10-03T21:06:42.289Z[ recovery-image] Oct 03 21:06:41.918 INFO O| Oct 03 21:06:41.918 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 32e7fa1b-23f3-4abf-ba5d-8efeac311e55
84072025-10-03T21:06:42.313Z[ recovery-image] Oct 03 21:06:41.943 INFO O| Oct 03 21:06:41.943 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
84082025-10-03T21:06:42.338Z[ recovery-image] Oct 03 21:06:41.969 INFO O| Oct 03 21:06:41.969 INFO STEP 0 (create_be) COMPLETE
84092025-10-03T21:06:42.338Z[ recovery-image] Oct 03 21:06:41.969 INFO O| Oct 03 21:06:41.969 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84102025-10-03T21:06:42.363Z[ recovery-image] Oct 03 21:06:41.990 INFO O| Oct 03 21:06:41.990 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
84112025-10-03T21:06:51.566Z[ recovery-image] Oct 03 21:06:51.206 INFO O| Oct 03 21:06:51.206 INFO STEP 1 (unpack_tar) COMPLETE
84122025-10-03T21:06:51.566Z[ recovery-image] Oct 03 21:06:51.206 INFO O| Oct 03 21:06:51.206 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84132025-10-03T21:06:51.591Z[ recovery-image] Oct 03 21:06:51.222 INFO O| Oct 03 21:06:51.222 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
84142025-10-03T21:06:52.989Z[ recovery-image] Oct 03 21:06:52.629 INFO O| Oct 03 21:06:52.629 INFO STEP 2 (devfsadm) COMPLETE
84152025-10-03T21:06:52.989Z[ recovery-image] Oct 03 21:06:52.629 INFO O| Oct 03 21:06:52.629 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84162025-10-03T21:06:53.014Z[ recovery-image] Oct 03 21:06:52.647 INFO O| Oct 03 21:06:52.647 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84172025-10-03T21:06:53.014Z[ recovery-image] Oct 03 21:06:52.647 INFO O| Oct 03 21:06:52.647 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84182025-10-03T21:06:53.014Z[ recovery-image] Oct 03 21:06:52.647 INFO O| Oct 03 21:06:52.647 INFO STEP 3 (ensure_dir) COMPLETE
84192025-10-03T21:06:53.014Z[ recovery-image] Oct 03 21:06:52.647 INFO O| Oct 03 21:06:52.647 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84202025-10-03T21:06:53.039Z[ recovery-image] Oct 03 21:06:52.664 INFO O| Oct 03 21:06:52.664 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84212025-10-03T21:06:53.039Z[ recovery-image] Oct 03 21:06:52.664 INFO O| Oct 03 21:06:52.664 INFO STEP 4 (ensure_dir) COMPLETE
84222025-10-03T21:06:53.039Z[ recovery-image] Oct 03 21:06:52.665 INFO O| Oct 03 21:06:52.664 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84232025-10-03T21:06:53.064Z[ recovery-image] Oct 03 21:06:52.682 INFO O| Oct 03 21:06:52.681 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84242025-10-03T21:06:53.064Z[ recovery-image] Oct 03 21:06:52.682 INFO O| Oct 03 21:06:52.681 INFO STEP 5 (ensure_dir) COMPLETE
84252025-10-03T21:06:53.064Z[ recovery-image] Oct 03 21:06:52.682 INFO O| Oct 03 21:06:52.681 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84262025-10-03T21:06:53.065Z[ recovery-image] Oct 03 21:06:52.700 INFO O| Oct 03 21:06:52.700 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84272025-10-03T21:06:53.065Z[ recovery-image] Oct 03 21:06:52.700 INFO O| Oct 03 21:06:52.700 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84282025-10-03T21:06:53.065Z[ recovery-image] Oct 03 21:06:52.700 INFO O| Oct 03 21:06:52.700 INFO STEP 6 (ensure_dir) COMPLETE
84292025-10-03T21:06:53.065Z[ recovery-image] Oct 03 21:06:52.700 INFO O| Oct 03 21:06:52.700 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84302025-10-03T21:06:53.089Z[ recovery-image] Oct 03 21:06:52.726 INFO O| Oct 03 21:06:52.726 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84312025-10-03T21:06:53.090Z[ recovery-image] Oct 03 21:06:52.726 INFO O| Oct 03 21:06:52.726 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84322025-10-03T21:06:53.090Z[ recovery-image] Oct 03 21:06:52.726 INFO O| Oct 03 21:06:52.726 INFO STEP 7 (ensure_dir) COMPLETE
84332025-10-03T21:06:53.090Z[ recovery-image] Oct 03 21:06:52.726 INFO O| Oct 03 21:06:52.726 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84342025-10-03T21:06:53.115Z[ recovery-image] Oct 03 21:06:52.747 INFO O| Oct 03 21:06:52.747 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
84352025-10-03T21:06:53.115Z[ recovery-image] Oct 03 21:06:52.747 INFO O| Oct 03 21:06:52.747 INFO STEP 8 (remove_files) COMPLETE
84362025-10-03T21:06:53.115Z[ recovery-image] Oct 03 21:06:52.747 INFO O| Oct 03 21:06:52.747 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84372025-10-03T21:06:53.140Z[ recovery-image] Oct 03 21:06:52.765 INFO O| Oct 03 21:06:52.765 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
84382025-10-03T21:06:53.140Z[ recovery-image] Oct 03 21:06:52.766 INFO O| Oct 03 21:06:52.766 INFO STEP 9 (remove_files) COMPLETE
84392025-10-03T21:06:53.140Z[ recovery-image] Oct 03 21:06:52.766 INFO O| Oct 03 21:06:52.766 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84402025-10-03T21:06:53.165Z[ recovery-image] Oct 03 21:06:52.785 INFO O| Oct 03 21:06:52.785 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
84412025-10-03T21:06:53.165Z[ recovery-image] Oct 03 21:06:52.786 INFO O| Oct 03 21:06:52.786 INFO STEP 10 (remove_files) COMPLETE
84422025-10-03T21:06:53.165Z[ recovery-image] Oct 03 21:06:52.786 INFO O| Oct 03 21:06:52.786 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84432025-10-03T21:06:53.190Z[ recovery-image] Oct 03 21:06:52.830 INFO O| Oct 03 21:06:52.803 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
84442025-10-03T21:06:53.191Z[ recovery-image] Oct 03 21:06:52.830 INFO O| Oct 03 21:06:52.803 INFO STEP 11 (remove_files) COMPLETE
84452025-10-03T21:06:53.191Z[ recovery-image] Oct 03 21:06:52.830 INFO O| Oct 03 21:06:52.803 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84462025-10-03T21:06:53.191Z[ recovery-image] Oct 03 21:06:52.830 INFO O| Oct 03 21:06:52.820 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
84472025-10-03T21:06:53.191Z[ recovery-image] Oct 03 21:06:52.830 INFO O| Oct 03 21:06:52.820 INFO STEP 12 (remove_files) COMPLETE
84482025-10-03T21:06:53.191Z[ recovery-image] Oct 03 21:06:52.830 INFO O| Oct 03 21:06:52.820 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84492025-10-03T21:06:53.216Z[ recovery-image] Oct 03 21:06:52.836 INFO O| Oct 03 21:06:52.836 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84502025-10-03T21:06:53.216Z[ recovery-image] Oct 03 21:06:52.836 INFO O| Oct 03 21:06:52.836 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84512025-10-03T21:06:53.216Z[ recovery-image] Oct 03 21:06:52.836 INFO O| Oct 03 21:06:52.836 INFO STEP 13 (ensure_dir) COMPLETE
84522025-10-03T21:06:53.216Z[ recovery-image] Oct 03 21:06:52.836 INFO O| Oct 03 21:06:52.836 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84532025-10-03T21:06:53.216Z[ recovery-image] Oct 03 21:06:52.854 INFO O| Oct 03 21:06:52.854 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84542025-10-03T21:06:53.216Z[ recovery-image] Oct 03 21:06:52.854 INFO O| Oct 03 21:06:52.854 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84552025-10-03T21:06:53.216Z[ recovery-image] Oct 03 21:06:52.854 INFO O| Oct 03 21:06:52.854 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84562025-10-03T21:06:53.216Z[ recovery-image] Oct 03 21:06:52.854 INFO O| Oct 03 21:06:52.854 INFO STEP 14 (ensure_dir) COMPLETE
84572025-10-03T21:06:53.217Z[ recovery-image] Oct 03 21:06:52.854 INFO O| Oct 03 21:06:52.854 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84582025-10-03T21:06:53.242Z[ recovery-image] Oct 03 21:06:52.870 INFO O| Oct 03 21:06:52.870 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84592025-10-03T21:06:53.242Z[ recovery-image] Oct 03 21:06:52.870 INFO O| Oct 03 21:06:52.870 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84602025-10-03T21:06:53.242Z[ recovery-image] Oct 03 21:06:52.870 INFO O| Oct 03 21:06:52.870 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84612025-10-03T21:06:53.242Z[ recovery-image] Oct 03 21:06:52.870 INFO O| Oct 03 21:06:52.870 INFO STEP 15 (ensure_dir) COMPLETE
84622025-10-03T21:06:53.242Z[ recovery-image] Oct 03 21:06:52.870 INFO O| Oct 03 21:06:52.870 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84632025-10-03T21:06:53.267Z[ recovery-image] Oct 03 21:06:52.887 INFO O| Oct 03 21:06:52.887 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84642025-10-03T21:06:53.267Z[ recovery-image] Oct 03 21:06:52.887 INFO O| Oct 03 21:06:52.887 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84652025-10-03T21:06:53.267Z[ recovery-image] Oct 03 21:06:52.887 INFO O| Oct 03 21:06:52.887 INFO STEP 16 (ensure_dir) COMPLETE
84662025-10-03T21:06:53.267Z[ recovery-image] Oct 03 21:06:52.887 INFO O| Oct 03 21:06:52.887 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84672025-10-03T21:06:53.267Z[ recovery-image] Oct 03 21:06:52.907 INFO O| Oct 03 21:06:52.907 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84682025-10-03T21:06:53.267Z[ recovery-image] Oct 03 21:06:52.907 INFO O| Oct 03 21:06:52.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84692025-10-03T21:06:53.267Z[ recovery-image] Oct 03 21:06:52.907 INFO O| Oct 03 21:06:52.907 INFO STEP 17 (ensure_dir) COMPLETE
84702025-10-03T21:06:53.267Z[ recovery-image] Oct 03 21:06:52.907 INFO O| Oct 03 21:06:52.907 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84712025-10-03T21:06:53.292Z[ recovery-image] Oct 03 21:06:52.924 INFO O| Oct 03 21:06:52.924 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84722025-10-03T21:06:53.292Z[ recovery-image] Oct 03 21:06:52.924 INFO O| Oct 03 21:06:52.924 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84732025-10-03T21:06:53.292Z[ recovery-image] Oct 03 21:06:52.924 INFO O| Oct 03 21:06:52.924 INFO ok!
84742025-10-03T21:06:53.292Z[ recovery-image] Oct 03 21:06:52.924 INFO O| Oct 03 21:06:52.924 INFO STEP 18 (ensure_symlink) COMPLETE
84752025-10-03T21:06:53.292Z[ recovery-image] Oct 03 21:06:52.924 INFO O| Oct 03 21:06:52.924 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84762025-10-03T21:06:53.317Z[ recovery-image] Oct 03 21:06:52.940 INFO O| Oct 03 21:06:52.940 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84772025-10-03T21:06:53.317Z[ recovery-image] Oct 03 21:06:52.940 INFO O| Oct 03 21:06:52.940 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84782025-10-03T21:06:53.317Z[ recovery-image] Oct 03 21:06:52.940 INFO O| Oct 03 21:06:52.940 INFO ok!
84792025-10-03T21:06:53.317Z[ recovery-image] Oct 03 21:06:52.940 INFO O| Oct 03 21:06:52.940 INFO STEP 19 (ensure_file) COMPLETE
84802025-10-03T21:06:53.317Z[ recovery-image] Oct 03 21:06:52.940 INFO O| Oct 03 21:06:52.940 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84812025-10-03T21:06:53.317Z[ recovery-image] Oct 03 21:06:52.956 INFO O| Oct 03 21:06:52.955 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84822025-10-03T21:06:53.317Z[ recovery-image] Oct 03 21:06:52.956 INFO O| Oct 03 21:06:52.955 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84832025-10-03T21:06:53.317Z[ recovery-image] Oct 03 21:06:52.956 INFO O| Oct 03 21:06:52.956 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84842025-10-03T21:06:53.317Z[ recovery-image] Oct 03 21:06:52.956 INFO O| Oct 03 21:06:52.956 INFO ok!
84852025-10-03T21:06:53.317Z[ recovery-image] Oct 03 21:06:52.956 INFO O| Oct 03 21:06:52.956 INFO STEP 20 (ensure_symlink) COMPLETE
84862025-10-03T21:06:53.317Z[ recovery-image] Oct 03 21:06:52.956 INFO O| Oct 03 21:06:52.956 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84872025-10-03T21:06:53.342Z[ recovery-image] Oct 03 21:06:52.974 INFO O| Oct 03 21:06:52.974 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84882025-10-03T21:06:53.342Z[ recovery-image] Oct 03 21:06:52.974 INFO O| Oct 03 21:06:52.974 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84892025-10-03T21:06:53.342Z[ recovery-image] Oct 03 21:06:52.974 INFO O| Oct 03 21:06:52.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84902025-10-03T21:06:53.342Z[ recovery-image] Oct 03 21:06:52.974 INFO O| Oct 03 21:06:52.974 INFO ok!
84912025-10-03T21:06:53.342Z[ recovery-image] Oct 03 21:06:52.974 INFO O| Oct 03 21:06:52.974 INFO STEP 21 (ensure_symlink) COMPLETE
84922025-10-03T21:06:53.342Z[ recovery-image] Oct 03 21:06:52.974 INFO O| Oct 03 21:06:52.974 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84932025-10-03T21:06:53.367Z[ recovery-image] Oct 03 21:06:52.992 INFO O| Oct 03 21:06:52.992 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84942025-10-03T21:06:53.367Z[ recovery-image] Oct 03 21:06:52.992 INFO O| Oct 03 21:06:52.992 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84952025-10-03T21:06:53.367Z[ recovery-image] Oct 03 21:06:52.992 INFO O| Oct 03 21:06:52.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84962025-10-03T21:06:53.367Z[ recovery-image] Oct 03 21:06:52.992 INFO O| Oct 03 21:06:52.992 INFO ok!
84972025-10-03T21:06:53.367Z[ recovery-image] Oct 03 21:06:52.992 INFO O| Oct 03 21:06:52.992 INFO STEP 22 (ensure_symlink) COMPLETE
84982025-10-03T21:06:53.367Z[ recovery-image] Oct 03 21:06:52.992 INFO O| Oct 03 21:06:52.992 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84992025-10-03T21:06:53.394Z[ recovery-image] Oct 03 21:06:53.009 INFO O| Oct 03 21:06:53.009 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
85002025-10-03T21:06:53.394Z[ recovery-image] Oct 03 21:06:53.009 INFO O| Oct 03 21:06:53.009 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
85012025-10-03T21:06:53.394Z[ recovery-image] Oct 03 21:06:53.009 INFO O| Oct 03 21:06:53.009 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
85022025-10-03T21:06:53.394Z[ recovery-image] Oct 03 21:06:53.009 INFO O| Oct 03 21:06:53.009 INFO ok!
85032025-10-03T21:06:53.394Z[ recovery-image] Oct 03 21:06:53.009 INFO O| Oct 03 21:06:53.009 INFO STEP 23 (ensure_symlink) COMPLETE
85042025-10-03T21:06:53.394Z[ recovery-image] Oct 03 21:06:53.009 INFO O| Oct 03 21:06:53.009 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85052025-10-03T21:06:53.394Z[ recovery-image] Oct 03 21:06:53.023 INFO O| Oct 03 21:06:53.023 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
85062025-10-03T21:06:53.394Z[ recovery-image] Oct 03 21:06:53.024 INFO O| Oct 03 21:06:53.023 INFO copying /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf ...
85072025-10-03T21:06:53.394Z[ recovery-image] Oct 03 21:06:53.024 INFO O| Oct 03 21:06:53.024 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
85082025-10-03T21:06:53.394Z[ recovery-image] Oct 03 21:06:53.024 INFO O| Oct 03 21:06:53.024 INFO ok!
85092025-10-03T21:06:53.394Z[ recovery-image] Oct 03 21:06:53.024 INFO O| Oct 03 21:06:53.024 INFO STEP 24 (ensure_file) COMPLETE
85102025-10-03T21:06:53.394Z[ recovery-image] Oct 03 21:06:53.024 INFO O| Oct 03 21:06:53.024 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
85112025-10-03T21:06:53.420Z[ recovery-image] Oct 03 21:06:53.040 INFO O| Oct 03 21:06:53.040 INFO updating shadow file
85122025-10-03T21:06:53.421Z[ recovery-image] Oct 03 21:06:53.040 INFO O| Oct 03 21:06:53.040 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85132025-10-03T21:06:53.421Z[ recovery-image] Oct 03 21:06:53.040 INFO O| Oct 03 21:06:53.040 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85142025-10-03T21:06:53.421Z[ recovery-image] Oct 03 21:06:53.040 INFO O| Oct 03 21:06:53.040 INFO STEP 25 (shadow) COMPLETE
85152025-10-03T21:06:53.421Z[ recovery-image] Oct 03 21:06:53.040 INFO O| Oct 03 21:06:53.040 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85162025-10-03T21:06:53.421Z[ recovery-image] Oct 03 21:06:53.054 INFO O| Oct 03 21:06:53.054 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
85172025-10-03T21:06:53.421Z[ recovery-image] Oct 03 21:06:53.054 INFO O| Oct 03 21:06:53.054 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
85182025-10-03T21:06:53.421Z[ recovery-image] Oct 03 21:06:53.054 INFO O| Oct 03 21:06:53.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
85192025-10-03T21:06:53.421Z[ recovery-image] Oct 03 21:06:53.054 INFO O| Oct 03 21:06:53.054 INFO ok!
85202025-10-03T21:06:53.421Z[ recovery-image] Oct 03 21:06:53.054 INFO O| Oct 03 21:06:53.054 INFO STEP 26 (ensure_file) COMPLETE
85212025-10-03T21:06:53.421Z[ recovery-image] Oct 03 21:06:53.054 INFO O| Oct 03 21:06:53.054 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85222025-10-03T21:06:53.446Z[ recovery-image] Oct 03 21:06:53.073 INFO O| Oct 03 21:06:53.072 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
85232025-10-03T21:06:53.446Z[ recovery-image] Oct 03 21:06:53.073 INFO O| Oct 03 21:06:53.072 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
85242025-10-03T21:06:53.446Z[ recovery-image] Oct 03 21:06:53.073 INFO O| Oct 03 21:06:53.073 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
85252025-10-03T21:06:53.446Z[ recovery-image] Oct 03 21:06:53.073 INFO O| Oct 03 21:06:53.073 INFO ok!
85262025-10-03T21:06:53.446Z[ recovery-image] Oct 03 21:06:53.073 INFO O| Oct 03 21:06:53.073 INFO STEP 27 (ensure_file) COMPLETE
85272025-10-03T21:06:53.446Z[ recovery-image] Oct 03 21:06:53.073 INFO O| Oct 03 21:06:53.073 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85282025-10-03T21:06:53.471Z[ recovery-image] Oct 03 21:06:53.087 INFO O| Oct 03 21:06:53.087 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
85292025-10-03T21:06:53.471Z[ recovery-image] Oct 03 21:06:53.087 INFO O| Oct 03 21:06:53.087 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
85302025-10-03T21:06:53.471Z[ recovery-image] Oct 03 21:06:53.087 INFO O| Oct 03 21:06:53.087 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
85312025-10-03T21:06:53.471Z[ recovery-image] Oct 03 21:06:53.088 INFO O| Oct 03 21:06:53.087 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
85322025-10-03T21:06:53.471Z[ recovery-image] Oct 03 21:06:53.088 INFO O| Oct 03 21:06:53.087 INFO ok!
85332025-10-03T21:06:53.471Z[ recovery-image] Oct 03 21:06:53.088 INFO O| Oct 03 21:06:53.087 INFO STEP 28 (ensure_file) COMPLETE
85342025-10-03T21:06:53.471Z[ recovery-image] Oct 03 21:06:53.088 INFO O| Oct 03 21:06:53.088 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85352025-10-03T21:06:53.471Z[ recovery-image] Oct 03 21:06:53.107 INFO O| Oct 03 21:06:53.107 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
85362025-10-03T21:06:53.471Z[ recovery-image] Oct 03 21:06:53.107 INFO O| Oct 03 21:06:53.107 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
85372025-10-03T21:06:53.471Z[ recovery-image] Oct 03 21:06:53.107 INFO O| Oct 03 21:06:53.107 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
85382025-10-03T21:06:53.471Z[ recovery-image] Oct 03 21:06:53.107 INFO O| Oct 03 21:06:53.107 INFO ok!
85392025-10-03T21:06:53.471Z[ recovery-image] Oct 03 21:06:53.107 INFO O| Oct 03 21:06:53.107 INFO STEP 29 (ensure_file) COMPLETE
85402025-10-03T21:06:53.471Z[ recovery-image] Oct 03 21:06:53.107 INFO O| Oct 03 21:06:53.107 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85412025-10-03T21:06:53.496Z[ recovery-image] Oct 03 21:06:53.123 INFO O| Oct 03 21:06:53.123 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85422025-10-03T21:06:53.496Z[ recovery-image] Oct 03 21:06:53.123 INFO O| Oct 03 21:06:53.123 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85432025-10-03T21:06:53.496Z[ recovery-image] Oct 03 21:06:53.123 INFO O| Oct 03 21:06:53.123 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85442025-10-03T21:06:53.496Z[ recovery-image] Oct 03 21:06:53.123 INFO O| Oct 03 21:06:53.123 INFO STEP 30 (ensure_dir) COMPLETE
85452025-10-03T21:06:53.496Z[ recovery-image] Oct 03 21:06:53.123 INFO O| Oct 03 21:06:53.123 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85462025-10-03T21:06:53.521Z[ recovery-image] Oct 03 21:06:53.140 INFO O| Oct 03 21:06:53.140 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
85472025-10-03T21:06:53.521Z[ recovery-image] Oct 03 21:06:53.140 INFO O| Oct 03 21:06:53.140 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup ...
85482025-10-03T21:06:53.521Z[ recovery-image] Oct 03 21:06:53.140 INFO O| Oct 03 21:06:53.140 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
85492025-10-03T21:06:53.521Z[ recovery-image] Oct 03 21:06:53.140 INFO O| Oct 03 21:06:53.140 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
85502025-10-03T21:06:53.522Z[ recovery-image] Oct 03 21:06:53.140 INFO O| Oct 03 21:06:53.140 INFO ok!
85512025-10-03T21:06:53.522Z[ recovery-image] Oct 03 21:06:53.140 INFO O| Oct 03 21:06:53.140 INFO STEP 31 (ensure_file) COMPLETE
85522025-10-03T21:06:53.522Z[ recovery-image] Oct 03 21:06:53.140 INFO O| Oct 03 21:06:53.140 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85532025-10-03T21:06:53.522Z[ recovery-image] Oct 03 21:06:53.156 INFO O| Oct 03 21:06:53.156 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85542025-10-03T21:06:53.522Z[ recovery-image] Oct 03 21:06:53.156 INFO O| Oct 03 21:06:53.156 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85552025-10-03T21:06:53.522Z[ recovery-image] Oct 03 21:06:53.156 INFO O| Oct 03 21:06:53.156 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85562025-10-03T21:06:53.522Z[ recovery-image] Oct 03 21:06:53.156 INFO O| Oct 03 21:06:53.156 INFO STEP 32 (ensure_dir) COMPLETE
85572025-10-03T21:06:53.522Z[ recovery-image] Oct 03 21:06:53.156 INFO O| Oct 03 21:06:53.156 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85582025-10-03T21:06:53.547Z[ recovery-image] Oct 03 21:06:53.174 INFO O| Oct 03 21:06:53.174 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85592025-10-03T21:06:53.547Z[ recovery-image] Oct 03 21:06:53.174 INFO O| Oct 03 21:06:53.174 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml ...
85602025-10-03T21:06:53.547Z[ recovery-image] Oct 03 21:06:53.174 INFO O| Oct 03 21:06:53.174 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85612025-10-03T21:06:53.547Z[ recovery-image] Oct 03 21:06:53.174 INFO O| Oct 03 21:06:53.174 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85622025-10-03T21:06:53.547Z[ recovery-image] Oct 03 21:06:53.174 INFO O| Oct 03 21:06:53.174 INFO ok!
85632025-10-03T21:06:53.547Z[ recovery-image] Oct 03 21:06:53.174 INFO O| Oct 03 21:06:53.174 INFO STEP 33 (ensure_file) COMPLETE
85642025-10-03T21:06:53.547Z[ recovery-image] Oct 03 21:06:53.174 INFO O| Oct 03 21:06:53.174 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85652025-10-03T21:06:53.572Z[ recovery-image] Oct 03 21:06:53.190 INFO O| Oct 03 21:06:53.190 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85662025-10-03T21:06:53.572Z[ recovery-image] Oct 03 21:06:53.190 INFO O| Oct 03 21:06:53.190 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85672025-10-03T21:06:53.572Z[ recovery-image] Oct 03 21:06:53.190 INFO O| Oct 03 21:06:53.190 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85682025-10-03T21:06:53.572Z[ recovery-image] Oct 03 21:06:53.190 INFO O| Oct 03 21:06:53.190 INFO ok!
85692025-10-03T21:06:53.572Z[ recovery-image] Oct 03 21:06:53.190 INFO O| Oct 03 21:06:53.190 INFO STEP 34 (ensure_file) COMPLETE
85702025-10-03T21:06:53.572Z[ recovery-image] Oct 03 21:06:53.190 INFO O| Oct 03 21:06:53.190 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85712025-10-03T21:06:53.572Z[ recovery-image] Oct 03 21:06:53.206 INFO O| Oct 03 21:06:53.206 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85722025-10-03T21:06:53.572Z[ recovery-image] Oct 03 21:06:53.206 INFO O| Oct 03 21:06:53.206 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85732025-10-03T21:06:53.572Z[ recovery-image] Oct 03 21:06:53.206 INFO O| Oct 03 21:06:53.206 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85742025-10-03T21:06:53.572Z[ recovery-image] Oct 03 21:06:53.207 INFO O| Oct 03 21:06:53.206 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85752025-10-03T21:06:53.572Z[ recovery-image] Oct 03 21:06:53.207 INFO O| Oct 03 21:06:53.206 INFO ok!
85762025-10-03T21:06:53.572Z[ recovery-image] Oct 03 21:06:53.207 INFO O| Oct 03 21:06:53.206 INFO STEP 35 (ensure_file) COMPLETE
85772025-10-03T21:06:53.572Z[ recovery-image] Oct 03 21:06:53.207 INFO O| Oct 03 21:06:53.206 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85782025-10-03T21:06:53.598Z[ recovery-image] Oct 03 21:06:53.224 INFO O| Oct 03 21:06:53.224 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85792025-10-03T21:06:53.598Z[ recovery-image] Oct 03 21:06:53.225 INFO O| Oct 03 21:06:53.224 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85802025-10-03T21:06:53.598Z[ recovery-image] Oct 03 21:06:53.225 INFO O| Oct 03 21:06:53.225 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85812025-10-03T21:06:53.598Z[ recovery-image] Oct 03 21:06:53.225 INFO O| Oct 03 21:06:53.225 INFO ok!
85822025-10-03T21:06:53.598Z[ recovery-image] Oct 03 21:06:53.225 INFO O| Oct 03 21:06:53.225 INFO STEP 36 (ensure_file) COMPLETE
85832025-10-03T21:06:53.598Z[ recovery-image] Oct 03 21:06:53.225 INFO O| Oct 03 21:06:53.225 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85842025-10-03T21:06:53.623Z[ recovery-image] Oct 03 21:06:53.240 INFO O| Oct 03 21:06:53.240 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85852025-10-03T21:06:53.623Z[ recovery-image] Oct 03 21:06:53.240 INFO O| Oct 03 21:06:53.240 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85862025-10-03T21:06:53.623Z[ recovery-image] Oct 03 21:06:53.240 INFO O| Oct 03 21:06:53.240 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85872025-10-03T21:06:53.623Z[ recovery-image] Oct 03 21:06:53.240 INFO O| Oct 03 21:06:53.240 INFO ok!
85882025-10-03T21:06:53.623Z[ recovery-image] Oct 03 21:06:53.240 INFO O| Oct 03 21:06:53.240 INFO STEP 37 (ensure_file) COMPLETE
85892025-10-03T21:06:53.623Z[ recovery-image] Oct 03 21:06:53.240 INFO O| Oct 03 21:06:53.240 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85902025-10-03T21:06:53.623Z[ recovery-image] Oct 03 21:06:53.254 INFO O| Oct 03 21:06:53.254 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85912025-10-03T21:06:53.623Z[ recovery-image] Oct 03 21:06:53.254 INFO O| Oct 03 21:06:53.254 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85922025-10-03T21:06:53.623Z[ recovery-image] Oct 03 21:06:53.254 INFO O| Oct 03 21:06:53.254 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85932025-10-03T21:06:53.623Z[ recovery-image] Oct 03 21:06:53.254 INFO O| Oct 03 21:06:53.254 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85942025-10-03T21:06:53.623Z[ recovery-image] Oct 03 21:06:53.254 INFO O| Oct 03 21:06:53.254 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85952025-10-03T21:06:53.623Z[ recovery-image] Oct 03 21:06:53.254 INFO O| Oct 03 21:06:53.254 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85962025-10-03T21:06:53.623Z[ recovery-image] Oct 03 21:06:53.254 INFO O| Oct 03 21:06:53.254 INFO ok!
85972025-10-03T21:06:53.623Z[ recovery-image] Oct 03 21:06:53.254 INFO O| Oct 03 21:06:53.254 INFO STEP 38 (ensure_file) COMPLETE
85982025-10-03T21:06:53.623Z[ recovery-image] Oct 03 21:06:53.254 INFO O| Oct 03 21:06:53.254 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85992025-10-03T21:06:53.649Z[ recovery-image] Oct 03 21:06:53.272 INFO O| Oct 03 21:06:53.272 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
86002025-10-03T21:06:53.649Z[ recovery-image] Oct 03 21:06:53.272 INFO O| Oct 03 21:06:53.272 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
86012025-10-03T21:06:53.649Z[ recovery-image] Oct 03 21:06:53.272 INFO O| Oct 03 21:06:53.272 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
86022025-10-03T21:06:53.649Z[ recovery-image] Oct 03 21:06:53.272 INFO O| Oct 03 21:06:53.272 INFO STEP 39 (ensure_dir) COMPLETE
86032025-10-03T21:06:53.649Z[ recovery-image] Oct 03 21:06:53.272 INFO O| Oct 03 21:06:53.272 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86042025-10-03T21:06:53.649Z[ recovery-image] Oct 03 21:06:53.288 INFO O| Oct 03 21:06:53.287 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
86052025-10-03T21:06:53.649Z[ recovery-image] Oct 03 21:06:53.288 INFO O| Oct 03 21:06:53.287 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/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
86062025-10-03T21:06:53.649Z[ recovery-image] Oct 03 21:06:53.288 INFO O| Oct 03 21:06:53.288 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
86072025-10-03T21:06:53.649Z[ recovery-image] Oct 03 21:06:53.288 INFO O| Oct 03 21:06:53.288 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
86082025-10-03T21:06:53.649Z[ recovery-image] Oct 03 21:06:53.288 INFO O| Oct 03 21:06:53.288 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
86092025-10-03T21:06:53.649Z[ recovery-image] Oct 03 21:06:53.288 INFO O| Oct 03 21:06:53.288 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
86102025-10-03T21:06:53.649Z[ recovery-image] Oct 03 21:06:53.288 INFO O| Oct 03 21:06:53.288 INFO ok!
86112025-10-03T21:06:53.649Z[ recovery-image] Oct 03 21:06:53.288 INFO O| Oct 03 21:06:53.288 INFO STEP 40 (ensure_file) COMPLETE
86122025-10-03T21:06:53.649Z[ recovery-image] Oct 03 21:06:53.288 INFO O| Oct 03 21:06:53.288 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86132025-10-03T21:06:53.674Z[ recovery-image] Oct 03 21:06:53.301 INFO O| Oct 03 21:06:53.301 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
86142025-10-03T21:06:53.674Z[ recovery-image] Oct 03 21:06:53.301 INFO O| Oct 03 21:06:53.301 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
86152025-10-03T21:06:53.674Z[ recovery-image] Oct 03 21:06:53.301 INFO O| Oct 03 21:06:53.301 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
86162025-10-03T21:06:53.674Z[ recovery-image] Oct 03 21:06:53.301 INFO O| Oct 03 21:06:53.301 INFO ok!
86172025-10-03T21:06:53.674Z[ recovery-image] Oct 03 21:06:53.301 INFO O| Oct 03 21:06:53.301 INFO STEP 41 (ensure_symlink) COMPLETE
86182025-10-03T21:06:53.674Z[ recovery-image] Oct 03 21:06:53.301 INFO O| Oct 03 21:06:53.301 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86192025-10-03T21:06:53.699Z[ recovery-image] Oct 03 21:06:53.319 INFO O| Oct 03 21:06:53.319 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
86202025-10-03T21:06:53.699Z[ recovery-image] Oct 03 21:06:53.319 INFO O| Oct 03 21:06:53.319 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
86212025-10-03T21:06:53.699Z[ recovery-image] Oct 03 21:06:53.319 INFO O| Oct 03 21:06:53.319 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
86222025-10-03T21:06:53.699Z[ recovery-image] Oct 03 21:06:53.319 INFO O| Oct 03 21:06:53.319 INFO ok!
86232025-10-03T21:06:53.699Z[ recovery-image] Oct 03 21:06:53.319 INFO O| Oct 03 21:06:53.319 INFO STEP 42 (ensure_symlink) COMPLETE
86242025-10-03T21:06:53.699Z[ recovery-image] Oct 03 21:06:53.319 INFO O| Oct 03 21:06:53.319 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86252025-10-03T21:06:53.699Z[ recovery-image] Oct 03 21:06:53.332 INFO O| Oct 03 21:06:53.332 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
86262025-10-03T21:06:53.699Z[ recovery-image] Oct 03 21:06:53.333 INFO O| Oct 03 21:06:53.332 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
86272025-10-03T21:06:53.699Z[ recovery-image] Oct 03 21:06:53.333 INFO O| Oct 03 21:06:53.333 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86282025-10-03T21:06:53.699Z[ recovery-image] Oct 03 21:06:53.333 INFO O| Oct 03 21:06:53.333 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86292025-10-03T21:06:53.700Z[ recovery-image] Oct 03 21:06:53.333 INFO O| Oct 03 21:06:53.333 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86302025-10-03T21:06:53.700Z[ recovery-image] Oct 03 21:06:53.333 INFO O| Oct 03 21:06:53.333 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86312025-10-03T21:06:53.700Z[ recovery-image] Oct 03 21:06:53.333 INFO O| Oct 03 21:06:53.333 INFO ok!
86322025-10-03T21:06:53.700Z[ recovery-image] Oct 03 21:06:53.333 INFO O| Oct 03 21:06:53.333 INFO STEP 43 (ensure_file) COMPLETE
86332025-10-03T21:06:53.700Z[ recovery-image] Oct 03 21:06:53.333 INFO O| Oct 03 21:06:53.333 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86342025-10-03T21:06:53.725Z[ recovery-image] Oct 03 21:06:53.350 INFO O| Oct 03 21:06:53.350 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
86352025-10-03T21:06:53.725Z[ recovery-image] Oct 03 21:06:53.350 INFO O| Oct 03 21:06:53.350 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
86362025-10-03T21:06:53.725Z[ recovery-image] Oct 03 21:06:53.350 INFO O| Oct 03 21:06:53.350 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
86372025-10-03T21:06:53.725Z[ recovery-image] Oct 03 21:06:53.350 INFO O| Oct 03 21:06:53.350 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
86382025-10-03T21:06:53.725Z[ recovery-image] Oct 03 21:06:53.350 INFO O| Oct 03 21:06:53.350 INFO ok!
86392025-10-03T21:06:53.725Z[ recovery-image] Oct 03 21:06:53.350 INFO O| Oct 03 21:06:53.350 INFO STEP 44 (ensure_file) COMPLETE
86402025-10-03T21:06:53.725Z[ recovery-image] Oct 03 21:06:53.350 INFO O| Oct 03 21:06:53.350 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86412025-10-03T21:06:53.725Z[ recovery-image] Oct 03 21:06:53.364 INFO O| Oct 03 21:06:53.364 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
86422025-10-03T21:06:53.725Z[ recovery-image] Oct 03 21:06:53.365 INFO O| Oct 03 21:06:53.364 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
86432025-10-03T21:06:53.725Z[ recovery-image] Oct 03 21:06:53.365 INFO O| Oct 03 21:06:53.365 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
86442025-10-03T21:06:53.725Z[ recovery-image] Oct 03 21:06:53.365 INFO O| Oct 03 21:06:53.365 INFO ok!
86452025-10-03T21:06:53.725Z[ recovery-image] Oct 03 21:06:53.365 INFO O| Oct 03 21:06:53.365 INFO STEP 45 (ensure_file) COMPLETE
86462025-10-03T21:06:53.725Z[ recovery-image] Oct 03 21:06:53.365 INFO O| Oct 03 21:06:53.365 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86472025-10-03T21:06:53.750Z[ recovery-image] Oct 03 21:06:53.381 INFO O| Oct 03 21:06:53.381 INFO updating shadow file
86482025-10-03T21:06:53.750Z[ recovery-image] Oct 03 21:06:53.382 INFO O| Oct 03 21:06:53.382 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86492025-10-03T21:06:53.751Z[ recovery-image] Oct 03 21:06:53.382 INFO O| Oct 03 21:06:53.382 INFO STEP 46 (shadow) COMPLETE
86502025-10-03T21:06:53.751Z[ recovery-image] Oct 03 21:06:53.382 INFO O| Oct 03 21:06:53.382 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86512025-10-03T21:06:53.775Z[ recovery-image] Oct 03 21:06:53.397 INFO O| Oct 03 21:06:53.397 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
86522025-10-03T21:06:53.775Z[ recovery-image] Oct 03 21:06:53.397 INFO O| Oct 03 21:06:53.397 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
86532025-10-03T21:06:53.775Z[ recovery-image] Oct 03 21:06:53.397 INFO O| Oct 03 21:06:53.397 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86542025-10-03T21:06:53.775Z[ recovery-image] Oct 03 21:06:53.397 INFO O| Oct 03 21:06:53.397 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86552025-10-03T21:06:53.775Z[ recovery-image] Oct 03 21:06:53.397 INFO O| Oct 03 21:06:53.397 INFO ok!
86562025-10-03T21:06:53.775Z[ recovery-image] Oct 03 21:06:53.397 INFO O| Oct 03 21:06:53.397 INFO STEP 47 (ensure_file) COMPLETE
86572025-10-03T21:06:53.775Z[ recovery-image] Oct 03 21:06:53.397 INFO O| Oct 03 21:06:53.397 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86582025-10-03T21:06:53.776Z[ recovery-image] Oct 03 21:06:53.415 INFO O| Oct 03 21:06:53.415 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86592025-10-03T21:06:53.776Z[ recovery-image] Oct 03 21:06:53.415 INFO O| Oct 03 21:06:53.415 INFO STEP 48 (ensure_dir) COMPLETE
86602025-10-03T21:06:53.776Z[ recovery-image] Oct 03 21:06:53.415 INFO O| Oct 03 21:06:53.415 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86612025-10-03T21:06:53.821Z[ recovery-image] Oct 03 21:06:53.461 INFO O| Oct 03 21:06:53.431 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86622025-10-03T21:06:53.821Z[ recovery-image] Oct 03 21:06:53.461 INFO O| Oct 03 21:06:53.431 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86632025-10-03T21:06:53.846Z[ recovery-image] Oct 03 21:06:53.461 INFO O| Oct 03 21:06:53.431 INFO STEP 49 (ensure_dir) COMPLETE
86642025-10-03T21:06:53.846Z[ recovery-image] Oct 03 21:06:53.461 INFO O| Oct 03 21:06:53.431 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86652025-10-03T21:06:53.846Z[ recovery-image] Oct 03 21:06:53.461 INFO O| Oct 03 21:06:53.447 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86662025-10-03T21:06:53.846Z[ recovery-image] Oct 03 21:06:53.461 INFO O| Oct 03 21:06:53.447 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86672025-10-03T21:06:53.846Z[ recovery-image] Oct 03 21:06:53.461 INFO O| Oct 03 21:06:53.447 INFO STEP 50 (ensure_dir) COMPLETE
86682025-10-03T21:06:53.846Z[ recovery-image] Oct 03 21:06:53.461 INFO O| Oct 03 21:06:53.447 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86692025-10-03T21:06:53.846Z[ recovery-image] Oct 03 21:06:53.463 INFO O| Oct 03 21:06:53.462 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86702025-10-03T21:06:53.846Z[ recovery-image] Oct 03 21:06:53.463 INFO O| Oct 03 21:06:53.463 INFO copying /tmp/.tmpFkzMNT/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86712025-10-03T21:06:53.996Z[ recovery-image] Oct 03 21:06:53.636 INFO O| Oct 03 21:06:53.636 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86722025-10-03T21:06:53.996Z[ recovery-image] Oct 03 21:06:53.636 INFO O| Oct 03 21:06:53.636 INFO ok!
86732025-10-03T21:06:53.996Z[ recovery-image] Oct 03 21:06:53.636 INFO O| Oct 03 21:06:53.636 INFO STEP 51 (ensure_file) COMPLETE
86742025-10-03T21:06:54.021Z[ recovery-image] Oct 03 21:06:53.636 INFO O| Oct 03 21:06:53.636 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86752025-10-03T21:06:54.058Z[ recovery-image] Oct 03 21:06:53.698 INFO O| Oct 03 21:06:53.698 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86762025-10-03T21:06:54.058Z[ recovery-image] Oct 03 21:06:53.698 INFO O| Oct 03 21:06:53.698 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86772025-10-03T21:06:54.083Z[ recovery-image] Oct 03 21:06:53.698 INFO O| Oct 03 21:06:53.698 INFO STEP 52 (ensure_dir) COMPLETE
86782025-10-03T21:06:54.083Z[ recovery-image] Oct 03 21:06:53.698 INFO O| Oct 03 21:06:53.698 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86792025-10-03T21:06:54.109Z[ recovery-image] Oct 03 21:06:53.733 INFO O| Oct 03 21:06:53.733 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86802025-10-03T21:06:54.109Z[ recovery-image] Oct 03 21:06:53.733 INFO O| Oct 03 21:06:53.733 INFO copying /tmp/.tmpFkzMNT/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86812025-10-03T21:06:54.109Z[ recovery-image] Oct 03 21:06:53.733 INFO O| Oct 03 21:06:53.733 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86822025-10-03T21:06:54.109Z[ recovery-image] Oct 03 21:06:53.733 INFO O| Oct 03 21:06:53.733 INFO ok!
86832025-10-03T21:06:54.109Z[ recovery-image] Oct 03 21:06:53.733 INFO O| Oct 03 21:06:53.733 INFO STEP 53 (ensure_file) COMPLETE
86842025-10-03T21:06:54.109Z[ recovery-image] Oct 03 21:06:53.733 INFO O| Oct 03 21:06:53.733 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86852025-10-03T21:06:54.134Z[ recovery-image] Oct 03 21:06:53.750 INFO O| Oct 03 21:06:53.750 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86862025-10-03T21:06:54.134Z[ recovery-image] Oct 03 21:06:53.750 INFO O| Oct 03 21:06:53.750 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86872025-10-03T21:06:54.135Z[ recovery-image] Oct 03 21:06:53.750 INFO O| Oct 03 21:06:53.750 INFO STEP 54 (ensure_dir) COMPLETE
86882025-10-03T21:06:54.135Z[ recovery-image] Oct 03 21:06:53.750 INFO O| Oct 03 21:06:53.750 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86892025-10-03T21:06:54.135Z[ recovery-image] Oct 03 21:06:53.767 INFO O| Oct 03 21:06:53.767 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86902025-10-03T21:06:54.135Z[ recovery-image] Oct 03 21:06:53.767 INFO O| Oct 03 21:06:53.767 INFO copying /tmp/.tmpFkzMNT/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86912025-10-03T21:06:57.034Z[ recovery-image] Oct 03 21:06:56.674 INFO O| Oct 03 21:06:56.674 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86922025-10-03T21:06:57.034Z[ recovery-image] Oct 03 21:06:56.674 INFO O| Oct 03 21:06:56.674 INFO ok!
86932025-10-03T21:06:57.034Z[ recovery-image] Oct 03 21:06:56.674 INFO O| Oct 03 21:06:56.674 INFO STEP 55 (ensure_file) COMPLETE
86942025-10-03T21:06:57.059Z[ recovery-image] Oct 03 21:06:56.674 INFO O| Oct 03 21:06:56.674 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86952025-10-03T21:06:57.086Z[ recovery-image] Oct 03 21:06:56.727 INFO O| Oct 03 21:06:56.727 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86962025-10-03T21:06:57.086Z[ recovery-image] Oct 03 21:06:56.727 INFO O| Oct 03 21:06:56.727 INFO copying /tmp/.tmpFkzMNT/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86972025-10-03T21:06:59.951Z[ recovery-image] Oct 03 21:06:59.579 INFO O| Oct 03 21:06:59.579 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86982025-10-03T21:06:59.951Z[ recovery-image] Oct 03 21:06:59.579 INFO O| Oct 03 21:06:59.579 INFO ok!
86992025-10-03T21:06:59.951Z[ recovery-image] Oct 03 21:06:59.579 INFO O| Oct 03 21:06:59.579 INFO STEP 56 (ensure_file) COMPLETE
87002025-10-03T21:06:59.951Z[ recovery-image] Oct 03 21:06:59.579 INFO O| Oct 03 21:06:59.579 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87012025-10-03T21:07:00.000Z[ recovery-image] Oct 03 21:06:59.640 INFO O| Oct 03 21:06:59.640 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
87022025-10-03T21:07:00.000Z[ recovery-image] Oct 03 21:06:59.641 INFO O| Oct 03 21:06:59.641 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
87032025-10-03T21:07:00.025Z[ recovery-image] Oct 03 21:06:59.641 INFO O| Oct 03 21:06:59.641 INFO STEP 57 (ensure_dir) COMPLETE
87042025-10-03T21:07:00.025Z[ recovery-image] Oct 03 21:06:59.641 INFO O| Oct 03 21:06:59.641 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87052025-10-03T21:07:00.070Z[ recovery-image] Oct 03 21:06:59.711 INFO O| Oct 03 21:06:59.711 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
87062025-10-03T21:07:00.071Z[ recovery-image] Oct 03 21:06:59.711 INFO O| Oct 03 21:06:59.711 INFO copying /tmp/.tmpFkzMNT/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
87072025-10-03T21:07:00.071Z[ recovery-image] Oct 03 21:06:59.711 INFO O| Oct 03 21:06:59.711 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
87082025-10-03T21:07:00.096Z[ recovery-image] Oct 03 21:06:59.711 INFO O| Oct 03 21:06:59.711 INFO ok!
87092025-10-03T21:07:00.096Z[ recovery-image] Oct 03 21:06:59.711 INFO O| Oct 03 21:06:59.711 INFO STEP 58 (ensure_file) COMPLETE
87102025-10-03T21:07:00.096Z[ recovery-image] Oct 03 21:06:59.711 INFO O| Oct 03 21:06:59.711 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87112025-10-03T21:07:00.096Z[ recovery-image] Oct 03 21:06:59.733 INFO O| Oct 03 21:06:59.733 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
87122025-10-03T21:07:00.096Z[ recovery-image] Oct 03 21:06:59.734 INFO O| Oct 03 21:06:59.733 INFO copying /tmp/.tmpFkzMNT/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
87132025-10-03T21:07:00.096Z[ recovery-image] Oct 03 21:06:59.734 INFO O| Oct 03 21:06:59.734 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
87142025-10-03T21:07:00.096Z[ recovery-image] Oct 03 21:06:59.734 INFO O| Oct 03 21:06:59.734 INFO ok!
87152025-10-03T21:07:00.096Z[ recovery-image] Oct 03 21:06:59.734 INFO O| Oct 03 21:06:59.734 INFO STEP 59 (ensure_file) COMPLETE
87162025-10-03T21:07:00.096Z[ recovery-image] Oct 03 21:06:59.734 INFO O| Oct 03 21:06:59.734 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87172025-10-03T21:07:00.121Z[ recovery-image] Oct 03 21:06:59.750 INFO O| Oct 03 21:06:59.750 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
87182025-10-03T21:07:00.121Z[ recovery-image] Oct 03 21:06:59.750 INFO O| Oct 03 21:06:59.750 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
87192025-10-03T21:07:00.121Z[ recovery-image] Oct 03 21:06:59.750 INFO O| Oct 03 21:06:59.750 INFO STEP 60 (ensure_dir) COMPLETE
87202025-10-03T21:07:00.121Z[ recovery-image] Oct 03 21:06:59.750 INFO O| Oct 03 21:06:59.750 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87212025-10-03T21:07:00.146Z[ recovery-image] Oct 03 21:06:59.766 INFO O| Oct 03 21:06:59.766 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
87222025-10-03T21:07:00.146Z[ recovery-image] Oct 03 21:06:59.766 INFO O| Oct 03 21:06:59.766 INFO copying /tmp/.tmpFkzMNT/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
87232025-10-03T21:07:00.146Z[ recovery-image] Oct 03 21:06:59.767 INFO O| Oct 03 21:06:59.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
87242025-10-03T21:07:00.146Z[ recovery-image] Oct 03 21:06:59.767 INFO O| Oct 03 21:06:59.766 INFO ok!
87252025-10-03T21:07:00.146Z[ recovery-image] Oct 03 21:06:59.767 INFO O| Oct 03 21:06:59.766 INFO STEP 61 (ensure_file) COMPLETE
87262025-10-03T21:07:00.146Z[ recovery-image] Oct 03 21:06:59.767 INFO O| Oct 03 21:06:59.767 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87272025-10-03T21:07:00.146Z[ recovery-image] Oct 03 21:06:59.782 INFO O| Oct 03 21:06:59.782 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
87282025-10-03T21:07:00.146Z[ recovery-image] Oct 03 21:06:59.782 INFO O| Oct 03 21:06:59.782 INFO copying /tmp/.tmpFkzMNT/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
87292025-10-03T21:07:00.146Z[ recovery-image] Oct 03 21:06:59.782 INFO O| Oct 03 21:06:59.782 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
87302025-10-03T21:07:00.146Z[ recovery-image] Oct 03 21:06:59.782 INFO O| Oct 03 21:06:59.782 INFO ok!
87312025-10-03T21:07:00.146Z[ recovery-image] Oct 03 21:06:59.782 INFO O| Oct 03 21:06:59.782 INFO STEP 62 (ensure_file) COMPLETE
87322025-10-03T21:07:00.146Z[ recovery-image] Oct 03 21:06:59.782 INFO O| Oct 03 21:06:59.782 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87332025-10-03T21:07:00.171Z[ recovery-image] Oct 03 21:06:59.797 INFO O| Oct 03 21:06:59.797 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87342025-10-03T21:07:00.171Z[ recovery-image] Oct 03 21:06:59.797 INFO O| Oct 03 21:06:59.797 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87352025-10-03T21:07:00.171Z[ recovery-image] Oct 03 21:06:59.797 INFO O| Oct 03 21:06:59.797 INFO STEP 63 (ensure_dir) COMPLETE
87362025-10-03T21:07:00.171Z[ recovery-image] Oct 03 21:06:59.797 INFO O| Oct 03 21:06:59.797 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87372025-10-03T21:07:00.196Z[ recovery-image] Oct 03 21:06:59.813 INFO O| Oct 03 21:06:59.813 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
87382025-10-03T21:07:00.196Z[ recovery-image] Oct 03 21:06:59.813 INFO O| Oct 03 21:06:59.813 INFO copying /tmp/.tmpFkzMNT/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
87392025-10-03T21:07:00.196Z[ recovery-image] Oct 03 21:06:59.813 INFO O| Oct 03 21:06:59.813 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
87402025-10-03T21:07:00.196Z[ recovery-image] Oct 03 21:06:59.813 INFO O| Oct 03 21:06:59.813 INFO ok!
87412025-10-03T21:07:00.196Z[ recovery-image] Oct 03 21:06:59.813 INFO O| Oct 03 21:06:59.813 INFO STEP 64 (ensure_file) COMPLETE
87422025-10-03T21:07:00.196Z[ recovery-image] Oct 03 21:06:59.813 INFO O| Oct 03 21:06:59.813 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87432025-10-03T21:07:00.196Z[ recovery-image] Oct 03 21:06:59.825 INFO O| Oct 03 21:06:59.825 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
87442025-10-03T21:07:00.196Z[ recovery-image] Oct 03 21:06:59.825 INFO O| Oct 03 21:06:59.825 INFO copying /tmp/.tmpFkzMNT/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
87452025-10-03T21:07:00.196Z[ recovery-image] Oct 03 21:06:59.825 INFO O| Oct 03 21:06:59.825 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
87462025-10-03T21:07:00.197Z[ recovery-image] Oct 03 21:06:59.825 INFO O| Oct 03 21:06:59.825 INFO ok!
87472025-10-03T21:07:00.197Z[ recovery-image] Oct 03 21:06:59.825 INFO O| Oct 03 21:06:59.825 INFO STEP 65 (ensure_file) COMPLETE
87482025-10-03T21:07:00.197Z[ recovery-image] Oct 03 21:06:59.825 INFO O| Oct 03 21:06:59.825 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87492025-10-03T21:07:00.222Z[ recovery-image] Oct 03 21:06:59.838 INFO O| Oct 03 21:06:59.838 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
87502025-10-03T21:07:00.222Z[ recovery-image] Oct 03 21:06:59.838 INFO O| Oct 03 21:06:59.838 INFO STEP 66 (ensure_dir) COMPLETE
87512025-10-03T21:07:00.222Z[ recovery-image] Oct 03 21:06:59.838 INFO O| Oct 03 21:06:59.838 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87522025-10-03T21:07:00.222Z[ recovery-image] Oct 03 21:06:59.849 INFO O| Oct 03 21:06:59.849 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
87532025-10-03T21:07:00.222Z[ recovery-image] Oct 03 21:06:59.849 INFO O| Oct 03 21:06:59.849 INFO STEP 67 (ensure_dir) COMPLETE
87542025-10-03T21:07:00.222Z[ recovery-image] Oct 03 21:06:59.849 INFO O| Oct 03 21:06:59.849 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87552025-10-03T21:07:00.222Z[ recovery-image] Oct 03 21:06:59.859 INFO O| Oct 03 21:06:59.859 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
87562025-10-03T21:07:00.222Z[ recovery-image] Oct 03 21:06:59.859 INFO O| Oct 03 21:06:59.859 INFO STEP 68 (ensure_dir) COMPLETE
87572025-10-03T21:07:00.222Z[ recovery-image] Oct 03 21:06:59.859 INFO O| Oct 03 21:06:59.859 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87582025-10-03T21:07:00.247Z[ recovery-image] Oct 03 21:06:59.871 INFO O| Oct 03 21:06:59.871 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87592025-10-03T21:07:00.247Z[ recovery-image] Oct 03 21:06:59.871 INFO O| Oct 03 21:06:59.871 INFO STEP 69 (ensure_dir) COMPLETE
87602025-10-03T21:07:00.247Z[ recovery-image] Oct 03 21:06:59.871 INFO O| Oct 03 21:06:59.871 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87612025-10-03T21:07:00.247Z[ recovery-image] Oct 03 21:06:59.883 INFO O| Oct 03 21:06:59.883 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87622025-10-03T21:07:00.247Z[ recovery-image] Oct 03 21:06:59.883 INFO O| Oct 03 21:06:59.883 INFO copying /tmp/.tmpFkzMNT/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87632025-10-03T21:07:00.247Z[ recovery-image] Oct 03 21:06:59.884 INFO O| Oct 03 21:06:59.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87642025-10-03T21:07:00.247Z[ recovery-image] Oct 03 21:06:59.884 INFO O| Oct 03 21:06:59.883 INFO ok!
87652025-10-03T21:07:00.247Z[ recovery-image] Oct 03 21:06:59.884 INFO O| Oct 03 21:06:59.883 INFO STEP 70 (ensure_file) COMPLETE
87662025-10-03T21:07:00.247Z[ recovery-image] Oct 03 21:06:59.884 INFO O| Oct 03 21:06:59.883 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87672025-10-03T21:07:00.272Z[ recovery-image] Oct 03 21:06:59.897 INFO O| Oct 03 21:06:59.896 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87682025-10-03T21:07:00.272Z[ recovery-image] Oct 03 21:06:59.897 INFO O| Oct 03 21:06:59.897 INFO STEP 71 (remove_files) COMPLETE
87692025-10-03T21:07:00.272Z[ recovery-image] Oct 03 21:06:59.897 INFO O| Oct 03 21:06:59.897 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87702025-10-03T21:07:00.272Z[ recovery-image] Oct 03 21:06:59.909 INFO O| Oct 03 21:06:59.909 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87712025-10-03T21:07:00.272Z[ recovery-image] Oct 03 21:06:59.910 INFO O| Oct 03 21:06:59.909 INFO STEP 72 (remove_files) COMPLETE
87722025-10-03T21:07:00.272Z[ recovery-image] Oct 03 21:06:59.910 INFO O| Oct 03 21:06:59.909 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87732025-10-03T21:07:00.296Z[ recovery-image] Oct 03 21:06:59.921 INFO O| Oct 03 21:06:59.921 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87742025-10-03T21:07:00.297Z[ recovery-image] Oct 03 21:06:59.921 INFO O| Oct 03 21:06:59.921 INFO STEP 73 (remove_files) COMPLETE
87752025-10-03T21:07:00.297Z[ recovery-image] Oct 03 21:06:59.921 INFO O| Oct 03 21:06:59.921 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87762025-10-03T21:07:00.297Z[ recovery-image] Oct 03 21:06:59.934 INFO O| Oct 03 21:06:59.934 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87772025-10-03T21:07:00.297Z[ recovery-image] Oct 03 21:06:59.935 INFO O| Oct 03 21:06:59.935 INFO STEP 74 (remove_files) COMPLETE
87782025-10-03T21:07:00.297Z[ recovery-image] Oct 03 21:06:59.935 INFO O| Oct 03 21:06:59.935 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87792025-10-03T21:07:00.321Z[ recovery-image] Oct 03 21:06:59.947 INFO O| Oct 03 21:06:59.947 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87802025-10-03T21:07:00.321Z[ recovery-image] Oct 03 21:06:59.948 INFO O| Oct 03 21:06:59.947 INFO STEP 75 (remove_files) COMPLETE
87812025-10-03T21:07:00.321Z[ recovery-image] Oct 03 21:06:59.948 INFO O| Oct 03 21:06:59.947 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87822025-10-03T21:07:00.346Z[ recovery-image] Oct 03 21:06:59.965 INFO O| Oct 03 21:06:59.965 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87832025-10-03T21:07:00.346Z[ recovery-image] Oct 03 21:06:59.965 INFO O| Oct 03 21:06:59.965 INFO STEP 76 (remove_files) COMPLETE
87842025-10-03T21:07:00.346Z[ recovery-image] Oct 03 21:06:59.965 INFO O| Oct 03 21:06:59.965 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87852025-10-03T21:07:00.346Z[ recovery-image] Oct 03 21:06:59.978 INFO O| Oct 03 21:06:59.978 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87862025-10-03T21:07:00.346Z[ recovery-image] Oct 03 21:06:59.978 INFO O| Oct 03 21:06:59.978 INFO STEP 77 (remove_files) COMPLETE
87872025-10-03T21:07:00.346Z[ recovery-image] Oct 03 21:06:59.978 INFO O| Oct 03 21:06:59.978 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87882025-10-03T21:07:00.371Z[ recovery-image] Oct 03 21:06:59.990 INFO O| Oct 03 21:06:59.990 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87892025-10-03T21:07:00.371Z[ recovery-image] Oct 03 21:06:59.990 INFO O| Oct 03 21:06:59.990 INFO STEP 78 (remove_files) COMPLETE
87902025-10-03T21:07:00.371Z[ recovery-image] Oct 03 21:06:59.990 INFO O| Oct 03 21:06:59.990 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87912025-10-03T21:07:00.371Z[ recovery-image] Oct 03 21:07:00.003 INFO O| Oct 03 21:07:00.003 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87922025-10-03T21:07:00.371Z[ recovery-image] Oct 03 21:07:00.003 INFO O| Oct 03 21:07:00.003 INFO STEP 79 (remove_files) COMPLETE
87932025-10-03T21:07:00.371Z[ recovery-image] Oct 03 21:07:00.003 INFO O| Oct 03 21:07:00.003 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87942025-10-03T21:07:00.396Z[ recovery-image] Oct 03 21:07:00.021 INFO O| Oct 03 21:07:00.021 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87952025-10-03T21:07:00.396Z[ recovery-image] Oct 03 21:07:00.021 INFO O| Oct 03 21:07:00.021 INFO STEP 80 (remove_files) COMPLETE
87962025-10-03T21:07:00.396Z[ recovery-image] Oct 03 21:07:00.021 INFO O| Oct 03 21:07:00.021 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87972025-10-03T21:07:00.420Z[ recovery-image] Oct 03 21:07:00.039 INFO O| Oct 03 21:07:00.039 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87982025-10-03T21:07:00.421Z[ recovery-image] Oct 03 21:07:00.039 INFO O| Oct 03 21:07:00.039 INFO STEP 81 (remove_files) COMPLETE
87992025-10-03T21:07:00.421Z[ recovery-image] Oct 03 21:07:00.039 INFO O| Oct 03 21:07:00.039 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88002025-10-03T21:07:00.421Z[ recovery-image] Oct 03 21:07:00.054 INFO O| Oct 03 21:07:00.054 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
88012025-10-03T21:07:00.421Z[ recovery-image] Oct 03 21:07:00.054 INFO O| Oct 03 21:07:00.054 INFO STEP 82 (remove_files) COMPLETE
88022025-10-03T21:07:00.421Z[ recovery-image] Oct 03 21:07:00.054 INFO O| Oct 03 21:07:00.054 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88032025-10-03T21:07:00.446Z[ recovery-image] Oct 03 21:07:00.068 INFO O| Oct 03 21:07:00.067 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
88042025-10-03T21:07:00.446Z[ recovery-image] Oct 03 21:07:00.068 INFO O| Oct 03 21:07:00.068 INFO STEP 83 (remove_files) COMPLETE
88052025-10-03T21:07:00.446Z[ recovery-image] Oct 03 21:07:00.068 INFO O| Oct 03 21:07:00.068 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88062025-10-03T21:07:00.446Z[ recovery-image] Oct 03 21:07:00.085 INFO O| Oct 03 21:07:00.085 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
88072025-10-03T21:07:00.446Z[ recovery-image] Oct 03 21:07:00.085 INFO O| Oct 03 21:07:00.085 INFO STEP 84 (remove_files) COMPLETE
88082025-10-03T21:07:00.446Z[ recovery-image] Oct 03 21:07:00.085 INFO O| Oct 03 21:07:00.085 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88092025-10-03T21:07:00.471Z[ recovery-image] Oct 03 21:07:00.101 INFO O| Oct 03 21:07:00.101 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
88102025-10-03T21:07:00.471Z[ recovery-image] Oct 03 21:07:00.101 INFO O| Oct 03 21:07:00.101 INFO STEP 85 (remove_files) COMPLETE
88112025-10-03T21:07:00.471Z[ recovery-image] Oct 03 21:07:00.101 INFO O| Oct 03 21:07:00.101 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88122025-10-03T21:07:00.495Z[ recovery-image] Oct 03 21:07:00.115 INFO O| Oct 03 21:07:00.115 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
88132025-10-03T21:07:00.495Z[ recovery-image] Oct 03 21:07:00.116 INFO O| Oct 03 21:07:00.115 INFO STEP 86 (remove_files) COMPLETE
88142025-10-03T21:07:00.495Z[ recovery-image] Oct 03 21:07:00.116 INFO O| Oct 03 21:07:00.116 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88152025-10-03T21:07:00.496Z[ recovery-image] Oct 03 21:07:00.131 INFO O| Oct 03 21:07:00.131 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
88162025-10-03T21:07:00.496Z[ recovery-image] Oct 03 21:07:00.131 INFO O| Oct 03 21:07:00.131 INFO STEP 87 (remove_files) COMPLETE
88172025-10-03T21:07:00.496Z[ recovery-image] Oct 03 21:07:00.131 INFO O| Oct 03 21:07:00.131 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88182025-10-03T21:07:00.521Z[ recovery-image] Oct 03 21:07:00.146 INFO O| Oct 03 21:07:00.146 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
88192025-10-03T21:07:00.521Z[ recovery-image] Oct 03 21:07:00.146 INFO O| Oct 03 21:07:00.146 INFO STEP 88 (remove_files) COMPLETE
88202025-10-03T21:07:00.521Z[ recovery-image] Oct 03 21:07:00.146 INFO O| Oct 03 21:07:00.146 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88212025-10-03T21:07:00.545Z[ recovery-image] Oct 03 21:07:00.163 INFO O| Oct 03 21:07:00.163 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
88222025-10-03T21:07:00.546Z[ recovery-image] Oct 03 21:07:00.163 INFO O| Oct 03 21:07:00.163 INFO STEP 89 (remove_files) COMPLETE
88232025-10-03T21:07:00.546Z[ recovery-image] Oct 03 21:07:00.163 INFO O| Oct 03 21:07:00.163 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88242025-10-03T21:07:00.546Z[ recovery-image] Oct 03 21:07:00.180 INFO O| Oct 03 21:07:00.180 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
88252025-10-03T21:07:00.546Z[ recovery-image] Oct 03 21:07:00.180 INFO O| Oct 03 21:07:00.180 INFO STEP 90 (remove_files) COMPLETE
88262025-10-03T21:07:00.546Z[ recovery-image] Oct 03 21:07:00.180 INFO O| Oct 03 21:07:00.180 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88272025-10-03T21:07:00.570Z[ recovery-image] Oct 03 21:07:00.197 INFO O| Oct 03 21:07:00.197 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
88282025-10-03T21:07:00.571Z[ recovery-image] Oct 03 21:07:00.198 INFO O| Oct 03 21:07:00.198 INFO STEP 91 (remove_files) COMPLETE
88292025-10-03T21:07:00.571Z[ recovery-image] Oct 03 21:07:00.198 INFO O| Oct 03 21:07:00.198 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88302025-10-03T21:07:00.595Z[ recovery-image] Oct 03 21:07:00.213 INFO O| Oct 03 21:07:00.212 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
88312025-10-03T21:07:00.595Z[ recovery-image] Oct 03 21:07:00.213 INFO O| Oct 03 21:07:00.213 INFO STEP 92 (remove_files) COMPLETE
88322025-10-03T21:07:00.596Z[ recovery-image] Oct 03 21:07:00.213 INFO O| Oct 03 21:07:00.213 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88332025-10-03T21:07:00.596Z[ recovery-image] Oct 03 21:07:00.228 INFO O| Oct 03 21:07:00.228 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
88342025-10-03T21:07:00.596Z[ recovery-image] Oct 03 21:07:00.228 INFO O| Oct 03 21:07:00.228 INFO STEP 93 (remove_files) COMPLETE
88352025-10-03T21:07:00.596Z[ recovery-image] Oct 03 21:07:00.228 INFO O| Oct 03 21:07:00.228 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88362025-10-03T21:07:00.620Z[ recovery-image] Oct 03 21:07:00.246 INFO O| Oct 03 21:07:00.246 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
88372025-10-03T21:07:00.620Z[ recovery-image] Oct 03 21:07:00.246 INFO O| Oct 03 21:07:00.246 INFO STEP 94 (remove_files) COMPLETE
88382025-10-03T21:07:00.620Z[ recovery-image] Oct 03 21:07:00.246 INFO O| Oct 03 21:07:00.246 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88392025-10-03T21:07:00.645Z[ recovery-image] Oct 03 21:07:00.261 INFO O| Oct 03 21:07:00.261 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
88402025-10-03T21:07:00.645Z[ recovery-image] Oct 03 21:07:00.261 INFO O| Oct 03 21:07:00.261 INFO STEP 95 (remove_files) COMPLETE
88412025-10-03T21:07:00.645Z[ recovery-image] Oct 03 21:07:00.261 INFO O| Oct 03 21:07:00.261 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88422025-10-03T21:07:00.645Z[ recovery-image] Oct 03 21:07:00.276 INFO O| Oct 03 21:07:00.276 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
88432025-10-03T21:07:00.645Z[ recovery-image] Oct 03 21:07:00.276 INFO O| Oct 03 21:07:00.276 INFO STEP 96 (remove_files) COMPLETE
88442025-10-03T21:07:00.645Z[ recovery-image] Oct 03 21:07:00.276 INFO O| Oct 03 21:07:00.276 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88452025-10-03T21:07:00.669Z[ recovery-image] Oct 03 21:07:00.294 INFO O| Oct 03 21:07:00.294 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
88462025-10-03T21:07:00.670Z[ recovery-image] Oct 03 21:07:00.294 INFO O| Oct 03 21:07:00.294 INFO STEP 97 (remove_files) COMPLETE
88472025-10-03T21:07:00.670Z[ recovery-image] Oct 03 21:07:00.294 INFO O| Oct 03 21:07:00.294 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88482025-10-03T21:07:00.694Z[ recovery-image] Oct 03 21:07:00.312 INFO O| Oct 03 21:07:00.312 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
88492025-10-03T21:07:00.694Z[ recovery-image] Oct 03 21:07:00.312 INFO O| Oct 03 21:07:00.312 INFO STEP 98 (remove_files) COMPLETE
88502025-10-03T21:07:00.694Z[ recovery-image] Oct 03 21:07:00.312 INFO O| Oct 03 21:07:00.312 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88512025-10-03T21:07:00.694Z[ recovery-image] Oct 03 21:07:00.326 INFO O| Oct 03 21:07:00.326 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
88522025-10-03T21:07:00.694Z[ recovery-image] Oct 03 21:07:00.326 INFO O| Oct 03 21:07:00.326 INFO STEP 99 (remove_files) COMPLETE
88532025-10-03T21:07:00.694Z[ recovery-image] Oct 03 21:07:00.326 INFO O| Oct 03 21:07:00.326 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88542025-10-03T21:07:00.719Z[ recovery-image] Oct 03 21:07:00.346 INFO O| Oct 03 21:07:00.346 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
88552025-10-03T21:07:00.719Z[ recovery-image] Oct 03 21:07:00.347 INFO O| Oct 03 21:07:00.346 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
88562025-10-03T21:07:08.797Z[ recovery-image] Oct 03 21:07:08.437 INFO O| Oct 03 21:07:08.437 INFO O| Loading smf(7) service descriptions: 1/682/683/684/685/686/687/688/689/6810/6811/6812/6813/6814/6815/6816/6817/6818/6819/6820/6821/6822/6823/6824/6825/6826/6827/6828/6829/6830/6831/6832/6833/6834/6835/6836/6837/6838/6839/6840/6841/6842/6843/6844/6845/6846/6847/6848/6849/6850/6851/6852/6853/6854/6855/6856/6857/6858/6859/6860/6861/6862/6863/6864/6865/6866/6867/6868/68
88572025-10-03T21:07:08.797Z[ recovery-image] Oct 03 21:07:08.437 INFO O| Oct 03 21:07:08.437 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88582025-10-03T21:07:08.838Z[ recovery-image] Oct 03 21:07:08.479 INFO O| Oct 03 21:07:08.479 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
88592025-10-03T21:07:09.026Z[ recovery-image] Oct 03 21:07:08.667 INFO O| Oct 03 21:07:08.666 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
88602025-10-03T21:07:09.141Z[ recovery-image] Oct 03 21:07:08.781 INFO O| Oct 03 21:07:08.781 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
88612025-10-03T21:07:09.253Z[ recovery-image] Oct 03 21:07:08.893 INFO O| Oct 03 21:07:08.893 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88622025-10-03T21:07:09.278Z[ recovery-image] Oct 03 21:07:08.894 INFO O| Oct 03 21:07:08.893 INFO copying /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db ...
88632025-10-03T21:07:09.278Z[ recovery-image] Oct 03 21:07:08.896 INFO O| Oct 03 21:07:08.896 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88642025-10-03T21:07:09.278Z[ recovery-image] Oct 03 21:07:08.896 INFO O| Oct 03 21:07:08.896 INFO ok!
88652025-10-03T21:07:09.278Z[ recovery-image] Oct 03 21:07:08.896 INFO O| Oct 03 21:07:08.896 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88662025-10-03T21:07:09.278Z[ recovery-image] Oct 03 21:07:08.896 INFO O| Oct 03 21:07:08.896 INFO STEP 100 (seed_smf) COMPLETE
88672025-10-03T21:07:09.278Z[ recovery-image] Oct 03 21:07:08.896 INFO O| Oct 03 21:07:08.896 INFO steps complete; finalising image!
88682025-10-03T21:07:09.278Z[ recovery-image] Oct 03 21:07:08.896 INFO O| Oct 03 21:07:08.896 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88692025-10-03T21:07:09.356Z[ recovery-image] Oct 03 21:07:08.997 INFO O| Oct 03 21:07:08.997 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Fri Oct 3 21:07:08 2025)
88702025-10-03T21:07:09.567Z[ recovery-image] Oct 03 21:07:09.207 INFO O| Oct 03 21:07:09.207 INFO trim TEMPORARY-sled-zfs-recovery: (51% trimmed, started at Fri Oct 3 21:07:08 2025)
88712025-10-03T21:07:09.779Z[ recovery-image] Oct 03 21:07:09.419 INFO O| Oct 03 21:07:09.419 INFO trim TEMPORARY-sled-zfs-recovery: (61% trimmed, started at Fri Oct 3 21:07:08 2025)
88722025-10-03T21:07:10.021Z[ recovery-image] Oct 03 21:07:09.662 INFO O| Oct 03 21:07:09.662 INFO temporary pool has 444M used, 1.32G avail, 1.00x compressratio
88732025-10-03T21:07:10.021Z[ recovery-image] Oct 03 21:07:09.662 INFO O| Oct 03 21:07:09.662 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88742025-10-03T21:07:10.795Z[ recovery-image] Oct 03 21:07:10.436 INFO O| Oct 03 21:07:10.435 INFO copying image /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88752025-10-03T21:07:10.795Z[ recovery-image] Oct 03 21:07:10.436 INFO O| Oct 03 21:07:10.436 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88762025-10-03T21:07:15.611Z[ recovery-image] Oct 03 21:07:15.252 INFO O| Oct 03 21:07:15.252 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88772025-10-03T21:07:15.611Z[ recovery-image] Oct 03 21:07:15.252 INFO O| Oct 03 21:07:15.252 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88782025-10-03T21:07:15.611Z[ recovery-image] Oct 03 21:07:15.252 INFO O| Oct 03 21:07:15.252 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88792025-10-03T21:07:15.636Z[ recovery-image] Oct 03 21:07:15.252 INFO O| Oct 03 21:07:15.252 INFO completed processing sled/zfs-recovery
88802025-10-03T21:07:15.636Z[ recovery-image] Oct 03 21:07:15.252 INFO O| Oct 03 21:07:15.252 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88812025-10-03T21:07:15.789Z[ recovery-image] Oct 03 21:07:15.430 INFO O| Oct 03 21:07:15.430 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88822025-10-03T21:07:15.867Z[ recovery-image] Oct 03 21:07:15.508 INFO BUILD STRING "heads/stlouis-0-gc7547fbdf0\n"
88832025-10-03T21:07:15.892Z[ recovery-image] Oct 03 21:07:15.508 INFO expanded image name: "recovery c0a340c/${os_short_commit} 2025-10-03 20:16" -> "recovery c0a340c/c7547fb 2025-10-03 20:16"
88842025-10-03T21:07:15.892Z[ recovery-image] Oct 03 21:07:15.509 INFO output artefacts stored in: "/work/os-recovery"
88852025-10-03T21:07:15.892Z[ recovery-image] Oct 03 21:07:15.509 INFO collecting git info from project "pinprick"...
88862025-10-03T21:07:15.916Z[ recovery-image] Oct 03 21:07:15.552 INFO collecting git info from project "chelsio-t6-roms"...
88872025-10-03T21:07:15.947Z[ recovery-image] Oct 03 21:07:15.588 INFO collecting git info from project "pilot"...
88882025-10-03T21:07:15.985Z[ recovery-image] Oct 03 21:07:15.627 INFO collecting git info from project "amd-firmware"...
88892025-10-03T21:07:17.261Z[ recovery-image] Oct 03 21:07:16.902 INFO collecting git info from project "image-builder"...
88902025-10-03T21:07:17.285Z[ recovery-image] Oct 03 21:07:16.919 INFO collecting git info from project "amd-host-image-builder"...
88912025-10-03T21:07:17.351Z[ recovery-image] Oct 03 21:07:16.993 INFO collecting git info from project "bootserver"...
88922025-10-03T21:07:17.376Z[ recovery-image] Oct 03 21:07:17.008 INFO collecting git info from project "phbl"...
88932025-10-03T21:07:17.401Z[ recovery-image] Oct 03 21:07:17.023 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88942025-10-03T21:07:18.240Z[ recovery-image] Oct 03 21:07:17.881 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88952025-10-03T21:07:18.897Z[ recovery-image] Oct 03 21:07:18.538 INFO creating Oxide boot image...
88962025-10-03T21:07:18.922Z[ recovery-image] Oct 03 21:07:18.539 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery c0a340c/c7547fb 2025-10-03 20:16", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88972025-10-03T21:07:55.690Z[ host-image] Oct 03 21:07:55.332 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23577:20251003T172448Z
88982025-10-03T21:07:55.690Z[ host-image] Oct 03 21:07:55.332 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23577:20251003T172448Z
88992025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.332 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
89002025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.332 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
89012025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.332 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
89022025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.332 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
89032025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.333 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
89042025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.333 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
89052025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.334 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@17.0.0.0:20251003T201742Z
89062025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.334 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
89072025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.334 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
89082025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.334 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23577:20251003T172449Z
89092025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.335 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23577:20251003T172450Z
89102025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.336 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23577:20251003T172450Z
89112025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.336 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23577:20251003T172450Z
89122025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.336 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
89132025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.336 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23577:20251003T172450Z
89142025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.337 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23577:20251003T172450Z
89152025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.337 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23577:20251003T172450Z
89162025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.337 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23577:20251003T172450Z
89172025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.337 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23577:20251003T172451Z
89182025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.337 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23577:20251003T172451Z
89192025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.337 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23577:20251003T172451Z
89202025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.337 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23577:20251003T172452Z
89212025-10-03T21:07:55.737Z[ host-image] Oct 03 21:07:55.337 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23577:20251003T172452Z
89222025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.338 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23577:20251003T172453Z
89232025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.338 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23577:20251003T172454Z
89242025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.338 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23577:20251003T172454Z
89252025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.338 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23577:20251003T172455Z
89262025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.338 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23577:20251003T172456Z
89272025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.338 INFO O| install = pkg://helios-dev/driver/network/opte@0.37.424:20250919T113328Z
89282025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.338 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23577:20251003T172457Z
89292025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.338 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23577:20251003T172459Z
89302025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.338 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23577:20251003T172500Z
89312025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.338 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23577:20251003T172501Z
89322025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.339 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23577:20251003T172502Z
89332025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.339 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23577:20251003T172502Z
89342025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.344 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
89352025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.344 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23577:20251003T172502Z
89362025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.344 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
89372025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.344 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
89382025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.345 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
89392025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.345 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23577:20251003T172502Z
89402025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.345 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
89412025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.345 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
89422025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.346 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
89432025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.346 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
89442025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.352 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
89452025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.352 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
89462025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.352 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
89472025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.353 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
89482025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.353 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
89492025-10-03T21:07:55.738Z[ host-image] Oct 03 21:07:55.353 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
89502025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.371 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.18-2.0:20251001T133229Z
89512025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.372 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
89522025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.372 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
89532025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.372 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23577:20251003T172504Z
89542025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.372 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23577:20251003T172509Z
89552025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.372 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
89562025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.372 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23577:20251003T172510Z
89572025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.372 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89582025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.372 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89592025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.372 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
89602025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.372 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89612025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.372 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23577:20251003T172510Z
89622025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.373 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89632025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.375 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89642025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.375 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89652025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.375 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89662025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.375 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23577:20251003T172510Z
89672025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.375 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89682025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.381 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89692025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.381 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23577:20251003T172511Z
89702025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.382 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23577:20251003T172511Z
89712025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.382 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23577:20251003T172511Z
89722025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.382 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89732025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.383 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23577:20251003T172513Z
89742025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.383 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23577:20251003T172513Z
89752025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.383 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23577:20251003T172513Z
89762025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.383 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23577:20251003T172513Z
89772025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.385 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89782025-10-03T21:07:55.764Z[ host-image] Oct 03 21:07:55.385 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23577:20251003T172513Z
89792025-10-03T21:07:55.765Z[ host-image] Oct 03 21:07:55.385 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23577:20251003T172514Z
89802025-10-03T21:07:55.765Z[ host-image] Oct 03 21:07:55.385 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89812025-10-03T21:07:55.765Z[ host-image] Oct 03 21:07:55.385 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23577:20251003T172515Z
89822025-10-03T21:07:55.765Z[ host-image] Oct 03 21:07:55.385 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23577:20251003T172515Z
89832025-10-03T21:07:55.765Z[ host-image] Oct 03 21:07:55.385 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23577:20251003T172515Z
89842025-10-03T21:07:55.765Z[ host-image] Oct 03 21:07:55.386 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23577:20251003T172515Z
89852025-10-03T21:07:55.765Z[ host-image] Oct 03 21:07:55.390 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23577:20251003T172515Z
89862025-10-03T21:07:55.765Z[ host-image] Oct 03 21:07:55.390 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89872025-10-03T21:07:55.765Z[ host-image] Oct 03 21:07:55.391 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23577:20251003T172515Z
89882025-10-03T21:07:55.765Z[ host-image] Oct 03 21:07:55.391 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23577:20251003T172515Z
89892025-10-03T21:07:55.765Z[ host-image] Oct 03 21:07:55.391 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23577:20251003T172515Z
89902025-10-03T21:07:55.765Z[ host-image] Oct 03 21:07:55.392 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23577:20251003T172516Z
89912025-10-03T21:07:55.765Z[ host-image] Oct 03 21:07:55.392 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23577:20251003T172516Z
89922025-10-03T21:07:55.765Z[ host-image] Oct 03 21:07:55.392 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23577:20251003T172516Z
89932025-10-03T21:07:55.790Z[ host-image] Oct 03 21:07:55.413 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23577:20251003T172518Z
89942025-10-03T21:07:55.790Z[ host-image] Oct 03 21:07:55.413 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23577:20251003T172517Z
89952025-10-03T21:07:55.790Z[ host-image] Oct 03 21:07:55.414 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23577:20251003T172517Z
89962025-10-03T21:07:55.790Z[ host-image] Oct 03 21:07:55.415 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23577:20251003T172517Z
89972025-10-03T21:07:55.790Z[ host-image] Oct 03 21:07:55.415 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23577:20251003T172518Z
89982025-10-03T21:07:55.790Z[ host-image] Oct 03 21:07:55.427 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23577:20251003T172520Z
89992025-10-03T21:07:55.790Z[ host-image] Oct 03 21:07:55.427 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23577:20251003T172518Z
90002025-10-03T21:07:55.791Z[ host-image] Oct 03 21:07:55.427 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23577:20251003T172518Z
90012025-10-03T21:07:55.791Z[ host-image] Oct 03 21:07:55.427 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
90022025-10-03T21:07:55.791Z[ host-image] Oct 03 21:07:55.428 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
90032025-10-03T21:07:55.815Z[ host-image] Oct 03 21:07:55.446 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23577:20251003T172518Z
90042025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.446 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
90052025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.446 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23577:20251003T172518Z
90062025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.446 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23577:20251003T172518Z
90072025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.447 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23577:20251003T172519Z
90082025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.447 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
90092025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.448 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
90102025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.448 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23577:20251003T172519Z
90112025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.448 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23577:20251003T172519Z
90122025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.448 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23577:20251003T172519Z
90132025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.448 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23577:20251003T172520Z
90142025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.448 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23577:20251003T172520Z
90152025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.448 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23577:20251003T172520Z
90162025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.450 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
90172025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.450 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23577:20251003T172521Z
90182025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.451 INFO O| install = pkg://helios-dev/system/microcode/intel@20250512-2.0.23577:20251003T172521Z
90192025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.451 INFO O| install = pkg://helios-dev/system/microcode/oxide@20250616-2.0.23577:20251003T172521Z
90202025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.452 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23577:20251003T172522Z
90212025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.452 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23577:20251003T172521Z
90222025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.452 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23577:20251003T172522Z
90232025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.452 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
90242025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.452 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
90252025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.452 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23577:20251003T172524Z
90262025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.452 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23577:20251003T172524Z
90272025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.453 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
90282025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.453 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
90292025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.453 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
90302025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.453 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
90312025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.453 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
90322025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.453 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
90332025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.455 INFO O| install = pkg://helios-dev/web/curl@8.16.0-2.0:20250922T144538Z
90342025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.456 INFO O| tempdir @ "/tmp/.tmpEWATFI/tmp"
90352025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.456 INFO O| image root @ "/tmp/.tmpEWATFI/tmp/root"
90362025-10-03T21:07:55.816Z[ host-image] Oct 03 21:07:55.456 INFO O| creating image...
90372025-10-03T21:07:56.672Z[ host-image] Oct 03 21:07:56.315 INFO O| copying publishers...
90382025-10-03T21:08:35.225Z[ recovery-image] Oct 03 21:08:34.810 INFO O| ok, image written!
90392025-10-03T21:08:35.318Z[ recovery-image] Oct 03 21:08:34.810 INFO O| ok, boot_image_csum file written!
90402025-10-03T21:08:35.318Z[ recovery-image] Oct 03 21:08:34.816 INFO creating boot archive (CPIO)...
90412025-10-03T21:08:35.318Z[ recovery-image] Oct 03 21:08:34.817 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/sled/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None
90422025-10-03T21:08:35.318Z[ recovery-image] Oct 03 21:08:34.840 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
90432025-10-03T21:08:35.318Z[ recovery-image] Oct 03 21:08:34.841 INFO E| + outfile=/work/os-recovery/cpio
90442025-10-03T21:08:35.318Z[ recovery-image] Oct 03 21:08:34.841 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
90452025-10-03T21:08:35.318Z[ recovery-image] Oct 03 21:08:34.844 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
90462025-10-03T21:08:35.319Z[ recovery-image] Oct 03 21:08:34.844 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
90472025-10-03T21:08:35.319Z[ recovery-image] Oct 03 21:08:34.891 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
90482025-10-03T21:08:35.319Z[ recovery-image] Oct 03 21:08:34.891 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
90492025-10-03T21:08:35.319Z[ recovery-image] Oct 03 21:08:34.904 INFO creating compressed cpio/unix for dev loaders...
90502025-10-03T21:08:35.319Z[ recovery-image] Oct 03 21:08:34.904 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-recovery/unix.z\'"], pwd: None
90512025-10-03T21:08:35.676Z[ recovery-image] Oct 03 21:08:35.320 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
90522025-10-03T21:08:42.524Z[ recovery-image] Oct 03 21:08:42.168 INFO creating reset image...
90532025-10-03T21:08:42.524Z[ recovery-image] Oct 03 21:08:42.168 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90542025-10-03T21:08:44.319Z[ host-image] Oct 03 21:08:43.963 INFO O| adding properties...
90552025-10-03T21:08:46.227Z[ host-image] Oct 03 21:08:45.871 INFO O| installing packages...
90562025-10-03T21:09:26.905Z[ host-image] Oct 03 21:09:26.551 INFO O| seeding SMF database...
90572025-10-03T21:09:36.275Z[ host-image] Oct 03 21:09:35.921 INFO O| configuring SMF profile...
90582025-10-03T21:09:36.275Z[ host-image] Oct 03 21:09:35.921 INFO O| modifying shadow(5)...
90592025-10-03T21:09:36.300Z[ host-image] Oct 03 21:09:35.921 INFO O| loading user and group database...
90602025-10-03T21:09:36.300Z[ host-image] Oct 03 21:09:35.921 INFO O| loading facet selections...
90612025-10-03T21:09:36.951Z[ host-image] Oct 03 21:09:36.597 INFO O| devel -> true
90622025-10-03T21:09:36.951Z[ host-image] Oct 03 21:09:36.597 INFO O| doc.man -> true
90632025-10-03T21:09:36.951Z[ host-image] Oct 03 21:09:36.597 INFO O| version-lock.shell/ksh93 -> true
90642025-10-03T21:09:36.976Z[ host-image] Oct 03 21:09:36.597 INFO O| version-lock.system/data/hardware-registry -> true
90652025-10-03T21:09:36.976Z[ host-image] Oct 03 21:09:36.597 INFO O| version-lock.system/data/zoneinfo -> true
90662025-10-03T21:09:36.976Z[ host-image] Oct 03 21:09:36.597 INFO O| version-lock.system/microcode/amd -> true
90672025-10-03T21:09:36.976Z[ host-image] Oct 03 21:09:36.597 INFO O| version-lock.system/microcode/intel -> true
90682025-10-03T21:09:36.976Z[ host-image] Oct 03 21:09:36.597 INFO O| version-lock.system/microcode/oxide -> true
90692025-10-03T21:09:36.976Z[ host-image] Oct 03 21:09:36.597 INFO O| assessing packaged files...
90702025-10-03T21:09:41.314Z[ host-image] Oct 03 21:09:40.961 INFO O| creating archive...
90712025-10-03T21:09:41.351Z[ host-image] Oct 03 21:09:40.997 INFO O| missing from packaging:
90722025-10-03T21:09:41.351Z[ host-image] Oct 03 21:09:40.997 INFO O| "etc/.pwd.lock"
90732025-10-03T21:09:41.377Z[ host-image] Oct 03 21:09:40.997 INFO O| "etc/bash"
90742025-10-03T21:09:41.377Z[ host-image] Oct 03 21:09:41.004 INFO O| "etc/svc/profile/generic.xml"
90752025-10-03T21:09:41.377Z[ host-image] Oct 03 21:09:41.004 INFO O| "etc/svc/profile/inetd_services.xml"
90762025-10-03T21:09:41.377Z[ host-image] Oct 03 21:09:41.004 INFO O| "etc/svc/profile/name_service.xml"
90772025-10-03T21:09:41.403Z[ host-image] Oct 03 21:09:41.025 INFO O| "etc/svc/profile/platform.xml"
90782025-10-03T21:09:41.403Z[ host-image] Oct 03 21:09:41.025 INFO O| "etc/svc/profile/platform_omicron1.xml"
90792025-10-03T21:09:41.403Z[ host-image] Oct 03 21:09:41.025 INFO O| "etc/svc/repository.db"
90802025-10-03T21:09:41.403Z[ host-image] Oct 03 21:09:41.036 INFO O| "opt/ooce/share"
90812025-10-03T21:09:41.403Z[ host-image] Oct 03 21:09:41.036 INFO O| "opt/ooce/share/man"
90822025-10-03T21:09:41.403Z[ host-image] Oct 03 21:09:41.036 INFO O| "opt/ooce/share/man/man1"
90832025-10-03T21:09:41.428Z[ host-image] Oct 03 21:09:41.050 INFO O| finishing archive...
90842025-10-03T21:09:45.805Z[ host-image] Oct 03 21:09:45.451 INFO O| creating gzonly manifest...
90852025-10-03T21:09:45.830Z[ host-image] Oct 03 21:09:45.461 INFO O| ok
90862025-10-03T21:09:46.134Z[ host-image] Oct 03 21:09:45.781 INFO image builder template: ramdisk-02-trim...
90872025-10-03T21:09:46.134Z[ host-image] Oct 03 21:09:45.781 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpFkzMNT/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.37.424", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@17.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
90882025-10-03T21:09:46.165Z[ host-image] Oct 03 21:09:45.812 INFO O| Oct 03 21:09:45.812 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90892025-10-03T21:09:46.190Z[ host-image] Oct 03 21:09:45.816 INFO O| Oct 03 21:09:45.816 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90902025-10-03T21:09:46.215Z[ host-image] Oct 03 21:09:45.856 INFO O| Oct 03 21:09:45.856 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
90912025-10-03T21:09:46.240Z[ host-image] Oct 03 21:09:45.885 INFO O| Oct 03 21:09:45.885 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
90922025-10-03T21:09:46.240Z[ host-image] Oct 03 21:09:45.885 INFO O| Oct 03 21:09:45.885 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
90932025-10-03T21:09:46.264Z[ host-image] Oct 03 21:09:45.892 INFO O| Oct 03 21:09:45.892 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
90942025-10-03T21:09:46.264Z[ host-image] Oct 03 21:09:45.898 INFO O| Oct 03 21:09:45.898 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
90952025-10-03T21:09:46.264Z[ host-image] Oct 03 21:09:45.905 INFO O| Oct 03 21:09:45.905 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
90962025-10-03T21:09:46.602Z[ host-image] Oct 03 21:09:46.247 INFO O| Oct 03 21:09:46.247 INFO rolled back to input snapshot; work may begin
90972025-10-03T21:09:46.602Z[ host-image] Oct 03 21:09:46.247 INFO O| Oct 03 21:09:46.247 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
90982025-10-03T21:09:46.627Z[ host-image] Oct 03 21:09:46.255 INFO O| Oct 03 21:09:46.255 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90992025-10-03T21:09:46.627Z[ host-image] Oct 03 21:09:46.269 INFO O| Oct 03 21:09:46.269 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
91002025-10-03T21:09:46.882Z[ recovery-image] Oct 03 21:09:46.528 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-09-03-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
91012025-10-03T21:09:46.882Z[ recovery-image] Oct 03 21:09:46.529 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z", "--target-dir", "/work/os-recovery/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
91022025-10-03T21:09:47.071Z[ host-image] Oct 03 21:09:46.717 INFO O| Oct 03 21:09:46.717 INFO STEP 0 (remove_files) COMPLETE
91032025-10-03T21:09:47.071Z[ host-image] Oct 03 21:09:46.717 INFO O| Oct 03 21:09:46.717 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91042025-10-03T21:09:47.096Z[ host-image] Oct 03 21:09:46.734 INFO O| Oct 03 21:09:46.733 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
91052025-10-03T21:09:47.096Z[ host-image] Oct 03 21:09:46.736 INFO O| Oct 03 21:09:46.736 INFO STEP 1 (remove_files) COMPLETE
91062025-10-03T21:09:47.096Z[ host-image] Oct 03 21:09:46.736 INFO O| Oct 03 21:09:46.736 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91072025-10-03T21:09:47.121Z[ host-image] Oct 03 21:09:46.752 INFO O| Oct 03 21:09:46.752 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
91082025-10-03T21:09:47.146Z[ host-image] Oct 03 21:09:46.774 INFO O| Oct 03 21:09:46.774 INFO STEP 2 (remove_files) COMPLETE
91092025-10-03T21:09:47.146Z[ host-image] Oct 03 21:09:46.774 INFO O| Oct 03 21:09:46.774 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91102025-10-03T21:09:47.146Z[ host-image] Oct 03 21:09:46.791 INFO O| Oct 03 21:09:46.791 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
91112025-10-03T21:09:47.171Z[ host-image] Oct 03 21:09:46.796 INFO O| Oct 03 21:09:46.795 INFO STEP 3 (remove_files) COMPLETE
91122025-10-03T21:09:47.171Z[ host-image] Oct 03 21:09:46.796 INFO O| Oct 03 21:09:46.795 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91132025-10-03T21:09:47.171Z[ host-image] Oct 03 21:09:46.812 INFO O| Oct 03 21:09:46.812 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
91142025-10-03T21:09:47.195Z[ host-image] Oct 03 21:09:46.818 INFO O| Oct 03 21:09:46.818 INFO STEP 4 (remove_files) COMPLETE
91152025-10-03T21:09:47.195Z[ host-image] Oct 03 21:09:46.818 INFO O| Oct 03 21:09:46.818 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91162025-10-03T21:09:47.195Z[ host-image] Oct 03 21:09:46.833 INFO O| Oct 03 21:09:46.833 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
91172025-10-03T21:09:47.195Z[ host-image] Oct 03 21:09:46.838 INFO O| Oct 03 21:09:46.838 INFO STEP 5 (remove_files) COMPLETE
91182025-10-03T21:09:47.195Z[ host-image] Oct 03 21:09:46.838 INFO O| Oct 03 21:09:46.838 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91192025-10-03T21:09:47.220Z[ host-image] Oct 03 21:09:46.853 INFO O| Oct 03 21:09:46.853 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
91202025-10-03T21:09:47.220Z[ host-image] Oct 03 21:09:46.866 INFO O| Oct 03 21:09:46.866 INFO STEP 6 (remove_files) COMPLETE
91212025-10-03T21:09:47.220Z[ host-image] Oct 03 21:09:46.866 INFO O| Oct 03 21:09:46.866 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91222025-10-03T21:09:47.245Z[ host-image] Oct 03 21:09:46.881 INFO O| Oct 03 21:09:46.881 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
91232025-10-03T21:09:47.273Z[ host-image] Oct 03 21:09:46.920 INFO O| Oct 03 21:09:46.920 INFO STEP 7 (remove_files) COMPLETE
91242025-10-03T21:09:47.273Z[ host-image] Oct 03 21:09:46.920 INFO O| Oct 03 21:09:46.920 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91252025-10-03T21:09:47.314Z[ host-image] Oct 03 21:09:46.960 INFO O| Oct 03 21:09:46.960 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
91262025-10-03T21:09:47.412Z[ host-image] Oct 03 21:09:47.059 INFO O| Oct 03 21:09:47.058 INFO STEP 8 (remove_files) COMPLETE
91272025-10-03T21:09:47.412Z[ host-image] Oct 03 21:09:47.059 INFO O| Oct 03 21:09:47.059 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91282025-10-03T21:09:47.437Z[ host-image] Oct 03 21:09:47.075 INFO O| Oct 03 21:09:47.075 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
91292025-10-03T21:09:47.437Z[ recovery-image] Oct 03 21:09:47.082 INFO E| Updating crates.io index
91302025-10-03T21:09:47.560Z[ host-image] Oct 03 21:09:47.207 INFO O| Oct 03 21:09:47.207 INFO STEP 9 (remove_files) COMPLETE
91312025-10-03T21:09:47.561Z[ host-image] Oct 03 21:09:47.207 INFO O| Oct 03 21:09:47.207 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91322025-10-03T21:09:47.585Z[ host-image] Oct 03 21:09:47.221 INFO O| Oct 03 21:09:47.221 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
91332025-10-03T21:09:47.646Z[ host-image] Oct 03 21:09:47.293 INFO O| Oct 03 21:09:47.292 INFO STEP 10 (remove_files) COMPLETE
91342025-10-03T21:09:47.646Z[ host-image] Oct 03 21:09:47.293 INFO O| Oct 03 21:09:47.293 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91352025-10-03T21:09:47.681Z[ host-image] Oct 03 21:09:47.327 INFO O| Oct 03 21:09:47.327 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
91362025-10-03T21:09:47.706Z[ host-image] Oct 03 21:09:47.329 INFO O| Oct 03 21:09:47.329 INFO STEP 11 (remove_files) COMPLETE
91372025-10-03T21:09:47.706Z[ host-image] Oct 03 21:09:47.329 INFO O| Oct 03 21:09:47.329 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91382025-10-03T21:09:47.706Z[ host-image] Oct 03 21:09:47.344 INFO O| Oct 03 21:09:47.344 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
91392025-10-03T21:09:47.731Z[ host-image] Oct 03 21:09:47.371 INFO O| Oct 03 21:09:47.371 INFO STEP 12 (remove_files) COMPLETE
91402025-10-03T21:09:47.731Z[ host-image] Oct 03 21:09:47.371 INFO O| Oct 03 21:09:47.371 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91412025-10-03T21:09:47.755Z[ host-image] Oct 03 21:09:47.400 INFO O| Oct 03 21:09:47.400 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
91422025-10-03T21:09:47.755Z[ host-image] Oct 03 21:09:47.401 INFO O| Oct 03 21:09:47.401 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
91432025-10-03T21:09:47.755Z[ host-image] Oct 03 21:09:47.401 INFO O| Oct 03 21:09:47.401 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
91442025-10-03T21:09:47.755Z[ host-image] Oct 03 21:09:47.401 INFO O| Oct 03 21:09:47.401 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
91452025-10-03T21:09:47.756Z[ host-image] Oct 03 21:09:47.401 INFO O| Oct 03 21:09:47.401 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
91462025-10-03T21:09:47.756Z[ host-image] Oct 03 21:09:47.402 INFO O| Oct 03 21:09:47.402 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
91472025-10-03T21:09:47.781Z[ host-image] Oct 03 21:09:47.402 INFO O| Oct 03 21:09:47.402 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
91482025-10-03T21:09:47.781Z[ host-image] Oct 03 21:09:47.403 INFO O| Oct 03 21:09:47.402 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
91492025-10-03T21:09:47.781Z[ host-image] Oct 03 21:09:47.403 INFO O| Oct 03 21:09:47.403 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
91502025-10-03T21:09:47.781Z[ host-image] Oct 03 21:09:47.403 INFO O| Oct 03 21:09:47.403 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
91512025-10-03T21:09:47.781Z[ host-image] Oct 03 21:09:47.403 INFO O| Oct 03 21:09:47.403 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
91522025-10-03T21:09:47.781Z[ host-image] Oct 03 21:09:47.404 INFO O| Oct 03 21:09:47.404 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
91532025-10-03T21:09:47.781Z[ host-image] Oct 03 21:09:47.404 INFO O| Oct 03 21:09:47.404 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
91542025-10-03T21:09:47.781Z[ host-image] Oct 03 21:09:47.404 INFO O| Oct 03 21:09:47.404 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
91552025-10-03T21:09:47.781Z[ host-image] Oct 03 21:09:47.404 INFO O| Oct 03 21:09:47.404 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
91562025-10-03T21:09:47.781Z[ host-image] Oct 03 21:09:47.404 INFO O| Oct 03 21:09:47.404 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
91572025-10-03T21:09:47.781Z[ host-image] Oct 03 21:09:47.406 INFO O| Oct 03 21:09:47.406 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
91582025-10-03T21:09:47.860Z[ recovery-image] Oct 03 21:09:47.506 INFO E| Downloading crates ...
91592025-10-03T21:09:48.089Z[ host-image] Oct 03 21:09:47.735 INFO O| Oct 03 21:09:47.735 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
91602025-10-03T21:09:48.131Z[ host-image] Oct 03 21:09:47.776 INFO O| Oct 03 21:09:47.775 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
91612025-10-03T21:09:48.156Z[ host-image] Oct 03 21:09:47.777 INFO O| Oct 03 21:09:47.777 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
91622025-10-03T21:09:48.156Z[ host-image] Oct 03 21:09:47.780 INFO O| Oct 03 21:09:47.780 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
91632025-10-03T21:09:48.156Z[ recovery-image] Oct 03 21:09:47.785 INFO E| Downloaded anstyle-query v1.1.4
91642025-10-03T21:09:48.156Z[ recovery-image] Oct 03 21:09:47.793 INFO E| Downloaded shared_thread v0.2.0
91652025-10-03T21:09:48.156Z[ recovery-image] Oct 03 21:09:47.795 INFO E| Downloaded signal-hook-registry v1.4.6
91662025-10-03T21:09:48.156Z[ recovery-image] Oct 03 21:09:47.797 INFO E| Downloaded duct v1.1.0
91672025-10-03T21:09:48.156Z[ recovery-image] Oct 03 21:09:47.800 INFO E| Downloaded anstream v0.6.20
91682025-10-03T21:09:48.181Z[ recovery-image] Oct 03 21:09:47.803 INFO E| Downloaded sigchld v0.2.4
91692025-10-03T21:09:48.181Z[ recovery-image] Oct 03 21:09:47.805 INFO E| Downloaded shared_child v1.1.1
91702025-10-03T21:09:48.181Z[ recovery-image] Oct 03 21:09:47.807 INFO E| Downloaded clap_builder v4.5.47
91712025-10-03T21:09:48.181Z[ recovery-image] Oct 03 21:09:47.816 INFO E| Downloaded os_pipe v1.2.2
91722025-10-03T21:09:48.181Z[ recovery-image] Oct 03 21:09:47.818 INFO E| Downloaded colorchoice v1.0.4
91732025-10-03T21:09:48.181Z[ recovery-image] Oct 03 21:09:47.820 INFO E| Downloaded clap_lex v0.7.5
91742025-10-03T21:09:48.181Z[ recovery-image] Oct 03 21:09:47.822 INFO E| Downloaded anstyle-parse v0.2.7
91752025-10-03T21:09:48.181Z[ recovery-image] Oct 03 21:09:47.824 INFO E| Downloaded clap v4.5.47
91762025-10-03T21:09:48.303Z[ recovery-image] Oct 03 21:09:47.949 INFO E| Downloaded libc v0.2.175
91772025-10-03T21:09:48.387Z[ recovery-image] Oct 03 21:09:48.033 INFO E| Compiling libc v0.2.175
91782025-10-03T21:09:48.387Z[ recovery-image] Oct 03 21:09:48.033 INFO E| Compiling proc-macro2 v1.0.101
91792025-10-03T21:09:48.387Z[ recovery-image] Oct 03 21:09:48.033 INFO E| Compiling unicode-ident v1.0.18
91802025-10-03T21:09:48.411Z[ recovery-image] Oct 03 21:09:48.033 INFO E| Compiling signal-hook v0.3.18
91812025-10-03T21:09:48.412Z[ recovery-image] Oct 03 21:09:48.033 INFO E| Compiling utf8parse v0.2.2
91822025-10-03T21:09:48.412Z[ recovery-image] Oct 03 21:09:48.033 INFO E| Compiling colorchoice v1.0.4
91832025-10-03T21:09:48.412Z[ recovery-image] Oct 03 21:09:48.033 INFO E| Compiling is_terminal_polyfill v1.70.1
91842025-10-03T21:09:48.412Z[ recovery-image] Oct 03 21:09:48.033 INFO E| Compiling anstyle v1.0.11
91852025-10-03T21:09:49.143Z[ host-image] Oct 03 21:09:48.789 INFO O| Oct 03 21:09:48.789 INFO STEP 13 (remove_files) COMPLETE
91862025-10-03T21:09:49.143Z[ host-image] Oct 03 21:09:48.789 INFO O| Oct 03 21:09:48.789 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91872025-10-03T21:09:49.168Z[ host-image] Oct 03 21:09:48.806 INFO O| Oct 03 21:09:48.806 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
91882025-10-03T21:09:49.168Z[ recovery-image] Oct 03 21:09:48.809 INFO E| Compiling anstyle-query v1.1.4
91892025-10-03T21:09:49.168Z[ host-image] Oct 03 21:09:48.810 INFO O| Oct 03 21:09:48.810 INFO STEP 14 (remove_files) COMPLETE
91902025-10-03T21:09:49.168Z[ host-image] Oct 03 21:09:48.810 INFO O| Oct 03 21:09:48.810 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91912025-10-03T21:09:49.193Z[ host-image] Oct 03 21:09:48.838 INFO O| Oct 03 21:09:48.838 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
91922025-10-03T21:09:49.218Z[ host-image] Oct 03 21:09:48.848 INFO O| Oct 03 21:09:48.848 INFO STEP 15 (remove_files) COMPLETE
91932025-10-03T21:09:49.218Z[ host-image] Oct 03 21:09:48.848 INFO O| Oct 03 21:09:48.848 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91942025-10-03T21:09:49.243Z[ host-image] Oct 03 21:09:48.872 INFO O| Oct 03 21:09:48.872 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
91952025-10-03T21:09:49.243Z[ host-image] Oct 03 21:09:48.873 INFO O| Oct 03 21:09:48.873 INFO STEP 16 (remove_files) COMPLETE
91962025-10-03T21:09:49.243Z[ host-image] Oct 03 21:09:48.873 INFO O| Oct 03 21:09:48.873 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91972025-10-03T21:09:49.268Z[ host-image] Oct 03 21:09:48.891 INFO O| Oct 03 21:09:48.891 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
91982025-10-03T21:09:49.268Z[ host-image] Oct 03 21:09:48.893 INFO O| Oct 03 21:09:48.893 INFO STEP 17 (remove_files) COMPLETE
91992025-10-03T21:09:49.268Z[ host-image] Oct 03 21:09:48.893 INFO O| Oct 03 21:09:48.893 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92002025-10-03T21:09:49.268Z[ host-image] Oct 03 21:09:48.910 INFO O| Oct 03 21:09:48.910 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
92012025-10-03T21:09:49.268Z[ host-image] Oct 03 21:09:48.910 INFO O| Oct 03 21:09:48.910 INFO STEP 18 (remove_files) COMPLETE
92022025-10-03T21:09:49.268Z[ host-image] Oct 03 21:09:48.910 INFO O| Oct 03 21:09:48.910 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92032025-10-03T21:09:49.293Z[ host-image] Oct 03 21:09:48.927 INFO O| Oct 03 21:09:48.927 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
92042025-10-03T21:09:49.293Z[ host-image] Oct 03 21:09:48.928 INFO O| Oct 03 21:09:48.927 INFO STEP 19 (remove_files) COMPLETE
92052025-10-03T21:09:49.293Z[ host-image] Oct 03 21:09:48.928 INFO O| Oct 03 21:09:48.928 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92062025-10-03T21:09:49.318Z[ host-image] Oct 03 21:09:48.945 INFO O| Oct 03 21:09:48.945 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
92072025-10-03T21:09:49.318Z[ host-image] Oct 03 21:09:48.946 INFO O| Oct 03 21:09:48.945 INFO STEP 20 (remove_files) COMPLETE
92082025-10-03T21:09:49.318Z[ host-image] Oct 03 21:09:48.946 INFO O| Oct 03 21:09:48.946 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92092025-10-03T21:09:49.318Z[ host-image] Oct 03 21:09:48.962 INFO O| Oct 03 21:09:48.962 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
92102025-10-03T21:09:49.318Z[ host-image] Oct 03 21:09:48.962 INFO O| Oct 03 21:09:48.962 INFO STEP 21 (remove_files) COMPLETE
92112025-10-03T21:09:49.318Z[ host-image] Oct 03 21:09:48.962 INFO O| Oct 03 21:09:48.962 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92122025-10-03T21:09:49.343Z[ host-image] Oct 03 21:09:48.977 INFO O| Oct 03 21:09:48.977 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
92132025-10-03T21:09:49.343Z[ host-image] Oct 03 21:09:48.977 INFO O| Oct 03 21:09:48.977 INFO STEP 22 (remove_files) COMPLETE
92142025-10-03T21:09:49.343Z[ host-image] Oct 03 21:09:48.977 INFO O| Oct 03 21:09:48.977 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92152025-10-03T21:09:49.368Z[ host-image] Oct 03 21:09:48.997 INFO O| Oct 03 21:09:48.997 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
92162025-10-03T21:09:49.368Z[ host-image] Oct 03 21:09:48.997 INFO O| Oct 03 21:09:48.997 INFO STEP 23 (remove_files) COMPLETE
92172025-10-03T21:09:49.368Z[ host-image] Oct 03 21:09:48.997 INFO O| Oct 03 21:09:48.997 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92182025-10-03T21:09:49.393Z[ host-image] Oct 03 21:09:49.014 INFO O| Oct 03 21:09:49.014 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
92192025-10-03T21:09:49.393Z[ host-image] Oct 03 21:09:49.014 INFO O| Oct 03 21:09:49.014 INFO STEP 24 (remove_files) COMPLETE
92202025-10-03T21:09:49.393Z[ host-image] Oct 03 21:09:49.014 INFO O| Oct 03 21:09:49.014 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92212025-10-03T21:09:49.393Z[ host-image] Oct 03 21:09:49.031 INFO O| Oct 03 21:09:49.031 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
92222025-10-03T21:09:49.393Z[ host-image] Oct 03 21:09:49.031 INFO O| Oct 03 21:09:49.031 INFO STEP 25 (remove_files) COMPLETE
92232025-10-03T21:09:49.393Z[ host-image] Oct 03 21:09:49.031 INFO O| Oct 03 21:09:49.031 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92242025-10-03T21:09:49.418Z[ host-image] Oct 03 21:09:49.046 INFO O| Oct 03 21:09:49.046 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
92252025-10-03T21:09:49.418Z[ host-image] Oct 03 21:09:49.047 INFO O| Oct 03 21:09:49.046 INFO STEP 26 (remove_files) COMPLETE
92262025-10-03T21:09:49.418Z[ host-image] Oct 03 21:09:49.047 INFO O| Oct 03 21:09:49.046 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92272025-10-03T21:09:49.442Z[ host-image] Oct 03 21:09:49.071 INFO O| Oct 03 21:09:49.071 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
92282025-10-03T21:09:49.442Z[ host-image] Oct 03 21:09:49.071 INFO O| Oct 03 21:09:49.071 INFO STEP 27 (remove_files) COMPLETE
92292025-10-03T21:09:49.443Z[ host-image] Oct 03 21:09:49.071 INFO O| Oct 03 21:09:49.071 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92302025-10-03T21:09:49.443Z[ host-image] Oct 03 21:09:49.087 INFO O| Oct 03 21:09:49.087 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
92312025-10-03T21:09:49.443Z[ host-image] Oct 03 21:09:49.088 INFO O| Oct 03 21:09:49.088 INFO STEP 28 (remove_files) COMPLETE
92322025-10-03T21:09:49.443Z[ host-image] Oct 03 21:09:49.088 INFO O| Oct 03 21:09:49.088 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92332025-10-03T21:09:49.467Z[ host-image] Oct 03 21:09:49.103 INFO O| Oct 03 21:09:49.103 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
92342025-10-03T21:09:49.467Z[ host-image] Oct 03 21:09:49.104 INFO O| Oct 03 21:09:49.103 INFO STEP 29 (remove_files) COMPLETE
92352025-10-03T21:09:49.468Z[ host-image] Oct 03 21:09:49.104 INFO O| Oct 03 21:09:49.104 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92362025-10-03T21:09:49.468Z[ recovery-image] Oct 03 21:09:49.112 INFO E| Compiling anstyle-parse v0.2.7
92372025-10-03T21:09:49.492Z[ host-image] Oct 03 21:09:49.119 INFO O| Oct 03 21:09:49.119 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
92382025-10-03T21:09:49.492Z[ host-image] Oct 03 21:09:49.119 INFO O| Oct 03 21:09:49.119 INFO STEP 30 (remove_files) COMPLETE
92392025-10-03T21:09:49.492Z[ host-image] Oct 03 21:09:49.119 INFO O| Oct 03 21:09:49.119 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92402025-10-03T21:09:49.492Z[ host-image] Oct 03 21:09:49.136 INFO O| Oct 03 21:09:49.136 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
92412025-10-03T21:09:49.492Z[ host-image] Oct 03 21:09:49.136 INFO O| Oct 03 21:09:49.136 INFO STEP 31 (remove_files) COMPLETE
92422025-10-03T21:09:49.492Z[ host-image] Oct 03 21:09:49.136 INFO O| Oct 03 21:09:49.136 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92432025-10-03T21:09:49.517Z[ host-image] Oct 03 21:09:49.155 INFO O| Oct 03 21:09:49.155 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
92442025-10-03T21:09:49.518Z[ host-image] Oct 03 21:09:49.155 INFO O| Oct 03 21:09:49.155 INFO STEP 32 (remove_files) COMPLETE
92452025-10-03T21:09:49.518Z[ host-image] Oct 03 21:09:49.155 INFO O| Oct 03 21:09:49.155 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92462025-10-03T21:09:49.543Z[ host-image] Oct 03 21:09:49.171 INFO O| Oct 03 21:09:49.170 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
92472025-10-03T21:09:49.543Z[ host-image] Oct 03 21:09:49.171 INFO O| Oct 03 21:09:49.171 INFO STEP 33 (remove_files) COMPLETE
92482025-10-03T21:09:49.543Z[ host-image] Oct 03 21:09:49.171 INFO O| Oct 03 21:09:49.171 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92492025-10-03T21:09:49.543Z[ recovery-image] Oct 03 21:09:49.181 INFO E| Compiling heck v0.5.0
92502025-10-03T21:09:49.543Z[ host-image] Oct 03 21:09:49.186 INFO O| Oct 03 21:09:49.186 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
92512025-10-03T21:09:49.543Z[ host-image] Oct 03 21:09:49.186 INFO O| Oct 03 21:09:49.186 INFO STEP 34 (remove_files) COMPLETE
92522025-10-03T21:09:49.543Z[ host-image] Oct 03 21:09:49.186 INFO O| Oct 03 21:09:49.186 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92532025-10-03T21:09:49.568Z[ host-image] Oct 03 21:09:49.202 INFO O| Oct 03 21:09:49.202 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
92542025-10-03T21:09:49.568Z[ host-image] Oct 03 21:09:49.202 INFO O| Oct 03 21:09:49.202 INFO STEP 35 (remove_files) COMPLETE
92552025-10-03T21:09:49.568Z[ host-image] Oct 03 21:09:49.202 INFO O| Oct 03 21:09:49.202 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92562025-10-03T21:09:49.593Z[ host-image] Oct 03 21:09:49.218 INFO O| Oct 03 21:09:49.218 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
92572025-10-03T21:09:49.593Z[ host-image] Oct 03 21:09:49.219 INFO O| Oct 03 21:09:49.219 INFO STEP 36 (remove_files) COMPLETE
92582025-10-03T21:09:49.593Z[ host-image] Oct 03 21:09:49.219 INFO O| Oct 03 21:09:49.219 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92592025-10-03T21:09:49.593Z[ host-image] Oct 03 21:09:49.237 INFO O| Oct 03 21:09:49.237 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
92602025-10-03T21:09:49.593Z[ host-image] Oct 03 21:09:49.237 INFO O| Oct 03 21:09:49.237 INFO STEP 37 (remove_files) COMPLETE
92612025-10-03T21:09:49.594Z[ host-image] Oct 03 21:09:49.237 INFO O| Oct 03 21:09:49.237 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92622025-10-03T21:09:49.619Z[ host-image] Oct 03 21:09:49.260 INFO O| Oct 03 21:09:49.259 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
92632025-10-03T21:09:49.619Z[ host-image] Oct 03 21:09:49.260 INFO O| Oct 03 21:09:49.260 INFO STEP 38 (remove_files) COMPLETE
92642025-10-03T21:09:49.619Z[ host-image] Oct 03 21:09:49.260 INFO O| Oct 03 21:09:49.260 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92652025-10-03T21:09:49.643Z[ recovery-image] Oct 03 21:09:49.271 INFO E| Compiling strsim v0.11.1
92662025-10-03T21:09:49.643Z[ host-image] Oct 03 21:09:49.275 INFO O| Oct 03 21:09:49.275 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
92672025-10-03T21:09:49.643Z[ host-image] Oct 03 21:09:49.275 INFO O| Oct 03 21:09:49.275 INFO STEP 39 (remove_files) COMPLETE
92682025-10-03T21:09:49.643Z[ host-image] Oct 03 21:09:49.275 INFO O| Oct 03 21:09:49.275 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92692025-10-03T21:09:49.644Z[ host-image] Oct 03 21:09:49.289 INFO O| Oct 03 21:09:49.289 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
92702025-10-03T21:09:49.644Z[ host-image] Oct 03 21:09:49.289 INFO O| Oct 03 21:09:49.289 INFO STEP 40 (remove_files) COMPLETE
92712025-10-03T21:09:49.644Z[ host-image] Oct 03 21:09:49.289 INFO O| Oct 03 21:09:49.289 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92722025-10-03T21:09:49.669Z[ host-image] Oct 03 21:09:49.306 INFO O| Oct 03 21:09:49.306 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
92732025-10-03T21:09:49.669Z[ host-image] Oct 03 21:09:49.306 INFO O| Oct 03 21:09:49.306 INFO STEP 41 (remove_files) COMPLETE
92742025-10-03T21:09:49.669Z[ host-image] Oct 03 21:09:49.306 INFO O| Oct 03 21:09:49.306 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92752025-10-03T21:09:49.693Z[ host-image] Oct 03 21:09:49.324 INFO O| Oct 03 21:09:49.324 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
92762025-10-03T21:09:49.694Z[ host-image] Oct 03 21:09:49.324 INFO O| Oct 03 21:09:49.324 INFO STEP 42 (remove_files) COMPLETE
92772025-10-03T21:09:49.694Z[ host-image] Oct 03 21:09:49.324 INFO O| Oct 03 21:09:49.324 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92782025-10-03T21:09:49.718Z[ host-image] Oct 03 21:09:49.342 INFO O| Oct 03 21:09:49.342 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
92792025-10-03T21:09:49.718Z[ host-image] Oct 03 21:09:49.342 INFO O| Oct 03 21:09:49.342 INFO STEP 43 (remove_files) COMPLETE
92802025-10-03T21:09:49.718Z[ host-image] Oct 03 21:09:49.342 INFO O| Oct 03 21:09:49.342 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92812025-10-03T21:09:49.775Z[ recovery-image] Oct 03 21:09:49.421 INFO E| Compiling clap_lex v0.7.5
92822025-10-03T21:09:49.833Z[ host-image] Oct 03 21:09:49.480 INFO O| Oct 03 21:09:49.480 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
92832025-10-03T21:09:49.858Z[ host-image] Oct 03 21:09:49.480 INFO O| Oct 03 21:09:49.480 INFO STEP 44 (remove_files) COMPLETE
92842025-10-03T21:09:49.858Z[ host-image] Oct 03 21:09:49.480 INFO O| Oct 03 21:09:49.480 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92852025-10-03T21:09:49.883Z[ host-image] Oct 03 21:09:49.528 INFO O| Oct 03 21:09:49.528 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
92862025-10-03T21:09:49.883Z[ host-image] Oct 03 21:09:49.529 INFO O| Oct 03 21:09:49.529 INFO STEP 45 (remove_files) COMPLETE
92872025-10-03T21:09:49.883Z[ host-image] Oct 03 21:09:49.529 INFO O| Oct 03 21:09:49.529 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92882025-10-03T21:09:49.909Z[ host-image] Oct 03 21:09:49.545 INFO O| Oct 03 21:09:49.544 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
92892025-10-03T21:09:49.909Z[ host-image] Oct 03 21:09:49.545 INFO O| Oct 03 21:09:49.545 INFO STEP 46 (remove_files) COMPLETE
92902025-10-03T21:09:49.909Z[ host-image] Oct 03 21:09:49.545 INFO O| Oct 03 21:09:49.545 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92912025-10-03T21:09:49.909Z[ recovery-image] Oct 03 21:09:49.546 INFO E| Compiling shared_thread v0.2.0
92922025-10-03T21:09:49.960Z[ host-image] Oct 03 21:09:49.560 INFO O| Oct 03 21:09:49.560 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
92932025-10-03T21:09:49.960Z[ host-image] Oct 03 21:09:49.560 INFO O| Oct 03 21:09:49.560 INFO STEP 47 (remove_files) COMPLETE
92942025-10-03T21:09:49.960Z[ host-image] Oct 03 21:09:49.560 INFO O| Oct 03 21:09:49.560 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92952025-10-03T21:09:49.988Z[ host-image] Oct 03 21:09:49.573 INFO O| Oct 03 21:09:49.573 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
92962025-10-03T21:09:49.988Z[ host-image] Oct 03 21:09:49.573 INFO O| Oct 03 21:09:49.573 INFO STEP 48 (remove_files) COMPLETE
92972025-10-03T21:09:49.988Z[ host-image] Oct 03 21:09:49.574 INFO O| Oct 03 21:09:49.574 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92982025-10-03T21:09:49.988Z[ host-image] Oct 03 21:09:49.586 INFO O| Oct 03 21:09:49.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
92992025-10-03T21:09:49.988Z[ host-image] Oct 03 21:09:49.587 INFO O| Oct 03 21:09:49.587 INFO STEP 49 (remove_files) COMPLETE
93002025-10-03T21:09:49.988Z[ host-image] Oct 03 21:09:49.587 INFO O| Oct 03 21:09:49.587 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93012025-10-03T21:09:50.018Z[ host-image] Oct 03 21:09:49.664 INFO O| Oct 03 21:09:49.664 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
93022025-10-03T21:09:50.043Z[ host-image] Oct 03 21:09:49.664 INFO O| Oct 03 21:09:49.664 INFO STEP 50 (remove_files) COMPLETE
93032025-10-03T21:09:50.043Z[ host-image] Oct 03 21:09:49.664 INFO O| Oct 03 21:09:49.664 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93042025-10-03T21:09:50.095Z[ host-image] Oct 03 21:09:49.729 INFO O| Oct 03 21:09:49.729 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
93052025-10-03T21:09:50.096Z[ host-image] Oct 03 21:09:49.729 INFO O| Oct 03 21:09:49.729 INFO STEP 51 (remove_files) COMPLETE
93062025-10-03T21:09:50.096Z[ host-image] Oct 03 21:09:49.729 INFO O| Oct 03 21:09:49.729 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93072025-10-03T21:09:50.133Z[ host-image] Oct 03 21:09:49.748 INFO O| Oct 03 21:09:49.748 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
93082025-10-03T21:09:50.133Z[ host-image] Oct 03 21:09:49.748 INFO O| Oct 03 21:09:49.748 INFO STEP 52 (remove_files) COMPLETE
93092025-10-03T21:09:50.133Z[ host-image] Oct 03 21:09:49.748 INFO O| Oct 03 21:09:49.748 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93102025-10-03T21:09:50.133Z[ host-image] Oct 03 21:09:49.769 INFO O| Oct 03 21:09:49.769 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
93112025-10-03T21:09:50.133Z[ host-image] Oct 03 21:09:49.769 INFO O| Oct 03 21:09:49.769 INFO STEP 53 (remove_files) COMPLETE
93122025-10-03T21:09:50.133Z[ host-image] Oct 03 21:09:49.769 INFO O| Oct 03 21:09:49.769 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93132025-10-03T21:09:50.133Z[ recovery-image] Oct 03 21:09:49.771 INFO E| Compiling anstream v0.6.20
93142025-10-03T21:09:50.158Z[ host-image] Oct 03 21:09:49.787 INFO O| Oct 03 21:09:49.787 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
93152025-10-03T21:09:50.158Z[ host-image] Oct 03 21:09:49.787 INFO O| Oct 03 21:09:49.787 INFO STEP 54 (remove_files) COMPLETE
93162025-10-03T21:09:50.158Z[ host-image] Oct 03 21:09:49.787 INFO O| Oct 03 21:09:49.787 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93172025-10-03T21:09:50.183Z[ host-image] Oct 03 21:09:49.807 INFO O| Oct 03 21:09:49.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
93182025-10-03T21:09:50.183Z[ host-image] Oct 03 21:09:49.807 INFO O| Oct 03 21:09:49.807 INFO STEP 55 (remove_files) COMPLETE
93192025-10-03T21:09:50.183Z[ host-image] Oct 03 21:09:49.807 INFO O| Oct 03 21:09:49.807 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93202025-10-03T21:09:50.183Z[ host-image] Oct 03 21:09:49.823 INFO O| Oct 03 21:09:49.823 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
93212025-10-03T21:09:50.183Z[ host-image] Oct 03 21:09:49.823 INFO O| Oct 03 21:09:49.823 INFO STEP 56 (remove_files) COMPLETE
93222025-10-03T21:09:50.183Z[ host-image] Oct 03 21:09:49.823 INFO O| Oct 03 21:09:49.823 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93232025-10-03T21:09:50.209Z[ host-image] Oct 03 21:09:49.841 INFO O| Oct 03 21:09:49.841 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
93242025-10-03T21:09:50.209Z[ host-image] Oct 03 21:09:49.841 INFO O| Oct 03 21:09:49.841 INFO STEP 57 (remove_files) COMPLETE
93252025-10-03T21:09:50.209Z[ host-image] Oct 03 21:09:49.841 INFO O| Oct 03 21:09:49.841 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93262025-10-03T21:09:50.234Z[ host-image] Oct 03 21:09:49.863 INFO O| Oct 03 21:09:49.862 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
93272025-10-03T21:09:50.234Z[ host-image] Oct 03 21:09:49.863 INFO O| Oct 03 21:09:49.863 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
93282025-10-03T21:09:50.234Z[ host-image] Oct 03 21:09:49.863 INFO O| Oct 03 21:09:49.863 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93292025-10-03T21:09:50.234Z[ host-image] Oct 03 21:09:49.863 INFO O| Oct 03 21:09:49.863 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93302025-10-03T21:09:50.234Z[ host-image] Oct 03 21:09:49.863 INFO O| Oct 03 21:09:49.863 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93312025-10-03T21:09:50.234Z[ host-image] Oct 03 21:09:49.863 INFO O| Oct 03 21:09:49.863 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93322025-10-03T21:09:50.234Z[ host-image] Oct 03 21:09:49.863 INFO O| Oct 03 21:09:49.863 INFO ok!
93332025-10-03T21:09:50.234Z[ host-image] Oct 03 21:09:49.863 INFO O| Oct 03 21:09:49.863 INFO STEP 58 (ensure_file) COMPLETE
93342025-10-03T21:09:50.234Z[ host-image] Oct 03 21:09:49.863 INFO O| Oct 03 21:09:49.863 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93352025-10-03T21:09:50.259Z[ host-image] Oct 03 21:09:49.882 INFO O| Oct 03 21:09:49.882 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
93362025-10-03T21:09:50.259Z[ host-image] Oct 03 21:09:49.882 INFO O| Oct 03 21:09:49.882 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
93372025-10-03T21:09:50.259Z[ host-image] Oct 03 21:09:49.883 INFO O| Oct 03 21:09:49.883 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93382025-10-03T21:09:50.259Z[ host-image] Oct 03 21:09:49.883 INFO O| Oct 03 21:09:49.883 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93392025-10-03T21:09:50.259Z[ host-image] Oct 03 21:09:49.883 INFO O| Oct 03 21:09:49.883 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93402025-10-03T21:09:50.259Z[ host-image] Oct 03 21:09:49.883 INFO O| Oct 03 21:09:49.883 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93412025-10-03T21:09:50.259Z[ host-image] Oct 03 21:09:49.883 INFO O| Oct 03 21:09:49.883 INFO ok!
93422025-10-03T21:09:50.259Z[ host-image] Oct 03 21:09:49.883 INFO O| Oct 03 21:09:49.883 INFO STEP 59 (ensure_file) COMPLETE
93432025-10-03T21:09:50.259Z[ host-image] Oct 03 21:09:49.883 INFO O| Oct 03 21:09:49.883 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93442025-10-03T21:09:50.259Z[ host-image] Oct 03 21:09:49.902 INFO O| Oct 03 21:09:49.902 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
93452025-10-03T21:09:50.259Z[ host-image] Oct 03 21:09:49.902 INFO O| Oct 03 21:09:49.902 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
93462025-10-03T21:09:50.259Z[ host-image] Oct 03 21:09:49.902 INFO O| Oct 03 21:09:49.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
93472025-10-03T21:09:50.260Z[ host-image] Oct 03 21:09:49.902 INFO O| Oct 03 21:09:49.902 INFO ok!
93482025-10-03T21:09:50.260Z[ host-image] Oct 03 21:09:49.902 INFO O| Oct 03 21:09:49.902 INFO STEP 60 (ensure_file) COMPLETE
93492025-10-03T21:09:50.260Z[ host-image] Oct 03 21:09:49.902 INFO O| Oct 03 21:09:49.902 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93502025-10-03T21:09:50.285Z[ host-image] Oct 03 21:09:49.923 INFO O| Oct 03 21:09:49.922 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
93512025-10-03T21:09:50.285Z[ host-image] Oct 03 21:09:49.923 INFO O| Oct 03 21:09:49.923 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
93522025-10-03T21:09:50.285Z[ host-image] Oct 03 21:09:49.923 INFO O| Oct 03 21:09:49.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
93532025-10-03T21:09:50.285Z[ host-image] Oct 03 21:09:49.923 INFO O| Oct 03 21:09:49.923 INFO ok!
93542025-10-03T21:09:50.285Z[ host-image] Oct 03 21:09:49.923 INFO O| Oct 03 21:09:49.923 INFO STEP 61 (ensure_file) COMPLETE
93552025-10-03T21:09:50.285Z[ host-image] Oct 03 21:09:49.923 INFO O| Oct 03 21:09:49.923 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93562025-10-03T21:09:50.310Z[ host-image] Oct 03 21:09:49.939 INFO O| Oct 03 21:09:49.939 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
93572025-10-03T21:09:50.310Z[ host-image] Oct 03 21:09:49.939 INFO O| Oct 03 21:09:49.939 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
93582025-10-03T21:09:50.310Z[ host-image] Oct 03 21:09:49.939 INFO O| Oct 03 21:09:49.939 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93592025-10-03T21:09:50.310Z[ host-image] Oct 03 21:09:49.939 INFO O| Oct 03 21:09:49.939 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93602025-10-03T21:09:50.310Z[ host-image] Oct 03 21:09:49.939 INFO O| Oct 03 21:09:49.939 INFO ok!
93612025-10-03T21:09:50.310Z[ host-image] Oct 03 21:09:49.939 INFO O| Oct 03 21:09:49.939 INFO STEP 62 (ensure_file) COMPLETE
93622025-10-03T21:09:50.311Z[ host-image] Oct 03 21:09:49.939 INFO O| Oct 03 21:09:49.939 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93632025-10-03T21:09:50.335Z[ host-image] Oct 03 21:09:49.957 INFO O| Oct 03 21:09:49.957 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
93642025-10-03T21:09:50.336Z[ host-image] Oct 03 21:09:49.957 INFO O| Oct 03 21:09:49.957 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
93652025-10-03T21:09:50.336Z[ host-image] Oct 03 21:09:49.957 INFO O| Oct 03 21:09:49.957 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93662025-10-03T21:09:50.336Z[ host-image] Oct 03 21:09:49.957 INFO O| Oct 03 21:09:49.957 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93672025-10-03T21:09:50.336Z[ host-image] Oct 03 21:09:49.957 INFO O| Oct 03 21:09:49.957 INFO ok!
93682025-10-03T21:09:50.336Z[ host-image] Oct 03 21:09:49.957 INFO O| Oct 03 21:09:49.957 INFO STEP 63 (ensure_file) COMPLETE
93692025-10-03T21:09:50.336Z[ host-image] Oct 03 21:09:49.957 INFO O| Oct 03 21:09:49.957 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93702025-10-03T21:09:50.336Z[ host-image] Oct 03 21:09:49.972 INFO O| Oct 03 21:09:49.972 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
93712025-10-03T21:09:50.336Z[ host-image] Oct 03 21:09:49.972 INFO O| Oct 03 21:09:49.972 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
93722025-10-03T21:09:50.336Z[ host-image] Oct 03 21:09:49.972 INFO O| Oct 03 21:09:49.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
93732025-10-03T21:09:50.336Z[ host-image] Oct 03 21:09:49.972 INFO O| Oct 03 21:09:49.972 INFO ok!
93742025-10-03T21:09:50.336Z[ host-image] Oct 03 21:09:49.972 INFO O| Oct 03 21:09:49.972 INFO STEP 64 (assemble_files) COMPLETE
93752025-10-03T21:09:50.336Z[ host-image] Oct 03 21:09:49.972 INFO O| Oct 03 21:09:49.972 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93762025-10-03T21:09:50.366Z[ host-image] Oct 03 21:09:49.985 INFO O| Oct 03 21:09:49.985 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
93772025-10-03T21:09:50.366Z[ host-image] Oct 03 21:09:49.985 INFO O| Oct 03 21:09:49.985 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
93782025-10-03T21:09:50.366Z[ host-image] Oct 03 21:09:49.986 INFO O| Oct 03 21:09:49.985 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93792025-10-03T21:09:50.366Z[ host-image] Oct 03 21:09:49.986 INFO O| Oct 03 21:09:49.986 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93802025-10-03T21:09:50.366Z[ host-image] Oct 03 21:09:49.986 INFO O| Oct 03 21:09:49.986 INFO ok!
93812025-10-03T21:09:50.366Z[ host-image] Oct 03 21:09:49.986 INFO O| Oct 03 21:09:49.986 INFO STEP 65 (ensure_file) COMPLETE
93822025-10-03T21:09:50.366Z[ host-image] Oct 03 21:09:49.986 INFO O| Oct 03 21:09:49.986 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93832025-10-03T21:09:50.366Z[ host-image] Oct 03 21:09:50.000 INFO O| Oct 03 21:09:50.000 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93842025-10-03T21:09:50.366Z[ host-image] Oct 03 21:09:50.000 INFO O| Oct 03 21:09:50.000 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93852025-10-03T21:09:50.366Z[ host-image] Oct 03 21:09:50.000 INFO O| Oct 03 21:09:50.000 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93862025-10-03T21:09:50.366Z[ host-image] Oct 03 21:09:50.000 INFO O| Oct 03 21:09:50.000 INFO STEP 66 (ensure_dir) COMPLETE
93872025-10-03T21:09:50.366Z[ host-image] Oct 03 21:09:50.000 INFO O| Oct 03 21:09:50.000 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93882025-10-03T21:09:50.393Z[ host-image] Oct 03 21:09:50.017 INFO O| Oct 03 21:09:50.017 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
93892025-10-03T21:09:50.393Z[ host-image] Oct 03 21:09:50.017 INFO O| Oct 03 21:09:50.017 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/files.tar.gz -> /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz ...
93902025-10-03T21:09:50.393Z[ host-image] Oct 03 21:09:50.026 INFO O| Oct 03 21:09:50.026 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
93912025-10-03T21:09:50.393Z[ host-image] Oct 03 21:09:50.026 INFO O| Oct 03 21:09:50.026 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
93922025-10-03T21:09:50.393Z[ host-image] Oct 03 21:09:50.026 INFO O| Oct 03 21:09:50.026 INFO ok!
93932025-10-03T21:09:50.393Z[ host-image] Oct 03 21:09:50.026 INFO O| Oct 03 21:09:50.026 INFO STEP 67 (ensure_file) COMPLETE
93942025-10-03T21:09:50.393Z[ host-image] Oct 03 21:09:50.026 INFO O| Oct 03 21:09:50.026 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93952025-10-03T21:09:50.418Z[ host-image] Oct 03 21:09:50.043 INFO O| Oct 03 21:09:50.043 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
93962025-10-03T21:09:50.418Z[ host-image] Oct 03 21:09:50.043 INFO O| Oct 03 21:09:50.043 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ...
93972025-10-03T21:09:50.418Z[ host-image] Oct 03 21:09:50.043 INFO O| Oct 03 21:09:50.043 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
93982025-10-03T21:09:50.418Z[ host-image] Oct 03 21:09:50.043 INFO O| Oct 03 21:09:50.043 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
93992025-10-03T21:09:50.418Z[ host-image] Oct 03 21:09:50.043 INFO O| Oct 03 21:09:50.043 INFO ok!
94002025-10-03T21:09:50.419Z[ host-image] Oct 03 21:09:50.043 INFO O| Oct 03 21:09:50.043 INFO STEP 68 (ensure_file) COMPLETE
94012025-10-03T21:09:50.419Z[ host-image] Oct 03 21:09:50.043 INFO O| Oct 03 21:09:50.043 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94022025-10-03T21:09:50.443Z[ host-image] Oct 03 21:09:50.066 INFO O| Oct 03 21:09:50.066 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
94032025-10-03T21:09:50.443Z[ host-image] Oct 03 21:09:50.066 INFO O| Oct 03 21:09:50.066 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
94042025-10-03T21:09:50.786Z[ recovery-image] Oct 03 21:09:50.432 INFO E| Compiling clap_builder v4.5.47
94052025-10-03T21:09:51.651Z[ recovery-image] Oct 03 21:09:51.297 INFO E| Compiling quote v1.0.40
94062025-10-03T21:09:51.742Z[ recovery-image] Oct 03 21:09:51.389 INFO E| Compiling signal-hook-registry v1.4.6
94072025-10-03T21:09:51.742Z[ recovery-image] Oct 03 21:09:51.389 INFO E| Compiling os_pipe v1.2.2
94082025-10-03T21:09:52.259Z[ recovery-image] Oct 03 21:09:51.906 INFO E| Compiling syn v2.0.106
94092025-10-03T21:09:52.599Z[ recovery-image] Oct 03 21:09:52.245 INFO E| Compiling sigchld v0.2.4
94102025-10-03T21:09:52.823Z[ recovery-image] Oct 03 21:09:52.469 INFO E| Compiling shared_child v1.1.1
94112025-10-03T21:09:53.107Z[ recovery-image] Oct 03 21:09:52.754 INFO E| Compiling duct v1.1.0
94122025-10-03T21:09:54.355Z[ host-image] Oct 03 21:09:54.002 INFO O| Oct 03 21:09:54.002 INFO STEP 69 (pack_tar) COMPLETE
94132025-10-03T21:09:54.356Z[ host-image] Oct 03 21:09:54.002 INFO O| Oct 03 21:09:54.002 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94142025-10-03T21:09:54.356Z[ host-image] Oct 03 21:09:54.002 INFO O| Oct 03 21:09:54.002 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
94152025-10-03T21:09:54.729Z[ host-image] Oct 03 21:09:54.376 INFO O| Oct 03 21:09:54.376 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94162025-10-03T21:09:54.822Z[ host-image] Oct 03 21:09:54.469 INFO O| Oct 03 21:09:54.468 INFO completed processing sled/ramdisk-02-trim
94172025-10-03T21:09:54.847Z[ host-image] Oct 03 21:09:54.472 INFO image builder template: zfs...
94182025-10-03T21:09:54.847Z[ host-image] Oct 03 21:09:54.472 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpFkzMNT/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.37.424", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@17.0.0.0", "-n", "zfs"], pwd: None
94192025-10-03T21:09:54.847Z[ host-image] Oct 03 21:09:54.490 INFO O| Oct 03 21:09:54.490 INFO skip include "stress" because feature "stress" is not enabled
94202025-10-03T21:09:54.847Z[ host-image] Oct 03 21:09:54.490 INFO O| Oct 03 21:09:54.490 INFO skip include "stress" because feature "compliance" is not enabled
94212025-10-03T21:09:54.888Z[ host-image] Oct 03 21:09:54.535 INFO O| Oct 03 21:09:54.535 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
94222025-10-03T21:09:54.913Z[ host-image] Oct 03 21:09:54.540 INFO O| Oct 03 21:09:54.540 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
94232025-10-03T21:09:54.966Z[ host-image] Oct 03 21:09:54.578 INFO O| Oct 03 21:09:54.578 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
94242025-10-03T21:09:54.966Z[ host-image] Oct 03 21:09:54.607 INFO O| Oct 03 21:09:54.607 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
94252025-10-03T21:09:54.966Z[ host-image] Oct 03 21:09:54.607 INFO O| Oct 03 21:09:54.607 INFO work dataset: rpool/images/build/host/work/sled/zfs
94262025-10-03T21:09:54.966Z[ host-image] Oct 03 21:09:54.612 INFO O| Oct 03 21:09:54.612 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
94272025-10-03T21:09:54.997Z[ host-image] Oct 03 21:09:54.644 INFO O| Oct 03 21:09:54.644 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
94282025-10-03T21:09:55.021Z[ host-image] Oct 03 21:09:54.663 INFO O| Oct 03 21:09:54.663 INFO DESTROY POOL: TEMPORARY-sled-zfs
94292025-10-03T21:09:55.046Z[ host-image] Oct 03 21:09:54.675 INFO O| Oct 03 21:09:54.675 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
94302025-10-03T21:09:55.046Z[ host-image] Oct 03 21:09:54.681 INFO O| Oct 03 21:09:54.681 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
94312025-10-03T21:09:55.046Z[ host-image] Oct 03 21:09:54.681 INFO O| Oct 03 21:09:54.681 INFO no lofi found
94322025-10-03T21:09:55.046Z[ host-image] Oct 03 21:09:54.681 INFO O| Oct 03 21:09:54.681 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
94332025-10-03T21:09:55.046Z[ host-image] Oct 03 21:09:54.681 INFO O| Oct 03 21:09:54.681 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
94342025-10-03T21:09:57.355Z[ host-image] Oct 03 21:09:57.001 INFO O| Oct 03 21:09:57.001 INFO lofi device = /dev/dsk/c3t1d0p0
94352025-10-03T21:09:57.355Z[ host-image] Oct 03 21:09:57.001 INFO O| Oct 03 21:09:57.001 INFO pool device = /dev/dsk/c3t1d0p0
94362025-10-03T21:09:57.379Z[ host-image] Oct 03 21:09:57.002 INFO O| Oct 03 21:09:57.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c3t1d0p0"]
94372025-10-03T21:09:57.656Z[ host-image] Oct 03 21:09:57.302 INFO O| Oct 03 21:09:57.302 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94382025-10-03T21:09:57.656Z[ host-image] Oct 03 21:09:57.302 INFO O| Oct 03 21:09:57.302 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
94392025-10-03T21:09:57.692Z[ host-image] Oct 03 21:09:57.339 INFO O| Oct 03 21:09:57.339 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
94402025-10-03T21:09:57.812Z[ host-image] Oct 03 21:09:57.459 INFO O| Oct 03 21:09:57.459 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
94412025-10-03T21:09:57.862Z[ host-image] Oct 03 21:09:57.509 INFO O| Oct 03 21:09:57.509 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
94422025-10-03T21:09:57.895Z[ host-image] Oct 03 21:09:57.541 INFO O| Oct 03 21:09:57.541 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
94432025-10-03T21:09:57.919Z[ host-image] Oct 03 21:09:57.564 INFO O| Oct 03 21:09:57.564 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
94442025-10-03T21:09:57.980Z[ host-image] Oct 03 21:09:57.627 INFO O| Oct 03 21:09:57.627 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
94452025-10-03T21:09:57.980Z[ host-image] Oct 03 21:09:57.627 INFO O| Oct 03 21:09:57.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
94462025-10-03T21:09:57.980Z[ host-image] Oct 03 21:09:57.627 INFO O| Oct 03 21:09:57.627 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
94472025-10-03T21:09:58.005Z[ host-image] Oct 03 21:09:57.639 INFO O| Oct 03 21:09:57.638 INFO boot environment UUID: 1cf7cea1-aa2f-46e8-91e1-c1634bc55f1a
94482025-10-03T21:09:58.005Z[ host-image] Oct 03 21:09:57.639 INFO O| Oct 03 21:09:57.639 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 1cf7cea1-aa2f-46e8-91e1-c1634bc55f1a
94492025-10-03T21:09:58.029Z[ host-image] Oct 03 21:09:57.666 INFO O| Oct 03 21:09:57.666 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
94502025-10-03T21:09:58.056Z[ host-image] Oct 03 21:09:57.703 INFO O| Oct 03 21:09:57.703 INFO STEP 0 (create_be) COMPLETE
94512025-10-03T21:09:58.056Z[ host-image] Oct 03 21:09:57.703 INFO O| Oct 03 21:09:57.703 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94522025-10-03T21:09:58.089Z[ host-image] Oct 03 21:09:57.736 INFO O| Oct 03 21:09:57.736 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
94532025-10-03T21:10:03.124Z[ recovery-image] Oct 03 21:10:02.769 INFO E| Compiling clap_derive v4.5.47
94542025-10-03T21:10:11.551Z[ recovery-image] Oct 03 21:10:11.198 INFO E| Compiling clap v4.5.47
94552025-10-03T21:10:11.700Z[ recovery-image] Oct 03 21:10:11.347 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
94562025-10-03T21:10:15.652Z[ recovery-image] Oct 03 21:10:15.300 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.64s
94572025-10-03T21:10:15.677Z[ recovery-image] Oct 03 21:10:15.313 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
94582025-10-03T21:10:16.589Z[ recovery-image] Oct 03 21:10:16.237 INFO E| Downloading crates ...
94592025-10-03T21:10:16.637Z[ recovery-image] Oct 03 21:10:16.284 INFO E| Downloaded scroll_derive v0.13.0
94602025-10-03T21:10:16.662Z[ recovery-image] Oct 03 21:10:16.288 INFO E| Downloaded adler2 v2.0.1
94612025-10-03T21:10:16.662Z[ recovery-image] Oct 03 21:10:16.291 INFO E| Downloaded seq-macro v0.3.6
94622025-10-03T21:10:16.662Z[ recovery-image] Oct 03 21:10:16.294 INFO E| Downloaded cpio_reader v0.1.2
94632025-10-03T21:10:16.662Z[ recovery-image] Oct 03 21:10:16.296 INFO E| Downloaded bitstruct_derive v0.1.0
94642025-10-03T21:10:16.662Z[ recovery-image] Oct 03 21:10:16.297 INFO E| Downloaded bitstruct v0.1.1
94652025-10-03T21:10:16.662Z[ recovery-image] Oct 03 21:10:16.299 INFO E| Downloaded bit_field v0.10.3
94662025-10-03T21:10:16.662Z[ recovery-image] Oct 03 21:10:16.301 INFO E| Downloaded scroll v0.13.0
94672025-10-03T21:10:16.662Z[ recovery-image] Oct 03 21:10:16.303 INFO E| Downloaded raw-cpuid v10.7.0
94682025-10-03T21:10:16.662Z[ recovery-image] Oct 03 21:10:16.307 INFO E| Downloaded miniz_oxide v0.8.9
94692025-10-03T21:10:16.687Z[ recovery-image] Oct 03 21:10:16.321 INFO E| Downloaded goblin v0.10.1
94702025-10-03T21:10:16.726Z[ recovery-image] Oct 03 21:10:16.374 INFO E| Downloaded x86 v0.52.0
94712025-10-03T21:10:16.980Z[ recovery-image] Oct 03 21:10:16.628 INFO E| Updating crates.io index
94722025-10-03T21:10:17.127Z[ recovery-image] Oct 03 21:10:16.774 INFO E| Downloading crates ...
94732025-10-03T21:10:17.193Z[ recovery-image] Oct 03 21:10:16.840 INFO E| Downloaded rustc-demangle v0.1.26
94742025-10-03T21:10:17.220Z[ recovery-image] Oct 03 21:10:16.845 INFO E| Downloaded rustc-literal-escaper v0.0.5
94752025-10-03T21:10:17.220Z[ recovery-image] Oct 03 21:10:16.849 INFO E| Downloaded getopts v0.2.23
94762025-10-03T21:10:17.220Z[ recovery-image] Oct 03 21:10:16.851 INFO E| Downloaded hashbrown v0.15.5
94772025-10-03T21:10:17.220Z[ recovery-image] Oct 03 21:10:16.859 INFO E| Downloaded unicode-width v0.2.1
94782025-10-03T21:10:17.375Z[ recovery-image] Oct 03 21:10:17.022 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
94792025-10-03T21:10:17.375Z[ recovery-image] Oct 03 21:10:17.023 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
94802025-10-03T21:10:17.375Z[ recovery-image] Oct 03 21:10:17.023 INFO E| Compiling proc-macro2 v1.0.101
94812025-10-03T21:10:17.401Z[ recovery-image] Oct 03 21:10:17.023 INFO E| Compiling unicode-ident v1.0.18
94822025-10-03T21:10:17.401Z[ recovery-image] Oct 03 21:10:17.023 INFO E| Compiling syn v1.0.109
94832025-10-03T21:10:17.401Z[ recovery-image] Oct 03 21:10:17.023 INFO E| Compiling x86 v0.52.0
94842025-10-03T21:10:17.401Z[ recovery-image] Oct 03 21:10:17.023 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
94852025-10-03T21:10:17.401Z[ recovery-image] Oct 03 21:10:17.023 INFO E| Compiling seq-macro v0.3.6
94862025-10-03T21:10:24.127Z[ recovery-image] Oct 03 21:10:23.774 INFO E| Compiling quote v1.0.40
94872025-10-03T21:10:24.972Z[ recovery-image] Oct 03 21:10:24.620 INFO E| Compiling syn v2.0.106
94882025-10-03T21:10:25.125Z[ host-image] Oct 03 21:10:24.772 INFO O| Oct 03 21:10:24.772 INFO STEP 1 (unpack_tar) COMPLETE
94892025-10-03T21:10:25.150Z[ host-image] Oct 03 21:10:24.772 INFO O| Oct 03 21:10:24.772 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94902025-10-03T21:10:25.150Z[ host-image] Oct 03 21:10:24.789 INFO O| Oct 03 21:10:24.789 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
94912025-10-03T21:10:25.321Z[ host-image] Oct 03 21:10:24.969 INFO O| Oct 03 21:10:24.969 INFO STEP 2 (devfsadm) COMPLETE
94922025-10-03T21:10:25.321Z[ host-image] Oct 03 21:10:24.969 INFO O| Oct 03 21:10:24.969 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94932025-10-03T21:10:25.346Z[ host-image] Oct 03 21:10:24.986 INFO O| Oct 03 21:10:24.986 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94942025-10-03T21:10:25.346Z[ host-image] Oct 03 21:10:24.986 INFO O| Oct 03 21:10:24.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94952025-10-03T21:10:25.346Z[ host-image] Oct 03 21:10:24.986 INFO O| Oct 03 21:10:24.986 INFO STEP 3 (ensure_dir) COMPLETE
94962025-10-03T21:10:25.346Z[ host-image] Oct 03 21:10:24.986 INFO O| Oct 03 21:10:24.986 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94972025-10-03T21:10:25.371Z[ host-image] Oct 03 21:10:25.004 INFO O| Oct 03 21:10:25.004 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94982025-10-03T21:10:25.371Z[ host-image] Oct 03 21:10:25.004 INFO O| Oct 03 21:10:25.004 INFO STEP 4 (ensure_dir) COMPLETE
94992025-10-03T21:10:25.371Z[ host-image] Oct 03 21:10:25.004 INFO O| Oct 03 21:10:25.004 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95002025-10-03T21:10:25.395Z[ host-image] Oct 03 21:10:25.022 INFO O| Oct 03 21:10:25.021 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95012025-10-03T21:10:25.395Z[ host-image] Oct 03 21:10:25.022 INFO O| Oct 03 21:10:25.022 INFO STEP 5 (ensure_dir) COMPLETE
95022025-10-03T21:10:25.396Z[ host-image] Oct 03 21:10:25.022 INFO O| Oct 03 21:10:25.022 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95032025-10-03T21:10:25.396Z[ host-image] Oct 03 21:10:25.038 INFO O| Oct 03 21:10:25.038 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95042025-10-03T21:10:25.396Z[ host-image] Oct 03 21:10:25.038 INFO O| Oct 03 21:10:25.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95052025-10-03T21:10:25.396Z[ host-image] Oct 03 21:10:25.038 INFO O| Oct 03 21:10:25.038 INFO STEP 6 (ensure_dir) COMPLETE
95062025-10-03T21:10:25.396Z[ host-image] Oct 03 21:10:25.038 INFO O| Oct 03 21:10:25.038 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95072025-10-03T21:10:25.420Z[ host-image] Oct 03 21:10:25.053 INFO O| Oct 03 21:10:25.053 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95082025-10-03T21:10:25.420Z[ host-image] Oct 03 21:10:25.053 INFO O| Oct 03 21:10:25.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95092025-10-03T21:10:25.420Z[ host-image] Oct 03 21:10:25.054 INFO O| Oct 03 21:10:25.053 INFO STEP 7 (ensure_dir) COMPLETE
95102025-10-03T21:10:25.420Z[ host-image] Oct 03 21:10:25.054 INFO O| Oct 03 21:10:25.053 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95112025-10-03T21:10:25.445Z[ host-image] Oct 03 21:10:25.070 INFO O| Oct 03 21:10:25.070 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
95122025-10-03T21:10:25.445Z[ host-image] Oct 03 21:10:25.070 INFO O| Oct 03 21:10:25.070 INFO STEP 8 (remove_files) COMPLETE
95132025-10-03T21:10:25.445Z[ host-image] Oct 03 21:10:25.070 INFO O| Oct 03 21:10:25.070 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95142025-10-03T21:10:25.445Z[ host-image] Oct 03 21:10:25.086 INFO O| Oct 03 21:10:25.086 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
95152025-10-03T21:10:25.445Z[ host-image] Oct 03 21:10:25.087 INFO O| Oct 03 21:10:25.087 INFO STEP 9 (remove_files) COMPLETE
95162025-10-03T21:10:25.445Z[ host-image] Oct 03 21:10:25.087 INFO O| Oct 03 21:10:25.087 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95172025-10-03T21:10:25.481Z[ host-image] Oct 03 21:10:25.102 INFO O| Oct 03 21:10:25.102 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
95182025-10-03T21:10:25.481Z[ host-image] Oct 03 21:10:25.104 INFO O| Oct 03 21:10:25.104 INFO STEP 10 (remove_files) COMPLETE
95192025-10-03T21:10:25.481Z[ host-image] Oct 03 21:10:25.104 INFO O| Oct 03 21:10:25.104 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95202025-10-03T21:10:25.507Z[ host-image] Oct 03 21:10:25.123 INFO O| Oct 03 21:10:25.123 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
95212025-10-03T21:10:25.507Z[ host-image] Oct 03 21:10:25.124 INFO O| Oct 03 21:10:25.123 INFO STEP 11 (remove_files) COMPLETE
95222025-10-03T21:10:25.507Z[ host-image] Oct 03 21:10:25.124 INFO O| Oct 03 21:10:25.124 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95232025-10-03T21:10:25.507Z[ host-image] Oct 03 21:10:25.146 INFO O| Oct 03 21:10:25.146 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
95242025-10-03T21:10:25.507Z[ host-image] Oct 03 21:10:25.146 INFO O| Oct 03 21:10:25.146 INFO STEP 12 (remove_files) COMPLETE
95252025-10-03T21:10:25.507Z[ host-image] Oct 03 21:10:25.146 INFO O| Oct 03 21:10:25.146 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95262025-10-03T21:10:25.532Z[ host-image] Oct 03 21:10:25.171 INFO O| Oct 03 21:10:25.171 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95272025-10-03T21:10:25.532Z[ host-image] Oct 03 21:10:25.171 INFO O| Oct 03 21:10:25.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95282025-10-03T21:10:25.532Z[ host-image] Oct 03 21:10:25.171 INFO O| Oct 03 21:10:25.171 INFO STEP 13 (ensure_dir) COMPLETE
95292025-10-03T21:10:25.532Z[ host-image] Oct 03 21:10:25.171 INFO O| Oct 03 21:10:25.171 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95302025-10-03T21:10:25.556Z[ host-image] Oct 03 21:10:25.190 INFO O| Oct 03 21:10:25.190 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95312025-10-03T21:10:25.557Z[ host-image] Oct 03 21:10:25.190 INFO O| Oct 03 21:10:25.190 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95322025-10-03T21:10:25.557Z[ host-image] Oct 03 21:10:25.190 INFO O| Oct 03 21:10:25.190 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95332025-10-03T21:10:25.557Z[ host-image] Oct 03 21:10:25.190 INFO O| Oct 03 21:10:25.190 INFO STEP 14 (ensure_dir) COMPLETE
95342025-10-03T21:10:25.557Z[ host-image] Oct 03 21:10:25.190 INFO O| Oct 03 21:10:25.190 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95352025-10-03T21:10:25.581Z[ host-image] Oct 03 21:10:25.208 INFO O| Oct 03 21:10:25.208 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95362025-10-03T21:10:25.581Z[ host-image] Oct 03 21:10:25.208 INFO O| Oct 03 21:10:25.208 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95372025-10-03T21:10:25.582Z[ host-image] Oct 03 21:10:25.208 INFO O| Oct 03 21:10:25.208 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95382025-10-03T21:10:25.582Z[ host-image] Oct 03 21:10:25.208 INFO O| Oct 03 21:10:25.208 INFO STEP 15 (ensure_dir) COMPLETE
95392025-10-03T21:10:25.582Z[ host-image] Oct 03 21:10:25.208 INFO O| Oct 03 21:10:25.208 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95402025-10-03T21:10:25.582Z[ host-image] Oct 03 21:10:25.224 INFO O| Oct 03 21:10:25.224 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95412025-10-03T21:10:25.582Z[ host-image] Oct 03 21:10:25.224 INFO O| Oct 03 21:10:25.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95422025-10-03T21:10:25.582Z[ host-image] Oct 03 21:10:25.224 INFO O| Oct 03 21:10:25.224 INFO STEP 16 (ensure_dir) COMPLETE
95432025-10-03T21:10:25.582Z[ host-image] Oct 03 21:10:25.224 INFO O| Oct 03 21:10:25.224 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95442025-10-03T21:10:25.607Z[ host-image] Oct 03 21:10:25.240 INFO O| Oct 03 21:10:25.239 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95452025-10-03T21:10:25.607Z[ host-image] Oct 03 21:10:25.240 INFO O| Oct 03 21:10:25.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95462025-10-03T21:10:25.607Z[ host-image] Oct 03 21:10:25.240 INFO O| Oct 03 21:10:25.240 INFO STEP 17 (ensure_dir) COMPLETE
95472025-10-03T21:10:25.607Z[ host-image] Oct 03 21:10:25.240 INFO O| Oct 03 21:10:25.240 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95482025-10-03T21:10:25.632Z[ host-image] Oct 03 21:10:25.255 INFO O| Oct 03 21:10:25.255 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
95492025-10-03T21:10:25.632Z[ host-image] Oct 03 21:10:25.255 INFO O| Oct 03 21:10:25.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
95502025-10-03T21:10:25.632Z[ host-image] Oct 03 21:10:25.255 INFO O| Oct 03 21:10:25.255 INFO ok!
95512025-10-03T21:10:25.632Z[ host-image] Oct 03 21:10:25.255 INFO O| Oct 03 21:10:25.255 INFO STEP 18 (ensure_symlink) COMPLETE
95522025-10-03T21:10:25.632Z[ host-image] Oct 03 21:10:25.255 INFO O| Oct 03 21:10:25.255 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95532025-10-03T21:10:25.632Z[ host-image] Oct 03 21:10:25.272 INFO O| Oct 03 21:10:25.272 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
95542025-10-03T21:10:25.632Z[ host-image] Oct 03 21:10:25.272 INFO O| Oct 03 21:10:25.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
95552025-10-03T21:10:25.632Z[ host-image] Oct 03 21:10:25.272 INFO O| Oct 03 21:10:25.272 INFO ok!
95562025-10-03T21:10:25.632Z[ host-image] Oct 03 21:10:25.272 INFO O| Oct 03 21:10:25.272 INFO STEP 19 (ensure_file) COMPLETE
95572025-10-03T21:10:25.632Z[ host-image] Oct 03 21:10:25.272 INFO O| Oct 03 21:10:25.272 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95582025-10-03T21:10:25.658Z[ host-image] Oct 03 21:10:25.288 INFO O| Oct 03 21:10:25.287 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
95592025-10-03T21:10:25.658Z[ host-image] Oct 03 21:10:25.288 INFO O| Oct 03 21:10:25.287 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
95602025-10-03T21:10:25.658Z[ host-image] Oct 03 21:10:25.288 INFO O| Oct 03 21:10:25.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
95612025-10-03T21:10:25.658Z[ host-image] Oct 03 21:10:25.288 INFO O| Oct 03 21:10:25.288 INFO ok!
95622025-10-03T21:10:25.658Z[ host-image] Oct 03 21:10:25.288 INFO O| Oct 03 21:10:25.288 INFO STEP 20 (ensure_symlink) COMPLETE
95632025-10-03T21:10:25.658Z[ host-image] Oct 03 21:10:25.288 INFO O| Oct 03 21:10:25.288 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95642025-10-03T21:10:25.658Z[ host-image] Oct 03 21:10:25.301 INFO O| Oct 03 21:10:25.301 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
95652025-10-03T21:10:25.658Z[ host-image] Oct 03 21:10:25.301 INFO O| Oct 03 21:10:25.301 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
95662025-10-03T21:10:25.658Z[ host-image] Oct 03 21:10:25.302 INFO O| Oct 03 21:10:25.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
95672025-10-03T21:10:25.658Z[ host-image] Oct 03 21:10:25.302 INFO O| Oct 03 21:10:25.302 INFO ok!
95682025-10-03T21:10:25.658Z[ host-image] Oct 03 21:10:25.302 INFO O| Oct 03 21:10:25.302 INFO STEP 21 (ensure_symlink) COMPLETE
95692025-10-03T21:10:25.658Z[ host-image] Oct 03 21:10:25.302 INFO O| Oct 03 21:10:25.302 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95702025-10-03T21:10:25.685Z[ host-image] Oct 03 21:10:25.320 INFO O| Oct 03 21:10:25.320 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
95712025-10-03T21:10:25.685Z[ host-image] Oct 03 21:10:25.320 INFO O| Oct 03 21:10:25.320 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
95722025-10-03T21:10:25.685Z[ host-image] Oct 03 21:10:25.320 INFO O| Oct 03 21:10:25.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
95732025-10-03T21:10:25.685Z[ host-image] Oct 03 21:10:25.320 INFO O| Oct 03 21:10:25.320 INFO ok!
95742025-10-03T21:10:25.685Z[ host-image] Oct 03 21:10:25.320 INFO O| Oct 03 21:10:25.320 INFO STEP 22 (ensure_symlink) COMPLETE
95752025-10-03T21:10:25.685Z[ host-image] Oct 03 21:10:25.320 INFO O| Oct 03 21:10:25.320 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95762025-10-03T21:10:25.711Z[ host-image] Oct 03 21:10:25.339 INFO O| Oct 03 21:10:25.339 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
95772025-10-03T21:10:25.711Z[ host-image] Oct 03 21:10:25.339 INFO O| Oct 03 21:10:25.339 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
95782025-10-03T21:10:25.711Z[ host-image] Oct 03 21:10:25.339 INFO O| Oct 03 21:10:25.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
95792025-10-03T21:10:25.711Z[ host-image] Oct 03 21:10:25.339 INFO O| Oct 03 21:10:25.339 INFO ok!
95802025-10-03T21:10:25.711Z[ host-image] Oct 03 21:10:25.339 INFO O| Oct 03 21:10:25.339 INFO STEP 23 (ensure_symlink) COMPLETE
95812025-10-03T21:10:25.711Z[ host-image] Oct 03 21:10:25.339 INFO O| Oct 03 21:10:25.339 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95822025-10-03T21:10:25.711Z[ host-image] Oct 03 21:10:25.355 INFO O| Oct 03 21:10:25.355 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
95832025-10-03T21:10:25.712Z[ host-image] Oct 03 21:10:25.355 INFO O| Oct 03 21:10:25.355 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
95842025-10-03T21:10:25.712Z[ host-image] Oct 03 21:10:25.355 INFO O| Oct 03 21:10:25.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
95852025-10-03T21:10:25.712Z[ host-image] Oct 03 21:10:25.356 INFO O| Oct 03 21:10:25.355 INFO ok!
95862025-10-03T21:10:25.712Z[ host-image] Oct 03 21:10:25.356 INFO O| Oct 03 21:10:25.355 INFO STEP 24 (ensure_file) COMPLETE
95872025-10-03T21:10:25.712Z[ host-image] Oct 03 21:10:25.356 INFO O| Oct 03 21:10:25.355 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
95882025-10-03T21:10:25.737Z[ host-image] Oct 03 21:10:25.373 INFO O| Oct 03 21:10:25.372 INFO updating shadow file
95892025-10-03T21:10:25.737Z[ host-image] Oct 03 21:10:25.373 INFO O| Oct 03 21:10:25.373 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95902025-10-03T21:10:25.737Z[ host-image] Oct 03 21:10:25.373 INFO O| Oct 03 21:10:25.373 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95912025-10-03T21:10:25.737Z[ host-image] Oct 03 21:10:25.373 INFO O| Oct 03 21:10:25.373 INFO STEP 25 (shadow) COMPLETE
95922025-10-03T21:10:25.737Z[ host-image] Oct 03 21:10:25.373 INFO O| Oct 03 21:10:25.373 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95932025-10-03T21:10:25.764Z[ host-image] Oct 03 21:10:25.388 INFO O| Oct 03 21:10:25.388 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
95942025-10-03T21:10:25.764Z[ host-image] Oct 03 21:10:25.388 INFO O| Oct 03 21:10:25.388 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
95952025-10-03T21:10:25.764Z[ host-image] Oct 03 21:10:25.388 INFO O| Oct 03 21:10:25.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
95962025-10-03T21:10:25.764Z[ host-image] Oct 03 21:10:25.388 INFO O| Oct 03 21:10:25.388 INFO ok!
95972025-10-03T21:10:25.765Z[ host-image] Oct 03 21:10:25.388 INFO O| Oct 03 21:10:25.388 INFO STEP 26 (ensure_file) COMPLETE
95982025-10-03T21:10:25.765Z[ host-image] Oct 03 21:10:25.388 INFO O| Oct 03 21:10:25.388 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95992025-10-03T21:10:25.765Z[ host-image] Oct 03 21:10:25.403 INFO O| Oct 03 21:10:25.403 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
96002025-10-03T21:10:25.765Z[ host-image] Oct 03 21:10:25.403 INFO O| Oct 03 21:10:25.403 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
96012025-10-03T21:10:25.765Z[ host-image] Oct 03 21:10:25.403 INFO O| Oct 03 21:10:25.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
96022025-10-03T21:10:25.765Z[ host-image] Oct 03 21:10:25.403 INFO O| Oct 03 21:10:25.403 INFO ok!
96032025-10-03T21:10:25.765Z[ host-image] Oct 03 21:10:25.403 INFO O| Oct 03 21:10:25.403 INFO STEP 27 (ensure_file) COMPLETE
96042025-10-03T21:10:25.765Z[ host-image] Oct 03 21:10:25.403 INFO O| Oct 03 21:10:25.403 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96052025-10-03T21:10:25.790Z[ host-image] Oct 03 21:10:25.417 INFO O| Oct 03 21:10:25.417 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
96062025-10-03T21:10:25.790Z[ host-image] Oct 03 21:10:25.417 INFO O| Oct 03 21:10:25.417 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
96072025-10-03T21:10:25.790Z[ host-image] Oct 03 21:10:25.417 INFO O| Oct 03 21:10:25.417 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
96082025-10-03T21:10:25.790Z[ host-image] Oct 03 21:10:25.417 INFO O| Oct 03 21:10:25.417 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
96092025-10-03T21:10:25.790Z[ host-image] Oct 03 21:10:25.417 INFO O| Oct 03 21:10:25.417 INFO ok!
96102025-10-03T21:10:25.790Z[ host-image] Oct 03 21:10:25.417 INFO O| Oct 03 21:10:25.417 INFO STEP 28 (ensure_file) COMPLETE
96112025-10-03T21:10:25.790Z[ host-image] Oct 03 21:10:25.417 INFO O| Oct 03 21:10:25.417 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96122025-10-03T21:10:25.791Z[ host-image] Oct 03 21:10:25.434 INFO O| Oct 03 21:10:25.434 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
96132025-10-03T21:10:25.791Z[ host-image] Oct 03 21:10:25.434 INFO O| Oct 03 21:10:25.434 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
96142025-10-03T21:10:25.791Z[ host-image] Oct 03 21:10:25.434 INFO O| Oct 03 21:10:25.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
96152025-10-03T21:10:25.791Z[ host-image] Oct 03 21:10:25.434 INFO O| Oct 03 21:10:25.434 INFO ok!
96162025-10-03T21:10:25.791Z[ host-image] Oct 03 21:10:25.434 INFO O| Oct 03 21:10:25.434 INFO STEP 29 (ensure_file) COMPLETE
96172025-10-03T21:10:25.791Z[ host-image] Oct 03 21:10:25.434 INFO O| Oct 03 21:10:25.434 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
96182025-10-03T21:10:25.817Z[ host-image] Oct 03 21:10:25.450 INFO O| Oct 03 21:10:25.450 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96192025-10-03T21:10:25.817Z[ host-image] Oct 03 21:10:25.450 INFO O| Oct 03 21:10:25.450 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96202025-10-03T21:10:25.817Z[ host-image] Oct 03 21:10:25.450 INFO O| Oct 03 21:10:25.450 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96212025-10-03T21:10:25.817Z[ host-image] Oct 03 21:10:25.450 INFO O| Oct 03 21:10:25.450 INFO STEP 30 (ensure_dir) COMPLETE
96222025-10-03T21:10:25.817Z[ host-image] Oct 03 21:10:25.450 INFO O| Oct 03 21:10:25.450 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96232025-10-03T21:10:25.842Z[ host-image] Oct 03 21:10:25.467 INFO O| Oct 03 21:10:25.467 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
96242025-10-03T21:10:25.842Z[ host-image] Oct 03 21:10:25.467 INFO O| Oct 03 21:10:25.467 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
96252025-10-03T21:10:25.842Z[ host-image] Oct 03 21:10:25.467 INFO O| Oct 03 21:10:25.467 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96262025-10-03T21:10:25.842Z[ host-image] Oct 03 21:10:25.467 INFO O| Oct 03 21:10:25.467 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96272025-10-03T21:10:25.842Z[ host-image] Oct 03 21:10:25.467 INFO O| Oct 03 21:10:25.467 INFO ok!
96282025-10-03T21:10:25.843Z[ host-image] Oct 03 21:10:25.467 INFO O| Oct 03 21:10:25.467 INFO STEP 31 (ensure_file) COMPLETE
96292025-10-03T21:10:25.843Z[ host-image] Oct 03 21:10:25.467 INFO O| Oct 03 21:10:25.467 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
96302025-10-03T21:10:25.843Z[ host-image] Oct 03 21:10:25.480 INFO O| Oct 03 21:10:25.480 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96312025-10-03T21:10:25.843Z[ host-image] Oct 03 21:10:25.480 INFO O| Oct 03 21:10:25.480 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96322025-10-03T21:10:25.843Z[ host-image] Oct 03 21:10:25.480 INFO O| Oct 03 21:10:25.480 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96332025-10-03T21:10:25.843Z[ host-image] Oct 03 21:10:25.480 INFO O| Oct 03 21:10:25.480 INFO STEP 32 (ensure_dir) COMPLETE
96342025-10-03T21:10:25.843Z[ host-image] Oct 03 21:10:25.480 INFO O| Oct 03 21:10:25.480 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96352025-10-03T21:10:25.868Z[ host-image] Oct 03 21:10:25.497 INFO O| Oct 03 21:10:25.497 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
96362025-10-03T21:10:25.868Z[ host-image] Oct 03 21:10:25.497 INFO O| Oct 03 21:10:25.497 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml ...
96372025-10-03T21:10:25.868Z[ host-image] Oct 03 21:10:25.497 INFO O| Oct 03 21:10:25.497 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
96382025-10-03T21:10:25.868Z[ host-image] Oct 03 21:10:25.497 INFO O| Oct 03 21:10:25.497 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
96392025-10-03T21:10:25.868Z[ host-image] Oct 03 21:10:25.497 INFO O| Oct 03 21:10:25.497 INFO ok!
96402025-10-03T21:10:25.868Z[ host-image] Oct 03 21:10:25.497 INFO O| Oct 03 21:10:25.497 INFO STEP 33 (ensure_file) COMPLETE
96412025-10-03T21:10:25.868Z[ host-image] Oct 03 21:10:25.498 INFO O| Oct 03 21:10:25.497 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96422025-10-03T21:10:25.868Z[ host-image] Oct 03 21:10:25.512 INFO O| Oct 03 21:10:25.512 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
96432025-10-03T21:10:25.868Z[ host-image] Oct 03 21:10:25.512 INFO O| Oct 03 21:10:25.512 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
96442025-10-03T21:10:25.868Z[ host-image] Oct 03 21:10:25.512 INFO O| Oct 03 21:10:25.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
96452025-10-03T21:10:25.868Z[ host-image] Oct 03 21:10:25.512 INFO O| Oct 03 21:10:25.512 INFO ok!
96462025-10-03T21:10:25.868Z[ host-image] Oct 03 21:10:25.512 INFO O| Oct 03 21:10:25.512 INFO STEP 34 (ensure_file) COMPLETE
96472025-10-03T21:10:25.868Z[ host-image] Oct 03 21:10:25.512 INFO O| Oct 03 21:10:25.512 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96482025-10-03T21:10:25.893Z[ host-image] Oct 03 21:10:25.531 INFO O| Oct 03 21:10:25.530 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
96492025-10-03T21:10:25.893Z[ host-image] Oct 03 21:10:25.531 INFO O| Oct 03 21:10:25.531 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
96502025-10-03T21:10:25.893Z[ host-image] Oct 03 21:10:25.531 INFO O| Oct 03 21:10:25.531 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96512025-10-03T21:10:25.893Z[ host-image] Oct 03 21:10:25.531 INFO O| Oct 03 21:10:25.531 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96522025-10-03T21:10:25.894Z[ host-image] Oct 03 21:10:25.531 INFO O| Oct 03 21:10:25.531 INFO ok!
96532025-10-03T21:10:25.894Z[ host-image] Oct 03 21:10:25.531 INFO O| Oct 03 21:10:25.531 INFO STEP 35 (ensure_file) COMPLETE
96542025-10-03T21:10:25.894Z[ host-image] Oct 03 21:10:25.531 INFO O| Oct 03 21:10:25.531 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96552025-10-03T21:10:25.918Z[ host-image] Oct 03 21:10:25.549 INFO O| Oct 03 21:10:25.549 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
96562025-10-03T21:10:25.919Z[ host-image] Oct 03 21:10:25.549 INFO O| Oct 03 21:10:25.549 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
96572025-10-03T21:10:25.919Z[ host-image] Oct 03 21:10:25.550 INFO O| Oct 03 21:10:25.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
96582025-10-03T21:10:25.919Z[ host-image] Oct 03 21:10:25.550 INFO O| Oct 03 21:10:25.550 INFO ok!
96592025-10-03T21:10:25.919Z[ host-image] Oct 03 21:10:25.550 INFO O| Oct 03 21:10:25.550 INFO STEP 36 (ensure_file) COMPLETE
96602025-10-03T21:10:25.919Z[ host-image] Oct 03 21:10:25.550 INFO O| Oct 03 21:10:25.550 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96612025-10-03T21:10:25.944Z[ host-image] Oct 03 21:10:25.568 INFO O| Oct 03 21:10:25.568 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
96622025-10-03T21:10:25.944Z[ host-image] Oct 03 21:10:25.569 INFO O| Oct 03 21:10:25.568 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
96632025-10-03T21:10:25.944Z[ host-image] Oct 03 21:10:25.569 INFO O| Oct 03 21:10:25.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
96642025-10-03T21:10:25.944Z[ host-image] Oct 03 21:10:25.569 INFO O| Oct 03 21:10:25.569 INFO ok!
96652025-10-03T21:10:25.944Z[ host-image] Oct 03 21:10:25.569 INFO O| Oct 03 21:10:25.569 INFO STEP 37 (ensure_file) COMPLETE
96662025-10-03T21:10:25.944Z[ host-image] Oct 03 21:10:25.569 INFO O| Oct 03 21:10:25.569 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96672025-10-03T21:10:25.944Z[ host-image] Oct 03 21:10:25.587 INFO O| Oct 03 21:10:25.587 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
96682025-10-03T21:10:25.944Z[ host-image] Oct 03 21:10:25.587 INFO O| Oct 03 21:10:25.587 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
96692025-10-03T21:10:25.944Z[ host-image] Oct 03 21:10:25.587 INFO O| Oct 03 21:10:25.587 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96702025-10-03T21:10:25.944Z[ host-image] Oct 03 21:10:25.587 INFO O| Oct 03 21:10:25.587 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96712025-10-03T21:10:25.944Z[ host-image] Oct 03 21:10:25.587 INFO O| Oct 03 21:10:25.587 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96722025-10-03T21:10:25.944Z[ host-image] Oct 03 21:10:25.587 INFO O| Oct 03 21:10:25.587 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96732025-10-03T21:10:25.944Z[ host-image] Oct 03 21:10:25.587 INFO O| Oct 03 21:10:25.587 INFO ok!
96742025-10-03T21:10:25.944Z[ host-image] Oct 03 21:10:25.587 INFO O| Oct 03 21:10:25.587 INFO STEP 38 (ensure_file) COMPLETE
96752025-10-03T21:10:25.944Z[ host-image] Oct 03 21:10:25.587 INFO O| Oct 03 21:10:25.587 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96762025-10-03T21:10:25.969Z[ host-image] Oct 03 21:10:25.606 INFO O| Oct 03 21:10:25.606 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96772025-10-03T21:10:25.969Z[ host-image] Oct 03 21:10:25.606 INFO O| Oct 03 21:10:25.606 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96782025-10-03T21:10:25.969Z[ host-image] Oct 03 21:10:25.606 INFO O| Oct 03 21:10:25.606 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96792025-10-03T21:10:25.969Z[ host-image] Oct 03 21:10:25.606 INFO O| Oct 03 21:10:25.606 INFO STEP 39 (ensure_dir) COMPLETE
96802025-10-03T21:10:25.969Z[ host-image] Oct 03 21:10:25.606 INFO O| Oct 03 21:10:25.606 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96812025-10-03T21:10:25.994Z[ host-image] Oct 03 21:10:25.623 INFO O| Oct 03 21:10:25.623 INFO file /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
96822025-10-03T21:10:25.994Z[ host-image] Oct 03 21:10:25.623 INFO O| Oct 03 21:10:25.623 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/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
96832025-10-03T21:10:25.994Z[ host-image] Oct 03 21:10:25.623 INFO O| Oct 03 21:10:25.623 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
96842025-10-03T21:10:25.994Z[ host-image] Oct 03 21:10:25.623 INFO O| Oct 03 21:10:25.623 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
96852025-10-03T21:10:25.994Z[ host-image] Oct 03 21:10:25.623 INFO O| Oct 03 21:10:25.623 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
96862025-10-03T21:10:25.994Z[ host-image] Oct 03 21:10:25.623 INFO O| Oct 03 21:10:25.623 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
96872025-10-03T21:10:25.994Z[ host-image] Oct 03 21:10:25.623 INFO O| Oct 03 21:10:25.623 INFO ok!
96882025-10-03T21:10:25.994Z[ host-image] Oct 03 21:10:25.623 INFO O| Oct 03 21:10:25.623 INFO STEP 40 (ensure_file) COMPLETE
96892025-10-03T21:10:25.994Z[ host-image] Oct 03 21:10:25.623 INFO O| Oct 03 21:10:25.623 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96902025-10-03T21:10:25.994Z[ host-image] Oct 03 21:10:25.638 INFO O| Oct 03 21:10:25.638 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
96912025-10-03T21:10:25.994Z[ host-image] Oct 03 21:10:25.638 INFO O| Oct 03 21:10:25.638 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
96922025-10-03T21:10:25.994Z[ host-image] Oct 03 21:10:25.639 INFO O| Oct 03 21:10:25.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
96932025-10-03T21:10:25.994Z[ host-image] Oct 03 21:10:25.639 INFO O| Oct 03 21:10:25.639 INFO ok!
96942025-10-03T21:10:25.995Z[ host-image] Oct 03 21:10:25.639 INFO O| Oct 03 21:10:25.639 INFO STEP 41 (ensure_symlink) COMPLETE
96952025-10-03T21:10:25.995Z[ host-image] Oct 03 21:10:25.639 INFO O| Oct 03 21:10:25.639 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96962025-10-03T21:10:26.020Z[ host-image] Oct 03 21:10:25.654 INFO O| Oct 03 21:10:25.654 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
96972025-10-03T21:10:26.020Z[ host-image] Oct 03 21:10:25.654 INFO O| Oct 03 21:10:25.654 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
96982025-10-03T21:10:26.020Z[ host-image] Oct 03 21:10:25.654 INFO O| Oct 03 21:10:25.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
96992025-10-03T21:10:26.020Z[ host-image] Oct 03 21:10:25.654 INFO O| Oct 03 21:10:25.654 INFO ok!
97002025-10-03T21:10:26.020Z[ host-image] Oct 03 21:10:25.654 INFO O| Oct 03 21:10:25.654 INFO STEP 42 (ensure_symlink) COMPLETE
97012025-10-03T21:10:26.020Z[ host-image] Oct 03 21:10:25.654 INFO O| Oct 03 21:10:25.654 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97022025-10-03T21:10:26.045Z[ host-image] Oct 03 21:10:25.668 INFO O| Oct 03 21:10:25.668 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
97032025-10-03T21:10:26.045Z[ host-image] Oct 03 21:10:25.669 INFO O| Oct 03 21:10:25.668 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
97042025-10-03T21:10:26.045Z[ host-image] Oct 03 21:10:25.669 INFO O| Oct 03 21:10:25.669 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97052025-10-03T21:10:26.045Z[ host-image] Oct 03 21:10:25.669 INFO O| Oct 03 21:10:25.669 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97062025-10-03T21:10:26.045Z[ host-image] Oct 03 21:10:25.669 INFO O| Oct 03 21:10:25.669 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97072025-10-03T21:10:26.045Z[ host-image] Oct 03 21:10:25.669 INFO O| Oct 03 21:10:25.669 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97082025-10-03T21:10:26.045Z[ host-image] Oct 03 21:10:25.669 INFO O| Oct 03 21:10:25.669 INFO ok!
97092025-10-03T21:10:26.045Z[ host-image] Oct 03 21:10:25.669 INFO O| Oct 03 21:10:25.669 INFO STEP 43 (ensure_file) COMPLETE
97102025-10-03T21:10:26.045Z[ host-image] Oct 03 21:10:25.669 INFO O| Oct 03 21:10:25.669 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97112025-10-03T21:10:26.045Z[ host-image] Oct 03 21:10:25.682 INFO O| Oct 03 21:10:25.682 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
97122025-10-03T21:10:26.045Z[ host-image] Oct 03 21:10:25.682 INFO O| Oct 03 21:10:25.682 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml ...
97132025-10-03T21:10:26.045Z[ host-image] Oct 03 21:10:25.682 INFO O| Oct 03 21:10:25.682 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
97142025-10-03T21:10:26.045Z[ host-image] Oct 03 21:10:25.682 INFO O| Oct 03 21:10:25.682 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
97152025-10-03T21:10:26.045Z[ host-image] Oct 03 21:10:25.682 INFO O| Oct 03 21:10:25.682 INFO ok!
97162025-10-03T21:10:26.045Z[ host-image] Oct 03 21:10:25.682 INFO O| Oct 03 21:10:25.682 INFO STEP 44 (ensure_file) COMPLETE
97172025-10-03T21:10:26.045Z[ host-image] Oct 03 21:10:25.682 INFO O| Oct 03 21:10:25.682 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97182025-10-03T21:10:26.070Z[ host-image] Oct 03 21:10:25.696 INFO O| Oct 03 21:10:25.696 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
97192025-10-03T21:10:26.070Z[ host-image] Oct 03 21:10:25.696 INFO O| Oct 03 21:10:25.696 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
97202025-10-03T21:10:26.070Z[ host-image] Oct 03 21:10:25.696 INFO O| Oct 03 21:10:25.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
97212025-10-03T21:10:26.070Z[ host-image] Oct 03 21:10:25.696 INFO O| Oct 03 21:10:25.696 INFO ok!
97222025-10-03T21:10:26.070Z[ host-image] Oct 03 21:10:25.696 INFO O| Oct 03 21:10:25.696 INFO STEP 45 (ensure_file) COMPLETE
97232025-10-03T21:10:26.070Z[ host-image] Oct 03 21:10:25.696 INFO O| Oct 03 21:10:25.696 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97242025-10-03T21:10:26.096Z[ host-image] Oct 03 21:10:25.721 INFO O| Oct 03 21:10:25.721 INFO updating shadow file
97252025-10-03T21:10:26.096Z[ host-image] Oct 03 21:10:25.721 INFO O| Oct 03 21:10:25.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97262025-10-03T21:10:26.096Z[ host-image] Oct 03 21:10:25.721 INFO O| Oct 03 21:10:25.721 INFO STEP 46 (shadow) COMPLETE
97272025-10-03T21:10:26.096Z[ host-image] Oct 03 21:10:25.721 INFO O| Oct 03 21:10:25.721 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97282025-10-03T21:10:26.096Z[ host-image] Oct 03 21:10:25.739 INFO O| Oct 03 21:10:25.738 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
97292025-10-03T21:10:26.096Z[ host-image] Oct 03 21:10:25.739 INFO O| Oct 03 21:10:25.739 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
97302025-10-03T21:10:26.096Z[ host-image] Oct 03 21:10:25.739 INFO O| Oct 03 21:10:25.739 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97312025-10-03T21:10:26.096Z[ host-image] Oct 03 21:10:25.739 INFO O| Oct 03 21:10:25.739 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97322025-10-03T21:10:26.096Z[ host-image] Oct 03 21:10:25.739 INFO O| Oct 03 21:10:25.739 INFO ok!
97332025-10-03T21:10:26.096Z[ host-image] Oct 03 21:10:25.739 INFO O| Oct 03 21:10:25.739 INFO STEP 47 (ensure_file) COMPLETE
97342025-10-03T21:10:26.096Z[ host-image] Oct 03 21:10:25.739 INFO O| Oct 03 21:10:25.739 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97352025-10-03T21:10:26.096Z[ host-image] Oct 03 21:10:25.739 INFO O| Oct 03 21:10:25.739 INFO skip step because feature "mfg" is not enabled
97362025-10-03T21:10:26.096Z[ host-image] Oct 03 21:10:25.739 INFO O| Oct 03 21:10:25.739 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97372025-10-03T21:10:26.096Z[ host-image] Oct 03 21:10:25.739 INFO O| Oct 03 21:10:25.739 INFO skip step because feature "mfg" is not enabled
97382025-10-03T21:10:26.096Z[ host-image] Oct 03 21:10:25.739 INFO O| Oct 03 21:10:25.739 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97392025-10-03T21:10:26.121Z[ host-image] Oct 03 21:10:25.755 INFO O| Oct 03 21:10:25.755 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
97402025-10-03T21:10:26.121Z[ host-image] Oct 03 21:10:25.755 INFO O| Oct 03 21:10:25.755 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
97412025-10-03T21:10:26.940Z[ host-image] Oct 03 21:10:26.588 INFO O| Oct 03 21:10:26.588 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97422025-10-03T21:10:26.940Z[ host-image] Oct 03 21:10:26.588 INFO O| Oct 03 21:10:26.588 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97432025-10-03T21:10:26.965Z[ host-image] Oct 03 21:10:26.588 INFO O| Oct 03 21:10:26.588 INFO ok!
97442025-10-03T21:10:26.965Z[ host-image] Oct 03 21:10:26.588 INFO O| Oct 03 21:10:26.588 INFO STEP 50 (ensure_file) COMPLETE
97452025-10-03T21:10:26.965Z[ host-image] Oct 03 21:10:26.588 INFO O| Oct 03 21:10:26.588 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97462025-10-03T21:10:26.966Z[ host-image] Oct 03 21:10:26.588 INFO O| Oct 03 21:10:26.588 INFO skip step because feature "compliance" is not enabled
97472025-10-03T21:10:26.966Z[ host-image] Oct 03 21:10:26.588 INFO O| Oct 03 21:10:26.588 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97482025-10-03T21:10:26.966Z[ host-image] Oct 03 21:10:26.605 INFO O| Oct 03 21:10:26.605 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
97492025-10-03T21:10:26.966Z[ host-image] Oct 03 21:10:26.605 INFO O| Oct 03 21:10:26.605 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
97502025-10-03T21:10:26.966Z[ host-image] Oct 03 21:10:26.606 INFO O| Oct 03 21:10:26.606 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97512025-10-03T21:10:26.966Z[ host-image] Oct 03 21:10:26.606 INFO O| Oct 03 21:10:26.606 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97522025-10-03T21:10:26.966Z[ host-image] Oct 03 21:10:26.606 INFO O| Oct 03 21:10:26.606 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97532025-10-03T21:10:26.966Z[ host-image] Oct 03 21:10:26.606 INFO O| Oct 03 21:10:26.606 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97542025-10-03T21:10:26.966Z[ host-image] Oct 03 21:10:26.606 INFO O| Oct 03 21:10:26.606 INFO ok!
97552025-10-03T21:10:26.966Z[ host-image] Oct 03 21:10:26.606 INFO O| Oct 03 21:10:26.606 INFO STEP 52 (ensure_file) COMPLETE
97562025-10-03T21:10:26.966Z[ host-image] Oct 03 21:10:26.606 INFO O| Oct 03 21:10:26.606 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97572025-10-03T21:10:26.991Z[ host-image] Oct 03 21:10:26.620 INFO O| Oct 03 21:10:26.620 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
97582025-10-03T21:10:26.991Z[ host-image] Oct 03 21:10:26.621 INFO O| Oct 03 21:10:26.620 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ...
97592025-10-03T21:10:26.991Z[ host-image] Oct 03 21:10:26.621 INFO O| Oct 03 21:10:26.621 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
97602025-10-03T21:10:26.991Z[ host-image] Oct 03 21:10:26.621 INFO O| Oct 03 21:10:26.621 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
97612025-10-03T21:10:26.991Z[ host-image] Oct 03 21:10:26.621 INFO O| Oct 03 21:10:26.621 INFO ok!
97622025-10-03T21:10:26.991Z[ host-image] Oct 03 21:10:26.621 INFO O| Oct 03 21:10:26.621 INFO STEP 53 (ensure_file) COMPLETE
97632025-10-03T21:10:26.991Z[ host-image] Oct 03 21:10:26.621 INFO O| Oct 03 21:10:26.621 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97642025-10-03T21:10:26.991Z[ host-image] Oct 03 21:10:26.637 INFO O| Oct 03 21:10:26.637 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
97652025-10-03T21:10:26.991Z[ host-image] Oct 03 21:10:26.637 INFO O| Oct 03 21:10:26.637 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-cpu-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen ...
97662025-10-03T21:10:26.991Z[ host-image] Oct 03 21:10:26.637 INFO O| Oct 03 21:10:26.637 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97672025-10-03T21:10:26.991Z[ host-image] Oct 03 21:10:26.637 INFO O| Oct 03 21:10:26.637 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97682025-10-03T21:10:26.991Z[ host-image] Oct 03 21:10:26.637 INFO O| Oct 03 21:10:26.637 INFO ok!
97692025-10-03T21:10:26.991Z[ host-image] Oct 03 21:10:26.637 INFO O| Oct 03 21:10:26.637 INFO STEP 54 (ensure_file) COMPLETE
97702025-10-03T21:10:26.991Z[ host-image] Oct 03 21:10:26.637 INFO O| Oct 03 21:10:26.637 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97712025-10-03T21:10:27.017Z[ host-image] Oct 03 21:10:26.655 INFO O| Oct 03 21:10:26.654 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
97722025-10-03T21:10:27.017Z[ host-image] Oct 03 21:10:26.655 INFO O| Oct 03 21:10:26.654 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-cpu-loadgen.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml ...
97732025-10-03T21:10:27.017Z[ host-image] Oct 03 21:10:26.661 INFO O| Oct 03 21:10:26.661 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
97742025-10-03T21:10:27.017Z[ host-image] Oct 03 21:10:26.661 INFO O| Oct 03 21:10:26.661 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
97752025-10-03T21:10:27.017Z[ host-image] Oct 03 21:10:26.661 INFO O| Oct 03 21:10:26.661 INFO ok!
97762025-10-03T21:10:27.017Z[ host-image] Oct 03 21:10:26.661 INFO O| Oct 03 21:10:26.661 INFO STEP 55 (ensure_file) COMPLETE
97772025-10-03T21:10:27.017Z[ host-image] Oct 03 21:10:26.661 INFO O| Oct 03 21:10:26.661 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97782025-10-03T21:10:27.047Z[ host-image] Oct 03 21:10:26.695 INFO O| Oct 03 21:10:26.695 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
97792025-10-03T21:10:27.047Z[ host-image] Oct 03 21:10:26.695 INFO O| Oct 03 21:10:26.695 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-mem-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen ...
97802025-10-03T21:10:27.072Z[ host-image] Oct 03 21:10:26.695 INFO O| Oct 03 21:10:26.695 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97812025-10-03T21:10:27.072Z[ host-image] Oct 03 21:10:26.695 INFO O| Oct 03 21:10:26.695 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97822025-10-03T21:10:27.072Z[ host-image] Oct 03 21:10:26.695 INFO O| Oct 03 21:10:26.695 INFO ok!
97832025-10-03T21:10:27.073Z[ host-image] Oct 03 21:10:26.695 INFO O| Oct 03 21:10:26.695 INFO STEP 56 (ensure_file) COMPLETE
97842025-10-03T21:10:27.073Z[ host-image] Oct 03 21:10:26.695 INFO O| Oct 03 21:10:26.695 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97852025-10-03T21:10:27.073Z[ host-image] Oct 03 21:10:26.719 INFO O| Oct 03 21:10:26.719 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
97862025-10-03T21:10:27.073Z[ host-image] Oct 03 21:10:26.719 INFO O| Oct 03 21:10:26.719 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-mem-loadgen.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml ...
97872025-10-03T21:10:27.073Z[ host-image] Oct 03 21:10:26.719 INFO O| Oct 03 21:10:26.719 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
97882025-10-03T21:10:27.073Z[ host-image] Oct 03 21:10:26.719 INFO O| Oct 03 21:10:26.719 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
97892025-10-03T21:10:27.073Z[ host-image] Oct 03 21:10:26.719 INFO O| Oct 03 21:10:26.719 INFO ok!
97902025-10-03T21:10:27.073Z[ host-image] Oct 03 21:10:26.719 INFO O| Oct 03 21:10:26.719 INFO STEP 57 (ensure_file) COMPLETE
97912025-10-03T21:10:27.073Z[ host-image] Oct 03 21:10:26.719 INFO O| Oct 03 21:10:26.719 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97922025-10-03T21:10:27.098Z[ host-image] Oct 03 21:10:26.736 INFO O| Oct 03 21:10:26.736 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
97932025-10-03T21:10:27.098Z[ host-image] Oct 03 21:10:26.736 INFO O| Oct 03 21:10:26.736 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-nvme-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen ...
97942025-10-03T21:10:27.098Z[ host-image] Oct 03 21:10:26.736 INFO O| Oct 03 21:10:26.736 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97952025-10-03T21:10:27.098Z[ host-image] Oct 03 21:10:26.736 INFO O| Oct 03 21:10:26.736 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97962025-10-03T21:10:27.098Z[ host-image] Oct 03 21:10:26.736 INFO O| Oct 03 21:10:26.736 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97972025-10-03T21:10:27.098Z[ host-image] Oct 03 21:10:26.737 INFO O| Oct 03 21:10:26.736 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97982025-10-03T21:10:27.098Z[ host-image] Oct 03 21:10:26.737 INFO O| Oct 03 21:10:26.737 INFO ok!
97992025-10-03T21:10:27.098Z[ host-image] Oct 03 21:10:26.737 INFO O| Oct 03 21:10:26.737 INFO STEP 58 (ensure_file) COMPLETE
98002025-10-03T21:10:27.098Z[ host-image] Oct 03 21:10:26.737 INFO O| Oct 03 21:10:26.737 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98012025-10-03T21:10:27.123Z[ host-image] Oct 03 21:10:26.754 INFO O| Oct 03 21:10:26.754 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
98022025-10-03T21:10:27.123Z[ host-image] Oct 03 21:10:26.754 INFO O| Oct 03 21:10:26.754 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-nvme-loadgen.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml ...
98032025-10-03T21:10:27.123Z[ host-image] Oct 03 21:10:26.754 INFO O| Oct 03 21:10:26.754 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
98042025-10-03T21:10:27.123Z[ host-image] Oct 03 21:10:26.754 INFO O| Oct 03 21:10:26.754 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
98052025-10-03T21:10:27.123Z[ host-image] Oct 03 21:10:26.754 INFO O| Oct 03 21:10:26.754 INFO ok!
98062025-10-03T21:10:27.123Z[ host-image] Oct 03 21:10:26.754 INFO O| Oct 03 21:10:26.754 INFO STEP 59 (ensure_file) COMPLETE
98072025-10-03T21:10:27.123Z[ host-image] Oct 03 21:10:26.754 INFO O| Oct 03 21:10:26.754 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98082025-10-03T21:10:27.148Z[ host-image] Oct 03 21:10:26.772 INFO O| Oct 03 21:10:26.772 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
98092025-10-03T21:10:27.148Z[ host-image] Oct 03 21:10:26.772 INFO O| Oct 03 21:10:26.772 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
98102025-10-03T21:10:27.148Z[ host-image] Oct 03 21:10:26.773 INFO O| Oct 03 21:10:26.773 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
98112025-10-03T21:10:27.148Z[ host-image] Oct 03 21:10:26.773 INFO O| Oct 03 21:10:26.773 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
98122025-10-03T21:10:27.148Z[ host-image] Oct 03 21:10:26.773 INFO O| Oct 03 21:10:26.773 INFO ok!
98132025-10-03T21:10:27.148Z[ host-image] Oct 03 21:10:26.773 INFO O| Oct 03 21:10:26.773 INFO STEP 60 (ensure_file) COMPLETE
98142025-10-03T21:10:27.148Z[ host-image] Oct 03 21:10:26.773 INFO O| Oct 03 21:10:26.773 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98152025-10-03T21:10:27.148Z[ host-image] Oct 03 21:10:26.790 INFO O| Oct 03 21:10:26.790 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
98162025-10-03T21:10:27.148Z[ host-image] Oct 03 21:10:26.790 INFO O| Oct 03 21:10:26.790 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml ...
98172025-10-03T21:10:27.148Z[ host-image] Oct 03 21:10:26.790 INFO O| Oct 03 21:10:26.790 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
98182025-10-03T21:10:27.149Z[ host-image] Oct 03 21:10:26.790 INFO O| Oct 03 21:10:26.790 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
98192025-10-03T21:10:27.149Z[ host-image] Oct 03 21:10:26.790 INFO O| Oct 03 21:10:26.790 INFO ok!
98202025-10-03T21:10:27.149Z[ host-image] Oct 03 21:10:26.790 INFO O| Oct 03 21:10:26.790 INFO STEP 61 (ensure_file) COMPLETE
98212025-10-03T21:10:27.149Z[ host-image] Oct 03 21:10:26.790 INFO O| Oct 03 21:10:26.790 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98222025-10-03T21:10:27.174Z[ host-image] Oct 03 21:10:26.808 INFO O| Oct 03 21:10:26.808 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
98232025-10-03T21:10:27.174Z[ host-image] Oct 03 21:10:26.808 INFO O| Oct 03 21:10:26.808 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
98242025-10-03T21:10:27.174Z[ host-image] Oct 03 21:10:26.808 INFO O| Oct 03 21:10:26.808 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98252025-10-03T21:10:27.174Z[ host-image] Oct 03 21:10:26.808 INFO O| Oct 03 21:10:26.808 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98262025-10-03T21:10:27.174Z[ host-image] Oct 03 21:10:26.808 INFO O| Oct 03 21:10:26.808 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98272025-10-03T21:10:27.174Z[ host-image] Oct 03 21:10:26.808 INFO O| Oct 03 21:10:26.808 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98282025-10-03T21:10:27.174Z[ host-image] Oct 03 21:10:26.808 INFO O| Oct 03 21:10:26.808 INFO ok!
98292025-10-03T21:10:27.174Z[ host-image] Oct 03 21:10:26.808 INFO O| Oct 03 21:10:26.808 INFO STEP 62 (ensure_file) COMPLETE
98302025-10-03T21:10:27.174Z[ host-image] Oct 03 21:10:26.808 INFO O| Oct 03 21:10:26.808 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98312025-10-03T21:10:27.199Z[ host-image] Oct 03 21:10:26.826 INFO O| Oct 03 21:10:26.826 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
98322025-10-03T21:10:27.199Z[ host-image] Oct 03 21:10:26.826 INFO O| Oct 03 21:10:26.826 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ...
98332025-10-03T21:10:27.199Z[ host-image] Oct 03 21:10:26.826 INFO O| Oct 03 21:10:26.826 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
98342025-10-03T21:10:27.199Z[ host-image] Oct 03 21:10:26.826 INFO O| Oct 03 21:10:26.826 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
98352025-10-03T21:10:27.199Z[ host-image] Oct 03 21:10:26.826 INFO O| Oct 03 21:10:26.826 INFO ok!
98362025-10-03T21:10:27.199Z[ host-image] Oct 03 21:10:26.826 INFO O| Oct 03 21:10:26.826 INFO STEP 63 (ensure_file) COMPLETE
98372025-10-03T21:10:27.199Z[ host-image] Oct 03 21:10:26.826 INFO O| Oct 03 21:10:26.826 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98382025-10-03T21:10:27.199Z[ host-image] Oct 03 21:10:26.844 INFO O| Oct 03 21:10:26.843 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
98392025-10-03T21:10:27.199Z[ host-image] Oct 03 21:10:26.844 INFO O| Oct 03 21:10:26.844 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml ...
98402025-10-03T21:10:27.199Z[ host-image] Oct 03 21:10:26.844 INFO O| Oct 03 21:10:26.844 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
98412025-10-03T21:10:27.199Z[ host-image] Oct 03 21:10:26.844 INFO O| Oct 03 21:10:26.844 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
98422025-10-03T21:10:27.199Z[ host-image] Oct 03 21:10:26.844 INFO O| Oct 03 21:10:26.844 INFO ok!
98432025-10-03T21:10:27.199Z[ host-image] Oct 03 21:10:26.844 INFO O| Oct 03 21:10:26.844 INFO STEP 64 (ensure_file) COMPLETE
98442025-10-03T21:10:27.200Z[ host-image] Oct 03 21:10:26.844 INFO O| Oct 03 21:10:26.844 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98452025-10-03T21:10:27.224Z[ host-image] Oct 03 21:10:26.860 INFO O| Oct 03 21:10:26.860 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
98462025-10-03T21:10:27.225Z[ host-image] Oct 03 21:10:26.860 INFO O| Oct 03 21:10:26.860 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml ...
98472025-10-03T21:10:27.225Z[ host-image] Oct 03 21:10:26.860 INFO O| Oct 03 21:10:26.860 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
98482025-10-03T21:10:27.225Z[ host-image] Oct 03 21:10:26.861 INFO O| Oct 03 21:10:26.860 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
98492025-10-03T21:10:27.225Z[ host-image] Oct 03 21:10:26.861 INFO O| Oct 03 21:10:26.860 INFO ok!
98502025-10-03T21:10:27.225Z[ host-image] Oct 03 21:10:26.861 INFO O| Oct 03 21:10:26.860 INFO STEP 65 (ensure_file) COMPLETE
98512025-10-03T21:10:27.225Z[ host-image] Oct 03 21:10:26.861 INFO O| Oct 03 21:10:26.861 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98522025-10-03T21:10:27.250Z[ host-image] Oct 03 21:10:26.877 INFO O| Oct 03 21:10:26.877 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
98532025-10-03T21:10:27.250Z[ host-image] Oct 03 21:10:26.877 INFO O| Oct 03 21:10:26.877 INFO STEP 66 (ensure_dir) COMPLETE
98542025-10-03T21:10:27.250Z[ host-image] Oct 03 21:10:26.877 INFO O| Oct 03 21:10:26.877 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98552025-10-03T21:10:27.250Z[ host-image] Oct 03 21:10:26.892 INFO O| Oct 03 21:10:26.892 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98562025-10-03T21:10:27.250Z[ host-image] Oct 03 21:10:26.892 INFO O| Oct 03 21:10:26.892 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98572025-10-03T21:10:27.250Z[ host-image] Oct 03 21:10:26.892 INFO O| Oct 03 21:10:26.892 INFO STEP 67 (ensure_dir) COMPLETE
98582025-10-03T21:10:27.250Z[ host-image] Oct 03 21:10:26.892 INFO O| Oct 03 21:10:26.892 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98592025-10-03T21:10:27.275Z[ host-image] Oct 03 21:10:26.906 INFO O| Oct 03 21:10:26.906 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98602025-10-03T21:10:27.275Z[ host-image] Oct 03 21:10:26.907 INFO O| Oct 03 21:10:26.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98612025-10-03T21:10:27.275Z[ host-image] Oct 03 21:10:26.907 INFO O| Oct 03 21:10:26.907 INFO STEP 68 (ensure_dir) COMPLETE
98622025-10-03T21:10:27.275Z[ host-image] Oct 03 21:10:26.907 INFO O| Oct 03 21:10:26.907 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98632025-10-03T21:10:27.301Z[ host-image] Oct 03 21:10:26.924 INFO O| Oct 03 21:10:26.924 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
98642025-10-03T21:10:27.301Z[ host-image] Oct 03 21:10:26.924 INFO O| Oct 03 21:10:26.924 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
98652025-10-03T21:10:28.744Z[ host-image] Oct 03 21:10:28.392 INFO O| Oct 03 21:10:28.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
98662025-10-03T21:10:28.744Z[ host-image] Oct 03 21:10:28.392 INFO O| Oct 03 21:10:28.392 INFO ok!
98672025-10-03T21:10:28.769Z[ host-image] Oct 03 21:10:28.392 INFO O| Oct 03 21:10:28.392 INFO STEP 69 (ensure_file) COMPLETE
98682025-10-03T21:10:28.769Z[ host-image] Oct 03 21:10:28.392 INFO O| Oct 03 21:10:28.392 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98692025-10-03T21:10:28.769Z[ host-image] Oct 03 21:10:28.409 INFO O| Oct 03 21:10:28.409 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
98702025-10-03T21:10:28.769Z[ host-image] Oct 03 21:10:28.409 INFO O| Oct 03 21:10:28.409 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
98712025-10-03T21:10:31.008Z[ host-image] Oct 03 21:10:30.656 INFO O| Oct 03 21:10:30.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
98722025-10-03T21:10:31.008Z[ host-image] Oct 03 21:10:30.656 INFO O| Oct 03 21:10:30.656 INFO ok!
98732025-10-03T21:10:31.033Z[ host-image] Oct 03 21:10:30.656 INFO O| Oct 03 21:10:30.656 INFO STEP 70 (ensure_file) COMPLETE
98742025-10-03T21:10:31.033Z[ host-image] Oct 03 21:10:30.656 INFO O| Oct 03 21:10:30.656 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98752025-10-03T21:10:31.033Z[ host-image] Oct 03 21:10:30.675 INFO O| Oct 03 21:10:30.674 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98762025-10-03T21:10:31.033Z[ host-image] Oct 03 21:10:30.675 INFO O| Oct 03 21:10:30.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98772025-10-03T21:10:31.034Z[ host-image] Oct 03 21:10:30.675 INFO O| Oct 03 21:10:30.675 INFO STEP 71 (ensure_dir) COMPLETE
98782025-10-03T21:10:31.034Z[ host-image] Oct 03 21:10:30.675 INFO O| Oct 03 21:10:30.675 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98792025-10-03T21:10:31.058Z[ host-image] Oct 03 21:10:30.691 INFO O| Oct 03 21:10:30.691 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
98802025-10-03T21:10:31.058Z[ host-image] Oct 03 21:10:30.691 INFO O| Oct 03 21:10:30.691 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
98812025-10-03T21:10:31.058Z[ host-image] Oct 03 21:10:30.691 INFO O| Oct 03 21:10:30.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
98822025-10-03T21:10:31.058Z[ host-image] Oct 03 21:10:30.691 INFO O| Oct 03 21:10:30.691 INFO ok!
98832025-10-03T21:10:31.058Z[ host-image] Oct 03 21:10:30.691 INFO O| Oct 03 21:10:30.691 INFO STEP 72 (ensure_file) COMPLETE
98842025-10-03T21:10:31.058Z[ host-image] Oct 03 21:10:30.691 INFO O| Oct 03 21:10:30.691 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98852025-10-03T21:10:31.083Z[ host-image] Oct 03 21:10:30.706 INFO O| Oct 03 21:10:30.706 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
98862025-10-03T21:10:31.083Z[ host-image] Oct 03 21:10:30.706 INFO O| Oct 03 21:10:30.706 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
98872025-10-03T21:10:31.083Z[ host-image] Oct 03 21:10:30.707 INFO O| Oct 03 21:10:30.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
98882025-10-03T21:10:31.083Z[ host-image] Oct 03 21:10:30.707 INFO O| Oct 03 21:10:30.707 INFO ok!
98892025-10-03T21:10:31.084Z[ host-image] Oct 03 21:10:30.707 INFO O| Oct 03 21:10:30.707 INFO STEP 73 (ensure_file) COMPLETE
98902025-10-03T21:10:31.084Z[ host-image] Oct 03 21:10:30.707 INFO O| Oct 03 21:10:30.707 INFO STEP 74: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98912025-10-03T21:10:31.084Z[ host-image] Oct 03 21:10:30.728 INFO O| Oct 03 21:10:30.728 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98922025-10-03T21:10:31.084Z[ host-image] Oct 03 21:10:30.728 INFO O| Oct 03 21:10:30.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98932025-10-03T21:10:31.084Z[ host-image] Oct 03 21:10:30.728 INFO O| Oct 03 21:10:30.728 INFO STEP 74 (ensure_dir) COMPLETE
98942025-10-03T21:10:31.084Z[ host-image] Oct 03 21:10:30.728 INFO O| Oct 03 21:10:30.728 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98952025-10-03T21:10:31.109Z[ host-image] Oct 03 21:10:30.746 INFO O| Oct 03 21:10:30.746 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
98962025-10-03T21:10:31.109Z[ host-image] Oct 03 21:10:30.746 INFO O| Oct 03 21:10:30.746 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
98972025-10-03T21:10:31.109Z[ host-image] Oct 03 21:10:30.746 INFO O| Oct 03 21:10:30.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
98982025-10-03T21:10:31.109Z[ host-image] Oct 03 21:10:30.746 INFO O| Oct 03 21:10:30.746 INFO ok!
98992025-10-03T21:10:31.109Z[ host-image] Oct 03 21:10:30.746 INFO O| Oct 03 21:10:30.746 INFO STEP 75 (ensure_file) COMPLETE
99002025-10-03T21:10:31.109Z[ host-image] Oct 03 21:10:30.746 INFO O| Oct 03 21:10:30.746 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99012025-10-03T21:10:31.134Z[ host-image] Oct 03 21:10:30.763 INFO O| Oct 03 21:10:30.763 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
99022025-10-03T21:10:31.134Z[ host-image] Oct 03 21:10:30.763 INFO O| Oct 03 21:10:30.763 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
99032025-10-03T21:10:31.134Z[ host-image] Oct 03 21:10:30.764 INFO O| Oct 03 21:10:30.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
99042025-10-03T21:10:31.134Z[ host-image] Oct 03 21:10:30.764 INFO O| Oct 03 21:10:30.763 INFO ok!
99052025-10-03T21:10:31.134Z[ host-image] Oct 03 21:10:30.764 INFO O| Oct 03 21:10:30.764 INFO STEP 76 (ensure_file) COMPLETE
99062025-10-03T21:10:31.134Z[ host-image] Oct 03 21:10:30.764 INFO O| Oct 03 21:10:30.764 INFO STEP 77: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99072025-10-03T21:10:31.159Z[ host-image] Oct 03 21:10:30.783 INFO O| Oct 03 21:10:30.783 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
99082025-10-03T21:10:31.159Z[ host-image] Oct 03 21:10:30.783 INFO O| Oct 03 21:10:30.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
99092025-10-03T21:10:31.159Z[ host-image] Oct 03 21:10:30.783 INFO O| Oct 03 21:10:30.783 INFO STEP 77 (ensure_dir) COMPLETE
99102025-10-03T21:10:31.159Z[ host-image] Oct 03 21:10:30.783 INFO O| Oct 03 21:10:30.783 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99112025-10-03T21:10:31.159Z[ host-image] Oct 03 21:10:30.802 INFO O| Oct 03 21:10:30.802 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
99122025-10-03T21:10:31.159Z[ host-image] Oct 03 21:10:30.802 INFO O| Oct 03 21:10:30.802 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
99132025-10-03T21:10:31.159Z[ host-image] Oct 03 21:10:30.802 INFO O| Oct 03 21:10:30.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
99142025-10-03T21:10:31.159Z[ host-image] Oct 03 21:10:30.802 INFO O| Oct 03 21:10:30.802 INFO ok!
99152025-10-03T21:10:31.159Z[ host-image] Oct 03 21:10:30.802 INFO O| Oct 03 21:10:30.802 INFO STEP 78 (ensure_file) COMPLETE
99162025-10-03T21:10:31.159Z[ host-image] Oct 03 21:10:30.802 INFO O| Oct 03 21:10:30.802 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99172025-10-03T21:10:31.184Z[ host-image] Oct 03 21:10:30.820 INFO O| Oct 03 21:10:30.820 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
99182025-10-03T21:10:31.184Z[ host-image] Oct 03 21:10:30.820 INFO O| Oct 03 21:10:30.820 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
99192025-10-03T21:10:31.184Z[ host-image] Oct 03 21:10:30.820 INFO O| Oct 03 21:10:30.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
99202025-10-03T21:10:31.185Z[ host-image] Oct 03 21:10:30.820 INFO O| Oct 03 21:10:30.820 INFO ok!
99212025-10-03T21:10:31.185Z[ host-image] Oct 03 21:10:30.820 INFO O| Oct 03 21:10:30.820 INFO STEP 79 (ensure_file) COMPLETE
99222025-10-03T21:10:31.185Z[ host-image] Oct 03 21:10:30.820 INFO O| Oct 03 21:10:30.820 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99232025-10-03T21:10:31.209Z[ host-image] Oct 03 21:10:30.839 INFO O| Oct 03 21:10:30.839 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99242025-10-03T21:10:31.209Z[ host-image] Oct 03 21:10:30.840 INFO O| Oct 03 21:10:30.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99252025-10-03T21:10:31.209Z[ host-image] Oct 03 21:10:30.840 INFO O| Oct 03 21:10:30.840 INFO STEP 80 (ensure_dir) COMPLETE
99262025-10-03T21:10:31.209Z[ host-image] Oct 03 21:10:30.840 INFO O| Oct 03 21:10:30.840 INFO STEP 81: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99272025-10-03T21:10:31.234Z[ host-image] Oct 03 21:10:30.859 INFO O| Oct 03 21:10:30.858 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
99282025-10-03T21:10:31.234Z[ host-image] Oct 03 21:10:30.859 INFO O| Oct 03 21:10:30.858 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
99292025-10-03T21:10:31.902Z[ host-image] Oct 03 21:10:31.550 INFO O| Oct 03 21:10:31.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
99302025-10-03T21:10:31.902Z[ host-image] Oct 03 21:10:31.550 INFO O| Oct 03 21:10:31.550 INFO ok!
99312025-10-03T21:10:31.902Z[ host-image] Oct 03 21:10:31.550 INFO O| Oct 03 21:10:31.550 INFO STEP 81 (ensure_file) COMPLETE
99322025-10-03T21:10:31.927Z[ host-image] Oct 03 21:10:31.550 INFO O| Oct 03 21:10:31.550 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99332025-10-03T21:10:31.927Z[ host-image] Oct 03 21:10:31.568 INFO O| Oct 03 21:10:31.568 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
99342025-10-03T21:10:31.927Z[ host-image] Oct 03 21:10:31.568 INFO O| Oct 03 21:10:31.568 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
99352025-10-03T21:10:35.367Z[ host-image] Oct 03 21:10:35.015 INFO O| Oct 03 21:10:35.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
99362025-10-03T21:10:35.367Z[ host-image] Oct 03 21:10:35.015 INFO O| Oct 03 21:10:35.015 INFO ok!
99372025-10-03T21:10:35.392Z[ host-image] Oct 03 21:10:35.015 INFO O| Oct 03 21:10:35.015 INFO STEP 82 (ensure_file) COMPLETE
99382025-10-03T21:10:35.392Z[ host-image] Oct 03 21:10:35.015 INFO O| Oct 03 21:10:35.015 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99392025-10-03T21:10:35.392Z[ host-image] Oct 03 21:10:35.032 INFO O| Oct 03 21:10:35.032 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99402025-10-03T21:10:35.392Z[ host-image] Oct 03 21:10:35.032 INFO O| Oct 03 21:10:35.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99412025-10-03T21:10:35.392Z[ host-image] Oct 03 21:10:35.032 INFO O| Oct 03 21:10:35.032 INFO STEP 83 (ensure_dir) COMPLETE
99422025-10-03T21:10:35.392Z[ host-image] Oct 03 21:10:35.032 INFO O| Oct 03 21:10:35.032 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99432025-10-03T21:10:35.417Z[ host-image] Oct 03 21:10:35.052 INFO O| Oct 03 21:10:35.052 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
99442025-10-03T21:10:35.417Z[ host-image] Oct 03 21:10:35.052 INFO O| Oct 03 21:10:35.052 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml ...
99452025-10-03T21:10:35.417Z[ host-image] Oct 03 21:10:35.052 INFO O| Oct 03 21:10:35.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
99462025-10-03T21:10:35.417Z[ host-image] Oct 03 21:10:35.052 INFO O| Oct 03 21:10:35.052 INFO ok!
99472025-10-03T21:10:35.417Z[ host-image] Oct 03 21:10:35.052 INFO O| Oct 03 21:10:35.052 INFO STEP 84 (ensure_file) COMPLETE
99482025-10-03T21:10:35.417Z[ host-image] Oct 03 21:10:35.052 INFO O| Oct 03 21:10:35.052 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99492025-10-03T21:10:35.442Z[ host-image] Oct 03 21:10:35.071 INFO O| Oct 03 21:10:35.071 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
99502025-10-03T21:10:35.442Z[ host-image] Oct 03 21:10:35.071 INFO O| Oct 03 21:10:35.071 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md ...
99512025-10-03T21:10:35.442Z[ host-image] Oct 03 21:10:35.071 INFO O| Oct 03 21:10:35.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
99522025-10-03T21:10:35.442Z[ host-image] Oct 03 21:10:35.071 INFO O| Oct 03 21:10:35.071 INFO ok!
99532025-10-03T21:10:35.442Z[ host-image] Oct 03 21:10:35.071 INFO O| Oct 03 21:10:35.071 INFO STEP 85 (ensure_file) COMPLETE
99542025-10-03T21:10:35.442Z[ host-image] Oct 03 21:10:35.071 INFO O| Oct 03 21:10:35.071 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99552025-10-03T21:10:35.443Z[ host-image] Oct 03 21:10:35.088 INFO O| Oct 03 21:10:35.088 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
99562025-10-03T21:10:35.443Z[ host-image] Oct 03 21:10:35.088 INFO O| Oct 03 21:10:35.088 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
99572025-10-03T21:10:35.443Z[ host-image] Oct 03 21:10:35.088 INFO O| Oct 03 21:10:35.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
99582025-10-03T21:10:35.443Z[ host-image] Oct 03 21:10:35.088 INFO O| Oct 03 21:10:35.088 INFO ok!
99592025-10-03T21:10:35.443Z[ host-image] Oct 03 21:10:35.088 INFO O| Oct 03 21:10:35.088 INFO STEP 86 (ensure_file) COMPLETE
99602025-10-03T21:10:35.443Z[ host-image] Oct 03 21:10:35.088 INFO O| Oct 03 21:10:35.088 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99612025-10-03T21:10:35.474Z[ host-image] Oct 03 21:10:35.106 INFO O| Oct 03 21:10:35.106 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
99622025-10-03T21:10:35.474Z[ host-image] Oct 03 21:10:35.106 INFO O| Oct 03 21:10:35.106 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
99632025-10-03T21:10:35.474Z[ host-image] Oct 03 21:10:35.106 INFO O| Oct 03 21:10:35.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
99642025-10-03T21:10:35.474Z[ host-image] Oct 03 21:10:35.106 INFO O| Oct 03 21:10:35.106 INFO ok!
99652025-10-03T21:10:35.474Z[ host-image] Oct 03 21:10:35.106 INFO O| Oct 03 21:10:35.106 INFO STEP 87 (ensure_file) COMPLETE
99662025-10-03T21:10:35.474Z[ host-image] Oct 03 21:10:35.106 INFO O| Oct 03 21:10:35.106 INFO STEP 88: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99672025-10-03T21:10:35.499Z[ host-image] Oct 03 21:10:35.126 INFO O| Oct 03 21:10:35.126 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99682025-10-03T21:10:35.499Z[ host-image] Oct 03 21:10:35.127 INFO O| Oct 03 21:10:35.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99692025-10-03T21:10:35.499Z[ host-image] Oct 03 21:10:35.127 INFO O| Oct 03 21:10:35.127 INFO STEP 88 (ensure_dir) COMPLETE
99702025-10-03T21:10:35.499Z[ host-image] Oct 03 21:10:35.127 INFO O| Oct 03 21:10:35.127 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99712025-10-03T21:10:35.524Z[ host-image] Oct 03 21:10:35.149 INFO O| Oct 03 21:10:35.149 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
99722025-10-03T21:10:35.524Z[ host-image] Oct 03 21:10:35.149 INFO O| Oct 03 21:10:35.149 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
99732025-10-03T21:10:35.524Z[ host-image] Oct 03 21:10:35.156 INFO O| Oct 03 21:10:35.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
99742025-10-03T21:10:35.524Z[ host-image] Oct 03 21:10:35.156 INFO O| Oct 03 21:10:35.156 INFO ok!
99752025-10-03T21:10:35.524Z[ host-image] Oct 03 21:10:35.156 INFO O| Oct 03 21:10:35.156 INFO STEP 89 (ensure_file) COMPLETE
99762025-10-03T21:10:35.524Z[ host-image] Oct 03 21:10:35.156 INFO O| Oct 03 21:10:35.156 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99772025-10-03T21:10:35.549Z[ host-image] Oct 03 21:10:35.178 INFO O| Oct 03 21:10:35.177 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
99782025-10-03T21:10:35.549Z[ host-image] Oct 03 21:10:35.178 INFO O| Oct 03 21:10:35.178 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
99792025-10-03T21:10:35.549Z[ host-image] Oct 03 21:10:35.178 INFO O| Oct 03 21:10:35.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
99802025-10-03T21:10:35.549Z[ host-image] Oct 03 21:10:35.178 INFO O| Oct 03 21:10:35.178 INFO ok!
99812025-10-03T21:10:35.549Z[ host-image] Oct 03 21:10:35.178 INFO O| Oct 03 21:10:35.178 INFO STEP 90 (ensure_file) COMPLETE
99822025-10-03T21:10:35.549Z[ host-image] Oct 03 21:10:35.178 INFO O| Oct 03 21:10:35.178 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99832025-10-03T21:10:35.573Z[ host-image] Oct 03 21:10:35.202 INFO O| Oct 03 21:10:35.202 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
99842025-10-03T21:10:35.573Z[ host-image] Oct 03 21:10:35.202 INFO O| Oct 03 21:10:35.202 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
99852025-10-03T21:10:37.858Z[ recovery-image] Oct 03 21:10:37.506 INFO E| Compiling scroll_derive v0.13.0
99862025-10-03T21:10:38.792Z[ host-image] Oct 03 21:10:38.440 INFO O| Oct 03 21:10:38.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
99872025-10-03T21:10:38.792Z[ host-image] Oct 03 21:10:38.440 INFO O| Oct 03 21:10:38.439 INFO ok!
99882025-10-03T21:10:38.816Z[ host-image] Oct 03 21:10:38.440 INFO O| Oct 03 21:10:38.439 INFO STEP 91 (ensure_file) COMPLETE
99892025-10-03T21:10:38.816Z[ host-image] Oct 03 21:10:38.440 INFO O| Oct 03 21:10:38.440 INFO STEP 92: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99902025-10-03T21:10:38.817Z[ host-image] Oct 03 21:10:38.458 INFO O| Oct 03 21:10:38.458 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99912025-10-03T21:10:38.817Z[ host-image] Oct 03 21:10:38.458 INFO O| Oct 03 21:10:38.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99922025-10-03T21:10:38.817Z[ host-image] Oct 03 21:10:38.459 INFO O| Oct 03 21:10:38.458 INFO STEP 92 (ensure_dir) COMPLETE
99932025-10-03T21:10:38.817Z[ host-image] Oct 03 21:10:38.459 INFO O| Oct 03 21:10:38.458 INFO STEP 93: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99942025-10-03T21:10:38.842Z[ host-image] Oct 03 21:10:38.478 INFO O| Oct 03 21:10:38.478 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99952025-10-03T21:10:38.842Z[ host-image] Oct 03 21:10:38.478 INFO O| Oct 03 21:10:38.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99962025-10-03T21:10:38.842Z[ host-image] Oct 03 21:10:38.478 INFO O| Oct 03 21:10:38.478 INFO STEP 93 (ensure_dir) COMPLETE
99972025-10-03T21:10:38.842Z[ host-image] Oct 03 21:10:38.478 INFO O| Oct 03 21:10:38.478 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99982025-10-03T21:10:38.866Z[ host-image] Oct 03 21:10:38.496 INFO O| Oct 03 21:10:38.496 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99992025-10-03T21:10:38.866Z[ host-image] Oct 03 21:10:38.496 INFO O| Oct 03 21:10:38.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
100002025-10-03T21:10:38.866Z[ host-image] Oct 03 21:10:38.496 INFO O| Oct 03 21:10:38.496 INFO STEP 94 (ensure_dir) COMPLETE
100012025-10-03T21:10:38.867Z[ host-image] Oct 03 21:10:38.496 INFO O| Oct 03 21:10:38.496 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100022025-10-03T21:10:38.891Z[ host-image] Oct 03 21:10:38.515 INFO O| Oct 03 21:10:38.515 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100032025-10-03T21:10:38.891Z[ host-image] Oct 03 21:10:38.515 INFO O| Oct 03 21:10:38.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100042025-10-03T21:10:38.891Z[ host-image] Oct 03 21:10:38.515 INFO O| Oct 03 21:10:38.515 INFO STEP 95 (ensure_dir) COMPLETE
100052025-10-03T21:10:38.891Z[ host-image] Oct 03 21:10:38.515 INFO O| Oct 03 21:10:38.515 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100062025-10-03T21:10:38.891Z[ host-image] Oct 03 21:10:38.533 INFO O| Oct 03 21:10:38.533 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100072025-10-03T21:10:38.891Z[ host-image] Oct 03 21:10:38.533 INFO O| Oct 03 21:10:38.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100082025-10-03T21:10:38.891Z[ host-image] Oct 03 21:10:38.533 INFO O| Oct 03 21:10:38.533 INFO STEP 96 (ensure_dir) COMPLETE
100092025-10-03T21:10:38.891Z[ host-image] Oct 03 21:10:38.533 INFO O| Oct 03 21:10:38.533 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100102025-10-03T21:10:38.916Z[ host-image] Oct 03 21:10:38.551 INFO O| Oct 03 21:10:38.551 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
100112025-10-03T21:10:38.917Z[ host-image] Oct 03 21:10:38.551 INFO O| Oct 03 21:10:38.551 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml ...
100122025-10-03T21:10:38.917Z[ host-image] Oct 03 21:10:38.551 INFO O| Oct 03 21:10:38.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
100132025-10-03T21:10:38.917Z[ host-image] Oct 03 21:10:38.551 INFO O| Oct 03 21:10:38.551 INFO ok!
100142025-10-03T21:10:38.917Z[ host-image] Oct 03 21:10:38.551 INFO O| Oct 03 21:10:38.551 INFO STEP 97 (ensure_file) COMPLETE
100152025-10-03T21:10:38.917Z[ host-image] Oct 03 21:10:38.551 INFO O| Oct 03 21:10:38.551 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100162025-10-03T21:10:38.941Z[ host-image] Oct 03 21:10:38.568 INFO O| Oct 03 21:10:38.568 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100172025-10-03T21:10:38.942Z[ host-image] Oct 03 21:10:38.568 INFO O| Oct 03 21:10:38.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100182025-10-03T21:10:38.942Z[ host-image] Oct 03 21:10:38.568 INFO O| Oct 03 21:10:38.568 INFO STEP 98 (ensure_dir) COMPLETE
100192025-10-03T21:10:38.942Z[ host-image] Oct 03 21:10:38.568 INFO O| Oct 03 21:10:38.568 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100202025-10-03T21:10:38.942Z[ host-image] Oct 03 21:10:38.586 INFO O| Oct 03 21:10:38.586 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
100212025-10-03T21:10:38.942Z[ host-image] Oct 03 21:10:38.586 INFO O| Oct 03 21:10:38.586 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
100222025-10-03T21:10:38.942Z[ host-image] Oct 03 21:10:38.586 INFO O| Oct 03 21:10:38.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
100232025-10-03T21:10:38.942Z[ host-image] Oct 03 21:10:38.586 INFO O| Oct 03 21:10:38.586 INFO ok!
100242025-10-03T21:10:38.942Z[ host-image] Oct 03 21:10:38.586 INFO O| Oct 03 21:10:38.586 INFO STEP 99 (ensure_file) COMPLETE
100252025-10-03T21:10:38.942Z[ host-image] Oct 03 21:10:38.586 INFO O| Oct 03 21:10:38.586 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100262025-10-03T21:10:38.967Z[ host-image] Oct 03 21:10:38.603 INFO O| Oct 03 21:10:38.603 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
100272025-10-03T21:10:38.967Z[ host-image] Oct 03 21:10:38.604 INFO O| Oct 03 21:10:38.603 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
100282025-10-03T21:10:39.599Z[ host-image] Oct 03 21:10:39.247 INFO O| Oct 03 21:10:39.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
100292025-10-03T21:10:39.599Z[ host-image] Oct 03 21:10:39.247 INFO O| Oct 03 21:10:39.247 INFO ok!
100302025-10-03T21:10:39.624Z[ host-image] Oct 03 21:10:39.247 INFO O| Oct 03 21:10:39.247 INFO STEP 100 (ensure_file) COMPLETE
100312025-10-03T21:10:39.624Z[ host-image] Oct 03 21:10:39.247 INFO O| Oct 03 21:10:39.247 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100322025-10-03T21:10:39.624Z[ host-image] Oct 03 21:10:39.264 INFO O| Oct 03 21:10:39.263 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
100332025-10-03T21:10:39.624Z[ host-image] Oct 03 21:10:39.264 INFO O| Oct 03 21:10:39.263 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
100342025-10-03T21:10:40.376Z[ host-image] Oct 03 21:10:40.024 INFO O| Oct 03 21:10:40.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
100352025-10-03T21:10:40.376Z[ host-image] Oct 03 21:10:40.024 INFO O| Oct 03 21:10:40.024 INFO ok!
100362025-10-03T21:10:40.401Z[ host-image] Oct 03 21:10:40.024 INFO O| Oct 03 21:10:40.024 INFO STEP 101 (ensure_file) COMPLETE
100372025-10-03T21:10:40.401Z[ host-image] Oct 03 21:10:40.024 INFO O| Oct 03 21:10:40.024 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100382025-10-03T21:10:40.401Z[ host-image] Oct 03 21:10:40.039 INFO O| Oct 03 21:10:40.039 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
100392025-10-03T21:10:40.401Z[ host-image] Oct 03 21:10:40.039 INFO O| Oct 03 21:10:40.039 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
100402025-10-03T21:10:40.401Z[ host-image] Oct 03 21:10:40.039 INFO O| Oct 03 21:10:40.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
100412025-10-03T21:10:40.401Z[ host-image] Oct 03 21:10:40.039 INFO O| Oct 03 21:10:40.039 INFO ok!
100422025-10-03T21:10:40.401Z[ host-image] Oct 03 21:10:40.039 INFO O| Oct 03 21:10:40.039 INFO STEP 102 (ensure_file) COMPLETE
100432025-10-03T21:10:40.401Z[ host-image] Oct 03 21:10:40.039 INFO O| Oct 03 21:10:40.039 INFO STEP 103: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100442025-10-03T21:10:40.426Z[ host-image] Oct 03 21:10:40.052 INFO O| Oct 03 21:10:40.052 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
100452025-10-03T21:10:40.426Z[ host-image] Oct 03 21:10:40.052 INFO O| Oct 03 21:10:40.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
100462025-10-03T21:10:40.426Z[ host-image] Oct 03 21:10:40.052 INFO O| Oct 03 21:10:40.052 INFO STEP 103 (ensure_dir) COMPLETE
100472025-10-03T21:10:40.426Z[ host-image] Oct 03 21:10:40.052 INFO O| Oct 03 21:10:40.052 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100482025-10-03T21:10:40.427Z[ host-image] Oct 03 21:10:40.065 INFO O| Oct 03 21:10:40.065 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
100492025-10-03T21:10:40.427Z[ host-image] Oct 03 21:10:40.065 INFO O| Oct 03 21:10:40.065 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/upstairs_repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d ...
100502025-10-03T21:10:40.427Z[ host-image] Oct 03 21:10:40.065 INFO O| Oct 03 21:10:40.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
100512025-10-03T21:10:40.427Z[ host-image] Oct 03 21:10:40.065 INFO O| Oct 03 21:10:40.065 INFO ok!
100522025-10-03T21:10:40.427Z[ host-image] Oct 03 21:10:40.065 INFO O| Oct 03 21:10:40.065 INFO STEP 104 (ensure_file) COMPLETE
100532025-10-03T21:10:40.427Z[ host-image] Oct 03 21:10:40.065 INFO O| Oct 03 21:10:40.065 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100542025-10-03T21:10:40.451Z[ host-image] Oct 03 21:10:40.078 INFO O| Oct 03 21:10:40.078 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
100552025-10-03T21:10:40.451Z[ host-image] Oct 03 21:10:40.078 INFO O| Oct 03 21:10:40.078 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/upstairs_raw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d ...
100562025-10-03T21:10:40.451Z[ host-image] Oct 03 21:10:40.079 INFO O| Oct 03 21:10:40.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
100572025-10-03T21:10:40.451Z[ host-image] Oct 03 21:10:40.079 INFO O| Oct 03 21:10:40.079 INFO ok!
100582025-10-03T21:10:40.451Z[ host-image] Oct 03 21:10:40.079 INFO O| Oct 03 21:10:40.079 INFO STEP 105 (ensure_file) COMPLETE
100592025-10-03T21:10:40.451Z[ host-image] Oct 03 21:10:40.079 INFO O| Oct 03 21:10:40.079 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100602025-10-03T21:10:40.451Z[ host-image] Oct 03 21:10:40.092 INFO O| Oct 03 21:10:40.092 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
100612025-10-03T21:10:40.451Z[ host-image] Oct 03 21:10:40.093 INFO O| Oct 03 21:10:40.092 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d ...
100622025-10-03T21:10:40.451Z[ host-image] Oct 03 21:10:40.093 INFO O| Oct 03 21:10:40.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
100632025-10-03T21:10:40.451Z[ host-image] Oct 03 21:10:40.093 INFO O| Oct 03 21:10:40.093 INFO ok!
100642025-10-03T21:10:40.452Z[ host-image] Oct 03 21:10:40.093 INFO O| Oct 03 21:10:40.093 INFO STEP 106 (ensure_file) COMPLETE
100652025-10-03T21:10:40.452Z[ host-image] Oct 03 21:10:40.093 INFO O| Oct 03 21:10:40.093 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100662025-10-03T21:10:40.477Z[ host-image] Oct 03 21:10:40.107 INFO O| Oct 03 21:10:40.107 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
100672025-10-03T21:10:40.477Z[ host-image] Oct 03 21:10:40.107 INFO O| Oct 03 21:10:40.107 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ...
100682025-10-03T21:10:40.477Z[ host-image] Oct 03 21:10:40.107 INFO O| Oct 03 21:10:40.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
100692025-10-03T21:10:40.477Z[ host-image] Oct 03 21:10:40.107 INFO O| Oct 03 21:10:40.107 INFO ok!
100702025-10-03T21:10:40.477Z[ host-image] Oct 03 21:10:40.107 INFO O| Oct 03 21:10:40.107 INFO STEP 107 (ensure_file) COMPLETE
100712025-10-03T21:10:40.477Z[ host-image] Oct 03 21:10:40.107 INFO O| Oct 03 21:10:40.107 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100722025-10-03T21:10:40.477Z[ host-image] Oct 03 21:10:40.124 INFO O| Oct 03 21:10:40.124 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
100732025-10-03T21:10:40.477Z[ host-image] Oct 03 21:10:40.124 INFO O| Oct 03 21:10:40.124 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ...
100742025-10-03T21:10:40.477Z[ host-image] Oct 03 21:10:40.125 INFO O| Oct 03 21:10:40.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
100752025-10-03T21:10:40.477Z[ host-image] Oct 03 21:10:40.125 INFO O| Oct 03 21:10:40.124 INFO ok!
100762025-10-03T21:10:40.502Z[ host-image] Oct 03 21:10:40.125 INFO O| Oct 03 21:10:40.124 INFO STEP 108 (ensure_file) COMPLETE
100772025-10-03T21:10:40.502Z[ host-image] Oct 03 21:10:40.125 INFO O| Oct 03 21:10:40.124 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100782025-10-03T21:10:40.502Z[ host-image] Oct 03 21:10:40.147 INFO O| Oct 03 21:10:40.147 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
100792025-10-03T21:10:40.502Z[ host-image] Oct 03 21:10:40.147 INFO O| Oct 03 21:10:40.147 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/up-info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d ...
100802025-10-03T21:10:40.502Z[ host-image] Oct 03 21:10:40.147 INFO O| Oct 03 21:10:40.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d
100812025-10-03T21:10:40.502Z[ host-image] Oct 03 21:10:40.147 INFO O| Oct 03 21:10:40.147 INFO ok!
100822025-10-03T21:10:40.502Z[ host-image] Oct 03 21:10:40.147 INFO O| Oct 03 21:10:40.147 INFO STEP 109 (ensure_file) COMPLETE
100832025-10-03T21:10:40.502Z[ host-image] Oct 03 21:10:40.147 INFO O| Oct 03 21:10:40.147 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100842025-10-03T21:10:40.527Z[ host-image] Oct 03 21:10:40.173 INFO O| Oct 03 21:10:40.173 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
100852025-10-03T21:10:40.527Z[ host-image] Oct 03 21:10:40.173 INFO O| Oct 03 21:10:40.173 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
100862025-10-03T21:10:40.527Z[ host-image] Oct 03 21:10:40.173 INFO O| Oct 03 21:10:40.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
100872025-10-03T21:10:40.527Z[ host-image] Oct 03 21:10:40.173 INFO O| Oct 03 21:10:40.173 INFO ok!
100882025-10-03T21:10:40.527Z[ host-image] Oct 03 21:10:40.173 INFO O| Oct 03 21:10:40.173 INFO STEP 110 (ensure_file) COMPLETE
100892025-10-03T21:10:40.527Z[ host-image] Oct 03 21:10:40.173 INFO O| Oct 03 21:10:40.173 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100902025-10-03T21:10:40.552Z[ host-image] Oct 03 21:10:40.192 INFO O| Oct 03 21:10:40.192 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
100912025-10-03T21:10:40.552Z[ host-image] Oct 03 21:10:40.192 INFO O| Oct 03 21:10:40.192 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ...
100922025-10-03T21:10:40.552Z[ host-image] Oct 03 21:10:40.192 INFO O| Oct 03 21:10:40.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
100932025-10-03T21:10:40.552Z[ host-image] Oct 03 21:10:40.192 INFO O| Oct 03 21:10:40.192 INFO ok!
100942025-10-03T21:10:40.552Z[ host-image] Oct 03 21:10:40.192 INFO O| Oct 03 21:10:40.192 INFO STEP 111 (ensure_file) COMPLETE
100952025-10-03T21:10:40.552Z[ host-image] Oct 03 21:10:40.192 INFO O| Oct 03 21:10:40.192 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100962025-10-03T21:10:40.577Z[ host-image] Oct 03 21:10:40.210 INFO O| Oct 03 21:10:40.210 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
100972025-10-03T21:10:40.577Z[ host-image] Oct 03 21:10:40.210 INFO O| Oct 03 21:10:40.210 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ...
100982025-10-03T21:10:40.577Z[ host-image] Oct 03 21:10:40.211 INFO O| Oct 03 21:10:40.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
100992025-10-03T21:10:40.577Z[ host-image] Oct 03 21:10:40.211 INFO O| Oct 03 21:10:40.211 INFO ok!
101002025-10-03T21:10:40.577Z[ host-image] Oct 03 21:10:40.211 INFO O| Oct 03 21:10:40.211 INFO STEP 112 (ensure_file) COMPLETE
101012025-10-03T21:10:40.577Z[ host-image] Oct 03 21:10:40.211 INFO O| Oct 03 21:10:40.211 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101022025-10-03T21:10:40.602Z[ host-image] Oct 03 21:10:40.234 INFO O| Oct 03 21:10:40.234 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
101032025-10-03T21:10:40.602Z[ host-image] Oct 03 21:10:40.234 INFO O| Oct 03 21:10:40.234 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ...
101042025-10-03T21:10:40.602Z[ host-image] Oct 03 21:10:40.234 INFO O| Oct 03 21:10:40.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
101052025-10-03T21:10:40.602Z[ host-image] Oct 03 21:10:40.234 INFO O| Oct 03 21:10:40.234 INFO ok!
101062025-10-03T21:10:40.602Z[ host-image] Oct 03 21:10:40.234 INFO O| Oct 03 21:10:40.234 INFO STEP 113 (ensure_file) COMPLETE
101072025-10-03T21:10:40.602Z[ host-image] Oct 03 21:10:40.234 INFO O| Oct 03 21:10:40.234 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101082025-10-03T21:10:40.627Z[ host-image] Oct 03 21:10:40.252 INFO O| Oct 03 21:10:40.252 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
101092025-10-03T21:10:40.627Z[ host-image] Oct 03 21:10:40.252 INFO O| Oct 03 21:10:40.252 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
101102025-10-03T21:10:40.627Z[ host-image] Oct 03 21:10:40.252 INFO O| Oct 03 21:10:40.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
101112025-10-03T21:10:40.627Z[ host-image] Oct 03 21:10:40.252 INFO O| Oct 03 21:10:40.252 INFO ok!
101122025-10-03T21:10:40.627Z[ host-image] Oct 03 21:10:40.252 INFO O| Oct 03 21:10:40.252 INFO STEP 114 (ensure_file) COMPLETE
101132025-10-03T21:10:40.627Z[ host-image] Oct 03 21:10:40.252 INFO O| Oct 03 21:10:40.252 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101142025-10-03T21:10:40.627Z[ host-image] Oct 03 21:10:40.268 INFO O| Oct 03 21:10:40.268 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
101152025-10-03T21:10:40.627Z[ host-image] Oct 03 21:10:40.268 INFO O| Oct 03 21:10:40.268 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/perf-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d ...
101162025-10-03T21:10:40.627Z[ host-image] Oct 03 21:10:40.268 INFO O| Oct 03 21:10:40.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
101172025-10-03T21:10:40.627Z[ host-image] Oct 03 21:10:40.268 INFO O| Oct 03 21:10:40.268 INFO ok!
101182025-10-03T21:10:40.627Z[ host-image] Oct 03 21:10:40.268 INFO O| Oct 03 21:10:40.268 INFO STEP 115 (ensure_file) COMPLETE
101192025-10-03T21:10:40.627Z[ host-image] Oct 03 21:10:40.268 INFO O| Oct 03 21:10:40.268 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101202025-10-03T21:10:40.652Z[ host-image] Oct 03 21:10:40.283 INFO O| Oct 03 21:10:40.283 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
101212025-10-03T21:10:40.653Z[ host-image] Oct 03 21:10:40.283 INFO O| Oct 03 21:10:40.283 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/perf-upstairs-wf.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d ...
101222025-10-03T21:10:40.653Z[ host-image] Oct 03 21:10:40.284 INFO O| Oct 03 21:10:40.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
101232025-10-03T21:10:40.653Z[ host-image] Oct 03 21:10:40.284 INFO O| Oct 03 21:10:40.284 INFO ok!
101242025-10-03T21:10:40.653Z[ host-image] Oct 03 21:10:40.284 INFO O| Oct 03 21:10:40.284 INFO STEP 116 (ensure_file) COMPLETE
101252025-10-03T21:10:40.653Z[ host-image] Oct 03 21:10:40.284 INFO O| Oct 03 21:10:40.284 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101262025-10-03T21:10:40.653Z[ host-image] Oct 03 21:10:40.298 INFO O| Oct 03 21:10:40.298 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
101272025-10-03T21:10:40.653Z[ host-image] Oct 03 21:10:40.298 INFO O| Oct 03 21:10:40.298 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/perf-reqwest.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d ...
101282025-10-03T21:10:40.653Z[ host-image] Oct 03 21:10:40.298 INFO O| Oct 03 21:10:40.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
101292025-10-03T21:10:40.653Z[ host-image] Oct 03 21:10:40.298 INFO O| Oct 03 21:10:40.298 INFO ok!
101302025-10-03T21:10:40.653Z[ host-image] Oct 03 21:10:40.298 INFO O| Oct 03 21:10:40.298 INFO STEP 117 (ensure_file) COMPLETE
101312025-10-03T21:10:40.653Z[ host-image] Oct 03 21:10:40.298 INFO O| Oct 03 21:10:40.298 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101322025-10-03T21:10:40.678Z[ host-image] Oct 03 21:10:40.316 INFO O| Oct 03 21:10:40.316 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
101332025-10-03T21:10:40.678Z[ host-image] Oct 03 21:10:40.316 INFO O| Oct 03 21:10:40.316 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/perf-online-repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d ...
101342025-10-03T21:10:40.678Z[ host-image] Oct 03 21:10:40.316 INFO O| Oct 03 21:10:40.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
101352025-10-03T21:10:40.678Z[ host-image] Oct 03 21:10:40.316 INFO O| Oct 03 21:10:40.316 INFO ok!
101362025-10-03T21:10:40.678Z[ host-image] Oct 03 21:10:40.316 INFO O| Oct 03 21:10:40.316 INFO STEP 118 (ensure_file) COMPLETE
101372025-10-03T21:10:40.678Z[ host-image] Oct 03 21:10:40.316 INFO O| Oct 03 21:10:40.316 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101382025-10-03T21:10:40.703Z[ host-image] Oct 03 21:10:40.337 INFO O| Oct 03 21:10:40.337 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
101392025-10-03T21:10:40.703Z[ host-image] Oct 03 21:10:40.337 INFO O| Oct 03 21:10:40.337 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-net.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d ...
101402025-10-03T21:10:40.703Z[ host-image] Oct 03 21:10:40.337 INFO O| Oct 03 21:10:40.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
101412025-10-03T21:10:40.703Z[ host-image] Oct 03 21:10:40.337 INFO O| Oct 03 21:10:40.337 INFO ok!
101422025-10-03T21:10:40.703Z[ host-image] Oct 03 21:10:40.337 INFO O| Oct 03 21:10:40.337 INFO STEP 119 (ensure_file) COMPLETE
101432025-10-03T21:10:40.703Z[ host-image] Oct 03 21:10:40.337 INFO O| Oct 03 21:10:40.337 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101442025-10-03T21:10:40.727Z[ host-image] Oct 03 21:10:40.357 INFO O| Oct 03 21:10:40.357 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
101452025-10-03T21:10:40.727Z[ host-image] Oct 03 21:10:40.357 INFO O| Oct 03 21:10:40.357 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-client.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d ...
101462025-10-03T21:10:40.727Z[ host-image] Oct 03 21:10:40.357 INFO O| Oct 03 21:10:40.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
101472025-10-03T21:10:40.727Z[ host-image] Oct 03 21:10:40.357 INFO O| Oct 03 21:10:40.357 INFO ok!
101482025-10-03T21:10:40.727Z[ host-image] Oct 03 21:10:40.357 INFO O| Oct 03 21:10:40.357 INFO STEP 120 (ensure_file) COMPLETE
101492025-10-03T21:10:40.728Z[ host-image] Oct 03 21:10:40.357 INFO O| Oct 03 21:10:40.357 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101502025-10-03T21:10:40.728Z[ host-image] Oct 03 21:10:40.376 INFO O| Oct 03 21:10:40.376 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
101512025-10-03T21:10:40.728Z[ host-image] Oct 03 21:10:40.376 INFO O| Oct 03 21:10:40.376 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d ...
101522025-10-03T21:10:40.753Z[ host-image] Oct 03 21:10:40.376 INFO O| Oct 03 21:10:40.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
101532025-10-03T21:10:40.753Z[ host-image] Oct 03 21:10:40.376 INFO O| Oct 03 21:10:40.376 INFO ok!
101542025-10-03T21:10:40.753Z[ host-image] Oct 03 21:10:40.376 INFO O| Oct 03 21:10:40.376 INFO STEP 121 (ensure_file) COMPLETE
101552025-10-03T21:10:40.753Z[ host-image] Oct 03 21:10:40.376 INFO O| Oct 03 21:10:40.376 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101562025-10-03T21:10:40.753Z[ host-image] Oct 03 21:10:40.392 INFO O| Oct 03 21:10:40.392 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
101572025-10-03T21:10:40.753Z[ host-image] Oct 03 21:10:40.392 INFO O| Oct 03 21:10:40.392 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-tick.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d ...
101582025-10-03T21:10:40.753Z[ host-image] Oct 03 21:10:40.392 INFO O| Oct 03 21:10:40.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
101592025-10-03T21:10:40.753Z[ host-image] Oct 03 21:10:40.392 INFO O| Oct 03 21:10:40.392 INFO ok!
101602025-10-03T21:10:40.753Z[ host-image] Oct 03 21:10:40.392 INFO O| Oct 03 21:10:40.392 INFO STEP 122 (ensure_file) COMPLETE
101612025-10-03T21:10:40.753Z[ host-image] Oct 03 21:10:40.392 INFO O| Oct 03 21:10:40.392 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101622025-10-03T21:10:40.778Z[ host-image] Oct 03 21:10:40.408 INFO O| Oct 03 21:10:40.408 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
101632025-10-03T21:10:40.778Z[ host-image] Oct 03 21:10:40.408 INFO O| Oct 03 21:10:40.408 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-three.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d ...
101642025-10-03T21:10:40.778Z[ host-image] Oct 03 21:10:40.408 INFO O| Oct 03 21:10:40.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
101652025-10-03T21:10:40.778Z[ host-image] Oct 03 21:10:40.408 INFO O| Oct 03 21:10:40.408 INFO ok!
101662025-10-03T21:10:40.778Z[ host-image] Oct 03 21:10:40.408 INFO O| Oct 03 21:10:40.408 INFO STEP 123 (ensure_file) COMPLETE
101672025-10-03T21:10:40.778Z[ host-image] Oct 03 21:10:40.408 INFO O| Oct 03 21:10:40.408 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101682025-10-03T21:10:40.778Z[ host-image] Oct 03 21:10:40.423 INFO O| Oct 03 21:10:40.423 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
101692025-10-03T21:10:40.778Z[ host-image] Oct 03 21:10:40.423 INFO O| Oct 03 21:10:40.423 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-os.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d ...
101702025-10-03T21:10:40.779Z[ host-image] Oct 03 21:10:40.423 INFO O| Oct 03 21:10:40.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
101712025-10-03T21:10:40.779Z[ host-image] Oct 03 21:10:40.423 INFO O| Oct 03 21:10:40.423 INFO ok!
101722025-10-03T21:10:40.779Z[ host-image] Oct 03 21:10:40.423 INFO O| Oct 03 21:10:40.423 INFO STEP 124 (ensure_file) COMPLETE
101732025-10-03T21:10:40.779Z[ host-image] Oct 03 21:10:40.423 INFO O| Oct 03 21:10:40.423 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101742025-10-03T21:10:40.803Z[ host-image] Oct 03 21:10:40.438 INFO O| Oct 03 21:10:40.437 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
101752025-10-03T21:10:40.803Z[ host-image] Oct 03 21:10:40.438 INFO O| Oct 03 21:10:40.438 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh ...
101762025-10-03T21:10:40.803Z[ host-image] Oct 03 21:10:40.438 INFO O| Oct 03 21:10:40.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
101772025-10-03T21:10:40.803Z[ host-image] Oct 03 21:10:40.438 INFO O| Oct 03 21:10:40.438 INFO ok!
101782025-10-03T21:10:40.803Z[ host-image] Oct 03 21:10:40.438 INFO O| Oct 03 21:10:40.438 INFO STEP 125 (ensure_file) COMPLETE
101792025-10-03T21:10:40.803Z[ host-image] Oct 03 21:10:40.438 INFO O| Oct 03 21:10:40.438 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101802025-10-03T21:10:40.828Z[ host-image] Oct 03 21:10:40.454 INFO O| Oct 03 21:10:40.454 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
101812025-10-03T21:10:40.828Z[ host-image] Oct 03 21:10:40.455 INFO O| Oct 03 21:10:40.454 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d ...
101822025-10-03T21:10:40.828Z[ host-image] Oct 03 21:10:40.455 INFO O| Oct 03 21:10:40.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
101832025-10-03T21:10:40.828Z[ host-image] Oct 03 21:10:40.455 INFO O| Oct 03 21:10:40.455 INFO ok!
101842025-10-03T21:10:40.828Z[ host-image] Oct 03 21:10:40.455 INFO O| Oct 03 21:10:40.455 INFO STEP 126 (ensure_file) COMPLETE
101852025-10-03T21:10:40.828Z[ host-image] Oct 03 21:10:40.455 INFO O| Oct 03 21:10:40.455 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101862025-10-03T21:10:40.829Z[ host-image] Oct 03 21:10:40.469 INFO O| Oct 03 21:10:40.469 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
101872025-10-03T21:10:40.829Z[ host-image] Oct 03 21:10:40.469 INFO O| Oct 03 21:10:40.469 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh ...
101882025-10-03T21:10:40.829Z[ host-image] Oct 03 21:10:40.470 INFO O| Oct 03 21:10:40.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
101892025-10-03T21:10:40.829Z[ host-image] Oct 03 21:10:40.470 INFO O| Oct 03 21:10:40.470 INFO ok!
101902025-10-03T21:10:40.829Z[ host-image] Oct 03 21:10:40.470 INFO O| Oct 03 21:10:40.470 INFO STEP 127 (ensure_file) COMPLETE
101912025-10-03T21:10:40.829Z[ host-image] Oct 03 21:10:40.470 INFO O| Oct 03 21:10:40.470 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101922025-10-03T21:10:40.854Z[ host-image] Oct 03 21:10:40.483 INFO O| Oct 03 21:10:40.483 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
101932025-10-03T21:10:40.854Z[ host-image] Oct 03 21:10:40.483 INFO O| Oct 03 21:10:40.483 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ...
101942025-10-03T21:10:40.854Z[ host-image] Oct 03 21:10:40.483 INFO O| Oct 03 21:10:40.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
101952025-10-03T21:10:40.854Z[ host-image] Oct 03 21:10:40.483 INFO O| Oct 03 21:10:40.483 INFO ok!
101962025-10-03T21:10:40.854Z[ host-image] Oct 03 21:10:40.483 INFO O| Oct 03 21:10:40.483 INFO STEP 128 (ensure_file) COMPLETE
101972025-10-03T21:10:40.854Z[ host-image] Oct 03 21:10:40.483 INFO O| Oct 03 21:10:40.483 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101982025-10-03T21:10:40.854Z[ host-image] Oct 03 21:10:40.497 INFO O| Oct 03 21:10:40.496 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
101992025-10-03T21:10:40.854Z[ host-image] Oct 03 21:10:40.497 INFO O| Oct 03 21:10:40.497 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh ...
102002025-10-03T21:10:40.854Z[ host-image] Oct 03 21:10:40.497 INFO O| Oct 03 21:10:40.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
102012025-10-03T21:10:40.854Z[ host-image] Oct 03 21:10:40.497 INFO O| Oct 03 21:10:40.497 INFO ok!
102022025-10-03T21:10:40.854Z[ host-image] Oct 03 21:10:40.497 INFO O| Oct 03 21:10:40.497 INFO STEP 129 (ensure_file) COMPLETE
102032025-10-03T21:10:40.854Z[ host-image] Oct 03 21:10:40.497 INFO O| Oct 03 21:10:40.497 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102042025-10-03T21:10:40.879Z[ host-image] Oct 03 21:10:40.510 INFO O| Oct 03 21:10:40.510 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
102052025-10-03T21:10:40.880Z[ host-image] Oct 03 21:10:40.510 INFO O| Oct 03 21:10:40.510 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ...
102062025-10-03T21:10:40.880Z[ host-image] Oct 03 21:10:40.510 INFO O| Oct 03 21:10:40.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
102072025-10-03T21:10:40.880Z[ host-image] Oct 03 21:10:40.510 INFO O| Oct 03 21:10:40.510 INFO ok!
102082025-10-03T21:10:40.880Z[ host-image] Oct 03 21:10:40.510 INFO O| Oct 03 21:10:40.510 INFO STEP 130 (ensure_file) COMPLETE
102092025-10-03T21:10:40.880Z[ host-image] Oct 03 21:10:40.510 INFO O| Oct 03 21:10:40.510 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102102025-10-03T21:10:40.880Z[ host-image] Oct 03 21:10:40.523 INFO O| Oct 03 21:10:40.523 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
102112025-10-03T21:10:40.880Z[ host-image] Oct 03 21:10:40.523 INFO O| Oct 03 21:10:40.523 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/downstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d ...
102122025-10-03T21:10:40.880Z[ host-image] Oct 03 21:10:40.523 INFO O| Oct 03 21:10:40.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
102132025-10-03T21:10:40.880Z[ host-image] Oct 03 21:10:40.523 INFO O| Oct 03 21:10:40.523 INFO ok!
102142025-10-03T21:10:40.880Z[ host-image] Oct 03 21:10:40.523 INFO O| Oct 03 21:10:40.523 INFO STEP 131 (ensure_file) COMPLETE
102152025-10-03T21:10:40.880Z[ host-image] Oct 03 21:10:40.523 INFO O| Oct 03 21:10:40.523 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102162025-10-03T21:10:40.905Z[ host-image] Oct 03 21:10:40.536 INFO O| Oct 03 21:10:40.535 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
102172025-10-03T21:10:40.905Z[ host-image] Oct 03 21:10:40.536 INFO O| Oct 03 21:10:40.536 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/all_downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d ...
102182025-10-03T21:10:40.905Z[ host-image] Oct 03 21:10:40.536 INFO O| Oct 03 21:10:40.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
102192025-10-03T21:10:40.905Z[ host-image] Oct 03 21:10:40.536 INFO O| Oct 03 21:10:40.536 INFO ok!
102202025-10-03T21:10:40.905Z[ host-image] Oct 03 21:10:40.536 INFO O| Oct 03 21:10:40.536 INFO STEP 132 (ensure_file) COMPLETE
102212025-10-03T21:10:40.905Z[ host-image] Oct 03 21:10:40.536 INFO O| Oct 03 21:10:40.536 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102222025-10-03T21:10:40.905Z[ host-image] Oct 03 21:10:40.552 INFO O| Oct 03 21:10:40.552 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
102232025-10-03T21:10:40.905Z[ host-image] Oct 03 21:10:40.552 INFO O| Oct 03 21:10:40.552 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md ...
102242025-10-03T21:10:40.906Z[ host-image] Oct 03 21:10:40.552 INFO O| Oct 03 21:10:40.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md
102252025-10-03T21:10:40.906Z[ host-image] Oct 03 21:10:40.552 INFO O| Oct 03 21:10:40.552 INFO ok!
102262025-10-03T21:10:40.906Z[ host-image] Oct 03 21:10:40.552 INFO O| Oct 03 21:10:40.552 INFO STEP 133 (ensure_file) COMPLETE
102272025-10-03T21:10:40.906Z[ host-image] Oct 03 21:10:40.552 INFO O| Oct 03 21:10:40.552 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102282025-10-03T21:10:40.931Z[ host-image] Oct 03 21:10:40.565 INFO O| Oct 03 21:10:40.565 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
102292025-10-03T21:10:40.931Z[ host-image] Oct 03 21:10:40.565 INFO O| Oct 03 21:10:40.565 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/dtrace-info.txt -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt ...
102302025-10-03T21:10:40.931Z[ host-image] Oct 03 21:10:40.565 INFO O| Oct 03 21:10:40.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
102312025-10-03T21:10:40.931Z[ host-image] Oct 03 21:10:40.565 INFO O| Oct 03 21:10:40.565 INFO ok!
102322025-10-03T21:10:40.931Z[ host-image] Oct 03 21:10:40.565 INFO O| Oct 03 21:10:40.565 INFO STEP 134 (ensure_file) COMPLETE
102332025-10-03T21:10:40.931Z[ host-image] Oct 03 21:10:40.565 INFO O| Oct 03 21:10:40.565 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102342025-10-03T21:10:40.931Z[ host-image] Oct 03 21:10:40.579 INFO O| Oct 03 21:10:40.579 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
102352025-10-03T21:10:40.931Z[ host-image] Oct 03 21:10:40.579 INFO O| Oct 03 21:10:40.579 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
102362025-10-03T21:10:40.932Z[ host-image] Oct 03 21:10:40.579 INFO O| Oct 03 21:10:40.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION
102372025-10-03T21:10:40.932Z[ host-image] Oct 03 21:10:40.579 INFO O| Oct 03 21:10:40.579 INFO ok!
102382025-10-03T21:10:40.957Z[ host-image] Oct 03 21:10:40.579 INFO O| Oct 03 21:10:40.579 INFO STEP 135 (ensure_file) COMPLETE
102392025-10-03T21:10:40.957Z[ host-image] Oct 03 21:10:40.579 INFO O| Oct 03 21:10:40.579 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102402025-10-03T21:10:40.957Z[ host-image] Oct 03 21:10:40.591 INFO O| Oct 03 21:10:40.591 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
102412025-10-03T21:10:40.957Z[ host-image] Oct 03 21:10:40.591 INFO O| Oct 03 21:10:40.591 INFO copying /tmp/.tmpFkzMNT/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
102422025-10-03T21:10:45.317Z[ recovery-image] Oct 03 21:10:44.031 INFO E| Compiling bitstruct_derive v0.1.0
102432025-10-03T21:11:04.742Z[ host-image] Oct 03 21:11:04.391 INFO O| Oct 03 21:11:04.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
102442025-10-03T21:11:04.767Z[ host-image] Oct 03 21:11:04.391 INFO O| Oct 03 21:11:04.391 INFO ok!
102452025-10-03T21:11:04.767Z[ host-image] Oct 03 21:11:04.391 INFO O| Oct 03 21:11:04.391 INFO STEP 136 (ensure_file) COMPLETE
102462025-10-03T21:11:04.767Z[ host-image] Oct 03 21:11:04.391 INFO O| Oct 03 21:11:04.391 INFO STEP 137: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472025-10-03T21:11:04.767Z[ host-image] Oct 03 21:11:04.405 INFO O| Oct 03 21:11:04.405 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
102482025-10-03T21:11:04.767Z[ host-image] Oct 03 21:11:04.405 INFO O| Oct 03 21:11:04.405 INFO STEP 137 (ensure_dir) COMPLETE
102492025-10-03T21:11:04.767Z[ host-image] Oct 03 21:11:04.405 INFO O| Oct 03 21:11:04.405 INFO STEP 138: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102502025-10-03T21:11:04.792Z[ host-image] Oct 03 21:11:04.417 INFO O| Oct 03 21:11:04.416 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
102512025-10-03T21:11:04.792Z[ host-image] Oct 03 21:11:04.417 INFO O| Oct 03 21:11:04.416 INFO STEP 138 (ensure_dir) COMPLETE
102522025-10-03T21:11:04.792Z[ host-image] Oct 03 21:11:04.417 INFO O| Oct 03 21:11:04.416 INFO STEP 139: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102532025-10-03T21:11:04.792Z[ host-image] Oct 03 21:11:04.427 INFO O| Oct 03 21:11:04.427 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
102542025-10-03T21:11:04.792Z[ host-image] Oct 03 21:11:04.427 INFO O| Oct 03 21:11:04.427 INFO STEP 139 (ensure_dir) COMPLETE
102552025-10-03T21:11:04.792Z[ host-image] Oct 03 21:11:04.427 INFO O| Oct 03 21:11:04.427 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102562025-10-03T21:11:04.792Z[ host-image] Oct 03 21:11:04.437 INFO O| Oct 03 21:11:04.437 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
102572025-10-03T21:11:04.792Z[ host-image] Oct 03 21:11:04.437 INFO O| Oct 03 21:11:04.437 INFO STEP 140 (ensure_dir) COMPLETE
102582025-10-03T21:11:04.792Z[ host-image] Oct 03 21:11:04.437 INFO O| Oct 03 21:11:04.437 INFO STEP 141: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102592025-10-03T21:11:04.817Z[ host-image] Oct 03 21:11:04.453 INFO O| Oct 03 21:11:04.453 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
102602025-10-03T21:11:04.817Z[ host-image] Oct 03 21:11:04.453 INFO O| Oct 03 21:11:04.453 INFO copying /tmp/.tmpFkzMNT/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml ...
102612025-10-03T21:11:04.817Z[ host-image] Oct 03 21:11:04.454 INFO O| Oct 03 21:11:04.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
102622025-10-03T21:11:04.817Z[ host-image] Oct 03 21:11:04.454 INFO O| Oct 03 21:11:04.454 INFO ok!
102632025-10-03T21:11:04.817Z[ host-image] Oct 03 21:11:04.454 INFO O| Oct 03 21:11:04.454 INFO STEP 141 (ensure_file) COMPLETE
102642025-10-03T21:11:04.817Z[ host-image] Oct 03 21:11:04.454 INFO O| Oct 03 21:11:04.454 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102652025-10-03T21:11:04.817Z[ host-image] Oct 03 21:11:04.464 INFO O| Oct 03 21:11:04.464 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
102662025-10-03T21:11:04.817Z[ host-image] Oct 03 21:11:04.465 INFO O| Oct 03 21:11:04.464 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
102672025-10-03T21:11:04.817Z[ host-image] Oct 03 21:11:04.465 INFO O| Oct 03 21:11:04.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
102682025-10-03T21:11:04.817Z[ host-image] Oct 03 21:11:04.465 INFO O| Oct 03 21:11:04.464 INFO STEP 142 (ensure_dir) COMPLETE
102692025-10-03T21:11:04.817Z[ host-image] Oct 03 21:11:04.465 INFO O| Oct 03 21:11:04.465 INFO STEP 143: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102702025-10-03T21:11:04.842Z[ host-image] Oct 03 21:11:04.481 INFO O| Oct 03 21:11:04.481 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
102712025-10-03T21:11:04.842Z[ host-image] Oct 03 21:11:04.481 INFO O| Oct 03 21:11:04.481 INFO copying /tmp/.tmpFkzMNT/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
102722025-10-03T21:11:04.872Z[ host-image] Oct 03 21:11:04.520 INFO O| Oct 03 21:11:04.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
102732025-10-03T21:11:04.872Z[ host-image] Oct 03 21:11:04.520 INFO O| Oct 03 21:11:04.520 INFO ok!
102742025-10-03T21:11:04.872Z[ host-image] Oct 03 21:11:04.520 INFO O| Oct 03 21:11:04.520 INFO STEP 143 (ensure_file) COMPLETE
102752025-10-03T21:11:04.872Z[ host-image] Oct 03 21:11:04.520 INFO O| Oct 03 21:11:04.520 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102762025-10-03T21:11:04.897Z[ host-image] Oct 03 21:11:04.536 INFO O| Oct 03 21:11:04.536 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
102772025-10-03T21:11:04.897Z[ host-image] Oct 03 21:11:04.536 INFO O| Oct 03 21:11:04.536 INFO STEP 144 (remove_files) COMPLETE
102782025-10-03T21:11:04.897Z[ host-image] Oct 03 21:11:04.536 INFO O| Oct 03 21:11:04.536 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102792025-10-03T21:11:04.922Z[ host-image] Oct 03 21:11:04.549 INFO O| Oct 03 21:11:04.549 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
102802025-10-03T21:11:04.922Z[ host-image] Oct 03 21:11:04.549 INFO O| Oct 03 21:11:04.549 INFO STEP 145 (remove_files) COMPLETE
102812025-10-03T21:11:04.922Z[ host-image] Oct 03 21:11:04.549 INFO O| Oct 03 21:11:04.549 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102822025-10-03T21:11:04.922Z[ host-image] Oct 03 21:11:04.560 INFO O| Oct 03 21:11:04.560 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
102832025-10-03T21:11:04.922Z[ host-image] Oct 03 21:11:04.561 INFO O| Oct 03 21:11:04.561 INFO STEP 146 (remove_files) COMPLETE
102842025-10-03T21:11:04.922Z[ host-image] Oct 03 21:11:04.561 INFO O| Oct 03 21:11:04.561 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102852025-10-03T21:11:04.947Z[ host-image] Oct 03 21:11:04.573 INFO O| Oct 03 21:11:04.572 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
102862025-10-03T21:11:04.948Z[ host-image] Oct 03 21:11:04.573 INFO O| Oct 03 21:11:04.573 INFO STEP 147 (remove_files) COMPLETE
102872025-10-03T21:11:04.948Z[ host-image] Oct 03 21:11:04.573 INFO O| Oct 03 21:11:04.573 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102882025-10-03T21:11:04.948Z[ host-image] Oct 03 21:11:04.583 INFO O| Oct 03 21:11:04.583 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
102892025-10-03T21:11:04.948Z[ host-image] Oct 03 21:11:04.583 INFO O| Oct 03 21:11:04.583 INFO STEP 148 (remove_files) COMPLETE
102902025-10-03T21:11:04.948Z[ host-image] Oct 03 21:11:04.584 INFO O| Oct 03 21:11:04.583 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102912025-10-03T21:11:04.948Z[ host-image] Oct 03 21:11:04.594 INFO O| Oct 03 21:11:04.594 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
102922025-10-03T21:11:04.948Z[ host-image] Oct 03 21:11:04.595 INFO O| Oct 03 21:11:04.595 INFO STEP 149 (remove_files) COMPLETE
102932025-10-03T21:11:04.948Z[ host-image] Oct 03 21:11:04.595 INFO O| Oct 03 21:11:04.595 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102942025-10-03T21:11:04.973Z[ host-image] Oct 03 21:11:04.606 INFO O| Oct 03 21:11:04.606 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
102952025-10-03T21:11:04.973Z[ host-image] Oct 03 21:11:04.606 INFO O| Oct 03 21:11:04.606 INFO STEP 150 (remove_files) COMPLETE
102962025-10-03T21:11:04.973Z[ host-image] Oct 03 21:11:04.606 INFO O| Oct 03 21:11:04.606 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102972025-10-03T21:11:04.973Z[ host-image] Oct 03 21:11:04.616 INFO O| Oct 03 21:11:04.616 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
102982025-10-03T21:11:04.973Z[ host-image] Oct 03 21:11:04.617 INFO O| Oct 03 21:11:04.616 INFO STEP 151 (remove_files) COMPLETE
102992025-10-03T21:11:04.973Z[ host-image] Oct 03 21:11:04.617 INFO O| Oct 03 21:11:04.617 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103002025-10-03T21:11:05.000Z[ host-image] Oct 03 21:11:04.628 INFO O| Oct 03 21:11:04.628 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
103012025-10-03T21:11:05.000Z[ host-image] Oct 03 21:11:04.628 INFO O| Oct 03 21:11:04.628 INFO STEP 152 (remove_files) COMPLETE
103022025-10-03T21:11:05.000Z[ host-image] Oct 03 21:11:04.628 INFO O| Oct 03 21:11:04.628 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103032025-10-03T21:11:05.000Z[ host-image] Oct 03 21:11:04.644 INFO O| Oct 03 21:11:04.644 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
103042025-10-03T21:11:05.000Z[ host-image] Oct 03 21:11:04.644 INFO O| Oct 03 21:11:04.644 INFO STEP 153 (remove_files) COMPLETE
103052025-10-03T21:11:05.001Z[ host-image] Oct 03 21:11:04.644 INFO O| Oct 03 21:11:04.644 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103062025-10-03T21:11:05.026Z[ host-image] Oct 03 21:11:04.661 INFO O| Oct 03 21:11:04.661 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
103072025-10-03T21:11:05.027Z[ host-image] Oct 03 21:11:04.661 INFO O| Oct 03 21:11:04.661 INFO STEP 154 (remove_files) COMPLETE
103082025-10-03T21:11:05.027Z[ host-image] Oct 03 21:11:04.661 INFO O| Oct 03 21:11:04.661 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103092025-10-03T21:11:05.051Z[ host-image] Oct 03 21:11:04.679 INFO O| Oct 03 21:11:04.678 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
103102025-10-03T21:11:05.051Z[ host-image] Oct 03 21:11:04.679 INFO O| Oct 03 21:11:04.679 INFO STEP 155 (remove_files) COMPLETE
103112025-10-03T21:11:05.051Z[ host-image] Oct 03 21:11:04.679 INFO O| Oct 03 21:11:04.679 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103122025-10-03T21:11:05.051Z[ host-image] Oct 03 21:11:04.696 INFO O| Oct 03 21:11:04.696 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
103132025-10-03T21:11:05.051Z[ host-image] Oct 03 21:11:04.696 INFO O| Oct 03 21:11:04.696 INFO STEP 156 (remove_files) COMPLETE
103142025-10-03T21:11:05.051Z[ host-image] Oct 03 21:11:04.696 INFO O| Oct 03 21:11:04.696 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103152025-10-03T21:11:05.077Z[ host-image] Oct 03 21:11:04.719 INFO O| Oct 03 21:11:04.718 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
103162025-10-03T21:11:05.077Z[ host-image] Oct 03 21:11:04.719 INFO O| Oct 03 21:11:04.719 INFO STEP 157 (remove_files) COMPLETE
103172025-10-03T21:11:05.077Z[ host-image] Oct 03 21:11:04.719 INFO O| Oct 03 21:11:04.719 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103182025-10-03T21:11:05.102Z[ host-image] Oct 03 21:11:04.738 INFO O| Oct 03 21:11:04.737 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
103192025-10-03T21:11:05.102Z[ host-image] Oct 03 21:11:04.738 INFO O| Oct 03 21:11:04.738 INFO STEP 158 (remove_files) COMPLETE
103202025-10-03T21:11:05.102Z[ host-image] Oct 03 21:11:04.738 INFO O| Oct 03 21:11:04.738 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103212025-10-03T21:11:05.127Z[ host-image] Oct 03 21:11:04.756 INFO O| Oct 03 21:11:04.756 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
103222025-10-03T21:11:05.127Z[ host-image] Oct 03 21:11:04.756 INFO O| Oct 03 21:11:04.756 INFO STEP 159 (remove_files) COMPLETE
103232025-10-03T21:11:05.127Z[ host-image] Oct 03 21:11:04.756 INFO O| Oct 03 21:11:04.756 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103242025-10-03T21:11:05.127Z[ host-image] Oct 03 21:11:04.773 INFO O| Oct 03 21:11:04.773 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
103252025-10-03T21:11:05.127Z[ host-image] Oct 03 21:11:04.774 INFO O| Oct 03 21:11:04.774 INFO STEP 160 (remove_files) COMPLETE
103262025-10-03T21:11:05.127Z[ host-image] Oct 03 21:11:04.774 INFO O| Oct 03 21:11:04.774 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103272025-10-03T21:11:05.151Z[ host-image] Oct 03 21:11:04.788 INFO O| Oct 03 21:11:04.788 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
103282025-10-03T21:11:05.152Z[ host-image] Oct 03 21:11:04.788 INFO O| Oct 03 21:11:04.788 INFO STEP 161 (remove_files) COMPLETE
103292025-10-03T21:11:05.152Z[ host-image] Oct 03 21:11:04.788 INFO O| Oct 03 21:11:04.788 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103302025-10-03T21:11:05.176Z[ host-image] Oct 03 21:11:04.801 INFO O| Oct 03 21:11:04.801 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
103312025-10-03T21:11:05.176Z[ host-image] Oct 03 21:11:04.802 INFO O| Oct 03 21:11:04.802 INFO STEP 162 (remove_files) COMPLETE
103322025-10-03T21:11:05.176Z[ host-image] Oct 03 21:11:04.802 INFO O| Oct 03 21:11:04.802 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103332025-10-03T21:11:05.177Z[ host-image] Oct 03 21:11:04.814 INFO O| Oct 03 21:11:04.814 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
103342025-10-03T21:11:05.177Z[ host-image] Oct 03 21:11:04.814 INFO O| Oct 03 21:11:04.814 INFO STEP 163 (remove_files) COMPLETE
103352025-10-03T21:11:05.177Z[ host-image] Oct 03 21:11:04.814 INFO O| Oct 03 21:11:04.814 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103362025-10-03T21:11:05.177Z[ host-image] Oct 03 21:11:04.825 INFO O| Oct 03 21:11:04.825 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
103372025-10-03T21:11:05.202Z[ host-image] Oct 03 21:11:04.826 INFO O| Oct 03 21:11:04.826 INFO STEP 164 (remove_files) COMPLETE
103382025-10-03T21:11:05.202Z[ host-image] Oct 03 21:11:04.826 INFO O| Oct 03 21:11:04.826 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103392025-10-03T21:11:05.202Z[ host-image] Oct 03 21:11:04.837 INFO O| Oct 03 21:11:04.837 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
103402025-10-03T21:11:05.202Z[ host-image] Oct 03 21:11:04.837 INFO O| Oct 03 21:11:04.837 INFO STEP 165 (remove_files) COMPLETE
103412025-10-03T21:11:05.202Z[ host-image] Oct 03 21:11:04.837 INFO O| Oct 03 21:11:04.837 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103422025-10-03T21:11:05.202Z[ host-image] Oct 03 21:11:04.850 INFO O| Oct 03 21:11:04.850 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
103432025-10-03T21:11:05.202Z[ host-image] Oct 03 21:11:04.850 INFO O| Oct 03 21:11:04.850 INFO STEP 166 (remove_files) COMPLETE
103442025-10-03T21:11:05.202Z[ host-image] Oct 03 21:11:04.850 INFO O| Oct 03 21:11:04.850 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103452025-10-03T21:11:05.227Z[ host-image] Oct 03 21:11:04.866 INFO O| Oct 03 21:11:04.866 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
103462025-10-03T21:11:05.227Z[ host-image] Oct 03 21:11:04.866 INFO O| Oct 03 21:11:04.866 INFO STEP 167 (remove_files) COMPLETE
103472025-10-03T21:11:05.227Z[ host-image] Oct 03 21:11:04.866 INFO O| Oct 03 21:11:04.866 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103482025-10-03T21:11:05.253Z[ host-image] Oct 03 21:11:04.881 INFO O| Oct 03 21:11:04.881 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
103492025-10-03T21:11:05.253Z[ host-image] Oct 03 21:11:04.882 INFO O| Oct 03 21:11:04.882 INFO STEP 168 (remove_files) COMPLETE
103502025-10-03T21:11:05.253Z[ host-image] Oct 03 21:11:04.882 INFO O| Oct 03 21:11:04.882 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103512025-10-03T21:11:05.253Z[ host-image] Oct 03 21:11:04.900 INFO O| Oct 03 21:11:04.900 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
103522025-10-03T21:11:05.253Z[ host-image] Oct 03 21:11:04.900 INFO O| Oct 03 21:11:04.900 INFO STEP 169 (remove_files) COMPLETE
103532025-10-03T21:11:05.253Z[ host-image] Oct 03 21:11:04.900 INFO O| Oct 03 21:11:04.900 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103542025-10-03T21:11:05.278Z[ host-image] Oct 03 21:11:04.916 INFO O| Oct 03 21:11:04.915 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
103552025-10-03T21:11:05.278Z[ host-image] Oct 03 21:11:04.916 INFO O| Oct 03 21:11:04.916 INFO STEP 170 (remove_files) COMPLETE
103562025-10-03T21:11:05.278Z[ host-image] Oct 03 21:11:04.916 INFO O| Oct 03 21:11:04.916 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103572025-10-03T21:11:05.302Z[ host-image] Oct 03 21:11:04.929 INFO O| Oct 03 21:11:04.929 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
103582025-10-03T21:11:05.302Z[ host-image] Oct 03 21:11:04.930 INFO O| Oct 03 21:11:04.930 INFO STEP 171 (remove_files) COMPLETE
103592025-10-03T21:11:05.302Z[ host-image] Oct 03 21:11:04.930 INFO O| Oct 03 21:11:04.930 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103602025-10-03T21:11:05.302Z[ host-image] Oct 03 21:11:04.943 INFO O| Oct 03 21:11:04.943 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
103612025-10-03T21:11:05.302Z[ host-image] Oct 03 21:11:04.943 INFO O| Oct 03 21:11:04.943 INFO STEP 172 (remove_files) COMPLETE
103622025-10-03T21:11:05.302Z[ host-image] Oct 03 21:11:04.943 INFO O| Oct 03 21:11:04.943 INFO STEP 173: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103632025-10-03T21:11:05.328Z[ host-image] Oct 03 21:11:04.963 INFO O| Oct 03 21:11:04.963 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
103642025-10-03T21:11:05.328Z[ host-image] Oct 03 21:11:04.963 INFO O| Oct 03 21:11:04.963 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
103652025-10-03T21:11:13.855Z[ host-image] Oct 03 21:11:13.505 INFO O| Oct 03 21:11:13.504 INFO O| Loading smf(7) service descriptions: 1/792/793/794/795/796/797/798/799/7910/7911/7912/7913/7914/7915/7916/7917/7918/7919/7920/7921/7922/7923/7924/7925/7926/7927/7928/7929/7930/7931/7932/7933/7934/7935/7936/7937/7938/7939/7940/7941/7942/7943/7944/7945/7946/7947/7948/7949/7950/7951/7952/7953/7954/7955/7956/7957/7958/7959/7960/7961/7962/7963/7964/7965/7966/7967/7968/7969/7970/7971/7972/7973/7974/7975/7976/7977/7978/7979/79
103662025-10-03T21:11:13.855Z[ host-image] Oct 03 21:11:13.505 INFO O| Oct 03 21:11:13.505 INFO E| svccfg: Loaded 79 smf(7) service descriptions
103672025-10-03T21:11:13.896Z[ host-image] Oct 03 21:11:13.545 INFO O| Oct 03 21:11:13.545 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
103682025-10-03T21:11:14.103Z[ host-image] Oct 03 21:11:13.752 INFO O| Oct 03 21:11:13.752 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
103692025-10-03T21:11:14.214Z[ host-image] Oct 03 21:11:13.864 INFO O| Oct 03 21:11:13.864 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
103702025-10-03T21:11:14.380Z[ host-image] Oct 03 21:11:14.027 INFO O| Oct 03 21:11:14.027 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
103712025-10-03T21:11:14.405Z[ host-image] Oct 03 21:11:14.027 INFO O| Oct 03 21:11:14.027 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
103722025-10-03T21:11:15.293Z[ host-image] Oct 03 21:11:14.942 INFO O| Oct 03 21:11:14.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
103732025-10-03T21:11:15.293Z[ host-image] Oct 03 21:11:14.942 INFO O| Oct 03 21:11:14.942 INFO ok!
103742025-10-03T21:11:15.318Z[ host-image] Oct 03 21:11:14.942 INFO O| Oct 03 21:11:14.942 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
103752025-10-03T21:11:15.318Z[ host-image] Oct 03 21:11:14.943 INFO O| Oct 03 21:11:14.942 INFO STEP 173 (seed_smf) COMPLETE
103762025-10-03T21:11:15.318Z[ host-image] Oct 03 21:11:14.943 INFO O| Oct 03 21:11:14.943 INFO steps complete; finalising image!
103772025-10-03T21:11:15.318Z[ host-image] Oct 03 21:11:14.943 INFO O| Oct 03 21:11:14.943 INFO TRIM POOL: TEMPORARY-sled-zfs
103782025-10-03T21:11:15.389Z[ host-image] Oct 03 21:11:15.038 INFO O| Oct 03 21:11:15.038 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Fri Oct 3 21:11:14 2025)
103792025-10-03T21:11:15.601Z[ host-image] Oct 03 21:11:15.250 INFO O| Oct 03 21:11:15.250 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Fri Oct 3 21:11:14 2025)
103802025-10-03T21:11:15.813Z[ host-image] Oct 03 21:11:15.462 INFO O| Oct 03 21:11:15.462 INFO trim TEMPORARY-sled-zfs: (13% trimmed, started at Fri Oct 3 21:11:14 2025)
103812025-10-03T21:11:16.025Z[ host-image] Oct 03 21:11:15.674 INFO O| Oct 03 21:11:15.673 INFO trim TEMPORARY-sled-zfs: (54% trimmed, started at Fri Oct 3 21:11:14 2025)
103822025-10-03T21:11:16.235Z[ host-image] Oct 03 21:11:15.884 INFO O| Oct 03 21:11:15.884 INFO trim TEMPORARY-sled-zfs: (96% trimmed, started at Fri Oct 3 21:11:14 2025)
103832025-10-03T21:11:16.563Z[ host-image] Oct 03 21:11:16.094 INFO O| Oct 03 21:11:16.094 INFO trim TEMPORARY-sled-zfs: (96% trimmed, started at Fri Oct 3 21:11:14 2025)
103842025-10-03T21:11:16.656Z[ host-image] Oct 03 21:11:16.305 INFO O| Oct 03 21:11:16.305 INFO trim TEMPORARY-sled-zfs: (96% trimmed, started at Fri Oct 3 21:11:14 2025)
103852025-10-03T21:11:21.867Z[ host-image] Oct 03 21:11:16.536 INFO O| Oct 03 21:11:16.536 INFO temporary pool has 809M used, 23.0M avail, 1.77x compressratio
103862025-10-03T21:11:21.867Z[ host-image] Oct 03 21:11:16.536 INFO O| Oct 03 21:11:16.536 INFO EXPORT POOL: TEMPORARY-sled-zfs
103872025-10-03T21:11:21.934Z[ host-image] Oct 03 21:11:17.564 INFO O| Oct 03 21:11:17.564 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
103882025-10-03T21:11:21.934Z[ host-image] Oct 03 21:11:17.564 INFO O| Oct 03 21:11:17.564 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
103892025-10-03T21:11:21.934Z[ host-image] Oct 03 21:11:19.403 INFO O| Oct 03 21:11:19.403 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
103902025-10-03T21:11:21.934Z[ host-image] Oct 03 21:11:19.403 INFO O| Oct 03 21:11:19.403 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
103912025-10-03T21:11:21.935Z[ host-image] Oct 03 21:11:19.403 INFO O| Oct 03 21:11:19.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
103922025-10-03T21:11:21.935Z[ host-image] Oct 03 21:11:19.403 INFO O| Oct 03 21:11:19.403 INFO completed processing sled/zfs
103932025-10-03T21:11:21.935Z[ host-image] Oct 03 21:11:19.403 INFO O| Oct 03 21:11:19.403 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
103942025-10-03T21:11:21.961Z[ host-image] Oct 03 21:11:20.457 INFO O| Oct 03 21:11:20.457 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
103952025-10-03T21:11:21.961Z[ host-image] Oct 03 21:11:20.572 INFO BUILD STRING "heads/stlouis-0-gc7547fbdf0\n"
103962025-10-03T21:11:21.961Z[ host-image] Oct 03 21:11:20.572 INFO expanded image name: "ci c0a340c/${os_short_commit} 2025-10-03 20:16" -> "ci c0a340c/c7547fb 2025-10-03 20:16"
103972025-10-03T21:11:21.961Z[ host-image] Oct 03 21:11:20.572 INFO output artefacts stored in: "/work/os-host"
103982025-10-03T21:11:21.961Z[ host-image] Oct 03 21:11:20.572 INFO collecting git info from project "pinprick"...
103992025-10-03T21:11:21.961Z[ host-image] Oct 03 21:11:20.582 INFO collecting git info from project "chelsio-t6-roms"...
104002025-10-03T21:11:21.961Z[ host-image] Oct 03 21:11:20.591 INFO collecting git info from project "pilot"...
104012025-10-03T21:11:21.961Z[ host-image] Oct 03 21:11:20.601 INFO collecting git info from project "amd-firmware"...
104022025-10-03T21:11:21.961Z[ host-image] Oct 03 21:11:20.622 INFO collecting git info from project "image-builder"...
104032025-10-03T21:11:21.961Z[ host-image] Oct 03 21:11:20.630 INFO collecting git info from project "amd-host-image-builder"...
104042025-10-03T21:11:21.961Z[ host-image] Oct 03 21:11:20.654 INFO collecting git info from project "bootserver"...
104052025-10-03T21:11:21.961Z[ host-image] Oct 03 21:11:20.714 INFO collecting git info from project "phbl"...
104062025-10-03T21:11:21.961Z[ host-image] Oct 03 21:11:20.732 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
104072025-10-03T21:11:24.079Z[ host-image] Oct 03 21:11:21.883 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
104082025-10-03T21:11:24.109Z[ host-image] Oct 03 21:11:22.555 INFO creating Oxide boot image...
104092025-10-03T21:11:24.109Z[ host-image] Oct 03 21:11:22.555 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci c0a340c/c7547fb 2025-10-03 20:16", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
104102025-10-03T21:11:24.109Z[ recovery-image] Oct 03 21:11:22.824 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
104112025-10-03T21:11:25.423Z[ host-image] Oct 03 21:11:25.019 INFO O| ok, image written!
104122025-10-03T21:11:25.423Z[ host-image] Oct 03 21:11:25.019 INFO O| ok, boot_image_csum file written!
104132025-10-03T21:11:25.453Z[ host-image] Oct 03 21:11:25.024 INFO creating boot archive (CPIO)...
104142025-10-03T21:11:25.453Z[ host-image] Oct 03 21:11:25.024 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/sled/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None
104152025-10-03T21:11:25.453Z[ host-image] Oct 03 21:11:25.037 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
104162025-10-03T21:11:25.453Z[ host-image] Oct 03 21:11:25.037 INFO E| + outfile=/work/os-host/cpio
104172025-10-03T21:11:25.453Z[ host-image] Oct 03 21:11:25.037 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
104182025-10-03T21:11:25.453Z[ host-image] Oct 03 21:11:25.040 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
104192025-10-03T21:11:25.453Z[ host-image] Oct 03 21:11:25.041 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
104202025-10-03T21:11:25.479Z[ host-image] Oct 03 21:11:25.105 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
104212025-10-03T21:11:25.479Z[ host-image] Oct 03 21:11:25.105 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
104222025-10-03T21:11:25.479Z[ host-image] Oct 03 21:11:25.122 INFO creating compressed cpio/unix for dev loaders...
104232025-10-03T21:11:25.479Z[ host-image] Oct 03 21:11:25.122 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/host/work/sled/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-host/unix.z\'"], pwd: None
104242025-10-03T21:11:27.058Z[ host-image] Oct 03 21:11:25.580 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
104252025-10-03T21:11:30.766Z[ recovery-image] Oct 03 21:11:30.416 INFO E| Compiling bitflags v1.3.2
104262025-10-03T21:11:30.766Z[ recovery-image] Oct 03 21:11:30.416 INFO E| Compiling scroll v0.13.0
104272025-10-03T21:11:30.791Z[ recovery-image] Oct 03 21:11:30.416 INFO E| Compiling bit_field v0.10.3
104282025-10-03T21:11:30.791Z[ recovery-image] Oct 03 21:11:30.416 INFO E| Compiling plain v0.2.3
104292025-10-03T21:11:30.791Z[ recovery-image] Oct 03 21:11:30.416 INFO E| Compiling adler2 v2.0.1
104302025-10-03T21:11:30.791Z[ recovery-image] Oct 03 21:11:30.417 INFO E| Compiling log v0.4.27
104312025-10-03T21:11:30.791Z[ recovery-image] Oct 03 21:11:30.422 INFO E| Compiling bitflags v2.9.4
104322025-10-03T21:11:31.100Z[ recovery-image] Oct 03 21:11:30.749 INFO E| Compiling raw-cpuid v10.7.0
104332025-10-03T21:11:31.243Z[ recovery-image] Oct 03 21:11:30.893 INFO E| Compiling miniz_oxide v0.8.9
104342025-10-03T21:11:31.279Z[ recovery-image] Oct 03 21:11:30.903 INFO E| Compiling bitstruct v0.1.1
104352025-10-03T21:11:31.318Z[ recovery-image] Oct 03 21:11:30.968 INFO E| Compiling static_assertions v1.1.0
104362025-10-03T21:11:31.594Z[ recovery-image] Oct 03 21:11:31.244 INFO E| Compiling cpio_reader v0.1.2
104372025-10-03T21:11:32.113Z[ recovery-image] Oct 03 21:11:31.763 INFO E| Compiling goblin v0.10.1
104382025-10-03T21:11:34.290Z[ host-image] Oct 03 21:11:33.940 INFO creating reset image...
104392025-10-03T21:11:34.290Z[ host-image] Oct 03 21:11:33.940 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
104402025-10-03T21:11:34.416Z[ host-image] Oct 03 21:11:34.066 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-09-03-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
104412025-10-03T21:11:34.416Z[ host-image] Oct 03 21:11:34.066 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z", "--target-dir", "/work/os-host/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
104422025-10-03T21:11:34.680Z[ host-image] Oct 03 21:11:34.331 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
104432025-10-03T21:11:34.850Z[ host-image] Oct 03 21:11:34.500 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
104442025-10-03T21:11:35.810Z[ host-image] Oct 03 21:11:35.460 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
104452025-10-03T21:11:36.014Z[ host-image] Oct 03 21:11:35.664 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
104462025-10-03T21:11:36.014Z[ host-image] Oct 03 21:11:35.664 INFO E| Compiling proc-macro2 v1.0.101
104472025-10-03T21:11:36.014Z[ host-image] Oct 03 21:11:35.664 INFO E| Compiling unicode-ident v1.0.18
104482025-10-03T21:11:36.039Z[ host-image] Oct 03 21:11:35.664 INFO E| Compiling syn v1.0.109
104492025-10-03T21:11:36.039Z[ host-image] Oct 03 21:11:35.664 INFO E| Compiling x86 v0.52.0
104502025-10-03T21:11:36.039Z[ host-image] Oct 03 21:11:35.664 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
104512025-10-03T21:11:36.039Z[ host-image] Oct 03 21:11:35.664 INFO E| Compiling seq-macro v0.3.6
104522025-10-03T21:11:39.228Z[ host-image] Oct 03 21:11:38.879 INFO E| Compiling quote v1.0.40
104532025-10-03T21:11:39.798Z[ host-image] Oct 03 21:11:39.448 INFO E| Compiling syn v2.0.106
104542025-10-03T21:11:44.377Z[ recovery-image] Oct 03 21:11:44.027 INFO E| Finished `release` profile [optimized] target(s) in 1m 28s
104552025-10-03T21:11:44.408Z[ recovery-image] Oct 03 21:11:44.058 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
104562025-10-03T21:11:44.549Z[ recovery-image] Oct 03 21:11:44.199 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.89.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
104572025-10-03T21:11:44.574Z[ recovery-image] Oct 03 21:11:44.199 INFO building ROM for gimlet
104582025-10-03T21:11:44.574Z[ recovery-image] Oct 03 21:11:44.199 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml", "--image", "/work/os-recovery/gimlet.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
104592025-10-03T21:11:45.846Z[ host-image] Oct 03 21:11:45.497 INFO E| Compiling scroll_derive v0.13.0
104602025-10-03T21:11:46.291Z[ recovery-image] Oct 03 21:11:45.941 INFO E| Downloading crates ...
104612025-10-03T21:11:47.087Z[ recovery-image] Oct 03 21:11:46.737 INFO E| Downloaded anstyle-query v1.1.2
104622025-10-03T21:11:47.139Z[ recovery-image] Oct 03 21:11:46.790 INFO E| Downloaded anstyle v1.0.10
104632025-10-03T21:11:47.164Z[ recovery-image] Oct 03 21:11:46.793 INFO E| Downloaded toml_datetime v0.6.9
104642025-10-03T21:11:47.164Z[ recovery-image] Oct 03 21:11:46.795 INFO E| Downloaded anstyle-parse v0.2.6
104652025-10-03T21:11:47.164Z[ recovery-image] Oct 03 21:11:46.798 INFO E| Downloaded serde_spanned v0.6.8
104662025-10-03T21:11:47.164Z[ recovery-image] Oct 03 21:11:46.800 INFO E| Downloaded toml_write v0.1.1
104672025-10-03T21:11:47.164Z[ recovery-image] Oct 03 21:11:46.803 INFO E| Downloaded shared_child v1.0.1
104682025-10-03T21:11:47.164Z[ recovery-image] Oct 03 21:11:46.805 INFO E| Downloaded duct v0.13.7
104692025-10-03T21:11:47.164Z[ recovery-image] Oct 03 21:11:46.808 INFO E| Downloaded clap v4.5.37
104702025-10-03T21:11:47.189Z[ recovery-image] Oct 03 21:11:46.820 INFO E| Downloaded toml v0.8.22
104712025-10-03T21:11:47.232Z[ recovery-image] Oct 03 21:11:46.882 INFO E| Downloaded colorchoice v1.0.3
104722025-10-03T21:11:47.256Z[ recovery-image] Oct 03 21:11:46.884 INFO E| Downloaded toml_edit v0.22.26
104732025-10-03T21:11:47.316Z[ recovery-image] Oct 03 21:11:46.966 INFO E| Downloaded cc v1.2.20
104742025-10-03T21:11:47.340Z[ recovery-image] Oct 03 21:11:46.971 INFO E| Downloaded winnow v0.7.7
104752025-10-03T21:11:47.340Z[ recovery-image] Oct 03 21:11:46.984 INFO E| Downloaded clap_builder v4.5.37
104762025-10-03T21:11:47.366Z[ recovery-image] Oct 03 21:11:47.017 INFO E| Downloaded clap_derive v4.5.32
104772025-10-03T21:11:47.391Z[ recovery-image] Oct 03 21:11:47.019 INFO E| Downloaded os_pipe v1.2.1
104782025-10-03T21:11:48.099Z[ recovery-image] Oct 03 21:11:47.749 INFO E| Compiling libc v0.2.172
104792025-10-03T21:11:48.099Z[ recovery-image] Oct 03 21:11:47.749 INFO E| Compiling utf8parse v0.2.2
104802025-10-03T21:11:48.099Z[ recovery-image] Oct 03 21:11:47.749 INFO E| Compiling anstyle v1.0.10
104812025-10-03T21:11:48.124Z[ recovery-image] Oct 03 21:11:47.749 INFO E| Compiling is_terminal_polyfill v1.70.1
104822025-10-03T21:11:48.124Z[ recovery-image] Oct 03 21:11:47.749 INFO E| Compiling anstyle-query v1.1.2
104832025-10-03T21:11:48.149Z[ recovery-image] Oct 03 21:11:47.788 INFO E| Compiling equivalent v1.0.2
104842025-10-03T21:11:48.149Z[ recovery-image] Oct 03 21:11:47.788 INFO E| Compiling colorchoice v1.0.3
104852025-10-03T21:11:48.149Z[ recovery-image] Oct 03 21:11:47.788 INFO E| Compiling syn v2.0.101
104862025-10-03T21:11:48.929Z[ recovery-image] Oct 03 21:11:48.575 INFO E| Compiling anstyle-parse v0.2.6
104872025-10-03T21:11:48.954Z[ recovery-image] Oct 03 21:11:48.583 INFO E| Compiling once_cell v1.21.3
104882025-10-03T21:11:49.063Z[ recovery-image] Oct 03 21:11:48.713 INFO E| Compiling hashbrown v0.15.2
104892025-10-03T21:11:49.118Z[ recovery-image] Oct 03 21:11:48.768 INFO E| Compiling shlex v1.3.0
104902025-10-03T21:11:49.142Z[ recovery-image] Oct 03 21:11:48.782 INFO E| Compiling toml_write v0.1.1
104912025-10-03T21:11:49.307Z[ recovery-image] Oct 03 21:11:48.958 INFO E| Compiling strsim v0.11.1
104922025-10-03T21:11:50.167Z[ recovery-image] Oct 03 21:11:49.817 INFO E| Compiling cc v1.2.20
104932025-10-03T21:11:50.191Z[ recovery-image] Oct 03 21:11:49.840 INFO E| Compiling anstream v0.6.18
104942025-10-03T21:11:50.246Z[ recovery-image] Oct 03 21:11:49.897 INFO E| Compiling winnow v0.7.7
104952025-10-03T21:11:50.271Z[ recovery-image] Oct 03 21:11:49.910 INFO E| Compiling clap_lex v0.7.4
104962025-10-03T21:11:50.937Z[ host-image] Oct 03 21:11:50.587 INFO E| Compiling bitstruct_derive v0.1.0
104972025-10-03T21:11:51.174Z[ recovery-image] Oct 03 21:11:50.825 INFO E| Compiling anyhow v1.0.98
104982025-10-03T21:11:51.569Z[ recovery-image] Oct 03 21:11:51.219 INFO E| Compiling shared_child v1.0.1
104992025-10-03T21:11:51.921Z[ recovery-image] Oct 03 21:11:51.572 INFO E| Compiling os_pipe v1.2.1
105002025-10-03T21:11:51.946Z[ recovery-image] Oct 03 21:11:51.579 INFO E| Compiling indexmap v2.9.0
105012025-10-03T21:11:52.099Z[ recovery-image] Oct 03 21:11:51.750 INFO E| Compiling clap_builder v4.5.37
105022025-10-03T21:11:52.384Z[ recovery-image] Oct 03 21:11:52.034 INFO E| Compiling duct v0.13.7
105032025-10-03T21:11:55.463Z[ recovery-image] Oct 03 21:11:55.114 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
105042025-10-03T21:12:00.829Z[ recovery-image] Oct 03 21:12:00.480 INFO E| Compiling serde_derive v1.0.219
105052025-10-03T21:12:00.829Z[ recovery-image] Oct 03 21:12:00.480 INFO E| Compiling clap_derive v4.5.32
105062025-10-03T21:12:05.680Z[ recovery-image] Oct 03 21:12:05.330 INFO E| Compiling clap v4.5.37
105072025-10-03T21:12:09.128Z[ recovery-image] Oct 03 21:12:08.780 INFO E| Compiling serde v1.0.219
105082025-10-03T21:12:15.781Z[ recovery-image] Oct 03 21:12:15.433 INFO E| Compiling toml_datetime v0.6.9
105092025-10-03T21:12:15.806Z[ recovery-image] Oct 03 21:12:15.433 INFO E| Compiling serde_spanned v0.6.8
105102025-10-03T21:12:16.403Z[ recovery-image] Oct 03 21:12:16.054 INFO E| Compiling toml_edit v0.22.26
105112025-10-03T21:12:20.779Z[ recovery-image] Oct 03 21:12:20.431 INFO E| Compiling toml v0.8.22
105122025-10-03T21:12:30.596Z[ host-image] Oct 03 21:12:30.248 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
105132025-10-03T21:12:30.783Z[ recovery-image] Oct 03 21:12:30.435 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.69s
105142025-10-03T21:12:30.808Z[ recovery-image] Oct 03 21:12:30.451 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml --image /work/os-recovery/gimlet.rom`
105152025-10-03T21:12:30.837Z[ recovery-image] Oct 03 21:12:30.489 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
105162025-10-03T21:12:32.132Z[ recovery-image] Oct 03 21:12:31.784 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
105172025-10-03T21:12:32.157Z[ recovery-image] Oct 03 21:12:31.791 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a -o /work/os-recovery/gimlet.rom`
105182025-10-03T21:12:32.422Z[ recovery-image] Oct 03 21:12:32.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
105192025-10-03T21:12:32.422Z[ recovery-image] Oct 03 21:12:32.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
105202025-10-03T21:12:32.422Z[ recovery-image] Oct 03 21:12:32.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
105212025-10-03T21:12:32.469Z[ recovery-image] Oct 03 21:12:32.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
105222025-10-03T21:12:32.470Z[ recovery-image] Oct 03 21:12:32.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
105232025-10-03T21:12:32.470Z[ recovery-image] Oct 03 21:12:32.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
105242025-10-03T21:12:32.470Z[ recovery-image] Oct 03 21:12:32.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
105252025-10-03T21:12:32.470Z[ recovery-image] Oct 03 21:12:32.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
105262025-10-03T21:12:32.470Z[ recovery-image] Oct 03 21:12:32.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
105272025-10-03T21:12:32.470Z[ recovery-image] Oct 03 21:12:32.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
105282025-10-03T21:12:32.470Z[ recovery-image] Oct 03 21:12:32.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
105292025-10-03T21:12:32.470Z[ recovery-image] Oct 03 21:12:32.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
105302025-10-03T21:12:32.470Z[ recovery-image] Oct 03 21:12:32.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
105312025-10-03T21:12:32.470Z[ recovery-image] Oct 03 21:12:32.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
105322025-10-03T21:12:32.470Z[ recovery-image] Oct 03 21:12:32.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
105332025-10-03T21:12:32.471Z[ recovery-image] Oct 03 21:12:32.076 INFO O| Info: ABL version: 0x100a5010
105342025-10-03T21:12:32.471Z[ recovery-image] Oct 03 21:12:32.076 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
105352025-10-03T21:12:32.471Z[ recovery-image] Oct 03 21:12:32.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105362025-10-03T21:12:32.471Z[ recovery-image] Oct 03 21:12:32.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105372025-10-03T21:12:32.471Z[ recovery-image] Oct 03 21:12:32.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105382025-10-03T21:12:32.471Z[ recovery-image] Oct 03 21:12:32.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105392025-10-03T21:12:32.471Z[ recovery-image] Oct 03 21:12:32.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105402025-10-03T21:12:32.471Z[ recovery-image] Oct 03 21:12:32.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105412025-10-03T21:12:32.471Z[ recovery-image] Oct 03 21:12:32.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105422025-10-03T21:12:32.471Z[ recovery-image] Oct 03 21:12:32.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105432025-10-03T21:12:32.471Z[ recovery-image] Oct 03 21:12:32.078 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105442025-10-03T21:12:32.471Z[ recovery-image] Oct 03 21:12:32.078 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105452025-10-03T21:12:32.471Z[ recovery-image] Oct 03 21:12:32.078 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105462025-10-03T21:12:32.471Z[ recovery-image] Oct 03 21:12:32.078 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105472025-10-03T21:12:32.471Z[ recovery-image] Oct 03 21:12:32.078 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105482025-10-03T21:12:32.471Z[ recovery-image] Oct 03 21:12:32.078 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105492025-10-03T21:12:32.471Z[ recovery-image] Oct 03 21:12:32.078 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105502025-10-03T21:12:32.471Z[ recovery-image] Oct 03 21:12:32.078 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105512025-10-03T21:12:32.471Z[ recovery-image] Oct 03 21:12:32.078 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105522025-10-03T21:12:32.471Z[ recovery-image] Oct 03 21:12:32.078 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105532025-10-03T21:12:32.499Z[ recovery-image] Oct 03 21:12:32.151 INFO building ROM for cosmo
105542025-10-03T21:12:32.499Z[ recovery-image] Oct 03 21:12:32.151 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml", "--image", "/work/os-recovery/cosmo.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
105552025-10-03T21:12:32.730Z[ recovery-image] Oct 03 21:12:32.382 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
105562025-10-03T21:12:32.754Z[ recovery-image] Oct 03 21:12:32.388 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml --image /work/os-recovery/cosmo.rom`
105572025-10-03T21:12:32.780Z[ recovery-image] Oct 03 21:12:32.410 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
105582025-10-03T21:12:32.926Z[ recovery-image] Oct 03 21:12:32.578 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.16s
105592025-10-03T21:12:32.968Z[ recovery-image] Oct 03 21:12:32.604 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6 -o /work/os-recovery/cosmo.rom`
105602025-10-03T21:12:33.488Z[ recovery-image] Oct 03 21:12:33.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x00_AmdPubKey_BRH.tkn"
105612025-10-03T21:12:33.488Z[ recovery-image] Oct 03 21:12:33.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x01_PspBl_BRH.esbin"
105622025-10-03T21:12:33.488Z[ recovery-image] Oct 03 21:12:33.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x02_PspOS_BRH.ecsbin"
105632025-10-03T21:12:33.513Z[ recovery-image] Oct 03 21:12:33.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x03_PspRecBl_BRH.esbin"
105642025-10-03T21:12:33.513Z[ recovery-image] Oct 03 21:12:33.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x08_SmuFirmware_breithorn.ecsbin"
105652025-10-03T21:12:33.513Z[ recovery-image] Oct 03 21:12:33.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
105662025-10-03T21:12:33.513Z[ recovery-image] Oct 03 21:12:33.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105672025-10-03T21:12:33.513Z[ recovery-image] Oct 03 21:12:33.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x0A_PspAblPubKey_BRH.stkn"
105682025-10-03T21:12:33.513Z[ recovery-image] Oct 03 21:12:33.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x13_SduFw_BRH.ecsbin"
105692025-10-03T21:12:33.513Z[ recovery-image] Oct 03 21:12:33.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x21_PspAmdIkek_BRH.bin"
105702025-10-03T21:12:33.513Z[ recovery-image] Oct 03 21:12:33.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22_SecureEmptyToken.bin"
105712025-10-03T21:12:33.513Z[ recovery-image] Oct 03 21:12:33.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105722025-10-03T21:12:33.513Z[ recovery-image] Oct 03 21:12:33.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105732025-10-03T21:12:33.514Z[ recovery-image] Oct 03 21:12:33.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105742025-10-03T21:12:33.514Z[ recovery-image] Oct 03 21:12:33.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105752025-10-03T21:12:33.514Z[ recovery-image] Oct 03 21:12:33.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105762025-10-03T21:12:33.514Z[ recovery-image] Oct 03 21:12:33.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2D_AblRt.ecsbin"
105772025-10-03T21:12:33.514Z[ recovery-image] Oct 03 21:12:33.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105782025-10-03T21:12:33.539Z[ recovery-image] Oct 03 21:12:33.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x42_PhyFw_BRH.ecsbin"
105792025-10-03T21:12:33.539Z[ recovery-image] Oct 03 21:12:33.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x44_USB_PHY_BRH.esbin"
105802025-10-03T21:12:33.539Z[ recovery-image] Oct 03 21:12:33.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105812025-10-03T21:12:33.539Z[ recovery-image] Oct 03 21:12:33.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105822025-10-03T21:12:33.539Z[ recovery-image] Oct 03 21:12:33.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x50_PspKeyDataBase_BRH.sbin"
105832025-10-03T21:12:33.539Z[ recovery-image] Oct 03 21:12:33.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105842025-10-03T21:12:33.539Z[ recovery-image] Oct 03 21:12:33.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x55_SPLTable_BRH.sbin"
105852025-10-03T21:12:33.539Z[ recovery-image] Oct 03 21:12:33.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x5DMpioFw_BRH.cesbin"
105862025-10-03T21:12:33.539Z[ recovery-image] Oct 03 21:12:33.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x64_RasDriver_BRH.ecsbin"
105872025-10-03T21:12:33.539Z[ recovery-image] Oct 03 21:12:33.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105882025-10-03T21:12:33.539Z[ recovery-image] Oct 03 21:12:33.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1A_SevDriver_BRH.ecsbin"
105892025-10-03T21:12:33.564Z[ recovery-image] Oct 03 21:12:33.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
105902025-10-03T21:12:33.564Z[ recovery-image] Oct 03 21:12:33.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1B_BootDriver_BRH.ecsbin"
105912025-10-03T21:12:33.564Z[ recovery-image] Oct 03 21:12:33.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1C_SocDriver_BRH.ecsbin"
105922025-10-03T21:12:33.564Z[ recovery-image] Oct 03 21:12:33.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1D_HadDriver_BRH.ecsbin"
105932025-10-03T21:12:33.564Z[ recovery-image] Oct 03 21:12:33.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
105942025-10-03T21:12:33.564Z[ recovery-image] Oct 03 21:12:33.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x38_PspSevEmptyData.bin"
105952025-10-03T21:12:33.564Z[ recovery-image] Oct 03 21:12:33.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x47_DRTMDriver_BRH.ecsbin"
105962025-10-03T21:12:33.564Z[ recovery-image] Oct 03 21:12:33.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x67_FHPDriver_BRH.ecsbin"
105972025-10-03T21:12:33.564Z[ recovery-image] Oct 03 21:12:33.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x68_SPDMDriver_BRH.ecsbin"
105982025-10-03T21:12:33.564Z[ recovery-image] Oct 03 21:12:33.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x69_DPEDriver_BRH.ecsbin"
105992025-10-03T21:12:33.564Z[ recovery-image] Oct 03 21:12:33.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x73_PspBl_BRH.ecsbin"
106002025-10-03T21:12:33.564Z[ recovery-image] Oct 03 21:12:33.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x76_DfRib_BRH.csbin"
106012025-10-03T21:12:33.564Z[ recovery-image] Oct 03 21:12:33.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x8C_MPDMATF_BRH.sbin"
106022025-10-03T21:12:33.564Z[ recovery-image] Oct 03 21:12:33.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x91_GmiPhyFw_BRH.esbin"
106032025-10-03T21:12:33.564Z[ recovery-image] Oct 03 21:12:33.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x92_Page_BRH.sbin"
106042025-10-03T21:12:33.565Z[ recovery-image] Oct 03 21:12:33.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9D_AspSramFwExt_BRH.sbin"
106052025-10-03T21:12:33.565Z[ recovery-image] Oct 03 21:12:33.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106062025-10-03T21:12:33.565Z[ recovery-image] Oct 03 21:12:33.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_A0.sbin"
106072025-10-03T21:12:33.565Z[ recovery-image] Oct 03 21:12:33.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_A0.sbin"
106082025-10-03T21:12:33.565Z[ recovery-image] Oct 03 21:12:33.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_B0.sbin"
106092025-10-03T21:12:33.565Z[ recovery-image] Oct 03 21:12:33.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C0.sbin"
106102025-10-03T21:12:33.565Z[ recovery-image] Oct 03 21:12:33.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_B0.sbin"
106112025-10-03T21:12:33.565Z[ recovery-image] Oct 03 21:12:33.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C1.sbin"
106122025-10-03T21:12:33.565Z[ recovery-image] Oct 03 21:12:33.194 INFO O| Info: ABL version: 0x1006f010
106132025-10-03T21:12:33.565Z[ recovery-image] Oct 03 21:12:33.194 INFO O| Info: For sub_program 0: SMU firmware version: 94.123.0
106142025-10-03T21:12:33.565Z[ recovery-image] Oct 03 21:12:33.194 INFO O| Info: For sub_program 2: SMU firmware version: 99.123.0
106152025-10-03T21:12:33.565Z[ recovery-image] Oct 03 21:12:33.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/APOB_NV_BRH.bin"
106162025-10-03T21:12:33.590Z[ recovery-image] Oct 03 21:12:33.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106172025-10-03T21:12:33.590Z[ recovery-image] Oct 03 21:12:33.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106182025-10-03T21:12:33.590Z[ recovery-image] Oct 03 21:12:33.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106192025-10-03T21:12:33.590Z[ recovery-image] Oct 03 21:12:33.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106202025-10-03T21:12:33.590Z[ recovery-image] Oct 03 21:12:33.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106212025-10-03T21:12:33.590Z[ recovery-image] Oct 03 21:12:33.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106222025-10-03T21:12:33.590Z[ recovery-image] Oct 03 21:12:33.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106232025-10-03T21:12:33.590Z[ recovery-image] Oct 03 21:12:33.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106242025-10-03T21:12:33.590Z[ recovery-image] Oct 03 21:12:33.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
106252025-10-03T21:12:33.590Z[ recovery-image] Oct 03 21:12:33.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106262025-10-03T21:12:33.590Z[ recovery-image] Oct 03 21:12:33.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106272025-10-03T21:12:33.590Z[ recovery-image] Oct 03 21:12:33.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106282025-10-03T21:12:33.590Z[ recovery-image] Oct 03 21:12:33.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106292025-10-03T21:12:33.590Z[ recovery-image] Oct 03 21:12:33.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106302025-10-03T21:12:33.590Z[ recovery-image] Oct 03 21:12:33.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106312025-10-03T21:12:33.591Z[ recovery-image] Oct 03 21:12:33.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106322025-10-03T21:12:33.591Z[ recovery-image] Oct 03 21:12:33.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106332025-10-03T21:12:33.591Z[ recovery-image] Oct 03 21:12:33.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
106342025-10-03T21:12:33.591Z[ recovery-image] Oct 03 21:12:33.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
106352025-10-03T21:12:33.632Z[ recovery-image] Oct 03 21:12:33.284 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
106362025-10-03T21:12:36.997Z[ host-image] Oct 03 21:12:36.649 INFO E| Compiling bitflags v1.3.2
106372025-10-03T21:12:37.022Z[ host-image] Oct 03 21:12:36.649 INFO E| Compiling scroll v0.13.0
106382025-10-03T21:12:37.022Z[ host-image] Oct 03 21:12:36.649 INFO E| Compiling bit_field v0.10.3
106392025-10-03T21:12:37.022Z[ host-image] Oct 03 21:12:36.649 INFO E| Compiling plain v0.2.3
106402025-10-03T21:12:37.023Z[ host-image] Oct 03 21:12:36.650 INFO E| Compiling log v0.4.27
106412025-10-03T21:12:37.023Z[ host-image] Oct 03 21:12:36.650 INFO E| Compiling bitflags v2.9.4
106422025-10-03T21:12:37.023Z[ host-image] Oct 03 21:12:36.650 INFO E| Compiling adler2 v2.0.1
106432025-10-03T21:12:37.185Z[ host-image] Oct 03 21:12:36.837 INFO E| Compiling raw-cpuid v10.7.0
106442025-10-03T21:12:37.592Z[ host-image] Oct 03 21:12:37.245 INFO E| Compiling miniz_oxide v0.8.9
106452025-10-03T21:12:37.815Z[ host-image] Oct 03 21:12:37.467 INFO E| Compiling cpio_reader v0.1.2
106462025-10-03T21:12:37.855Z[ host-image] Oct 03 21:12:37.508 INFO E| Compiling static_assertions v1.1.0
106472025-10-03T21:12:37.946Z[ host-image] Oct 03 21:12:37.599 INFO E| Compiling bitstruct v0.1.1
106482025-10-03T21:12:38.144Z[ host-image] Oct 03 21:12:37.796 INFO E| Compiling goblin v0.10.1
106492025-10-03T21:12:38.320Z[ recovery-image] Oct 03 21:12:37.972 INFO image complete! materials are in "/work/os-recovery"
106502025-10-03T21:12:38.350Z[ recovery-image]
106512025-10-03T21:12:38.350Z[ recovery-image] real 22:34.591923781
106522025-10-03T21:12:38.375Z[ recovery-image] user 15:22.811237447
106532025-10-03T21:12:38.375Z[ recovery-image] sys 1:48.463425446
106542025-10-03T21:12:38.375Z[ recovery-image] trap 1.222341652
106552025-10-03T21:12:39.348Z[ recovery-image] tflt 1.758343695
106562025-10-03T21:12:39.348Z[ recovery-image] dflt 7.297060853
106572025-10-03T21:12:39.373Z[ recovery-image] kflt 0.010910696
106582025-10-03T21:12:39.373Z[ recovery-image] lock 42:14.943044966
106592025-10-03T21:12:39.373Z[ recovery-image] slp 2:17:49.658004703
106602025-10-03T21:12:39.373Z[ recovery-image] lat 9:31.624317999
106612025-10-03T21:12:39.373Z[ recovery-image] stop 18.114405460
106622025-10-03T21:12:40.348ZOct 03 21:12:40.000 INFO [recovery-image] process exited with exit status: 0 (1355.624333455s)
106632025-10-03T21:12:46.055Z[ host-image] Oct 03 21:12:45.708 INFO E| Finished `release` profile [optimized] target(s) in 1m 11s
106642025-10-03T21:12:46.080Z[ host-image] Oct 03 21:12:45.728 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106652025-10-03T21:12:46.160Z[ host-image] Oct 03 21:12:45.813 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.89.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
106662025-10-03T21:12:46.161Z[ host-image] Oct 03 21:12:45.813 INFO building ROM for cosmo
106672025-10-03T21:12:46.185Z[ host-image] Oct 03 21:12:45.813 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml", "--image", "/work/os-host/cosmo.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
106682025-10-03T21:12:46.362Z[ host-image] Oct 03 21:12:46.014 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
106692025-10-03T21:12:46.386Z[ host-image] Oct 03 21:12:46.022 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml --image /work/os-host/cosmo.rom`
106702025-10-03T21:12:46.411Z[ host-image] Oct 03 21:12:46.045 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
106712025-10-03T21:12:46.527Z[ host-image] Oct 03 21:12:46.179 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
106722025-10-03T21:12:46.551Z[ host-image] Oct 03 21:12:46.186 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6 -o /work/os-host/cosmo.rom`
106732025-10-03T21:12:46.972Z[ host-image] Oct 03 21:12:46.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x00_AmdPubKey_BRH.tkn"
106742025-10-03T21:12:46.972Z[ host-image] Oct 03 21:12:46.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x01_PspBl_BRH.esbin"
106752025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x02_PspOS_BRH.ecsbin"
106762025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x03_PspRecBl_BRH.esbin"
106772025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106782025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106792025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106802025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x0A_PspAblPubKey_BRH.stkn"
106812025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x13_SduFw_BRH.ecsbin"
106822025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x21_PspAmdIkek_BRH.bin"
106832025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22_SecureEmptyToken.bin"
106842025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106852025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106862025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106872025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106882025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106892025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2D_AblRt.ecsbin"
106902025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106912025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x42_PhyFw_BRH.ecsbin"
106922025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x44_USB_PHY_BRH.esbin"
106932025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106942025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106952025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x50_PspKeyDataBase_BRH.sbin"
106962025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106972025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x55_SPLTable_BRH.sbin"
106982025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x5DMpioFw_BRH.cesbin"
106992025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x64_RasDriver_BRH.ecsbin"
107002025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
107012025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1A_SevDriver_BRH.ecsbin"
107022025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
107032025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1B_BootDriver_BRH.ecsbin"
107042025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1C_SocDriver_BRH.ecsbin"
107052025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1D_HadDriver_BRH.ecsbin"
107062025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
107072025-10-03T21:12:47.020Z[ host-image] Oct 03 21:12:46.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x38_PspSevEmptyData.bin"
107082025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x47_DRTMDriver_BRH.ecsbin"
107092025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x67_FHPDriver_BRH.ecsbin"
107102025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x68_SPDMDriver_BRH.ecsbin"
107112025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x69_DPEDriver_BRH.ecsbin"
107122025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x73_PspBl_BRH.ecsbin"
107132025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x76_DfRib_BRH.csbin"
107142025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x8C_MPDMATF_BRH.sbin"
107152025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x91_GmiPhyFw_BRH.esbin"
107162025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x92_Page_BRH.sbin"
107172025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9D_AspSramFwExt_BRH.sbin"
107182025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107192025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_A0.sbin"
107202025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_A0.sbin"
107212025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_B0.sbin"
107222025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C0.sbin"
107232025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_B0.sbin"
107242025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C1.sbin"
107252025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.630 INFO O| Info: ABL version: 0x1006f010
107262025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.630 INFO O| Info: For sub_program 0: SMU firmware version: 94.123.0
107272025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.630 INFO O| Info: For sub_program 2: SMU firmware version: 99.123.0
107282025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/APOB_NV_BRH.bin"
107292025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107302025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.632 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107312025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.632 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107322025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.632 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107332025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.632 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107342025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.632 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107352025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.632 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107362025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.632 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107372025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.632 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107382025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.632 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107392025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.632 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107402025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.632 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107412025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.632 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107422025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.632 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107432025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.632 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107442025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.632 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107452025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.632 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107462025-10-03T21:12:47.021Z[ host-image] Oct 03 21:12:46.632 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107472025-10-03T21:12:47.022Z[ host-image] Oct 03 21:12:46.632 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107482025-10-03T21:12:47.047Z[ host-image] Oct 03 21:12:46.697 INFO building ROM for gimlet
107492025-10-03T21:12:47.047Z[ host-image] Oct 03 21:12:46.697 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml", "--image", "/work/os-host/gimlet.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
107502025-10-03T21:12:47.237Z[ host-image] Oct 03 21:12:46.890 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
107512025-10-03T21:12:47.262Z[ host-image] Oct 03 21:12:46.895 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml --image /work/os-host/gimlet.rom`
107522025-10-03T21:12:47.287Z[ host-image] Oct 03 21:12:46.916 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
107532025-10-03T21:12:47.396Z[ host-image] Oct 03 21:12:47.049 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
107542025-10-03T21:12:47.421Z[ host-image] Oct 03 21:12:47.055 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a -o /work/os-host/gimlet.rom`
107552025-10-03T21:12:47.623Z[ host-image] Oct 03 21:12:47.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
107562025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
107572025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
107582025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
107592025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
107602025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
107612025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
107622025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
107632025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
107642025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
107652025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
107662025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
107672025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
107682025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
107692025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
107702025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.278 INFO O| Info: ABL version: 0x100a5010
107712025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.278 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
107722025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107732025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107742025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107752025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107762025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107772025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107782025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107792025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.279 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107802025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.279 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
107812025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.279 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
107822025-10-03T21:12:47.648Z[ host-image] Oct 03 21:12:47.279 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
107832025-10-03T21:12:47.649Z[ host-image] Oct 03 21:12:47.279 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
107842025-10-03T21:12:47.649Z[ host-image] Oct 03 21:12:47.279 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
107852025-10-03T21:12:47.649Z[ host-image] Oct 03 21:12:47.279 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
107862025-10-03T21:12:47.649Z[ host-image] Oct 03 21:12:47.279 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
107872025-10-03T21:12:47.649Z[ host-image] Oct 03 21:12:47.279 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
107882025-10-03T21:12:47.649Z[ host-image] Oct 03 21:12:47.279 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
107892025-10-03T21:12:47.649Z[ host-image] Oct 03 21:12:47.279 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
107902025-10-03T21:12:47.688Z[ host-image] Oct 03 21:12:47.341 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107912025-10-03T21:13:03.854Z[ host-image] Oct 03 21:13:03.507 INFO image complete! materials are in "/work/os-host"
107922025-10-03T21:13:04.347Z[ host-image]
107932025-10-03T21:13:04.348Z[ host-image] real 23:52.535068189
107942025-10-03T21:13:04.372Z[ host-image] user 15:47.001657500
107952025-10-03T21:13:04.372Z[ host-image] sys 1:48.642501295
107962025-10-03T21:13:04.372Z[ host-image] trap 0.996996424
107972025-10-03T21:13:04.372Z[ host-image] tflt 0.479846379
107982025-10-03T21:13:04.372Z[ host-image] dflt 1.691657331
107992025-10-03T21:13:04.372Z[ host-image] kflt 0.053122116
108002025-10-03T21:13:04.373Z[ host-image] lock 27:04.344749240
108012025-10-03T21:13:04.373Z[ host-image] slp 2:20:02.361871423
108022025-10-03T21:13:04.373Z[ host-image] lat 6:38.550388809
108032025-10-03T21:13:04.373ZOct 03 21:13:04.002 INFO [host-image] process exited with exit status: 0 (1433.032975639s)
108042025-10-03T21:13:04.373Z[ host-image] stop 4.652623844
108052025-10-03T21:13:04.373ZOct 03 21:13:04.003 INFO [tuf-repo] running task
108062025-10-03T21:13:38.455ZOct 03 21:13:38.110 INFO assembling repository in `/tmp/tufaceousa1LXr4`, component: OmicronRepoAssembler
108072025-10-03T21:13:48.775ZOct 03 21:13:48.430 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
108082025-10-03T21:13:49.300ZOct 03 21:13:48.955 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
108092025-10-03T21:14:10.237Z[verify-libraries] Finished `release` profile [optimized] target(s) in 24m 00s
108102025-10-03T21:14:12.009ZOct 03 21:14:11.664 INFO [verify-libraries] process exited with exit status: 0 (1449.045960575s)
108112025-10-03T21:14:26.288ZOct 03 21:14:25.944 INFO extracting uploaded archive to /tmp/.tmpuoZywb
108122025-10-03T21:14:30.567ZOct 03 21:14:30.224 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.EO1fed
108132025-10-03T21:14:30.702ZOct 03 21:14:30.359 INFO added artifact, length: 6196517, hash: 6d672f9cddc24462d6cc8f62b1b220e8a6692f2e3ea95debb9eef64f7c0efd57, version: 1.0.47, kind: gimlet_sp, name: cosmo-a
108142025-10-03T21:14:30.928ZOct 03 21:14:30.584 INFO added artifact, length: 5292852, hash: 6dff409e38a2de927b9f44445ee29ea82766345deb2720feb921bc54b0a3cc0b, version: 1.0.47, kind: gimlet_sp, name: gimlet-b
108152025-10-03T21:14:31.128ZOct 03 21:14:30.783 INFO added artifact, length: 5295294, hash: 8d4b38f41af561eef945f4cbd58c8b794ebaacebeb5394edfdebdaa5e9ef49f1, version: 1.0.47, kind: gimlet_sp, name: gimlet-c
108162025-10-03T21:14:31.334ZOct 03 21:14:30.991 INFO added artifact, length: 5302911, hash: 04cb2707133b9050c0fb15f3eee6650732ba60ccb7065e8e642d7649922aff84, version: 1.0.47, kind: gimlet_sp, name: gimlet-d
108172025-10-03T21:14:31.528ZOct 03 21:14:31.184 INFO added artifact, length: 5302903, hash: f0956a9b9037423ed03b7ccf4db8464bd38414d2440157af5ccaff6d2755dbc8, version: 1.0.47, kind: gimlet_sp, name: gimlet-e
108182025-10-03T21:14:31.724ZOct 03 21:14:31.380 INFO added artifact, length: 5303081, hash: 168b387bf4c42063d6a5bc5737eaa90ed445aca445604878c81c5facfba7396e, version: 1.0.47, kind: gimlet_sp, name: gimlet-f
108192025-10-03T21:14:31.964ZOct 03 21:14:31.620 INFO added artifact, length: 1573997, hash: 1048ec74ff9eb2cf110dcefa2f4b3bd589d1040cfd4d7a6bad51fb55e3d54427, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
108202025-10-03T21:14:31.964ZOct 03 21:14:31.620 INFO added artifact, length: 1574784, hash: 532946b08a591a0e8a18aa636b306c82eb4ba790e46b59fe4319918d13711258, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
108212025-10-03T21:14:32.104ZOct 03 21:14:31.760 INFO added artifact, length: 1639160, hash: 069b7c6e07eda645c9b7cbda2b7466c2947947d249e45f069d05671c90773426, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108222025-10-03T21:14:32.104ZOct 03 21:14:31.760 INFO added artifact, length: 1639063, hash: 35a49fc37ae878ed83f712311e7d0fdc2dd5beaca847090db89b21ee889b09bf, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108232025-10-03T21:14:32.245ZOct 03 21:14:31.901 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108242025-10-03T21:14:32.245ZOct 03 21:14:31.901 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108252025-10-03T21:14:32.381ZOct 03 21:14:32.037 INFO added artifact, length: 1573862, hash: adc41db6f4ddb68ca07b1ed41618057db155b07c45650ccb9bfa9f0d4bcb2194, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
108262025-10-03T21:14:32.381ZOct 03 21:14:32.037 INFO added artifact, length: 1574640, hash: 159f7c0d9d3a8eabafc23e20a7a620adc1772b462dde91ec7fb640b646641a56, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
108272025-10-03T21:14:32.406ZOct 03 21:14:32.039 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
108282025-10-03T21:14:32.406ZOct 03 21:14:32.041 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108292025-10-03T21:14:32.406ZOct 03 21:14:32.042 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
108302025-10-03T21:14:46.168ZOct 03 21:14:45.825 INFO added artifact, length: 33554432, hash: a9f89947c1e31e11d95842ad2ac21692c00bae3d8eac69bfa54dc11fdab83c9e, version: 17.0.0-0.ci+gitc0a340c061c, kind: gimlet_host_phase_1, name: host
108312025-10-03T21:14:46.168ZOct 03 21:14:45.825 INFO added artifact, length: 33554432, hash: 831bdcc7dcdc288cfd5910f5e0d31b86c96a2536dbafbf89870125daa0b623c2, version: 17.0.0-0.ci+gitc0a340c061c, kind: cosmo_host_phase_1, name: host
108322025-10-03T21:14:46.169ZOct 03 21:14:45.825 INFO added artifact, length: 1048580096, hash: 5c3c2b3d1f49b003b6a9e1e86480e6fb49169dbc9dd19096ff9114f3ec320381, version: 17.0.0-0.ci+gitc0a340c061c, kind: host_phase_2, name: host
108332025-10-03T21:14:48.843ZOct 03 21:14:48.500 INFO added artifact, length: 33554432, hash: d13c36baabbe325b08df0697722b01e2992abaa8e120c88ea56f0697260b32d9, version: 17.0.0-0.ci+gitc0a340c061c, kind: gimlet_trampoline_phase_1, name: trampoline
108342025-10-03T21:14:48.844ZOct 03 21:14:48.500 INFO added artifact, length: 33554432, hash: 22e87c3e805b4284762f4dd7ab6ec0d52f9f3fd46e497728a26d36a627fe8df0, version: 17.0.0-0.ci+gitc0a340c061c, kind: cosmo_trampoline_phase_1, name: trampoline
108352025-10-03T21:14:48.844ZOct 03 21:14:48.500 INFO added artifact, length: 152790044, hash: 72390bcf57c3a9af9d954a7cad3c1b961fe8ab6508b04727aeb674cb5fa7f895, version: 17.0.0-0.ci+gitc0a340c061c, kind: trampoline_phase_2, name: trampoline
108362025-10-03T21:14:53.973ZOct 03 21:14:53.630 INFO added artifact, length: 309582479, hash: 8d376c9969b89e6505b3b2ceb210761bc4bb8a19a35b6485e64d95924326a84f, version: 17.0.0-0.ci+gitc0a340c061c, kind: zone, name: clickhouse_keeper
108372025-10-03T21:14:59.290ZOct 03 21:14:58.947 INFO added artifact, length: 326174161, hash: 50e8e357e033db1630dc3279f85a58498dc7493858a07e0e17d20a618e35a2a5, version: 17.0.0-0.ci+gitc0a340c061c, kind: zone, name: clickhouse_server
108382025-10-03T21:15:04.554ZOct 03 21:15:04.211 INFO added artifact, length: 326175064, hash: 18121f5a001f9b2392925ad8a4b55c2aa52ac98be44f1014924b3a64a634960c, version: 17.0.0-0.ci+gitc0a340c061c, kind: zone, name: clickhouse
108392025-10-03T21:15:07.354ZOct 03 21:15:07.011 INFO added artifact, length: 172017100, hash: 5ed787c235007ff4c0ba5827b7c7f0c03b4c31879ecd8a64c83422cdb480a1f9, version: 17.0.0-0.ci+gitc0a340c061c, kind: zone, name: cockroachdb
108402025-10-03T21:15:07.995ZOct 03 21:15:07.653 INFO added artifact, length: 40286225, hash: 9daef81f44e8ff43cedd15e31599fc3731812f5939ed91dd8be94dbcbb049bf3, version: 17.0.0-0.ci+gitc0a340c061c, kind: zone, name: crucible-pantry-zone
108412025-10-03T21:15:08.797ZOct 03 21:15:08.454 INFO added artifact, length: 50255263, hash: 25f57536ebf42b1057da054d91e2d95bb83b71afc193319a216a258f0cbed790, version: 17.0.0-0.ci+gitc0a340c061c, kind: zone, name: crucible-zone
108422025-10-03T21:15:09.656ZOct 03 21:15:09.313 INFO added artifact, length: 52901412, hash: dc8fab6b10d52fbfe292080410819e0a6608bdf88e0b1abfae5d36dad4a7f323, version: 17.0.0-0.ci+gitc0a340c061c, kind: zone, name: external-dns
108432025-10-03T21:15:10.562ZOct 03 21:15:10.218 INFO added artifact, length: 52901012, hash: 07245ec56f6b3d8cdca1393f252fe5263e4ef6e2af9dac02d16a4c6029956a1b, version: 17.0.0-0.ci+gitc0a340c061c, kind: zone, name: internal-dns
108442025-10-03T21:15:12.889ZOct 03 21:15:12.542 INFO added artifact, length: 141571200, hash: ccbbab6ec550f8c67dc0b46702d8a5ff008d95dc808b5598fea61db77ca3b831, version: 17.0.0-0.ci+gitc0a340c061c, kind: zone, name: nexus
108452025-10-03T21:15:13.445ZOct 03 21:15:13.102 INFO added artifact, length: 33937009, hash: 469f25e6d48344a33c29e9a867dfd19c84737d60d02a7c872e92c0bad2cf8b51, version: 17.0.0-0.ci+gitc0a340c061c, kind: zone, name: ntp
108462025-10-03T21:15:14.563ZOct 03 21:15:14.204 INFO added artifact, length: 65574740, hash: ffe3cb4159b6cef2845633092ccdca0bf42ed90a7a4dd91811a504861886aacb, version: 17.0.0-0.ci+gitc0a340c061c, kind: zone, name: oximeter
108472025-10-03T21:15:14.604ZOct 03 21:15:14.255 INFO added artifact, length: 3109590, hash: 6dd655135d46dc534a97732e931ee4b94f2da740bb04bf1a54e07ba4dc213e2f, version: 17.0.0-0.ci+gitc0a340c061c, kind: zone, name: probe
108482025-10-03T21:15:14.697ZOct 03 21:15:14.341 INFO added artifact, length: 4044287, hash: 31267539bee193a3e8b6e09e5940906641f2690949c9521ff4545f0ea619647d, version: 1.0.47, kind: psc_sp, name: psc-b
108492025-10-03T21:15:14.771ZOct 03 21:15:14.421 INFO added artifact, length: 4047902, hash: 984d43d69587a4432bbd600ff9413d4df23ef2d96da9b8d090a9b256d4ba8464, version: 1.0.47, kind: psc_sp, name: psc-c
108502025-10-03T21:15:14.915ZOct 03 21:15:14.562 INFO added artifact, length: 1574036, hash: ee31b051c535fbaa443ce874c3330d20bf2c375d463cee12ed00548a5e3f6e0b, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
108512025-10-03T21:15:14.916ZOct 03 21:15:14.562 INFO added artifact, length: 1574737, hash: faca836f25094cd2cea3362f231989d46a6a8227934ef194528bd994820ddcd8, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
108522025-10-03T21:15:15.062ZOct 03 21:15:14.715 INFO added artifact, length: 1639167, hash: 0def6af74a41540e06c9e68ae2afe8da682bf824c8c09403d93ab78ba19ad940, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108532025-10-03T21:15:15.062ZOct 03 21:15:14.716 INFO added artifact, length: 1639108, hash: 1177097287f96970594683411712b0eb799920910c116a63daa764638d2f880e, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108542025-10-03T21:15:15.227ZOct 03 21:15:14.884 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108552025-10-03T21:15:15.228ZOct 03 21:15:14.884 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108562025-10-03T21:15:15.379ZOct 03 21:15:15.034 INFO added artifact, length: 1573892, hash: d49cdd6364997f53afcbca178db08398a2b6abe953945eaf01e87996b5bff660, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-production-release
108572025-10-03T21:15:15.379ZOct 03 21:15:15.034 INFO added artifact, length: 1574676, hash: df29d4fb6fad57759a2548f4c035d3994dd933a5288db511151aae0a1005125a, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-production-release
108582025-10-03T21:15:15.407ZOct 03 21:15:15.036 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
108592025-10-03T21:15:15.407ZOct 03 21:15:15.037 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108602025-10-03T21:15:15.407ZOct 03 21:15:15.039 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
108612025-10-03T21:15:15.513ZOct 03 21:15:15.170 INFO added artifact, length: 6823309, hash: 98cc1fdd57b55f7508d294ff0a5995cc8581b0f14c5f98f82a5f8a9ae4aca5a0, version: 1.0.47, kind: switch_sp, name: sidecar-b
108622025-10-03T21:15:15.769ZOct 03 21:15:15.427 INFO added artifact, length: 6840284, hash: f5fdbc1052249fa6eb7f3c62b2806707844e560a1fe9a1144f003bfcdb02c418, version: 1.0.47, kind: switch_sp, name: sidecar-c
108632025-10-03T21:15:16.023ZOct 03 21:15:15.681 INFO added artifact, length: 6840485, hash: 7981e2a51f1a66b01994d6a6ab2246587b490c56715951ce8a8605a8cdfab1e7, version: 1.0.47, kind: switch_sp, name: sidecar-d
108642025-10-03T21:15:16.281ZOct 03 21:15:15.937 INFO added artifact, length: 1574050, hash: 32cf44bb7dbbe37cd384ab9d306b0bf17305c09f687da67a7d38115ffc649277, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
108652025-10-03T21:15:16.281ZOct 03 21:15:15.937 INFO added artifact, length: 1574812, hash: cf2c7479badea663d0a2005481f4927ad1a5f788b3dc85bbc41a4b50afb06b1f, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
108662025-10-03T21:15:16.421ZOct 03 21:15:16.079 INFO added artifact, length: 1639179, hash: 9ce4a0a34ab747f29a5d6783357dd7950285195d1fe729436097ec90e39f2147, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108672025-10-03T21:15:16.421ZOct 03 21:15:16.079 INFO added artifact, length: 1639117, hash: 368cc8952e3bd25c30d4ccd9c8691f23e35ead3b0a62e0c083aecc4a10bf5dce, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108682025-10-03T21:15:16.575ZOct 03 21:15:16.228 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108692025-10-03T21:15:16.575ZOct 03 21:15:16.228 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108702025-10-03T21:15:16.716ZOct 03 21:15:16.370 INFO added artifact, length: 1573955, hash: be0d0238650d3ef9860ff67dd0743ec994d3dd19346c60dd3a4dd4f7b376f9e1, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-production-release
108712025-10-03T21:15:16.717ZOct 03 21:15:16.370 INFO added artifact, length: 1574685, hash: 65cf78ae4f7d8599d2b37a571a2d0adddb85c15134394e235f98cf1c0ba2ed00, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-production-release
108722025-10-03T21:15:16.766ZOct 03 21:15:16.372 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
108732025-10-03T21:15:16.766ZOct 03 21:15:16.374 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108742025-10-03T21:15:16.766ZOct 03 21:15:16.377 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
108752025-10-03T21:15:16.766ZOct 03 21:15:16.377 INFO added artifact, length: 383, hash: 4aa079b9573a8345df7f39854a56242b972060556dc562cc37b3968ad37c4941, version: 17.0.0-0.ci+gitc0a340c061c, kind: installinator_document, name: installinator_document
108762025-10-03T21:15:17.623ZOct 03 21:15:17.275 INFO extracting uploaded archive to /tmp/.tmplv1egl
108772025-10-03T21:15:21.913ZOct 03 21:15:21.568 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.0FPUah
108782025-10-03T21:15:22.025ZOct 03 21:15:21.681 INFO added artifact, length: 6196517, hash: 6d672f9cddc24462d6cc8f62b1b220e8a6692f2e3ea95debb9eef64f7c0efd57, version: 1.0.47, kind: gimlet_sp, name: cosmo-a
108792025-10-03T21:15:22.263ZOct 03 21:15:21.897 INFO added artifact, length: 5292852, hash: 6dff409e38a2de927b9f44445ee29ea82766345deb2720feb921bc54b0a3cc0b, version: 1.0.47, kind: gimlet_sp, name: gimlet-b
108802025-10-03T21:15:22.444ZOct 03 21:15:22.099 INFO added artifact, length: 5295294, hash: 8d4b38f41af561eef945f4cbd58c8b794ebaacebeb5394edfdebdaa5e9ef49f1, version: 1.0.47, kind: gimlet_sp, name: gimlet-c
108812025-10-03T21:15:22.646ZOct 03 21:15:22.303 INFO added artifact, length: 5302911, hash: 04cb2707133b9050c0fb15f3eee6650732ba60ccb7065e8e642d7649922aff84, version: 1.0.47, kind: gimlet_sp, name: gimlet-d
108822025-10-03T21:15:22.841ZOct 03 21:15:22.498 INFO added artifact, length: 5302903, hash: f0956a9b9037423ed03b7ccf4db8464bd38414d2440157af5ccaff6d2755dbc8, version: 1.0.47, kind: gimlet_sp, name: gimlet-e
108832025-10-03T21:15:23.064ZOct 03 21:15:22.699 INFO added artifact, length: 5303081, hash: 168b387bf4c42063d6a5bc5737eaa90ed445aca445604878c81c5facfba7396e, version: 1.0.47, kind: gimlet_sp, name: gimlet-f
108842025-10-03T21:15:23.310ZOct 03 21:15:22.943 INFO added artifact, length: 1573997, hash: 1048ec74ff9eb2cf110dcefa2f4b3bd589d1040cfd4d7a6bad51fb55e3d54427, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
108852025-10-03T21:15:23.310ZOct 03 21:15:22.943 INFO added artifact, length: 1574784, hash: 532946b08a591a0e8a18aa636b306c82eb4ba790e46b59fe4319918d13711258, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
108862025-10-03T21:15:23.427ZOct 03 21:15:23.085 INFO added artifact, length: 1639160, hash: 069b7c6e07eda645c9b7cbda2b7466c2947947d249e45f069d05671c90773426, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108872025-10-03T21:15:23.427ZOct 03 21:15:23.086 INFO added artifact, length: 1639063, hash: 35a49fc37ae878ed83f712311e7d0fdc2dd5beaca847090db89b21ee889b09bf, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108882025-10-03T21:15:23.567ZOct 03 21:15:23.225 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108892025-10-03T21:15:23.567ZOct 03 21:15:23.225 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108902025-10-03T21:15:23.700ZOct 03 21:15:23.358 INFO added artifact, length: 1573862, hash: adc41db6f4ddb68ca07b1ed41618057db155b07c45650ccb9bfa9f0d4bcb2194, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
108912025-10-03T21:15:23.700ZOct 03 21:15:23.358 INFO added artifact, length: 1574640, hash: 159f7c0d9d3a8eabafc23e20a7a620adc1772b462dde91ec7fb640b646641a56, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
108922025-10-03T21:15:23.731ZOct 03 21:15:23.360 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
108932025-10-03T21:15:23.732ZOct 03 21:15:23.362 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108942025-10-03T21:15:23.732ZOct 03 21:15:23.363 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
108952025-10-03T21:15:37.514ZOct 03 21:15:37.172 INFO added artifact, length: 33554432, hash: a9f89947c1e31e11d95842ad2ac21692c00bae3d8eac69bfa54dc11fdab83c9e, version: 17.0.0-0.ci+gitc0a340c061c, kind: gimlet_host_phase_1, name: host
108962025-10-03T21:15:37.514ZOct 03 21:15:37.173 INFO added artifact, length: 33554432, hash: 831bdcc7dcdc288cfd5910f5e0d31b86c96a2536dbafbf89870125daa0b623c2, version: 17.0.0-0.ci+gitc0a340c061c, kind: cosmo_host_phase_1, name: host
108972025-10-03T21:15:37.514ZOct 03 21:15:37.173 INFO added artifact, length: 1048580096, hash: 5c3c2b3d1f49b003b6a9e1e86480e6fb49169dbc9dd19096ff9114f3ec320381, version: 17.0.0-0.ci+gitc0a340c061c, kind: host_phase_2, name: host
108982025-10-03T21:15:40.170ZOct 03 21:15:39.829 INFO added artifact, length: 33554432, hash: d13c36baabbe325b08df0697722b01e2992abaa8e120c88ea56f0697260b32d9, version: 17.0.0-0.ci+gitc0a340c061c, kind: gimlet_trampoline_phase_1, name: trampoline
108992025-10-03T21:15:40.170ZOct 03 21:15:39.829 INFO added artifact, length: 33554432, hash: 22e87c3e805b4284762f4dd7ab6ec0d52f9f3fd46e497728a26d36a627fe8df0, version: 17.0.0-0.ci+gitc0a340c061c, kind: cosmo_trampoline_phase_1, name: trampoline
109002025-10-03T21:15:40.170ZOct 03 21:15:39.829 INFO added artifact, length: 152790044, hash: 72390bcf57c3a9af9d954a7cad3c1b961fe8ab6508b04727aeb674cb5fa7f895, version: 17.0.0-0.ci+gitc0a340c061c, kind: trampoline_phase_2, name: trampoline
109012025-10-03T21:16:01.953ZOct 03 21:16:01.612 INFO added artifact, length: 1628803364, hash: 36aeca42359805b007e9428c44816be87bc57de7d52ded51cf6392e526d5d7cc, version: 17.0.0-0.ci+gitc0a340c061c, kind: control_plane, name: control-plane
109022025-10-03T21:16:02.029ZOct 03 21:16:01.688 INFO added artifact, length: 4044287, hash: 31267539bee193a3e8b6e09e5940906641f2690949c9521ff4545f0ea619647d, version: 1.0.47, kind: psc_sp, name: psc-b
109032025-10-03T21:16:02.105ZOct 03 21:16:01.765 INFO added artifact, length: 4047902, hash: 984d43d69587a4432bbd600ff9413d4df23ef2d96da9b8d090a9b256d4ba8464, version: 1.0.47, kind: psc_sp, name: psc-c
109042025-10-03T21:16:02.249ZOct 03 21:16:01.908 INFO added artifact, length: 1574036, hash: ee31b051c535fbaa443ce874c3330d20bf2c375d463cee12ed00548a5e3f6e0b, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
109052025-10-03T21:16:02.249ZOct 03 21:16:01.908 INFO added artifact, length: 1574737, hash: faca836f25094cd2cea3362f231989d46a6a8227934ef194528bd994820ddcd8, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
109062025-10-03T21:16:02.394ZOct 03 21:16:02.053 INFO added artifact, length: 1639167, hash: 0def6af74a41540e06c9e68ae2afe8da682bf824c8c09403d93ab78ba19ad940, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
109072025-10-03T21:16:02.394ZOct 03 21:16:02.053 INFO added artifact, length: 1639108, hash: 1177097287f96970594683411712b0eb799920910c116a63daa764638d2f880e, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
109082025-10-03T21:16:02.539ZOct 03 21:16:02.198 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
109092025-10-03T21:16:02.539ZOct 03 21:16:02.199 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
109102025-10-03T21:16:02.675ZOct 03 21:16:02.335 INFO added artifact, length: 1573892, hash: d49cdd6364997f53afcbca178db08398a2b6abe953945eaf01e87996b5bff660, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-production-release
109112025-10-03T21:16:02.675ZOct 03 21:16:02.335 INFO added artifact, length: 1574676, hash: df29d4fb6fad57759a2548f4c035d3994dd933a5288db511151aae0a1005125a, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-production-release
109122025-10-03T21:16:02.700ZOct 03 21:16:02.337 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
109132025-10-03T21:16:02.700ZOct 03 21:16:02.338 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
109142025-10-03T21:16:02.700ZOct 03 21:16:02.340 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
109152025-10-03T21:16:02.806ZOct 03 21:16:02.466 INFO added artifact, length: 6823309, hash: 98cc1fdd57b55f7508d294ff0a5995cc8581b0f14c5f98f82a5f8a9ae4aca5a0, version: 1.0.47, kind: switch_sp, name: sidecar-b
109162025-10-03T21:16:03.057ZOct 03 21:16:02.716 INFO added artifact, length: 6840284, hash: f5fdbc1052249fa6eb7f3c62b2806707844e560a1fe9a1144f003bfcdb02c418, version: 1.0.47, kind: switch_sp, name: sidecar-c
109172025-10-03T21:16:03.302ZOct 03 21:16:02.961 INFO added artifact, length: 6840485, hash: 7981e2a51f1a66b01994d6a6ab2246587b490c56715951ce8a8605a8cdfab1e7, version: 1.0.47, kind: switch_sp, name: sidecar-d
109182025-10-03T21:16:03.560ZOct 03 21:16:03.219 INFO added artifact, length: 1574050, hash: 32cf44bb7dbbe37cd384ab9d306b0bf17305c09f687da67a7d38115ffc649277, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
109192025-10-03T21:16:03.560ZOct 03 21:16:03.220 INFO added artifact, length: 1574812, hash: cf2c7479badea663d0a2005481f4927ad1a5f788b3dc85bbc41a4b50afb06b1f, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
109202025-10-03T21:16:03.700ZOct 03 21:16:03.359 INFO added artifact, length: 1639179, hash: 9ce4a0a34ab747f29a5d6783357dd7950285195d1fe729436097ec90e39f2147, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
109212025-10-03T21:16:03.700ZOct 03 21:16:03.359 INFO added artifact, length: 1639117, hash: 368cc8952e3bd25c30d4ccd9c8691f23e35ead3b0a62e0c083aecc4a10bf5dce, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
109222025-10-03T21:16:03.838ZOct 03 21:16:03.497 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109232025-10-03T21:16:03.838ZOct 03 21:16:03.497 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109242025-10-03T21:16:03.973ZOct 03 21:16:03.632 INFO added artifact, length: 1573955, hash: be0d0238650d3ef9860ff67dd0743ec994d3dd19346c60dd3a4dd4f7b376f9e1, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-production-release
109252025-10-03T21:16:03.973ZOct 03 21:16:03.633 INFO added artifact, length: 1574685, hash: 65cf78ae4f7d8599d2b37a571a2d0adddb85c15134394e235f98cf1c0ba2ed00, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-production-release
109262025-10-03T21:16:03.998ZOct 03 21:16:03.634 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
109272025-10-03T21:16:03.998ZOct 03 21:16:03.636 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109282025-10-03T21:16:03.998ZOct 03 21:16:03.638 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
109292025-10-03T21:16:03.999ZOct 03 21:16:03.639 INFO added artifact, length: 383, hash: 4aa079b9573a8345df7f39854a56242b972060556dc562cc37b3968ad37c4941, version: 17.0.0-0.ci+gitc0a340c061c, kind: installinator_document, name: installinator_document
109302025-10-03T21:16:04.877ZOct 03 21:16:04.536 INFO [tuf-repo] task succeeded (180.532995464s)
109312025-10-03T21:16:04.877ZOct 03 21:16:04.536 INFO all jobs completed in 3556.376396677s
109322025-10-03T21:16:08.340Zprocess exited: duration 4364065 ms, exit code 0
 
109332025-10-03T21:16:08.398Zfound 41 output files
109342025-10-03T21:16:08.398Zuploading: /work/manifest.toml (14007 bytes)
109352025-10-03T21:16:09.552Zuploaded: /work/manifest.toml
109362025-10-03T21:16:09.552Zuploading: /work/repo.zip (2848208653 bytes)
109372025-10-03T21:20:04.363Zuploaded: /work/repo.zip
109382025-10-03T21:20:04.363Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109392025-10-03T21:20:05.484Zuploaded: /work/repo.zip.sha256.txt
109402025-10-03T21:20:05.484Zuploading: /work/helios.json (584 bytes)
109412025-10-03T21:20:06.581Zuploaded: /work/helios.json
109422025-10-03T21:20:06.581Zuploading: /work/incorporation.p5m (99569 bytes)
109432025-10-03T21:20:07.787Zuploaded: /work/incorporation.p5m
109442025-10-03T21:20:07.787Zuploading: /work/incorporation.p5p (112640 bytes)
109452025-10-03T21:20:08.994Zuploaded: /work/incorporation.p5p
109462025-10-03T21:20:08.994Zuploading: /work/helios-incorp.log (526 bytes)
109472025-10-03T21:20:10.090Zuploaded: /work/helios-incorp.log
109482025-10-03T21:20:10.090Zuploading: /work/helios-setup.log (71905 bytes)
109492025-10-03T21:20:11.275Zuploaded: /work/helios-setup.log
109502025-10-03T21:20:11.275Zuploading: /work/host-image.log (231802 bytes)
109512025-10-03T21:20:12.505Zuploaded: /work/host-image.log
109522025-10-03T21:20:12.505Zuploading: /work/host-package.log (30193 bytes)
109532025-10-03T21:20:13.667Zuploaded: /work/host-package.log
109542025-10-03T21:20:13.667Zuploading: /work/host-target.log (101 bytes)
109552025-10-03T21:20:14.763Zuploaded: /work/host-target.log
109562025-10-03T21:20:14.763Zuploading: /work/incorp-create.log (0 bytes)
109572025-10-03T21:20:15.835Zuploaded: /work/incorp-create.log
109582025-10-03T21:20:15.835Zuploading: /work/incorp-fmt.log (0 bytes)
109592025-10-03T21:20:16.907Zuploaded: /work/incorp-fmt.log
109602025-10-03T21:20:16.908Zuploading: /work/incorp-pkgsend.log (108 bytes)
109612025-10-03T21:20:18.004Zuploaded: /work/incorp-pkgsend.log
109622025-10-03T21:20:18.004Zuploading: /work/incorp-publisher.log (0 bytes)
109632025-10-03T21:20:19.076Zuploaded: /work/incorp-publisher.log
109642025-10-03T21:20:19.076Zuploading: /work/omicron-package.log (6921 bytes)
109652025-10-03T21:20:20.194Zuploaded: /work/omicron-package.log
109662025-10-03T21:20:20.194Zuploading: /work/recovery-image.log (602705 bytes)
109672025-10-03T21:20:21.450Zuploaded: /work/recovery-image.log
109682025-10-03T21:20:21.450Zuploading: /work/recovery-package.log (1725 bytes)
109692025-10-03T21:20:22.546Zuploaded: /work/recovery-package.log
109702025-10-03T21:20:22.546Zuploading: /work/recovery-target.log (98 bytes)
109712025-10-03T21:20:23.643Zuploaded: /work/recovery-target.log
109722025-10-03T21:20:23.643Zuploading: /work/stamp-clickhouse.log (117 bytes)
109732025-10-03T21:20:24.742Zuploaded: /work/stamp-clickhouse.log
109742025-10-03T21:20:24.742Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109752025-10-03T21:20:25.837Zuploaded: /work/stamp-clickhouse_keeper.log
109762025-10-03T21:20:25.837Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109772025-10-03T21:20:26.933Zuploaded: /work/stamp-clickhouse_server.log
109782025-10-03T21:20:26.933Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109792025-10-03T21:20:28.030Zuploaded: /work/stamp-cockroachdb.log
109802025-10-03T21:20:28.030Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
109812025-10-03T21:20:29.129Zuploaded: /work/stamp-crucible-dtrace.log
109822025-10-03T21:20:29.129Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109832025-10-03T21:20:30.225Zuploaded: /work/stamp-crucible-pantry-zone.log
109842025-10-03T21:20:30.225Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109852025-10-03T21:20:31.321Zuploaded: /work/stamp-crucible-zone.log
109862025-10-03T21:20:31.322Zuploading: /work/stamp-external-dns.log (119 bytes)
109872025-10-03T21:20:32.418Zuploaded: /work/stamp-external-dns.log
109882025-10-03T21:20:32.418Zuploading: /work/stamp-installinator.log (103 bytes)
109892025-10-03T21:20:33.515Zuploaded: /work/stamp-installinator.log
109902025-10-03T21:20:33.515Zuploading: /work/stamp-internal-dns.log (119 bytes)
109912025-10-03T21:20:34.610Zuploaded: /work/stamp-internal-dns.log
109922025-10-03T21:20:34.610Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109932025-10-03T21:20:35.707Zuploaded: /work/stamp-mg-ddm-gz.log
109942025-10-03T21:20:35.707Zuploading: /work/stamp-nexus.log (112 bytes)
109952025-10-03T21:20:36.803Zuploaded: /work/stamp-nexus.log
109962025-10-03T21:20:36.803Zuploading: /work/stamp-ntp.log (110 bytes)
109972025-10-03T21:20:37.899Zuploaded: /work/stamp-ntp.log
109982025-10-03T21:20:37.899Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109992025-10-03T21:20:38.994Zuploaded: /work/stamp-omicron-sled-agent.log
110002025-10-03T21:20:38.994Zuploading: /work/stamp-overlay.log (114 bytes)
110012025-10-03T21:20:40.092Zuploaded: /work/stamp-overlay.log
110022025-10-03T21:20:40.092Zuploading: /work/stamp-oximeter.log (115 bytes)
110032025-10-03T21:20:41.188Zuploaded: /work/stamp-oximeter.log
110042025-10-03T21:20:41.188Zuploading: /work/stamp-oxlog.log (109 bytes)
110052025-10-03T21:20:42.284Zuploaded: /work/stamp-oxlog.log
110062025-10-03T21:20:42.309Zuploading: /work/stamp-probe.log (112 bytes)
110072025-10-03T21:20:43.382Zuploaded: /work/stamp-probe.log
110082025-10-03T21:20:43.382Zuploading: /work/stamp-propolis-server.log (122 bytes)
110092025-10-03T21:20:44.479Zuploaded: /work/stamp-propolis-server.log
110102025-10-03T21:20:44.503Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
110112025-10-03T21:20:45.575Zuploaded: /work/stamp-pumpkind-gz.log
110122025-10-03T21:20:45.575Zuploading: /work/stamp-switch-asic.log (118 bytes)
110132025-10-03T21:20:46.670Zuploaded: /work/stamp-switch-asic.log
110142025-10-03T21:20:46.670Zuploading: /work/verify-libraries.log (9508 bytes)
110152025-10-03T21:20:47.789Zuploaded: /work/verify-libraries.log