01K3M0H822YAWB0FBWBB9DD8DT: 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: 01K3M0J02KCQZTQDFEDKCTV8DG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-08-26T20:19:21.178Zjob assigned to worker 01K3M0E4FSAFEJT6VJR2T6J4K6 [factory gimlet-EVT22200007-propolis, EVT22200007/39578] (queued for 0 s)
 
22025-08-26T20:19:21.290Zstarting task 0: "setup"
32025-08-26T20:19:21.315Z++ uname -s
42025-08-26T20:19:21.315Z+ kern=SunOS
52025-08-26T20:19:21.315Z+ build_user=build
62025-08-26T20:19:21.315Z+ build_uid=12345
72025-08-26T20:19:21.315Z+ work_dir=/work
82025-08-26T20:19:21.315Z+ input_dir=/input
92025-08-26T20:19:21.315Z+ [[ 0 == 12345 ]]
102025-08-26T20:19:21.315Z+ case "$kern" in
112025-08-26T20:19:21.315Z+ groupadd -g 12345 build
122025-08-26T20:19:21.340Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-08-26T20:19:23.327Z+ zfs create -o mountpoint=/work rpool/work
142025-08-26T20:19:23.372Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-08-26T20:19:23.396Z+ home_fs=zfs
162025-08-26T20:19:23.397Z+ [[ zfs == autofs ]]
172025-08-26T20:19:23.397Z+ mkdir -p /home/build
182025-08-26T20:19:23.397Z+ chown build:build /home/build /work
192025-08-26T20:19:25.383Z+ chmod 0700 /home/build /work
202025-08-26T20:19:25.408Zprocess exited: duration 4098 ms, exit code 0
 
212025-08-26T20:19:25.456Zstarting task 1: "rust-toolchain"
222025-08-26T20:19:25.481Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-08-26T20:19:25.481Z * rust toolchain channel = "1.89.0"
242025-08-26T20:19:25.481Z * rust toolchain profile = "default"
252025-08-26T20:19:25.481Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-08-26T20:19:25.481Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-08-26T20:19:25.481Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-08-26T20:19:25.481Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-08-26T20:19:25.481Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-08-26T20:19:25.642Zinfo: downloading installer
312025-08-26T20:19:26.640Zwarn: It looks like you have an existing installation of Rust at:
322025-08-26T20:19:26.640Zwarn: /opt/ooce/bin
332025-08-26T20:19:26.640Zwarn: It is recommended that rustup be the primary Rust installation.
342025-08-26T20:19:26.640Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-08-26T20:19:26.640Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-08-26T20:19:26.640Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-08-26T20:19:26.640Zwarn: or pass `-y' to ignore all ignorable checks.
382025-08-26T20:19:26.640Zerror: cannot install while Rust is installed
392025-08-26T20:19:26.640Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-08-26T20:19:26.665Zinfo: profile set to 'default'
412025-08-26T20:19:26.666Zinfo: default host triple is x86_64-unknown-illumos
422025-08-26T20:19:26.666Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-08-26T20:19:26.785Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-08-26T20:19:26.785Zinfo: downloading component 'cargo'
452025-08-26T20:19:26.993Zinfo: downloading component 'clippy'
462025-08-26T20:19:27.083Zinfo: downloading component 'rust-docs'
472025-08-26T20:19:27.385Zinfo: downloading component 'rust-std'
482025-08-26T20:19:27.741Zinfo: downloading component 'rustc'
492025-08-26T20:19:29.176Zinfo: downloading component 'rustfmt'
502025-08-26T20:19:29.274Zinfo: installing component 'cargo'
512025-08-26T20:19:30.634Zinfo: installing component 'clippy'
522025-08-26T20:19:31.201Zinfo: installing component 'rust-docs'
532025-08-26T20:19:34.871Zinfo: installing component 'rust-std'
542025-08-26T20:19:37.409Zinfo: installing component 'rustc'
552025-08-26T20:19:46.488Zinfo: installing component 'rustfmt'
562025-08-26T20:19:46.922Z
572025-08-26T20:19:46.923Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
582025-08-26T20:19:47.125Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-08-26T20:19:47.125Z
602025-08-26T20:19:47.150Z
612025-08-26T20:19:47.150ZRust is installed now. Great!
622025-08-26T20:19:47.150Z
632025-08-26T20:19:47.150ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-08-26T20:19:47.150Zenvironment variable. This has not been done automatically.
652025-08-26T20:19:47.151Z
662025-08-26T20:19:47.151ZTo configure your current shell, you need to source
672025-08-26T20:19:47.151Zthe corresponding env file under $HOME/.cargo.
682025-08-26T20:19:47.151Z
692025-08-26T20:19:47.151ZThis is usually done by running one of the following (note the leading DOT):
702025-08-26T20:19:47.151Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-08-26T20:19:47.151Zsource "$HOME/.cargo/env.fish" # For fish
722025-08-26T20:19:47.151Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-08-26T20:19:47.272Z+ rustup --version
742025-08-26T20:19:47.321Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-08-26T20:19:47.321Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-08-26T20:19:47.454Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-08-26T20:19:47.493Z+ cargo --version
782025-08-26T20:19:47.624Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-08-26T20:19:47.671Z+ rustc --version
802025-08-26T20:19:47.759Zrustc 1.89.0 (29483883e 2025-08-04)
812025-08-26T20:19:47.797Zprocess exited: duration 22296 ms, exit code 0
 
822025-08-26T20:19:47.929Zstarting task 2: "authentication"
832025-08-26T20:19:48.062Zprocess exited: duration 138 ms, exit code 0
 
842025-08-26T20:19:48.180Zstarting task 3: "clone repository"
852025-08-26T20:19:48.216Z+ mkdir -p /work/oxidecomputer/omicron
862025-08-26T20:19:48.216Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-08-26T20:19:48.282ZCloning into '/work/oxidecomputer/omicron'...
882025-08-26T20:19:58.409Z+ cd /work/oxidecomputer/omicron
892025-08-26T20:19:58.410Z+ git fetch origin 823d0d5e5b09d57727b39d711755ae6ad21d0839
902025-08-26T20:19:58.904ZFrom https://github.com/oxidecomputer/omicron
912025-08-26T20:19:58.904Z * branch 823d0d5e5b09d57727b39d711755ae6ad21d0839 -> FETCH_HEAD
922025-08-26T20:19:58.930Z+ [[ -n untyped-uuids-in-api ]]
932025-08-26T20:19:58.930Z++ git branch --show-current
942025-08-26T20:19:58.955Z+ current=main
952025-08-26T20:19:58.955Z+ [[ main != untyped-uuids-in-api ]]
962025-08-26T20:19:58.955Z+ git branch -f untyped-uuids-in-api 823d0d5e5b09d57727b39d711755ae6ad21d0839
972025-08-26T20:19:58.955Z+ git checkout -f untyped-uuids-in-api
982025-08-26T20:19:59.163ZSwitched to branch 'untyped-uuids-in-api'
992025-08-26T20:19:59.187Z+ git reset --hard 823d0d5e5b09d57727b39d711755ae6ad21d0839
1002025-08-26T20:19:59.212ZHEAD is now at 823d0d5e5 do everything much more simply with a schemars annotation
1012025-08-26T20:19:59.212Zprocess exited: duration 11022 ms, exit code 0
 
1022025-08-26T20:19:59.261Zstarting task 4: "build"
1032025-08-26T20:19:59.286Z+ source .github/buildomat/ci-env.sh
1042025-08-26T20:19:59.286Z++ export CARGO_TERM_COLOR=always
1052025-08-26T20:19:59.286Z++ CARGO_TERM_COLOR=always
1062025-08-26T20:19:59.286Z+ cargo --version
1072025-08-26T20:19:59.405Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-08-26T20:19:59.432Z+ rustc --version
1092025-08-26T20:19:59.555Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-08-26T20:19:59.580Z+ cargo tree --locked
1112025-08-26T20:20:00.044Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122025-08-26T20:20:00.500Z Updating crates.io index
1132025-08-26T20:20:00.525Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142025-08-26T20:20:01.045Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152025-08-26T20:20:01.886Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162025-08-26T20:20:02.235Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1172025-08-26T20:20:02.654Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182025-08-26T20:20:03.354Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192025-08-26T20:20:04.955Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202025-08-26T20:20:07.777Z Updating git repository `https://github.com/oxidecomputer/opte`
1212025-08-26T20:20:09.099Z Updating git repository `https://github.com/oxidecomputer/falcon`
1222025-08-26T20:20:10.211Z Updating git repository `https://github.com/oxidecomputer/clickward`
1232025-08-26T20:20:10.622Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1242025-08-26T20:20:11.142Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1252025-08-26T20:20:12.002Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262025-08-26T20:20:12.877Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1272025-08-26T20:20:14.369Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1282025-08-26T20:20:14.802Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1292025-08-26T20:20:15.290Z Updating git repository `https://github.com/oxidecomputer/tofino`
1302025-08-26T20:20:15.694Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1312025-08-26T20:20:16.020Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1322025-08-26T20:20:16.484Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1332025-08-26T20:20:16.823Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1342025-08-26T20:20:17.337Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1352025-08-26T20:20:17.978Z Updating git repository `https://github.com/oxidecomputer/ispf`
1362025-08-26T20:20:18.459Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372025-08-26T20:20:19.208Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1382025-08-26T20:20:19.774Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392025-08-26T20:20:20.208Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1402025-08-26T20:20:20.832Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1412025-08-26T20:20:21.455Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422025-08-26T20:20:21.889Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432025-08-26T20:20:22.354Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442025-08-26T20:20:22.739Z Updating git repository `https://github.com/oxidecomputer/omicron`
1452025-08-26T20:20:33.959Z Updating git repository `https://github.com/illumos/smf-rs`
1462025-08-26T20:20:36.337Z Downloading crates ...
1472025-08-26T20:20:36.433Z Downloaded castaway v0.2.3
1482025-08-26T20:20:36.457Z Downloaded blake3 v1.5.4
1492025-08-26T20:20:36.482Z Downloaded guppy-workspace-hack v0.1.0
1502025-08-26T20:20:36.482Z Downloaded fxhash v0.2.1
1512025-08-26T20:20:36.482Z Downloaded half v2.4.1
1522025-08-26T20:20:36.482Z Downloaded http-body v1.0.1
1532025-08-26T20:20:36.506Z Downloaded parking v2.2.1
1542025-08-26T20:20:36.507Z Downloaded packed_struct_codegen v0.10.1
1552025-08-26T20:20:36.507Z Downloaded foreign-types-macros v0.2.3
1562025-08-26T20:20:36.507Z Downloaded idna_adapter v1.2.0
1572025-08-26T20:20:36.507Z Downloaded humantime v2.2.0
1582025-08-26T20:20:36.531Z Downloaded icu_locid v1.5.0
1592025-08-26T20:20:36.531Z Downloaded progenitor v0.8.0
1602025-08-26T20:20:36.556Z Downloaded http-range v0.1.5
1612025-08-26T20:20:36.556Z Downloaded ident_case v1.0.1
1622025-08-26T20:20:36.556Z Downloaded progenitor v0.9.1
1632025-08-26T20:20:36.556Z Downloaded peg-runtime v0.8.5
1642025-08-26T20:20:36.556Z Downloaded progenitor-client v0.9.1
1652025-08-26T20:20:36.581Z Downloaded scroll_derive v0.12.0
1662025-08-26T20:20:36.581Z Downloaded siphasher v0.3.11
1672025-08-26T20:20:36.581Z Downloaded proc-macro-error-attr v1.0.4
1682025-08-26T20:20:36.581Z Downloaded http-body-util v0.1.3
1692025-08-26T20:20:36.581Z Downloaded heck v0.5.0
1702025-08-26T20:20:36.581Z Downloaded hyper-tls v0.6.0
1712025-08-26T20:20:36.607Z Downloaded pem v3.0.5
1722025-08-26T20:20:36.607Z Downloaded httpdate v1.0.3
1732025-08-26T20:20:36.607Z Downloaded progenitor v0.10.0
1742025-08-26T20:20:36.607Z Downloaded resolv-conf v0.7.0
1752025-08-26T20:20:36.607Z Downloaded futures v0.3.31
1762025-08-26T20:20:36.633Z Downloaded serde-untagged v0.1.7
1772025-08-26T20:20:36.633Z Downloaded want v0.3.1
1782025-08-26T20:20:36.633Z Downloaded scrypt v0.11.0
1792025-08-26T20:20:36.633Z Downloaded thiserror v1.0.69
1802025-08-26T20:20:36.660Z Downloaded crucible-workspace-hack v0.1.0
1812025-08-26T20:20:36.660Z Downloaded which v4.4.2
1822025-08-26T20:20:36.660Z Downloaded universal-hash v0.5.1
1832025-08-26T20:20:36.685Z Downloaded darling_macro v0.21.0
1842025-08-26T20:20:36.685Z Downloaded crossbeam-deque v0.8.5
1852025-08-26T20:20:36.685Z Downloaded normalize-line-endings v0.3.0
1862025-08-26T20:20:36.685Z Downloaded libsw-core v0.3.1
1872025-08-26T20:20:36.709Z Downloaded defmt v0.3.8
1882025-08-26T20:20:36.709Z Downloaded plotters-svg v0.3.7
1892025-08-26T20:20:36.709Z Downloaded plotters-backend v0.3.7
1902025-08-26T20:20:36.734Z Downloaded num v0.4.3
1912025-08-26T20:20:36.734Z Downloaded rfc6979 v0.4.0
1922025-08-26T20:20:36.734Z Downloaded serde_repr v0.1.19
1932025-08-26T20:20:36.734Z Downloaded polyval v0.6.2
1942025-08-26T20:20:36.759Z Downloaded write16 v1.0.0
1952025-08-26T20:20:36.759Z Downloaded zerofrom v0.1.4
1962025-08-26T20:20:36.759Z Downloaded thiserror-no-std v2.0.2
1972025-08-26T20:20:36.784Z Downloaded diesel_table_macro_syntax v0.2.0
1982025-08-26T20:20:36.784Z Downloaded newline-converter v0.3.0
1992025-08-26T20:20:36.810Z Downloaded dirs-next v2.0.0
2002025-08-26T20:20:36.810Z Downloaded pbkdf2 v0.12.2
2012025-08-26T20:20:36.810Z Downloaded indoc v1.0.9
2022025-08-26T20:20:36.810Z Downloaded quick-error v1.2.3
2032025-08-26T20:20:36.835Z Downloaded tinyvec_macros v0.1.1
2042025-08-26T20:20:36.835Z Downloaded sigpipe v0.1.3
2052025-08-26T20:20:36.835Z Downloaded rand_chacha v0.9.0
2062025-08-26T20:20:36.835Z Downloaded crunchy v0.2.2
2072025-08-26T20:20:36.860Z Downloaded shell-words v1.1.0
2082025-08-26T20:20:36.860Z Downloaded equivalent v1.0.2
2092025-08-26T20:20:36.860Z Downloaded path-slash v0.1.5
2102025-08-26T20:20:36.884Z Downloaded dirs-sys-next v0.1.2
2112025-08-26T20:20:36.884Z Downloaded lru v0.12.5
2122025-08-26T20:20:36.884Z Downloaded void v1.0.2
2132025-08-26T20:20:36.909Z Downloaded crc8 v0.1.1
2142025-08-26T20:20:36.909Z Downloaded version_check v0.9.5
2152025-08-26T20:20:36.909Z Downloaded colorchoice v1.0.2
2162025-08-26T20:20:36.909Z Downloaded flagset v0.4.6
2172025-08-26T20:20:36.934Z Downloaded ciborium-io v0.2.2
2182025-08-26T20:20:36.934Z Downloaded ciborium-ll v0.2.2
2192025-08-26T20:20:36.934Z Downloaded strum v0.26.3
2202025-08-26T20:20:36.959Z Downloaded openssl-macros v0.1.1
2212025-08-26T20:20:36.960Z Downloaded opaque-debug v0.3.1
2222025-08-26T20:20:36.960Z Downloaded oso-derive v0.27.3
2232025-08-26T20:20:36.984Z Downloaded russh-cryptovec v0.7.3
2242025-08-26T20:20:36.984Z Downloaded pretty-hex v0.2.1
2252025-08-26T20:20:36.985Z Downloaded take_mut v0.2.2
2262025-08-26T20:20:36.985Z Downloaded md5 v0.7.0
2272025-08-26T20:20:36.985Z Downloaded cstr-argument v0.1.2
2282025-08-26T20:20:37.010Z Downloaded lalrpop-util v0.19.12
2292025-08-26T20:20:37.010Z Downloaded memmap v0.7.0
2302025-08-26T20:20:37.010Z Downloaded ff v0.13.0
2312025-08-26T20:20:37.010Z Downloaded crypto-common v0.1.6
2322025-08-26T20:20:37.010Z Downloaded md-5 v0.10.6
2332025-08-26T20:20:37.038Z Downloaded pretty_assertions v1.4.1
2342025-08-26T20:20:37.038Z Downloaded fatfs v0.3.6
2352025-08-26T20:20:37.038Z Downloaded fixedbitset v0.5.7
2362025-08-26T20:20:37.038Z Downloaded derive_more v2.0.1
2372025-08-26T20:20:37.063Z Downloaded clap_derive v4.5.41
2382025-08-26T20:20:37.063Z Downloaded russh v0.45.0
2392025-08-26T20:20:37.090Z Downloaded radix_trie v0.2.1
2402025-08-26T20:20:37.090Z Downloaded quinn-proto v0.11.8
2412025-08-26T20:20:37.114Z Downloaded fancy-regex v0.14.0
2422025-08-26T20:20:37.114Z Downloaded syn v1.0.109
2432025-08-26T20:20:37.138Z Downloaded tabled v0.15.0
2442025-08-26T20:20:37.162Z Downloaded lalrpop v0.19.12
2452025-08-26T20:20:37.162Z Downloaded chrono v0.4.41
2462025-08-26T20:20:37.187Z Downloaded diesel v2.2.12
2472025-08-26T20:20:37.211Z Downloaded tabled v0.18.0
2482025-08-26T20:20:37.236Z Downloaded nix v0.27.1
2492025-08-26T20:20:37.236Z Downloaded unicode-width v0.1.14
2502025-08-26T20:20:37.261Z Downloaded rustls v0.22.4
2512025-08-26T20:20:37.261Z Downloaded unicode-width v0.2.0
2522025-08-26T20:20:37.285Z Downloaded regex-automata v0.4.8
2532025-08-26T20:20:37.310Z Downloaded zerocopy-derive v0.6.6
2542025-08-26T20:20:37.310Z Downloaded openapiv3 v2.2.0
2552025-08-26T20:20:37.337Z Downloaded typify-impl v0.4.1
2562025-08-26T20:20:37.337Z Downloaded typify-impl v0.3.0
2572025-08-26T20:20:37.361Z Downloaded typify-impl v0.2.0
2582025-08-26T20:20:37.362Z Downloaded bzip2-sys v0.1.13+1.0.8
2592025-08-26T20:20:37.386Z Downloaded petgraph v0.6.5
2602025-08-26T20:20:37.410Z Downloaded sled v0.34.7
2612025-08-26T20:20:37.410Z Downloaded openssl v0.10.73
2622025-08-26T20:20:37.434Z Downloaded ratatui v0.29.0
2632025-08-26T20:20:37.458Z Downloaded petgraph v0.8.2
2642025-08-26T20:20:37.482Z Downloaded rustls v0.23.19
2652025-08-26T20:20:37.482Z Downloaded syn v2.0.104
2662025-08-26T20:20:37.507Z Downloaded curve25519-dalek v4.1.3
2672025-08-26T20:20:37.507Z Downloaded hickory-proto v0.24.4
2682025-08-26T20:20:37.539Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
2692025-08-26T20:20:37.564Z Downloaded moka v0.12.10
2702025-08-26T20:20:37.564Z Downloaded unicode-normalization v0.1.24
2712025-08-26T20:20:37.564Z Downloaded jiff v0.2.15
2722025-08-26T20:20:37.588Z Downloaded lzma-sys v0.1.20
2732025-08-26T20:20:37.617Z Downloaded libc v0.2.174
2742025-08-26T20:20:37.646Z Downloaded tokio v1.47.0
2752025-08-26T20:20:37.692Z Downloaded sha3 v0.10.8
2762025-08-26T20:20:37.716Z Downloaded libz-sys v1.1.20
2772025-08-26T20:20:37.740Z Downloaded clap_builder v4.5.41
2782025-08-26T20:20:37.740Z Downloaded chrono-tz v0.10.4
2792025-08-26T20:20:37.764Z Downloaded winnow v0.7.10
2802025-08-26T20:20:37.764Z Downloaded vcpkg v0.2.15
2812025-08-26T20:20:37.815Z Downloaded smoltcp v0.11.0
2822025-08-26T20:20:37.839Z Downloaded nix v0.30.1
2832025-08-26T20:20:37.863Z Downloaded rustix v1.0.7
2842025-08-26T20:20:37.893Z Downloaded hickory-proto v0.25.2
2852025-08-26T20:20:37.920Z Downloaded csv v1.3.1
2862025-08-26T20:20:37.952Z Downloaded dropshot v0.16.3
2872025-08-26T20:20:37.985Z Downloaded nix v0.29.0
2882025-08-26T20:20:38.010Z Downloaded nix v0.28.0
2892025-08-26T20:20:38.034Z Downloaded rsa v0.9.6
2902025-08-26T20:20:38.034Z Downloaded progenitor-impl v0.10.0
2912025-08-26T20:20:38.034Z Downloaded unicode-segmentation v1.12.0
2922025-08-26T20:20:38.034Z Downloaded winnow v0.6.26
2932025-08-26T20:20:38.059Z Downloaded encoding_rs v0.8.34
2942025-08-26T20:20:38.083Z Downloaded winnow v0.5.40
2952025-08-26T20:20:38.108Z Downloaded criterion v0.7.0
2962025-08-26T20:20:38.109Z Downloaded proptest v1.7.0
2972025-08-26T20:20:38.109Z Downloaded httpmock v0.8.0-alpha.1
2982025-08-26T20:20:38.134Z Downloaded smoltcp v0.9.1
2992025-08-26T20:20:38.158Z Downloaded polar-core v0.27.3
3002025-08-26T20:20:38.183Z Downloaded webpki-roots v1.0.1
3012025-08-26T20:20:38.183Z Downloaded rustix v0.38.37
3022025-08-26T20:20:38.207Z Downloaded regex-syntax v0.8.5
3032025-08-26T20:20:38.207Z Downloaded gimli v0.31.1
3042025-08-26T20:20:38.231Z Downloaded rstest_macros v0.25.0
3052025-08-26T20:20:38.231Z Downloaded prettyplease v0.2.36
3062025-08-26T20:20:38.231Z Downloaded unicode-bidi v0.3.17
3072025-08-26T20:20:38.231Z Downloaded openssl-sys v0.9.109
3082025-08-26T20:20:38.255Z Downloaded itertools v0.14.0
3092025-08-26T20:20:38.255Z Downloaded rpassword v7.4.0
3102025-08-26T20:20:38.255Z Downloaded rustls v0.21.12
3112025-08-26T20:20:38.279Z Downloaded ring v0.17.14
3122025-08-26T20:20:38.337Z Downloaded memchr v2.7.4
3132025-08-26T20:20:38.407Z Downloaded rstest v0.25.0
3142025-08-26T20:20:38.407Z Downloaded zlib-rs v0.5.1
3152025-08-26T20:20:38.407Z Downloaded oso v0.27.3
3162025-08-26T20:20:38.435Z Downloaded unicode-properties v0.1.3
3172025-08-26T20:20:38.435Z Downloaded unicode-ident v1.0.18
3182025-08-26T20:20:38.435Z Downloaded derive_more v0.99.20
3192025-08-26T20:20:38.435Z Downloaded zerovec v0.10.4
3202025-08-26T20:20:38.435Z Downloaded schemars v0.8.22
3212025-08-26T20:20:38.460Z Downloaded samael v0.0.19
3222025-08-26T20:20:38.460Z Downloaded crypto-bigint v0.5.5
3232025-08-26T20:20:38.485Z Downloaded libgit2-sys v0.17.0+1.8.1
3242025-08-26T20:20:38.597Z Downloaded crossterm v0.28.1
3252025-08-26T20:20:38.621Z Downloaded regress v0.10.4
3262025-08-26T20:20:38.647Z Downloaded prefix-trie v0.7.0
3272025-08-26T20:20:38.672Z Downloaded derive_builder v0.20.2
3282025-08-26T20:20:38.696Z Downloaded derive-where v1.5.0
3292025-08-26T20:20:38.696Z Downloaded derive-ex v0.1.8
3302025-08-26T20:20:38.696Z Downloaded chacha20poly1305 v0.10.1
3312025-08-26T20:20:38.721Z Downloaded zip v0.6.6
3322025-08-26T20:20:38.721Z Downloaded jiff-static v0.2.15
3332025-08-26T20:20:38.721Z Downloaded itertools v0.13.0
3342025-08-26T20:20:38.745Z Downloaded portable-atomic v1.11.0
3352025-08-26T20:20:38.745Z Downloaded fixedbitset v0.4.2
3362025-08-26T20:20:38.769Z Downloaded der v0.7.9
3372025-08-26T20:20:38.769Z Downloaded subprocess v0.2.9
3382025-08-26T20:20:38.769Z Downloaded strum_macros v0.26.4
3392025-08-26T20:20:38.769Z Downloaded pest v2.7.14
3402025-08-26T20:20:38.794Z Downloaded unicode-xid v0.2.6
3412025-08-26T20:20:38.794Z Downloaded thiserror v2.0.12
3422025-08-26T20:20:38.794Z Downloaded memmap2 v0.9.5
3432025-08-26T20:20:38.818Z Downloaded compact_str v0.8.0
3442025-08-26T20:20:38.818Z Downloaded quick-xml v0.37.2
3452025-08-26T20:20:38.818Z Downloaded fd-lock v4.0.2
3462025-08-26T20:20:38.842Z Downloaded fastrand v2.1.1
3472025-08-26T20:20:38.842Z Downloaded fallible-iterator v0.2.0
3482025-08-26T20:20:38.842Z Downloaded darling v0.21.0
3492025-08-26T20:20:38.843Z Downloaded clap_lex v0.7.4
3502025-08-26T20:20:38.843Z Downloaded rtoolbox v0.0.2
3512025-08-26T20:20:38.867Z Downloaded tinyvec v1.8.0
3522025-08-26T20:20:38.867Z Downloaded expectorate v1.2.0
3532025-08-26T20:20:38.867Z Downloaded tokio-postgres v0.7.13
3542025-08-26T20:20:38.891Z Downloaded iri-string v0.7.8
3552025-08-26T20:20:38.891Z Downloaded derive_builder_core v0.20.2
3562025-08-26T20:20:38.891Z Downloaded filetime v0.2.25
3572025-08-26T20:20:38.891Z Downloaded owo-colors v4.2.2
3582025-08-26T20:20:38.915Z Downloaded serde_json v1.0.142
3592025-08-26T20:20:38.915Z Downloaded itertools v0.12.1
3602025-08-26T20:20:38.915Z Downloaded itertools v0.10.5
3612025-08-26T20:20:38.940Z Downloaded salty v0.3.0
3622025-08-26T20:20:38.940Z Downloaded zerocopy v0.8.26
3632025-08-26T20:20:38.964Z Downloaded ordered-float v2.10.1
3642025-08-26T20:20:38.988Z Downloaded nibble_vec v0.1.0
3652025-08-26T20:20:38.988Z Downloaded unicode-truncate v1.1.0
3662025-08-26T20:20:38.988Z Downloaded unicode-linebreak v0.1.5
3672025-08-26T20:20:38.988Z Downloaded unicase v2.7.0
3682025-08-26T20:20:38.988Z Downloaded tinytemplate v1.2.1
3692025-08-26T20:20:38.989Z Downloaded thiserror-impl v2.0.12
3702025-08-26T20:20:38.989Z Downloaded strum_macros v0.27.1
3712025-08-26T20:20:39.013Z Downloaded uuid v1.17.0
3722025-08-26T20:20:39.013Z Downloaded usdt-attr-macro v0.5.0
3732025-08-26T20:20:39.013Z Downloaded predicates v3.1.3
3742025-08-26T20:20:39.013Z Downloaded newtype_derive v0.1.6
3752025-08-26T20:20:39.013Z Downloaded pretty-hex v0.4.1
3762025-08-26T20:20:39.013Z Downloaded predicates-tree v1.0.12
3772025-08-26T20:20:39.013Z Downloaded unarray v0.1.4
3782025-08-26T20:20:39.013Z Downloaded tinystr v0.7.6
3792025-08-26T20:20:39.013Z Downloaded tiny-keccak v2.0.2
3802025-08-26T20:20:39.013Z Downloaded thiserror-impl v1.0.69
3812025-08-26T20:20:39.013Z Downloaded russh-keys v0.45.0
3822025-08-26T20:20:39.038Z Downloaded ciborium v0.2.2
3832025-08-26T20:20:39.038Z Downloaded flate2 v1.1.2
3842025-08-26T20:20:39.038Z Downloaded zip v4.2.0
3852025-08-26T20:20:39.038Z Downloaded serde_with v3.14.0
3862025-08-26T20:20:39.062Z Downloaded rustls-webpki v0.102.8
3872025-08-26T20:20:39.087Z Downloaded num_enum_derive v0.5.11
3882025-08-26T20:20:39.087Z Downloaded slog-term v2.9.1
3892025-08-26T20:20:39.087Z Downloaded rustc-demangle v0.1.24
3902025-08-26T20:20:39.087Z Downloaded rustls-pemfile v2.2.0
3912025-08-26T20:20:39.087Z Downloaded p256 v0.13.2
3922025-08-26T20:20:39.114Z Downloaded ron v0.8.1
3932025-08-26T20:20:39.114Z Downloaded publicsuffix v2.3.0
3942025-08-26T20:20:39.114Z Downloaded tower-http v0.6.6
3952025-08-26T20:20:39.138Z Downloaded openssl-probe v0.1.5
3962025-08-26T20:20:39.138Z Downloaded deranged v0.3.11
3972025-08-26T20:20:39.138Z Downloaded der_derive v0.7.3
3982025-08-26T20:20:39.138Z Downloaded ppv-lite86 v0.2.20
3992025-08-26T20:20:39.138Z Downloaded usdt-impl v0.5.0
4002025-08-26T20:20:39.138Z Downloaded postgres-types v0.2.9
4012025-08-26T20:20:39.138Z Downloaded postgres-protocol v0.6.8
4022025-08-26T20:20:39.138Z Downloaded pkcs1 v0.7.5
4032025-08-26T20:20:39.138Z Downloaded crossbeam-channel v0.5.15
4042025-08-26T20:20:39.138Z Downloaded rustls-webpki v0.101.7
4052025-08-26T20:20:39.162Z Downloaded reqwest v0.12.22
4062025-08-26T20:20:39.186Z Downloaded regex-syntax v0.6.29
4072025-08-26T20:20:39.187Z Downloaded strum_macros v0.24.3
4082025-08-26T20:20:39.187Z Downloaded strum v0.27.2
4092025-08-26T20:20:39.187Z Downloaded rust-argon2 v2.1.0
4102025-08-26T20:20:39.187Z Downloaded zerovec-derive v0.10.3
4112025-08-26T20:20:39.211Z Downloaded utf-8 v0.7.6
4122025-08-26T20:20:39.211Z Downloaded parking_lot v0.12.3
4132025-08-26T20:20:39.211Z Downloaded maplit v1.0.2
4142025-08-26T20:20:39.211Z Downloaded tough v0.20.0
4152025-08-26T20:20:39.235Z Downloaded rayon v1.10.0
4162025-08-26T20:20:39.236Z Downloaded object v0.30.4
4172025-08-26T20:20:39.260Z Downloaded number_prefix v0.4.0
4182025-08-26T20:20:39.260Z Downloaded num_threads v0.1.7
4192025-08-26T20:20:39.260Z Downloaded derive_builder_macro v0.20.2
4202025-08-26T20:20:39.260Z Downloaded subtle v2.6.1
4212025-08-26T20:20:39.260Z Downloaded powerfmt v0.2.0
4222025-08-26T20:20:39.260Z Downloaded oxide-tokio-rt v0.1.2
4232025-08-26T20:20:39.260Z Downloaded utf8parse v0.2.2
4242025-08-26T20:20:39.260Z Downloaded slog-stdlog v4.1.1
4252025-08-26T20:20:39.260Z Downloaded schemars_derive v0.8.22
4262025-08-26T20:20:39.260Z Downloaded scheduled-thread-pool v0.2.7
4272025-08-26T20:20:39.260Z Downloaded same-file v1.0.6
4282025-08-26T20:20:39.260Z Downloaded rustls-native-certs v0.8.1
4292025-08-26T20:20:39.260Z Downloaded rustc_version v0.1.7
4302025-08-26T20:20:39.285Z Downloaded tokio-rustls v0.24.1
4312025-08-26T20:20:39.285Z Downloaded rand v0.9.2
4322025-08-26T20:20:39.285Z Downloaded mio v1.0.2
4332025-08-26T20:20:39.285Z Downloaded structmeta-derive v0.3.0
4342025-08-26T20:20:39.285Z Downloaded structmeta v0.3.0
4352025-08-26T20:20:39.285Z Downloaded predicates-core v1.0.8
4362025-08-26T20:20:39.285Z Downloaded precomputed-hash v0.1.1
4372025-08-26T20:20:39.285Z Downloaded zeroize_derive v1.4.2
4382025-08-26T20:20:39.285Z Downloaded zeroize v1.8.1
4392025-08-26T20:20:39.309Z Downloaded uzers v0.12.1
4402025-08-26T20:20:39.309Z Downloaded utf8_iter v1.0.4
4412025-08-26T20:20:39.309Z Downloaded utf16_iter v1.0.5
4422025-08-26T20:20:39.309Z Downloaded parking_lot_core v0.9.10
4432025-08-26T20:20:39.309Z Downloaded parking_lot_core v0.8.6
4442025-08-26T20:20:39.309Z Downloaded kv-log-macro v1.0.7
4452025-08-26T20:20:39.309Z Downloaded crc32fast v1.4.2
4462025-08-26T20:20:39.309Z Downloaded crc-catalog v2.4.0
4472025-08-26T20:20:39.309Z Downloaded colored v2.2.0
4482025-08-26T20:20:39.309Z Downloaded vte v0.11.1
4492025-08-26T20:20:39.334Z Downloaded vergen v8.3.2
4502025-08-26T20:20:39.334Z Downloaded value-bag v1.9.0
4512025-08-26T20:20:39.334Z Downloaded time v0.3.36
4522025-08-26T20:20:39.334Z Downloaded git2 v0.19.0
4532025-08-26T20:20:39.360Z Downloaded rustls-pemfile v1.0.4
4542025-08-26T20:20:39.360Z Downloaded rustc-hash v2.1.1
4552025-08-26T20:20:39.360Z Downloaded rustc-hash v1.1.0
4562025-08-26T20:20:39.360Z Downloaded oxnet v0.1.3
4572025-08-26T20:20:39.360Z Downloaded kstat-rs v0.2.4
4582025-08-26T20:20:39.361Z Downloaded keccak v0.1.5
4592025-08-26T20:20:39.361Z Downloaded jobserver v0.1.32
4602025-08-26T20:20:39.361Z Downloaded itoa v1.0.11
4612025-08-26T20:20:39.361Z Downloaded ucd-trie v0.1.7
4622025-08-26T20:20:39.361Z Downloaded minimal-lexical v0.2.1
4632025-08-26T20:20:39.385Z Downloaded indexmap v2.10.0
4642025-08-26T20:20:39.386Z Downloaded regex v1.11.1
4652025-08-26T20:20:39.411Z Downloaded usdt-macro v0.5.0
4662025-08-26T20:20:39.411Z Downloaded simd-adler32 v0.3.7
4672025-08-26T20:20:39.411Z Downloaded parse-display-derive v0.10.0
4682025-08-26T20:20:39.411Z Downloaded parse-display v0.10.0
4692025-08-26T20:20:39.411Z Downloaded concurrent-queue v2.5.0
4702025-08-26T20:20:39.411Z Downloaded slog-dtrace v0.3.0
4712025-08-26T20:20:39.411Z Downloaded slog-bunyan v2.5.0
4722025-08-26T20:20:39.411Z Downloaded partial-io v0.5.4
4732025-08-26T20:20:39.411Z Downloaded event-listener v5.3.1
4742025-08-26T20:20:39.411Z Downloaded serde_derive v1.0.219
4752025-08-26T20:20:39.411Z Downloaded rand_distr v0.5.1
4762025-08-26T20:20:39.435Z Downloaded qorb v0.4.1
4772025-08-26T20:20:39.435Z Downloaded indicatif v0.18.0
4782025-08-26T20:20:39.435Z Downloaded tokio-util v0.7.15
4792025-08-26T20:20:39.459Z Downloaded vsss-rs v3.3.4
4802025-08-26T20:20:39.459Z Downloaded log v0.4.27
4812025-08-26T20:20:39.459Z Downloaded crossbeam-utils v0.8.21
4822025-08-26T20:20:39.460Z Downloaded reedline v0.40.0
4832025-08-26T20:20:39.484Z Downloaded plotters v0.3.7
4842025-08-26T20:20:39.484Z Downloaded petname v2.0.2
4852025-08-26T20:20:39.484Z Downloaded p384 v0.13.0
4862025-08-26T20:20:39.509Z Downloaded h2 v0.4.6
4872025-08-26T20:20:39.509Z Downloaded cobs v0.2.3
4882025-08-26T20:20:39.509Z Downloaded cmake v0.1.51
4892025-08-26T20:20:39.509Z Downloaded tagptr v0.2.0
4902025-08-26T20:20:39.509Z Downloaded tabwriter v1.4.0
4912025-08-26T20:20:39.509Z Downloaded tabled_derive v0.10.0
4922025-08-26T20:20:39.509Z Downloaded tabled_derive v0.7.0
4932025-08-26T20:20:39.533Z Downloaded synstructure v0.13.1
4942025-08-26T20:20:39.533Z Downloaded crossterm v0.29.0
4952025-08-26T20:20:39.533Z Downloaded supports-color v3.0.2
4962025-08-26T20:20:39.533Z Downloaded support-bundle-viewer v0.1.2
4972025-08-26T20:20:39.533Z Downloaded slog-scope v4.4.0
4982025-08-26T20:20:39.533Z Downloaded slog-json v2.6.1
4992025-08-26T20:20:39.533Z Downloaded slog-envlogger v2.2.0
5002025-08-26T20:20:39.533Z Downloaded rand_seeder v0.4.0
5012025-08-26T20:20:39.533Z Downloaded password-hash v0.5.0
5022025-08-26T20:20:39.558Z Downloaded password-hash v0.4.2
5032025-08-26T20:20:39.558Z Downloaded crossbeam-epoch v0.9.18
5042025-08-26T20:20:39.558Z Downloaded quinn v0.11.5
5052025-08-26T20:20:39.558Z Downloaded x509-cert v0.2.5
5062025-08-26T20:20:39.558Z Downloaded tower v0.5.2
5072025-08-26T20:20:39.582Z Downloaded vte_generate_state_changes v0.1.2
5082025-08-26T20:20:39.582Z Downloaded rand_xorshift v0.4.0
5092025-08-26T20:20:39.582Z Downloaded signal-hook v0.3.18
5102025-08-26T20:20:39.582Z Downloaded libxml v0.3.3
5112025-08-26T20:20:39.582Z Downloaded zerocopy v0.7.35
5122025-08-26T20:20:39.606Z Downloaded sync_wrapper v1.0.1
5132025-08-26T20:20:39.606Z Downloaded sync-ptr v0.1.4
5142025-08-26T20:20:39.606Z Downloaded swrite v0.1.0
5152025-08-26T20:20:39.606Z Downloaded psl-types v2.0.11
5162025-08-26T20:20:39.606Z Downloaded progenitor-macro v0.10.0
5172025-08-26T20:20:39.632Z Downloaded progenitor-macro v0.9.1
5182025-08-26T20:20:39.632Z Downloaded progenitor-macro v0.8.0
5192025-08-26T20:20:39.632Z Downloaded path-tree v0.8.1
5202025-08-26T20:20:39.632Z Downloaded paste v1.0.15
5212025-08-26T20:20:39.632Z Downloaded maybe-uninit v2.0.0
5222025-08-26T20:20:39.632Z Downloaded managed v0.8.0
5232025-08-26T20:20:39.632Z Downloaded macaddr v1.0.1
5242025-08-26T20:20:39.632Z Downloaded lru-cache v0.1.2
5252025-08-26T20:20:39.632Z Downloaded libefi-sys v0.1.0
5262025-08-26T20:20:39.633Z Downloaded erased-serde v0.4.6
5272025-08-26T20:20:39.633Z Downloaded env_logger v0.11.5
5282025-08-26T20:20:39.633Z Downloaded criterion-plot v0.6.0
5292025-08-26T20:20:39.633Z Downloaded tokio-rustls v0.26.0
5302025-08-26T20:20:39.657Z Downloaded tokio-rustls v0.25.0
5312025-08-26T20:20:39.657Z Downloaded serde_cbor v0.11.2
5322025-08-26T20:20:39.657Z Downloaded miniz_oxide v0.8.5
5332025-08-26T20:20:39.657Z Downloaded derive_more-impl v2.0.1
5342025-08-26T20:20:39.657Z Downloaded lazycell v1.3.0
5352025-08-26T20:20:39.657Z Downloaded lazy_static v1.5.0
5362025-08-26T20:20:39.657Z Downloaded event-listener-strategy v0.5.2
5372025-08-26T20:20:39.657Z Downloaded event-listener v2.5.3
5382025-08-26T20:20:39.657Z Downloaded errno v0.3.12
5392025-08-26T20:20:39.683Z Downloaded tls_codec v0.4.1
5402025-08-26T20:20:39.683Z Downloaded indicatif v0.17.11
5412025-08-26T20:20:39.683Z Downloaded indexmap v1.9.3
5422025-08-26T20:20:39.683Z Downloaded yansi v1.0.1
5432025-08-26T20:20:39.683Z Downloaded tracing v0.1.40
5442025-08-26T20:20:39.707Z Downloaded num-bigint-dig v0.8.4
5452025-08-26T20:20:39.707Z Downloaded nom v7.1.3
5462025-08-26T20:20:39.707Z Downloaded icu_properties_data v1.5.0
5472025-08-26T20:20:39.733Z Downloaded hyper v1.6.0
5482025-08-26T20:20:39.734Z Downloaded chacha20 v0.9.1
5492025-08-26T20:20:39.734Z Downloaded zone v0.3.1
5502025-08-26T20:20:39.734Z Downloaded sha2 v0.10.9
5512025-08-26T20:20:39.759Z Downloaded serde_derive_internals v0.29.1
5522025-08-26T20:20:39.759Z Downloaded peg-macros v0.8.5
5532025-08-26T20:20:39.759Z Downloaded diesel_derives v2.2.3
5542025-08-26T20:20:39.759Z Downloaded const_format v0.2.34
5552025-08-26T20:20:39.759Z Downloaded sqlparser v0.45.0
5562025-08-26T20:20:39.759Z Downloaded bindgen v0.71.1
5572025-08-26T20:20:39.784Z Downloaded parse-size v1.1.0
5582025-08-26T20:20:39.784Z Downloaded match_cfg v0.1.0
5592025-08-26T20:20:39.784Z Downloaded lzss v0.8.2
5602025-08-26T20:20:39.784Z Downloaded escape8259 v0.5.3
5612025-08-26T20:20:39.784Z Downloaded critical-section v1.1.3
5622025-08-26T20:20:39.784Z Downloaded typify-macro v0.4.1
5632025-08-26T20:20:39.784Z Downloaded typify-macro v0.3.0
5642025-08-26T20:20:39.808Z Downloaded tokio-native-tls v0.3.1
5652025-08-26T20:20:39.808Z Downloaded tokio-macros v2.5.0
5662025-08-26T20:20:39.808Z Downloaded hkdf v0.12.4
5672025-08-26T20:20:39.808Z Downloaded tokio-dtrace v0.1.0
5682025-08-26T20:20:39.808Z Downloaded tls_codec_derive v0.4.1
5692025-08-26T20:20:39.808Z Downloaded signature v2.2.0
5702025-08-26T20:20:39.808Z Downloaded signal-hook-tokio v0.3.1
5712025-08-26T20:20:39.808Z Downloaded signal-hook-registry v1.4.2
5722025-08-26T20:20:39.808Z Downloaded signal-hook-mio v0.2.4
5732025-08-26T20:20:39.832Z Downloaded shlex v1.3.0
5742025-08-26T20:20:39.832Z Downloaded rand_core v0.9.3
5752025-08-26T20:20:39.832Z Downloaded quote v1.0.40
5762025-08-26T20:20:39.857Z Downloaded libm v0.2.8
5772025-08-26T20:20:39.857Z Downloaded serde_plain v1.0.2
5782025-08-26T20:20:39.857Z Downloaded serde_path_to_error v0.1.17
5792025-08-26T20:20:39.882Z Downloaded serde-value v0.7.0
5802025-08-26T20:20:39.882Z Downloaded pest_derive v2.7.14
5812025-08-26T20:20:39.882Z Downloaded pem-rfc7468 v0.7.0
5822025-08-26T20:20:39.882Z Downloaded diff v0.1.13
5832025-08-26T20:20:39.882Z Downloaded tracing-core v0.1.32
5842025-08-26T20:20:39.906Z Downloaded cfg_aliases v0.2.1
5852025-08-26T20:20:39.906Z Downloaded cfg_aliases v0.1.1
5862025-08-26T20:20:39.906Z Downloaded zone_cfg_derive v0.3.0
5872025-08-26T20:20:39.906Z Downloaded zone_cfg_derive v0.1.2
5882025-08-26T20:20:39.906Z Downloaded zone v0.1.8
5892025-08-26T20:20:39.906Z Downloaded typify-macro v0.2.0
5902025-08-26T20:20:39.906Z Downloaded native-tls v0.2.12
5912025-08-26T20:20:39.906Z Downloaded multer v3.1.0
5922025-08-26T20:20:39.906Z Downloaded mime_guess v2.0.5
5932025-08-26T20:20:39.906Z Downloaded darling v0.20.10
5942025-08-26T20:20:39.906Z Downloaded num-bigint v0.4.6
5952025-08-26T20:20:39.931Z Downloaded hashbrown v0.15.4
5962025-08-26T20:20:39.931Z Downloaded bitvec v1.0.1
5972025-08-26T20:20:39.955Z Downloaded crc-any v2.5.0
5982025-08-26T20:20:39.979Z Downloaded socket2 v0.6.0
5992025-08-26T20:20:39.979Z Downloaded rand v0.8.5
6002025-08-26T20:20:39.979Z Downloaded idna v1.0.3
6012025-08-26T20:20:39.979Z Downloaded rand_core v0.6.4
6022025-08-26T20:20:40.004Z Downloaded rand_chacha v0.3.1
6032025-08-26T20:20:40.004Z Downloaded quinn-udp v0.5.5
6042025-08-26T20:20:40.004Z Downloaded pbkdf2 v0.11.0
6052025-08-26T20:20:40.004Z Downloaded pathdiff v0.2.3
6062025-08-26T20:20:40.004Z Downloaded des v0.8.1
6072025-08-26T20:20:40.004Z Downloaded const-oid v0.9.6
6082025-08-26T20:20:40.004Z Downloaded socket2 v0.5.10
6092025-08-26T20:20:40.004Z Downloaded snafu v0.8.5
6102025-08-26T20:20:40.028Z Downloaded serde_yaml v0.9.34+deprecated
6112025-08-26T20:20:40.028Z Downloaded sha1 v0.10.6
6122025-08-26T20:20:40.029Z Downloaded serde_bytes v0.11.17
6132025-08-26T20:20:40.029Z Downloaded peg v0.8.5
6142025-08-26T20:20:40.053Z Downloaded rcgen v0.12.1
6152025-08-26T20:20:40.053Z Downloaded rayon-core v1.12.1
6162025-08-26T20:20:40.053Z Downloaded bindgen v0.69.5
6172025-08-26T20:20:40.053Z Downloaded pest_generator v2.7.14
6182025-08-26T20:20:40.053Z Downloaded percent-encoding v2.3.1
6192025-08-26T20:20:40.078Z Downloaded newtype-uuid v1.2.4
6202025-08-26T20:20:40.078Z Downloaded nanorand v0.7.0
6212025-08-26T20:20:40.078Z Downloaded multimap v0.10.1
6222025-08-26T20:20:40.078Z Downloaded mime v0.3.17
6232025-08-26T20:20:40.078Z Downloaded memoffset v0.9.1
6242025-08-26T20:20:40.078Z Downloaded impl-trait-for-tuples v0.2.2
6252025-08-26T20:20:40.078Z Downloaded daft-derive v0.1.4
6262025-08-26T20:20:40.078Z Downloaded const_format_proc_macros v0.2.34
6272025-08-26T20:20:40.078Z Downloaded trybuild v1.0.106
6282025-08-26T20:20:40.102Z Downloaded ssh-key v0.6.6
6292025-08-26T20:20:40.102Z Downloaded rustyline v14.0.0
6302025-08-26T20:20:40.102Z Downloaded diesel-dtrace v0.4.2
6312025-08-26T20:20:40.126Z Downloaded crc v3.2.1
6322025-08-26T20:20:40.126Z Downloaded yasna v0.5.2
6332025-08-26T20:20:40.126Z Downloaded xz2 v0.1.7
6342025-08-26T20:20:40.126Z Downloaded tui-tree-widget v0.23.1
6352025-08-26T20:20:40.126Z Downloaded tracing-attributes v0.1.27
6362025-08-26T20:20:40.127Z Downloaded smallvec v1.15.1
6372025-08-26T20:20:40.127Z Downloaded serde_with_macros v3.14.0
6382025-08-26T20:20:40.127Z Downloaded futures-util v0.3.31
6392025-08-26T20:20:40.152Z Downloaded is_terminal_polyfill v1.70.1
6402025-08-26T20:20:40.153Z Downloaded is-terminal v0.4.13
6412025-08-26T20:20:40.153Z Downloaded xshell v0.2.7
6422025-08-26T20:20:40.153Z Downloaded tokio-tungstenite v0.23.1
6432025-08-26T20:20:40.153Z Downloaded tokio-tungstenite v0.21.0
6442025-08-26T20:20:40.177Z Downloaded darling_core v0.21.0
6452025-08-26T20:20:40.177Z Downloaded digest v0.10.7
6462025-08-26T20:20:40.177Z Downloaded difflib v0.4.0
6472025-08-26T20:20:40.177Z Downloaded curve25519-dalek-derive v0.1.1
6482025-08-26T20:20:40.177Z Downloaded toml_parser v1.0.2
6492025-08-26T20:20:40.177Z Downloaded tokio-stream v0.1.17
6502025-08-26T20:20:40.201Z Downloaded ron v0.7.1
6512025-08-26T20:20:40.201Z Downloaded polling v3.7.3
6522025-08-26T20:20:40.201Z Downloaded goblin v0.8.2
6532025-08-26T20:20:40.202Z Downloaded new_debug_unreachable v1.0.6
6542025-08-26T20:20:40.202Z Downloaded nested v0.1.1
6552025-08-26T20:20:40.226Z Downloaded is_ci v1.2.0
6562025-08-26T20:20:40.226Z Downloaded indent_write v2.2.0
6572025-08-26T20:20:40.226Z Downloaded ctr v0.9.2
6582025-08-26T20:20:40.226Z Downloaded convert_case v0.4.0
6592025-08-26T20:20:40.226Z Downloaded constant_time_eq v0.3.1
6602025-08-26T20:20:40.227Z Downloaded zerofrom-derive v0.1.4
6612025-08-26T20:20:40.227Z Downloaded yoke v0.7.4
6622025-08-26T20:20:40.227Z Downloaded time-macros v0.2.18
6632025-08-26T20:20:40.227Z Downloaded rustls-pki-types v1.10.0
6642025-08-26T20:20:40.227Z Downloaded num-traits v0.2.19
6652025-08-26T20:20:40.250Z Downloaded darling_core v0.20.10
6662025-08-26T20:20:40.251Z Downloaded zerocopy-derive v0.8.26
6672025-08-26T20:20:40.251Z Downloaded typed-path v0.9.3
6682025-08-26T20:20:40.275Z Downloaded toml_edit v0.19.15
6692025-08-26T20:20:40.299Z Downloaded guppy v0.17.20
6702025-08-26T20:20:40.299Z Downloaded xattr v1.3.1
6712025-08-26T20:20:40.299Z Downloaded wyz v0.5.1
6722025-08-26T20:20:40.299Z Downloaded writeable v0.5.5
6732025-08-26T20:20:40.299Z Downloaded try-lock v0.2.5
6742025-08-26T20:20:40.299Z Downloaded topological-sort v0.2.2
6752025-08-26T20:20:40.299Z Downloaded toml_writer v1.0.2
6762025-08-26T20:20:40.299Z Downloaded toml_write v0.1.2
6772025-08-26T20:20:40.324Z Downloaded thread_local v1.1.8
6782025-08-26T20:20:40.324Z Downloaded thread-id v4.2.2
6792025-08-26T20:20:40.324Z Downloaded snafu-derive v0.8.5
6802025-08-26T20:20:40.324Z Downloaded serde_urlencoded v0.7.1
6812025-08-26T20:20:40.324Z Downloaded pkcs5 v0.7.1
6822025-08-26T20:20:40.324Z Downloaded litrs v0.4.1
6832025-08-26T20:20:40.324Z Downloaded dropshot_endpoint v0.16.3
6842025-08-26T20:20:40.324Z Downloaded unicode_categories v0.1.1
6852025-08-26T20:20:40.348Z Downloaded serde v1.0.219
6862025-08-26T20:20:40.348Z Downloaded hyper-util v0.1.16
6872025-08-26T20:20:40.348Z Downloaded hashbrown v0.13.2
6882025-08-26T20:20:40.348Z Downloaded thiserror-impl-no-std v2.0.2
6892025-08-26T20:20:40.348Z Downloaded strsim v0.11.1
6902025-08-26T20:20:40.375Z Downloaded strip-ansi-escapes v0.2.0
6912025-08-26T20:20:40.375Z Downloaded stringprep v0.1.5
6922025-08-26T20:20:40.376Z Downloaded smf v0.2.3
6932025-08-26T20:20:40.376Z Downloaded postcard v1.0.10
6942025-08-26T20:20:40.376Z Downloaded num-rational v0.4.2
6952025-08-26T20:20:40.376Z Downloaded num-complex v0.4.6
6962025-08-26T20:20:40.376Z Downloaded console v0.16.0
6972025-08-26T20:20:40.376Z Downloaded aws-lc-sys v0.26.0
6982025-08-26T20:20:40.675Z Downloaded url v2.5.4
6992025-08-26T20:20:40.699Z Downloaded toml_edit v0.22.27
7002025-08-26T20:20:40.699Z Downloaded p521 v0.13.3
7012025-08-26T20:20:40.699Z Downloaded yoke-derive v0.7.4
7022025-08-26T20:20:40.699Z Downloaded xshell-macros v0.2.7
7032025-08-26T20:20:40.699Z Downloaded tower-service v0.3.3
7042025-08-26T20:20:40.699Z Downloaded tower-layer v0.3.3
7052025-08-26T20:20:40.699Z Downloaded smawk v0.3.2
7062025-08-26T20:20:40.699Z Downloaded smallvec v0.6.14
7072025-08-26T20:20:40.724Z Downloaded salsa20 v0.10.2
7082025-08-26T20:20:40.724Z Downloaded rustversion v1.0.17
7092025-08-26T20:20:40.724Z Downloaded zopfli v0.8.1
7102025-08-26T20:20:40.724Z Downloaded time-core v0.1.2
7112025-08-26T20:20:40.724Z Downloaded serde_tokenstream v0.2.2
7122025-08-26T20:20:40.724Z Downloaded serde_spanned v1.0.0
7132025-08-26T20:20:40.724Z Downloaded serde_spanned v0.6.9
7142025-08-26T20:20:40.724Z Downloaded serde_regex v1.1.0
7152025-08-26T20:20:40.724Z Downloaded ref-cast-impl v1.0.24
7162025-08-26T20:20:40.724Z Downloaded ref-cast v1.0.24
7172025-08-26T20:20:40.724Z Downloaded pkcs8 v0.10.2
7182025-08-26T20:20:40.748Z Downloaded lock_api v0.4.12
7192025-08-26T20:20:40.748Z Downloaded litemap v0.7.3
7202025-08-26T20:20:40.748Z Downloaded linked-hash-map v0.5.6
7212025-08-26T20:20:40.748Z Downloaded daft v0.1.4
7222025-08-26T20:20:40.748Z Downloaded clap v4.5.41
7232025-08-26T20:20:40.748Z Downloaded hickory-resolver v0.24.4
7242025-08-26T20:20:40.773Z Downloaded poly1305 v0.8.0
7252025-08-26T20:20:40.773Z Downloaded num_enum v0.5.11
7262025-08-26T20:20:40.773Z Downloaded num-iter v0.1.45
7272025-08-26T20:20:40.773Z Downloaded num-integer v0.1.46
7282025-08-26T20:20:40.773Z Downloaded num-derive v0.4.2
7292025-08-26T20:20:40.773Z Downloaded num-derive v0.3.3
7302025-08-26T20:20:40.799Z Downloaded nu-ansi-term v0.50.1
7312025-08-26T20:20:40.799Z Downloaded libtest-mimic v0.8.1
7322025-08-26T20:20:40.799Z Downloaded libloading v0.8.5
7332025-08-26T20:20:40.799Z Downloaded ipnet v2.11.0
7342025-08-26T20:20:40.799Z Downloaded env_logger v0.10.2
7352025-08-26T20:20:40.799Z Downloaded dyn-clone v1.0.20
7362025-08-26T20:20:40.799Z Downloaded unsafe-libyaml v0.2.11
7372025-08-26T20:20:40.824Z Downloaded radium v0.7.0
7382025-08-26T20:20:40.824Z Downloaded r2d2 v0.8.10
7392025-08-26T20:20:40.824Z Downloaded plain v0.2.3
7402025-08-26T20:20:40.824Z Downloaded pkg-config v0.3.31
7412025-08-26T20:20:40.824Z Downloaded ingot-macros v0.1.1
7422025-08-26T20:20:40.824Z Downloaded datatest-stable v0.3.2
7432025-08-26T20:20:40.824Z Downloaded textwrap v0.16.2
7442025-08-26T20:20:40.824Z Downloaded steno v0.4.1
7452025-08-26T20:20:40.824Z Downloaded http v1.3.1
7462025-08-26T20:20:40.848Z Downloaded clang-sys v1.8.1
7472025-08-26T20:20:40.848Z Downloaded tar v0.4.44
7482025-08-26T20:20:40.848Z Downloaded icu_collections v1.5.0
7492025-08-26T20:20:40.848Z Downloaded hickory-resolver v0.25.2
7502025-08-26T20:20:40.873Z Downloaded lockfree-object-pool v0.1.6
7512025-08-26T20:20:40.873Z Downloaded linear-map v1.2.0
7522025-08-26T20:20:40.873Z Downloaded zstd v0.13.3
7532025-08-26T20:20:40.873Z Downloaded tungstenite v0.23.0
7542025-08-26T20:20:40.873Z Downloaded tungstenite v0.21.0
7552025-08-26T20:20:40.873Z Downloaded heapless v0.8.0
7562025-08-26T20:20:40.898Z Downloaded nodrop v0.1.14
7572025-08-26T20:20:40.898Z Downloaded libz-rs-sys v0.5.1
7582025-08-26T20:20:40.898Z Downloaded libsw v3.5.0
7592025-08-26T20:20:40.898Z Downloaded libscf-sys v1.1.0
7602025-08-26T20:20:40.898Z Downloaded ipnetwork v0.21.1
7612025-08-26T20:20:40.899Z Downloaded internet-checksum v0.2.1
7622025-08-26T20:20:40.899Z Downloaded data-encoding v2.9.0
7632025-08-26T20:20:40.899Z Downloaded csv-core v0.1.11
7642025-08-26T20:20:40.899Z Downloaded cookie_store v0.21.1
7652025-08-26T20:20:40.899Z Downloaded walkdir v2.5.0
7662025-08-26T20:20:40.924Z Downloaded typify v0.4.1
7672025-08-26T20:20:40.925Z Downloaded typify v0.3.0
7682025-08-26T20:20:40.925Z Downloaded toml v0.9.5
7692025-08-26T20:20:40.925Z Downloaded num-conv v0.1.0
7702025-08-26T20:20:40.925Z Downloaded inout v0.1.3
7712025-08-26T20:20:40.925Z Downloaded ingot-types v0.1.2
7722025-08-26T20:20:40.925Z Downloaded ingot v0.1.1
7732025-08-26T20:20:40.949Z Downloaded env_filter v0.1.2
7742025-08-26T20:20:40.949Z Downloaded dunce v1.0.5
7752025-08-26T20:20:40.949Z Downloaded dsl_auto_type v0.1.2
7762025-08-26T20:20:40.949Z Downloaded document-features v0.2.11
7772025-08-26T20:20:40.949Z Downloaded displaydoc v0.2.5
7782025-08-26T20:20:40.949Z Downloaded display-error-chain v0.2.2
7792025-08-26T20:20:40.949Z Downloaded defmt-parser v0.3.4
7802025-08-26T20:20:40.949Z Downloaded defmt-macros v0.3.9
7812025-08-26T20:20:40.949Z Downloaded debug-ignore v1.0.5
7822025-08-26T20:20:40.949Z Downloaded cpufeatures v0.2.14
7832025-08-26T20:20:40.949Z Downloaded cookie v0.18.1
7842025-08-26T20:20:40.973Z Downloaded typenum v1.17.0
7852025-08-26T20:20:40.973Z Downloaded iddqd v0.3.9
7862025-08-26T20:20:40.973Z Downloaded cc v1.2.30
7872025-08-26T20:20:40.999Z Downloaded console v0.15.10
7882025-08-26T20:20:40.999Z Downloaded cipher v0.4.4
7892025-08-26T20:20:40.999Z Downloaded zstd-safe v7.2.3
7902025-08-26T20:20:40.999Z Downloaded test-strategy v0.4.3
7912025-08-26T20:20:40.999Z Downloaded slog v2.7.0
7922025-08-26T20:20:41.024Z Downloaded aws-lc-rs v1.12.4
7932025-08-26T20:20:41.024Z Downloaded instability v0.3.2
7942025-08-26T20:20:41.024Z Downloaded indoc v2.0.6
7952025-08-26T20:20:41.024Z Downloaded dof v0.3.0
7962025-08-26T20:20:41.024Z Downloaded zerocopy-derive v0.7.35
7972025-08-26T20:20:41.050Z Downloaded zerocopy v0.6.6
7982025-08-26T20:20:41.050Z Downloaded whoami v1.5.2
7992025-08-26T20:20:41.050Z Downloaded waitgroup v0.1.2
8002025-08-26T20:20:41.050Z Downloaded wait-timeout v0.2.0
8012025-08-26T20:20:41.051Z Downloaded toml v0.7.8
8022025-08-26T20:20:41.051Z Downloaded term v0.7.0
8032025-08-26T20:20:41.076Z Downloaded ignore v0.4.23
8042025-08-26T20:20:41.076Z Downloaded icu_provider v1.5.0
8052025-08-26T20:20:41.076Z Downloaded instant v0.1.13
8062025-08-26T20:20:41.076Z Downloaded dtrace-parser v0.2.0
8072025-08-26T20:20:41.076Z Downloaded doc-comment v0.3.3
8082025-08-26T20:20:41.076Z Downloaded typify v0.2.0
8092025-08-26T20:20:41.076Z Downloaded twox-hash v2.1.0
8102025-08-26T20:20:41.076Z Downloaded tempfile v3.20.0
8112025-08-26T20:20:41.076Z Downloaded icu_properties v1.5.1
8122025-08-26T20:20:41.100Z Downloaded ed25519-dalek v2.1.1
8132025-08-26T20:20:41.100Z Downloaded convert_case v0.7.1
8142025-08-26T20:20:41.100Z Downloaded toml_datetime v0.6.11
8152025-08-26T20:20:41.100Z Downloaded toml v0.8.23
8162025-08-26T20:20:41.100Z Downloaded half v1.8.3
8172025-08-26T20:20:41.100Z Downloaded flume v0.11.1
8182025-08-26T20:20:41.125Z Downloaded darling_macro v0.20.10
8192025-08-26T20:20:41.125Z Downloaded target-spec v3.5.0
8202025-08-26T20:20:41.125Z Downloaded target-lexicon v0.13.2
8212025-08-26T20:20:41.125Z Downloaded similar v2.7.0
8222025-08-26T20:20:41.125Z Downloaded ryu v1.0.18
8232025-08-26T20:20:41.125Z Downloaded progenitor-impl v0.8.0
8242025-08-26T20:20:41.127Z Downloaded papergrid v0.14.0
8252025-08-26T20:20:41.151Z Downloaded hickory-server v0.25.2
8262025-08-26T20:20:41.151Z Downloaded proc-macro2 v1.0.95
8272025-08-26T20:20:41.151Z Downloaded hickory-client v0.25.2
8282025-08-26T20:20:41.151Z Downloaded headers v0.4.1
8292025-08-26T20:20:41.176Z Downloaded usdt v0.5.0
8302025-08-26T20:20:41.176Z Downloaded terminal_size v0.4.0
8312025-08-26T20:20:41.176Z Downloaded tap v1.0.1
8322025-08-26T20:20:41.176Z Downloaded ssh-encoding v0.2.0
8332025-08-26T20:20:41.176Z Downloaded sqlformat v0.3.5
8342025-08-26T20:20:41.176Z Downloaded spin v0.9.8
8352025-08-26T20:20:41.176Z Downloaded slog-async v2.8.0
8362025-08-26T20:20:41.176Z Downloaded proc-macro-error v1.0.4
8372025-08-26T20:20:41.176Z Downloaded papergrid v0.11.0
8382025-08-26T20:20:41.200Z Downloaded elliptic-curve v0.13.8
8392025-08-26T20:20:41.200Z Downloaded bytes v1.10.1
8402025-08-26T20:20:41.200Z Downloaded async-std v1.13.0
8412025-08-26T20:20:41.240Z Downloaded untrusted v0.9.0
8422025-08-26T20:20:41.265Z Downloaded untrusted v0.7.1
8432025-08-26T20:20:41.265Z Downloaded unit-prefix v0.5.1
8442025-08-26T20:20:41.265Z Downloaded typeid v1.0.3
8452025-08-26T20:20:41.265Z Downloaded toml_datetime v0.7.0
8462025-08-26T20:20:41.265Z Downloaded termios v0.3.3
8472025-08-26T20:20:41.265Z Downloaded termcolor v1.4.1
8482025-08-26T20:20:41.266Z Downloaded ssh-cipher v0.2.0
8492025-08-26T20:20:41.266Z Downloaded siphasher v1.0.1
8502025-08-26T20:20:41.266Z Downloaded semver v1.0.26
8512025-08-26T20:20:41.291Z Downloaded sct v0.7.1
8522025-08-26T20:20:41.291Z Downloaded proc-macro-error2 v2.0.1
8532025-08-26T20:20:41.291Z Downloaded pest_meta v2.7.14
8542025-08-26T20:20:41.291Z Downloaded omicron-zone-package v0.12.2
8552025-08-26T20:20:41.338Z Downloaded icu_normalizer_data v1.5.0
8562025-08-26T20:20:41.338Z Downloaded icu_locid_transform_data v1.5.0
8572025-08-26T20:20:41.338Z Downloaded hashbrown v0.12.3
8582025-08-26T20:20:41.338Z Downloaded bumpalo v3.16.0
8592025-08-26T20:20:41.338Z Downloaded termtree v0.5.1
8602025-08-26T20:20:41.338Z Downloaded target-triple v0.1.3
8612025-08-26T20:20:41.338Z Downloaded stringmetrics v2.2.2
8622025-08-26T20:20:41.338Z Downloaded string_cache v0.8.9
8632025-08-26T20:20:41.338Z Downloaded static_assertions v1.1.0
8642025-08-26T20:20:41.338Z Downloaded stable_deref_trait v1.2.0
8652025-08-26T20:20:41.338Z Downloaded spki v0.7.3
8662025-08-26T20:20:41.338Z Downloaded slab v0.4.9
8672025-08-26T20:20:41.338Z Downloaded similar-asserts v1.7.0
8682025-08-26T20:20:41.338Z Downloaded scopeguard v1.2.0
8692025-08-26T20:20:41.338Z Downloaded progenitor-impl v0.9.1
8702025-08-26T20:20:41.364Z Downloaded pin-project-internal v1.1.6
8712025-08-26T20:20:41.364Z Downloaded getrandom v0.3.1
8722025-08-26T20:20:41.364Z Downloaded getrandom v0.2.15
8732025-08-26T20:20:41.364Z Downloaded base64 v0.22.1
8742025-08-26T20:20:41.364Z Downloaded rustc_version v0.4.1
8752025-08-26T20:20:41.364Z Downloaded relative-path v1.9.3
8762025-08-26T20:20:41.364Z Downloaded proc-macro-crate v1.3.1
8772025-08-26T20:20:41.364Z Downloaded pin-project-lite v0.2.14
8782025-08-26T20:20:41.390Z Downloaded pin-project v1.1.6
8792025-08-26T20:20:41.390Z Downloaded parking_lot v0.11.2
8802025-08-26T20:20:41.416Z Downloaded camino v1.1.11
8812025-08-26T20:20:41.416Z Downloaded blake2 v0.10.6
8822025-08-26T20:20:41.416Z Downloaded base64 v0.13.1
8832025-08-26T20:20:41.416Z Downloaded sqlparser_derive v0.2.2
8842025-08-26T20:20:41.416Z Downloaded serde-hex v0.1.0
8852025-08-26T20:20:41.417Z Downloaded scroll v0.12.0
8862025-08-26T20:20:41.417Z Downloaded proc-macro-error-attr2 v2.0.0
8872025-08-26T20:20:41.417Z Downloaded proc-macro-crate v3.2.0
8882025-08-26T20:20:41.417Z Downloaded primeorder v0.13.6
8892025-08-26T20:20:41.417Z Downloaded phf_shared v0.11.2
8902025-08-26T20:20:41.417Z Downloaded phf v0.12.1
8912025-08-26T20:20:41.417Z Downloaded phf v0.11.2
8922025-08-26T20:20:41.442Z Downloaded packed_struct v0.10.1
8932025-08-26T20:20:41.442Z Downloaded httptest v0.16.3
8942025-08-26T20:20:41.442Z Downloaded cfg-expr v0.20.1
8952025-08-26T20:20:41.442Z Downloaded semver v0.1.20
8962025-08-26T20:20:41.443Z Downloaded secrecy v0.10.3
8972025-08-26T20:20:41.443Z Downloaded secrecy v0.8.0
8982025-08-26T20:20:41.443Z Downloaded sec1 v0.7.3
8992025-08-26T20:20:41.443Z Downloaded rusty-fork v0.3.0
9002025-08-26T20:20:41.443Z Downloaded icu_locid_transform v1.5.0
9012025-08-26T20:20:41.443Z Downloaded hyper-rustls v0.27.7
9022025-08-26T20:20:41.468Z Downloaded highway v1.3.0
9032025-08-26T20:20:41.469Z Downloaded hex v0.4.3
9042025-08-26T20:20:41.469Z Downloaded piper v0.2.4
9052025-08-26T20:20:41.469Z Downloaded oorandom v11.1.4
9062025-08-26T20:20:41.469Z Downloaded hubpack v0.1.2
9072025-08-26T20:20:41.469Z Downloaded globset v0.4.15
9082025-08-26T20:20:41.469Z Downloaded futures-lite v2.3.0
9092025-08-26T20:20:41.469Z Downloaded serde-big-array v0.5.1
9102025-08-26T20:20:41.469Z Downloaded progenitor-client v0.10.0
9112025-08-26T20:20:41.469Z Downloaded phf_shared v0.12.1
9122025-08-26T20:20:41.469Z Downloaded progenitor-client v0.8.0
9132025-08-26T20:20:41.469Z Downloaded heapless v0.7.17
9142025-08-26T20:20:41.494Z Downloaded fs_extra v1.3.0
9152025-08-26T20:20:41.494Z Downloaded bzip2 v0.5.2
9162025-08-26T20:20:41.494Z Downloaded blake2b_simd v1.0.2
9172025-08-26T20:20:41.494Z Downloaded once_cell v1.21.3
9182025-08-26T20:20:41.494Z Downloaded olpc-cjson v0.1.4
9192025-08-26T20:20:41.494Z Downloaded hash32 v0.3.1
9202025-08-26T20:20:41.494Z Downloaded futures-channel v0.3.31
9212025-08-26T20:20:41.496Z Downloaded float-cmp v0.10.0
9222025-08-26T20:20:41.496Z Downloaded enum-as-inner v0.6.1
9232025-08-26T20:20:41.496Z Downloaded hostname v0.4.0
9242025-08-26T20:20:41.496Z Downloaded heck v0.4.1
9252025-08-26T20:20:41.522Z Downloaded hash32 v0.2.1
9262025-08-26T20:20:41.522Z Downloaded group v0.13.0
9272025-08-26T20:20:41.522Z Downloaded globwalk v0.9.1
9282025-08-26T20:20:41.522Z Downloaded embedded-io v0.6.1
9292025-08-26T20:20:41.522Z Downloaded bzip2 v0.4.4
9302025-08-26T20:20:41.522Z Downloaded pin-utils v0.1.0
9312025-08-26T20:20:41.522Z Downloaded home v0.5.9
9322025-08-26T20:20:41.522Z Downloaded heck v0.3.3
9332025-08-26T20:20:41.522Z Downloaded futures-io v0.3.31
9342025-08-26T20:20:41.522Z Downloaded ecdsa v0.16.9
9352025-08-26T20:20:41.522Z Downloaded cargo_metadata v0.21.0
9362025-08-26T20:20:41.522Z Downloaded cargo_metadata v0.18.1
9372025-08-26T20:20:41.522Z Downloaded bitflags v2.9.1
9382025-08-26T20:20:41.547Z Downloaded icu_provider_macros v1.5.0
9392025-08-26T20:20:41.547Z Downloaded hubpack_derive v0.1.1
9402025-08-26T20:20:41.547Z Downloaded ena v0.14.3
9412025-08-26T20:20:41.547Z Downloaded ed25519 v2.2.3
9422025-08-26T20:20:41.547Z Downloaded cassowary v0.3.0
9432025-08-26T20:20:41.548Z Downloaded cargo-util-schemas v0.8.2
9442025-08-26T20:20:41.548Z Downloaded hmac v0.12.1
9452025-08-26T20:20:41.548Z Downloaded futures-timer v3.0.3
9462025-08-26T20:20:41.548Z Downloaded embedded-io v0.4.0
9472025-08-26T20:20:41.548Z Downloaded cbc v0.1.2
9482025-08-26T20:20:41.548Z Downloaded cast v0.3.0
9492025-08-26T20:20:41.548Z Downloaded cargo-platform v0.2.0
9502025-08-26T20:20:41.548Z Downloaded camino-tempfile-ext v0.3.2
9512025-08-26T20:20:41.573Z Downloaded camino-tempfile v1.4.1
9522025-08-26T20:20:41.573Z Downloaded buf-list v1.0.3
9532025-08-26T20:20:41.573Z Downloaded block-buffer v0.10.4
9542025-08-26T20:20:41.573Z Downloaded bitflags v1.3.2
9552025-08-26T20:20:41.573Z Downloaded base16ct v0.2.0
9562025-08-26T20:20:41.573Z Downloaded async-task v4.7.1
9572025-08-26T20:20:41.573Z Downloaded object v0.36.5
9582025-08-26T20:20:41.599Z Downloaded icu_normalizer v1.5.0
9592025-08-26T20:20:41.599Z Downloaded cexpr v0.6.0
9602025-08-26T20:20:41.599Z Downloaded cargo-platform v0.1.8
9612025-08-26T20:20:41.599Z Downloaded byteorder v1.5.0
9622025-08-26T20:20:41.599Z Downloaded bytecount v0.6.8
9632025-08-26T20:20:41.599Z Downloaded blowfish v0.9.1
9642025-08-26T20:20:41.624Z Downloaded block-padding v0.3.3
9652025-08-26T20:20:41.624Z Downloaded bit-set v0.5.3
9662025-08-26T20:20:41.624Z Downloaded base64ct v1.6.0
9672025-08-26T20:20:41.624Z Downloaded backtrace v0.3.74
9682025-08-26T20:20:41.624Z Downloaded backoff v0.4.0
9692025-08-26T20:20:41.624Z Downloaded iana-time-zone v0.1.63
9702025-08-26T20:20:41.624Z Downloaded hyper-staticfile v0.10.1
9712025-08-26T20:20:41.650Z Downloaded bitfield v0.14.0
9722025-08-26T20:20:41.650Z Downloaded bit-vec v0.8.0
9732025-08-26T20:20:41.650Z Downloaded bit-set v0.8.0
9742025-08-26T20:20:41.650Z Downloaded bcrypt-pbkdf v0.10.0
9752025-08-26T20:20:41.650Z Downloaded bb8 v0.8.5
9762025-08-26T20:20:41.650Z Downloaded gethostname v0.5.0
9772025-08-26T20:20:41.650Z Downloaded generic-array v0.14.7
9782025-08-26T20:20:41.650Z Downloaded futures-sink v0.3.31
9792025-08-26T20:20:41.650Z Downloaded futures-macro v0.3.31
9802025-08-26T20:20:41.650Z Downloaded futures-executor v0.3.31
9812025-08-26T20:20:41.650Z Downloaded fs-err v3.1.1
9822025-08-26T20:20:41.650Z Downloaded form_urlencoded v1.2.1
9832025-08-26T20:20:41.675Z Downloaded foldhash v0.1.5
9842025-08-26T20:20:41.675Z Downloaded bcs v0.1.6
9852025-08-26T20:20:41.675Z Downloaded base64 v0.21.7
9862025-08-26T20:20:41.676Z Downloaded autocfg v1.4.0
9872025-08-26T20:20:41.676Z Downloaded atty v0.2.14
9882025-08-26T20:20:41.676Z Downloaded async-trait v0.1.88
9892025-08-26T20:20:41.676Z Downloaded httparse v1.9.5
9902025-08-26T20:20:41.676Z Downloaded headers-core v0.3.0
9912025-08-26T20:20:41.676Z Downloaded async-process v2.3.0
9922025-08-26T20:20:41.701Z Downloaded async-channel v2.3.1
9932025-08-26T20:20:41.702Z Downloaded assert_matches v1.5.0
9942025-08-26T20:20:41.702Z Downloaded foreign-types-shared v0.3.1
9952025-08-26T20:20:41.702Z Downloaded cfg-if v1.0.1
9962025-08-26T20:20:41.702Z Downloaded atomicwrites v0.4.4
9972025-08-26T20:20:41.702Z Downloaded atomic-waker v1.1.2
9982025-08-26T20:20:41.702Z Downloaded async-bb8-diesel v0.2.1
9992025-08-26T20:20:41.702Z Downloaded arrayref v0.3.9
10002025-08-26T20:20:41.702Z Downloaded argon2 v0.5.3
10012025-08-26T20:20:41.702Z Downloaded hex-literal v0.4.1
10022025-08-26T20:20:41.702Z Downloaded glob v0.3.2
10032025-08-26T20:20:41.703Z Downloaded ghash v0.5.1
10042025-08-26T20:20:41.703Z Downloaded futures-task v0.3.31
10052025-08-26T20:20:41.703Z Downloaded futures-core v0.3.31
10062025-08-26T20:20:41.728Z Downloaded foreign-types v0.3.2
10072025-08-26T20:20:41.728Z Downloaded fnv v1.0.7
10082025-08-26T20:20:41.728Z Downloaded async-stream v0.3.6
10092025-08-26T20:20:41.728Z Downloaded async-recursion v1.1.1
10102025-08-26T20:20:41.728Z Downloaded async-global-executor v2.4.1
10112025-08-26T20:20:41.728Z Downloaded async-executor v1.13.1
10122025-08-26T20:20:41.728Z Downloaded assert_cmd v2.0.17
10132025-08-26T20:20:41.728Z Downloaded array-init v0.0.4
10142025-08-26T20:20:41.729Z Downloaded anstyle-query v1.1.1
10152025-08-26T20:20:41.729Z Downloaded aes v0.8.4
10162025-08-26T20:20:41.729Z Downloaded hostname v0.3.1
10172025-08-26T20:20:41.754Z Downloaded funty v2.0.0
10182025-08-26T20:20:41.754Z Downloaded fs-err v2.11.0
10192025-08-26T20:20:41.754Z Downloaded foreign-types v0.5.0
10202025-08-26T20:20:41.754Z Downloaded async-object-pool v0.1.5
10212025-08-26T20:20:41.754Z Downloaded async-lock v3.4.0
10222025-08-26T20:20:41.754Z Downloaded async-channel v1.9.0
10232025-08-26T20:20:41.754Z Downloaded async-attributes v1.1.2
10242025-08-26T20:20:41.754Z Downloaded ascii-canvas v3.0.0
10252025-08-26T20:20:41.754Z Downloaded arrayvec v0.7.6
10262025-08-26T20:20:41.755Z Downloaded anstyle-parse v0.2.5
10272025-08-26T20:20:41.755Z Downloaded aes-gcm v0.10.3
10282025-08-26T20:20:41.755Z Downloaded aho-corasick v1.1.3
10292025-08-26T20:20:41.780Z Downloaded approx v0.5.1
10302025-08-26T20:20:41.780Z Downloaded anyhow v1.0.99
10312025-08-26T20:20:41.780Z Downloaded anstream v0.6.18
10322025-08-26T20:20:41.780Z Downloaded anes v0.1.6
10332025-08-26T20:20:41.780Z Downloaded ahash v0.8.12
10342025-08-26T20:20:41.805Z Downloaded adler2 v2.0.0
10352025-08-26T20:20:41.805Z Downloaded addr2line v0.24.2
10362025-08-26T20:20:41.805Z Downloaded foreign-types-shared v0.1.1
10372025-08-26T20:20:41.805Z Downloaded float-ord v0.3.2
10382025-08-26T20:20:41.805Z Downloaded endian-type v0.1.2
10392025-08-26T20:20:41.805Z Downloaded either v1.15.0
10402025-08-26T20:20:41.806Z Downloaded bstr v1.10.0
10412025-08-26T20:20:41.831Z Downloaded arc-swap v1.7.1
10422025-08-26T20:20:41.831Z Downloaded aead v0.5.2
10432025-08-26T20:20:41.831Z Downloaded cancel-safe-futures v0.1.5
10442025-08-26T20:20:41.831Z Downloaded blocking v1.6.1
10452025-08-26T20:20:41.831Z Downloaded bitfield-struct v0.6.2
10462025-08-26T20:20:41.831Z Downloaded bit-vec v0.6.3
10472025-08-26T20:20:41.831Z Downloaded async-stream-impl v0.3.6
10482025-08-26T20:20:41.831Z Downloaded async-signal v0.2.10
10492025-08-26T20:20:41.831Z Downloaded async-io v2.3.4
10502025-08-26T20:20:41.831Z Downloaded assert-json-diff v2.0.2
10512025-08-26T20:20:41.856Z Downloaded anstyle v1.0.11
10522025-08-26T20:20:41.856Z Downloaded allocator-api2 v0.2.21
10532025-08-26T20:20:42.278Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10542025-08-26T20:21:00.413Z Startup: Refreshing catalog 'helios-dev' ... Done
10552025-08-26T20:21:12.474Z Startup: Caching catalogs ... Done
10562025-08-26T20:21:22.282ZPlanning: Solver setup ... Done (7.661s)
10572025-08-26T20:21:22.353ZPlanning: Running solver ... Done (0.071s)
10582025-08-26T20:21:22.454ZPlanning: Finding local manifests ... Done (0.002s)
10592025-08-26T20:21:22.533ZPlanning: Fetching manifests: 0/4 0% complete
10602025-08-26T20:21:23.082ZPlanning: Fetching manifests: 4/4 100% complete
10612025-08-26T20:21:23.196ZPlanning: Package planning ... Done (0.118s)
10622025-08-26T20:21:23.282ZPlanning: Merging actions ... Done (0.085s)
10632025-08-26T20:21:23.737ZPlanning: Checking for conflicting actions ... Done (0.456s)
10642025-08-26T20:21:23.763ZPlanning: Consolidating action changes ... Done (0.017s)
10652025-08-26T20:21:24.691ZPlanning: Evaluating mediators ... Done (0.935s)
10662025-08-26T20:21:24.716ZPlanning: Planning completed in 12.11 seconds
10672025-08-26T20:21:24.773Z Packages to install: 4
10682025-08-26T20:21:24.774Z Mediators to change: 2
10692025-08-26T20:21:24.774Z Services to change: 1
10702025-08-26T20:21:24.774Z Estimated space available: 154.58 GB
10712025-08-26T20:21:24.774ZEstimated space to be consumed: 1.71 GB
10722025-08-26T20:21:24.774Z Create boot environment: No
10732025-08-26T20:21:24.774ZCreate backup boot environment: No
10742025-08-26T20:21:24.774Z Rebuild boot archive: No
10752025-08-26T20:21:24.774Z
10762025-08-26T20:21:24.774ZChanged mediators:
10772025-08-26T20:21:24.774Z mediator clang:
10782025-08-26T20:21:24.774Z version: None -> 15 (system default)
10792025-08-26T20:21:24.774Z
10802025-08-26T20:21:24.774Z mediator llvm:
10812025-08-26T20:21:24.774Z version: 14 (system default) -> 15 (system default)
10822025-08-26T20:21:24.774Z
10832025-08-26T20:21:24.774ZChanged packages:
10842025-08-26T20:21:24.774Zhelios-dev
10852025-08-26T20:21:24.774Z developer/build-essential
10862025-08-26T20:21:24.774Z None -> 11-2.0
10872025-08-26T20:21:24.774Z library/libxmlsec1
10882025-08-26T20:21:24.774Z None -> 1.2.35-2.0
10892025-08-26T20:21:24.774Z ooce/developer/clang-15
10902025-08-26T20:21:24.774Z None -> 15.0.7-2.0
10912025-08-26T20:21:24.774Z ooce/developer/llvm-15
10922025-08-26T20:21:24.775Z None -> 15.0.7-2.0
10932025-08-26T20:21:24.775Z
10942025-08-26T20:21:24.775ZServices:
10952025-08-26T20:21:24.775Z restart_fmri:
10962025-08-26T20:21:24.775Z svc:/system/update-man-index:default
10972025-08-26T20:21:24.808Z
10982025-08-26T20:21:24.808ZDownload: 0/3290 items 0.0/212.6MB 0% complete
10992025-08-26T20:21:29.808ZDownload: 1330/3290 items 111.9/212.6MB 52% complete (22.5M/s)
11002025-08-26T20:21:34.810ZDownload: 3207/3290 items 163.7/212.6MB 76% complete (16.3M/s)
11012025-08-26T20:21:38.879ZDownload: Completed 212.60 MB in 14.07 seconds (15.1M/s)
11022025-08-26T20:21:39.587Z Actions: 1/3689 actions (Installing new actions)
11032025-08-26T20:21:44.632Z Actions: 2482/3689 actions (Installing new actions)
11042025-08-26T20:21:46.257Z Actions: Completed 3689 actions in 6.67 seconds.
11052025-08-26T20:21:47.035Z Done (0.770s)
11062025-08-26T20:21:47.035Z Done (0.000s)
11072025-08-26T20:21:48.389Z Done (1.354s)
11082025-08-26T20:21:55.691Z Done (7.011s)
11092025-08-26T20:21:55.838Z Done (0.036s)
11102025-08-26T20:21:55.863Z Done (0.000s)
11112025-08-26T20:21:56.095Z Done (0.000s)
11122025-08-26T20:21:57.213ZPlanning: Evaluating mediator changes ... Done
11132025-08-26T20:21:57.517ZPlanning: Checking for conflicting actions ... Done
11142025-08-26T20:21:57.542ZPlanning: Consolidating action changes ... Done
11152025-08-26T20:21:57.922ZPlanning: Evaluating mediators ... Done
11162025-08-26T20:21:57.947ZPlanning: Planning completed in 0.71 seconds
11172025-08-26T20:21:57.973Z Mediators to change: 2
11182025-08-26T20:21:57.973Z Create boot environment: No
11192025-08-26T20:21:57.973ZCreate backup boot environment: No
11202025-08-26T20:21:58.046Z Done
11212025-08-26T20:21:58.046Z Done
11222025-08-26T20:21:59.020Z Done
11232025-08-26T20:22:10.446Z Done
11242025-08-26T20:22:10.446Z Done
11252025-08-26T20:22:10.446Z Done
11262025-08-26T20:22:10.446Z Done
11272025-08-26T20:22:10.446ZPlanning: Evaluating mediator changes ... Done
11282025-08-26T20:22:10.446ZPlanning: Merging actions ... Done
11292025-08-26T20:22:10.446ZPlanning: Checking for conflicting actions ... Done
11302025-08-26T20:22:10.446ZPlanning: Consolidating action changes ... Done
11312025-08-26T20:22:10.446ZPlanning: Evaluating mediators ... Done
11322025-08-26T20:22:10.446ZPlanning: Planning completed in 1.25 seconds
11332025-08-26T20:22:10.446Z Packages to change: 1
11342025-08-26T20:22:10.446Z Mediators to change: 1
11352025-08-26T20:22:10.446Z Services to change: 1
11362025-08-26T20:22:10.446Z Create boot environment: No
11372025-08-26T20:22:10.446ZCreate backup boot environment: Yes
11382025-08-26T20:22:10.446Z Actions: 1/6 actions (Updating modified actions)
11392025-08-26T20:22:10.446Z Actions: Completed 6 actions in 0.00 seconds.
11402025-08-26T20:22:10.446Z Done
11412025-08-26T20:22:10.446Z Done
11422025-08-26T20:22:10.446Z Done
11432025-08-26T20:22:16.415Z Done
11442025-08-26T20:22:16.447Z Done
11452025-08-26T20:22:16.447Z Done
11462025-08-26T20:22:16.447Z Done
11472025-08-26T20:22:16.996ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11482025-08-26T20:22:16.996Zclang system 15 system
11492025-08-26T20:22:16.996Zcsh system system illumos
11502025-08-26T20:22:16.996Zctags system system illumos
11512025-08-26T20:22:16.996Zfile system system illumos
11522025-08-26T20:22:16.996Zgcc vendor 12 vendor
11532025-08-26T20:22:16.996Zgcc system 10 system
11542025-08-26T20:22:16.996Zgcc system 7 system
11552025-08-26T20:22:16.996Zgo system 1.20 system
11562025-08-26T20:22:16.996Zgo system 1.19 system
11572025-08-26T20:22:16.996Zllvm system 15 system
11582025-08-26T20:22:16.996Zllvm system 14 system
11592025-08-26T20:22:16.997Zmariadb system 10.6 system
11602025-08-26T20:22:16.997Zmta vendor vendor dma
11612025-08-26T20:22:16.997Zopenjdk system 17 system
11622025-08-26T20:22:16.997Zopenjdk system 11 system
11632025-08-26T20:22:16.997Zopenjdk system 1.8 system
11642025-08-26T20:22:16.997Zopenssl vendor 3 vendor
11652025-08-26T20:22:16.997Zperl system 5.36 system
11662025-08-26T20:22:16.997Zpostgresql system 15 system
11672025-08-26T20:22:16.997Zpostgresql system 13 system
11682025-08-26T20:22:16.997Zpython vendor 3 vendor
11692025-08-26T20:22:16.997Zpython system 2 system
11702025-08-26T20:22:16.997Zpython3 system 3.11 system
11712025-08-26T20:22:16.997Zruby system 3.0 system
11722025-08-26T20:22:16.997Zwords vendor vendor american-english
11732025-08-26T20:22:16.997Zwords system system australian-english
11742025-08-26T20:22:16.997Zwords system system british-english
11752025-08-26T20:22:16.997Zwords system system canadian-english
11762025-08-26T20:22:16.997Zwords system system french
11772025-08-26T20:22:16.997Zwords system system italian
11782025-08-26T20:22:16.997Zwords system system ngerman
11792025-08-26T20:22:16.997Zwords system system ogerman
11802025-08-26T20:22:16.997Zwords system system spanish
11812025-08-26T20:22:17.866ZPUBLISHER TYPE STATUS P LOCATION
11822025-08-26T20:22:17.866Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11832025-08-26T20:22:25.301ZFMRI IFO
11842025-08-26T20:22:25.301Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11852025-08-26T20:22:25.301Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11862025-08-26T20:22:25.301Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11872025-08-26T20:22:25.301Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11882025-08-26T20:22:25.301Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11892025-08-26T20:22:25.301Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
11902025-08-26T20:22:25.301Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11912025-08-26T20:22:25.301Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
11922025-08-26T20:22:25.301Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11932025-08-26T20:22:25.301Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11942025-08-26T20:22:25.301Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
11952025-08-26T20:22:25.301Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11962025-08-26T20:22:25.301Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11972025-08-26T20:22:25.301Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
11982025-08-26T20:22:25.301Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11992025-08-26T20:22:25.301Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12002025-08-26T20:22:27.586Z Downloading crates ...
12012025-08-26T20:22:27.707Z Downloaded cargo_toml v0.21.0
12022025-08-26T20:22:27.803Z Compiling proc-macro2 v1.0.95
12032025-08-26T20:22:27.803Z Compiling unicode-ident v1.0.18
12042025-08-26T20:22:27.803Z Compiling serde v1.0.219
12052025-08-26T20:22:27.829Z Compiling version_check v0.9.5
12062025-08-26T20:22:27.829Z Compiling libc v0.2.174
12072025-08-26T20:22:27.829Z Compiling memchr v2.7.4
12082025-08-26T20:22:27.829Z Compiling stable_deref_trait v1.2.0
12092025-08-26T20:22:27.829Z Compiling thiserror v1.0.69
12102025-08-26T20:22:28.127Z Compiling writeable v0.5.5
12112025-08-26T20:22:28.188Z Compiling autocfg v1.4.0
12122025-08-26T20:22:28.711Z Compiling ryu v1.0.18
12132025-08-26T20:22:28.736Z Compiling itoa v1.0.11
12142025-08-26T20:22:28.791Z Compiling ucd-trie v0.1.7
12152025-08-26T20:22:28.973Z Compiling litemap v0.7.3
12162025-08-26T20:22:29.175Z Compiling once_cell v1.21.3
12172025-08-26T20:22:29.228Z Compiling byteorder v1.5.0
12182025-08-26T20:22:29.352Z Compiling icu_locid_transform_data v1.5.0
12192025-08-26T20:22:29.435Z Compiling bitflags v2.9.1
12202025-08-26T20:22:29.522Z Compiling icu_properties_data v1.5.0
12212025-08-26T20:22:29.599Z Compiling serde_json v1.0.142
12222025-08-26T20:22:29.625Z Compiling num-traits v0.2.19
12232025-08-26T20:22:29.775Z Compiling hashbrown v0.15.4
12242025-08-26T20:22:29.869Z Compiling utf16_iter v1.0.5
12252025-08-26T20:22:29.960Z Compiling utf8_iter v1.0.4
12262025-08-26T20:22:29.985Z Compiling equivalent v1.0.2
12272025-08-26T20:22:30.111Z Compiling quote v1.0.40
12282025-08-26T20:22:30.149Z Compiling errno v0.3.12
12292025-08-26T20:22:30.239Z Compiling rustix v0.38.37
12302025-08-26T20:22:30.278Z Compiling write16 v1.0.0
12312025-08-26T20:22:30.305Z Compiling typeid v1.0.3
12322025-08-26T20:22:30.338Z Compiling icu_normalizer_data v1.5.0
12332025-08-26T20:22:30.422Z Compiling smallvec v1.15.1
12342025-08-26T20:22:30.517Z Compiling syn v2.0.104
12352025-08-26T20:22:30.792Z Compiling proc-macro-error-attr v1.0.4
12362025-08-26T20:22:30.919Z Compiling indexmap v2.10.0
12372025-08-26T20:22:30.944Z Compiling usdt-impl v0.5.0
12382025-08-26T20:22:30.977Z Compiling winnow v0.7.10
12392025-08-26T20:22:31.039Z Compiling syn v1.0.109
12402025-08-26T20:22:31.196Z Compiling toml_write v0.1.2
12412025-08-26T20:22:31.321Z Compiling thread-id v4.2.2
12422025-08-26T20:22:31.721Z Compiling proc-macro-error v1.0.4
12432025-08-26T20:22:31.849Z Compiling camino v1.1.11
12442025-08-26T20:22:31.886Z Compiling utf8parse v0.2.2
12452025-08-26T20:22:32.116Z Compiling percent-encoding v2.3.1
12462025-08-26T20:22:32.146Z Compiling getrandom v0.3.1
12472025-08-26T20:22:32.490Z Compiling plain v0.2.3
12482025-08-26T20:22:32.560Z Compiling rustix v1.0.7
12492025-08-26T20:22:32.663Z Compiling log v0.4.27
12502025-08-26T20:22:32.751Z Compiling thiserror v2.0.12
12512025-08-26T20:22:33.021Z Compiling semver v1.0.26
12522025-08-26T20:22:33.087Z Compiling terminal_size v0.4.0
12532025-08-26T20:22:33.216Z Compiling form_urlencoded v1.2.1
12542025-08-26T20:22:33.569Z Compiling ordered-float v2.10.1
12552025-08-26T20:22:33.594Z Compiling anstyle-parse v0.2.5
12562025-08-26T20:22:33.942Z Compiling is_terminal_polyfill v1.70.1
12572025-08-26T20:22:33.981Z Compiling colorchoice v1.0.2
12582025-08-26T20:22:34.106Z Compiling pretty-hex v0.4.1
12592025-08-26T20:22:34.132Z Compiling anstyle-query v1.1.1
12602025-08-26T20:22:34.200Z Compiling cfg-if v1.0.1
12612025-08-26T20:22:34.315Z Compiling anstyle v1.0.11
12622025-08-26T20:22:34.733Z Compiling fs-err v3.1.1
12632025-08-26T20:22:34.877Z Compiling anstream v0.6.18
12642025-08-26T20:22:34.929Z Compiling bytecount v0.6.8
12652025-08-26T20:22:35.131Z Compiling heck v0.5.0
12662025-08-26T20:22:35.204Z Compiling clap_lex v0.7.4
12672025-08-26T20:22:35.331Z Compiling anyhow v1.0.99
12682025-08-26T20:22:35.651Z Compiling strsim v0.11.1
12692025-08-26T20:22:35.677Z Compiling unicode-width v0.1.14
12702025-08-26T20:22:35.702Z Compiling fnv v1.0.7
12712025-08-26T20:22:35.942Z Compiling unicode-xid v0.2.6
12722025-08-26T20:22:36.284Z Compiling heck v0.4.1
12732025-08-26T20:22:36.333Z Compiling fastrand v2.1.1
12742025-08-26T20:22:36.424Z Compiling papergrid v0.11.0
12752025-08-26T20:22:36.534Z Compiling clap_builder v4.5.41
12762025-08-26T20:22:36.760Z Compiling tempfile v3.20.0
12772025-08-26T20:22:37.680Z Compiling memmap v0.7.0
12782025-08-26T20:22:37.706Z Compiling unicode-width v0.2.0
12792025-08-26T20:22:37.731Z Compiling smawk v0.3.2
12802025-08-26T20:22:37.992Z Compiling unicode-linebreak v0.1.5
12812025-08-26T20:22:38.503Z Compiling synstructure v0.13.1
12822025-08-26T20:22:38.707Z Compiling textwrap v0.16.2
12832025-08-26T20:22:39.112Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
12842025-08-26T20:22:39.504Z Compiling tabled_derive v0.7.0
12852025-08-26T20:22:39.657Z Compiling swrite v0.1.0
12862025-08-26T20:22:41.329Z Compiling serde_derive v1.0.219
12872025-08-26T20:22:41.329Z Compiling zerofrom-derive v0.1.4
12882025-08-26T20:22:41.355Z Compiling yoke-derive v0.7.4
12892025-08-26T20:22:41.355Z Compiling thiserror-impl v1.0.69
12902025-08-26T20:22:41.420Z Compiling zerovec-derive v0.10.3
12912025-08-26T20:22:41.832Z Compiling displaydoc v0.2.5
12922025-08-26T20:22:43.505Z Compiling icu_provider_macros v1.5.0
12932025-08-26T20:22:44.162Z Compiling zerocopy-derive v0.7.35
12942025-08-26T20:22:44.463Z Compiling scroll_derive v0.12.0
12952025-08-26T20:22:44.669Z Compiling thiserror-impl v2.0.12
12962025-08-26T20:22:44.923Z Compiling pest v2.7.14
12972025-08-26T20:22:45.121Z Compiling zerofrom v0.1.4
12982025-08-26T20:22:45.218Z Compiling clap_derive v4.5.41
12992025-08-26T20:22:45.391Z Compiling yoke v0.7.4
13002025-08-26T20:22:45.801Z Compiling zerovec v0.10.4
13012025-08-26T20:22:45.827Z Compiling scroll v0.12.0
13022025-08-26T20:22:46.443Z Compiling zerocopy v0.7.35
13032025-08-26T20:22:46.574Z Compiling goblin v0.8.2
13042025-08-26T20:22:47.389Z Compiling tabled v0.15.0
13052025-08-26T20:22:47.922Z Compiling tinystr v0.7.6
13062025-08-26T20:22:48.110Z Compiling pest_meta v2.7.14
13072025-08-26T20:22:48.136Z Compiling icu_collections v1.5.0
13082025-08-26T20:22:48.366Z Compiling icu_locid v1.5.0
13092025-08-26T20:22:49.524Z Compiling clap v4.5.41
13102025-08-26T20:22:49.641Z Compiling icu_provider v1.5.0
13112025-08-26T20:22:49.761Z Compiling pest_generator v2.7.14
13122025-08-26T20:22:50.609Z Compiling icu_locid_transform v1.5.0
13132025-08-26T20:22:52.339Z Compiling pest_derive v2.7.14
13142025-08-26T20:22:52.480Z Compiling icu_properties v1.5.1
13152025-08-26T20:22:53.175Z Compiling dtrace-parser v0.2.0
13162025-08-26T20:22:54.753Z Compiling serde_tokenstream v0.2.2
13172025-08-26T20:22:55.172Z Compiling toml_datetime v0.6.11
13182025-08-26T20:22:55.198Z Compiling serde_spanned v0.6.9
13192025-08-26T20:22:55.232Z Compiling erased-serde v0.4.6
13202025-08-26T20:22:55.578Z Compiling serde-value v0.7.0
13212025-08-26T20:22:55.889Z Compiling toml_edit v0.22.27
13222025-08-26T20:22:56.222Z Compiling icu_normalizer v1.5.0
13232025-08-26T20:22:56.750Z Compiling dof v0.3.0
13242025-08-26T20:22:56.777Z Compiling serde-untagged v0.1.7
13252025-08-26T20:22:56.850Z Compiling cargo-platform v0.2.0
13262025-08-26T20:22:57.326Z Compiling camino-tempfile v1.4.1
13272025-08-26T20:22:57.487Z Compiling macaddr v1.0.1
13282025-08-26T20:22:57.573Z Compiling idna_adapter v1.2.0
13292025-08-26T20:22:57.852Z Compiling idna v1.0.3
13302025-08-26T20:22:58.490Z Compiling url v2.5.4
13312025-08-26T20:22:58.841Z Compiling usdt-macro v0.5.0
13322025-08-26T20:22:58.888Z Compiling usdt-attr-macro v0.5.0
13332025-08-26T20:23:00.155Z Compiling usdt v0.5.0
13342025-08-26T20:23:00.296Z Compiling toml v0.8.23
13352025-08-26T20:23:01.423Z Compiling cargo-util-schemas v0.8.2
13362025-08-26T20:23:01.451Z Compiling cargo_toml v0.21.0
13372025-08-26T20:23:04.159Z Compiling cargo_metadata v0.21.0
13382025-08-26T20:23:06.932Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13392025-08-26T20:23:13.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.81s
13402025-08-26T20:23:13.362Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13412025-08-26T20:23:15.346Z Compiling value-bag v1.9.0
13422025-08-26T20:23:15.346Z Compiling shlex v1.3.0
13432025-08-26T20:23:15.346Z Compiling lock_api v0.4.12
13442025-08-26T20:23:15.346Z Compiling scopeguard v1.2.0
13452025-08-26T20:23:15.373Z Compiling typenum v1.17.0
13462025-08-26T20:23:15.373Z Compiling generic-array v0.14.7
13472025-08-26T20:23:15.373Z Compiling syn v2.0.104
13482025-08-26T20:23:15.373Z Compiling getrandom v0.2.15
13492025-08-26T20:23:15.698Z Compiling jobserver v0.1.32
13502025-08-26T20:23:15.875Z Compiling rand_core v0.6.4
13512025-08-26T20:23:15.950Z Compiling log v0.4.27
13522025-08-26T20:23:16.042Z Compiling smallvec v1.15.1
13532025-08-26T20:23:16.236Z Compiling cc v1.2.30
13542025-08-26T20:23:16.559Z Compiling portable-atomic v1.11.0
13552025-08-26T20:23:16.600Z Compiling subtle v2.6.1
13562025-08-26T20:23:16.625Z Compiling critical-section v1.1.3
13572025-08-26T20:23:16.751Z Compiling const-oid v0.9.6
13582025-08-26T20:23:16.840Z Compiling pkg-config v0.3.31
13592025-08-26T20:23:16.945Z Compiling parking_lot_core v0.9.10
13602025-08-26T20:23:17.040Z Compiling pin-project-lite v0.2.14
13612025-08-26T20:23:17.260Z Compiling rustix v0.38.37
13622025-08-26T20:23:18.048Z Compiling signal-hook-registry v1.4.2
13632025-08-26T20:23:18.094Z Compiling parking_lot v0.12.3
13642025-08-26T20:23:18.132Z Compiling mio v1.0.2
13652025-08-26T20:23:18.187Z Compiling futures-core v0.3.31
13662025-08-26T20:23:18.582Z Compiling spin v0.9.8
13672025-08-26T20:23:18.622Z Compiling socket2 v0.6.0
13682025-08-26T20:23:18.810Z Compiling aho-corasick v1.1.3
13692025-08-26T20:23:18.974Z Compiling once_cell v1.21.3
13702025-08-26T20:23:19.018Z Compiling slab v0.4.9
13712025-08-26T20:23:19.115Z Compiling serde_json v1.0.142
13722025-08-26T20:23:19.240Z Compiling getrandom v0.3.1
13732025-08-26T20:23:19.422Z Compiling foldhash v0.1.5
13742025-08-26T20:23:19.479Z Compiling libm v0.2.8
13752025-08-26T20:23:19.588Z Compiling cpufeatures v0.2.14
13762025-08-26T20:23:19.617Z Compiling regex-syntax v0.8.5
13772025-08-26T20:23:19.757Z Compiling allocator-api2 v0.2.21
13782025-08-26T20:23:19.988Z Compiling num-traits v0.2.19
13792025-08-26T20:23:20.064Z Compiling glob v0.3.2
13802025-08-26T20:23:20.141Z Compiling percent-encoding v2.3.1
13812025-08-26T20:23:20.371Z Compiling futures-sink v0.3.31
13822025-08-26T20:23:20.509Z Compiling hashbrown v0.15.4
13832025-08-26T20:23:20.555Z Compiling either v1.15.0
13842025-08-26T20:23:20.582Z Compiling futures-channel v0.3.31
13852025-08-26T20:23:21.026Z Compiling clang-sys v1.8.1
13862025-08-26T20:23:21.442Z Compiling futures-io v0.3.31
13872025-08-26T20:23:21.667Z Compiling futures-task v0.3.31
13882025-08-26T20:23:21.788Z Compiling prettyplease v0.2.36
13892025-08-26T20:23:21.968Z Compiling pin-utils v0.1.0
13902025-08-26T20:23:22.153Z Compiling lazy_static v1.5.0
13912025-08-26T20:23:22.187Z Compiling minimal-lexical v0.2.1
13922025-08-26T20:23:22.223Z Compiling libloading v0.8.5
13932025-08-26T20:23:22.364Z Compiling base64ct v1.6.0
13942025-08-26T20:23:22.638Z Compiling nom v7.1.3
13952025-08-26T20:23:22.749Z Compiling bindgen v0.69.5
13962025-08-26T20:23:22.774Z Compiling home v0.5.9
13972025-08-26T20:23:23.044Z Compiling pem-rfc7468 v0.7.0
13982025-08-26T20:23:23.915Z Compiling synstructure v0.13.1
13992025-08-26T20:23:23.982Z Compiling regex-automata v0.4.8
14002025-08-26T20:23:24.599Z Compiling itertools v0.12.1
14012025-08-26T20:23:25.484Z Compiling lazycell v1.3.0
14022025-08-26T20:23:25.720Z Compiling rustc-hash v1.1.0
14032025-08-26T20:23:25.966Z Compiling flagset v0.4.6
14042025-08-26T20:23:26.148Z Compiling cmake v0.1.51
14052025-08-26T20:23:26.380Z Compiling cexpr v0.6.0
14062025-08-26T20:23:26.650Z Compiling dunce v1.0.5
14072025-08-26T20:23:26.836Z Compiling fs_extra v1.3.0
14082025-08-26T20:23:27.160Z Compiling form_urlencoded v1.2.1
14092025-08-26T20:23:27.429Z Compiling paste v1.0.15
14102025-08-26T20:23:27.529Z Compiling vcpkg v0.2.15
14112025-08-26T20:23:27.761Z Compiling ring v0.17.14
14122025-08-26T20:23:28.111Z Compiling tracing-core v0.1.32
14132025-08-26T20:23:28.174Z Compiling aws-lc-rs v1.12.4
14142025-08-26T20:23:28.748Z Compiling iana-time-zone v0.1.63
14152025-08-26T20:23:29.109Z Compiling serde_derive v1.0.219
14162025-08-26T20:23:29.220Z Compiling zeroize_derive v1.4.2
14172025-08-26T20:23:29.403Z Compiling zerofrom-derive v0.1.4
14182025-08-26T20:23:29.461Z Compiling yoke-derive v0.7.4
14192025-08-26T20:23:29.611Z Compiling zerovec-derive v0.10.3
14202025-08-26T20:23:30.853Z Compiling zeroize v1.8.1
14212025-08-26T20:23:32.575Z Compiling displaydoc v0.2.5
14222025-08-26T20:23:32.792Z Compiling tokio-macros v2.5.0
14232025-08-26T20:23:33.130Z Compiling crypto-common v0.1.6
14242025-08-26T20:23:33.450Z Compiling block-buffer v0.10.4
14252025-08-26T20:23:33.477Z Compiling zerofrom v0.1.4
14262025-08-26T20:23:33.792Z Compiling digest v0.10.7
14272025-08-26T20:23:33.838Z Compiling yoke v0.7.4
14282025-08-26T20:23:34.363Z Compiling zerovec v0.10.4
14292025-08-26T20:23:34.388Z Compiling zerocopy-derive v0.7.35
14302025-08-26T20:23:34.388Z Compiling hmac v0.12.1
14312025-08-26T20:23:34.446Z Compiling icu_provider_macros v1.5.0
14322025-08-26T20:23:34.709Z Compiling block-padding v0.3.3
14332025-08-26T20:23:34.735Z Compiling futures-macro v0.3.31
14342025-08-26T20:23:34.799Z Compiling sha2 v0.10.9
14352025-08-26T20:23:35.011Z Compiling inout v0.1.3
14362025-08-26T20:23:35.336Z Compiling cipher v0.4.4
14372025-08-26T20:23:35.606Z Compiling regex v1.11.1
14382025-08-26T20:23:36.029Z Compiling der_derive v0.7.3
14392025-08-26T20:23:36.446Z Compiling tinystr v0.7.6
14402025-08-26T20:23:36.768Z Compiling icu_collections v1.5.0
14412025-08-26T20:23:36.837Z Compiling zerocopy v0.7.35
14422025-08-26T20:23:36.975Z Compiling icu_locid v1.5.0
14432025-08-26T20:23:37.003Z Compiling thiserror-impl v1.0.69
14442025-08-26T20:23:37.032Z Compiling futures-util v0.3.31
14452025-08-26T20:23:37.502Z Compiling serde v1.0.219
14462025-08-26T20:23:38.270Z Compiling icu_provider v1.5.0
14472025-08-26T20:23:38.503Z Compiling ppv-lite86 v0.2.20
14482025-08-26T20:23:38.595Z Compiling salsa20 v0.10.2
14492025-08-26T20:23:38.656Z Compiling der v0.7.9
14502025-08-26T20:23:38.869Z Compiling pbkdf2 v0.12.2
14512025-08-26T20:23:39.087Z Compiling icu_locid_transform v1.5.0
14522025-08-26T20:23:39.191Z Compiling scrypt v0.11.0
14532025-08-26T20:23:39.346Z Compiling cbc v0.1.2
14542025-08-26T20:23:39.374Z Compiling aes v0.8.4
14552025-08-26T20:23:39.692Z Compiling openssl-sys v0.9.109
14562025-08-26T20:23:39.747Z Compiling tracing-attributes v0.1.27
14572025-08-26T20:23:40.183Z Compiling thiserror v1.0.69
14582025-08-26T20:23:40.372Z Compiling pest v2.7.14
14592025-08-26T20:23:40.861Z Compiling icu_properties v1.5.1
14602025-08-26T20:23:41.816Z Compiling spki v0.7.3
14612025-08-26T20:23:42.049Z Compiling scroll_derive v0.12.0
14622025-08-26T20:23:42.077Z Compiling rustls-pki-types v1.10.0
14632025-08-26T20:23:42.271Z Compiling pkcs5 v0.7.1
14642025-08-26T20:23:43.252Z Compiling bitflags v2.9.1
14652025-08-26T20:23:43.290Z Compiling bytes v1.10.1
14662025-08-26T20:23:43.409Z Compiling semver v1.0.26
14672025-08-26T20:23:43.436Z Compiling indexmap v2.10.0
14682025-08-26T20:23:43.548Z Compiling uuid v1.17.0
14692025-08-26T20:23:43.749Z Compiling tracing v0.1.40
14702025-08-26T20:23:44.286Z Compiling rustc_version v0.4.1
14712025-08-26T20:23:44.351Z Compiling pest_meta v2.7.14
14722025-08-26T20:23:44.800Z Compiling tokio v1.47.0
14732025-08-26T20:23:44.983Z Compiling icu_normalizer v1.5.0
14742025-08-26T20:23:45.159Z Compiling http v1.3.1
14752025-08-26T20:23:45.184Z Compiling chrono v0.4.41
14762025-08-26T20:23:45.931Z Compiling pkcs8 v0.10.2
14772025-08-26T20:23:46.459Z Compiling idna_adapter v1.2.0
14782025-08-26T20:23:46.737Z Compiling idna v1.0.3
14792025-08-26T20:23:46.762Z Compiling base64 v0.22.1
14802025-08-26T20:23:47.001Z Compiling http-body v1.0.1
14812025-08-26T20:23:47.428Z Compiling url v2.5.4
14822025-08-26T20:23:47.529Z Compiling rustversion v1.0.17
14832025-08-26T20:23:47.691Z Compiling which v4.4.2
14842025-08-26T20:23:48.389Z Compiling httparse v1.9.5
14852025-08-26T20:23:48.486Z Compiling tinyvec_macros v0.1.1
14862025-08-26T20:23:48.615Z Compiling tinyvec v1.8.0
14872025-08-26T20:23:48.866Z Compiling pest_generator v2.7.14
14882025-08-26T20:23:48.893Z Compiling scroll v0.12.0
14892025-08-26T20:23:48.982Z Compiling serde_derive_internals v0.29.1
14902025-08-26T20:23:49.203Z Compiling rand_core v0.9.3
14912025-08-26T20:23:49.376Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14922025-08-26T20:23:49.489Z Compiling bzip2-sys v0.1.13+1.0.8
14932025-08-26T20:23:49.792Z Compiling tower-service v0.3.3
14942025-08-26T20:23:49.959Z Compiling untrusted v0.9.0
14952025-08-26T20:23:50.052Z Compiling try-lock v0.2.5
14962025-08-26T20:23:50.233Z Compiling powerfmt v0.2.0
14972025-08-26T20:23:50.262Z Compiling time-core v0.1.2
14982025-08-26T20:23:50.287Z Compiling untrusted v0.7.1
14992025-08-26T20:23:50.324Z Compiling foreign-types-shared v0.1.1
15002025-08-26T20:23:50.492Z Compiling openssl v0.10.73
15012025-08-26T20:23:50.524Z Compiling atomic-waker v1.1.2
15022025-08-26T20:23:50.590Z Compiling adler2 v2.0.0
15032025-08-26T20:23:50.669Z Compiling openssl-probe v0.1.5
15042025-08-26T20:23:50.774Z Compiling num-conv v0.1.0
15052025-08-26T20:23:50.891Z Compiling schemars v0.8.22
15062025-08-26T20:23:50.917Z Compiling pest_derive v2.7.14
15072025-08-26T20:23:51.007Z Compiling miniz_oxide v0.8.5
15082025-08-26T20:23:51.118Z Compiling time-macros v0.2.18
15092025-08-26T20:23:51.144Z Compiling deranged v0.3.11
15102025-08-26T20:23:51.390Z Compiling foreign-types v0.3.2
15112025-08-26T20:23:51.523Z Compiling goblin v0.8.2
15122025-08-26T20:23:51.617Z Compiling schemars_derive v0.8.22
15132025-08-26T20:23:52.700Z Compiling want v0.3.1
15142025-08-26T20:23:54.274Z Compiling rand_chacha v0.9.0
15152025-08-26T20:23:55.271Z Compiling tokio-util v0.7.15
15162025-08-26T20:23:56.444Z Compiling ipnet v2.11.0
15172025-08-26T20:23:57.863Z Compiling h2 v0.4.6
15182025-08-26T20:23:58.029Z Compiling openssl-macros v0.1.1
15192025-08-26T20:23:58.081Z Compiling dyn-clone v1.0.20
15202025-08-26T20:23:58.234Z Compiling rustls v0.23.19
15212025-08-26T20:23:58.427Z Compiling native-tls v0.2.12
15222025-08-26T20:23:58.670Z Compiling syn v1.0.109
15232025-08-26T20:23:58.885Z Compiling httpdate v1.0.3
15242025-08-26T20:23:59.070Z Compiling crossbeam-utils v0.8.21
15252025-08-26T20:23:59.475Z Compiling num_threads v0.1.7
15262025-08-26T20:23:59.513Z Compiling zerocopy v0.8.26
15272025-08-26T20:23:59.655Z Compiling time v0.3.36
15282025-08-26T20:24:00.458Z Compiling dof v0.3.0
15292025-08-26T20:24:02.579Z Compiling rand v0.9.2
15302025-08-26T20:24:03.004Z Compiling dtrace-parser v0.2.0
15312025-08-26T20:24:04.504Z Compiling unicode-normalization v0.1.24
15322025-08-26T20:24:04.867Z Compiling heapless v0.7.17
15332025-08-26T20:24:05.070Z Compiling signature v2.2.0
15342025-08-26T20:24:05.300Z Compiling zerocopy-derive v0.8.26
15352025-08-26T20:24:05.362Z Compiling crc32fast v1.4.2
15362025-08-26T20:24:05.417Z Compiling cookie v0.18.1
15372025-08-26T20:24:05.561Z Compiling zstd-safe v7.2.3
15382025-08-26T20:24:05.724Z Compiling slog v2.7.0
15392025-08-26T20:24:05.759Z Compiling signal-hook v0.3.18
15402025-08-26T20:24:06.037Z Compiling zlib-rs v0.5.1
15412025-08-26T20:24:06.187Z Compiling siphasher v0.3.11
15422025-08-26T20:24:06.400Z Compiling unicode-bidi v0.3.17
15432025-08-26T20:24:06.671Z Compiling hyper v1.6.0
15442025-08-26T20:24:06.750Z Compiling unicode-properties v0.1.3
15452025-08-26T20:24:07.816Z Compiling stringprep v0.1.5
15462025-08-26T20:24:08.266Z Compiling phf_shared v0.11.2
15472025-08-26T20:24:08.903Z Compiling usdt-impl v0.5.0
15482025-08-26T20:24:09.650Z Compiling hyper-util v0.1.16
15492025-08-26T20:24:10.334Z Compiling curve25519-dalek v4.1.3
15502025-08-26T20:24:10.568Z Compiling toml_datetime v0.6.11
15512025-08-26T20:24:10.863Z Compiling serde_tokenstream v0.2.2
15522025-08-26T20:24:11.140Z Compiling serde_spanned v0.6.9
15532025-08-26T20:24:11.191Z Compiling rand_chacha v0.3.1
15542025-08-26T20:24:11.443Z Compiling md-5 v0.10.6
15552025-08-26T20:24:11.720Z Compiling num-integer v0.1.46
15562025-08-26T20:24:11.810Z Compiling sync_wrapper v1.0.1
15572025-08-26T20:24:12.068Z Compiling hash32 v0.2.1
15582025-08-26T20:24:12.463Z Compiling ff v0.13.0
15592025-08-26T20:24:12.591Z Compiling libz-rs-sys v0.5.1
15602025-08-26T20:24:12.795Z Compiling memoffset v0.9.1
15612025-08-26T20:24:12.845Z Compiling litrs v0.4.1
15622025-08-26T20:24:12.930Z Compiling tower-layer v0.3.3
15632025-08-26T20:24:13.156Z Compiling gimli v0.31.1
15642025-08-26T20:24:13.265Z Compiling fallible-iterator v0.2.0
15652025-08-26T20:24:13.476Z Compiling smoltcp v0.9.1
15662025-08-26T20:24:13.611Z Compiling num-bigint-dig v0.8.4
15672025-08-26T20:24:14.055Z Compiling newtype-uuid v1.2.4
15682025-08-26T20:24:14.105Z Compiling base16ct v0.2.0
15692025-08-26T20:24:14.105Z Compiling psl-types v2.0.11
15702025-08-26T20:24:14.151Z Compiling cfg_aliases v0.2.1
15712025-08-26T20:24:14.321Z Compiling document-features v0.2.11
15722025-08-26T20:24:14.379Z Compiling nix v0.29.0
15732025-08-26T20:24:14.428Z Compiling sec1 v0.7.3
15742025-08-26T20:24:14.480Z Compiling publicsuffix v2.3.0
15752025-08-26T20:24:14.550Z Compiling postgres-protocol v0.6.8
15762025-08-26T20:24:14.852Z Compiling tower v0.5.2
15772025-08-26T20:24:15.164Z Compiling flate2 v1.1.2
15782025-08-26T20:24:15.209Z Compiling group v0.13.0
15792025-08-26T20:24:15.856Z Compiling num-iter v0.1.45
15802025-08-26T20:24:15.900Z Compiling rand v0.8.5
15812025-08-26T20:24:17.144Z Compiling tokio-native-tls v0.3.1
15822025-08-26T20:24:17.189Z Compiling ipnetwork v0.21.1
15832025-08-26T20:24:17.226Z Compiling strum_macros v0.27.1
15842025-08-26T20:24:17.373Z Compiling rustls-native-certs v0.8.1
15852025-08-26T20:24:17.494Z Compiling terminal_size v0.4.0
15862025-08-26T20:24:17.776Z Compiling http-body-util v0.1.3
15872025-08-26T20:24:17.982Z Compiling addr2line v0.24.2
15882025-08-26T20:24:18.012Z Compiling webpki-roots v1.0.1
15892025-08-26T20:24:18.105Z Compiling hkdf v0.12.4
15902025-08-26T20:24:18.240Z Compiling crypto-bigint v0.5.5
15912025-08-26T20:24:18.332Z Compiling thiserror-impl v2.0.12
15922025-08-26T20:24:18.423Z Compiling async-trait v0.1.88
15932025-08-26T20:24:18.464Z Compiling curve25519-dalek-derive v0.1.1
15942025-08-26T20:24:18.770Z Compiling object v0.36.5
15952025-08-26T20:24:19.950Z Compiling fs-err v3.1.1
15962025-08-26T20:24:20.299Z Compiling ahash v0.8.12
15972025-08-26T20:24:20.684Z Compiling rustc-demangle v0.1.24
15982025-08-26T20:24:20.854Z Compiling bitflags v1.3.2
15992025-08-26T20:24:20.997Z Compiling iri-string v0.7.8
16002025-08-26T20:24:21.700Z Compiling lockfree-object-pool v0.1.6
16012025-08-26T20:24:21.732Z Compiling bumpalo v3.16.0
16022025-08-26T20:24:22.061Z Compiling winnow v0.5.40
16032025-08-26T20:24:22.239Z Compiling buf-list v1.0.3
16042025-08-26T20:24:22.430Z Compiling rustix v1.0.7
16052025-08-26T20:24:22.707Z Compiling hubpack_derive v0.1.1
16062025-08-26T20:24:23.092Z Compiling managed v0.8.0
16072025-08-26T20:24:23.202Z Compiling simd-adler32 v0.3.7
16082025-08-26T20:24:23.612Z Compiling anyhow v1.0.99
16092025-08-26T20:24:23.771Z Compiling clap_builder v4.5.41
16102025-08-26T20:24:23.871Z Compiling zopfli v0.8.1
16112025-08-26T20:24:24.759Z Compiling tower-http v0.6.6
16122025-08-26T20:24:25.544Z Compiling hubpack v0.1.2
16132025-08-26T20:24:25.756Z Compiling strum v0.27.2
16142025-08-26T20:24:25.793Z Compiling toml_edit v0.19.15
16152025-08-26T20:24:26.000Z Compiling backtrace v0.3.74
16162025-08-26T20:24:26.041Z Compiling thiserror v2.0.12
16172025-08-26T20:24:26.103Z Compiling elliptic-curve v0.13.8
16182025-08-26T20:24:26.699Z Compiling hyper-tls v0.6.0
16192025-08-26T20:24:27.144Z Compiling oxnet v0.1.3
16202025-08-26T20:24:27.173Z Compiling zstd v0.13.3
16212025-08-26T20:24:27.790Z Compiling cookie_store v0.21.1
16222025-08-26T20:24:28.201Z Compiling signal-hook-mio v0.2.4
16232025-08-26T20:24:28.431Z Compiling postgres-types v0.2.9
16242025-08-26T20:24:29.477Z Compiling usdt-macro v0.5.0
16252025-08-26T20:24:29.825Z Compiling usdt-attr-macro v0.5.0
16262025-08-26T20:24:29.850Z Compiling phf v0.11.2
16272025-08-26T20:24:30.206Z Compiling ed25519 v2.2.3
16282025-08-26T20:24:31.047Z Compiling bzip2 v0.4.4
16292025-08-26T20:24:31.528Z Compiling bzip2 v0.5.2
16302025-08-26T20:24:31.631Z Compiling strum_macros v0.26.4
16312025-08-26T20:24:31.969Z Compiling pkcs1 v0.7.5
16322025-08-26T20:24:32.368Z Compiling serde-big-array v0.5.1
16332025-08-26T20:24:32.412Z Compiling serde_urlencoded v0.7.1
16342025-08-26T20:24:32.719Z Compiling rfc6979 v0.4.0
16352025-08-26T20:24:32.983Z Compiling bstr v1.10.0
16362025-08-26T20:24:33.034Z Compiling daft-derive v0.1.4
16372025-08-26T20:24:33.059Z Compiling clap_derive v4.5.41
16382025-08-26T20:24:33.491Z Compiling serde_repr v0.1.19
16392025-08-26T20:24:34.724Z Compiling enum-as-inner v0.6.1
16402025-08-26T20:24:34.776Z Compiling float-cmp v0.10.0
16412025-08-26T20:24:34.805Z Compiling socket2 v0.5.10
16422025-08-26T20:24:34.839Z Compiling encoding_rs v0.8.34
16432025-08-26T20:24:35.073Z Compiling normalize-line-endings v0.3.0
16442025-08-26T20:24:35.258Z Compiling mime v0.3.17
16452025-08-26T20:24:35.805Z Compiling whoami v1.5.2
16462025-08-26T20:24:35.842Z Compiling static_assertions v1.1.0
16472025-08-26T20:24:35.872Z Compiling unicode-segmentation v1.12.0
16482025-08-26T20:24:36.041Z Compiling predicates-core v1.0.8
16492025-08-26T20:24:36.500Z Compiling new_debug_unreachable v1.0.6
16502025-08-26T20:24:36.582Z Compiling fixedbitset v0.4.2
16512025-08-26T20:24:36.653Z Compiling precomputed-hash v0.1.1
16522025-08-26T20:24:36.715Z Compiling data-encoding v2.9.0
16532025-08-26T20:24:36.804Z Compiling difflib v0.4.0
16542025-08-26T20:24:36.888Z Compiling string_cache v0.8.9
16552025-08-26T20:24:37.116Z Compiling petgraph v0.6.5
16562025-08-26T20:24:37.551Z Compiling hickory-proto v0.25.2
16572025-08-26T20:24:37.855Z Compiling clap v4.5.41
16582025-08-26T20:24:38.003Z Compiling predicates v3.1.3
16592025-08-26T20:24:38.216Z Compiling similar v2.7.0
16602025-08-26T20:24:38.678Z Compiling strum v0.26.3
16612025-08-26T20:24:38.703Z Compiling console v0.15.10
16622025-08-26T20:24:38.910Z Compiling tokio-postgres v0.7.13
16632025-08-26T20:24:39.646Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16642025-08-26T20:24:40.134Z Compiling toml_edit v0.22.27
16652025-08-26T20:24:40.302Z Compiling usdt v0.5.0
16662025-08-26T20:24:40.838Z Compiling daft v0.1.4
16672025-08-26T20:24:41.632Z Compiling ecdsa v0.16.9
16682025-08-26T20:24:41.717Z Compiling rsa v0.9.6
16692025-08-26T20:24:42.044Z Compiling zip v4.2.0
16702025-08-26T20:24:42.786Z Compiling zip v0.6.6
16712025-08-26T20:24:44.436Z Compiling ed25519-dalek v2.1.1
16722025-08-26T20:24:44.654Z Compiling toml v0.7.8
16732025-08-26T20:24:45.952Z Compiling crossterm v0.28.1
16742025-08-26T20:24:48.086Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16752025-08-26T20:24:48.201Z Compiling crossbeam-epoch v0.9.18
16762025-08-26T20:24:48.541Z Compiling tokio-stream v0.1.17
16772025-08-26T20:24:48.584Z Compiling openapiv3 v2.2.0
16782025-08-26T20:24:49.081Z Compiling x509-cert v0.2.5
16792025-08-26T20:24:49.593Z Compiling sha1 v0.10.6
16802025-08-26T20:24:49.786Z Compiling itertools v0.13.0
16812025-08-26T20:24:50.169Z Compiling itertools v0.10.5
16822025-08-26T20:24:50.547Z Compiling dirs-sys-next v0.1.2
16832025-08-26T20:24:50.999Z Compiling winnow v0.6.26
16842025-08-26T20:24:51.176Z Compiling peg-runtime v0.8.5
16852025-08-26T20:24:51.347Z Compiling lalrpop-util v0.19.12
16862025-08-26T20:24:51.769Z Compiling rustc-hash v2.1.1
16872025-08-26T20:24:51.996Z Compiling dirs-next v2.0.0
16882025-08-26T20:24:52.021Z Compiling thread_local v1.1.8
16892025-08-26T20:24:52.240Z Compiling slog-async v2.8.0
16902025-08-26T20:24:52.573Z Compiling term v0.7.0
16912025-08-26T20:24:52.925Z Compiling crossbeam-channel v0.5.15
16922025-08-26T20:24:53.123Z Compiling xattr v1.3.1
16932025-08-26T20:24:53.307Z Compiling futures-executor v0.3.31
16942025-08-26T20:24:53.445Z Compiling filetime v0.2.25
16952025-08-26T20:24:53.582Z Compiling is-terminal v0.4.13
16962025-08-26T20:24:53.755Z Compiling take_mut v0.2.2
16972025-08-26T20:24:53.846Z Compiling tar v0.4.44
16982025-08-26T20:24:53.872Z Compiling slog-term v2.9.1
16992025-08-26T20:24:53.897Z Compiling futures v0.3.31
17002025-08-26T20:24:54.000Z Compiling camino v1.1.11
17012025-08-26T20:25:00.492Z Compiling aws-lc-sys v0.26.0
17022025-08-26T20:25:43.796Z Compiling rustls-webpki v0.102.8
17032025-08-26T20:25:52.491Z Compiling tokio-rustls v0.26.0
17042025-08-26T20:25:52.964Z Compiling hyper-rustls v0.27.7
17052025-08-26T20:25:53.461Z Compiling reqwest v0.12.22
17062025-08-26T20:26:00.079Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17072025-08-26T20:26:00.685Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17082025-08-26T20:26:08.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 54s
17092025-08-26T20:26:08.561Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17102025-08-26T20:26:08.647ZAug 26 20:26:08.538 INFO Starting download, target: Cockroach
17112025-08-26T20:26:08.647ZAug 26 20:26:08.539 INFO Starting download, target: Clickhouse
17122025-08-26T20:26:08.647ZAug 26 20:26:08.539 INFO Starting download, target: Console
17132025-08-26T20:26:08.647ZAug 26 20:26:08.539 INFO Starting download, target: DendriteStub
17142025-08-26T20:26:08.647ZAug 26 20:26:08.539 INFO Starting download, target: MaghemiteMgd
17152025-08-26T20:26:08.647ZAug 26 20:26:08.539 INFO Starting download, target: TransceiverControl
17162025-08-26T20:26:08.673ZAug 26 20:26:08.540 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17172025-08-26T20:26:08.673ZAug 26 20:26:08.541 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17182025-08-26T20:26:08.673ZAug 26 20:26:08.541 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17192025-08-26T20:26:08.673ZAug 26 20:26:08.541 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17202025-08-26T20:26:08.673ZAug 26 20:26:08.541 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17212025-08-26T20:26:08.673ZAug 26 20:26:08.541 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17222025-08-26T20:26:09.044ZAug 26 20:26:08.931 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17232025-08-26T20:26:09.386ZAug 26 20:26:09.212 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17242025-08-26T20:26:09.479ZAug 26 20:26:09.362 INFO Download complete, target: Console
17252025-08-26T20:26:09.810ZAug 26 20:26:09.699 INFO Download complete, target: TransceiverControl
17262025-08-26T20:26:11.258ZAug 26 20:26:11.149 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17272025-08-26T20:26:12.216ZAug 26 20:26:12.108 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17282025-08-26T20:26:13.402ZAug 26 20:26:13.293 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17292025-08-26T20:26:13.402ZAug 26 20:26:13.294 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17302025-08-26T20:26:16.328ZAug 26 20:26:16.202 INFO Download complete, target: DendriteStub
17312025-08-26T20:26:16.597ZAug 26 20:26:16.489 INFO Download complete, target: MaghemiteMgd
17322025-08-26T20:26:23.218ZAug 26 20:26:23.110 INFO Checking that binary works, target: Cockroach
17332025-08-26T20:26:23.493ZAug 26 20:26:23.386 INFO Download complete, target: Cockroach
17342025-08-26T20:26:25.658ZAug 26 20:26:25.548 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17352025-08-26T20:26:39.740ZAug 26 20:26:39.633 INFO Checking that binary works, target: Clickhouse
17362025-08-26T20:26:39.925ZAug 26 20:26:39.818 INFO Download complete, target: Clickhouse
17372025-08-26T20:26:39.950ZAll prerequisites installed successfully
17382025-08-26T20:26:39.950Z
17392025-08-26T20:26:39.950Zreal 5:57.663164104
17402025-08-26T20:26:39.950Zuser 19:42.092079810
17412025-08-26T20:26:39.950Zsys 3:10.259212487
17422025-08-26T20:26:39.950Ztrap 0.921460238
17432025-08-26T20:26:39.950Ztflt 0.632411386
17442025-08-26T20:26:39.950Zdflt 1.182517291
17452025-08-26T20:26:39.950Zkflt 0.013907969
17462025-08-26T20:26:39.950Zlock 52:52.305059488
17472025-08-26T20:26:39.950Zslp 1:11:24.755227855
17482025-08-26T20:26:39.950Zlat 1:22.324817240
17492025-08-26T20:26:39.950Zstop 3:03.612003645
17502025-08-26T20:26:39.950Z+ source ./tools/include/force-git-over-https.sh
17512025-08-26T20:26:39.950Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17522025-08-26T20:26:39.950Z++ (( i = 0 ))
17532025-08-26T20:26:39.950Z++ (( i < 5 ))
17542025-08-26T20:26:39.950Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17552025-08-26T20:26:39.950Z++ (( i++ ))
17562025-08-26T20:26:39.951Z++ (( i < 5 ))
17572025-08-26T20:26:39.951Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17582025-08-26T20:26:39.951Z++ (( i++ ))
17592025-08-26T20:26:39.951Z++ (( i < 5 ))
17602025-08-26T20:26:39.951Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17612025-08-26T20:26:39.976Z++ (( i++ ))
17622025-08-26T20:26:39.976Z++ (( i < 5 ))
17632025-08-26T20:26:39.976Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17642025-08-26T20:26:39.976Z++ (( i++ ))
17652025-08-26T20:26:39.976Z++ (( i < 5 ))
17662025-08-26T20:26:39.976Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17672025-08-26T20:26:39.976Z++ (( i++ ))
17682025-08-26T20:26:39.976Z++ (( i < 5 ))
17692025-08-26T20:26:39.976Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17702025-08-26T20:26:39.976Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17712025-08-26T20:26:39.976Z+ rc=0
17722025-08-26T20:26:39.976Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17732025-08-26T20:27:19.191Z+ case $rc in
17742025-08-26T20:27:19.191Z+ pfexec zfs create -p rpool/images/build/host
17752025-08-26T20:27:19.289Z+ pfexec zfs create -p rpool/images/build/recovery
17762025-08-26T20:27:19.331Z+ cargo xtask releng --output-dir /work --mkincorp
17772025-08-26T20:27:20.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
17782025-08-26T20:27:20.746Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
17792025-08-26T20:27:22.780Z Compiling proc-macro2 v1.0.95
17802025-08-26T20:27:22.780Z Compiling unicode-ident v1.0.18
17812025-08-26T20:27:22.780Z Compiling libc v0.2.174
17822025-08-26T20:27:22.813Z Compiling serde v1.0.219
17832025-08-26T20:27:22.813Z Compiling autocfg v1.4.0
17842025-08-26T20:27:22.814Z Compiling cfg-if v1.0.1
17852025-08-26T20:27:22.814Z Compiling version_check v0.9.5
17862025-08-26T20:27:23.047Z Compiling memchr v2.7.4
17872025-08-26T20:27:23.094Z Compiling shlex v1.3.0
17882025-08-26T20:27:23.218Z Compiling typenum v1.17.0
17892025-08-26T20:27:23.512Z Compiling portable-atomic v1.11.0
17902025-08-26T20:27:23.705Z Compiling generic-array v0.14.7
17912025-08-26T20:27:23.820Z Compiling lock_api v0.4.12
17922025-08-26T20:27:24.194Z Compiling value-bag v1.9.0
17932025-08-26T20:27:24.270Z Compiling getrandom v0.3.1
17942025-08-26T20:27:24.621Z Compiling libm v0.2.8
17952025-08-26T20:27:24.680Z Compiling num-traits v0.2.19
17962025-08-26T20:27:24.826Z Compiling log v0.4.27
17972025-08-26T20:27:25.020Z Compiling scopeguard v1.2.0
17982025-08-26T20:27:25.088Z Compiling serde_json v1.0.142
17992025-08-26T20:27:25.180Z Compiling quote v1.0.40
18002025-08-26T20:27:25.627Z Compiling syn v2.0.104
18012025-08-26T20:27:25.657Z Compiling jobserver v0.1.32
18022025-08-26T20:27:25.685Z Compiling parking_lot_core v0.9.10
18032025-08-26T20:27:25.738Z Compiling semver v1.0.26
18042025-08-26T20:27:25.795Z Compiling pkg-config v0.3.31
18052025-08-26T20:27:25.837Z Compiling rustix v0.38.37
18062025-08-26T20:27:25.837Z Compiling smallvec v1.15.1
18072025-08-26T20:27:26.126Z Compiling cc v1.2.30
18082025-08-26T20:27:26.316Z Compiling getrandom v0.2.15
18092025-08-26T20:27:26.458Z Compiling itoa v1.0.11
18102025-08-26T20:27:26.814Z Compiling aho-corasick v1.1.3
18112025-08-26T20:27:26.896Z Compiling slab v0.4.9
18122025-08-26T20:27:27.214Z Compiling regex-syntax v0.8.5
18132025-08-26T20:27:27.352Z Compiling errno v0.3.12
18142025-08-26T20:27:27.790Z Compiling spin v0.9.8
18152025-08-26T20:27:27.960Z Compiling subtle v2.6.1
18162025-08-26T20:27:28.149Z Compiling stable_deref_trait v1.2.0
18172025-08-26T20:27:28.409Z Compiling glob v0.3.2
18182025-08-26T20:27:28.459Z Compiling either v1.15.0
18192025-08-26T20:27:28.490Z Compiling rand_core v0.6.4
18202025-08-26T20:27:28.863Z Compiling prettyplease v0.2.36
18212025-08-26T20:27:29.177Z Compiling lazy_static v1.5.0
18222025-08-26T20:27:29.293Z Compiling clang-sys v1.8.1
18232025-08-26T20:27:29.974Z Compiling critical-section v1.1.3
18242025-08-26T20:27:30.127Z Compiling minimal-lexical v0.2.1
18252025-08-26T20:27:30.257Z Compiling heck v0.5.0
18262025-08-26T20:27:30.762Z Compiling nom v7.1.3
18272025-08-26T20:27:30.914Z Compiling once_cell v1.21.3
18282025-08-26T20:27:31.214Z Compiling libloading v0.8.5
18292025-08-26T20:27:31.265Z Compiling home v0.5.9
18302025-08-26T20:27:31.588Z Compiling regex-automata v0.4.8
18312025-08-26T20:27:31.669Z Compiling bindgen v0.69.5
18322025-08-26T20:27:31.990Z Compiling itertools v0.12.1
18332025-08-26T20:27:32.507Z Compiling paste v1.0.15
18342025-08-26T20:27:32.595Z Compiling rustc-hash v1.1.0
18352025-08-26T20:27:32.895Z Compiling lazycell v1.3.0
18362025-08-26T20:27:33.266Z Compiling cmake v0.1.51
18372025-08-26T20:27:34.172Z Compiling synstructure v0.13.1
18382025-08-26T20:27:34.627Z Compiling cexpr v0.6.0
18392025-08-26T20:27:35.647Z Compiling fs_extra v1.3.0
18402025-08-26T20:27:35.850Z Compiling dunce v1.0.5
18412025-08-26T20:27:36.591Z Compiling writeable v0.5.5
18422025-08-26T20:27:36.761Z Compiling litemap v0.7.3
18432025-08-26T20:27:37.388Z Compiling ryu v1.0.18
18442025-08-26T20:27:37.457Z Compiling foldhash v0.1.5
18452025-08-26T20:27:37.830Z Compiling percent-encoding v2.3.1
18462025-08-26T20:27:37.924Z Compiling equivalent v1.0.2
18472025-08-26T20:27:38.066Z Compiling regex v1.11.1
18482025-08-26T20:27:38.196Z Compiling allocator-api2 v0.2.21
18492025-08-26T20:27:38.309Z Compiling serde_derive v1.0.219
18502025-08-26T20:27:38.474Z Compiling zeroize_derive v1.4.2
18512025-08-26T20:27:38.543Z Compiling zerofrom-derive v0.1.4
18522025-08-26T20:27:38.617Z Compiling yoke-derive v0.7.4
18532025-08-26T20:27:39.154Z Compiling zerovec-derive v0.10.3
18542025-08-26T20:27:39.188Z Compiling displaydoc v0.2.5
18552025-08-26T20:27:39.873Z Compiling icu_provider_macros v1.5.0
18562025-08-26T20:27:40.963Z Compiling zeroize v1.8.1
18572025-08-26T20:27:41.001Z Compiling tokio-macros v2.5.0
18582025-08-26T20:27:41.681Z Compiling zerocopy-derive v0.7.35
18592025-08-26T20:27:41.737Z Compiling futures-macro v0.3.31
18602025-08-26T20:27:42.024Z Compiling zerofrom v0.1.4
18612025-08-26T20:27:42.394Z Compiling yoke v0.7.4
18622025-08-26T20:27:42.573Z Compiling schemars v0.8.22
18632025-08-26T20:27:42.895Z Compiling zerovec v0.10.4
18642025-08-26T20:27:42.931Z Compiling pin-project-lite v0.2.14
18652025-08-26T20:27:43.190Z Compiling hashbrown v0.15.4
18662025-08-26T20:27:43.321Z Compiling serde_derive_internals v0.29.1
18672025-08-26T20:27:43.622Z Compiling icu_locid_transform_data v1.5.0
18682025-08-26T20:27:43.829Z Compiling crypto-common v0.1.6
18692025-08-26T20:27:44.245Z Compiling der_derive v0.7.3
18702025-08-26T20:27:44.636Z Compiling ring v0.17.14
18712025-08-26T20:27:45.116Z Compiling icu_properties_data v1.5.0
18722025-08-26T20:27:45.544Z Compiling tinystr v0.7.6
18732025-08-26T20:27:45.611Z Compiling schemars_derive v0.8.22
18742025-08-26T20:27:45.753Z Compiling icu_collections v1.5.0
18752025-08-26T20:27:46.310Z Compiling icu_locid v1.5.0
18762025-08-26T20:27:46.676Z Compiling write16 v1.0.0
18772025-08-26T20:27:46.761Z Compiling utf16_iter v1.0.5
18782025-08-26T20:27:46.836Z Compiling const-oid v0.9.6
18792025-08-26T20:27:46.914Z Compiling futures-core v0.3.31
18802025-08-26T20:27:47.133Z Compiling icu_normalizer_data v1.5.0
18812025-08-26T20:27:47.287Z Compiling aws-lc-rs v1.12.4
18822025-08-26T20:27:47.834Z Compiling byteorder v1.5.0
18832025-08-26T20:27:47.927Z Compiling icu_provider v1.5.0
18842025-08-26T20:27:48.688Z Compiling vcpkg v0.2.15
18852025-08-26T20:27:48.855Z Compiling utf8_iter v1.0.4
18862025-08-26T20:27:49.053Z Compiling icu_locid_transform v1.5.0
18872025-08-26T20:27:50.570Z Compiling openssl-sys v0.9.109
18882025-08-26T20:27:51.371Z Compiling icu_properties v1.5.1
18892025-08-26T20:27:51.471Z Compiling signal-hook-registry v1.4.2
18902025-08-26T20:27:51.925Z Compiling bitflags v2.9.1
18912025-08-26T20:27:52.078Z Compiling bytes v1.10.1
18922025-08-26T20:27:54.474Z Compiling thiserror v1.0.69
18932025-08-26T20:27:55.430Z Compiling parking_lot v0.12.3
18942025-08-26T20:27:55.860Z Compiling tracing-attributes v0.1.27
18952025-08-26T20:27:56.411Z Compiling icu_normalizer v1.5.0
18962025-08-26T20:27:56.575Z Compiling mio v1.0.2
18972025-08-26T20:27:57.156Z Compiling which v4.4.2
18982025-08-26T20:27:57.854Z Compiling idna_adapter v1.2.0
18992025-08-26T20:27:58.712Z Compiling idna v1.0.3
19002025-08-26T20:27:59.131Z Compiling block-buffer v0.10.4
19012025-08-26T20:27:59.882Z Compiling thiserror-impl v1.0.69
19022025-08-26T20:28:00.370Z Compiling form_urlencoded v1.2.1
19032025-08-26T20:28:00.883Z Compiling httparse v1.9.5
19042025-08-26T20:28:01.062Z Compiling digest v0.10.7
19052025-08-26T20:28:01.701Z Compiling socket2 v0.6.0
19062025-08-26T20:28:01.728Z Compiling thiserror v2.0.12
19072025-08-26T20:28:02.480Z Compiling tokio v1.47.0
19082025-08-26T20:28:02.595Z Compiling url v2.5.4
19092025-08-26T20:28:02.958Z Compiling indexmap v2.10.0
19102025-08-26T20:28:03.410Z Compiling thiserror-impl v2.0.12
19112025-08-26T20:28:04.517Z Compiling futures-sink v0.3.31
19122025-08-26T20:28:04.694Z Compiling num-conv v0.1.0
19132025-08-26T20:28:04.812Z Compiling time-core v0.1.2
19142025-08-26T20:28:05.128Z Compiling time-macros v0.2.18
19152025-08-26T20:28:05.299Z Compiling futures-channel v0.3.31
19162025-08-26T20:28:07.306Z Compiling openssl v0.10.73
19172025-08-26T20:28:07.402Z Compiling fnv v1.0.7
19182025-08-26T20:28:07.894Z Compiling pin-utils v0.1.0
19192025-08-26T20:28:07.941Z Compiling futures-task v0.3.31
19202025-08-26T20:28:07.967Z Compiling futures-io v0.3.31
19212025-08-26T20:28:08.051Z Compiling zerocopy v0.7.35
19222025-08-26T20:28:08.394Z Compiling futures-util v0.3.31
19232025-08-26T20:28:08.543Z Compiling uuid v1.17.0
19242025-08-26T20:28:09.500Z Compiling openssl-macros v0.1.1
19252025-08-26T20:28:10.157Z Compiling native-tls v0.2.12
19262025-08-26T20:28:10.349Z Compiling rustls v0.23.19
19272025-08-26T20:28:10.592Z Compiling iana-time-zone v0.1.63
19282025-08-26T20:28:10.840Z Compiling cpufeatures v0.2.14
19292025-08-26T20:28:10.983Z Compiling chrono v0.4.41
19302025-08-26T20:28:11.114Z Compiling hmac v0.12.1
19312025-08-26T20:28:11.355Z Compiling rustc_version v0.4.1
19322025-08-26T20:28:11.437Z Compiling aws-lc-sys v0.26.0
19332025-08-26T20:28:13.547Z Compiling block-padding v0.3.3
19342025-08-26T20:28:13.973Z Compiling cookie v0.18.1
19352025-08-26T20:28:14.377Z Compiling inout v0.1.3
19362025-08-26T20:28:14.700Z Compiling http v1.3.1
19372025-08-26T20:28:14.899Z Compiling serde_tokenstream v0.2.2
19382025-08-26T20:28:15.217Z Compiling bzip2-sys v0.1.13+1.0.8
19392025-08-26T20:28:15.581Z Compiling dyn-clone v1.0.20
19402025-08-26T20:28:15.820Z Compiling zerocopy v0.8.26
19412025-08-26T20:28:16.692Z Compiling cipher v0.4.4
19422025-08-26T20:28:16.850Z Compiling sha2 v0.10.9
19432025-08-26T20:28:19.743Z Compiling scroll_derive v0.12.0
19442025-08-26T20:28:19.935Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19452025-08-26T20:28:19.977Z Compiling slog v2.7.0
19462025-08-26T20:28:20.005Z Compiling ucd-trie v0.1.7
19472025-08-26T20:28:20.580Z Compiling syn v1.0.109
19482025-08-26T20:28:20.634Z Compiling rustix v1.0.7
19492025-08-26T20:28:21.200Z Compiling rustls-pki-types v1.10.0
19502025-08-26T20:28:21.246Z Compiling crossbeam-utils v0.8.21
19512025-08-26T20:28:21.424Z Compiling rustversion v1.0.17
19522025-08-26T20:28:22.111Z Compiling base64ct v1.6.0
19532025-08-26T20:28:22.546Z Compiling pest v2.7.14
19542025-08-26T20:28:22.858Z Compiling pem-rfc7468 v0.7.0
19552025-08-26T20:28:23.554Z Compiling ppv-lite86 v0.2.20
19562025-08-26T20:28:24.753Z Compiling zerocopy-derive v0.8.26
19572025-08-26T20:28:25.300Z Compiling litrs v0.4.1
19582025-08-26T20:28:25.920Z Compiling flagset v0.4.6
19592025-08-26T20:28:26.233Z Compiling der v0.7.9
19602025-08-26T20:28:26.361Z Compiling document-features v0.2.11
19612025-08-26T20:28:26.640Z Compiling pest_meta v2.7.14
19622025-08-26T20:28:29.310Z Compiling tokio-util v0.7.15
19632025-08-26T20:28:30.523Z Compiling tracing-core v0.1.32
19642025-08-26T20:28:30.573Z Compiling newtype-uuid v1.2.4
19652025-08-26T20:28:30.901Z Compiling powerfmt v0.2.0
19662025-08-26T20:28:30.994Z Compiling base64 v0.22.1
19672025-08-26T20:28:32.216Z Compiling untrusted v0.9.0
19682025-08-26T20:28:32.569Z Compiling untrusted v0.7.1
19692025-08-26T20:28:33.140Z Compiling tracing v0.1.40
19702025-08-26T20:28:33.976Z Compiling deranged v0.3.11
19712025-08-26T20:28:34.345Z Compiling spki v0.7.3
19722025-08-26T20:28:34.393Z Compiling pest_generator v2.7.14
19732025-08-26T20:28:34.799Z Compiling salsa20 v0.10.2
19742025-08-26T20:28:34.893Z Compiling http-body v1.0.1
19752025-08-26T20:28:35.214Z Compiling pbkdf2 v0.12.2
19762025-08-26T20:28:36.127Z Compiling num_threads v0.1.7
19772025-08-26T20:28:36.445Z Compiling atomic-waker v1.1.2
19782025-08-26T20:28:36.757Z Compiling time v0.3.36
19792025-08-26T20:28:36.867Z Compiling pest_derive v2.7.14
19802025-08-26T20:28:39.163Z Compiling scrypt v0.11.0
19812025-08-26T20:28:39.806Z Compiling cbc v0.1.2
19822025-08-26T20:28:39.869Z Compiling aes v0.8.4
19832025-08-26T20:28:41.371Z Compiling usdt-impl v0.5.0
19842025-08-26T20:28:41.654Z Compiling num-bigint-dig v0.8.4
19852025-08-26T20:28:41.834Z Compiling tower-service v0.3.3
19862025-08-26T20:28:42.159Z Compiling try-lock v0.2.5
19872025-08-26T20:28:42.195Z Compiling zstd-safe v7.2.3
19882025-08-26T20:28:42.475Z Compiling want v0.3.1
19892025-08-26T20:28:42.722Z Compiling pkcs5 v0.7.1
19902025-08-26T20:28:43.821Z Compiling h2 v0.4.6
19912025-08-26T20:28:44.864Z Compiling scroll v0.12.0
19922025-08-26T20:28:45.661Z Compiling heapless v0.7.17
19932025-08-26T20:28:46.388Z Compiling ipnet v2.11.0
19942025-08-26T20:28:46.599Z Compiling async-trait v0.1.88
19952025-08-26T20:28:52.064Z Compiling ahash v0.8.12
19962025-08-26T20:28:52.234Z Compiling signal-hook v0.3.18
19972025-08-26T20:28:52.234Z Compiling plain v0.2.3
19982025-08-26T20:28:52.234Z Compiling openssl-probe v0.1.5
19992025-08-26T20:28:52.234Z Compiling foreign-types-shared v0.1.1
20002025-08-26T20:28:52.234Z Compiling anyhow v1.0.99
20012025-08-26T20:28:52.234Z Compiling httpdate v1.0.3
20022025-08-26T20:28:52.234Z Compiling foreign-types v0.3.2
20032025-08-26T20:28:52.234Z Compiling goblin v0.8.2
20042025-08-26T20:28:52.273Z Compiling pkcs8 v0.10.2
20052025-08-26T20:28:55.429Z Compiling hyper v1.6.0
20062025-08-26T20:28:55.775Z Compiling daft-derive v0.1.4
20072025-08-26T20:29:00.547Z Compiling pretty-hex v0.4.1
20082025-08-26T20:29:00.924Z Compiling tinyvec_macros v0.1.1
20092025-08-26T20:29:01.035Z Compiling strsim v0.11.1
20102025-08-26T20:29:01.158Z Compiling tinyvec v1.8.0
20112025-08-26T20:29:01.931Z Compiling dof v0.3.0
20122025-08-26T20:29:02.935Z Compiling hyper-util v0.1.16
20132025-08-26T20:29:08.345Z Compiling dtrace-parser v0.2.0
20142025-08-26T20:29:08.563Z Compiling curve25519-dalek v4.1.3
20152025-08-26T20:29:09.227Z Compiling rand_core v0.9.3
20162025-08-26T20:29:09.728Z Compiling clap_derive v4.5.41
20172025-08-26T20:29:10.984Z Compiling thread-id v4.2.2
20182025-08-26T20:29:11.184Z Compiling memoffset v0.9.1
20192025-08-26T20:29:11.903Z Compiling smoltcp v0.9.1
20202025-08-26T20:29:13.185Z Compiling adler2 v2.0.0
20212025-08-26T20:29:13.718Z Compiling miniz_oxide v0.8.5
20222025-08-26T20:29:18.945Z Compiling rand_chacha v0.9.0
20232025-08-26T20:29:21.987Z Compiling http-body-util v0.1.3
20242025-08-26T20:29:22.572Z Compiling strum_macros v0.26.4
20252025-08-26T20:29:26.012Z Compiling sync_wrapper v1.0.1
20262025-08-26T20:29:26.217Z Compiling encoding_rs v0.8.34
20272025-08-26T20:29:26.299Z Compiling mime v0.3.17
20282025-08-26T20:29:26.764Z Compiling cfg_aliases v0.2.1
20292025-08-26T20:29:27.050Z Compiling tower-layer v0.3.3
20302025-08-26T20:29:27.469Z Compiling psl-types v2.0.11
20312025-08-26T20:29:27.503Z Compiling buf-list v1.0.3
20322025-08-26T20:29:27.587Z Compiling tower v0.5.2
20332025-08-26T20:29:27.771Z Compiling publicsuffix v2.3.0
20342025-08-26T20:29:28.798Z Compiling nix v0.29.0
20352025-08-26T20:29:32.948Z Compiling rand v0.9.2
20362025-08-26T20:29:34.382Z Compiling tokio-native-tls v0.3.1
20372025-08-26T20:29:37.418Z Compiling unicode-normalization v0.1.24
20382025-08-26T20:29:37.661Z Compiling rustls-native-certs v0.8.1
20392025-08-26T20:29:37.792Z Compiling hubpack_derive v0.1.1
20402025-08-26T20:29:38.322Z Compiling strum_macros v0.27.1
20412025-08-26T20:29:38.659Z Compiling webpki-roots v1.0.1
20422025-08-26T20:29:38.975Z Compiling openapiv3 v2.2.0
20432025-08-26T20:29:39.029Z Compiling signature v2.2.0
20442025-08-26T20:29:39.390Z Compiling serde_urlencoded v0.7.1
20452025-08-26T20:29:39.456Z Compiling serde_spanned v0.6.9
20462025-08-26T20:29:39.888Z Compiling toml_datetime v0.6.11
20472025-08-26T20:29:40.122Z Compiling curve25519-dalek-derive v0.1.1
20482025-08-26T20:29:40.824Z Compiling fs-err v3.1.1
20492025-08-26T20:29:41.379Z Compiling crc32fast v1.4.2
20502025-08-26T20:29:41.465Z Compiling zlib-rs v0.5.1
20512025-08-26T20:29:41.657Z Compiling anstyle v1.0.11
20522025-08-26T20:29:41.847Z Compiling siphasher v0.3.11
20532025-08-26T20:29:42.225Z Compiling unicode-properties v0.1.3
20542025-08-26T20:29:42.340Z Compiling iri-string v0.7.8
20552025-08-26T20:29:42.729Z Compiling unicode-bidi v0.3.17
20562025-08-26T20:29:43.456Z Compiling utf8parse v0.2.2
20572025-08-26T20:29:43.697Z Compiling stringprep v0.1.5
20582025-08-26T20:29:43.878Z Compiling anstyle-parse v0.2.5
20592025-08-26T20:29:44.332Z Compiling phf_shared v0.11.2
20602025-08-26T20:29:47.055Z Compiling tower-http v0.6.6
20612025-08-26T20:29:47.270Z Compiling libz-rs-sys v0.5.1
20622025-08-26T20:29:49.069Z Compiling hyper-tls v0.6.0
20632025-08-26T20:29:49.512Z Compiling cookie_store v0.21.1
20642025-08-26T20:29:49.710Z Compiling usdt-macro v0.5.0
20652025-08-26T20:29:49.769Z Compiling usdt-attr-macro v0.5.0
20662025-08-26T20:29:50.348Z Compiling rand_chacha v0.3.1
20672025-08-26T20:29:51.519Z Compiling md-5 v0.10.6
20682025-08-26T20:29:51.560Z Compiling num-integer v0.1.46
20692025-08-26T20:29:51.697Z Compiling hash32 v0.2.1
20702025-08-26T20:29:52.537Z Compiling ff v0.13.0
20712025-08-26T20:29:52.652Z Compiling anstyle-query v1.1.1
20722025-08-26T20:29:52.975Z Compiling base16ct v0.2.0
20732025-08-26T20:29:53.269Z Compiling fallible-iterator v0.2.0
20742025-08-26T20:29:53.487Z Compiling is_terminal_polyfill v1.70.1
20752025-08-26T20:29:53.766Z Compiling winnow v0.7.10
20762025-08-26T20:29:53.831Z Compiling gimli v0.31.1
20772025-08-26T20:29:54.153Z Compiling colorchoice v1.0.2
20782025-08-26T20:29:54.444Z Compiling anstream v0.6.18
20792025-08-26T20:29:54.846Z Compiling postgres-protocol v0.6.8
20802025-08-26T20:29:55.210Z Compiling sec1 v0.7.3
20812025-08-26T20:29:55.599Z Compiling group v0.13.0
20822025-08-26T20:29:55.831Z Compiling num-iter v0.1.45
20832025-08-26T20:29:56.906Z Compiling rand v0.8.5
20842025-08-26T20:29:58.448Z Compiling addr2line v0.24.2
20852025-08-26T20:29:58.483Z Compiling flate2 v1.1.2
20862025-08-26T20:29:59.745Z Compiling ipnetwork v0.21.1
20872025-08-26T20:30:00.580Z Compiling hkdf v0.12.4
20882025-08-26T20:30:00.957Z Compiling terminal_size v0.4.0
20892025-08-26T20:30:01.239Z Compiling crypto-bigint v0.5.5
20902025-08-26T20:30:01.304Z Compiling enum-as-inner v0.6.1
20912025-08-26T20:30:01.505Z Compiling serde_repr v0.1.19
20922025-08-26T20:30:02.507Z Compiling object v0.36.5
20932025-08-26T20:30:02.657Z Compiling winnow v0.5.40
20942025-08-26T20:30:04.955Z Compiling rustls-webpki v0.102.8
20952025-08-26T20:30:06.410Z Compiling lockfree-object-pool v0.1.6
20962025-08-26T20:30:06.714Z Compiling rustc-demangle v0.1.24
20972025-08-26T20:30:06.948Z Compiling simd-adler32 v0.3.7
20982025-08-26T20:30:07.170Z Compiling clap_lex v0.7.4
20992025-08-26T20:30:07.574Z Compiling managed v0.8.0
21002025-08-26T20:30:07.639Z Compiling bumpalo v3.16.0
21012025-08-26T20:30:08.149Z Compiling bitflags v1.3.2
21022025-08-26T20:30:08.323Z Compiling zopfli v0.8.1
21032025-08-26T20:30:09.793Z Compiling backtrace v0.3.74
21042025-08-26T20:30:10.445Z Compiling clap_builder v4.5.41
21052025-08-26T20:30:12.894Z Compiling toml_edit v0.19.15
21062025-08-26T20:30:14.969Z Compiling tokio-rustls v0.26.0
21072025-08-26T20:30:15.247Z Compiling elliptic-curve v0.13.8
21082025-08-26T20:30:15.833Z Compiling hyper-rustls v0.27.7
21092025-08-26T20:30:16.246Z Compiling oxnet v0.1.3
21102025-08-26T20:30:19.369Z Compiling zstd v0.13.3
21112025-08-26T20:30:19.444Z Compiling signal-hook-mio v0.2.4
21122025-08-26T20:30:19.788Z Compiling postgres-types v0.2.9
21132025-08-26T20:30:21.028Z Compiling phf v0.11.2
21142025-08-26T20:30:21.113Z Compiling strum v0.27.2
21152025-08-26T20:30:21.526Z Compiling ed25519 v2.2.3
21162025-08-26T20:30:21.754Z Compiling hubpack v0.1.2
21172025-08-26T20:30:21.819Z Compiling bzip2 v0.4.4
21182025-08-26T20:30:21.992Z Compiling bzip2 v0.5.2
21192025-08-26T20:30:22.338Z Compiling pkcs1 v0.7.5
21202025-08-26T20:30:22.942Z Compiling rfc6979 v0.4.0
21212025-08-26T20:30:23.271Z Compiling float-cmp v0.10.0
21222025-08-26T20:30:23.457Z Compiling serde-big-array v0.5.1
21232025-08-26T20:30:23.625Z Compiling regress v0.10.4
21242025-08-26T20:30:23.760Z Compiling bstr v1.10.0
21252025-08-26T20:30:23.787Z Compiling memmap v0.7.0
21262025-08-26T20:30:24.236Z Compiling socket2 v0.5.10
21272025-08-26T20:30:25.189Z Compiling predicates-core v1.0.8
21282025-08-26T20:30:25.586Z Compiling data-encoding v2.9.0
21292025-08-26T20:30:25.639Z Compiling fastrand v2.1.1
21302025-08-26T20:30:27.129Z Compiling whoami v1.5.2
21312025-08-26T20:30:27.915Z Compiling new_debug_unreachable v1.0.6
21322025-08-26T20:30:28.097Z Compiling fixedbitset v0.4.2
21332025-08-26T20:30:28.806Z Compiling normalize-line-endings v0.3.0
21342025-08-26T20:30:29.014Z Compiling difflib v0.4.0
21352025-08-26T20:30:29.232Z Compiling precomputed-hash v0.1.1
21362025-08-26T20:30:29.465Z Compiling toml_write v0.1.2
21372025-08-26T20:30:29.944Z Compiling unicode-width v0.2.0
21382025-08-26T20:30:30.264Z Compiling static_assertions v1.1.0
21392025-08-26T20:30:30.673Z Compiling unicode-segmentation v1.12.0
21402025-08-26T20:30:30.714Z Compiling console v0.15.10
21412025-08-26T20:30:31.853Z Compiling toml_edit v0.22.27
21422025-08-26T20:30:32.045Z Compiling similar v2.7.0
21432025-08-26T20:30:32.869Z Compiling reqwest v0.12.22
21442025-08-26T20:30:34.518Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21452025-08-26T20:30:35.090Z Compiling predicates v3.1.3
21462025-08-26T20:30:36.576Z Compiling string_cache v0.8.9
21472025-08-26T20:30:38.825Z Compiling petgraph v0.6.5
21482025-08-26T20:30:42.907Z Compiling typify-impl v0.3.0
21492025-08-26T20:30:45.312Z Compiling tokio-postgres v0.7.13
21502025-08-26T20:30:49.130Z Compiling hickory-proto v0.25.2
21512025-08-26T20:30:50.345Z Compiling tempfile v3.20.0
21522025-08-26T20:30:51.296Z Compiling usdt v0.5.0
21532025-08-26T20:30:51.952Z Compiling ecdsa v0.16.9
21542025-08-26T20:30:52.418Z Compiling rsa v0.9.6
21552025-08-26T20:30:54.057Z Compiling zip v4.2.0
21562025-08-26T20:30:54.868Z Compiling zip v0.6.6
21572025-08-26T20:30:56.296Z Compiling ed25519-dalek v2.1.1
21582025-08-26T20:30:56.893Z Compiling crossterm v0.28.1
21592025-08-26T20:30:57.571Z Compiling daft v0.1.4
21602025-08-26T20:30:58.227Z Compiling crossbeam-epoch v0.9.18
21612025-08-26T20:30:58.834Z Compiling toml v0.7.8
21622025-08-26T20:30:58.892Z Compiling clap v4.5.41
21632025-08-26T20:30:59.933Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21642025-08-26T20:31:00.259Z Compiling strum v0.26.3
21652025-08-26T20:31:00.636Z Compiling tokio-stream v0.1.17
21662025-08-26T20:31:01.023Z Compiling x509-cert v0.2.5
21672025-08-26T20:31:01.690Z Compiling sha1 v0.10.6
21682025-08-26T20:31:01.781Z Compiling hex v0.4.3
21692025-08-26T20:31:02.130Z Compiling structmeta-derive v0.3.0
21702025-08-26T20:31:02.562Z Compiling itertools v0.10.5
21712025-08-26T20:31:03.147Z Compiling itertools v0.13.0
21722025-08-26T20:31:03.176Z Compiling winnow v0.6.26
21732025-08-26T20:31:04.472Z Compiling unicode-xid v0.2.6
21742025-08-26T20:31:04.703Z Compiling peg-runtime v0.8.5
21752025-08-26T20:31:05.313Z Compiling rustc-hash v2.1.1
21762025-08-26T20:31:05.601Z Compiling lalrpop-util v0.19.12
21772025-08-26T20:31:06.008Z Compiling camino v1.1.11
21782025-08-26T20:31:06.820Z Compiling structmeta v0.3.0
21792025-08-26T20:31:07.003Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21802025-08-26T20:31:09.799Z Compiling typify-macro v0.3.0
21812025-08-26T20:31:17.050Z Compiling radium v0.7.0
21822025-08-26T20:31:25.667Z Compiling is-terminal v0.4.13
21832025-08-26T20:31:25.751Z Compiling maybe-uninit v2.0.0
21842025-08-26T20:31:25.808Z Compiling tap v1.0.1
21852025-08-26T20:31:27.286Z Compiling wyz v0.5.1
21862025-08-26T20:31:31.784Z Compiling futures-executor v0.3.31
21872025-08-26T20:31:32.140Z Compiling zerocopy-derive v0.6.6
21882025-08-26T20:31:32.839Z Compiling wait-timeout v0.2.0
21892025-08-26T20:31:33.083Z Compiling ident_case v1.0.1
21902025-08-26T20:31:33.887Z Compiling bit-vec v0.8.0
21912025-08-26T20:31:33.916Z Compiling quick-error v1.2.3
21922025-08-26T20:31:34.020Z Compiling funty v2.0.0
21932025-08-26T20:31:34.143Z Compiling typeid v1.0.3
21942025-08-26T20:31:34.270Z Compiling packed_struct v0.10.1
21952025-08-26T20:31:35.132Z Compiling bitvec v1.0.1
21962025-08-26T20:31:36.013Z Compiling bit-set v0.8.0
21972025-08-26T20:31:36.834Z Compiling rusty-fork v0.3.0
21982025-08-26T20:31:36.902Z Compiling zerocopy v0.6.6
21992025-08-26T20:31:36.998Z Compiling darling_core v0.20.10
22002025-08-26T20:31:37.729Z Compiling futures v0.3.31
22012025-08-26T20:31:42.724Z Compiling typify v0.3.0
22022025-08-26T20:31:42.753Z Compiling derive-ex v0.1.8
22032025-08-26T20:31:44.204Z Compiling rand_xorshift v0.4.0
22042025-08-26T20:31:44.275Z Compiling packed_struct_codegen v0.10.1
22052025-08-26T20:31:44.757Z Compiling dirs-sys-next v0.1.2
22062025-08-26T20:31:44.854Z Compiling indexmap v1.9.3
22072025-08-26T20:31:45.845Z Compiling rustls v0.22.4
22082025-08-26T20:31:46.203Z Compiling unarray v0.1.4
22092025-08-26T20:31:46.528Z Compiling crc-catalog v2.4.0
22102025-08-26T20:31:46.772Z Compiling nodrop v0.1.14
22112025-08-26T20:31:46.968Z Compiling unsafe-libyaml v0.2.11
22122025-08-26T20:31:47.570Z Compiling array-init v0.0.4
22132025-08-26T20:31:48.588Z Compiling serde_yaml v0.9.34+deprecated
22142025-08-26T20:31:50.565Z Compiling crc v3.2.1
22152025-08-26T20:31:52.518Z Compiling proptest v1.7.0
22162025-08-26T20:31:56.035Z Compiling dirs-next v2.0.0
22172025-08-26T20:31:56.845Z Compiling test-strategy v0.4.3
22182025-08-26T20:32:00.897Z Compiling darling_macro v0.20.10
22192025-08-26T20:32:01.186Z Compiling progenitor-impl v0.9.1
22202025-08-26T20:32:01.517Z Compiling smallvec v0.6.14
22212025-08-26T20:32:02.829Z Compiling toml v0.8.23
22222025-08-26T20:32:05.616Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22232025-08-26T20:32:06.113Z Compiling xattr v1.3.1
22242025-08-26T20:32:06.513Z Compiling pin-project-internal v1.1.6
22252025-08-26T20:32:07.272Z Compiling thread_local v1.1.8
22262025-08-26T20:32:08.002Z Compiling filetime v0.2.25
22272025-08-26T20:32:08.487Z Compiling multer v3.1.0
22282025-08-26T20:32:08.910Z Compiling match_cfg v0.1.0
22292025-08-26T20:32:09.049Z Compiling ref-cast v1.0.24
22302025-08-26T20:32:09.090Z Compiling base64 v0.21.7
22312025-08-26T20:32:09.510Z Compiling same-file v1.0.6
22322025-08-26T20:32:09.581Z Compiling termcolor v1.4.1
22332025-08-26T20:32:09.858Z Compiling hashbrown v0.12.3
22342025-08-26T20:32:10.316Z Compiling rayon-core v1.12.1
22352025-08-26T20:32:10.628Z Compiling slog-async v2.8.0
22362025-08-26T20:32:10.672Z Compiling bitfield v0.14.0
22372025-08-26T20:32:11.038Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
22382025-08-26T20:32:11.300Z Compiling env_logger v0.10.2
22392025-08-26T20:32:12.197Z Compiling walkdir v2.5.0
22402025-08-26T20:32:12.351Z Compiling ron v0.8.1
22412025-08-26T20:32:12.518Z Compiling pin-project v1.1.6
22422025-08-26T20:32:12.736Z Compiling hostname v0.3.1
22432025-08-26T20:32:13.225Z Compiling tar v0.4.44
22442025-08-26T20:32:13.698Z Compiling progenitor-macro v0.9.1
22452025-08-26T20:32:13.907Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
22462025-08-26T20:32:14.420Z Compiling erased-serde v0.4.6
22472025-08-26T20:32:16.011Z Compiling serde-hex v0.1.0
22482025-08-26T20:32:17.623Z Compiling darling v0.20.10
22492025-08-26T20:32:18.318Z Compiling term v0.7.0
22502025-08-26T20:32:21.613Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22512025-08-26T20:32:22.030Z Compiling hashbrown v0.13.2
22522025-08-26T20:32:22.572Z Compiling progenitor-client v0.9.1
22532025-08-26T20:32:23.675Z Compiling toml_parser v1.0.2
22542025-08-26T20:32:23.741Z Compiling crossbeam-channel v0.5.15
22552025-08-26T20:32:24.650Z Compiling slog-json v2.6.1
22562025-08-26T20:32:25.194Z Compiling serde_path_to_error v0.1.17
22572025-08-26T20:32:25.493Z Compiling serde_spanned v1.0.0
22582025-08-26T20:32:25.863Z Compiling toml_datetime v0.7.0
22592025-08-26T20:32:25.913Z Compiling ref-cast-impl v1.0.24
22602025-08-26T20:32:26.374Z Compiling async-stream-impl v0.3.6
22612025-08-26T20:32:26.947Z Compiling snafu-derive v0.8.5
22622025-08-26T20:32:27.059Z Compiling ordered-float v2.10.1
22632025-08-26T20:32:27.172Z Compiling fs-err v2.11.0
22642025-08-26T20:32:27.555Z Compiling dropshot v0.16.3
22652025-08-26T20:32:27.582Z Compiling take_mut v0.2.2
22662025-08-26T20:32:27.806Z Compiling debug-ignore v1.0.5
22672025-08-26T20:32:27.837Z Compiling toml_writer v1.0.2
22682025-08-26T20:32:27.970Z Compiling crc-any v2.5.0
22692025-08-26T20:32:28.519Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
22702025-08-26T20:32:29.028Z Compiling toml v0.9.5
22712025-08-26T20:32:31.303Z Compiling serde-value v0.7.0
22722025-08-26T20:32:31.584Z Compiling snafu v0.8.5
22732025-08-26T20:32:32.905Z Compiling async-stream v0.3.6
22742025-08-26T20:32:33.395Z Compiling slog-bunyan v2.5.0
22752025-08-26T20:32:33.600Z Compiling progenitor v0.9.1
22762025-08-26T20:32:33.756Z Compiling tokio-rustls v0.25.0
22772025-08-26T20:32:33.889Z Compiling object v0.30.4
22782025-08-26T20:32:34.485Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22792025-08-26T20:32:36.426Z Compiling slog-term v2.9.1
22802025-08-26T20:32:39.907Z Compiling serde_with_macros v3.14.0
22812025-08-26T20:32:39.937Z Compiling serde-untagged v0.1.7
22822025-08-26T20:32:41.006Z Compiling camino-tempfile v1.4.1
22832025-08-26T20:32:41.957Z Compiling globset v0.4.15
22842025-08-26T20:32:42.443Z Compiling crossbeam-deque v0.8.5
22852025-08-26T20:32:43.148Z Compiling parse-display-derive v0.10.0
22862025-08-26T20:32:43.389Z Compiling olpc-cjson v0.1.4
22872025-08-26T20:32:43.875Z Compiling waitgroup v0.1.2
22882025-08-26T20:32:44.310Z Compiling pem v3.0.5
22892025-08-26T20:32:45.519Z Compiling rustls-pemfile v2.2.0
22902025-08-26T20:32:46.103Z Compiling dropshot_endpoint v0.16.3
22912025-08-26T20:32:46.293Z Compiling serde_plain v1.0.2
22922025-08-26T20:32:46.992Z Compiling async-recursion v1.1.1
22932025-08-26T20:32:47.068Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22942025-08-26T20:32:47.103Z Compiling derive-where v1.5.0
22952025-08-26T20:32:47.936Z Compiling blake3 v1.5.4
22962025-08-26T20:32:48.482Z Compiling hostname v0.4.0
22972025-08-26T20:32:48.538Z Compiling instant v0.1.13
22982025-08-26T20:32:48.858Z Compiling typed-path v0.9.3
22992025-08-26T20:32:48.891Z Compiling path-slash v0.1.5
23002025-08-26T20:32:48.949Z Compiling backoff v0.4.0
23012025-08-26T20:32:49.256Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
23022025-08-26T20:32:49.454Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23032025-08-26T20:32:49.743Z Compiling parse-display v0.10.0
23042025-08-26T20:32:50.581Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23052025-08-26T20:32:51.017Z Compiling serde_with v3.14.0
23062025-08-26T20:32:52.016Z Compiling tough v0.20.0
23072025-08-26T20:32:52.826Z Compiling cargo-util-schemas v0.8.2
23082025-08-26T20:32:53.901Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23092025-08-26T20:32:54.649Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
23102025-08-26T20:32:55.113Z Compiling iddqd v0.3.9
23112025-08-26T20:32:57.603Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
23122025-08-26T20:32:58.236Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
23132025-08-26T20:32:59.078Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23142025-08-26T20:32:59.205Z Compiling progenitor-client v0.10.0
23152025-08-26T20:33:00.083Z Compiling cargo-platform v0.2.0
23162025-08-26T20:33:00.283Z Compiling macaddr v1.0.1
23172025-08-26T20:33:00.409Z Compiling memmap2 v0.9.5
23182025-08-26T20:33:00.936Z Compiling arrayref v0.3.9
23192025-08-26T20:33:01.031Z Compiling indent_write v2.2.0
23202025-08-26T20:33:01.087Z Compiling constant_time_eq v0.3.1
23212025-08-26T20:33:01.332Z Compiling arrayvec v0.7.6
23222025-08-26T20:33:01.358Z Compiling parse-size v1.1.0
23232025-08-26T20:33:01.396Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23242025-08-26T20:33:01.748Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
23252025-08-26T20:33:04.368Z Compiling cargo_metadata v0.21.0
23262025-08-26T20:33:05.680Z Compiling display-error-chain v0.2.2
23272025-08-26T20:33:05.992Z Compiling topological-sort v0.2.2
23282025-08-26T20:33:06.109Z Compiling shell-words v1.1.0
23292025-08-26T20:33:06.351Z Compiling omicron-zone-package v0.12.2
23302025-08-26T20:33:09.640Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23312025-08-26T20:33:18.759Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23322025-08-26T20:33:32.959Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23332025-08-26T20:33:57.644Z Finished `release` profile [optimized] target(s) in 6m 36s
23342025-08-26T20:33:57.848Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
23352025-08-26T20:33:57.946ZAug 26 20:33:57.852 DEBG changing working directory to /work/oxidecomputer/omicron
23362025-08-26T20:33:58.150ZAug 26 20:33:58.056 DEBG running: git rev-parse HEAD
23372025-08-26T20:33:58.175ZAug 26 20:33:58.062 DEBG process exited with exit status: 0 (5.215505ms)
23382025-08-26T20:33:58.175ZAug 26 20:33:58.062 INFO version: 16.0.0-0.ci+git823d0d5e5b0
23392025-08-26T20:33:58.217ZAug 26 20:33:58.124 INFO cloning helios to /work/oxidecomputer/helios
23402025-08-26T20:33:58.217ZAug 26 20:33:58.124 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
23412025-08-26T20:33:58.242ZCloning into '/work/oxidecomputer/helios'...
23422025-08-26T20:33:59.009ZAug 26 20:33:58.896 DEBG process exited with exit status: 0 (771.553688ms)
23432025-08-26T20:33:59.009ZAug 26 20:33:58.896 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
23442025-08-26T20:33:59.043ZAug 26 20:33:58.901 DEBG process exited with exit status: 0 (5.233691ms)
23452025-08-26T20:33:59.045ZAug 26 20:33:58.901 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
23462025-08-26T20:34:01.055ZAug 26 20:34:00.959 DEBG process exited with exit status: 0 (2.057857673s)
23472025-08-26T20:34:01.055ZAug 26 20:34:00.959 DEBG running: zfs list rpool/images/build/host
23482025-08-26T20:34:01.090ZNAME USED AVAIL REFER MOUNTPOINT
23492025-08-26T20:34:01.090Zrpool/images/build/host 96K 151G 96K /rpool/images/build/host
23502025-08-26T20:34:01.090ZAug 26 20:34:00.971 DEBG process exited with exit status: 0 (11.725353ms)
23512025-08-26T20:34:01.090ZAug 26 20:34:00.971 DEBG running: zfs list rpool/images/build/recovery
23522025-08-26T20:34:01.091ZNAME USED AVAIL REFER MOUNTPOINT
23532025-08-26T20:34:01.091Zrpool/images/build/recovery 96K 151G 96K /rpool/images/build/recovery
23542025-08-26T20:34:01.091ZAug 26 20:34:00.982 DEBG process exited with exit status: 0 (10.756523ms)
23552025-08-26T20:34:01.091ZAug 26 20:34:00.983 INFO [hubris-staging] running task
23562025-08-26T20:34:01.091ZAug 26 20:34:00.984 INFO [hubris-production] running task
23572025-08-26T20:34:01.091ZAug 26 20:34:00.984 INFO [incorp-manifest] running task
23582025-08-26T20:34:01.091ZAug 26 20:34:00.985 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
23592025-08-26T20:34:01.091ZAug 26 20:34:00.985 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
23602025-08-26T20:34:01.092ZAug 26 20:34:00.986 INFO [incorp-create] running: pkgrepo create /work/incorporation
23612025-08-26T20:34:01.092ZAug 26 20:34:00.989 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
23622025-08-26T20:34:01.229Z[ helios-setup] cd tools/helios-build && cargo build --quiet
23632025-08-26T20:34:01.716ZAug 26 20:34:01.601 INFO [incorp-create] process exited with exit status: 0 (615.032858ms)
23642025-08-26T20:34:01.771ZAug 26 20:34:01.602 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
23652025-08-26T20:34:02.149Z[ omicron-package] Blocking waiting for file lock on package cache
23662025-08-26T20:34:02.199ZAug 26 20:34:02.106 INFO [incorp-publisher] process exited with exit status: 0 (504.486343ms)
23672025-08-26T20:34:02.887Z[ omicron-package] Blocking waiting for file lock on package cache
23682025-08-26T20:34:03.362Z[ omicron-package] Blocking waiting for file lock on package cache
23692025-08-26T20:34:04.569Z[ omicron-package] Compiling ring v0.17.14
23702025-08-26T20:34:04.594Z[ omicron-package] Compiling darling_core v0.21.0
23712025-08-26T20:34:04.594Z[ omicron-package] Compiling proc-macro-crate v1.3.1
23722025-08-26T20:34:04.594Z[ omicron-package] Compiling itertools v0.14.0
23732025-08-26T20:34:04.594Z[ omicron-package] Compiling heapless v0.8.0
23742025-08-26T20:34:04.594Z[ omicron-package] Compiling hash32 v0.3.1
23752025-08-26T20:34:04.594Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23762025-08-26T20:34:06.001Z[ omicron-package] Compiling smoltcp v0.11.0
23772025-08-26T20:34:06.330Z[ omicron-package] Compiling num_enum_derive v0.5.11
23782025-08-26T20:34:06.445Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
23792025-08-26T20:34:07.422Z[ omicron-package] Compiling cobs v0.2.3
23802025-08-26T20:34:08.262Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23812025-08-26T20:34:08.440Z[ omicron-package] Compiling postcard v1.0.10
23822025-08-26T20:34:09.760Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
23832025-08-26T20:34:10.400Z[ omicron-package] Compiling num_enum v0.5.11
23842025-08-26T20:34:10.938Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
23852025-08-26T20:34:11.038Z[ omicron-package] Compiling proc-macro-error v1.0.4
23862025-08-26T20:34:11.857ZAug 26 20:34:11.765 INFO [hubris-production] task succeeded (10.781354454s)
23872025-08-26T20:34:11.913Z[ omicron-package] Compiling rustls v0.23.19
23882025-08-26T20:34:12.093Z[ omicron-package] Compiling foreign-types-macros v0.2.3
23892025-08-26T20:34:12.237Z[ omicron-package] Compiling foreign-types-shared v0.3.1
23902025-08-26T20:34:12.346Z[ omicron-package] Compiling unicode-width v0.1.14
23912025-08-26T20:34:13.975Z[ omicron-package] Compiling tabwriter v1.4.0
23922025-08-26T20:34:14.834Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23932025-08-26T20:34:14.946Z[ omicron-package] Compiling foreign-types v0.5.0
23942025-08-26T20:34:15.164Z[ omicron-package] Compiling cstr-argument v0.1.2
23952025-08-26T20:34:15.698Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
23962025-08-26T20:34:15.847Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
23972025-08-26T20:34:16.055Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23982025-08-26T20:34:16.195Z[ omicron-package] Compiling darling_macro v0.21.0
23992025-08-26T20:34:16.943Z[ omicron-package] Compiling pretty-hex v0.2.1
24002025-08-26T20:34:17.029Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24012025-08-26T20:34:17.492Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24022025-08-26T20:34:17.627Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24032025-08-26T20:34:18.028Z[ omicron-package] Compiling rustls-webpki v0.102.8
24042025-08-26T20:34:18.380Z[ omicron-package] Compiling darling v0.21.0
24052025-08-26T20:34:18.859Z[ omicron-package] Compiling rayon v1.10.0
24062025-08-26T20:34:18.979Z[ omicron-package] Compiling ingot-macros v0.1.1
24072025-08-26T20:34:19.129Z[ omicron-package] Compiling colored v2.2.0
24082025-08-26T20:34:19.309Z[ omicron-package] Compiling heck v0.4.1
24092025-08-26T20:34:20.037Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
24102025-08-26T20:34:20.194Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24112025-08-26T20:34:22.022Z[ omicron-package] Compiling sigpipe v0.1.3
24122025-08-26T20:34:22.141Z[ omicron-package] Compiling num-derive v0.4.2
24132025-08-26T20:34:22.396Z[ omicron-package] Compiling libefi-sys v0.1.0
24142025-08-26T20:34:22.855Z[ omicron-package] Compiling jiff v0.2.15
24152025-08-26T20:34:24.929Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24162025-08-26T20:34:25.121Z[ omicron-package] Compiling glob v0.3.2
24172025-08-26T20:34:26.003Z[ omicron-package] Compiling rustls v0.22.4
24182025-08-26T20:34:26.101Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
24192025-08-26T20:34:27.798Z[ omicron-package] Compiling zone v0.3.1
24202025-08-26T20:34:27.846Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24212025-08-26T20:34:28.676Z[ omicron-package] Compiling ingot-types v0.1.2
24222025-08-26T20:34:28.888Z[ omicron-package] Compiling smf v0.2.3
24232025-08-26T20:34:32.448Z[ omicron-package] Compiling ingot v0.1.1
24242025-08-26T20:34:34.163Z[ omicron-package] Compiling tokio-rustls v0.26.0
24252025-08-26T20:34:35.192Z[ omicron-package] Compiling hyper-rustls v0.27.7
24262025-08-26T20:34:36.460Z[ omicron-package] Compiling reqwest v0.12.22
24272025-08-26T20:34:37.154Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24282025-08-26T20:34:38.446Z[ omicron-package] Compiling bitfield-struct v0.6.2
24292025-08-26T20:34:39.255Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24302025-08-26T20:34:39.836Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24312025-08-26T20:34:40.433Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24322025-08-26T20:34:40.761Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24332025-08-26T20:34:41.551Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24342025-08-26T20:34:41.957Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24352025-08-26T20:34:42.152Z[ omicron-package] Compiling console v0.16.0
24362025-08-26T20:34:44.459Z[ omicron-package] Compiling tokio-rustls v0.25.0
24372025-08-26T20:34:44.783Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24382025-08-26T20:34:44.985Z[ omicron-package] Compiling tokio-dtrace v0.1.0
24392025-08-26T20:34:45.319Z[ omicron-package] Compiling dropshot v0.16.3
24402025-08-26T20:34:45.811Z[ omicron-package] Compiling gethostname v0.5.0
24412025-08-26T20:34:45.987Z[ omicron-package] Compiling unit-prefix v0.5.1
24422025-08-26T20:34:46.287Z[ omicron-package] Compiling fixedbitset v0.5.7
24432025-08-26T20:34:48.489Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
24442025-08-26T20:34:48.490Z[ helios-setup] --> src/main.rs:79:10
24452025-08-26T20:34:48.514Z[ helios-setup] |
24462025-08-26T20:34:48.514Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
24472025-08-26T20:34:48.514Z[ helios-setup] | ^^^^ --------- the same lifetime is hidden here
24482025-08-26T20:34:48.514Z[ helios-setup] | |
24492025-08-26T20:34:48.514Z[ helios-setup] | the lifetime is elided here
24502025-08-26T20:34:48.514Z[ helios-setup] |
24512025-08-26T20:34:48.514Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
24522025-08-26T20:34:48.514Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
24532025-08-26T20:34:48.514Z[ helios-setup] help: use `'_` for type paths
24542025-08-26T20:34:48.514Z[ helios-setup] |
24552025-08-26T20:34:48.515Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
24562025-08-26T20:34:48.515Z[ helios-setup] | ++++
24572025-08-26T20:34:48.515Z[ helios-setup]
24582025-08-26T20:34:49.238Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24592025-08-26T20:34:49.986Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24602025-08-26T20:34:50.051Z[ omicron-package] Compiling petgraph v0.8.2
24612025-08-26T20:34:50.122Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24622025-08-26T20:34:50.992Z[ omicron-package] Compiling indicatif v0.18.0
24632025-08-26T20:34:52.649ZAug 26 20:34:52.559 DEBG process exited with exit status: 0 (51.573637066s)
24642025-08-26T20:34:52.674ZAug 26 20:34:52.561 INFO [incorp-manifest] task succeeded (51.576794751s)
24652025-08-26T20:34:52.674ZAug 26 20:34:52.561 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24662025-08-26T20:34:53.129ZAug 26 20:34:53.038 INFO [incorp-fmt] process exited with exit status: 0 (476.924733ms)
24672025-08-26T20:34:53.154ZAug 26 20:34:53.038 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24682025-08-26T20:34:53.827Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250826T203453Z
24692025-08-26T20:34:53.827Z[ incorp-pkgsend] PUBLISHED
24702025-08-26T20:34:53.926ZAug 26 20:34:53.836 INFO [incorp-pkgsend] process exited with exit status: 0 (797.177635ms)
24712025-08-26T20:34:53.951ZAug 26 20:34:53.838 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24722025-08-26T20:34:54.456Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
24732025-08-26T20:34:54.480Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
24742025-08-26T20:34:54.525Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24752025-08-26T20:34:54.525Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24762025-08-26T20:34:54.550Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24772025-08-26T20:34:54.578Z[ helios-incorp]
24782025-08-26T20:34:54.578Z[ helios-incorp] Archiving packages ...
24792025-08-26T20:34:54.603Z[ helios-incorp] Packages to add: 1
24802025-08-26T20:34:54.603Z[ helios-incorp] Files to retrieve: 0
24812025-08-26T20:34:54.603Z[ helios-incorp] Estimated transfer size: 0.00 B
24822025-08-26T20:34:54.603Z[ helios-incorp]
24832025-08-26T20:34:54.603Z[ helios-incorp] Packages to archive:
24842025-08-26T20:34:54.603Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250826T203453Z
24852025-08-26T20:34:54.603Z[ helios-incorp]
24862025-08-26T20:34:54.603Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24872025-08-26T20:34:54.641Z[ helios-incorp] Archiving: Completed 106.69 kB in 0.06 seconds
24882025-08-26T20:34:54.801ZAug 26 20:34:54.710 INFO [helios-incorp] process exited with exit status: 0 (874.042175ms)
24892025-08-26T20:34:57.629Z[ omicron-package] Compiling progenitor-client v0.9.1
24902025-08-26T20:34:57.959Z[ omicron-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24912025-08-26T20:34:58.116Z[ helios-setup] Aug 26 20:34:58.025 INFO helios repository root is: /work/oxidecomputer/helios
24922025-08-26T20:34:58.140Z[ helios-setup] Aug 26 20:34:58.028 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
24932025-08-26T20:34:58.140Z[ helios-setup] Aug 26 20:34:58.028 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
24942025-08-26T20:34:58.140Z[ helios-setup] Aug 26 20:34:58.028 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
24952025-08-26T20:34:58.140Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
24962025-08-26T20:34:58.486Z[ omicron-package] Compiling progenitor v0.9.1
24972025-08-26T20:34:58.801Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
24982025-08-26T20:34:58.830Z[ omicron-package] Compiling progenitor-client v0.10.0
24992025-08-26T20:34:58.934Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25002025-08-26T20:34:59.609Z[ helios-setup] Aug 26 20:34:59.518 INFO clone ok!, project: amd-host-image-builder
25012025-08-26T20:34:59.633Z[ helios-setup] Aug 26 20:34:59.518 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
25022025-08-26T20:34:59.633Z[ helios-setup] Aug 26 20:34:59.518 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25032025-08-26T20:34:59.633Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25042025-08-26T20:35:00.052Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25052025-08-26T20:35:00.422Z[ helios-setup] Aug 26 20:35:00.329 INFO clone ok!, project: phbl
25062025-08-26T20:35:00.447Z[ helios-setup] Aug 26 20:35:00.329 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
25072025-08-26T20:35:00.447Z[ helios-setup] Aug 26 20:35:00.329 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25082025-08-26T20:35:00.448Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25092025-08-26T20:35:01.291Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25102025-08-26T20:35:02.150Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25112025-08-26T20:35:07.490Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122025-08-26T20:35:12.583Z[ helios-setup] Aug 26 20:35:12.492 INFO clone ok!, project: amd-firmware
25132025-08-26T20:35:12.607Z[ helios-setup] Aug 26 20:35:12.492 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
25142025-08-26T20:35:12.607Z[ helios-setup] Aug 26 20:35:12.492 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25152025-08-26T20:35:12.607Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25162025-08-26T20:35:13.457Z[ helios-setup] Aug 26 20:35:13.367 INFO clone ok!, project: image-builder
25172025-08-26T20:35:13.482Z[ helios-setup] Aug 26 20:35:13.367 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
25182025-08-26T20:35:13.482Z[ helios-setup] Aug 26 20:35:13.367 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25192025-08-26T20:35:13.482Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25202025-08-26T20:35:14.862Z[ helios-setup] Aug 26 20:35:14.769 INFO clone ok!, project: pilot
25212025-08-26T20:35:14.862Z[ helios-setup] Aug 26 20:35:14.770 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
25222025-08-26T20:35:14.888Z[ helios-setup] Aug 26 20:35:14.770 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25232025-08-26T20:35:14.888Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25242025-08-26T20:35:16.542Z[ helios-setup] Aug 26 20:35:16.452 INFO clone ok!, project: chelsio-t6-roms
25252025-08-26T20:35:16.566Z[ helios-setup] Aug 26 20:35:16.452 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
25262025-08-26T20:35:16.567Z[ helios-setup] Aug 26 20:35:16.452 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25272025-08-26T20:35:16.567Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25282025-08-26T20:35:17.371Z[ helios-setup] Aug 26 20:35:17.280 INFO clone ok!, project: bootserver
25292025-08-26T20:35:17.371Z[ helios-setup] Aug 26 20:35:17.280 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25302025-08-26T20:35:17.395Z[ helios-setup] Aug 26 20:35:17.281 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25312025-08-26T20:35:17.396Z[ helios-setup] Aug 26 20:35:17.281 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
25322025-08-26T20:35:17.396Z[ helios-setup] Aug 26 20:35:17.281 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25332025-08-26T20:35:17.396Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25342025-08-26T20:35:18.357Z[ helios-setup] Aug 26 20:35:18.261 INFO clone ok!, project: pinprick
25352025-08-26T20:35:18.357Z[ helios-setup] Aug 26 20:35:18.262 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
25362025-08-26T20:35:18.938Z[ helios-setup] Aug 26 20:35:18.848 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
25372025-08-26T20:35:19.190ZAug 26 20:35:19.100 INFO [hubris-staging] task succeeded (78.116379499s)
25382025-08-26T20:35:19.590Z[ helios-setup] Aug 26 20:35:19.500 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
25392025-08-26T20:35:19.590Z[ helios-setup] Aug 26 20:35:19.500 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
25402025-08-26T20:35:20.269Z[ helios-setup] Aug 26 20:35:20.178 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
25412025-08-26T20:35:20.875Z[ helios-setup] Aug 26 20:35:20.783 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
25422025-08-26T20:35:20.901Z[ helios-setup] Aug 26 20:35:20.784 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
25432025-08-26T20:35:21.419Z[ helios-setup] Aug 26 20:35:21.329 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
25442025-08-26T20:35:21.938Z[ helios-setup] Aug 26 20:35:21.848 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
25452025-08-26T20:35:21.962Z[ helios-setup] Aug 26 20:35:21.848 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
25462025-08-26T20:35:21.962Z[ helios-setup] Aug 26 20:35:21.848 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
25472025-08-26T20:35:21.962Z[ helios-setup] Aug 26 20:35:21.848 INFO ok!
25482025-08-26T20:35:21.962Z[ helios-setup] Aug 26 20:35:21.848 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
25492025-08-26T20:35:21.963Z[ helios-setup] Aug 26 20:35:21.848 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
25502025-08-26T20:35:21.963Z[ helios-setup] Aug 26 20:35:21.849 INFO ok!
25512025-08-26T20:35:21.963Z[ helios-setup] Aug 26 20:35:21.849 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
25522025-08-26T20:35:21.963Z[ helios-setup] Aug 26 20:35:21.849 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
25532025-08-26T20:35:21.963Z[ helios-setup] Aug 26 20:35:21.849 INFO ok!
25542025-08-26T20:35:21.963Z[ helios-setup] Aug 26 20:35:21.849 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
25552025-08-26T20:35:22.035Z[ helios-setup] Aug 26 20:35:21.944 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')"
25562025-08-26T20:35:22.035Z[ helios-setup] Aug 26 20:35:21.944 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
25572025-08-26T20:35:22.059Z[ helios-setup] Aug 26 20:35:21.944 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
25582025-08-26T20:35:22.356Z[ helios-setup] Aug 26 20:35:22.264 INFO E| Updating crates.io index
25592025-08-26T20:35:22.356Z[ helios-setup] Aug 26 20:35:22.265 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
25602025-08-26T20:35:22.974Z[ helios-setup] Aug 26 20:35:22.883 INFO E| From https://github.com/oxidecomputer/amd-apcb
25612025-08-26T20:35:22.974Z[ helios-setup] Aug 26 20:35:22.883 INFO E| * [new ref] d8244b0a0f4a1496799c660e53dfe294b46f8888 -> refs/commit/d8244b0a0f4a1496799c660e53dfe294b46f8888
25622025-08-26T20:35:23.074Z[ helios-setup] Aug 26 20:35:22.983 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
25632025-08-26T20:35:23.608Z[ helios-setup] Aug 26 20:35:23.518 INFO E| From https://github.com/oxidecomputer/amd-efs
25642025-08-26T20:35:23.608Z[ helios-setup] Aug 26 20:35:23.518 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
25652025-08-26T20:35:23.876Z[ helios-setup] Aug 26 20:35:23.786 INFO E| Downloading crates ...
25662025-08-26T20:35:23.958Z[ helios-setup] Aug 26 20:35:23.868 INFO E| Downloaded fletcher v1.0.0
25672025-08-26T20:35:23.988Z[ helios-setup] Aug 26 20:35:23.883 INFO E| Downloaded unic-ucd-version v0.9.0
25682025-08-26T20:35:23.988Z[ helios-setup] Aug 26 20:35:23.887 INFO E| Downloaded pest_meta v2.8.0
25692025-08-26T20:35:23.988Z[ helios-setup] Aug 26 20:35:23.892 INFO E| Downloaded zerocopy-derive v0.8.25
25702025-08-26T20:35:24.013Z[ helios-setup] Aug 26 20:35:23.903 INFO E| Downloaded unic-common v0.9.0
25712025-08-26T20:35:24.013Z[ helios-setup] Aug 26 20:35:23.905 INFO E| Downloaded unic-ucd-ident v0.9.0
25722025-08-26T20:35:24.013Z[ helios-setup] Aug 26 20:35:23.908 INFO E| Downloaded strum v0.27.1
25732025-08-26T20:35:24.013Z[ helios-setup] Aug 26 20:35:23.910 INFO E| Downloaded ryu v1.0.20
25742025-08-26T20:35:24.013Z[ helios-setup] Aug 26 20:35:23.915 INFO E| Downloaded pest v2.8.0
25752025-08-26T20:35:24.038Z[ helios-setup] Aug 26 20:35:23.925 INFO E| Downloaded strsim v0.8.0
25762025-08-26T20:35:24.038Z[ helios-setup] Aug 26 20:35:23.927 INFO E| Downloaded zerocopy v0.8.25
25772025-08-26T20:35:24.062Z[ helios-setup] Aug 26 20:35:23.967 INFO E| Downloaded typenum v1.18.0
25782025-08-26T20:35:24.086Z[ helios-setup] Aug 26 20:35:23.974 INFO E| Downloaded serde_json v1.0.140
25792025-08-26T20:35:24.086Z[ helios-setup] Aug 26 20:35:23.987 INFO E| Downloaded pest_derive v2.8.0
25802025-08-26T20:35:24.086Z[ helios-setup] Aug 26 20:35:23.992 INFO E| Downloaded modular-bitfield v0.11.2
25812025-08-26T20:35:24.111Z[ helios-setup] Aug 26 20:35:24.012 INFO E| Downloaded unic-char-property v0.9.0
25822025-08-26T20:35:24.111Z[ helios-setup] Aug 26 20:35:24.015 INFO E| Downloaded textwrap v0.11.0
25832025-08-26T20:35:24.111Z[ helios-setup] Aug 26 20:35:24.018 INFO E| Downloaded syn v2.0.101
25842025-08-26T20:35:24.136Z[ helios-setup] Aug 26 20:35:24.037 INFO E| Downloaded pest_generator v2.8.0
25852025-08-26T20:35:24.136Z[ helios-setup] Aug 26 20:35:24.039 INFO E| Downloaded modular-bitfield-impl v0.11.2
25862025-08-26T20:35:24.136Z[ helios-setup] Aug 26 20:35:24.040 INFO E| Downloaded itoa v1.0.15
25872025-08-26T20:35:24.136Z[ helios-setup] Aug 26 20:35:24.042 INFO E| Downloaded rustversion v1.0.20
25882025-08-26T20:35:24.161Z[ helios-setup] Aug 26 20:35:24.046 INFO E| Downloaded goblin v0.9.3
25892025-08-26T20:35:24.161Z[ helios-setup] Aug 26 20:35:24.054 INFO E| Downloaded dyn-clone v1.0.19
25902025-08-26T20:35:24.161Z[ helios-setup] Aug 26 20:35:24.057 INFO E| Downloaded cpufeatures v0.2.17
25912025-08-26T20:35:24.161Z[ helios-setup] Aug 26 20:35:24.059 INFO E| Downloaded clap v2.34.0
25922025-08-26T20:35:24.161Z[ helios-setup] Aug 26 20:35:24.069 INFO E| Downloaded ansi_term v0.12.1
25932025-08-26T20:35:24.186Z[ helios-setup] Aug 26 20:35:24.071 INFO E| Downloaded vec_map v0.8.2
25942025-08-26T20:35:24.186Z[ helios-setup] Aug 26 20:35:24.072 INFO E| Downloaded unic-char-range v0.9.0
25952025-08-26T20:35:24.186Z[ helios-setup] Aug 26 20:35:24.074 INFO E| Downloaded structopt-derive v0.4.18
25962025-08-26T20:35:24.186Z[ helios-setup] Aug 26 20:35:24.076 INFO E| Downloaded structopt v0.3.26
25972025-08-26T20:35:24.186Z[ helios-setup] Aug 26 20:35:24.085 INFO E| Downloaded parse_int v0.9.0
25982025-08-26T20:35:24.186Z[ helios-setup] Aug 26 20:35:24.087 INFO E| Downloaded four-cc v0.4.0
25992025-08-26T20:35:24.186Z[ helios-setup] Aug 26 20:35:24.088 INFO E| Downloaded bytesize v2.0.1
26002025-08-26T20:35:24.186Z[ helios-setup] Aug 26 20:35:24.091 INFO E| Downloaded scroll_derive v0.12.1
26012025-08-26T20:35:24.211Z[ helios-setup] Aug 26 20:35:24.099 INFO E| Downloaded libc v0.2.172
26022025-08-26T20:35:24.304Z[ helios-setup] Aug 26 20:35:24.212 INFO E| Compiling proc-macro2 v1.0.95
26032025-08-26T20:35:24.331Z[ helios-setup] Aug 26 20:35:24.212 INFO E| Compiling unicode-ident v1.0.18
26042025-08-26T20:35:24.331Z[ helios-setup] Aug 26 20:35:24.212 INFO E| Compiling memchr v2.7.4
26052025-08-26T20:35:24.331Z[ helios-setup] Aug 26 20:35:24.212 INFO E| Compiling autocfg v1.4.0
26062025-08-26T20:35:24.331Z[ helios-setup] Aug 26 20:35:24.213 INFO E| Compiling syn v1.0.109
26072025-08-26T20:35:24.331Z[ helios-setup] Aug 26 20:35:24.213 INFO E| Compiling thiserror v2.0.12
26082025-08-26T20:35:24.331Z[ helios-setup] Aug 26 20:35:24.213 INFO E| Compiling serde v1.0.219
26092025-08-26T20:35:24.331Z[ helios-setup] Aug 26 20:35:24.213 INFO E| Compiling version_check v0.9.5
26102025-08-26T20:35:24.779Z[ helios-setup] Aug 26 20:35:24.689 INFO E| Compiling serde_json v1.0.140
26112025-08-26T20:35:25.210Z[ helios-setup] Aug 26 20:35:25.117 INFO E| Compiling ryu v1.0.20
26122025-08-26T20:35:25.342Z[ helios-setup] Aug 26 20:35:25.252 INFO E| Compiling itoa v1.0.15
26132025-08-26T20:35:25.397Z[ helios-setup] Aug 26 20:35:25.306 INFO E| Compiling schemars v0.8.22
26142025-08-26T20:35:25.579Z[ helios-setup] Aug 26 20:35:25.489 INFO E| Compiling proc-macro-error-attr v1.0.4
26152025-08-26T20:35:25.689Z[ helios-setup] Aug 26 20:35:25.599 INFO E| Compiling dyn-clone v1.0.19
26162025-08-26T20:35:25.809Z[ helios-setup] Aug 26 20:35:25.719 INFO E| Compiling num-traits v0.2.19
26172025-08-26T20:35:25.844Z[ helios-setup] Aug 26 20:35:25.754 INFO E| Compiling memoffset v0.9.1
26182025-08-26T20:35:25.870Z[ helios-setup] Aug 26 20:35:25.774 INFO E| Compiling paste v1.0.15
26192025-08-26T20:35:26.076Z[ helios-setup] Aug 26 20:35:25.986 INFO E| Compiling ucd-trie v0.1.7
26202025-08-26T20:35:26.101Z[ helios-setup] Aug 26 20:35:26.003 INFO E| Compiling rustversion v1.0.20
26212025-08-26T20:35:26.443Z[ helios-setup] Aug 26 20:35:26.351 INFO E| Compiling zerocopy v0.8.25
26222025-08-26T20:35:26.517Z[ helios-setup] Aug 26 20:35:26.427 INFO E| Compiling libc v0.2.172
26232025-08-26T20:35:27.087Z[ helios-setup] Aug 26 20:35:26.996 INFO E| Compiling proc-macro-error v1.0.4
26242025-08-26T20:35:27.111Z[ helios-setup] Aug 26 20:35:27.005 INFO E| Compiling static_assertions v1.1.0
26252025-08-26T20:35:27.294Z[ helios-setup] Aug 26 20:35:27.204 INFO E| Compiling once_cell v1.21.3
26262025-08-26T20:35:27.453Z[ helios-setup] Aug 26 20:35:27.360 INFO E| Compiling quote v1.0.40
26272025-08-26T20:35:28.085Z[ helios-setup] Aug 26 20:35:27.995 INFO E| Compiling unicode-width v0.1.14
26282025-08-26T20:35:28.203Z[ helios-setup] Aug 26 20:35:28.113 INFO E| Compiling heck v0.5.0
26292025-08-26T20:35:28.319Z[ helios-setup] Aug 26 20:35:28.229 INFO E| Compiling unicode-segmentation v1.12.0
26302025-08-26T20:35:28.899Z[ helios-setup] Aug 26 20:35:28.809 INFO E| Compiling syn v2.0.101
26312025-08-26T20:35:29.359Z[ helios-setup] Aug 26 20:35:29.268 INFO E| Compiling atty v0.2.14
26322025-08-26T20:35:29.672Z[ helios-setup] Aug 26 20:35:29.582 INFO E| Compiling textwrap v0.11.0
26332025-08-26T20:35:29.812Z[ helios-setup] Aug 26 20:35:29.721 INFO E| Compiling heck v0.3.3
26342025-08-26T20:35:29.896Z[ helios-setup] Aug 26 20:35:29.806 INFO E| Compiling vec_map v0.8.2
26352025-08-26T20:35:29.933Z[ helios-setup] Aug 26 20:35:29.843 INFO E| Compiling fletcher v1.0.0
26362025-08-26T20:35:30.287Z[ helios-setup] Aug 26 20:35:30.198 INFO E| Compiling parse_int v0.9.0
26372025-08-26T20:35:30.340Z[ helios-setup] Aug 26 20:35:30.250 INFO E| Compiling byteorder v1.5.0
26382025-08-26T20:35:30.364Z[ helios-setup] Aug 26 20:35:30.258 INFO E| Compiling strum v0.27.1
26392025-08-26T20:35:30.400Z[ helios-setup] Aug 26 20:35:30.311 INFO E| Compiling ansi_term v0.12.1
26402025-08-26T20:35:30.426Z[ helios-setup] Aug 26 20:35:30.334 INFO E| Compiling unic-common v0.9.0
26412025-08-26T20:35:30.515Z[ helios-setup] Aug 26 20:35:30.425 INFO E| Compiling strsim v0.8.0
26422025-08-26T20:35:30.650Z[ helios-setup] Aug 26 20:35:30.559 INFO E| Compiling unic-char-range v0.9.0
26432025-08-26T20:35:30.676Z[ helios-setup] Aug 26 20:35:30.560 INFO E| Compiling bitflags v1.3.2
26442025-08-26T20:35:30.709Z[ helios-setup] Aug 26 20:35:30.619 INFO E| Compiling unic-ucd-version v0.9.0
26452025-08-26T20:35:30.956Z[ helios-setup] Aug 26 20:35:30.862 INFO E| Compiling unic-char-property v0.9.0
26462025-08-26T20:35:31.028Z[ helios-setup] Aug 26 20:35:30.938 INFO E| Compiling clap v2.34.0
26472025-08-26T20:35:31.076Z[ helios-setup] Aug 26 20:35:30.985 INFO E| Compiling plain v0.2.3
26482025-08-26T20:35:31.143Z[ helios-setup] Aug 26 20:35:31.052 INFO E| Compiling log v0.4.27
26492025-08-26T20:35:31.178Z[ helios-setup] Aug 26 20:35:31.088 INFO E| Compiling lazy_static v1.5.0
26502025-08-26T20:35:31.608Z[ helios-setup] Aug 26 20:35:31.518 INFO E| Compiling unic-ucd-ident v0.9.0
26512025-08-26T20:35:31.677Z[ helios-setup] Aug 26 20:35:31.587 INFO E| Compiling bytesize v2.0.1
26522025-08-26T20:35:34.235Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26532025-08-26T20:35:36.477Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26542025-08-26T20:35:37.867Z[ helios-setup] Aug 26 20:35:37.777 INFO E| Compiling serde_derive_internals v0.29.1
26552025-08-26T20:35:38.150Z[ helios-setup] Aug 26 20:35:38.060 INFO E| Compiling modular-bitfield-impl v0.11.2
26562025-08-26T20:35:38.812Z[ helios-setup] Aug 26 20:35:38.720 INFO E| Compiling structopt-derive v0.4.18
26572025-08-26T20:35:40.495Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26582025-08-26T20:35:41.096Z[ helios-setup] Aug 26 20:35:41.006 INFO E| Compiling thiserror-impl v2.0.12
26592025-08-26T20:35:41.285Z[ helios-setup] Aug 26 20:35:41.181 INFO E| Compiling serde_derive v1.0.219
26602025-08-26T20:35:41.375Z[ helios-setup] Aug 26 20:35:41.286 INFO E| Compiling zerocopy-derive v0.8.25
26612025-08-26T20:35:41.463Z[ helios-setup] Aug 26 20:35:41.374 INFO E| Compiling num-derive v0.4.2
26622025-08-26T20:35:41.806Z[ helios-setup] Aug 26 20:35:41.717 INFO E| Compiling schemars_derive v0.8.22
26632025-08-26T20:35:42.304Z[ helios-setup] Aug 26 20:35:42.215 INFO E| Compiling scroll_derive v0.12.1
26642025-08-26T20:35:42.768Z[ helios-setup] Aug 26 20:35:42.678 INFO E| Compiling modular-bitfield v0.11.2
26652025-08-26T20:35:43.503Z[ helios-setup] Aug 26 20:35:43.412 INFO E| Compiling strum_macros v0.27.1
26662025-08-26T20:35:44.182Z[ helios-setup] Aug 26 20:35:44.092 INFO E| Compiling structopt v0.3.26
26672025-08-26T20:35:44.698Z[ helios-setup] Aug 26 20:35:44.609 INFO E| Compiling scroll v0.12.0
26682025-08-26T20:35:45.230Z[ helios-setup] Aug 26 20:35:45.140 INFO E| Compiling goblin v0.9.3
26692025-08-26T20:35:46.325Z[ helios-setup] Aug 26 20:35:46.235 INFO E| Compiling pest v2.8.0
26702025-08-26T20:35:50.557Z[ helios-setup] Aug 26 20:35:50.468 INFO E| Compiling pest_meta v2.8.0
26712025-08-26T20:35:52.082Z[ helios-setup] Aug 26 20:35:51.993 INFO E| Compiling pest_generator v2.8.0
26722025-08-26T20:35:53.329Z[ helios-setup] Aug 26 20:35:53.240 INFO E| Compiling pest_derive v2.8.0
26732025-08-26T20:35:55.829Z[ helios-setup] Aug 26 20:35:55.740 INFO E| Compiling json5 v0.4.1
26742025-08-26T20:36:00.326Z[ helios-setup] Aug 26 20:36:00.237 INFO E| Compiling four-cc v0.4.0
26752025-08-26T20:36:00.326Z[ helios-setup] Aug 26 20:36:00.237 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
26762025-08-26T20:36:00.685Z[ helios-setup] Aug 26 20:36:00.596 INFO E| Compiling amd-apcb v0.5.4 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#d8244b0a)
26772025-08-26T20:36:06.198Z[ omicron-package] Finished `release` profile [optimized] target(s) in 2m 05s
26782025-08-26T20:36:06.517Z[ omicron-package]
26792025-08-26T20:36:06.517Z[ omicron-package] real 2:05.341971603
26802025-08-26T20:36:06.541Z[ omicron-package] user 9:17.674614405
26812025-08-26T20:36:06.541Z[ omicron-package] sys 40.180518957
26822025-08-26T20:36:06.541Z[ omicron-package] trap 1.346405469
26832025-08-26T20:36:06.541Z[ omicron-package] tflt 0.959004959
26842025-08-26T20:36:06.541Z[ omicron-package] dflt 1.668693546
26852025-08-26T20:36:06.541Z[ omicron-package] kflt 0.002590212
26862025-08-26T20:36:06.541Z[ omicron-package] lock 32:31.116831157
26872025-08-26T20:36:06.541ZAug 26 20:36:06.429[ omicron-package] slp 36:36.073377424
26882025-08-26T20:36:06.541Z INFO [omicron-package] process exited with exit status: 0 (125.444405321s)
26892025-08-26T20:36:06.541Z[ omicron-package] lat 4:43.535918295
26902025-08-26T20:36:06.541Z[ omicron-package] stop 1:32.571751584
26912025-08-26T20:36:06.541ZAug 26 20:36:06.430 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26922025-08-26T20:36:06.541ZAug 26 20:36:06.431 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26932025-08-26T20:36:06.565Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26942025-08-26T20:36:06.566Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26952025-08-26T20:36:06.566Z[ host-target] Created new build target 'host' and set it as active
26962025-08-26T20:36:06.566Z[ recovery-target] Created new build target 'recovery' and set it as active
26972025-08-26T20:36:06.566ZAug 26 20:36:06.469 INFO [recovery-target] process exited with exit status: 0 (37.257617ms)
26982025-08-26T20:36:06.566ZAug 26 20:36:06.469 INFO [host-target] process exited with exit status: 0 (38.430817ms)
26992025-08-26T20:36:06.566ZAug 26 20:36:06.469 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27002025-08-26T20:36:06.591Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27012025-08-26T20:36:09.959Z[ host-package] Compiling ring v0.17.14
27022025-08-26T20:36:10.111Z[ host-package] Compiling typify-impl v0.4.1
27032025-08-26T20:36:10.194Z[ host-package] Compiling convert_case v0.4.0
27042025-08-26T20:36:10.218Z[ host-package] Compiling num-rational v0.4.2
27052025-08-26T20:36:10.218Z[ host-package] Compiling num-complex v0.4.6
27062025-08-26T20:36:10.218Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27072025-08-26T20:36:11.018Z[ host-package] Compiling derive_more v0.99.20
27082025-08-26T20:36:11.090Z[ host-package] Compiling dirs-sys-next v0.1.2
27092025-08-26T20:36:11.654Z[ host-package] Compiling num v0.4.3
27102025-08-26T20:36:11.739Z[ host-package] Compiling float-ord v0.3.2
27112025-08-26T20:36:11.861Z[ host-package] Compiling dirs-next v2.0.0
27122025-08-26T20:36:12.036Z[ host-package] Compiling is-terminal v0.4.13
27132025-08-26T20:36:12.158Z[ host-package] Compiling term v0.7.0
27142025-08-26T20:36:12.279Z[ host-package] Compiling bytecount v0.6.8
27152025-08-26T20:36:12.915Z[ host-package] Compiling camino v1.1.11
27162025-08-26T20:36:13.036Z[ host-package] Compiling secrecy v0.10.3
27172025-08-26T20:36:13.423Z[ host-package] Compiling swrite v0.1.0
27182025-08-26T20:36:13.511Z[ host-package] Compiling password-hash v0.5.0
27192025-08-26T20:36:13.736Z[ host-package] Compiling blake2 v0.10.6
27202025-08-26T20:36:14.072Z[ host-package] Compiling atomicwrites v0.4.4
27212025-08-26T20:36:14.686Z[ host-package] Compiling argon2 v0.5.3
27222025-08-26T20:36:15.112Z[ host-package] Compiling fastrand v2.1.1
27232025-08-26T20:36:15.651Z[ host-package] Compiling tempfile v3.20.0
27242025-08-26T20:36:15.819Z[ host-package] Compiling rustls v0.23.19
27252025-08-26T20:36:15.963Z[ host-package] Compiling rustls v0.22.4
27262025-08-26T20:36:16.077Z[ host-package] Compiling newline-converter v0.3.0
27272025-08-26T20:36:16.437Z[ host-package] Compiling thread_local v1.1.8
27282025-08-26T20:36:16.603Z[ host-package] Compiling wait-timeout v0.2.0
27292025-08-26T20:36:17.134Z[ host-package] Compiling bit-vec v0.8.0
27302025-08-26T20:36:17.245Z[ host-package] Compiling match_cfg v0.1.0
27312025-08-26T20:36:17.418Z[ host-package] Compiling quick-error v1.2.3
27322025-08-26T20:36:17.489Z[ host-package] Compiling hostname v0.3.1
27332025-08-26T20:36:17.513Z[ host-package] Compiling expectorate v1.2.0
27342025-08-26T20:36:17.751Z[ host-package] Compiling bit-set v0.8.0
27352025-08-26T20:36:17.798Z[ host-package] Compiling rusty-fork v0.3.0
27362025-08-26T20:36:17.842Z[ host-package] Compiling ref-cast v1.0.24
27372025-08-26T20:36:17.990Z[ host-package] Compiling multer v3.1.0
27382025-08-26T20:36:18.079Z[ host-package] Compiling slog-async v2.8.0
27392025-08-26T20:36:18.158Z[ host-package] Compiling toml_parser v1.0.2
27402025-08-26T20:36:18.182Z[ host-package] Compiling crossbeam-channel v0.5.15
27412025-08-26T20:36:18.279Z[ host-package] Compiling slog-json v2.6.1
27422025-08-26T20:36:18.606Z[ host-package] Compiling rand_xorshift v0.4.0
27432025-08-26T20:36:18.791Z[ host-package] Compiling futures-executor v0.3.31
27442025-08-26T20:36:18.949Z[ host-package] Compiling toml_datetime v0.7.0
27452025-08-26T20:36:19.458Z[ host-package] Compiling rustls-webpki v0.102.8
27462025-08-26T20:36:19.562Z[ host-package] Compiling hex v0.4.3
27472025-08-26T20:36:19.695Z[ host-package] Compiling serde_spanned v1.0.0
27482025-08-26T20:36:19.787Z[ host-package] Compiling toml_writer v1.0.2
27492025-08-26T20:36:20.166Z[ host-package] Compiling unarray v0.1.4
27502025-08-26T20:36:20.371Z[ host-package] Compiling take_mut v0.2.2
27512025-08-26T20:36:20.422Z[ host-package] Compiling proptest v1.7.0
27522025-08-26T20:36:20.469Z[ host-package] Compiling toml v0.9.5
27532025-08-26T20:36:20.797Z[ host-package] Compiling typify-macro v0.4.1
27542025-08-26T20:36:22.529Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27552025-08-26T20:36:22.854Z[ host-package] Compiling futures v0.3.31
27562025-08-26T20:36:23.197Z[ host-package] Compiling slog-bunyan v2.5.0
27572025-08-26T20:36:24.252Z[ host-package] Compiling slog-term v2.9.1
27582025-08-26T20:36:24.862Z[ host-package] Compiling async-stream v0.3.6
27592025-08-26T20:36:25.061Z[ host-package] Compiling typify v0.4.1
27602025-08-26T20:36:25.328Z[ host-package] Compiling progenitor-impl v0.10.0
27612025-08-26T20:36:25.486Z[ host-package] Compiling dropshot v0.16.3
27622025-08-26T20:36:25.666Z[ host-package] Compiling waitgroup v0.1.2
27632025-08-26T20:36:26.034Z[ host-package] Compiling rustls-pemfile v2.2.0
27642025-08-26T20:36:26.587Z[ host-package] Compiling tokio-rustls v0.25.0
27652025-08-26T20:36:29.416Z[ host-package] Compiling tokio-rustls v0.26.0
27662025-08-26T20:36:30.217Z[ host-package] Compiling hyper-rustls v0.27.7
27672025-08-26T20:36:31.075Z[ host-package] Compiling reqwest v0.12.22
27682025-08-26T20:36:32.565Z[ host-package] Compiling progenitor-macro v0.10.0
27692025-08-26T20:36:34.220Z[ host-package] Compiling serde_path_to_error v0.1.17
27702025-08-26T20:36:34.702Z[ host-package] Compiling hostname v0.4.0
27712025-08-26T20:36:35.018Z[ host-package] Compiling instant v0.1.13
27722025-08-26T20:36:35.140Z[ host-package] Compiling owo-colors v4.2.2
27732025-08-26T20:36:35.364Z[ host-package] Compiling progenitor-client v0.9.1
27742025-08-26T20:36:35.939Z[ host-package] Compiling progenitor v0.9.1
27752025-08-26T20:36:36.057Z[ host-package] Compiling debug-ignore v1.0.5
27762025-08-26T20:36:36.367Z[ host-package] Compiling cancel-safe-futures v0.1.5
27772025-08-26T20:36:36.992Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
27782025-08-26T20:36:41.306Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27792025-08-26T20:36:45.474Z[ helios-setup] Aug 26 20:36:45.386 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
27802025-08-26T20:36:45.554Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27812025-08-26T20:36:46.693Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27822025-08-26T20:36:46.753Z[ host-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
27832025-08-26T20:36:47.259Z[ host-package] Compiling backoff v0.4.0
27842025-08-26T20:36:47.533Z[ host-package] Compiling progenitor-client v0.10.0
27852025-08-26T20:36:47.817Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
27862025-08-26T20:36:48.453Z[ host-package] Compiling iddqd v0.3.9
27872025-08-26T20:36:49.466Z[ host-package] Compiling parse-display v0.10.0
27882025-08-26T20:36:52.930Z[ host-package] Compiling progenitor v0.10.0
27892025-08-26T20:36:53.487Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27902025-08-26T20:36:57.848Z[ helios-setup] Aug 26 20:36:57.761 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
27912025-08-26T20:36:59.404Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27922025-08-26T20:37:00.339Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27932025-08-26T20:37:06.372Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27942025-08-26T20:37:06.668Z[ host-package] Compiling serde_with v3.14.0
27952025-08-26T20:37:09.361Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27962025-08-26T20:37:10.416Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
27972025-08-26T20:37:11.992Z[ host-package] Compiling libsw-core v0.3.1
27982025-08-26T20:37:12.911Z[ host-package] Compiling macaddr v1.0.1
27992025-08-26T20:37:13.233Z[ host-package] Compiling libsw v3.5.0
28002025-08-26T20:37:15.241Z[ host-package] Compiling linear-map v1.2.0
28012025-08-26T20:37:15.913Z[ host-package] Compiling utf-8 v0.7.6
28022025-08-26T20:37:16.637Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28032025-08-26T20:37:16.712Z[ host-package] Compiling toml v0.8.23
28042025-08-26T20:37:19.269Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28052025-08-26T20:37:24.903Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28062025-08-26T20:37:26.653Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28072025-08-26T20:37:27.050Z[ host-package] Compiling keccak v0.1.5
28082025-08-26T20:37:28.365Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28092025-08-26T20:37:29.962Z[ host-package] Compiling sha3 v0.10.8
28102025-08-26T20:37:30.018Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28112025-08-26T20:37:30.973Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28122025-08-26T20:37:31.690Z[ helios-setup] Aug 26 20:37:31.604 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
28132025-08-26T20:37:31.737Z[ helios-setup] Aug 26 20:37:31.650 INFO building project "amd-host-image-builder" ok (129 seconds)
28142025-08-26T20:37:31.737Z[ helios-setup] Aug 26 20:37:31.651 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
28152025-08-26T20:37:31.851Z[ helios-setup] Aug 26 20:37:31.765 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.89.0-x86_64-unknown-illumos (default)"
28162025-08-26T20:37:31.851Z[ helios-setup] Aug 26 20:37:31.765 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28172025-08-26T20:37:31.851Z[ helios-setup] Aug 26 20:37:31.765 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28182025-08-26T20:37:32.176Z[ helios-setup] Aug 26 20:37:32.089 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28192025-08-26T20:37:32.782Z[ helios-setup] Aug 26 20:37:32.696 INFO E| From https://github.com/jclulow/rust-jmclib
28202025-08-26T20:37:32.782Z[ helios-setup] Aug 26 20:37:32.696 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
28212025-08-26T20:37:32.807Z[ helios-setup] Aug 26 20:37:32.713 INFO E| Updating crates.io index
28222025-08-26T20:37:32.937Z[ helios-setup] Aug 26 20:37:32.851 INFO E| Downloading crates ...
28232025-08-26T20:37:33.071Z[ helios-setup] Aug 26 20:37:32.985 INFO E| Downloaded unicode-ident v1.0.11
28242025-08-26T20:37:33.095Z[ helios-setup] Aug 26 20:37:32.990 INFO E| Downloaded md-5 v0.9.1
28252025-08-26T20:37:33.095Z[ helios-setup] Aug 26 20:37:32.993 INFO E| Downloaded walkdir v2.3.3
28262025-08-26T20:37:33.095Z[ helios-setup] Aug 26 20:37:32.996 INFO E| Downloaded fastrand v2.0.0
28272025-08-26T20:37:33.095Z[ helios-setup] Aug 26 20:37:32.999 INFO E| Downloaded unicode-width v0.1.10
28282025-08-26T20:37:33.095Z[ helios-setup] Aug 26 20:37:33.001 INFO E| Downloaded bitflags v2.3.3
28292025-08-26T20:37:33.095Z[ helios-setup] Aug 26 20:37:33.006 INFO E| Downloaded uuid v0.8.2
28302025-08-26T20:37:33.119Z[ helios-setup] Aug 26 20:37:33.011 INFO E| Downloaded toml v0.5.11
28312025-08-26T20:37:33.119Z[ helios-setup] Aug 26 20:37:33.015 INFO E| Downloaded typenum v1.16.0
28322025-08-26T20:37:33.119Z[ helios-setup] Aug 26 20:37:33.019 INFO E| Downloaded serde v1.0.193
28332025-08-26T20:37:33.119Z[ helios-setup] Aug 26 20:37:33.023 INFO E| Downloaded proc-macro2 v1.0.66
28342025-08-26T20:37:33.119Z[ helios-setup] Aug 26 20:37:33.027 INFO E| Downloaded once_cell v1.18.0
28352025-08-26T20:37:33.119Z[ helios-setup] Aug 26 20:37:33.031 INFO E| Downloaded serde_json v1.0.103
28362025-08-26T20:37:33.144Z[ helios-setup] Aug 26 20:37:33.041 INFO E| Downloaded serde_derive v1.0.193
28372025-08-26T20:37:33.144Z[ helios-setup] Aug 26 20:37:33.045 INFO E| Downloaded ryu v1.0.15
28382025-08-26T20:37:33.144Z[ helios-setup] Aug 26 20:37:33.050 INFO E| Downloaded errno v0.3.1
28392025-08-26T20:37:33.144Z[ helios-setup] Aug 26 20:37:33.052 INFO E| Downloaded anyhow v1.0.72
28402025-08-26T20:37:33.144Z[ helios-setup] Aug 26 20:37:33.057 INFO E| Downloaded syn v2.0.32
28412025-08-26T20:37:33.168Z[ helios-setup] Aug 26 20:37:33.070 INFO E| Downloaded libdevinfo-sys v1.0.0
28422025-08-26T20:37:33.168Z[ helios-setup] Aug 26 20:37:33.072 INFO E| Downloaded itoa v1.0.9
28432025-08-26T20:37:33.168Z[ helios-setup] Aug 26 20:37:33.073 INFO E| Downloaded glob v0.3.1
28442025-08-26T20:37:33.168Z[ helios-setup] Aug 26 20:37:33.076 INFO E| Downloaded digest v0.9.0
28452025-08-26T20:37:33.168Z[ helios-setup] Aug 26 20:37:33.077 INFO E| Downloaded cpufeatures v0.2.9
28462025-08-26T20:37:33.168Z[ helios-setup] Aug 26 20:37:33.079 INFO E| Downloaded rustix v0.38.4
28472025-08-26T20:37:33.193Z[ helios-setup] Aug 26 20:37:33.106 INFO E| Downloaded tempfile v3.7.0
28482025-08-26T20:37:33.217Z[ helios-setup] Aug 26 20:37:33.109 INFO E| Downloaded sha-1 v0.9.8
28492025-08-26T20:37:33.217Z[ helios-setup] Aug 26 20:37:33.112 INFO E| Downloaded quote v1.0.31
28502025-08-26T20:37:33.217Z[ helios-setup] Aug 26 20:37:33.115 INFO E| Downloaded opaque-debug v0.3.0
28512025-08-26T20:37:33.217Z[ helios-setup] Aug 26 20:37:33.117 INFO E| Downloaded getrandom v0.2.10
28522025-08-26T20:37:33.217Z[ helios-setup] Aug 26 20:37:33.120 INFO E| Downloaded block-buffer v0.9.0
28532025-08-26T20:37:33.217Z[ helios-setup] Aug 26 20:37:33.122 INFO E| Downloaded libc v0.2.147
28542025-08-26T20:37:33.310Z[ helios-setup] Aug 26 20:37:33.223 INFO E| Compiling libc v0.2.147
28552025-08-26T20:37:33.310Z[ helios-setup] Aug 26 20:37:33.224 INFO E| Compiling proc-macro2 v1.0.66
28562025-08-26T20:37:33.310Z[ helios-setup] Aug 26 20:37:33.224 INFO E| Compiling cfg-if v1.0.0
28572025-08-26T20:37:33.335Z[ helios-setup] Aug 26 20:37:33.224 INFO E| Compiling unicode-ident v1.0.11
28582025-08-26T20:37:33.335Z[ helios-setup] Aug 26 20:37:33.224 INFO E| Compiling typenum v1.16.0
28592025-08-26T20:37:33.335Z[ helios-setup] Aug 26 20:37:33.224 INFO E| Compiling version_check v0.9.4
28602025-08-26T20:37:33.335Z[ helios-setup] Aug 26 20:37:33.224 INFO E| Compiling serde v1.0.193
28612025-08-26T20:37:33.335Z[ helios-setup] Aug 26 20:37:33.224 INFO E| Compiling rustix v0.38.4
28622025-08-26T20:37:33.867Z[ helios-setup] Aug 26 20:37:33.782 INFO E| Compiling num-conv v0.1.0
28632025-08-26T20:37:33.908Z[ helios-setup] Aug 26 20:37:33.822 INFO E| Compiling powerfmt v0.2.0
28642025-08-26T20:37:34.478Z[ helios-setup] Aug 26 20:37:34.392 INFO E| Compiling slog v2.7.0
28652025-08-26T20:37:34.849Z[ helios-setup] Aug 26 20:37:34.763 INFO E| Compiling time-core v0.1.2
28662025-08-26T20:37:35.081Z[ helios-setup] Aug 26 20:37:34.995 INFO E| Compiling itoa v1.0.9
28672025-08-26T20:37:35.183Z[ helios-setup] Aug 26 20:37:35.097 INFO E| Compiling generic-array v0.14.7
28682025-08-26T20:37:35.454Z[ helios-setup] Aug 26 20:37:35.368 INFO E| Compiling time-macros v0.2.18
28692025-08-26T20:37:35.611Z[ helios-setup] Aug 26 20:37:35.525 INFO E| Compiling deranged v0.3.11
28702025-08-26T20:37:35.834Z[ helios-setup] Aug 26 20:37:35.748 INFO E| Compiling bitflags v2.3.3
28712025-08-26T20:37:36.004Z[ helios-setup] Aug 26 20:37:35.918 INFO E| Compiling once_cell v1.18.0
28722025-08-26T20:37:36.075Z[ helios-setup] Aug 26 20:37:35.989 INFO E| Compiling num_threads v0.1.6
28732025-08-26T20:37:36.414Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28742025-08-26T20:37:36.728Z[ helios-setup] Aug 26 20:37:36.641 INFO E| Compiling quote v1.0.31
28752025-08-26T20:37:37.050Z[ helios-setup] Aug 26 20:37:36.965 INFO E| Compiling thread_local v1.1.7
28762025-08-26T20:37:37.283Z[ helios-setup] Aug 26 20:37:37.197 INFO E| Compiling anyhow v1.0.72
28772025-08-26T20:37:37.884Z[ helios-setup] Aug 26 20:37:37.797 INFO E| Compiling syn v2.0.32
28782025-08-26T20:37:38.102Z[ helios-setup] Aug 26 20:37:38.016 INFO E| Compiling dirs-sys-next v0.1.2
28792025-08-26T20:37:38.258Z[ helios-setup] Aug 26 20:37:38.172 INFO E| Compiling errno v0.3.1
28802025-08-26T20:37:38.552Z[ helios-setup] Aug 26 20:37:38.466 INFO E| Compiling atty v0.2.14
28812025-08-26T20:37:38.618Z[ helios-setup] Aug 26 20:37:38.532 INFO E| Compiling serde_json v1.0.103
28822025-08-26T20:37:38.863Z[ helios-setup] Aug 26 20:37:38.778 INFO E| Compiling dirs-next v2.0.0
28832025-08-26T20:37:38.983Z[ helios-setup] Aug 26 20:37:38.897 INFO E| Compiling fastrand v2.0.0
28842025-08-26T20:37:39.617Z[ helios-setup] Aug 26 20:37:39.531 INFO E| Compiling term v0.7.0
28852025-08-26T20:37:39.872Z[ helios-setup] Aug 26 20:37:39.786 INFO E| Compiling opaque-debug v0.3.0
28862025-08-26T20:37:40.002Z[ helios-setup] Aug 26 20:37:39.916 INFO E| Compiling getrandom v0.2.10
28872025-08-26T20:37:40.236Z[ helios-setup] Aug 26 20:37:40.151 INFO E| Compiling ryu v1.0.15
28882025-08-26T20:37:40.761Z[ helios-setup] Aug 26 20:37:40.675 INFO E| Compiling unicode-width v0.1.10
28892025-08-26T20:37:40.844Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28902025-08-26T20:37:40.928Z[ helios-setup] Aug 26 20:37:40.842 INFO E| Compiling cpufeatures v0.2.9
28912025-08-26T20:37:40.952Z[ helios-setup] Aug 26 20:37:40.859 INFO E| Compiling time v0.3.36
28922025-08-26T20:37:41.098Z[ helios-setup] Aug 26 20:37:41.012 INFO E| Compiling same-file v1.0.6
28932025-08-26T20:37:41.144Z[ helios-setup] Aug 26 20:37:41.058 INFO E| Compiling getopts v0.2.21
28942025-08-26T20:37:41.913Z[ helios-setup] Aug 26 20:37:41.827 INFO E| Compiling digest v0.9.0
28952025-08-26T20:37:41.948Z[ helios-setup] Aug 26 20:37:41.862 INFO E| Compiling block-buffer v0.9.0
28962025-08-26T20:37:42.405Z[ helios-setup] Aug 26 20:37:42.319 INFO E| Compiling tempfile v3.7.0
28972025-08-26T20:37:42.491Z[ helios-setup] Aug 26 20:37:42.405 INFO E| Compiling sha-1 v0.9.8
28982025-08-26T20:37:42.655Z[ helios-setup] Aug 26 20:37:42.569 INFO E| Compiling md-5 v0.9.1
28992025-08-26T20:37:42.938Z[ helios-setup] Aug 26 20:37:42.853 INFO E| Compiling walkdir v2.3.3
29002025-08-26T20:37:43.139Z[ helios-setup] Aug 26 20:37:43.053 INFO E| Compiling libdevinfo-sys v1.0.0
29012025-08-26T20:37:43.283Z[ helios-setup] Aug 26 20:37:43.198 INFO E| Compiling glob v0.3.1
29022025-08-26T20:37:44.903Z[ helios-setup] Aug 26 20:37:44.818 INFO E| Compiling slog-term v2.9.0
29032025-08-26T20:37:45.760Z[ helios-setup] Aug 26 20:37:45.674 INFO E| Compiling serde_derive v1.0.193
29042025-08-26T20:37:46.688Z[ host-package] Compiling prettyplease v0.2.36
29052025-08-26T20:37:47.028Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29062025-08-26T20:37:49.452Z[ host-package] Compiling tungstenite v0.21.0
29072025-08-26T20:37:51.235Z[ host-package] Compiling half v2.4.1
29082025-08-26T20:37:52.095Z[ host-package] Compiling ciborium-io v0.2.2
29092025-08-26T20:37:52.362Z[ host-package] Compiling ciborium-ll v0.2.2
29102025-08-26T20:37:52.671Z[ host-package] Compiling tokio-tungstenite v0.21.0
29112025-08-26T20:37:52.987Z[ host-package] Compiling papergrid v0.11.0
29122025-08-26T20:37:53.423Z[ host-package] Compiling tabled_derive v0.7.0
29132025-08-26T20:37:53.749Z[ host-package] Compiling csv-core v0.1.11
29142025-08-26T20:37:55.147Z[ host-package] Compiling highway v1.3.0
29152025-08-26T20:37:55.205Z[ host-package] Compiling csv v1.3.1
29162025-08-26T20:37:55.594Z[ host-package] Compiling tabled v0.15.0
29172025-08-26T20:37:57.100Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29182025-08-26T20:37:57.597Z[ host-package] Compiling ciborium v0.2.2
29192025-08-26T20:37:58.192Z[ helios-setup] Aug 26 20:37:58.107 INFO E| Compiling toml v0.5.11
29202025-08-26T20:37:58.192Z[ helios-setup] Aug 26 20:37:58.107 INFO E| Compiling uuid v0.8.2
29212025-08-26T20:38:00.304Z[ host-package] Compiling semver v0.1.20
29222025-08-26T20:38:00.516Z[ helios-setup] Aug 26 20:38:00.431 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
29232025-08-26T20:38:00.985Z[ host-package] Compiling tough v0.20.0
29242025-08-26T20:38:01.332Z[ host-package] Compiling rustc_version v0.1.7
29252025-08-26T20:38:01.996Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29262025-08-26T20:38:02.404Z[ helios-setup] Aug 26 20:38:02.318 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
29272025-08-26T20:38:04.083Z[ host-package] Compiling newtype_derive v0.1.6
29282025-08-26T20:38:04.636Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
29292025-08-26T20:38:07.384Z[ host-package] Compiling resolv-conf v0.7.0
29302025-08-26T20:38:07.579Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
29312025-08-26T20:38:09.132Z[ host-package] Compiling universal-hash v0.5.1
29322025-08-26T20:38:09.309Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
29332025-08-26T20:38:09.362Z[ host-package] Compiling unicode-linebreak v0.1.5
29342025-08-26T20:38:09.583Z[ host-package] Compiling smawk v0.3.2
29352025-08-26T20:38:10.178Z[ host-package] Compiling opaque-debug v0.3.1
29362025-08-26T20:38:10.219Z[ host-package] Compiling textwrap v0.16.2
29372025-08-26T20:38:10.413Z[ host-package] Compiling poly1305 v0.8.0
29382025-08-26T20:38:10.573Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
29392025-08-26T20:38:12.037Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29402025-08-26T20:38:12.261Z[ host-package] Compiling chacha20 v0.9.1
29412025-08-26T20:38:12.322Z[ host-package] Compiling thiserror-no-std v2.0.2
29422025-08-26T20:38:12.585Z[ host-package] Compiling aead v0.5.2
29432025-08-26T20:38:12.639Z[ host-package] Compiling humantime v2.2.0
29442025-08-26T20:38:12.809Z[ host-package] Compiling vsss-rs v3.3.4
29452025-08-26T20:38:12.917Z[ host-package] Compiling chacha20poly1305 v0.10.1
29462025-08-26T20:38:13.235Z[ host-package] Compiling linked-hash-map v0.5.6
29472025-08-26T20:38:13.296Z[ host-package] Compiling steno v0.4.1
29482025-08-26T20:38:13.535Z[ helios-setup] Aug 26 20:38:13.450 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.54s
29492025-08-26T20:38:13.566Z[ helios-setup] Aug 26 20:38:13.481 INFO building project "image-builder" ok (41 seconds)
29502025-08-26T20:38:13.566Z[ helios-setup] Aug 26 20:38:13.482 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
29512025-08-26T20:38:13.666Z[ helios-setup] Aug 26 20:38:13.582 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.89.0-x86_64-unknown-illumos (default)"
29522025-08-26T20:38:13.666Z[ helios-setup] Aug 26 20:38:13.582 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29532025-08-26T20:38:13.691Z[ helios-setup] Aug 26 20:38:13.582 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29542025-08-26T20:38:13.691Z[ host-package] Compiling hickory-proto v0.24.4
29552025-08-26T20:38:13.820Z[ host-package] Compiling lru-cache v0.1.2
29562025-08-26T20:38:13.970Z[ helios-setup] Aug 26 20:38:13.885 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
29572025-08-26T20:38:14.185Z[ host-package] Compiling slog-dtrace v0.3.0
29582025-08-26T20:38:14.320Z[ host-package] Compiling moka v0.12.10
29592025-08-26T20:38:14.634Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
29602025-08-26T20:38:14.983Z[ host-package] Compiling tagptr v0.2.0
29612025-08-26T20:38:15.225Z[ helios-setup] Aug 26 20:38:15.140 INFO E| From https://github.com/oxidecomputer/progenitor
29622025-08-26T20:38:15.225Z[ helios-setup] Aug 26 20:38:15.140 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
29632025-08-26T20:38:15.326Z[ helios-setup] Aug 26 20:38:15.241 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29642025-08-26T20:38:15.856Z[ helios-setup] Aug 26 20:38:15.771 INFO E| From https://github.com/jclulow/hiercmd
29652025-08-26T20:38:15.856Z[ helios-setup] Aug 26 20:38:15.771 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
29662025-08-26T20:38:15.881Z[ helios-setup] Aug 26 20:38:15.789 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
29672025-08-26T20:38:16.378Z[ helios-setup] Aug 26 20:38:16.293 INFO E| From https://github.com/jclulow/network-interface
29682025-08-26T20:38:16.378Z[ helios-setup] Aug 26 20:38:16.293 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
29692025-08-26T20:38:16.432Z[ helios-setup] Aug 26 20:38:16.347 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29702025-08-26T20:38:16.894Z[ helios-setup] Aug 26 20:38:16.810 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29712025-08-26T20:38:16.894Z[ helios-setup] Aug 26 20:38:16.810 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29722025-08-26T20:38:16.938Z[ helios-setup] Aug 26 20:38:16.854 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29732025-08-26T20:38:17.877Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29742025-08-26T20:38:17.902Z[ helios-setup] Aug 26 20:38:17.811 INFO E| From https://github.com/oxidecomputer/facade
29752025-08-26T20:38:17.902Z[ helios-setup] Aug 26 20:38:17.811 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29762025-08-26T20:38:17.934Z[ helios-setup] Aug 26 20:38:17.850 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
29772025-08-26T20:38:18.940Z[ helios-setup] Aug 26 20:38:18.854 INFO E| From https://github.com/oxidecomputer/dropshot
29782025-08-26T20:38:18.940Z[ helios-setup] Aug 26 20:38:18.854 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29792025-08-26T20:38:18.974Z[ helios-setup] Aug 26 20:38:18.890 INFO E| Updating crates.io index
29802025-08-26T20:38:19.034Z[ helios-setup] Aug 26 20:38:18.950 INFO E| Updating git repository `https://github.com/oxidecomputer/lpc55_support`
29812025-08-26T20:38:19.547Z[ helios-setup] Aug 26 20:38:19.462 INFO E| From https://github.com/oxidecomputer/lpc55_support
29822025-08-26T20:38:19.547Z[ helios-setup] Aug 26 20:38:19.462 INFO E| * [new ref] f05c063e4b68926069efa0edb1159c8a2dbd9253 -> refs/commit/f05c063e4b68926069efa0edb1159c8a2dbd9253
29832025-08-26T20:38:19.604Z[ helios-setup] Aug 26 20:38:19.518 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29842025-08-26T20:38:20.638Z[ host-package] Compiling hickory-resolver v0.24.4
29852025-08-26T20:38:20.696Z[ helios-setup] Aug 26 20:38:20.611 INFO E| From https://github.com/oxidecomputer/typify
29862025-08-26T20:38:20.722Z[ helios-setup] Aug 26 20:38:20.611 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29872025-08-26T20:38:20.958Z[ helios-setup] Aug 26 20:38:20.874 INFO E| Downloading crates ...
29882025-08-26T20:38:21.140Z[ helios-setup] Aug 26 20:38:21.055 INFO E| Downloaded iana-time-zone v0.1.56
29892025-08-26T20:38:21.164Z[ helios-setup] Aug 26 20:38:21.064 INFO E| Downloaded flagset v0.4.7
29902025-08-26T20:38:21.164Z[ helios-setup] Aug 26 20:38:21.068 INFO E| Downloaded lock_api v0.4.9
29912025-08-26T20:38:21.164Z[ helios-setup] Aug 26 20:38:21.072 INFO E| Downloaded anstyle v0.3.5
29922025-08-26T20:38:21.165Z[ helios-setup] Aug 26 20:38:21.075 INFO E| Downloaded is-terminal v0.4.7
29932025-08-26T20:38:21.165Z[ helios-setup] Aug 26 20:38:21.078 INFO E| Downloaded slab v0.4.7
29942025-08-26T20:38:21.190Z[ helios-setup] Aug 26 20:38:21.082 INFO E| Downloaded smawk v0.3.1
29952025-08-26T20:38:21.190Z[ helios-setup] Aug 26 20:38:21.085 INFO E| Downloaded textwrap v0.16.0
29962025-08-26T20:38:21.190Z[ helios-setup] Aug 26 20:38:21.091 INFO E| Downloaded const-random-macro v0.1.15
29972025-08-26T20:38:21.190Z[ helios-setup] Aug 26 20:38:21.095 INFO E| Downloaded semver v0.11.0
29982025-08-26T20:38:21.190Z[ helios-setup] Aug 26 20:38:21.100 INFO E| Downloaded futures-macro v0.3.28
29992025-08-26T20:38:21.190Z[ helios-setup] Aug 26 20:38:21.104 INFO E| Downloaded utf8parse v0.2.1
30002025-08-26T20:38:21.216Z[ helios-setup] Aug 26 20:38:21.109 INFO E| Downloaded tower-service v0.3.2
30012025-08-26T20:38:21.216Z[ helios-setup] Aug 26 20:38:21.114 INFO E| Downloaded unsafe-libyaml v0.2.8
30022025-08-26T20:38:21.216Z[ helios-setup] Aug 26 20:38:21.121 INFO E| Downloaded rustls-webpki v0.100.1
30032025-08-26T20:38:21.241Z[ helios-setup] Aug 26 20:38:21.134 INFO E| Downloaded rustls-pemfile v1.0.2
30042025-08-26T20:38:21.241Z[ helios-setup] Aug 26 20:38:21.152 INFO E| Downloaded sct v0.7.0
30052025-08-26T20:38:21.266Z[ helios-setup] Aug 26 20:38:21.162 INFO E| Downloaded ryu v1.0.13
30062025-08-26T20:38:21.266Z[ helios-setup] Aug 26 20:38:21.169 INFO E| Downloaded winnow v0.4.1
30072025-08-26T20:38:21.291Z[ helios-setup] Aug 26 20:38:21.181 INFO E| Downloaded rsa v0.9.8
30082025-08-26T20:38:21.291Z[ helios-setup] Aug 26 20:38:21.190 INFO E| Downloaded mio v0.8.5
30092025-08-26T20:38:21.291Z[ helios-setup] Aug 26 20:38:21.198 INFO E| Downloaded unicode-normalization v0.1.22
30102025-08-26T20:38:21.291Z[ helios-setup] Aug 26 20:38:21.205 INFO E| Downloaded idna v0.3.0
30112025-08-26T20:38:21.316Z[ helios-setup] Aug 26 20:38:21.216 INFO E| Downloaded libm v0.2.15
30122025-08-26T20:38:21.341Z[ helios-setup] Aug 26 20:38:21.240 INFO E| Downloaded hashbrown v0.15.3
30132025-08-26T20:38:21.341Z[ helios-setup] Aug 26 20:38:21.249 INFO E| Downloaded reqwest v0.11.16
30142025-08-26T20:38:21.365Z[ helios-setup] Aug 26 20:38:21.261 INFO E| Downloaded hyper v0.14.25
30152025-08-26T20:38:21.366Z[ helios-setup] Aug 26 20:38:21.273 INFO E| Downloaded rustix v0.37.3
30162025-08-26T20:38:21.390Z[ helios-setup] Aug 26 20:38:21.302 INFO E| Downloaded rustls v0.21.0
30172025-08-26T20:38:21.416Z[ helios-setup] Aug 26 20:38:21.317 INFO E| Downloaded syn v2.0.72
30182025-08-26T20:38:21.441Z[ helios-setup] Aug 26 20:38:21.333 INFO E| Downloaded regex v1.7.3
30192025-08-26T20:38:21.441Z[ helios-setup] Aug 26 20:38:21.350 INFO E| Downloaded regress v0.5.0
30202025-08-26T20:38:21.465Z[ helios-setup] Aug 26 20:38:21.361 INFO E| Downloaded syn v1.0.107
30212025-08-26T20:38:21.465Z[ helios-setup] Aug 26 20:38:21.375 INFO E| Downloaded openapiv3 v1.0.2
30222025-08-26T20:38:21.490Z[ helios-setup] Aug 26 20:38:21.391 INFO E| Downloaded rhai v1.14.0
30232025-08-26T20:38:21.517Z[ helios-setup] Aug 26 20:38:21.406 INFO E| Downloaded git2 v0.16.1
30242025-08-26T20:38:21.517Z[ helios-setup] Aug 26 20:38:21.418 INFO E| Downloaded h2 v0.3.16
30252025-08-26T20:38:21.517Z[ helios-setup] Aug 26 20:38:21.427 INFO E| Downloaded serde_json v1.0.95
30262025-08-26T20:38:21.542Z[ helios-setup] Aug 26 20:38:21.437 INFO E| Downloaded pest v2.5.7
30272025-08-26T20:38:21.543Z[ helios-setup] Aug 26 20:38:21.444 INFO E| Downloaded tokio v1.27.0
30282025-08-26T20:38:21.570Z[ helios-setup] Aug 26 20:38:21.485 INFO E| Downloaded time v0.1.45
30292025-08-26T20:38:21.594Z[ helios-setup] Aug 26 20:38:21.488 INFO E| Downloaded chrono v0.4.24
30302025-08-26T20:38:21.594Z[ helios-setup] Aug 26 20:38:21.503 INFO E| Downloaded http v0.2.9
30312025-08-26T20:38:21.619Z[ helios-setup] Aug 26 20:38:21.511 INFO E| Downloaded crossbeam-channel v0.5.6
30322025-08-26T20:38:21.619Z[ helios-setup] Aug 26 20:38:21.517 INFO E| Downloaded url v2.3.1
30332025-08-26T20:38:21.619Z[ helios-setup] Aug 26 20:38:21.521 INFO E| Downloaded tracing-core v0.1.30
30342025-08-26T20:38:21.619Z[ helios-setup] Aug 26 20:38:21.525 INFO E| Downloaded tracing v0.1.37
30352025-08-26T20:38:21.619Z[ helios-setup] Aug 26 20:38:21.530 INFO E| Downloaded memchr v2.5.0
30362025-08-26T20:38:21.644Z[ helios-setup] Aug 26 20:38:21.537 INFO E| Downloaded flate2 v1.0.25
30372025-08-26T20:38:21.644Z[ helios-setup] Aug 26 20:38:21.543 INFO E| Downloaded clap_builder v4.2.1
30382025-08-26T20:38:21.644Z[ helios-setup] Aug 26 20:38:21.552 INFO E| Downloaded uuid v1.3.0
30392025-08-26T20:38:21.644Z[ helios-setup] Aug 26 20:38:21.557 INFO E| Downloaded unicode-linebreak v0.1.4
30402025-08-26T20:38:21.669Z[ helios-setup] Aug 26 20:38:21.560 INFO E| Downloaded libc v0.2.139
30412025-08-26T20:38:21.693Z[ helios-setup] Aug 26 20:38:21.590 INFO E| Downloaded ucd-trie v0.1.5
30422025-08-26T20:38:21.693Z[ helios-setup] Aug 26 20:38:21.592 INFO E| Downloaded toml_edit v0.19.8
30432025-08-26T20:38:21.718Z[ helios-setup] Aug 26 20:38:21.622 INFO E| Downloaded serde_yaml v0.9.21
30442025-08-26T20:38:21.718Z[ helios-setup] Aug 26 20:38:21.626 INFO E| Downloaded serde v1.0.204
30452025-08-26T20:38:21.718Z[ helios-setup] Aug 26 20:38:21.631 INFO E| Downloaded iddqd v0.3.1
30462025-08-26T20:38:21.743Z[ helios-setup] Aug 26 20:38:21.639 INFO E| Downloaded unicode-bidi v0.3.13
30472025-08-26T20:38:21.743Z[ helios-setup] Aug 26 20:38:21.642 INFO E| Downloaded tungstenite v0.18.0
30482025-08-26T20:38:21.743Z[ helios-setup] Aug 26 20:38:21.646 INFO E| Downloaded toml v0.7.3
30492025-08-26T20:38:21.743Z[ helios-setup] Aug 26 20:38:21.650 INFO E| Downloaded tokio-tungstenite v0.18.0
30502025-08-26T20:38:21.743Z[ helios-setup] Aug 26 20:38:21.653 INFO E| Downloaded tokio-rustls v0.24.0
30512025-08-26T20:38:21.743Z[ helios-setup] Aug 26 20:38:21.656 INFO E| Downloaded tempfile v3.5.0
30522025-08-26T20:38:21.768Z[ helios-setup] Aug 26 20:38:21.659 INFO E| Downloaded spin v0.5.2
30532025-08-26T20:38:21.768Z[ helios-setup] Aug 26 20:38:21.660 INFO E| Downloaded socket2 v0.4.9
30542025-08-26T20:38:21.768Z[ helios-setup] Aug 26 20:38:21.663 INFO E| Downloaded smartstring v1.0.1
30552025-08-26T20:38:21.768Z[ helios-setup] Aug 26 20:38:21.666 INFO E| Downloaded smallvec v1.10.0
30562025-08-26T20:38:21.768Z[ helios-setup] Aug 26 20:38:21.669 INFO E| Downloaded serde_derive v1.0.204
30572025-08-26T20:38:21.768Z[ helios-setup] Aug 26 20:38:21.674 INFO E| Downloaded parking_lot v0.12.1
30582025-08-26T20:38:21.768Z[ helios-setup] Aug 26 20:38:21.680 INFO E| Downloaded num-traits v0.2.15
30592025-08-26T20:38:21.793Z[ helios-setup] Aug 26 20:38:21.685 INFO E| Downloaded miniz_oxide v0.6.2
30602025-08-26T20:38:21.793Z[ helios-setup] Aug 26 20:38:21.690 INFO E| Downloaded log v0.4.17
30612025-08-26T20:38:21.793Z[ helios-setup] Aug 26 20:38:21.693 INFO E| Downloaded ipnet v2.7.2
30622025-08-26T20:38:21.793Z[ helios-setup] Aug 26 20:38:21.695 INFO E| Downloaded io-lifetimes v1.0.10
30632025-08-26T20:38:21.793Z[ helios-setup] Aug 26 20:38:21.698 INFO E| Downloaded home v0.5.4
30642025-08-26T20:38:21.793Z[ helios-setup] Aug 26 20:38:21.700 INFO E| Downloaded getrandom v0.2.8
30652025-08-26T20:38:21.793Z[ helios-setup] Aug 26 20:38:21.704 INFO E| Downloaded futures-channel v0.3.28
30662025-08-26T20:38:21.793Z[ helios-setup] Aug 26 20:38:21.707 INFO E| Downloaded camino v1.1.4
30672025-08-26T20:38:21.819Z[ helios-setup] Aug 26 20:38:21.709 INFO E| Downloaded scopeguard v1.1.0
30682025-08-26T20:38:21.819Z[ helios-setup] Aug 26 20:38:21.711 INFO E| Downloaded schemars_derive v0.8.12
30692025-08-26T20:38:21.819Z[ helios-setup] Aug 26 20:38:21.713 INFO E| Downloaded schemars v0.8.12
30702025-08-26T20:38:21.820Z[ helios-setup] Aug 26 20:38:21.729 INFO E| Downloaded rustfmt-wrapper v0.2.0
30712025-08-26T20:38:21.820Z[ helios-setup] Aug 26 20:38:21.731 INFO E| Downloaded toml_datetime v0.6.1
30722025-08-26T20:38:21.820Z[ helios-setup] Aug 26 20:38:21.733 INFO E| Downloaded tls_codec_derive v0.4.2
30732025-08-26T20:38:21.844Z[ helios-setup] Aug 26 20:38:21.735 INFO E| Downloaded tls_codec v0.4.2
30742025-08-26T20:38:21.844Z[ helios-setup] Aug 26 20:38:21.740 INFO E| Downloaded terminal_size v0.2.6
30752025-08-26T20:38:21.844Z[ helios-setup] Aug 26 20:38:21.744 INFO E| Downloaded slog-bunyan v2.4.0
30762025-08-26T20:38:21.844Z[ helios-setup] Aug 26 20:38:21.747 INFO E| Downloaded serde_tokenstream v0.2.0
30772025-08-26T20:38:21.845Z[ helios-setup] Aug 26 20:38:21.754 INFO E| Downloaded semver v1.0.17
30782025-08-26T20:38:21.845Z[ helios-setup] Aug 26 20:38:21.757 INFO E| Downloaded rhai_codegen v1.5.0
30792025-08-26T20:38:21.869Z[ helios-setup] Aug 26 20:38:21.768 INFO E| Downloaded pin-project-lite v0.2.9
30802025-08-26T20:38:21.869Z[ helios-setup] Aug 26 20:38:21.775 INFO E| Downloaded once_cell v1.17.0
30812025-08-26T20:38:21.869Z[ helios-setup] Aug 26 20:38:21.778 INFO E| Downloaded encoding_rs v0.8.32
30822025-08-26T20:38:21.895Z[ helios-setup] Aug 26 20:38:21.805 INFO E| Downloaded lazy_static v1.4.0
30832025-08-26T20:38:21.920Z[ helios-setup] Aug 26 20:38:21.810 INFO E| Downloaded jobserver v0.1.26
30842025-08-26T20:38:21.920Z[ helios-setup] Aug 26 20:38:21.810 INFO E| Downloaded derive-where v1.4.0
30852025-08-26T20:38:21.920Z[ helios-setup] Aug 26 20:38:21.814 INFO E| Downloaded der v0.7.10
30862025-08-26T20:38:21.920Z[ helios-setup] Aug 26 20:38:21.821 INFO E| Downloaded crossbeam-utils v0.8.14
30872025-08-26T20:38:21.920Z[ helios-setup] Aug 26 20:38:21.825 INFO E| Downloaded toolchain_find v0.2.0
30882025-08-26T20:38:21.920Z[ helios-setup] Aug 26 20:38:21.827 INFO E| Downloaded thiserror-impl v1.0.38
30892025-08-26T20:38:21.920Z[ helios-setup] Aug 26 20:38:21.829 INFO E| Downloaded thiserror v1.0.38
30902025-08-26T20:38:21.920Z[ helios-setup] Aug 26 20:38:21.835 INFO E| Downloaded strsim v0.10.0
30912025-08-26T20:38:21.945Z[ helios-setup] Aug 26 20:38:21.839 INFO E| Downloaded signal-hook-registry v1.4.0
30922025-08-26T20:38:21.945Z[ helios-setup] Aug 26 20:38:21.845 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
30932025-08-26T20:38:21.945Z[ helios-setup] Aug 26 20:38:21.850 INFO E| Downloaded proc-macro-crate v1.2.1
30942025-08-26T20:38:21.945Z[ helios-setup] Aug 26 20:38:21.853 INFO E| Downloaded pkg-config v0.3.26
30952025-08-26T20:38:21.945Z[ helios-setup] Aug 26 20:38:21.856 INFO E| Downloaded percent-encoding v2.2.0
30962025-08-26T20:38:21.945Z[ helios-setup] Aug 26 20:38:21.857 INFO E| Downloaded paste v1.0.12
30972025-08-26T20:38:21.970Z[ helios-setup] Aug 26 20:38:21.862 INFO E| Downloaded parking_lot_core v0.9.6
30982025-08-26T20:38:21.970Z[ helios-setup] Aug 26 20:38:21.865 INFO E| Downloaded num_enum v0.5.7
30992025-08-26T20:38:21.970Z[ helios-setup] Aug 26 20:38:21.871 INFO E| Downloaded num_cpus v1.15.0
31002025-08-26T20:38:21.970Z[ helios-setup] Aug 26 20:38:21.875 INFO E| Downloaded num-integer v0.1.45
31012025-08-26T20:38:21.970Z[ helios-setup] Aug 26 20:38:21.877 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31022025-08-26T20:38:22.038Z[ helios-setup] Aug 26 20:38:21.954 INFO E| Downloaded itoa v1.0.6
31032025-08-26T20:38:22.063Z[ helios-setup] Aug 26 20:38:21.957 INFO E| Downloaded futures-io v0.3.28
31042025-08-26T20:38:22.063Z[ helios-setup] Aug 26 20:38:21.958 INFO E| Downloaded futures-core v0.3.28
31052025-08-26T20:38:22.063Z[ helios-setup] Aug 26 20:38:21.960 INFO E| Downloaded fastrand v1.9.0
31062025-08-26T20:38:22.063Z[ helios-setup] Aug 26 20:38:21.962 INFO E| Downloaded clap v4.2.1
31072025-08-26T20:38:22.063Z[ helios-setup] Aug 26 20:38:21.973 INFO E| Downloaded cc v1.0.78
31082025-08-26T20:38:22.063Z[ helios-setup] Aug 26 20:38:21.977 INFO E| Downloaded want v0.3.0
31092025-08-26T20:38:22.063Z[ helios-setup] Aug 26 20:38:21.978 INFO E| Downloaded try-lock v0.2.4
31102025-08-26T20:38:22.088Z[ helios-setup] Aug 26 20:38:21.979 INFO E| Downloaded tokio-macros v2.0.0
31112025-08-26T20:38:22.088Z[ helios-setup] Aug 26 20:38:21.991 INFO E| Downloaded ppv-lite86 v0.2.17
31122025-08-26T20:38:22.088Z[ helios-setup] Aug 26 20:38:21.993 INFO E| Downloaded num_enum_derive v0.5.7
31132025-08-26T20:38:22.088Z[ helios-setup] Aug 26 20:38:21.994 INFO E| Downloaded httpdate v1.0.2
31142025-08-26T20:38:22.088Z[ helios-setup] Aug 26 20:38:21.996 INFO E| Downloaded http-body v0.4.5
31152025-08-26T20:38:22.088Z[ helios-setup] Aug 26 20:38:21.998 INFO E| Downloaded generic-array v0.14.6
31162025-08-26T20:38:22.088Z[ helios-setup] Aug 26 20:38:22.000 INFO E| Downloaded tokio-util v0.7.7
31172025-08-26T20:38:22.113Z[ helios-setup] Aug 26 20:38:22.016 INFO E| Downloaded tinyvec v1.6.0
31182025-08-26T20:38:22.113Z[ helios-setup] Aug 26 20:38:22.021 INFO E| Downloaded sha2 v0.10.6
31192025-08-26T20:38:22.113Z[ helios-setup] Aug 26 20:38:22.024 INFO E| Downloaded project-root v0.2.2
31202025-08-26T20:38:22.113Z[ helios-setup] Aug 26 20:38:22.026 INFO E| Downloaded num-iter v0.1.44
31212025-08-26T20:38:22.113Z[ helios-setup] Aug 26 20:38:22.028 INFO E| Downloaded futures-util v0.3.28
31222025-08-26T20:38:22.138Z[ helios-setup] Aug 26 20:38:22.043 INFO E| Downloaded futures-sink v0.3.28
31232025-08-26T20:38:22.138Z[ helios-setup] Aug 26 20:38:22.044 INFO E| Downloaded form_urlencoded v1.1.0
31242025-08-26T20:38:22.138Z[ helios-setup] Aug 26 20:38:22.045 INFO E| Downloaded aho-corasick v0.7.20
31252025-08-26T20:38:22.138Z[ helios-setup] Aug 26 20:38:22.050 INFO E| Downloaded termcolor v1.2.0
31262025-08-26T20:38:22.138Z[ helios-setup] Aug 26 20:38:22.052 INFO E| Downloaded slog-async v2.7.0
31272025-08-26T20:38:22.138Z[ helios-setup] Aug 26 20:38:22.054 INFO E| Downloaded sha1 v0.10.5
31282025-08-26T20:38:22.163Z[ helios-setup] Aug 26 20:38:22.056 INFO E| Downloaded serde_path_to_error v0.1.11
31292025-08-26T20:38:22.163Z[ helios-setup] Aug 26 20:38:22.059 INFO E| Downloaded concolor-query v0.3.3
31302025-08-26T20:38:22.163Z[ helios-setup] Aug 26 20:38:22.060 INFO E| Downloaded base64 v0.21.0
31312025-08-26T20:38:22.163Z[ helios-setup] Aug 26 20:38:22.065 INFO E| Downloaded autocfg v1.1.0
31322025-08-26T20:38:22.163Z[ helios-setup] Aug 26 20:38:22.067 INFO E| Downloaded async-stream-impl v0.3.5
31332025-08-26T20:38:22.163Z[ helios-setup] Aug 26 20:38:22.068 INFO E| Downloaded unicode-ident v1.0.8
31342025-08-26T20:38:22.163Z[ helios-setup] Aug 26 20:38:22.071 INFO E| Downloaded quote v1.0.36
31352025-08-26T20:38:22.163Z[ helios-setup] Aug 26 20:38:22.075 INFO E| Downloaded futures-task v0.3.28
31362025-08-26T20:38:22.163Z[ helios-setup] Aug 26 20:38:22.077 INFO E| Downloaded clap_lex v0.4.1
31372025-08-26T20:38:22.163Z[ helios-setup] Aug 26 20:38:22.078 INFO E| Downloaded bytes v1.4.0
31382025-08-26T20:38:22.188Z[ helios-setup] Aug 26 20:38:22.083 INFO E| Downloaded base64ct v1.8.0
31392025-08-26T20:38:22.189Z[ helios-setup] Aug 26 20:38:22.086 INFO E| Downloaded crc v3.3.0
31402025-08-26T20:38:22.189Z[ helios-setup] Aug 26 20:38:22.089 INFO E| Downloaded const-random v0.1.15
31412025-08-26T20:38:22.189Z[ helios-setup] Aug 26 20:38:22.090 INFO E| Downloaded clap_derive v4.2.0
31422025-08-26T20:38:22.189Z[ helios-setup] Aug 26 20:38:22.093 INFO E| Downloaded libz-sys v1.1.8
31432025-08-26T20:38:22.249Z[ helios-setup] Aug 26 20:38:22.163 INFO E| Downloaded bincode v1.3.3
31442025-08-26T20:38:22.274Z[ helios-setup] Aug 26 20:38:22.167 INFO E| Downloaded serde_spanned v0.6.1
31452025-08-26T20:38:22.274Z[ helios-setup] Aug 26 20:38:22.168 INFO E| Downloaded built v0.6.0
31462025-08-26T20:38:22.274Z[ helios-setup] Aug 26 20:38:22.171 INFO E| Downloaded block-buffer v0.10.3
31472025-08-26T20:38:22.274Z[ helios-setup] Aug 26 20:38:22.172 INFO E| Downloaded async-stream v0.3.5
31482025-08-26T20:38:22.274Z[ helios-setup] Aug 26 20:38:22.177 INFO E| Downloaded anyhow v1.0.68
31492025-08-26T20:38:22.274Z[ helios-setup] Aug 26 20:38:22.188 INFO E| Downloaded async-trait v0.1.68
31502025-08-26T20:38:22.299Z[ helios-setup] Aug 26 20:38:22.193 INFO E| Downloaded ahash v0.8.3
31512025-08-26T20:38:22.299Z[ helios-setup] Aug 26 20:38:22.197 INFO E| Downloaded serde_derive_internals v0.26.0
31522025-08-26T20:38:22.299Z[ helios-setup] Aug 26 20:38:22.199 INFO E| Downloaded concolor-override v1.0.0
31532025-08-26T20:38:22.299Z[ helios-setup] Aug 26 20:38:22.200 INFO E| Downloaded cpufeatures v0.2.5
31542025-08-26T20:38:22.299Z[ helios-setup] Aug 26 20:38:22.202 INFO E| Downloaded semver-parser v0.10.2
31552025-08-26T20:38:22.300Z[ helios-setup] Aug 26 20:38:22.204 INFO E| Downloaded proc-macro2 v1.0.86
31562025-08-26T20:38:22.300Z[ helios-setup] Aug 26 20:38:22.208 INFO E| Downloaded ahash v0.7.6
31572025-08-26T20:38:22.300Z[ helios-setup] Aug 26 20:38:22.211 INFO E| Downloaded futures v0.3.28
31582025-08-26T20:38:22.324Z[ helios-setup] Aug 26 20:38:22.218 INFO E| Downloaded anstyle-parse v0.1.1
31592025-08-26T20:38:22.324Z[ helios-setup] Aug 26 20:38:22.220 INFO E| Downloaded anstream v0.2.6
31602025-08-26T20:38:22.324Z[ helios-setup] Aug 26 20:38:22.222 INFO E| Downloaded httparse v1.8.0
31612025-08-26T20:38:22.324Z[ helios-setup] Aug 26 20:38:22.225 INFO E| Downloaded futures-executor v0.3.28
31622025-08-26T20:38:22.324Z[ helios-setup] Aug 26 20:38:22.227 INFO E| Downloaded dyn-clone v1.0.11
31632025-08-26T20:38:22.324Z[ helios-setup] Aug 26 20:38:22.229 INFO E| Downloaded cargo-lock v8.0.3
31642025-08-26T20:38:22.325Z[ helios-setup] Aug 26 20:38:22.234 INFO E| Downloaded byteorder v1.4.3
31652025-08-26T20:38:22.372Z[ helios-setup] Aug 26 20:38:22.287 INFO E| Downloaded ring v0.16.20
31662025-08-26T20:38:22.717Z[ helios-setup] Aug 26 20:38:22.633 INFO E| Compiling proc-macro2 v1.0.86
31672025-08-26T20:38:22.717Z[ helios-setup] Aug 26 20:38:22.633 INFO E| Compiling unicode-ident v1.0.8
31682025-08-26T20:38:22.742Z[ helios-setup] Aug 26 20:38:22.633 INFO E| Compiling libc v0.2.139
31692025-08-26T20:38:22.742Z[ helios-setup] Aug 26 20:38:22.633 INFO E| Compiling autocfg v1.1.0
31702025-08-26T20:38:22.742Z[ helios-setup] Aug 26 20:38:22.633 INFO E| Compiling cfg-if v1.0.0
31712025-08-26T20:38:22.742Z[ helios-setup] Aug 26 20:38:22.633 INFO E| Compiling version_check v0.9.4
31722025-08-26T20:38:22.742Z[ helios-setup] Aug 26 20:38:22.633 INFO E| Compiling serde v1.0.204
31732025-08-26T20:38:22.742Z[ helios-setup] Aug 26 20:38:22.633 INFO E| Compiling syn v1.0.107
31742025-08-26T20:38:23.008Z[ helios-setup] Aug 26 20:38:22.924 INFO E| Compiling memchr v2.5.0
31752025-08-26T20:38:23.756Z[ helios-setup] Aug 26 20:38:23.672 INFO E| Compiling once_cell v1.17.0
31762025-08-26T20:38:24.537Z[ helios-setup] Aug 26 20:38:24.452 INFO E| Compiling thiserror v1.0.38
31772025-08-26T20:38:25.128Z[ helios-setup] Aug 26 20:38:25.043 INFO E| Compiling itoa v1.0.6
31782025-08-26T20:38:25.278Z[ helios-setup] Aug 26 20:38:25.194 INFO E| Compiling log v0.4.17
31792025-08-26T20:38:25.623Z[ helios-setup] Aug 26 20:38:25.539 INFO E| Compiling serde_json v1.0.95
31802025-08-26T20:38:25.934Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31812025-08-26T20:38:26.710Z[ host-package] Compiling qorb v0.4.1
31822025-08-26T20:38:26.865Z[ helios-setup] Aug 26 20:38:26.780 INFO E| Compiling getrandom v0.2.8
31832025-08-26T20:38:26.890Z[ helios-setup] Aug 26 20:38:26.787 INFO E| Compiling indexmap v1.9.3
31842025-08-26T20:38:27.094Z[ helios-setup] Aug 26 20:38:27.010 INFO E| Compiling jobserver v0.1.26
31852025-08-26T20:38:27.762Z[ helios-setup] Aug 26 20:38:27.678 INFO E| Compiling pin-project-lite v0.2.9
31862025-08-26T20:38:28.012Z[ helios-setup] Aug 26 20:38:27.928 INFO E| Compiling cc v1.0.78
31872025-08-26T20:38:28.130Z[ helios-setup] Aug 26 20:38:28.046 INFO E| Compiling quote v1.0.36
31882025-08-26T20:38:28.407Z[ helios-setup] Aug 26 20:38:28.323 INFO E| Compiling typenum v1.16.0
31892025-08-26T20:38:28.432Z[ helios-setup] Aug 26 20:38:28.343 INFO E| Compiling bitflags v1.3.2
31902025-08-26T20:38:28.432Z[ helios-setup] Aug 26 20:38:28.343 INFO E| Compiling const-oid v0.9.6
31912025-08-26T20:38:28.605Z[ helios-setup] Aug 26 20:38:28.521 INFO E| Compiling generic-array v0.14.6
31922025-08-26T20:38:28.942Z[ helios-setup] Aug 26 20:38:28.858 INFO E| Compiling bytes v1.4.0
31932025-08-26T20:38:29.126Z[ helios-setup] Aug 26 20:38:29.042 INFO E| Compiling syn v2.0.72
31942025-08-26T20:38:29.935Z[ helios-setup] Aug 26 20:38:29.851 INFO E| Compiling futures-core v0.3.28
31952025-08-26T20:38:31.214Z[ helios-setup] Aug 26 20:38:31.130 INFO E| Compiling ryu v1.0.13
31962025-08-26T20:38:31.991Z[ helios-setup] Aug 26 20:38:31.907 INFO E| Compiling lock_api v0.4.9
31972025-08-26T20:38:32.016Z[ helios-setup] Aug 26 20:38:31.908 INFO E| Compiling parking_lot_core v0.9.6
31982025-08-26T20:38:32.826Z[ helios-setup] Aug 26 20:38:32.742 INFO E| Compiling slab v0.4.7
31992025-08-26T20:38:32.947Z[ helios-setup] Aug 26 20:38:32.863 INFO E| Compiling scopeguard v1.1.0
32002025-08-26T20:38:33.482Z[ helios-setup] Aug 26 20:38:33.398 INFO E| Compiling pkg-config v0.3.26
32012025-08-26T20:38:33.708Z[ helios-setup] Aug 26 20:38:33.624 INFO E| Compiling futures-sink v0.3.28
32022025-08-26T20:38:33.821Z[ helios-setup] Aug 26 20:38:33.736 INFO E| Compiling libm v0.2.15
32032025-08-26T20:38:34.063Z[ helios-setup] Aug 26 20:38:33.979 INFO E| Compiling futures-task v0.3.28
32042025-08-26T20:38:34.184Z[ helios-setup] Aug 26 20:38:34.100 INFO E| Compiling futures-channel v0.3.28
32052025-08-26T20:38:34.283Z[ helios-setup] Aug 26 20:38:34.199 INFO E| Compiling io-lifetimes v1.0.10
32062025-08-26T20:38:35.660Z[ helios-setup] Aug 26 20:38:35.577 INFO E| Compiling num-traits v0.2.15
32072025-08-26T20:38:35.854Z[ helios-setup] Aug 26 20:38:35.768 INFO E| Compiling tokio v1.27.0
32082025-08-26T20:38:35.991Z[ helios-setup] Aug 26 20:38:35.907 INFO E| Compiling rustix v0.37.3
32092025-08-26T20:38:36.320Z[ helios-setup] Aug 26 20:38:36.236 INFO E| Compiling block-buffer v0.10.3
32102025-08-26T20:38:36.407Z[ helios-setup] Aug 26 20:38:36.323 INFO E| Compiling crypto-common v0.1.6
32112025-08-26T20:38:36.941Z[ helios-setup] Aug 26 20:38:36.857 INFO E| Compiling futures-util v0.3.28
32122025-08-26T20:38:37.253Z[ helios-setup] Aug 26 20:38:37.169 INFO E| Compiling digest v0.10.7
32132025-08-26T20:38:38.848Z[ helios-setup] Aug 26 20:38:38.764 INFO E| Compiling mio v0.8.5
32142025-08-26T20:38:39.372Z[ helios-setup] Aug 26 20:38:39.287 INFO E| Compiling signal-hook-registry v1.4.0
32152025-08-26T20:38:39.538Z[ helios-setup] Aug 26 20:38:39.454 INFO E| Compiling errno v0.3.1
32162025-08-26T20:38:39.996Z[ helios-setup] Aug 26 20:38:39.912 INFO E| Compiling num_cpus v1.15.0
32172025-08-26T20:38:40.070Z[ host-package] Compiling hickory-resolver v0.25.2
32182025-08-26T20:38:40.145Z[ helios-setup] Aug 26 20:38:40.061 INFO E| Compiling socket2 v0.4.9
32192025-08-26T20:38:40.412Z[ helios-setup] Aug 26 20:38:40.328 INFO E| Compiling pin-utils v0.1.0
32202025-08-26T20:38:40.528Z[ helios-setup] Aug 26 20:38:40.445 INFO E| Compiling spin v0.5.2
32212025-08-26T20:38:40.903Z[ helios-setup] Aug 26 20:38:40.819 INFO E| Compiling futures-io v0.3.28
32222025-08-26T20:38:41.238Z[ helios-setup] Aug 26 20:38:41.154 INFO E| Compiling crunchy v0.2.2
32232025-08-26T20:38:42.477Z[ helios-setup] Aug 26 20:38:42.393 INFO E| Compiling num-integer v0.1.45
32242025-08-26T20:38:42.651Z[ helios-setup] Aug 26 20:38:42.550 INFO E| Compiling hashbrown v0.12.3
32252025-08-26T20:38:43.400Z[ helios-setup] Aug 26 20:38:43.316 INFO E| Compiling schemars v0.8.12
32262025-08-26T20:38:43.689Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32272025-08-26T20:38:44.895Z[ helios-setup] Aug 26 20:38:44.812 INFO E| Compiling cpufeatures v0.2.5
32282025-08-26T20:38:44.947Z[ helios-setup] Aug 26 20:38:44.862 INFO E| Compiling tiny-keccak v2.0.2
32292025-08-26T20:38:45.151Z[ helios-setup] Aug 26 20:38:45.068 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
32302025-08-26T20:38:45.925Z[ helios-setup] Aug 26 20:38:45.842 INFO E| Compiling serde_derive_internals v0.26.0
32312025-08-26T20:38:46.362Z[ helios-setup] Aug 26 20:38:46.278 INFO E| Compiling ahash v0.7.6
32322025-08-26T20:38:46.690Z[ helios-setup] Aug 26 20:38:46.606 INFO E| Compiling heck v0.4.1
32332025-08-26T20:38:46.832Z[ helios-setup] Aug 26 20:38:46.744 INFO E| Compiling slog v2.7.0
32342025-08-26T20:38:48.205Z[ helios-setup] Aug 26 20:38:48.121 INFO E| Compiling thiserror-impl v1.0.38
32352025-08-26T20:38:48.489Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32362025-08-26T20:38:49.627Z[ helios-setup] Aug 26 20:38:49.543 INFO E| Compiling serde_derive v1.0.204
32372025-08-26T20:38:49.749Z[ helios-setup] Aug 26 20:38:49.665 INFO E| Compiling futures-macro v0.3.28
32382025-08-26T20:38:49.859Z[ helios-setup] Aug 26 20:38:49.776 INFO E| Compiling tokio-macros v2.0.0
32392025-08-26T20:38:50.026Z[ helios-setup] Aug 26 20:38:49.942 INFO E| Compiling ahash v0.8.3
32402025-08-26T20:38:50.218Z[ helios-setup] Aug 26 20:38:50.135 INFO E| Compiling anyhow v1.0.68
32412025-08-26T20:38:50.366Z[ helios-setup] Aug 26 20:38:50.283 INFO E| Compiling unicode-width v0.1.10
32422025-08-26T20:38:50.547Z[ helios-setup] Aug 26 20:38:50.464 INFO E| Compiling schemars_derive v0.8.12
32432025-08-26T20:38:50.634Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32442025-08-26T20:38:52.301Z[ helios-setup] Aug 26 20:38:52.217 INFO E| Compiling const-random-macro v0.1.15
32452025-08-26T20:38:55.027Z[ helios-setup] Aug 26 20:38:54.944 INFO E| Compiling byteorder v1.4.3
32462025-08-26T20:38:55.051Z[ helios-setup] Aug 26 20:38:54.945 INFO E| Compiling fnv v1.0.7
32472025-08-26T20:38:55.810Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32482025-08-26T20:38:55.889Z[ helios-setup] Aug 26 20:38:55.805 INFO E| Compiling http v0.2.9
32492025-08-26T20:38:56.361Z[ helios-setup] Aug 26 20:38:56.278 INFO E| Compiling const-random v0.1.15
32502025-08-26T20:38:56.906Z[ helios-setup] Aug 26 20:38:56.823 INFO E| Compiling getopts v0.2.21
32512025-08-26T20:38:57.392Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32522025-08-26T20:38:57.437Z[ helios-setup] Aug 26 20:38:57.353 INFO E| Compiling aho-corasick v0.7.20
32532025-08-26T20:38:57.500Z[ helios-setup] Aug 26 20:38:57.416 INFO E| Compiling rand_core v0.6.4
32542025-08-26T20:38:58.309Z[ helios-setup] Aug 26 20:38:58.225 INFO E| Compiling httparse v1.8.0
32552025-08-26T20:38:58.869Z[ helios-setup] Aug 26 20:38:58.785 INFO E| Compiling crc32fast v1.3.2
32562025-08-26T20:38:58.970Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32572025-08-26T20:38:59.129Z[ helios-setup] Aug 26 20:38:59.046 INFO E| Compiling time-core v0.1.2
32582025-08-26T20:38:59.195Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32592025-08-26T20:38:59.528Z[ helios-setup] Aug 26 20:38:59.445 INFO E| Compiling powerfmt v0.2.0
32602025-08-26T20:39:00.014Z[ helios-setup] Aug 26 20:38:59.931 INFO E| Compiling num-conv v0.1.0
32612025-08-26T20:39:00.654Z[ helios-setup] Aug 26 20:39:00.571 INFO E| Compiling tinyvec_macros v0.1.1
32622025-08-26T20:39:00.964Z[ helios-setup] Aug 26 20:39:00.880 INFO E| Compiling percent-encoding v2.2.0
32632025-08-26T20:39:01.002Z[ helios-setup] Aug 26 20:39:00.919 INFO E| Compiling regex-syntax v0.6.29
32642025-08-26T20:39:01.885Z[ helios-setup] Aug 26 20:39:01.801 INFO E| Compiling form_urlencoded v1.1.0
32652025-08-26T20:39:01.999Z[ helios-setup] Aug 26 20:39:01.916 INFO E| Compiling tinyvec v1.6.0
32662025-08-26T20:39:02.104Z[ helios-setup] Aug 26 20:39:02.021 INFO E| Compiling time-macros v0.2.18
32672025-08-26T20:39:05.443Z[ helios-setup] Aug 26 20:39:05.357 INFO E| Compiling deranged v0.3.11
32682025-08-26T20:39:05.705Z[ helios-setup] Aug 26 20:39:05.622 INFO E| Compiling hashbrown v0.13.2
32692025-08-26T20:39:05.937Z[ helios-setup] Aug 26 20:39:05.854 INFO E| Compiling chrono v0.4.24
32702025-08-26T20:39:08.432Z[ helios-setup] Aug 26 20:39:08.349 INFO E| Compiling regex v1.7.3
32712025-08-26T20:39:08.702Z[ helios-setup] Aug 26 20:39:08.619 INFO E| Compiling libz-sys v1.1.8
32722025-08-26T20:39:09.810Z[ helios-setup] Aug 26 20:39:09.727 INFO E| Compiling num_threads v0.1.6
32732025-08-26T20:39:09.873Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32742025-08-26T20:39:10.452Z[ helios-setup] Aug 26 20:39:10.369 INFO E| Compiling ppv-lite86 v0.2.17
32752025-08-26T20:39:10.776Z[ helios-setup] Aug 26 20:39:10.693 INFO E| Compiling dyn-clone v1.0.11
32762025-08-26T20:39:10.801Z[ helios-setup] Aug 26 20:39:10.694 INFO E| Compiling uuid v1.3.0
32772025-08-26T20:39:11.064Z[ helios-setup] Aug 26 20:39:10.981 INFO E| Compiling time v0.3.36
32782025-08-26T20:39:11.179Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32792025-08-26T20:39:11.398Z[ helios-setup] Aug 26 20:39:11.315 INFO E| Compiling regress v0.5.0
32802025-08-26T20:39:11.726Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32812025-08-26T20:39:12.460Z[ helios-setup] Aug 26 20:39:12.377 INFO E| Compiling rand_chacha v0.3.1
32822025-08-26T20:39:12.688Z[ helios-setup] Aug 26 20:39:12.605 INFO E| Compiling unicode-normalization v0.1.22
32832025-08-26T20:39:13.041Z[ host-package] Compiling maplit v1.0.2
32842025-08-26T20:39:13.222Z[ host-package] Compiling crunchy v0.2.2
32852025-08-26T20:39:13.725Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32862025-08-26T20:39:14.765Z[ host-package] Compiling dsl_auto_type v0.1.2
32872025-08-26T20:39:16.072Z[ helios-setup] Aug 26 20:39:15.989 INFO E| Compiling is-terminal v0.4.7
32882025-08-26T20:39:16.503Z[ helios-setup] Aug 26 20:39:16.421 INFO E| Compiling toml v0.5.11
32892025-08-26T20:39:17.173Z[ helios-setup] Aug 26 20:39:17.090 INFO E| Compiling smallvec v1.10.0
32902025-08-26T20:39:17.448Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32912025-08-26T20:39:19.944Z[ helios-setup] Aug 26 20:39:19.862 INFO E| Compiling parking_lot v0.12.1
32922025-08-26T20:39:20.339Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
32932025-08-26T20:39:20.402Z[ helios-setup] Aug 26 20:39:20.319 INFO E| Compiling serde_tokenstream v0.2.0
32942025-08-26T20:39:21.560Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32952025-08-26T20:39:21.667Z[ host-package] Compiling tiny-keccak v2.0.2
32962025-08-26T20:39:22.564Z[ helios-setup] Aug 26 20:39:22.482 INFO E| Compiling sha2 v0.10.6
32972025-08-26T20:39:22.588Z[ host-package] Compiling diesel_derives v2.2.3
32982025-08-26T20:39:22.695Z[ helios-setup] Aug 26 20:39:22.612 INFO E| Compiling lazy_static v1.4.0
32992025-08-26T20:39:23.451Z[ helios-setup] Aug 26 20:39:23.368 INFO E| Compiling dirs-sys-next v0.1.2
33002025-08-26T20:39:23.916Z[ host-package] Compiling proc-macro-error2 v2.0.1
33012025-08-26T20:39:24.185Z[ helios-setup] Aug 26 20:39:24.102 INFO E| Compiling tracing-core v0.1.30
33022025-08-26T20:39:25.708Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33032025-08-26T20:39:25.803Z[ host-package] Compiling r2d2 v0.8.10
33042025-08-26T20:39:27.040Z[ helios-setup] Aug 26 20:39:26.948 INFO E| Compiling unicode-bidi v0.3.13
33052025-08-26T20:39:27.590Z[ host-package] Compiling const_format_proc_macros v0.2.34
33062025-08-26T20:39:28.301Z[ helios-setup] Aug 26 20:39:28.218 INFO E| Compiling utf8parse v0.2.1
33072025-08-26T20:39:29.463Z[ helios-setup] Aug 26 20:39:29.381 INFO E| Compiling ucd-trie v0.1.5
33082025-08-26T20:39:30.193Z[ helios-setup] Aug 26 20:39:30.111 INFO E| Compiling base64 v0.21.0
33092025-08-26T20:39:30.954Z[ helios-setup] Aug 26 20:39:30.871 INFO E| Compiling idna v0.3.0
33102025-08-26T20:39:30.978Z[ helios-setup] Aug 26 20:39:30.872 INFO E| Compiling pest v2.5.7
33112025-08-26T20:39:31.579Z[ host-package] Compiling num-derive v0.3.3
33122025-08-26T20:39:32.155Z[ host-package] Compiling bit-vec v0.6.3
33132025-08-26T20:39:32.822Z[ helios-setup] Aug 26 20:39:32.740 INFO E| Compiling anstyle-parse v0.1.1
33142025-08-26T20:39:33.260Z[ host-package] Compiling bit-set v0.5.3
33152025-08-26T20:39:33.492Z[ helios-setup] Aug 26 20:39:33.408 INFO E| Compiling tracing v0.1.37
33162025-08-26T20:39:33.940Z[ helios-setup] Aug 26 20:39:33.857 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33172025-08-26T20:39:34.098Z[ helios-setup] Aug 26 20:39:34.016 INFO E| Compiling dirs-next v2.0.0
33182025-08-26T20:39:34.455Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33192025-08-26T20:39:35.024Z[ helios-setup] Aug 26 20:39:34.942 INFO E| Compiling proc-macro-crate v1.2.1
33202025-08-26T20:39:35.048Z[ host-package] Compiling const_format v0.2.34
33212025-08-26T20:39:35.732Z[ helios-setup] Aug 26 20:39:35.650 INFO E| Compiling rand v0.8.5
33222025-08-26T20:39:36.036Z[ host-package] Compiling libscf-sys v1.1.0
33232025-08-26T20:39:37.812Z[ host-package] Compiling tabled_derive v0.10.0
33242025-08-26T20:39:38.171Z[ helios-setup] Aug 26 20:39:38.087 INFO E| Compiling futures-executor v0.3.28
33252025-08-26T20:39:40.583Z[ helios-setup] Aug 26 20:39:40.500 INFO E| Compiling terminal_size v0.2.6
33262025-08-26T20:39:40.648Z[ helios-setup] Aug 26 20:39:40.566 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
33272025-08-26T20:39:40.672Z[ helios-setup] Aug 26 20:39:40.567 INFO E| Compiling time v0.1.45
33282025-08-26T20:39:40.794Z[ helios-setup] Aug 26 20:39:40.712 INFO E| Compiling thread_local v1.1.7
33292025-08-26T20:39:40.871Z[ helios-setup] Aug 26 20:39:40.789 INFO E| Compiling anstyle v0.3.5
33302025-08-26T20:39:41.322Z[ helios-setup] Aug 26 20:39:41.240 INFO E| Compiling concolor-query v0.3.3
33312025-08-26T20:39:42.115Z[ helios-setup] Aug 26 20:39:42.032 INFO E| Compiling iana-time-zone v0.1.56
33322025-08-26T20:39:42.499Z[ helios-setup] Aug 26 20:39:42.417 INFO E| Compiling concolor-override v1.0.0
33332025-08-26T20:39:42.958Z[ helios-setup] Aug 26 20:39:42.876 INFO E| Compiling semver v1.0.17
33342025-08-26T20:39:43.191Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33352025-08-26T20:39:43.513Z[ helios-setup] Aug 26 20:39:43.431 INFO E| Compiling tokio-util v0.7.7
33362025-08-26T20:39:44.196Z[ helios-setup] Aug 26 20:39:44.114 INFO E| Compiling anstream v0.2.6
33372025-08-26T20:39:44.766Z[ host-package] Compiling diesel v2.2.12
33382025-08-26T20:39:45.181Z[ helios-setup] Aug 26 20:39:45.099 INFO E| Compiling futures v0.3.28
33392025-08-26T20:39:45.404Z[ helios-setup] Aug 26 20:39:45.322 INFO E| Compiling semver-parser v0.10.2
33402025-08-26T20:39:45.910Z[ helios-setup] Aug 26 20:39:45.828 INFO E| Compiling num_enum_derive v0.5.7
33412025-08-26T20:39:45.986Z[ host-package] Compiling ascii-canvas v3.0.0
33422025-08-26T20:39:46.162Z[ helios-setup] Aug 26 20:39:46.080 INFO E| Compiling term v0.7.0
33432025-08-26T20:39:46.862Z[ host-package] Compiling papergrid v0.14.0
33442025-08-26T20:39:47.057Z[ host-package] Compiling ena v0.14.3
33452025-08-26T20:39:48.397Z[ helios-setup] Aug 26 20:39:48.314 INFO E| Compiling url v2.3.1
33462025-08-26T20:39:48.580Z[ host-package] Compiling regex-syntax v0.6.29
33472025-08-26T20:39:49.696Z[ helios-setup] Aug 26 20:39:49.614 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33482025-08-26T20:39:51.406Z[ helios-setup] Aug 26 20:39:51.324 INFO E| Compiling atty v0.2.14
33492025-08-26T20:39:51.527Z[ helios-setup] Aug 26 20:39:51.445 INFO E| Compiling clap_lex v0.4.1
33502025-08-26T20:39:52.665Z[ helios-setup] Aug 26 20:39:52.584 INFO E| Compiling same-file v1.0.6
33512025-08-26T20:39:52.897Z[ helios-setup] Aug 26 20:39:52.815 INFO E| Compiling try-lock v0.2.4
33522025-08-26T20:39:53.175Z[ helios-setup] Aug 26 20:39:53.093 INFO E| Compiling strsim v0.10.0
33532025-08-26T20:39:53.506Z[ helios-setup] Aug 26 20:39:53.425 INFO E| Compiling adler v1.0.2
33542025-08-26T20:39:53.692Z[ helios-setup] Aug 26 20:39:53.610 INFO E| Compiling want v0.3.0
33552025-08-26T20:39:54.464Z[ helios-setup] Aug 26 20:39:54.383 INFO E| Compiling clap_builder v4.2.1
33562025-08-26T20:39:54.973Z[ helios-setup] Aug 26 20:39:54.891 INFO E| Compiling miniz_oxide v0.6.2
33572025-08-26T20:39:55.463Z[ helios-setup] Aug 26 20:39:55.382 INFO E| Compiling walkdir v2.3.3
33582025-08-26T20:39:57.105Z[ helios-setup] Aug 26 20:39:57.024 INFO E| Compiling slog-term v2.9.0
33592025-08-26T20:39:59.387Z[ host-package] Compiling bindgen v0.71.1
33602025-08-26T20:39:59.956Z[ helios-setup] Aug 26 20:39:59.874 INFO E| Compiling num_enum v0.5.7
33612025-08-26T20:40:00.683Z[ host-package] Compiling diff v0.1.13
33622025-08-26T20:40:01.781Z[ helios-setup] Aug 26 20:40:01.698 INFO E| Compiling semver v0.11.0
33632025-08-26T20:40:01.912Z[ helios-setup] Aug 26 20:40:01.828 INFO E| Compiling h2 v0.3.16
33642025-08-26T20:40:02.139Z[ host-package] Compiling lalrpop v0.19.12
33652025-08-26T20:40:03.927Z[ helios-setup] Aug 26 20:40:03.845 INFO E| Compiling http-body v0.4.5
33662025-08-26T20:40:03.959Z[ helios-setup] Aug 26 20:40:03.871 INFO E| Compiling clap_derive v4.2.0
33672025-08-26T20:40:05.475Z[ helios-setup] Aug 26 20:40:05.393 INFO E| Compiling ring v0.16.20
33682025-08-26T20:40:06.998Z[ host-package] Compiling tabled v0.18.0
33692025-08-26T20:40:08.910Z[ helios-setup] Aug 26 20:40:08.829 INFO E| Compiling base64ct v1.8.0
33702025-08-26T20:40:11.177Z[ helios-setup] Aug 26 20:40:11.096 INFO E| Compiling zeroize v1.8.1
33712025-08-26T20:40:14.002Z[ helios-setup] Aug 26 20:40:13.921 INFO E| Compiling fastrand v1.9.0
33722025-08-26T20:40:14.195Z[ helios-setup] Aug 26 20:40:14.114 INFO E| Compiling httpdate v1.0.2
33732025-08-26T20:40:15.152Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33742025-08-26T20:40:15.580Z[ helios-setup] Aug 26 20:40:15.499 INFO E| Compiling home v0.5.4
33752025-08-26T20:40:16.058Z[ helios-setup] Aug 26 20:40:15.977 INFO E| Compiling tower-service v0.3.2
33762025-08-26T20:40:16.188Z[ helios-setup] Aug 26 20:40:16.107 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33772025-08-26T20:40:16.491Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33782025-08-26T20:40:16.821Z[ helios-setup] Aug 26 20:40:16.741 INFO E| Compiling hyper v0.14.25
33792025-08-26T20:40:17.356Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33802025-08-26T20:40:17.716Z[ helios-setup] Aug 26 20:40:17.635 INFO E| Compiling toolchain_find v0.2.0
33812025-08-26T20:40:19.102Z[ helios-setup] Aug 26 20:40:19.019 INFO E| Compiling tempfile v3.5.0
33822025-08-26T20:40:19.771Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33832025-08-26T20:40:20.926Z[ helios-setup] Aug 26 20:40:20.846 INFO E| Compiling clap v4.2.1
33842025-08-26T20:40:21.080Z[ helios-setup] Aug 26 20:40:20.999 INFO E| Compiling pem-rfc7468 v0.7.0
33852025-08-26T20:40:23.189Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33862025-08-26T20:40:23.480Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33872025-08-26T20:40:24.324Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
33882025-08-26T20:40:24.382Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
33892025-08-26T20:40:29.822Z[ helios-setup] Aug 26 20:40:29.741 INFO E| Compiling cargo-lock v8.0.3
33902025-08-26T20:40:32.784Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
33912025-08-26T20:40:36.229Z[ helios-setup] Aug 26 20:40:36.149 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33922025-08-26T20:40:37.941Z[ helios-setup] Aug 26 20:40:37.861 INFO E| Compiling flate2 v1.0.25
33932025-08-26T20:40:40.925Z[ helios-setup] Aug 26 20:40:40.844 INFO E| Compiling serde_urlencoded v0.7.1
33942025-08-26T20:40:42.507Z[ helios-setup] Aug 26 20:40:42.426 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33952025-08-26T20:40:44.898Z[ helios-setup] Aug 26 20:40:44.817 INFO E| Compiling der_derive v0.7.3
33962025-08-26T20:40:45.886Z[ helios-setup] Aug 26 20:40:45.805 INFO E| Compiling sha1 v0.10.5
33972025-08-26T20:40:46.643Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33982025-08-26T20:40:47.752Z[ host-package] Compiling derive_builder_core v0.20.2
33992025-08-26T20:40:48.506Z[ helios-setup] Aug 26 20:40:48.426 INFO E| Compiling flagset v0.4.7
34002025-08-26T20:40:51.314Z[ host-package] Compiling polar-core v0.27.3
34012025-08-26T20:40:51.369Z[ helios-setup] Aug 26 20:40:51.287 INFO E| Compiling der v0.7.10
34022025-08-26T20:40:51.721Z[ host-package] Compiling headers-core v0.3.0
34032025-08-26T20:40:52.107Z[ host-package] Compiling libxml v0.3.3
34042025-08-26T20:40:52.936Z[ host-package] Compiling headers v0.4.1
34052025-08-26T20:40:53.557Z[ host-package] Compiling derive_builder_macro v0.20.2
34062025-08-26T20:40:54.606Z[ host-package] Compiling samael v0.0.19
34072025-08-26T20:40:55.419Z[ helios-setup] Aug 26 20:40:55.338 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34082025-08-26T20:40:55.751Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34092025-08-26T20:40:55.991Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34102025-08-26T20:40:56.021Z[ helios-setup] Aug 26 20:40:55.941 INFO E| Compiling rustfmt-wrapper v0.2.0
34112025-08-26T20:40:57.781Z[ helios-setup] Aug 26 20:40:57.701 INFO E| Compiling openapiv3 v1.0.2
34122025-08-26T20:40:58.220Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34132025-08-26T20:40:58.315Z[ helios-setup] Aug 26 20:40:58.235 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
34142025-08-26T20:40:58.366Z[ helios-setup] Aug 26 20:40:58.286 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34152025-08-26T20:40:58.679Z[ host-package] Compiling strum_macros v0.24.3
34162025-08-26T20:40:59.548Z[ host-package] Compiling convert_case v0.7.1
34172025-08-26T20:40:59.670Z[ helios-setup] Aug 26 20:40:59.590 INFO E| Compiling encoding_rs v0.8.32
34182025-08-26T20:41:00.944Z[ host-package] Compiling termtree v0.5.1
34192025-08-26T20:41:01.070Z[ helios-setup] Aug 26 20:41:00.990 INFO E| Compiling project-root v0.2.2
34202025-08-26T20:41:01.236Z[ host-package] Compiling indoc v1.0.9
34212025-08-26T20:41:01.375Z[ host-package] Compiling crc8 v0.1.1
34222025-08-26T20:41:01.774Z[ host-package] Compiling derive_more-impl v2.0.1
34232025-08-26T20:41:01.939Z[ helios-setup] Aug 26 20:41:01.859 INFO E| Compiling utf-8 v0.7.6
34242025-08-26T20:41:02.933Z[ helios-setup] Aug 26 20:41:02.853 INFO E| Compiling mime v0.3.17
34252025-08-26T20:41:03.752Z[ host-package] Compiling derive_builder v0.20.2
34262025-08-26T20:41:03.875Z[ helios-setup] Aug 26 20:41:03.796 INFO E| Compiling base64 v0.13.1
34272025-08-26T20:41:05.367Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34282025-08-26T20:41:05.403Z[ helios-setup] Aug 26 20:41:05.324 INFO E| Compiling untrusted v0.7.1
34292025-08-26T20:41:05.741Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
34302025-08-26T20:41:05.925Z[ helios-setup] Aug 26 20:41:05.846 INFO E| Compiling unsafe-libyaml v0.2.8
34312025-08-26T20:41:06.018Z[ helios-setup] Aug 26 20:41:05.935 INFO E| Compiling ipnet v2.7.2
34322025-08-26T20:41:06.331Z[ host-package] Compiling oso-derive v0.27.3
34332025-08-26T20:41:06.899Z[ helios-setup] Aug 26 20:41:06.820 INFO E| Compiling radium v0.7.0
34342025-08-26T20:41:06.981Z[ helios-setup] Aug 26 20:41:06.901 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34352025-08-26T20:41:08.072Z[ host-package] Compiling quick-xml v0.37.2
34362025-08-26T20:41:08.375Z[ host-package] Compiling derive_more v2.0.1
34372025-08-26T20:41:08.610Z[ helios-setup] Aug 26 20:41:08.531 INFO E| Compiling reqwest v0.11.16
34382025-08-26T20:41:08.887Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34392025-08-26T20:41:08.962Z[ host-package] Compiling vte_generate_state_changes v0.1.2
34402025-08-26T20:41:10.197Z[ helios-setup] Aug 26 20:41:10.117 INFO E| Compiling serde_yaml v0.9.21
34412025-08-26T20:41:10.454Z[ host-package] Compiling diesel-dtrace v0.4.2
34422025-08-26T20:41:11.384Z[ host-package] Compiling siphasher v1.0.1
34432025-08-26T20:41:12.232Z[ helios-setup] Aug 26 20:41:12.153 INFO E| Compiling tungstenite v0.18.0
34442025-08-26T20:41:12.433Z[ host-package] Compiling arc-swap v1.7.1
34452025-08-26T20:41:12.918Z[ host-package] Compiling phf_shared v0.12.1
34462025-08-26T20:41:14.125Z[ host-package] Compiling slog-scope v4.4.0
34472025-08-26T20:41:14.509Z[ host-package] Compiling vte v0.11.1
34482025-08-26T20:41:14.761Z[ host-package] Compiling crossterm v0.29.0
34492025-08-26T20:41:16.115Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
34502025-08-26T20:41:17.040Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34512025-08-26T20:41:17.203Z[ helios-setup] Aug 26 20:41:17.123 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34522025-08-26T20:41:17.441Z[ helios-setup] Aug 26 20:41:17.362 INFO E| Compiling spki v0.7.3
34532025-08-26T20:41:18.957Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
34542025-08-26T20:41:20.145Z[ host-package] Compiling bb8 v0.8.5
34552025-08-26T20:41:21.310Z[ helios-setup] Aug 26 20:41:21.231 INFO E| Compiling tap v1.0.1
34562025-08-26T20:41:21.630Z[ helios-setup] Aug 26 20:41:21.551 INFO E| Compiling crossbeam-utils v0.8.14
34572025-08-26T20:41:23.120Z[ helios-setup] Aug 26 20:41:23.041 INFO E| Compiling maybe-uninit v2.0.0
34582025-08-26T20:41:23.281Z[ helios-setup] Aug 26 20:41:23.202 INFO E| Compiling wyz v0.5.1
34592025-08-26T20:41:24.997Z[ helios-setup] Aug 26 20:41:24.918 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34602025-08-26T20:41:30.933Z[ host-package] Compiling unicase v2.7.0
34612025-08-26T20:41:31.989Z[ host-package] Compiling xshell-macros v0.2.7
34622025-08-26T20:41:33.177Z[ helios-setup] Aug 26 20:41:33.099 INFO E| Compiling tokio-tungstenite v0.18.0
34632025-08-26T20:41:33.971Z[ host-package] Compiling chrono-tz v0.10.4
34642025-08-26T20:41:34.954Z[ helios-setup] Aug 26 20:41:34.876 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34652025-08-26T20:41:35.032Z[ host-package] Compiling xshell v0.2.7
34662025-08-26T20:41:37.114Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
34672025-08-26T20:41:38.509Z[ helios-setup] Aug 26 20:41:38.430 INFO E| Compiling serde_spanned v0.6.1
34682025-08-26T20:41:39.575Z[ helios-setup] Aug 26 20:41:39.497 INFO E| Compiling toml_datetime v0.6.1
34692025-08-26T20:41:41.420Z[ helios-setup] Aug 26 20:41:41.341 INFO E| Compiling zerocopy-derive v0.6.6
34702025-08-26T20:41:42.014Z[ host-package] Compiling oso v0.27.3
34712025-08-26T20:41:45.295Z[ helios-setup] Aug 26 20:41:45.217 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
34722025-08-26T20:41:46.292Z[ host-package] Compiling async-bb8-diesel v0.2.1
34732025-08-26T20:41:46.664Z[ helios-setup] Aug 26 20:41:46.585 INFO E| Compiling smartstring v1.0.1
34742025-08-26T20:41:47.080Z[ helios-setup] Aug 26 20:41:47.002 INFO E| Compiling winnow v0.4.1
34752025-08-26T20:41:48.108Z[ helios-setup] Aug 26 20:41:48.029 INFO E| Compiling packed_struct v0.10.1
34762025-08-26T20:41:48.157Z[ host-package] Compiling strip-ansi-escapes v0.2.0
34772025-08-26T20:41:49.585Z[ host-package] Compiling slog-stdlog v4.1.1
34782025-08-26T20:41:49.740Z[ helios-setup] Aug 26 20:41:49.662 INFO E| Compiling num-bigint-dig v0.8.4
34792025-08-26T20:41:50.945Z[ helios-setup] Aug 26 20:41:50.868 INFO E| Compiling rustls v0.21.0
34802025-08-26T20:41:51.482Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34812025-08-26T20:41:51.523Z[ helios-setup] Aug 26 20:41:51.440 INFO E| Compiling funty v2.0.0
34822025-08-26T20:41:55.063Z[ helios-setup] Aug 26 20:41:54.984 INFO E| Compiling toml_edit v0.19.8
34832025-08-26T20:41:57.586Z[ helios-setup] Aug 26 20:41:57.481 INFO E| Compiling bitvec v1.0.1
34842025-08-26T20:42:04.377Z[ helios-setup] Aug 26 20:42:04.300 INFO E| Compiling zerocopy v0.6.6
34852025-08-26T20:42:08.013Z[ host-package] Compiling phf v0.12.1
34862025-08-26T20:42:08.278Z[ helios-setup] Aug 26 20:42:08.200 INFO E| Compiling pkcs8 v0.10.2
34872025-08-26T20:42:08.559Z[ helios-setup] Aug 26 20:42:08.482 INFO E| Compiling rustls-webpki v0.100.1
34882025-08-26T20:42:08.933Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34892025-08-26T20:42:11.019Z[ helios-setup] Aug 26 20:42:10.942 INFO E| Compiling sct v0.7.0
34902025-08-26T20:42:11.112Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34912025-08-26T20:42:11.804Z[ helios-setup] Aug 26 20:42:11.727 INFO E| Compiling num-iter v0.1.44
34922025-08-26T20:42:12.068Z[ helios-setup] Aug 26 20:42:11.990 INFO E| Compiling packed_struct_codegen v0.10.1
34932025-08-26T20:42:12.415Z[ helios-setup] Aug 26 20:42:12.338 INFO E| Compiling match_cfg v0.1.0
34942025-08-26T20:42:12.513Z[ host-package] Compiling fd-lock v4.0.2
34952025-08-26T20:42:12.556Z[ helios-setup] Aug 26 20:42:12.478 INFO E| Compiling static_assertions v1.1.0
34962025-08-26T20:42:12.851Z[ helios-setup] Aug 26 20:42:12.774 INFO E| Compiling paste v1.0.12
34972025-08-26T20:42:12.916Z[ helios-setup] Aug 26 20:42:12.839 INFO E| Compiling async-trait v0.1.68
34982025-08-26T20:42:13.540Z[ host-package] Compiling peg-macros v0.8.5
34992025-08-26T20:42:14.078Z[ helios-setup] Aug 26 20:42:14.001 INFO E| Compiling slog-async v2.7.0
35002025-08-26T20:42:14.213Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35012025-08-26T20:42:14.499Z[ helios-setup] Aug 26 20:42:14.422 INFO E| Compiling camino v1.1.4
35022025-08-26T20:42:15.399Z[ helios-setup] Aug 26 20:42:15.322 INFO E| Compiling nodrop v0.1.14
35032025-08-26T20:42:15.827Z[ helios-setup] Aug 26 20:42:15.750 INFO E| Compiling crc-catalog v2.4.0
35042025-08-26T20:42:16.232Z[ helios-setup] Aug 26 20:42:16.155 INFO E| Compiling crc v3.3.0
35052025-08-26T20:42:16.719Z[ host-package] Compiling nu-ansi-term v0.50.1
35062025-08-26T20:42:16.851Z[ helios-setup] Aug 26 20:42:16.774 INFO E| Compiling array-init v0.0.4
35072025-08-26T20:42:18.674Z[ host-package] Compiling peg v0.8.5
35082025-08-26T20:42:19.028Z[ host-package] Compiling reedline v0.40.0
35092025-08-26T20:42:19.296Z[ helios-setup] Aug 26 20:42:19.218 INFO E| Compiling hostname v0.3.1
35102025-08-26T20:42:19.397Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35112025-08-26T20:42:21.071Z[ helios-setup] Aug 26 20:42:20.993 INFO E| Compiling pkcs1 v0.7.5
35122025-08-26T20:42:22.441Z[ helios-setup] Aug 26 20:42:22.364 INFO E| Compiling crossbeam-channel v0.5.6
35132025-08-26T20:42:25.764Z[ helios-setup] Aug 26 20:42:25.687 INFO E| Compiling smallvec v0.6.14
35142025-08-26T20:42:26.311Z[ helios-setup] Aug 26 20:42:26.234 INFO E| Compiling toml v0.7.3
35152025-08-26T20:42:26.985Z[ helios-setup] Aug 26 20:42:26.907 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
35162025-08-26T20:42:28.154Z[ helios-setup] Aug 26 20:42:28.077 INFO E| Compiling slog-json v2.6.1
35172025-08-26T20:42:29.642Z[ helios-setup] Aug 26 20:42:29.564 INFO E| Compiling bitflags v2.9.1
35182025-08-26T20:42:31.553Z[ helios-setup] Aug 26 20:42:31.476 INFO E| Compiling bincode v1.3.3
35192025-08-26T20:42:34.520Z[ helios-setup] Aug 26 20:42:34.443 INFO E| Compiling unicode-linebreak v0.1.4
35202025-08-26T20:42:34.931Z[ helios-setup] Aug 26 20:42:34.854 INFO E| Compiling signature v2.2.0
35212025-08-26T20:42:35.583Z[ helios-setup] Aug 26 20:42:35.506 INFO E| Compiling async-stream-impl v0.3.5
35222025-08-26T20:42:36.006Z[ helios-setup] Aug 26 20:42:35.929 INFO E| Compiling rhai_codegen v1.5.0
35232025-08-26T20:42:37.726Z[ helios-setup] Aug 26 20:42:37.649 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
35242025-08-26T20:42:38.512Z[ helios-setup] Aug 26 20:42:38.435 INFO E| Compiling bitfield v0.14.0
35252025-08-26T20:42:39.044Z[ helios-setup] Aug 26 20:42:38.968 INFO E| Compiling subtle v2.6.1
35262025-08-26T20:42:39.284Z[ helios-setup] Aug 26 20:42:39.207 INFO E| Compiling take_mut v0.2.2
35272025-08-26T20:42:39.413Z[ helios-setup] Aug 26 20:42:39.337 INFO E| Compiling equivalent v1.0.2
35282025-08-26T20:42:39.907Z[ helios-setup] Aug 26 20:42:39.829 INFO E| Compiling termcolor v1.2.0
35292025-08-26T20:42:39.964Z[ helios-setup] Aug 26 20:42:39.888 INFO E| Compiling allocator-api2 v0.2.21
35302025-08-26T20:42:39.989Z[ helios-setup] Aug 26 20:42:39.889 INFO E| Compiling foldhash v0.1.5
35312025-08-26T20:42:41.016Z[ helios-setup] Aug 26 20:42:40.939 INFO E| Compiling rhai v1.14.0
35322025-08-26T20:42:41.775Z[ helios-setup] Aug 26 20:42:41.698 INFO E| Compiling env_logger v0.10.2
35332025-08-26T20:42:42.062Z[ helios-setup] Aug 26 20:42:41.985 INFO E| Compiling hashbrown v0.15.3
35342025-08-26T20:42:42.284Z[ helios-setup] Aug 26 20:42:42.207 INFO E| Compiling rsa v0.9.8
35352025-08-26T20:42:42.569Z[ helios-setup] Aug 26 20:42:42.492 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
35362025-08-26T20:42:42.981Z[ helios-setup] Aug 26 20:42:42.904 INFO E| Compiling async-stream v0.3.5
35372025-08-26T20:42:44.023Z[ helios-setup] Aug 26 20:42:43.946 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
35382025-08-26T20:42:45.376Z[ helios-setup] Aug 26 20:42:45.300 INFO E| Compiling ron v0.8.1
35392025-08-26T20:42:46.484Z[ helios-setup] Aug 26 20:42:46.407 INFO E| Compiling tokio-rustls v0.24.0
35402025-08-26T20:42:47.593Z[ helios-setup] Aug 26 20:42:47.517 INFO E| Compiling slog-bunyan v2.4.0
35412025-08-26T20:42:47.929Z[ helios-setup] Aug 26 20:42:47.852 INFO E| Compiling serde-hex v0.1.0
35422025-08-26T20:42:53.086Z[ helios-setup] Aug 26 20:42:53.010 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35432025-08-26T20:42:53.979Z[ helios-setup] Aug 26 20:42:53.902 INFO E| Compiling x509-cert v0.2.5
35442025-08-26T20:42:54.956Z[ helios-setup] Aug 26 20:42:54.879 INFO E| Compiling rustls-pemfile v1.0.2
35452025-08-26T20:42:56.142Z[ helios-setup] Aug 26 20:42:56.066 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
35462025-08-26T20:42:56.273Z[ helios-setup] Aug 26 20:42:56.195 INFO E| Compiling serde_path_to_error v0.1.11
35472025-08-26T20:42:56.454Z[ helios-setup] Aug 26 20:42:56.378 INFO E| Compiling derive-where v1.4.0
35482025-08-26T20:42:57.194Z[ host-package] Compiling slog-envlogger v2.2.0
35492025-08-26T20:42:58.793Z[ helios-setup] Aug 26 20:42:58.716 INFO E| Compiling crc-any v2.5.0
35502025-08-26T20:42:59.970Z[ helios-setup] Aug 26 20:42:59.894 INFO E| Compiling rustc-hash v2.1.1
35512025-08-26T20:43:00.531Z[ helios-setup] Aug 26 20:43:00.454 INFO E| Compiling debug-ignore v1.0.5
35522025-08-26T20:43:00.555Z[ helios-setup] Aug 26 20:43:00.456 INFO E| Compiling hex v0.4.3
35532025-08-26T20:43:00.881Z[ helios-setup] Aug 26 20:43:00.805 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
35542025-08-26T20:43:00.997Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35552025-08-26T20:43:01.217Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
35562025-08-26T20:43:02.823Z[ helios-setup] Aug 26 20:43:02.747 INFO E| Compiling iddqd v0.3.1
35572025-08-26T20:43:03.913Z[ helios-setup] Aug 26 20:43:03.837 INFO E| Compiling object v0.30.4
35582025-08-26T20:43:04.129Z[ helios-setup] Aug 26 20:43:04.053 INFO E| Compiling path-slash v0.1.5
35592025-08-26T20:43:04.734Z[ helios-setup] Aug 26 20:43:04.658 INFO E| Compiling smawk v0.3.1
35602025-08-26T20:43:05.434Z[ helios-setup] Aug 26 20:43:05.358 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
35612025-08-26T20:43:06.233Z[ host-package] Compiling typify-impl v0.2.0
35622025-08-26T20:43:07.126Z[ host-package] Compiling bcs v0.1.6
35632025-08-26T20:43:07.870Z[ host-package] Compiling fxhash v0.2.1
35642025-08-26T20:43:08.912Z[ host-package] Compiling libz-sys v1.1.20
35652025-08-26T20:43:09.199Z[ host-package] Compiling half v1.8.3
35662025-08-26T20:43:09.930Z[ helios-setup] Aug 26 20:43:09.854 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
35672025-08-26T20:43:10.889Z[ host-package] Compiling serde_cbor v0.11.2
35682025-08-26T20:43:12.577Z[ helios-setup] Aug 26 20:43:12.499 INFO E| Compiling textwrap v0.16.0
35692025-08-26T20:43:13.613Z[ helios-setup] Aug 26 20:43:13.538 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
35702025-08-26T20:43:16.665Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35712025-08-26T20:43:21.441Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35722025-08-26T20:43:25.376Z[ host-package] Compiling typify-macro v0.2.0
35732025-08-26T20:43:25.999Z[ host-package] Compiling kstat-rs v0.2.4
35742025-08-26T20:43:26.313Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35752025-08-26T20:43:27.339Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35762025-08-26T20:43:28.728Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35772025-08-26T20:43:29.903Z[ helios-setup] Aug 26 20:43:29.828 INFO E| Compiling bzip2 v0.4.4
35782025-08-26T20:43:31.059Z[ helios-setup] Aug 26 20:43:30.983 INFO E| Compiling zip v0.6.6
35792025-08-26T20:43:31.933Z[ host-package] Compiling nix v0.30.1
35802025-08-26T20:43:33.430Z[ helios-setup] Aug 26 20:43:33.355 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
35812025-08-26T20:43:33.953Z[ host-package] Compiling nanorand v0.7.0
35822025-08-26T20:43:36.012Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
35832025-08-26T20:43:37.380Z[ host-package] Compiling parking_lot_core v0.8.6
35842025-08-26T20:43:45.782Z[ helios-setup] Aug 26 20:43:45.705 INFO E| Compiling git2 v0.16.1
35852025-08-26T20:43:47.732Z[ host-package] Compiling flume v0.11.1
35862025-08-26T20:43:49.063Z[ host-package] Compiling mime_guess v2.0.5
35872025-08-26T20:43:50.453Z[ helios-setup] Aug 26 20:43:50.379 INFO E| Compiling built v0.6.0
35882025-08-26T20:43:51.543Z[ host-package] Compiling ignore v0.4.23
35892025-08-26T20:43:51.711Z[ helios-setup] Aug 26 20:43:51.637 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
35902025-08-26T20:43:51.794Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35912025-08-26T20:43:53.146Z[ helios-setup] Aug 26 20:43:53.072 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
35922025-08-26T20:43:53.990Z[ helios-setup] Aug 26 20:43:53.916 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
35932025-08-26T20:43:55.156Z[ helios-setup] Aug 26 20:43:55.082 INFO E| warning: struct `NeedRequestContext` is never constructed
35942025-08-26T20:43:55.156Z[ helios-setup] Aug 26 20:43:55.082 INFO E| --> racktest/agent/server/src/lib.rs:104:9
35952025-08-26T20:43:55.202Z[ helios-setup] Aug 26 20:43:55.082 INFO E| |
35962025-08-26T20:43:55.202Z[ helios-setup] Aug 26 20:43:55.082 INFO E| 104 | rc: RequestContext<Arc<Agent>>,
35972025-08-26T20:43:55.202Z[ helios-setup] Aug 26 20:43:55.082 INFO E| | ^^^^^^^^^^^^^^
35982025-08-26T20:43:55.202Z[ helios-setup] Aug 26 20:43:55.082 INFO E| |
35992025-08-26T20:43:55.202Z[ helios-setup] Aug 26 20:43:55.082 INFO E| = note: `#[warn(dead_code)]` on by default
36002025-08-26T20:43:55.202Z[ helios-setup] Aug 26 20:43:55.082 INFO E| warning: struct `NeedHttpResponse` is never constructed
36012025-08-26T20:43:55.202Z[ helios-setup] Aug 26 20:43:55.082 INFO E| --> racktest/agent/server/src/lib.rs:107:6
36022025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| |
36032025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| 107 | ) -> DSResult<HttpResponseUpdatedNoContent> {
36042025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| | ^^^^^^^^
36052025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| warning: struct `NeedRequestContext` is never constructed
36062025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| --> racktest/agent/server/src/lib.rs:132:9
36072025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| |
36082025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| 132 | rc: RequestContext<Arc<Agent>>,
36092025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| | ^^^^^^^^^^^^^^
36102025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| warning: struct `NeedHttpResponse` is never constructed
36112025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| --> racktest/agent/server/src/lib.rs:135:6
36122025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| |
36132025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| 135 | ) -> DSResult<HttpResponseUpdatedNoContent> {
36142025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| | ^^^^^^^^
36152025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| warning: struct `NeedRequestContext` is never constructed
36162025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| --> racktest/agent/server/src/lib.rs:284:9
36172025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| |
36182025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| 284 | rc: RequestContext<Arc<Agent>>,
36192025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| | ^^^^^^^^^^^^^^
36202025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| warning: struct `NeedRequestContext` is never constructed
36212025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| --> racktest/agent/server/src/lib.rs:406:9
36222025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| |
36232025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| 406 | rc: RequestContext<Arc<Agent>>,
36242025-08-26T20:43:55.203Z[ helios-setup] Aug 26 20:43:55.082 INFO E| | ^^^^^^^^^^^^^^
36252025-08-26T20:43:57.310Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36262025-08-26T20:43:58.763Z[ helios-setup] Aug 26 20:43:58.689 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
36272025-08-26T20:44:00.589Z[ host-package] Compiling castaway v0.2.3
36282025-08-26T20:44:01.033Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36292025-08-26T20:44:02.359Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36302025-08-26T20:44:03.516Z[ host-package] Compiling compact_str v0.8.0
36312025-08-26T20:44:07.384Z[ host-package] Compiling globwalk v0.9.1
36322025-08-26T20:44:08.906Z[ helios-setup] Aug 26 20:44:08.833 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
36332025-08-26T20:44:10.313Z[ host-package] Compiling typify v0.2.0
36342025-08-26T20:44:10.393Z[ helios-setup] Aug 26 20:44:10.320 INFO E| warning: `racktest-agent` (lib) generated 6 warnings
36352025-08-26T20:44:10.896Z[ host-package] Compiling predicates-tree v1.0.12
36362025-08-26T20:44:11.918Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36372025-08-26T20:44:12.822Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36382025-08-26T20:44:15.897Z[ host-package] Compiling unicode-truncate v1.1.0
36392025-08-26T20:44:18.098Z[ host-package] Compiling lru v0.12.5
36402025-08-26T20:44:19.121Z[ host-package] Compiling vergen v8.3.2
36412025-08-26T20:44:20.227Z[ host-package] Compiling nibble_vec v0.1.0
36422025-08-26T20:44:21.018Z[ host-package] Compiling cargo-platform v0.1.8
36432025-08-26T20:44:22.168Z[ host-package] Compiling instability v0.3.2
36442025-08-26T20:44:24.284Z[ host-package] Compiling atty v0.2.14
36452025-08-26T20:44:24.906Z[ host-package] Compiling http-range v0.1.5
36462025-08-26T20:44:25.015Z[ host-package] Compiling indoc v2.0.6
36472025-08-26T20:44:26.390Z[ host-package] Compiling cassowary v0.3.0
36482025-08-26T20:44:26.918Z[ host-package] Compiling salty v0.3.0
36492025-08-26T20:44:26.976Z[ host-package] Compiling endian-type v0.1.2
36502025-08-26T20:44:27.745Z[ host-package] Compiling radix_trie v0.2.1
36512025-08-26T20:44:28.369Z[ host-package] Compiling ratatui v0.29.0
36522025-08-26T20:44:30.147Z[ host-package] Compiling cargo_metadata v0.18.1
36532025-08-26T20:44:33.071Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36542025-08-26T20:44:36.088Z[ host-package] Compiling camino-tempfile-ext v0.3.2
36552025-08-26T20:44:39.192Z[ host-package] Compiling parking_lot v0.11.2
36562025-08-26T20:44:42.741Z[ host-package] Compiling progenitor-impl v0.8.0
36572025-08-26T20:44:44.530Z[ host-package] Compiling git2 v0.19.0
36582025-08-26T20:44:47.451Z[ helios-setup] Aug 26 20:44:47.379 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
36592025-08-26T20:44:54.293Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36602025-08-26T20:44:56.373Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
36612025-08-26T20:44:57.243Z[ host-package] Compiling rand_seeder v0.4.0
36622025-08-26T20:44:57.914Z[ host-package] Compiling prefix-trie v0.7.0
36632025-08-26T20:44:59.288Z[ host-package] Compiling lzma-sys v0.1.20
36642025-08-26T20:44:59.802Z[ host-package] Compiling rustls v0.21.12
36652025-08-26T20:45:00.763Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
36662025-08-26T20:45:00.863Z[ host-package] Compiling hickory-server v0.25.2
36672025-08-26T20:45:02.626Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36682025-08-26T20:45:03.409Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36692025-08-26T20:45:08.156Z[ host-package] Compiling hyper-staticfile v0.10.1
36702025-08-26T20:45:11.529Z[ host-package] Compiling progenitor-macro v0.8.0
36712025-08-26T20:45:13.778Z[ host-package] Compiling sled v0.34.7
36722025-08-26T20:45:30.893Z[ host-package] Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
36732025-08-26T20:45:40.602Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
36742025-08-26T20:45:44.356Z[ host-package] Compiling hickory-client v0.25.2
36752025-08-26T20:45:49.123Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36762025-08-26T20:45:49.211Z[ helios-setup] Aug 26 20:45:49.141 INFO E| Finished `release` profile [optimized] target(s) in 7m 35s
36772025-08-26T20:45:49.321Z[ helios-setup] Aug 26 20:45:49.250 INFO building project "pilot" ok (455 seconds)
36782025-08-26T20:45:49.348Z[ helios-setup] Aug 26 20:45:49.251 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
36792025-08-26T20:45:49.455Z[ helios-setup] Aug 26 20:45:49.384 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.89.0-x86_64-unknown-illumos (default)"
36802025-08-26T20:45:49.455Z[ helios-setup] Aug 26 20:45:49.384 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
36812025-08-26T20:45:49.455Z[ helios-setup] Aug 26 20:45:49.384 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
36822025-08-26T20:45:49.816Z[ helios-setup] Aug 26 20:45:49.745 INFO E| Downloading crates ...
36832025-08-26T20:45:49.891Z[ helios-setup] Aug 26 20:45:49.820 INFO E| Downloaded typenum v1.15.0
36842025-08-26T20:45:49.916Z[ helios-setup] Aug 26 20:45:49.824 INFO E| Downloaded sha2 v0.10.5
36852025-08-26T20:45:49.916Z[ helios-setup] Aug 26 20:45:49.827 INFO E| Downloaded digest v0.10.3
36862025-08-26T20:45:49.916Z[ helios-setup] Aug 26 20:45:49.829 INFO E| Downloaded anyhow v1.0.62
36872025-08-26T20:45:49.916Z[ helios-setup] Aug 26 20:45:49.834 INFO E| Downloaded bytes v1.2.1
36882025-08-26T20:45:50.014Z[ helios-setup] Aug 26 20:45:49.931 INFO E| Compiling version_check v0.9.4
36892025-08-26T20:45:50.015Z[ helios-setup] Aug 26 20:45:49.931 INFO E| Compiling typenum v1.15.0
36902025-08-26T20:45:50.015Z[ helios-setup] Aug 26 20:45:49.931 INFO E| Compiling cfg-if v1.0.0
36912025-08-26T20:45:50.015Z[ helios-setup] Aug 26 20:45:49.931 INFO E| Compiling crc32fast v1.3.2
36922025-08-26T20:45:50.015Z[ helios-setup] Aug 26 20:45:49.931 INFO E| Compiling anyhow v1.0.62
36932025-08-26T20:45:50.015Z[ helios-setup] Aug 26 20:45:49.931 INFO E| Compiling adler v1.0.2
36942025-08-26T20:45:50.015Z[ helios-setup] Aug 26 20:45:49.931 INFO E| Compiling cpufeatures v0.2.5
36952025-08-26T20:45:50.015Z[ helios-setup] Aug 26 20:45:49.931 INFO E| Compiling unicode-width v0.1.10
36962025-08-26T20:45:50.333Z[ helios-setup] Aug 26 20:45:50.261 INFO E| Compiling getopts v0.2.21
36972025-08-26T20:45:50.546Z[ helios-setup] Aug 26 20:45:50.476 INFO E| Compiling miniz_oxide v0.6.2
36982025-08-26T20:45:50.571Z[ helios-setup] Aug 26 20:45:50.497 INFO E| Compiling bitflags v1.3.2
36992025-08-26T20:45:50.634Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
37002025-08-26T20:45:50.751Z[ helios-setup] Aug 26 20:45:50.680 INFO E| Compiling bytes v1.2.1
37012025-08-26T20:45:51.087Z[ helios-setup] Aug 26 20:45:51.016 INFO E| Compiling generic-array v0.14.6
37022025-08-26T20:45:52.286Z[ helios-setup] Aug 26 20:45:52.216 INFO E| Compiling flate2 v1.0.25
37032025-08-26T20:45:55.788Z[ helios-setup] Aug 26 20:45:55.717 INFO E| Compiling crypto-common v0.1.6
37042025-08-26T20:45:55.788Z[ helios-setup] Aug 26 20:45:55.717 INFO E| Compiling block-buffer v0.10.3
37052025-08-26T20:45:56.131Z[ helios-setup] Aug 26 20:45:56.061 INFO E| Compiling digest v0.10.3
37062025-08-26T20:45:56.523Z[ helios-setup] Aug 26 20:45:56.453 INFO E| Compiling sha2 v0.10.5
37072025-08-26T20:45:57.071Z[ helios-setup] Aug 26 20:45:57.000 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
37082025-08-26T20:46:02.070Z[ helios-setup] Aug 26 20:46:02.000 INFO E| Finished `release` profile [optimized] target(s) in 12.50s
37092025-08-26T20:46:02.095Z[ helios-setup] Aug 26 20:46:02.025 INFO building project "bootserver" ok (12 seconds)
37102025-08-26T20:46:02.095Z[ helios-setup] Aug 26 20:46:02.025 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37112025-08-26T20:46:02.317Z[ helios-setup] Aug 26 20:46:02.247 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.89.0-x86_64-unknown-illumos (default)"
37122025-08-26T20:46:02.342Z[ helios-setup] Aug 26 20:46:02.247 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37132025-08-26T20:46:02.342Z[ helios-setup] Aug 26 20:46:02.247 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
37142025-08-26T20:46:02.773Z[ helios-setup] Aug 26 20:46:02.703 INFO E| Downloading crates ...
37152025-08-26T20:46:02.859Z[ helios-setup] Aug 26 20:46:02.789 INFO E| Downloaded miniz_oxide v0.8.8
37162025-08-26T20:46:02.942Z[ helios-setup] Aug 26 20:46:02.870 INFO E| Compiling adler2 v2.0.0
37172025-08-26T20:46:03.147Z[ helios-setup] Aug 26 20:46:03.076 INFO E| Compiling miniz_oxide v0.8.8
37182025-08-26T20:46:03.919Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37192025-08-26T20:46:04.626Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37202025-08-26T20:46:05.846Z[ helios-setup] Aug 26 20:46:05.776 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
37212025-08-26T20:46:06.876Z[ helios-setup] Aug 26 20:46:06.807 INFO E| Finished `release` profile [optimized] target(s) in 4.42s
37222025-08-26T20:46:06.901Z[ helios-setup] Aug 26 20:46:06.821 INFO building project "pinprick" ok (4 seconds)
37232025-08-26T20:46:06.901Z[ helios-setup] rm -f helios-build
37242025-08-26T20:46:06.901Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37252025-08-26T20:46:06.926Z[ helios-setup]
37262025-08-26T20:46:06.926Z[ helios-setup] Setup complete! ./helios-build is now available.
37272025-08-26T20:46:06.926Z[ helios-setup]
37282025-08-26T20:46:06.926Z[ helios-setup]
37292025-08-26T20:46:06.926Z[ helios-setup] real 12:05.843755681
37302025-08-26T20:46:06.926Z[ helios-setup] user 31:35.102678798
37312025-08-26T20:46:06.926Z[ helios-setup] sys 3:16.663154089
37322025-08-26T20:46:06.926Z[ helios-setup] trap 2.635812726
37332025-08-26T20:46:06.926Z[ helios-setup] tflt 4.247268968
37342025-08-26T20:46:06.926Z[ helios-setup] dflt 17.518830269
37352025-08-26T20:46:06.926Z[ helios-setup] kflt 0.003765992
37362025-08-26T20:46:06.926Z[ helios-setup] lock 2:41:45.486063704
37372025-08-26T20:46:06.926Z[ helios-setup] slp 4:06:13.909272344
37382025-08-26T20:46:06.926Z[ helios-setup] lat 36:14.251958933
37392025-08-26T20:46:06.926Z[ helios-setup] stop 6:22.470162035
37402025-08-26T20:46:06.926ZAug 26 20:46:06.840 INFO [helios-setup] process exited with exit status: 0 (725.850838867s)
37412025-08-26T20:46:06.926ZAug 26 20:46:06.840 INFO [helios-record] running task
37422025-08-26T20:46:06.926ZAug 26 20:46:06.841 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37432025-08-26T20:46:06.926ZAug 26 20:46:06.849 DEBG process exited with exit status: 0 (7.772105ms)
37442025-08-26T20:46:06.926ZAug 26 20:46:06.849 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37452025-08-26T20:46:06.951ZAug 26 20:46:06.859 DEBG process exited with exit status: 0 (9.506058ms)
37462025-08-26T20:46:06.951ZAug 26 20:46:06.859 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37472025-08-26T20:46:06.951ZAug 26 20:46:06.875 DEBG process exited with exit status: 0 (15.990265ms)
37482025-08-26T20:46:06.951ZAug 26 20:46:06.875 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37492025-08-26T20:46:06.976ZAug 26 20:46:06.883 DEBG process exited with exit status: 0 (8.321426ms)
37502025-08-26T20:46:06.976ZAug 26 20:46:06.883 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37512025-08-26T20:46:06.976ZAug 26 20:46:06.892 DEBG process exited with exit status: 0 (8.773131ms)
37522025-08-26T20:46:06.976ZAug 26 20:46:06.892 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37532025-08-26T20:46:06.976ZAug 26 20:46:06.901 DEBG process exited with exit status: 0 (9.559415ms)
37542025-08-26T20:46:06.976ZAug 26 20:46:06.901 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37552025-08-26T20:46:07.001ZAug 26 20:46:06.917 DEBG process exited with exit status: 0 (15.899212ms)
37562025-08-26T20:46:07.001ZAug 26 20:46:06.917 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37572025-08-26T20:46:07.001ZAug 26 20:46:06.925 DEBG process exited with exit status: 0 (7.622967ms)
37582025-08-26T20:46:07.001ZAug 26 20:46:06.926 INFO [helios-record] task succeeded (86.146649ms)
37592025-08-26T20:46:08.538Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37602025-08-26T20:46:08.754Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
37612025-08-26T20:46:09.038Z[ host-package] Compiling progenitor-client v0.8.0
37622025-08-26T20:46:09.987Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37632025-08-26T20:46:10.369Z[ host-package] Compiling sct v0.7.1
37642025-08-26T20:46:10.531Z[ host-package] Compiling rustls-webpki v0.101.7
37652025-08-26T20:46:10.887Z[ host-package] Compiling primeorder v0.13.6
37662025-08-26T20:46:11.043Z[ host-package] Compiling heck v0.3.3
37672025-08-26T20:46:11.099Z[ host-package] Compiling env_filter v0.1.2
37682025-08-26T20:46:11.473Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
37692025-08-26T20:46:11.557Z[ host-package] Compiling void v1.0.2
37702025-08-26T20:46:11.825Z[ host-package] Compiling lzss v0.8.2
37712025-08-26T20:46:12.028Z[ host-package] Compiling env_logger v0.11.5
37722025-08-26T20:46:12.939Z[ host-package] Compiling p384 v0.13.0
37732025-08-26T20:46:13.469Z[ host-package] Compiling zone_cfg_derive v0.1.2
37742025-08-26T20:46:14.690Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37752025-08-26T20:46:14.739Z[ host-package] Compiling progenitor v0.8.0
37762025-08-26T20:46:15.089Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37772025-08-26T20:46:15.836Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37782025-08-26T20:46:17.677Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
37792025-08-26T20:46:27.011Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
37802025-08-26T20:46:28.388Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37812025-08-26T20:46:28.562Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
37822025-08-26T20:46:30.125Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37832025-08-26T20:46:33.622Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37842025-08-26T20:46:34.086Z[ host-package] Compiling tungstenite v0.23.0
37852025-08-26T20:46:36.040Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37862025-08-26T20:46:36.409Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37872025-08-26T20:46:36.766Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37882025-08-26T20:46:37.157Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37892025-08-26T20:46:37.199Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37902025-08-26T20:46:37.519Z[ host-package] Compiling nix v0.27.1
37912025-08-26T20:46:37.635Z[ host-package] Compiling serde_bytes v0.11.17
37922025-08-26T20:46:37.940Z[ host-package] Compiling number_prefix v0.4.0
37932025-08-26T20:46:38.284Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
37942025-08-26T20:46:38.321Z[ host-package] Compiling base64 v0.13.1
37952025-08-26T20:46:38.729Z[ host-package] Compiling indicatif v0.17.11
37962025-08-26T20:46:39.146Z[ host-package] Compiling ron v0.7.1
37972025-08-26T20:46:40.542Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37982025-08-26T20:46:41.590Z[ host-package] Compiling tokio-tungstenite v0.23.1
37992025-08-26T20:46:42.272Z[ host-package] Compiling xz2 v0.1.7
38002025-08-26T20:46:42.942Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
38012025-08-26T20:46:44.265Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38022025-08-26T20:46:45.088Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38032025-08-26T20:46:50.016Z[ host-package] Compiling tokio-rustls v0.24.1
38042025-08-26T20:46:50.410Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38052025-08-26T20:46:50.585Z[ host-package] Compiling zone v0.1.8
38062025-08-26T20:46:52.696Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38072025-08-26T20:46:54.051Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38082025-08-26T20:46:54.236Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38092025-08-26T20:46:56.431Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38102025-08-26T20:46:59.213Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38112025-08-26T20:47:07.846Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38122025-08-26T20:47:07.982Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38132025-08-26T20:47:09.795Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38142025-08-26T20:47:10.143Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38152025-08-26T20:47:11.280Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
38162025-08-26T20:47:13.307Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38172025-08-26T20:47:13.704Z[ host-package] Compiling rustls-pemfile v1.0.4
38182025-08-26T20:47:14.472Z[ host-package] Compiling signal-hook-tokio v0.3.1
38192025-08-26T20:47:14.582Z[ host-package] Compiling twox-hash v2.1.0
38202025-08-26T20:47:14.792Z[ host-package] Compiling yasna v0.5.2
38212025-08-26T20:47:15.799Z[ host-package] Compiling secrecy v0.8.0
38222025-08-26T20:47:16.292Z[ host-package] Compiling is_ci v1.2.0
38232025-08-26T20:47:16.684Z[ host-package] Compiling supports-color v3.0.2
38242025-08-26T20:47:18.122Z[ host-package] Compiling rcgen v0.12.1
38252025-08-26T20:47:24.959Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38262025-08-26T20:47:30.514Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38272025-08-26T20:47:31.328Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38282025-08-26T20:47:33.319Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
38292025-08-26T20:47:50.751Z[ host-package] Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
38302025-08-26T20:47:53.637Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
38312025-08-26T20:47:54.789Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
38322025-08-26T20:48:04.409Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38332025-08-26T20:48:04.452Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38342025-08-26T20:48:12.079Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38352025-08-26T20:48:13.184Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38362025-08-26T20:48:19.980Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38372025-08-26T20:48:21.643Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38382025-08-26T20:48:21.907Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38392025-08-26T20:48:22.261Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38402025-08-26T20:48:22.655Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38412025-08-26T20:48:23.186Z[ host-package] Compiling fatfs v0.3.6
38422025-08-26T20:48:25.187Z[ host-package] Compiling subprocess v0.2.9
38432025-08-26T20:48:25.764Z[ host-package] Compiling rtoolbox v0.0.2
38442025-08-26T20:48:26.285Z[ host-package] Compiling assert_matches v1.5.0
38452025-08-26T20:48:28.673Z[ host-package] Compiling rpassword v7.4.0
38462025-08-26T20:48:29.207Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38472025-08-26T20:48:29.723Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482025-08-26T20:48:31.447Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38492025-08-26T20:48:36.619Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38502025-08-26T20:48:36.662Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38512025-08-26T20:48:55.847Z[ host-package] Compiling tui-tree-widget v0.23.1
38522025-08-26T20:48:56.710Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38532025-08-26T20:49:09.083Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38542025-08-26T20:49:10.907Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38552025-08-26T20:49:11.286Z[ host-package] Compiling uzers v0.12.1
38562025-08-26T20:49:11.326Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38572025-08-26T20:49:14.854Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38582025-08-26T20:49:16.989Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38592025-08-26T20:49:30.553Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38602025-08-26T20:49:43.293Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38612025-08-26T20:49:43.554Z[ host-package] Compiling support-bundle-viewer v0.1.2
38622025-08-26T20:49:46.574Z[ host-package] Compiling multimap v0.10.1
38632025-08-26T20:52:08.700Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38642025-08-26T21:03:31.774Z[ host-package] Finished `release` profile [optimized] target(s) in 27m 24s
38652025-08-26T21:05:04.422ZAug 26 21:05:04.388 INFO [host-package] process exited with exit status: 0 (1737.918574218s)
38662025-08-26T21:05:04.422ZAug 26 21:05:04.388 INFO [host-stamp] running task
38672025-08-26T21:05:04.448ZAug 26 21:05:04.389 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38682025-08-26T21:05:04.448ZAug 26 21:05:04.389 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 16.0.0-0.ci+git823d0d5e5b0
38692025-08-26T21:05:04.448ZAug 26 21:05:04.391 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 16.0.0-0.ci+git823d0d5e5b0
38702025-08-26T21:05:04.448ZAug 26 21:05:04.392 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 16.0.0-0.ci+git823d0d5e5b0
38712025-08-26T21:05:04.448ZAug 26 21:05:04.392 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 16.0.0-0.ci+git823d0d5e5b0
38722025-08-26T21:05:04.448ZAug 26 21:05:04.393 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 16.0.0-0.ci+git823d0d5e5b0
38732025-08-26T21:05:04.448ZAug 26 21:05:04.394 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 16.0.0-0.ci+git823d0d5e5b0
38742025-08-26T21:05:04.449ZAug 26 21:05:04.397 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 16.0.0-0.ci+git823d0d5e5b0
38752025-08-26T21:05:04.449ZAug 26 21:05:04.397 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 16.0.0-0.ci+git823d0d5e5b0
38762025-08-26T21:05:04.449Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38772025-08-26T21:05:04.449Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38782025-08-26T21:05:04.449Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38792025-08-26T21:05:04.475Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38802025-08-26T21:05:04.475Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38812025-08-26T21:05:04.475Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38822025-08-26T21:05:04.475Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38832025-08-26T21:05:04.475Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38842025-08-26T21:05:04.475Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38852025-08-26T21:05:04.475Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
38862025-08-26T21:05:04.475ZAug 26 21:05:04.436 INFO [stamp-overlay] process exited with exit status: 0 (41.787159ms)
38872025-08-26T21:05:04.475Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
38882025-08-26T21:05:04.501Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38892025-08-26T21:05:04.501ZAug 26 21:05:04.446 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (49.751058ms)
38902025-08-26T21:05:04.501ZAug 26 21:05:04.451 INFO [stamp-oxlog] process exited with exit status: 0 (59.860404ms)
38912025-08-26T21:05:04.672Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38922025-08-26T21:05:04.697ZAug 26 21:05:04.646 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (254.970028ms)
38932025-08-26T21:05:04.997Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38942025-08-26T21:05:05.023ZAug 26 21:05:04.972 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (578.605202ms)
38952025-08-26T21:05:05.205Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38962025-08-26T21:05:05.231ZAug 26 21:05:05.177 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (784.644094ms)
38972025-08-26T21:05:06.455Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38982025-08-26T21:05:06.484ZAug 26 21:05:06.429 INFO [stamp-propolis-server] process exited with exit status: 0 (2.03587143s)
38992025-08-26T21:05:06.790Z[recovery-package] Compiling newtype-uuid v1.2.4
39002025-08-26T21:05:07.646Z[recovery-package] Compiling daft v0.1.4
39012025-08-26T21:05:08.242Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39022025-08-26T21:05:08.839Z[recovery-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
39032025-08-26T21:05:08.839Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39042025-08-26T21:05:08.865Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39052025-08-26T21:05:08.938Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39062025-08-26T21:05:09.813Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39072025-08-26T21:05:15.967Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39082025-08-26T21:05:15.992ZAug 26 21:05:15.940 INFO [stamp-switch-asic] process exited with exit status: 0 (11.5509096s)
39092025-08-26T21:05:15.993ZAug 26 21:05:15.940 INFO [host-stamp] task succeeded (11.552453692s)
39102025-08-26T21:05:15.993ZAug 26 21:05:15.940 INFO [host-proto] running task
39112025-08-26T21:05:16.838ZAug 26 21:05:16.804 INFO [host-proto] task succeeded (863.708039ms)
39122025-08-26T21:05:16.838ZAug 26 21:05:16.804 INFO [host-profile] running task
39132025-08-26T21:05:16.864ZAug 26 21:05:16.807 INFO [host-profile] task succeeded (2.454195ms)
39142025-08-26T21:05:16.864ZAug 26 21:05:16.807 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.402' -P /tmp/.tmpQmIViS/proto/host/root -N 'ci 823d0d5/${os_short_commit} 2025-08-26 20:34' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
39152025-08-26T21:05:16.864Z[ host-image] Aug 26 21:05:16.824 INFO Checking files for board 'gimlet'
39162025-08-26T21:05:16.864Z[ host-image] Aug 26 21:05:16.824 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39172025-08-26T21:05:16.864Z[ host-image] Aug 26 21:05:16.824 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
39182025-08-26T21:05:16.864Z[ host-image] Aug 26 21:05:16.824 INFO Checking files for board 'cosmo'
39192025-08-26T21:05:16.864Z[ host-image] Aug 26 21:05:16.824 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39202025-08-26T21:05:16.864Z[ host-image] Aug 26 21:05:16.824 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
39212025-08-26T21:05:16.891Z[ host-image] Aug 26 21:05:16.853 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpQmIViS/proto/host/root"
39222025-08-26T21:05:16.891Z[ host-image] Aug 26 21:05:16.853 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39232025-08-26T21:05:16.891Z[ host-image] Aug 26 21:05:16.853 INFO image builder template: ramdisk-01-os...
39242025-08-26T21:05:16.891Z[ host-image] Aug 26 21:05:16.853 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/.tmpQmIViS/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.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39252025-08-26T21:05:16.920Z[ host-image] Aug 26 21:05:16.886 INFO O| Aug 26 21:05:16.886 INFO CREATE DATASET: rpool/images/build/host/output
39262025-08-26T21:05:17.052Z[ host-image] Aug 26 21:05:17.018 INFO O| Aug 26 21:05:17.018 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39272025-08-26T21:05:17.078Z[ host-image] Aug 26 21:05:17.026 INFO O| Aug 26 21:05:17.026 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39282025-08-26T21:05:17.171Z[ host-image] Aug 26 21:05:17.137 INFO O| Aug 26 21:05:17.137 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39292025-08-26T21:05:17.209Z[ host-image] Aug 26 21:05:17.173 INFO O| Aug 26 21:05:17.173 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39302025-08-26T21:05:17.209Z[ host-image] Aug 26 21:05:17.174 INFO O| Aug 26 21:05:17.174 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39312025-08-26T21:05:17.234Z[ host-image] Aug 26 21:05:17.174 INFO O| Aug 26 21:05:17.174 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39322025-08-26T21:05:17.234Z[ host-image] Aug 26 21:05:17.174 INFO O| Aug 26 21:05:17.174 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39332025-08-26T21:05:17.234Z[ host-image] Aug 26 21:05:17.189 INFO O| Aug 26 21:05:17.188 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39342025-08-26T21:05:17.333Z[ host-image] Aug 26 21:05:17.299 INFO O| Aug 26 21:05:17.299 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39352025-08-26T21:05:17.359Z[ host-image] Aug 26 21:05:17.316 INFO O| Aug 26 21:05:17.316 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39362025-08-26T21:05:17.901Z[ host-image] Aug 26 21:05:17.867 INFO O| Aug 26 21:05:17.867 INFO O| Caching catalogs ... Done
39372025-08-26T21:05:18.025Z[ host-image] Aug 26 21:05:17.991 INFO O| Aug 26 21:05:17.991 INFO STEP 0 (pkg_image_create) COMPLETE
39382025-08-26T21:05:18.025Z[ host-image] Aug 26 21:05:17.991 INFO O| Aug 26 21:05:17.991 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39392025-08-26T21:05:18.051Z[ host-image] Aug 26 21:05:18.012 INFO O| Aug 26 21:05:18.012 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"]
39402025-08-26T21:05:18.767Z[ host-image] Aug 26 21:05:18.733 INFO O| Aug 26 21:05:18.732 INFO STEP 1 (pkg_set_publisher) COMPLETE
39412025-08-26T21:05:18.767Z[ host-image] Aug 26 21:05:18.733 INFO O| Aug 26 21:05:18.732 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39422025-08-26T21:05:18.793Z[ host-image] Aug 26 21:05:18.733 INFO O| Aug 26 21:05:18.733 INFO skip step because feature "publisher_1_name" is not enabled
39432025-08-26T21:05:18.793Z[ host-image] Aug 26 21:05:18.733 INFO O| Aug 26 21:05:18.733 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39442025-08-26T21:05:18.793Z[ host-image] Aug 26 21:05:18.733 INFO O| Aug 26 21:05:18.733 INFO skip step because feature "publisher_2_name" is not enabled
39452025-08-26T21:05:18.793Z[ host-image] Aug 26 21:05:18.733 INFO O| Aug 26 21:05:18.733 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39462025-08-26T21:05:18.793Z[ host-image] Aug 26 21:05:18.733 INFO O| Aug 26 21:05:18.733 INFO skip step because feature "publisher_3_name" is not enabled
39472025-08-26T21:05:18.793Z[ host-image] Aug 26 21:05:18.733 INFO O| Aug 26 21:05:18.733 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39482025-08-26T21:05:19.330Z[ host-image] Aug 26 21:05:19.296 INFO O| Aug 26 21:05:19.296 INFO variant opensolaris.zone is already global
39492025-08-26T21:05:19.355Z[ host-image] Aug 26 21:05:19.296 INFO O| Aug 26 21:05:19.296 INFO STEP 5 (pkg_change_variant) COMPLETE
39502025-08-26T21:05:19.355Z[ host-image] Aug 26 21:05:19.296 INFO O| Aug 26 21:05:19.296 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39512025-08-26T21:05:19.863Z[ host-image] Aug 26 21:05:19.829 INFO O| Aug 26 21:05:19.829 INFO variant opensolaris.imagetype is full; changing to partial
39522025-08-26T21:05:19.864Z[ host-image] Aug 26 21:05:19.829 INFO O| Aug 26 21:05:19.829 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39532025-08-26T21:05:24.422Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39542025-08-26T21:05:24.422Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39552025-08-26T21:05:24.448Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39562025-08-26T21:05:29.938Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39572025-08-26T21:05:30.062Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39582025-08-26T21:05:31.278Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39592025-08-26T21:05:31.879Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39602025-08-26T21:05:32.070Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39612025-08-26T21:05:33.832Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39622025-08-26T21:05:36.833Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39632025-08-26T21:05:54.836Z[ host-image] Aug 26 21:05:54.803 INFO O| Aug 26 21:05:54.803 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39642025-08-26T21:06:06.657Z[recovery-package] Finished `release` profile [optimized] target(s) in 1m 01s
39652025-08-26T21:06:09.605Z[ host-image] Aug 26 21:06:09.573 INFO O| Aug 26 21:06:09.573 INFO O| Startup: Caching catalogs ... Done
39662025-08-26T21:06:09.691Z[ host-image] Aug 26 21:06:09.658 INFO O| Aug 26 21:06:09.658 INFO O| Planning: Planning completed in 0.00 seconds
39672025-08-26T21:06:09.720Z[ host-image] Aug 26 21:06:09.659 INFO O| Aug 26 21:06:09.659 INFO O| Planning: Consolidating action changes ... Done
39682025-08-26T21:06:09.720Z[ host-image] Aug 26 21:06:09.659 INFO O| Aug 26 21:06:09.659 INFO O| Planning: Evaluating mediators ... Done
39692025-08-26T21:06:09.720Z[ host-image] Aug 26 21:06:09.659 INFO O| Aug 26 21:06:09.659 INFO O| Planning: Planning completed in 0.00 seconds
39702025-08-26T21:06:09.720Z[ host-image] Aug 26 21:06:09.660 INFO O| Aug 26 21:06:09.659 INFO O| Variants/Facets to change: 1
39712025-08-26T21:06:09.720Z[ host-image] Aug 26 21:06:09.681 INFO O| Aug 26 21:06:09.681 INFO O| Done
39722025-08-26T21:06:09.720Z[ host-image] Aug 26 21:06:09.681 INFO O| Aug 26 21:06:09.681 INFO O| Done
39732025-08-26T21:06:11.461ZAug 26 21:06:11.428 INFO [recovery-package] process exited with exit status: 0 (67.03878367s)
39742025-08-26T21:06:11.461ZAug 26 21:06:11.428 INFO [recovery-stamp] running task
39752025-08-26T21:06:11.488ZAug 26 21:06:11.429 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 16.0.0-0.ci+git823d0d5e5b0
39762025-08-26T21:06:11.488ZAug 26 21:06:11.429 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39772025-08-26T21:06:11.488ZAug 26 21:06:11.431 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 16.0.0-0.ci+git823d0d5e5b0
39782025-08-26T21:06:11.488Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39792025-08-26T21:06:11.488Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39802025-08-26T21:06:11.681Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39812025-08-26T21:06:11.707ZAug 26 21:06:11.655 INFO [stamp-installinator] process exited with exit status: 0 (224.345094ms)
39822025-08-26T21:06:11.744Z[ host-image] Aug 26 21:06:11.711 INFO O| Aug 26 21:06:11.711 INFO O| Done
39832025-08-26T21:06:11.806Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39842025-08-26T21:06:11.834ZAug 26 21:06:11.781 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (352.260925ms)
39852025-08-26T21:06:11.834ZAug 26 21:06:11.781 INFO [recovery-stamp] task succeeded (353.056498ms)
39862025-08-26T21:06:11.834ZAug 26 21:06:11.781 INFO [recovery-proto] running task
39872025-08-26T21:06:11.834ZAug 26 21:06:11.781 INFO [tuf-stamp] running task
39882025-08-26T21:06:11.834ZAug 26 21:06:11.783 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 16.0.0-0.ci+git823d0d5e5b0
39892025-08-26T21:06:11.834ZAug 26 21:06:11.784 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 16.0.0-0.ci+git823d0d5e5b0
39902025-08-26T21:06:11.834ZAug 26 21:06:11.784 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 16.0.0-0.ci+git823d0d5e5b0
39912025-08-26T21:06:11.834ZAug 26 21:06:11.785 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 16.0.0-0.ci+git823d0d5e5b0
39922025-08-26T21:06:11.834ZAug 26 21:06:11.786 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 16.0.0-0.ci+git823d0d5e5b0
39932025-08-26T21:06:11.860ZAug 26 21:06:11.803 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 16.0.0-0.ci+git823d0d5e5b0
39942025-08-26T21:06:11.860ZAug 26 21:06:11.803 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 16.0.0-0.ci+git823d0d5e5b0
39952025-08-26T21:06:11.860ZAug 26 21:06:11.803 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 16.0.0-0.ci+git823d0d5e5b0
39962025-08-26T21:06:11.860ZAug 26 21:06:11.803 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 16.0.0-0.ci+git823d0d5e5b0
39972025-08-26T21:06:11.860ZAug 26 21:06:11.807 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 16.0.0-0.ci+git823d0d5e5b0
39982025-08-26T21:06:11.860ZAug 26 21:06:11.807 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 16.0.0-0.ci+git823d0d5e5b0
39992025-08-26T21:06:11.860ZAug 26 21:06:11.813 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 16.0.0-0.ci+git823d0d5e5b0
40002025-08-26T21:06:11.860Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40012025-08-26T21:06:11.860Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40022025-08-26T21:06:11.860Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40032025-08-26T21:06:11.860Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40042025-08-26T21:06:11.860Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40052025-08-26T21:06:11.886Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40062025-08-26T21:06:11.886Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40072025-08-26T21:06:11.886Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40082025-08-26T21:06:11.887Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40092025-08-26T21:06:11.887Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40102025-08-26T21:06:11.887Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40112025-08-26T21:06:11.887Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40122025-08-26T21:06:11.925Z[ host-image] Aug 26 21:06:11.892 INFO O| Aug 26 21:06:11.892 INFO O| Done
40132025-08-26T21:06:11.957Z[ host-image] Aug 26 21:06:11.894 INFO O| Aug 26 21:06:11.894 INFO O| Done
40142025-08-26T21:06:11.957Z[ host-image] Aug 26 21:06:11.894 INFO O| Aug 26 21:06:11.894 INFO O| Done
40152025-08-26T21:06:11.957Z[ host-image] Aug 26 21:06:11.896 INFO O| Aug 26 21:06:11.896 INFO O| Done
40162025-08-26T21:06:12.006Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40172025-08-26T21:06:12.104ZAug 26 21:06:12.065 INFO [stamp-probe] process exited with exit status: 0 (278.69394ms)
40182025-08-26T21:06:12.509ZAug 26 21:06:12.477 INFO [recovery-proto] task succeeded (695.541806ms)
40192025-08-26T21:06:12.534ZAug 26 21:06:12.477 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.402' -P /tmp/.tmpQmIViS/proto/recovery/root -N 'recovery 823d0d5/${os_short_commit} 2025-08-26 20:34' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
40202025-08-26T21:06:12.561Z[ recovery-image] Aug 26 21:06:12.506 INFO Checking files for board 'cosmo'
40212025-08-26T21:06:12.561Z[ recovery-image] Aug 26 21:06:12.507 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40222025-08-26T21:06:12.562Z[ recovery-image] Aug 26 21:06:12.507 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
40232025-08-26T21:06:12.562Z[ recovery-image] Aug 26 21:06:12.507 INFO Checking files for board 'gimlet'
40242025-08-26T21:06:12.562Z[ recovery-image] Aug 26 21:06:12.507 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40252025-08-26T21:06:12.562Z[ recovery-image] Aug 26 21:06:12.507 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
40262025-08-26T21:06:12.588Z[ recovery-image] Aug 26 21:06:12.538 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpQmIViS/proto/recovery/root"
40272025-08-26T21:06:12.589Z[ recovery-image] Aug 26 21:06:12.538 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40282025-08-26T21:06:12.589Z[ recovery-image] Aug 26 21:06:12.538 INFO image builder template: ramdisk-01-os...
40292025-08-26T21:06:12.589Z[ recovery-image] Aug 26 21:06:12.538 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/.tmpQmIViS/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.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40302025-08-26T21:06:12.614Z[ recovery-image] Aug 26 21:06:12.578 INFO O| Aug 26 21:06:12.578 INFO CREATE DATASET: rpool/images/build/recovery/output
40312025-08-26T21:06:12.700Z[ recovery-image] Aug 26 21:06:12.667 INFO O| Aug 26 21:06:12.667 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40322025-08-26T21:06:12.728Z[ recovery-image] Aug 26 21:06:12.674 INFO O| Aug 26 21:06:12.674 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40332025-08-26T21:06:12.820Z[ recovery-image] Aug 26 21:06:12.787 INFO O| Aug 26 21:06:12.787 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40342025-08-26T21:06:12.856Z[ recovery-image] Aug 26 21:06:12.824 INFO O| Aug 26 21:06:12.823 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40352025-08-26T21:06:12.882Z[ recovery-image] Aug 26 21:06:12.824 INFO O| Aug 26 21:06:12.824 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40362025-08-26T21:06:12.883Z[ recovery-image] Aug 26 21:06:12.824 INFO O| Aug 26 21:06:12.824 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40372025-08-26T21:06:12.883Z[ recovery-image] Aug 26 21:06:12.824 INFO O| Aug 26 21:06:12.824 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40382025-08-26T21:06:12.883Z[ recovery-image] Aug 26 21:06:12.840 INFO O| Aug 26 21:06:12.840 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40392025-08-26T21:06:12.996Z[ recovery-image] Aug 26 21:06:12.963 INFO O| Aug 26 21:06:12.963 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40402025-08-26T21:06:13.023Z[ recovery-image] Aug 26 21:06:12.982 INFO O| Aug 26 21:06:12.982 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40412025-08-26T21:06:13.758Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
40422025-08-26T21:06:13.798Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40432025-08-26T21:06:13.882Z[ recovery-image] Aug 26 21:06:13.848 INFO O| Aug 26 21:06:13.848 INFO O| Caching catalogs ... Done
40442025-08-26T21:06:13.922Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40452025-08-26T21:06:13.976ZAug 26 21:06:13.942 INFO [stamp-ntp] process exited with exit status: 0 (2.155906949s)
40462025-08-26T21:06:14.053Z[ recovery-image] Aug 26 21:06:14.020 INFO O| Aug 26 21:06:14.020 INFO STEP 0 (pkg_image_create) COMPLETE
40472025-08-26T21:06:14.053Z[ recovery-image] Aug 26 21:06:14.020 INFO O| Aug 26 21:06:14.020 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40482025-08-26T21:06:14.079Z[ recovery-image] Aug 26 21:06:14.041 INFO O| Aug 26 21:06:14.041 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"]
40492025-08-26T21:06:14.130Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40502025-08-26T21:06:14.172ZAug 26 21:06:14.140 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.354677034s)
40512025-08-26T21:06:14.389Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40522025-08-26T21:06:14.420ZAug 26 21:06:14.388 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.605633804s)
40532025-08-26T21:06:14.447Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40542025-08-26T21:06:14.491ZAug 26 21:06:14.459 INFO [stamp-external-dns] process exited with exit status: 0 (2.674136296s)
40552025-08-26T21:06:14.516Z[ host-image] Aug 26 21:06:14.478 INFO O| Aug 26 21:06:14.478 INFO STEP 6 (pkg_change_variant) COMPLETE
40562025-08-26T21:06:14.516Z[ host-image] Aug 26 21:06:14.478 INFO O| Aug 26 21:06:14.478 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40572025-08-26T21:06:14.516Z[ host-image] Aug 26 21:06:14.478 INFO O| Aug 26 21:06:14.478 INFO skip step because feature "debug_variant" is not enabled
40582025-08-26T21:06:14.516Z[ host-image] Aug 26 21:06:14.478 INFO O| Aug 26 21:06:14.478 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40592025-08-26T21:06:14.635Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40602025-08-26T21:06:14.677ZAug 26 21:06:14.645 INFO [stamp-internal-dns] process exited with exit status: 0 (2.860909072s)
40612025-08-26T21:06:14.774Z[ recovery-image] Aug 26 21:06:14.742 INFO O| Aug 26 21:06:14.741 INFO STEP 1 (pkg_set_publisher) COMPLETE
40622025-08-26T21:06:14.774Z[ recovery-image] Aug 26 21:06:14.742 INFO O| Aug 26 21:06:14.742 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40632025-08-26T21:06:14.800Z[ recovery-image] Aug 26 21:06:14.742 INFO O| Aug 26 21:06:14.742 INFO skip step because feature "publisher_1_name" is not enabled
40642025-08-26T21:06:14.800Z[ recovery-image] Aug 26 21:06:14.742 INFO O| Aug 26 21:06:14.742 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40652025-08-26T21:06:14.800Z[ recovery-image] Aug 26 21:06:14.742 INFO O| Aug 26 21:06:14.742 INFO skip step because feature "publisher_2_name" is not enabled
40662025-08-26T21:06:14.800Z[ recovery-image] Aug 26 21:06:14.742 INFO O| Aug 26 21:06:14.742 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40672025-08-26T21:06:14.800Z[ recovery-image] Aug 26 21:06:14.742 INFO O| Aug 26 21:06:14.742 INFO skip step because feature "publisher_3_name" is not enabled
40682025-08-26T21:06:14.800Z[ recovery-image] Aug 26 21:06:14.742 INFO O| Aug 26 21:06:14.742 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40692025-08-26T21:06:15.048Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40702025-08-26T21:06:15.087ZAug 26 21:06:15.054 INFO [stamp-oximeter] process exited with exit status: 0 (3.247324549s)
40712025-08-26T21:06:15.158Z[ host-image] Aug 26 21:06:15.125 INFO O| Aug 26 21:06:15.125 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40722025-08-26T21:06:15.441Z[ recovery-image] Aug 26 21:06:15.407 INFO O| Aug 26 21:06:15.407 INFO variant opensolaris.zone is already global
40732025-08-26T21:06:15.441Z[ recovery-image] Aug 26 21:06:15.407 INFO O| Aug 26 21:06:15.407 INFO STEP 5 (pkg_change_variant) COMPLETE
40742025-08-26T21:06:15.442Z[ recovery-image] Aug 26 21:06:15.407 INFO O| Aug 26 21:06:15.407 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40752025-08-26T21:06:16.034Z[ recovery-image] Aug 26 21:06:16.002 INFO O| Aug 26 21:06:16.001 INFO variant opensolaris.imagetype is full; changing to partial
40762025-08-26T21:06:16.061Z[ recovery-image] Aug 26 21:06:16.002 INFO O| Aug 26 21:06:16.002 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40772025-08-26T21:06:18.029Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40782025-08-26T21:06:18.054ZAug 26 21:06:17.570 INFO [stamp-nexus] process exited with exit status: 0 (5.771648281s)
40792025-08-26T21:06:19.024Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40802025-08-26T21:06:19.050ZAug 26 21:06:19.000 INFO [stamp-cockroachdb] process exited with exit status: 0 (7.196289038s)
40812025-08-26T21:06:23.129Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40822025-08-26T21:06:23.161ZAug 26 21:06:23.106 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.315957652s)
40832025-08-26T21:06:23.287Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40842025-08-26T21:06:23.335Z[verify-libraries] Compiling home v0.5.9
40852025-08-26T21:06:23.377Z[verify-libraries] Compiling cfg_aliases v0.1.1
40862025-08-26T21:06:23.418Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40872025-08-26T21:06:23.418Z[verify-libraries] Compiling sqlparser_derive v0.2.2
40882025-08-26T21:06:23.448Z[verify-libraries] Compiling unicode_categories v0.1.1
40892025-08-26T21:06:23.542Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40902025-08-26T21:06:23.605Z[verify-libraries] Compiling nix v0.28.0
40912025-08-26T21:06:23.656Z[verify-libraries] Compiling polyval v0.6.2
40922025-08-26T21:06:23.860Z[verify-libraries] Compiling sqlformat v0.3.5
40932025-08-26T21:06:23.893Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40942025-08-26T21:06:23.893ZAug 26 21:06:23.850 INFO [stamp-clickhouse_server] process exited with exit status: 0 (12.045941717s)
40952025-08-26T21:06:23.992Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40962025-08-26T21:06:24.050Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40972025-08-26T21:06:24.082ZAug 26 21:06:24.027 INFO [stamp-clickhouse] process exited with exit status: 0 (12.213759812s)
40982025-08-26T21:06:24.082ZAug 26 21:06:24.027 INFO [tuf-stamp] task succeeded (12.245512444s)
40992025-08-26T21:06:24.264Z[verify-libraries] Compiling ctr v0.9.2
41002025-08-26T21:06:24.676Z[verify-libraries] Compiling ghash v0.5.1
41012025-08-26T21:06:24.855Z[verify-libraries] Compiling sqlparser v0.45.0
41022025-08-26T21:06:24.913Z[verify-libraries] Compiling ssh-encoding v0.2.0
41032025-08-26T21:06:25.074Z[verify-libraries] Compiling aes-gcm v0.10.3
41042025-08-26T21:06:25.168Z[verify-libraries] Compiling blowfish v0.9.1
41052025-08-26T21:06:25.508Z[verify-libraries] Compiling ssh-cipher v0.2.0
41062025-08-26T21:06:25.695Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41072025-08-26T21:06:26.271Z[verify-libraries] Compiling password-hash v0.4.2
41082025-08-26T21:06:26.377Z[verify-libraries] Compiling ssh-key v0.6.6
41092025-08-26T21:06:31.039Z[verify-libraries] Compiling rustyline v14.0.0
41102025-08-26T21:06:31.681Z[verify-libraries] Compiling pbkdf2 v0.11.0
41112025-08-26T21:06:32.444Z[verify-libraries] Compiling p256 v0.13.2
41122025-08-26T21:06:33.495Z[verify-libraries] Compiling p521 v0.13.3
41132025-08-26T21:06:34.823Z[verify-libraries] Compiling petname v2.0.2
41142025-08-26T21:06:35.387Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41152025-08-26T21:06:35.929Z[verify-libraries] Compiling md5 v0.7.0
41162025-08-26T21:06:36.379Z[verify-libraries] Compiling num-bigint v0.4.6
41172025-08-26T21:06:36.863Z[verify-libraries] Compiling russh-keys v0.45.0
41182025-08-26T21:06:45.330Z[verify-libraries] Compiling des v0.8.1
41192025-08-26T21:06:46.005Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41202025-08-26T21:06:47.217Z[verify-libraries] Compiling hex-literal v0.4.1
41212025-08-26T21:06:47.444Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41222025-08-26T21:06:47.672Z[verify-libraries] Compiling russh v0.45.0
41232025-08-26T21:06:54.874Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41242025-08-26T21:06:58.641Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41252025-08-26T21:07:00.713Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41262025-08-26T21:07:01.878Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41272025-08-26T21:07:03.801Z[ host-image] Aug 26 21:07:03.770 INFO O| Aug 26 21:07:03.770 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41282025-08-26T21:07:05.480Z[ recovery-image] Aug 26 21:07:05.449 INFO O| Aug 26 21:07:05.449 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41292025-08-26T21:07:14.032Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41302025-08-26T21:07:14.765Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41312025-08-26T21:07:15.604Z[verify-libraries] Compiling sync-ptr v0.1.4
41322025-08-26T21:07:15.819Z[verify-libraries] Compiling internet-checksum v0.2.1
41332025-08-26T21:07:16.001Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41342025-08-26T21:07:16.298Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
41352025-08-26T21:07:21.592Z[ host-image] Aug 26 21:07:21.562 INFO O| Aug 26 21:07:21.562 INFO O| Startup: Caching catalogs ... Done
41362025-08-26T21:07:21.751Z[ host-image] Aug 26 21:07:21.721 INFO O| Aug 26 21:07:21.721 INFO O| Planning: Planning completed in 0.00 seconds
41372025-08-26T21:07:21.776Z[ host-image] Aug 26 21:07:21.722 INFO O| Aug 26 21:07:21.722 INFO O| Planning: Consolidating action changes ... Done
41382025-08-26T21:07:21.776Z[ host-image] Aug 26 21:07:21.723 INFO O| Aug 26 21:07:21.722 INFO O| Planning: Evaluating mediators ... Done
41392025-08-26T21:07:21.776Z[ host-image] Aug 26 21:07:21.723 INFO O| Aug 26 21:07:21.723 INFO O| Planning: Planning completed in 0.00 seconds
41402025-08-26T21:07:21.776Z[ host-image] Aug 26 21:07:21.737 INFO O| Aug 26 21:07:21.737 INFO O| Variants/Facets to change: 1
41412025-08-26T21:07:21.824Z[ host-image] Aug 26 21:07:21.794 INFO O| Aug 26 21:07:21.794 INFO O| Done
41422025-08-26T21:07:21.824Z[ host-image] Aug 26 21:07:21.794 INFO O| Aug 26 21:07:21.794 INFO O| Done
41432025-08-26T21:07:23.159Z[ recovery-image] Aug 26 21:07:23.129 INFO O| Aug 26 21:07:23.129 INFO O| Startup: Caching catalogs ... Done
41442025-08-26T21:07:23.376Z[ recovery-image] Aug 26 21:07:23.346 INFO O| Aug 26 21:07:23.346 INFO O| Planning: Planning completed in 0.00 seconds
41452025-08-26T21:07:23.401Z[ recovery-image] Aug 26 21:07:23.347 INFO O| Aug 26 21:07:23.347 INFO O| Planning: Consolidating action changes ... Done
41462025-08-26T21:07:23.401Z[ recovery-image] Aug 26 21:07:23.347 INFO O| Aug 26 21:07:23.347 INFO O| Planning: Evaluating mediators ... Done
41472025-08-26T21:07:23.401Z[ recovery-image] Aug 26 21:07:23.348 INFO O| Aug 26 21:07:23.348 INFO O| Planning: Planning completed in 0.00 seconds
41482025-08-26T21:07:23.401Z[ recovery-image] Aug 26 21:07:23.348 INFO O| Aug 26 21:07:23.348 INFO O| Variants/Facets to change: 1
41492025-08-26T21:07:23.466Z[ recovery-image] Aug 26 21:07:23.436 INFO O| Aug 26 21:07:23.435 INFO O| Done
41502025-08-26T21:07:23.466Z[ recovery-image] Aug 26 21:07:23.436 INFO O| Aug 26 21:07:23.436 INFO O| Done
41512025-08-26T21:07:24.609Z[ host-image] Aug 26 21:07:24.579 INFO O| Aug 26 21:07:24.579 INFO O| Done
41522025-08-26T21:07:24.747Z[ host-image] Aug 26 21:07:24.717 INFO O| Aug 26 21:07:24.717 INFO O| Done
41532025-08-26T21:07:24.772Z[ host-image] Aug 26 21:07:24.718 INFO O| Aug 26 21:07:24.718 INFO O| Done
41542025-08-26T21:07:24.772Z[ host-image] Aug 26 21:07:24.718 INFO O| Aug 26 21:07:24.718 INFO O| Done
41552025-08-26T21:07:24.772Z[ host-image] Aug 26 21:07:24.720 INFO O| Aug 26 21:07:24.720 INFO O| Done
41562025-08-26T21:07:26.273Z[ recovery-image] Aug 26 21:07:26.243 INFO O| Aug 26 21:07:26.243 INFO O| Done
41572025-08-26T21:07:26.400Z[ recovery-image] Aug 26 21:07:26.370 INFO O| Aug 26 21:07:26.370 INFO O| Done
41582025-08-26T21:07:26.425Z[ recovery-image] Aug 26 21:07:26.372 INFO O| Aug 26 21:07:26.371 INFO O| Done
41592025-08-26T21:07:26.425Z[ recovery-image] Aug 26 21:07:26.372 INFO O| Aug 26 21:07:26.372 INFO O| Done
41602025-08-26T21:07:26.425Z[ recovery-image] Aug 26 21:07:26.374 INFO O| Aug 26 21:07:26.374 INFO O| Done
41612025-08-26T21:07:26.649Z[ host-image] Aug 26 21:07:26.619 INFO O| Aug 26 21:07:26.619 INFO STEP 8 (pkg_change_facet) COMPLETE
41622025-08-26T21:07:26.649Z[ host-image] Aug 26 21:07:26.619 INFO O| Aug 26 21:07:26.619 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41632025-08-26T21:07:26.649Z[ host-image] Aug 26 21:07:26.619 INFO O| Aug 26 21:07:26.619 INFO skip step because feature "recovery" is not enabled
41642025-08-26T21:07:26.675Z[ host-image] Aug 26 21:07:26.619 INFO O| Aug 26 21:07:26.619 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41652025-08-26T21:07:26.675Z[ host-image] Aug 26 21:07:26.619 INFO O| Aug 26 21:07:26.619 INFO skip step because feature "recovery" is not enabled
41662025-08-26T21:07:26.675Z[ host-image] Aug 26 21:07:26.619 INFO O| Aug 26 21:07:26.619 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41672025-08-26T21:07:26.675Z[ host-image] Aug 26 21:07:26.640 INFO O| Aug 26 21:07:26.640 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@16.0.0.0"]
41682025-08-26T21:07:28.141Z[ recovery-image] Aug 26 21:07:28.111 INFO O| Aug 26 21:07:28.111 INFO STEP 6 (pkg_change_variant) COMPLETE
41692025-08-26T21:07:28.141Z[ recovery-image] Aug 26 21:07:28.111 INFO O| Aug 26 21:07:28.111 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41702025-08-26T21:07:28.141Z[ recovery-image] Aug 26 21:07:28.111 INFO O| Aug 26 21:07:28.111 INFO skip step because feature "debug_variant" is not enabled
41712025-08-26T21:07:28.167Z[ recovery-image] Aug 26 21:07:28.111 INFO O| Aug 26 21:07:28.111 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41722025-08-26T21:07:28.890Z[ recovery-image] Aug 26 21:07:28.861 INFO O| Aug 26 21:07:28.861 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41732025-08-26T21:07:40.163Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41742025-08-26T21:07:50.807Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
41752025-08-26T21:07:57.682Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41762025-08-26T21:08:00.792Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41772025-08-26T21:08:06.374Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41782025-08-26T21:08:08.971Z[ host-image] Aug 26 21:08:08.942 INFO O| Aug 26 21:08:08.942 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41792025-08-26T21:08:11.000Z[ recovery-image] Aug 26 21:08:10.972 INFO O| Aug 26 21:08:10.971 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41802025-08-26T21:08:15.007Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41812025-08-26T21:08:16.337Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41822025-08-26T21:08:22.085Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41832025-08-26T21:08:24.104Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41842025-08-26T21:08:24.824Z[ host-image] Aug 26 21:08:24.795 INFO O| Aug 26 21:08:24.794 INFO O| Startup: Caching catalogs ... Done
41852025-08-26T21:08:27.066Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41862025-08-26T21:08:27.215Z[ recovery-image] Aug 26 21:08:27.187 INFO O| Aug 26 21:08:27.187 INFO O| Startup: Caching catalogs ... Done
41872025-08-26T21:08:27.348Z[ recovery-image] Aug 26 21:08:27.320 INFO O| Aug 26 21:08:27.320 INFO O| Planning: Planning completed in 0.00 seconds
41882025-08-26T21:08:27.374Z[ recovery-image] Aug 26 21:08:27.322 INFO O| Aug 26 21:08:27.322 INFO O| Planning: Consolidating action changes ... Done
41892025-08-26T21:08:27.374Z[ recovery-image] Aug 26 21:08:27.322 INFO O| Aug 26 21:08:27.322 INFO O| Planning: Evaluating mediators ... Done
41902025-08-26T21:08:27.374Z[ recovery-image] Aug 26 21:08:27.323 INFO O| Aug 26 21:08:27.323 INFO O| Planning: Planning completed in 0.01 seconds
41912025-08-26T21:08:27.374Z[ recovery-image] Aug 26 21:08:27.324 INFO O| Aug 26 21:08:27.324 INFO O| Variants/Facets to change: 1
41922025-08-26T21:08:27.425Z[ recovery-image] Aug 26 21:08:27.396 INFO O| Aug 26 21:08:27.396 INFO O| Done
41932025-08-26T21:08:27.426Z[ recovery-image] Aug 26 21:08:27.396 INFO O| Aug 26 21:08:27.396 INFO O| Done
41942025-08-26T21:08:30.009Z[ recovery-image] Aug 26 21:08:29.981 INFO O| Aug 26 21:08:29.980 INFO O| Done
41952025-08-26T21:08:30.156Z[ recovery-image] Aug 26 21:08:30.128 INFO O| Aug 26 21:08:30.128 INFO O| Done
41962025-08-26T21:08:30.182Z[ recovery-image] Aug 26 21:08:30.130 INFO O| Aug 26 21:08:30.130 INFO O| Done
41972025-08-26T21:08:30.182Z[ recovery-image] Aug 26 21:08:30.130 INFO O| Aug 26 21:08:30.130 INFO O| Done
41982025-08-26T21:08:30.182Z[ recovery-image] Aug 26 21:08:30.132 INFO O| Aug 26 21:08:30.132 INFO O| Done
41992025-08-26T21:08:32.142Z[ recovery-image] Aug 26 21:08:32.113 INFO O| Aug 26 21:08:32.113 INFO STEP 8 (pkg_change_facet) COMPLETE
42002025-08-26T21:08:32.142Z[ recovery-image] Aug 26 21:08:32.113 INFO O| Aug 26 21:08:32.113 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42012025-08-26T21:08:32.967Z[ recovery-image] Aug 26 21:08:32.939 INFO O| Aug 26 21:08:32.939 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42022025-08-26T21:08:41.390Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42032025-08-26T21:09:08.700Z[verify-libraries] Compiling heck v0.4.1
42042025-08-26T21:09:10.485Z[verify-libraries] Compiling diff v0.1.13
42052025-08-26T21:09:11.098Z[verify-libraries] Compiling yansi v1.0.1
42062025-08-26T21:09:12.222Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
42072025-08-26T21:09:12.824Z[verify-libraries] Compiling pretty_assertions v1.4.1
42082025-08-26T21:09:15.886Z[ recovery-image] Aug 26 21:09:15.860 INFO O| Aug 26 21:09:15.860 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42092025-08-26T21:09:16.938Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42102025-08-26T21:09:22.742Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42112025-08-26T21:09:28.650Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42122025-08-26T21:09:29.254Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42132025-08-26T21:09:29.894Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42142025-08-26T21:09:30.576Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42152025-08-26T21:09:31.174Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42162025-08-26T21:09:31.790Z[ recovery-image] Aug 26 21:09:31.763 INFO O| Aug 26 21:09:31.763 INFO O| Startup: Caching catalogs ... Done
42172025-08-26T21:09:31.867Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42182025-08-26T21:09:31.945Z[ recovery-image] Aug 26 21:09:31.917 INFO O| Aug 26 21:09:31.917 INFO O| Planning: Planning completed in 0.01 seconds
42192025-08-26T21:09:31.945Z[ recovery-image] Aug 26 21:09:31.919 INFO O| Aug 26 21:09:31.919 INFO O| Planning: Consolidating action changes ... Done
42202025-08-26T21:09:31.945Z[ recovery-image] Aug 26 21:09:31.919 INFO O| Aug 26 21:09:31.919 INFO O| Planning: Evaluating mediators ... Done
42212025-08-26T21:09:31.970Z[ recovery-image] Aug 26 21:09:31.920 INFO O| Aug 26 21:09:31.920 INFO O| Planning: Planning completed in 0.01 seconds
42222025-08-26T21:09:31.970Z[ recovery-image] Aug 26 21:09:31.921 INFO O| Aug 26 21:09:31.921 INFO O| Variants/Facets to change: 1
42232025-08-26T21:09:32.020Z[ recovery-image] Aug 26 21:09:31.994 INFO O| Aug 26 21:09:31.994 INFO O| Done
42242025-08-26T21:09:32.020Z[ recovery-image] Aug 26 21:09:31.994 INFO O| Aug 26 21:09:31.994 INFO O| Done
42252025-08-26T21:09:34.274Z[ recovery-image] Aug 26 21:09:34.248 INFO O| Aug 26 21:09:34.248 INFO O| Done
42262025-08-26T21:09:34.410Z[ recovery-image] Aug 26 21:09:34.384 INFO O| Aug 26 21:09:34.384 INFO O| Done
42272025-08-26T21:09:34.435Z[ recovery-image] Aug 26 21:09:34.385 INFO O| Aug 26 21:09:34.385 INFO O| Done
42282025-08-26T21:09:34.435Z[ recovery-image] Aug 26 21:09:34.385 INFO O| Aug 26 21:09:34.385 INFO O| Done
42292025-08-26T21:09:34.435Z[ recovery-image] Aug 26 21:09:34.387 INFO O| Aug 26 21:09:34.387 INFO O| Done
42302025-08-26T21:09:36.111Z[ recovery-image] Aug 26 21:09:36.086 INFO O| Aug 26 21:09:36.086 INFO STEP 9 (pkg_change_facet) COMPLETE
42312025-08-26T21:09:36.112Z[ recovery-image] Aug 26 21:09:36.086 INFO O| Aug 26 21:09:36.086 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42322025-08-26T21:09:36.902Z[ recovery-image] Aug 26 21:09:36.877 INFO O| Aug 26 21:09:36.877 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42332025-08-26T21:09:40.112Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
42342025-08-26T21:10:07.482Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
42352025-08-26T21:10:12.562Z[ recovery-image] Aug 26 21:10:12.536 INFO O| Aug 26 21:10:12.536 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42362025-08-26T21:10:28.590Z[ recovery-image] Aug 26 21:10:28.564 INFO O| Aug 26 21:10:28.564 INFO O| Startup: Caching catalogs ... Done
42372025-08-26T21:10:28.871Z[ recovery-image] Aug 26 21:10:28.847 INFO O| Aug 26 21:10:28.847 INFO O| Planning: Planning completed in 0.00 seconds
42382025-08-26T21:10:28.897Z[ recovery-image] Aug 26 21:10:28.848 INFO O| Aug 26 21:10:28.848 INFO O| Planning: Consolidating action changes ... Done
42392025-08-26T21:10:28.897Z[ recovery-image] Aug 26 21:10:28.849 INFO O| Aug 26 21:10:28.849 INFO O| Planning: Evaluating mediators ... Done
42402025-08-26T21:10:28.897Z[ recovery-image] Aug 26 21:10:28.849 INFO O| Aug 26 21:10:28.849 INFO O| Planning: Planning completed in 0.00 seconds
42412025-08-26T21:10:29.798Z[ recovery-image] Aug 26 21:10:29.773 INFO O| Aug 26 21:10:29.773 INFO O| Variants/Facets to change: 1
42422025-08-26T21:10:29.843Z[ recovery-image] Aug 26 21:10:29.819 INFO O| Aug 26 21:10:29.819 INFO O| Done
42432025-08-26T21:10:29.871Z[ recovery-image] Aug 26 21:10:29.819 INFO O| Aug 26 21:10:29.819 INFO O| Done
42442025-08-26T21:10:32.044Z[ recovery-image] Aug 26 21:10:32.019 INFO O| Aug 26 21:10:32.019 INFO O| Done
42452025-08-26T21:10:32.254Z[ recovery-image] Aug 26 21:10:32.231 INFO O| Aug 26 21:10:32.230 INFO O| Done
42462025-08-26T21:10:32.279Z[ recovery-image] Aug 26 21:10:32.233 INFO O| Aug 26 21:10:32.233 INFO O| Done
42472025-08-26T21:10:32.279Z[ recovery-image] Aug 26 21:10:32.234 INFO O| Aug 26 21:10:32.233 INFO O| Done
42482025-08-26T21:10:32.279Z[ recovery-image] Aug 26 21:10:32.237 INFO O| Aug 26 21:10:32.237 INFO O| Done
42492025-08-26T21:10:36.855Z[ recovery-image] Aug 26 21:10:36.831 INFO O| Aug 26 21:10:36.831 INFO STEP 10 (pkg_change_facet) COMPLETE
42502025-08-26T21:10:36.880Z[ recovery-image] Aug 26 21:10:36.831 INFO O| Aug 26 21:10:36.831 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42512025-08-26T21:10:36.880Z[ recovery-image] Aug 26 21:10:36.855 INFO O| Aug 26 21:10:36.855 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@16.0.0.0"]
42522025-08-26T21:10:41.312Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42532025-08-26T21:10:54.371Z[ host-image] Aug 26 21:10:54.346 INFO O| Aug 26 21:10:54.346 INFO O| Planning: Solver setup ... Done
42542025-08-26T21:10:59.749Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42552025-08-26T21:11:06.011Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42562025-08-26T21:11:16.620Z[ recovery-image] Aug 26 21:11:16.597 INFO O| Aug 26 21:11:16.597 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42572025-08-26T21:11:25.713Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42582025-08-26T21:11:29.612Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42592025-08-26T21:11:30.539Z[ recovery-image] Aug 26 21:11:30.517 INFO O| Aug 26 21:11:30.516 INFO O| Startup: Caching catalogs ... Done
42602025-08-26T21:11:30.921Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42612025-08-26T21:11:30.978Z[verify-libraries] Compiling termios v0.3.3
42622025-08-26T21:11:31.612Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42632025-08-26T21:11:53.771Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42642025-08-26T21:12:04.234Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
42652025-08-26T21:12:04.350Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42662025-08-26T21:14:28.109Z[ recovery-image] Aug 26 21:14:28.093 INFO O| Aug 26 21:14:28.092 INFO O| Planning: Solver setup ... Done
42672025-08-26T21:14:59.679Z[ host-image] Aug 26 21:14:59.663 INFO O| Aug 26 21:14:59.663 INFO O| Planning: Running solver ... Done
42682025-08-26T21:15:00.944Z[ host-image] Aug 26 21:15:00.927 INFO O| Aug 26 21:15:00.927 INFO O| Planning: Finding local manifests ... Done
42692025-08-26T21:15:01.222Z[ host-image] Aug 26 21:15:01.206 INFO O| Aug 26 21:15:01.206 INFO O| Planning: Fetching manifests: 0/126 0% complete
42702025-08-26T21:15:06.256Z[ host-image] Aug 26 21:15:06.240 INFO O| Aug 26 21:15:06.240 INFO O| Planning: Fetching manifests: 74/126 58% complete
42712025-08-26T21:15:09.616Z[ host-image] Aug 26 21:15:09.600 INFO O| Aug 26 21:15:09.600 INFO O| Planning: Fetching manifests: 126/126 100% complete
42722025-08-26T21:15:11.017Z[ host-image] Aug 26 21:15:11.002 INFO O| Aug 26 21:15:11.002 INFO O| Planning: Package planning ... Done
42732025-08-26T21:15:12.247Z[ host-image] Aug 26 21:15:12.232 INFO O| Aug 26 21:15:12.232 INFO O| Planning: Merging actions ... Done
42742025-08-26T21:15:12.544Z[ host-image] Aug 26 21:15:12.529 INFO O| Aug 26 21:15:12.529 INFO O| Planning: Checking for conflicting actions ... Done
42752025-08-26T21:15:12.829Z[ host-image] Aug 26 21:15:12.814 INFO O| Aug 26 21:15:12.814 INFO O| Planning: Consolidating action changes ... Done
42762025-08-26T21:15:13.388Z[ host-image] Aug 26 21:15:13.373 INFO O| Aug 26 21:15:13.372 INFO O| Planning: Evaluating mediators ... Done
42772025-08-26T21:15:19.064Z[ host-image] Aug 26 21:15:19.049 INFO O| Aug 26 21:15:19.049 INFO O| Planning: Planning completed in 414.15 seconds
42782025-08-26T21:15:19.090Z[ host-image] Aug 26 21:15:19.054 INFO O| Aug 26 21:15:19.054 INFO O| Packages to install: 126
42792025-08-26T21:15:19.090Z[ host-image] Aug 26 21:15:19.054 INFO O| Aug 26 21:15:19.054 INFO O| Mediators to change: 5
42802025-08-26T21:15:19.090Z[ host-image] Aug 26 21:15:19.054 INFO O| Aug 26 21:15:19.054 INFO O| Services to change: 6
42812025-08-26T21:15:19.213Z[ host-image] Aug 26 21:15:19.198 INFO O| Aug 26 21:15:19.198 INFO O| Download: 0/22885 items 0.0/207.3MB 0% complete
42822025-08-26T21:15:24.920Z[ host-image] Aug 26 21:15:24.905 INFO O| Aug 26 21:15:24.905 INFO O| Download: 1022/22885 items 4.9/207.3MB 2% complete (1.0M/s)
42832025-08-26T21:15:30.046Z[ host-image] Aug 26 21:15:30.031 INFO O| Aug 26 21:15:30.031 INFO O| Download: 1642/22885 items 10.5/207.3MB 5% complete (1.1M/s)
42842025-08-26T21:15:35.048Z[ host-image] Aug 26 21:15:35.034 INFO O| Aug 26 21:15:35.033 INFO O| Download: 1791/22885 items 12.8/207.3MB 6% complete (766k/s)
42852025-08-26T21:15:40.585Z[ host-image] Aug 26 21:15:40.571 INFO O| Aug 26 21:15:40.571 INFO O| Download: 2151/22885 items 23.8/207.3MB 11% complete (1.4M/s)
42862025-08-26T21:15:45.605Z[ host-image] Aug 26 21:15:45.589 INFO O| Aug 26 21:15:45.589 INFO O| Download: 2466/22885 items 28.3/207.3MB 13% complete (1.6M/s)
42872025-08-26T21:15:50.864Z[ host-image] Aug 26 21:15:50.850 INFO O| Aug 26 21:15:50.850 INFO O| Download: 3491/22885 items 35.8/207.3MB 17% complete (1.2M/s)
42882025-08-26T21:15:55.985Z[ host-image] Aug 26 21:15:55.969 INFO O| Aug 26 21:15:55.968 INFO O| Download: 4544/22885 items 42.0/207.3MB 20% complete (1.4M/s)
42892025-08-26T21:16:01.475Z[ host-image] Aug 26 21:16:01.461 INFO O| Aug 26 21:16:01.461 INFO O| Download: 4617/22885 items 42.7/207.3MB 20% complete (915k/s)
42902025-08-26T21:16:06.476Z[ host-image] Aug 26 21:16:06.461 INFO O| Aug 26 21:16:06.461 INFO O| Download: 4816/22885 items 45.3/207.3MB 21% complete (333k/s)
42912025-08-26T21:16:11.520Z[ host-image] Aug 26 21:16:11.503 INFO O| Aug 26 21:16:11.503 INFO O| Download: 5826/22885 items 46.6/207.3MB 22% complete (397k/s)
42922025-08-26T21:16:16.517Z[ host-image] Aug 26 21:16:16.504 INFO O| Aug 26 21:16:16.503 INFO O| Download: 6860/22885 items 48.8/207.3MB 23% complete (334k/s)
42932025-08-26T21:16:21.735Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42942025-08-26T21:16:21.808Z[ host-image] Aug 26 21:16:21.779 INFO O| Aug 26 21:16:21.779 INFO O| Download: 7097/22885 items 52.0/207.3MB 25% complete (482k/s)
42952025-08-26T21:16:26.704Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42962025-08-26T21:16:26.886Z[ host-image] Aug 26 21:16:26.873 INFO O| Aug 26 21:16:26.873 INFO O| Download: 8031/22885 items 59.9/207.3MB 28% complete (1.2M/s)
42972025-08-26T21:16:31.907Z[ host-image] Aug 26 21:16:31.894 INFO O| Aug 26 21:16:31.894 INFO O| Download: 8320/22885 items 63.9/207.3MB 30% complete (1.1M/s)
42982025-08-26T21:16:36.907Z[ host-image] Aug 26 21:16:36.894 INFO O| Aug 26 21:16:36.894 INFO O| Download: 9121/22885 items 77.0/207.3MB 37% complete (1.6M/s)
42992025-08-26T21:16:41.914Z[ host-image] Aug 26 21:16:41.902 INFO O| Aug 26 21:16:41.902 INFO O| Download: 9470/22885 items 84.9/207.3MB 40% complete (2.1M/s)
43002025-08-26T21:16:47.502Z[ host-image] Aug 26 21:16:47.487 INFO O| Aug 26 21:16:47.487 INFO O| Download: 10485/22885 items 91.4/207.3MB 44% complete (1.5M/s)
43012025-08-26T21:16:52.524Z[ host-image] Aug 26 21:16:52.510 INFO O| Aug 26 21:16:52.510 INFO O| Download: 10988/22885 items 94.0/207.3MB 45% complete (787k/s)
43022025-08-26T21:16:57.528Z[ host-image] Aug 26 21:16:57.516 INFO O| Aug 26 21:16:57.515 INFO O| Download: 11287/22885 items 97.3/207.3MB 46% complete (643k/s)
43032025-08-26T21:17:02.548Z[ host-image] Aug 26 21:17:02.536 INFO O| Aug 26 21:17:02.536 INFO O| Download: 11690/22885 items 99.7/207.3MB 48% complete (577k/s)
43042025-08-26T21:17:02.574Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43052025-08-26T21:17:07.581Z[ host-image] Aug 26 21:17:07.570 INFO O| Aug 26 21:17:07.570 INFO O| Download: 12182/22885 items 104.4/207.3MB 50% complete (743k/s)
43062025-08-26T21:17:12.606Z[ host-image] Aug 26 21:17:12.595 INFO O| Aug 26 21:17:12.595 INFO O| Download: 12392/22885 items 112.8/207.3MB 54% complete (1.3M/s)
43072025-08-26T21:17:18.202Z[ host-image] Aug 26 21:17:18.191 INFO O| Aug 26 21:17:18.191 INFO O| Download: 13392/22885 items 113.3/207.3MB 54% complete (952k/s)
43082025-08-26T21:17:22.009Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43092025-08-26T21:17:23.226Z[ host-image] Aug 26 21:17:23.215 INFO O| Aug 26 21:17:23.215 INFO O| Download: 14045/22885 items 113.7/207.3MB 54% complete (79.4k/s)
43102025-08-26T21:17:25.374Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43112025-08-26T21:17:27.077Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43122025-08-26T21:17:29.065Z[ host-image] Aug 26 21:17:29.055 INFO O| Aug 26 21:17:29.055 INFO O| Download: 14533/22885 items 115.8/207.3MB 55% complete (232k/s)
43132025-08-26T21:17:31.209Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43142025-08-26T21:17:34.074Z[ host-image] Aug 26 21:17:34.064 INFO O| Aug 26 21:17:34.064 INFO O| Download: 15258/22885 items 122.3/207.3MB 58% complete (845k/s)
43152025-08-26T21:17:39.384Z[ host-image] Aug 26 21:17:39.374 INFO O| Aug 26 21:17:39.374 INFO O| Download: 15830/22885 items 129.5/207.3MB 62% complete (1.5M/s)
43162025-08-26T21:17:44.394Z[ host-image] Aug 26 21:17:44.384 INFO O| Aug 26 21:17:44.384 INFO O| Download: 16401/22885 items 139.6/207.3MB 67% complete (1.7M/s)
43172025-08-26T21:17:49.416Z[ host-image] Aug 26 21:17:49.406 INFO O| Aug 26 21:17:49.406 INFO O| Download: 17429/22885 items 151.4/207.3MB 73% complete (2.2M/s)
43182025-08-26T21:17:54.426Z[ host-image] Aug 26 21:17:54.416 INFO O| Aug 26 21:17:54.416 INFO O| Download: 17968/22885 items 154.1/207.3MB 74% complete (2.0M/s)
43192025-08-26T21:17:59.437Z[ host-image] Aug 26 21:17:59.428 INFO O| Aug 26 21:17:59.428 INFO O| Download: 18825/22885 items 168.4/207.3MB 81% complete (1.7M/s)
43202025-08-26T21:18:04.450Z[ host-image] Aug 26 21:18:04.440 INFO O| Aug 26 21:18:04.440 INFO O| Download: 19425/22885 items 170.9/207.3MB 82% complete (1.7M/s)
43212025-08-26T21:18:09.466Z[ host-image] Aug 26 21:18:09.457 INFO O| Aug 26 21:18:09.456 INFO O| Download: 20192/22885 items 173.7/207.3MB 83% complete (563k/s)
43222025-08-26T21:18:13.012Z[ recovery-image] Aug 26 21:18:13.002 INFO O| Aug 26 21:18:13.002 INFO O| Planning: Running solver ... Done
43232025-08-26T21:18:14.250Z[ recovery-image] Aug 26 21:18:14.241 INFO O| Aug 26 21:18:14.241 INFO O| Planning: Finding local manifests ... Done
43242025-08-26T21:18:14.390Z[ recovery-image] Aug 26 21:18:14.381 INFO O| Aug 26 21:18:14.381 INFO O| Planning: Fetching manifests: 0/126 0% complete
43252025-08-26T21:18:16.369Z[ host-image] Aug 26 21:18:16.360 INFO O| Aug 26 21:18:16.360 INFO O| Download: 20735/22885 items 176.7/207.3MB 85% complete (639k/s)
43262025-08-26T21:18:19.389Z[ recovery-image] Aug 26 21:18:19.380 INFO O| Aug 26 21:18:19.380 INFO O| Planning: Fetching manifests: 75/126 59% complete
43272025-08-26T21:18:22.128Z[ host-image] Aug 26 21:18:22.119 INFO O| Aug 26 21:18:22.119 INFO O| Download: 21058/22885 items 182.7/207.3MB 88% complete (708k/s)
43282025-08-26T21:18:22.576Z[ recovery-image] Aug 26 21:18:22.567 INFO O| Aug 26 21:18:22.567 INFO O| Planning: Fetching manifests: 126/126 100% complete
43292025-08-26T21:18:24.479Z[ recovery-image] Aug 26 21:18:24.470 INFO O| Aug 26 21:18:24.470 INFO O| Planning: Package planning ... Done
43302025-08-26T21:18:25.046Z[ recovery-image] Aug 26 21:18:25.037 INFO O| Aug 26 21:18:25.037 INFO O| Planning: Merging actions ... Done
43312025-08-26T21:18:25.232Z[ recovery-image] Aug 26 21:18:25.223 INFO O| Aug 26 21:18:25.223 INFO O| Planning: Checking for conflicting actions ... Done
43322025-08-26T21:18:25.414Z[ recovery-image] Aug 26 21:18:25.405 INFO O| Aug 26 21:18:25.405 INFO O| Planning: Consolidating action changes ... Done
43332025-08-26T21:18:25.707Z[ recovery-image] Aug 26 21:18:25.698 INFO O| Aug 26 21:18:25.698 INFO O| Planning: Evaluating mediators ... Done
43342025-08-26T21:18:27.619Z[ host-image] Aug 26 21:18:27.610 INFO O| Aug 26 21:18:27.610 INFO O| Download: 21665/22885 items 187.3/207.3MB 90% complete (1.0M/s)
43352025-08-26T21:18:30.244Z[ recovery-image] Aug 26 21:18:30.234 INFO O| Aug 26 21:18:30.234 INFO O| Planning: Planning completed in 419.54 seconds
43362025-08-26T21:18:30.270Z[ recovery-image] Aug 26 21:18:30.239 INFO O| Aug 26 21:18:30.238 INFO O| Packages to install: 126
43372025-08-26T21:18:30.270Z[ recovery-image] Aug 26 21:18:30.239 INFO O| Aug 26 21:18:30.239 INFO O| Mediators to change: 5
43382025-08-26T21:18:30.270Z[ recovery-image] Aug 26 21:18:30.239 INFO O| Aug 26 21:18:30.239 INFO O| Services to change: 5
43392025-08-26T21:18:30.340Z[ recovery-image] Aug 26 21:18:30.332 INFO O| Aug 26 21:18:30.331 INFO O| Download: 0/15944 items 0.0/184.0MB 0% complete
43402025-08-26T21:18:32.969Z[ host-image] Aug 26 21:18:32.960 INFO O| Aug 26 21:18:32.960 INFO O| Download: 22049/22885 items 200.4/207.3MB 96% complete (1.8M/s)
43412025-08-26T21:18:35.355Z[ recovery-image] Aug 26 21:18:35.345 INFO O| Aug 26 21:18:35.345 INFO O| Download: 889/15944 items 6.7/184.0MB 3% complete (1.4M/s)
43422025-08-26T21:18:37.979Z[ host-image] Aug 26 21:18:37.970 INFO O| Aug 26 21:18:37.970 INFO O| Download: 22125/22885 items 201.1/207.3MB 96% complete (1.5M/s)
43432025-08-26T21:18:40.490Z[ recovery-image] Aug 26 21:18:40.482 INFO O| Aug 26 21:18:40.482 INFO O| Download: 1099/15944 items 9.3/184.0MB 5% complete (1.1M/s)
43442025-08-26T21:18:42.990Z[ host-image] Aug 26 21:18:42.981 INFO O| Aug 26 21:18:42.981 INFO O| Download: 22505/22885 items 206.8/207.3MB 99% complete (658k/s)
43452025-08-26T21:18:45.492Z[ recovery-image] Aug 26 21:18:45.483 INFO O| Aug 26 21:18:45.483 INFO O| Download: 1292/15944 items 19.6/184.0MB 10% complete (1.2M/s)
43462025-08-26T21:18:46.156Z[ host-image] Aug 26 21:18:46.147 INFO O| Aug 26 21:18:46.147 INFO O| Download: Completed 207.33 MB in 206.95 seconds (1023k/s)
43472025-08-26T21:18:47.315Z[ host-image] Aug 26 21:18:47.307 INFO O| Aug 26 21:18:47.307 INFO O| Actions: 1/50799 actions (Installing new actions)
43482025-08-26T21:18:51.350Z[ recovery-image] Aug 26 21:18:51.342 INFO O| Aug 26 21:18:51.342 INFO O| Download: 1526/15944 items 22.1/184.0MB 11% complete (1.3M/s)
43492025-08-26T21:18:52.315Z[ host-image] Aug 26 21:18:52.308 INFO O| Aug 26 21:18:52.307 INFO O| Actions: 10362/50799 actions (Installing new actions)
43502025-08-26T21:18:56.353Z[ recovery-image] Aug 26 21:18:56.346 INFO O| Aug 26 21:18:56.346 INFO O| Download: 1655/15944 items 25.7/184.0MB 13% complete (775k/s)
43512025-08-26T21:18:57.316Z[ host-image] Aug 26 21:18:57.308 INFO O| Aug 26 21:18:57.308 INFO O| Actions: 17149/50799 actions (Installing new actions)
43522025-08-26T21:19:01.366Z[ recovery-image] Aug 26 21:19:01.359 INFO O| Aug 26 21:19:01.358 INFO O| Download: 2488/15944 items 31.6/184.0MB 17% complete (982k/s)
43532025-08-26T21:19:02.315Z[ host-image] Aug 26 21:19:02.308 INFO O| Aug 26 21:19:02.308 INFO O| Actions: 23494/50799 actions (Installing new actions)
43542025-08-26T21:19:06.409Z[ recovery-image] Aug 26 21:19:06.400 INFO O| Aug 26 21:19:06.400 INFO O| Download: 3034/15944 items 36.9/184.0MB 20% complete (1.1M/s)
43552025-08-26T21:19:07.315Z[ host-image] Aug 26 21:19:07.308 INFO O| Aug 26 21:19:07.308 INFO O| Actions: 48910/50799 actions (Installing new actions)
43562025-08-26T21:19:09.102Z[ host-image] Aug 26 21:19:09.095 INFO O| Aug 26 21:19:09.095 INFO O| Actions: Completed 50799 actions in 21.78 seconds.
43572025-08-26T21:19:09.678Z[ host-image] Aug 26 21:19:09.669 INFO O| Aug 26 21:19:09.669 INFO O| Done
43582025-08-26T21:19:09.678Z[ host-image] Aug 26 21:19:09.669 INFO O| Aug 26 21:19:09.669 INFO O| Done
43592025-08-26T21:19:11.306Z[ host-image] Aug 26 21:19:11.214 INFO O| Aug 26 21:19:11.214 INFO O| Done
43602025-08-26T21:19:11.444Z[ recovery-image] Aug 26 21:19:11.436 INFO O| Aug 26 21:19:11.436 INFO O| Download: 3674/15944 items 39.3/184.0MB 21% complete (796k/s)
43612025-08-26T21:19:13.496Z[ host-image] Aug 26 21:19:13.489 INFO O| Aug 26 21:19:13.489 INFO O| Done
43622025-08-26T21:19:13.540Z[ host-image] Aug 26 21:19:13.533 INFO O| Aug 26 21:19:13.533 INFO O| Done
43632025-08-26T21:19:16.458Z[ recovery-image] Aug 26 21:19:16.449 INFO O| Aug 26 21:19:16.449 INFO O| Download: 3898/15944 items 42.7/184.0MB 23% complete (589k/s)
43642025-08-26T21:19:18.836Z[ host-image] Aug 26 21:19:18.830 INFO O| Aug 26 21:19:18.829 INFO O| Done
43652025-08-26T21:19:19.667Z[ host-image] Aug 26 21:19:19.660 INFO O| Aug 26 21:19:19.660 INFO O| Done
43662025-08-26T21:19:21.474Z[ recovery-image] Aug 26 21:19:21.452 INFO O| Aug 26 21:19:21.452 INFO O| Download: 4733/15944 items 43.2/184.0MB 23% complete (397k/s)
43672025-08-26T21:19:23.049Z[ host-image] Aug 26 21:19:23.042 INFO O| Aug 26 21:19:23.042 INFO STEP 11 (pkg_install) COMPLETE
43682025-08-26T21:19:23.049Z[ host-image] Aug 26 21:19:23.042 INFO O| Aug 26 21:19:23.042 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43692025-08-26T21:19:23.079Z[ host-image] Aug 26 21:19:23.072 INFO O| Aug 26 21:19:23.072 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"]
43702025-08-26T21:19:26.484Z[ recovery-image] Aug 26 21:19:26.478 INFO O| Aug 26 21:19:26.478 INFO O| Download: 5509/15944 items 43.7/184.0MB 23% complete (103k/s)
43712025-08-26T21:19:32.406Z[ recovery-image] Aug 26 21:19:32.398 INFO O| Aug 26 21:19:32.398 INFO O| Download: 5807/15944 items 46.6/184.0MB 25% complete (299k/s)
43722025-08-26T21:19:37.431Z[ recovery-image] Aug 26 21:19:37.425 INFO O| Aug 26 21:19:37.425 INFO O| Download: 6016/15944 items 53.5/184.0MB 29% complete (969k/s)
43732025-08-26T21:19:42.441Z[ recovery-image] Aug 26 21:19:42.435 INFO O| Aug 26 21:19:42.435 INFO O| Download: 6190/15944 items 58.5/184.0MB 31% complete (1.1M/s)
43742025-08-26T21:19:47.476Z[ recovery-image] Aug 26 21:19:47.470 INFO O| Aug 26 21:19:47.470 INFO O| Download: 6626/15944 items 67.3/184.0MB 36% complete (1.4M/s)
43752025-08-26T21:19:52.493Z[ recovery-image] Aug 26 21:19:52.485 INFO O| Aug 26 21:19:52.485 INFO O| Download: 7307/15944 items 76.6/184.0MB 41% complete (1.9M/s)
43762025-08-26T21:19:57.546Z[ recovery-image] Aug 26 21:19:57.540 INFO O| Aug 26 21:19:57.540 INFO O| Download: 7940/15944 items 79.0/184.0MB 42% complete (1.2M/s)
43772025-08-26T21:20:00.039Z[ host-image] Aug 26 21:20:00.033 INFO O| Aug 26 21:20:00.033 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43782025-08-26T21:20:02.551Z[ recovery-image] Aug 26 21:20:02.545 INFO O| Aug 26 21:20:02.545 INFO O| Download: 8115/15944 items 82.8/184.0MB 45% complete (616k/s)
43792025-08-26T21:20:07.553Z[ recovery-image] Aug 26 21:20:07.548 INFO O| Aug 26 21:20:07.548 INFO O| Download: 8753/15944 items 85.9/184.0MB 46% complete (692k/s)
43802025-08-26T21:20:13.400Z[ recovery-image] Aug 26 21:20:13.395 INFO O| Aug 26 21:20:13.395 INFO O| Download: 9003/15944 items 96.0/184.0MB 52% complete (1.3M/s)
43812025-08-26T21:20:15.659Z[ host-image] Aug 26 21:20:15.654 INFO O| Aug 26 21:20:15.654 INFO O| Startup: Caching catalogs ... Done
43822025-08-26T21:20:18.414Z[ recovery-image] Aug 26 21:20:18.409 INFO O| Aug 26 21:20:18.409 INFO O| Download: 9931/15944 items 96.4/184.0MB 52% complete (964k/s)
43832025-08-26T21:20:23.446Z[ recovery-image] Aug 26 21:20:23.441 INFO O| Aug 26 21:20:23.441 INFO O| Download: 10608/15944 items 96.8/184.0MB 52% complete (83.1k/s)
43842025-08-26T21:20:25.338Z[ host-image] Aug 26 21:20:25.333 INFO O| Aug 26 21:20:25.333 INFO O| Planning: Solver setup ... Done
43852025-08-26T21:20:25.363Z[ host-image] Aug 26 21:20:25.345 INFO O| Aug 26 21:20:25.345 INFO O| Planning: Running solver ... Done
43862025-08-26T21:20:25.457Z[ host-image] Aug 26 21:20:25.452 INFO O| Aug 26 21:20:25.452 INFO O| Planning: Finding local manifests ... Done
43872025-08-26T21:20:25.574Z[ host-image] Aug 26 21:20:25.569 INFO O| Aug 26 21:20:25.569 INFO O| Planning: Fetching manifests: 0/5 0% complete
43882025-08-26T21:20:25.811Z[ host-image] Aug 26 21:20:25.806 INFO O| Aug 26 21:20:25.806 INFO O| Planning: Fetching manifests: 5/5 100% complete
43892025-08-26T21:20:25.846Z[ host-image] Aug 26 21:20:25.842 INFO O| Aug 26 21:20:25.842 INFO O| Planning: Package planning ... Done
43902025-08-26T21:20:25.871Z[ host-image] Aug 26 21:20:25.848 INFO O| Aug 26 21:20:25.848 INFO O| Planning: Merging actions ... Done
43912025-08-26T21:20:25.959Z[ host-image] Aug 26 21:20:25.954 INFO O| Aug 26 21:20:25.954 INFO O| Planning: Checking for conflicting actions ... Done
43922025-08-26T21:20:25.984Z[ host-image] Aug 26 21:20:25.956 INFO O| Aug 26 21:20:25.956 INFO O| Planning: Consolidating action changes ... Done
43932025-08-26T21:20:26.281Z[ host-image] Aug 26 21:20:26.276 INFO O| Aug 26 21:20:26.276 INFO O| Planning: Evaluating mediators ... Done
43942025-08-26T21:20:26.306Z[ host-image] Aug 26 21:20:26.279 INFO O| Aug 26 21:20:26.278 INFO O| Planning: Planning completed in 10.52 seconds
43952025-08-26T21:20:26.306Z[ host-image] Aug 26 21:20:26.279 INFO O| Aug 26 21:20:26.279 INFO O| Packages to install: 5
43962025-08-26T21:20:26.306Z[ host-image] Aug 26 21:20:26.279 INFO O| Aug 26 21:20:26.279 INFO O| Services to change: 2
43972025-08-26T21:20:26.331Z[ host-image] Aug 26 21:20:26.306 INFO O| Aug 26 21:20:26.306 INFO O| Download: 0/121 items 0.0/1.5MB 0% complete
43982025-08-26T21:20:28.464Z[ recovery-image] Aug 26 21:20:28.460 INFO O| Aug 26 21:20:28.459 INFO O| Download: 11037/15944 items 97.7/184.0MB 53% complete (108k/s)
43992025-08-26T21:20:30.101Z[ host-image] Aug 26 21:20:30.097 INFO O| Aug 26 21:20:30.097 INFO O| Download: Completed 1.48 MB in 3.79 seconds (398k/s)
44002025-08-26T21:20:30.146Z[ host-image] Aug 26 21:20:30.142 INFO O| Aug 26 21:20:30.142 INFO O| Actions: 1/313 actions (Installing new actions)
44012025-08-26T21:20:30.331Z[ host-image] Aug 26 21:20:30.327 INFO O| Aug 26 21:20:30.327 INFO O| Actions: Completed 313 actions in 0.18 seconds.
44022025-08-26T21:20:30.963Z[ host-image] Aug 26 21:20:30.958 INFO O| Aug 26 21:20:30.958 INFO O| Done
44032025-08-26T21:20:30.963Z[ host-image] Aug 26 21:20:30.958 INFO O| Aug 26 21:20:30.958 INFO O| Done
44042025-08-26T21:20:32.478Z[ host-image] Aug 26 21:20:32.474 INFO O| Aug 26 21:20:32.474 INFO O| Done
44052025-08-26T21:20:33.669Z[ recovery-image] Aug 26 21:20:33.665 INFO O| Aug 26 21:20:33.664 INFO O| Download: 11162/15944 items 103.0/184.0MB 56% complete (614k/s)
44062025-08-26T21:20:35.015Z[ host-image] Aug 26 21:20:35.010 INFO O| Aug 26 21:20:35.010 INFO O| Done
44072025-08-26T21:20:35.071Z[ host-image] Aug 26 21:20:35.067 INFO O| Aug 26 21:20:35.066 INFO O| Done
44082025-08-26T21:20:35.071Z[ host-image] Aug 26 21:20:35.067 INFO O| Aug 26 21:20:35.067 INFO O| Done
44092025-08-26T21:20:35.103Z[ host-image] Aug 26 21:20:35.099 INFO O| Aug 26 21:20:35.099 INFO O| Done
44102025-08-26T21:20:36.719Z[ host-image] Aug 26 21:20:36.715 INFO O| Aug 26 21:20:36.715 INFO STEP 12 (pkg_install) COMPLETE
44112025-08-26T21:20:36.719Z[ host-image] Aug 26 21:20:36.715 INFO O| Aug 26 21:20:36.715 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44122025-08-26T21:20:36.744Z[ host-image] Aug 26 21:20:36.735 INFO O| Aug 26 21:20:36.735 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44132025-08-26T21:20:38.694Z[ recovery-image] Aug 26 21:20:38.690 INFO O| Aug 26 21:20:38.690 INFO O| Download: 11625/15944 items 115.6/184.0MB 62% complete (1.8M/s)
44142025-08-26T21:20:43.706Z[ recovery-image] Aug 26 21:20:43.702 INFO O| Aug 26 21:20:43.702 INFO O| Download: 12019/15944 items 137.8/184.0MB 74% complete (3.3M/s)
44152025-08-26T21:20:48.711Z[ recovery-image] Aug 26 21:20:48.707 INFO O| Aug 26 21:20:48.707 INFO O| Download: 12286/15944 items 144.5/184.0MB 78% complete (2.9M/s)
44162025-08-26T21:20:53.724Z[ recovery-image] Aug 26 21:20:53.720 INFO O| Aug 26 21:20:53.720 INFO O| Download: 13040/15944 items 147.7/184.0MB 80% complete (1.0M/s)
44172025-08-26T21:20:58.757Z[ recovery-image] Aug 26 21:20:58.753 INFO O| Aug 26 21:20:58.753 INFO O| Download: 13685/15944 items 149.7/184.0MB 81% complete (538k/s)
44182025-08-26T21:21:03.765Z[ recovery-image] Aug 26 21:21:03.761 INFO O| Aug 26 21:21:03.761 INFO O| Download: 14455/15944 items 153.4/184.0MB 83% complete (593k/s)
44192025-08-26T21:21:08.765Z[ recovery-image] Aug 26 21:21:08.761 INFO O| Aug 26 21:21:08.761 INFO O| Download: 14799/15944 items 156.7/184.0MB 85% complete (654k/s)
44202025-08-26T21:21:13.771Z[ recovery-image] Aug 26 21:21:13.768 INFO O| Aug 26 21:21:13.768 INFO O| Download: 15071/15944 items 161.4/184.0MB 87% complete (823k/s)
44212025-08-26T21:21:15.583Z[ host-image] Aug 26 21:21:15.580 INFO O| Aug 26 21:21:15.580 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44222025-08-26T21:21:18.773Z[ recovery-image] Aug 26 21:21:18.770 INFO O| Aug 26 21:21:18.770 INFO O| Download: 15425/15944 items 170.6/184.0MB 92% complete (1.2M/s)
44232025-08-26T21:21:24.402Z[ recovery-image] Aug 26 21:21:24.399 INFO O| Aug 26 21:21:24.399 INFO O| Download: 15672/15944 items 178.0/184.0MB 96% complete (1.7M/s)
44242025-08-26T21:21:29.402Z[ recovery-image] Aug 26 21:21:29.398 INFO O| Aug 26 21:21:29.397 INFO O| Download: Completed 183.98 MB in 179.07 seconds (1.0M/s)
44252025-08-26T21:21:30.351Z[ recovery-image] Aug 26 21:21:30.349 INFO O| Aug 26 21:21:30.349 INFO O| Actions: 1/26303 actions (Installing new actions)
44262025-08-26T21:21:31.395Z[ host-image] Aug 26 21:21:31.390 INFO O| Aug 26 21:21:31.390 INFO O| Startup: Caching catalogs ... Done
44272025-08-26T21:21:35.352Z[ recovery-image] Aug 26 21:21:35.350 INFO O| Aug 26 21:21:35.350 INFO O| Actions: 10910/26303 actions (Installing new actions)
44282025-08-26T21:21:40.324Z[ host-image] Aug 26 21:21:40.321 INFO O| Aug 26 21:21:40.321 INFO O| Planning: Solver setup ... Done
44292025-08-26T21:21:40.348Z[ host-image] Aug 26 21:21:40.333 INFO O| Aug 26 21:21:40.333 INFO O| Planning: Running solver ... Done
44302025-08-26T21:21:40.383Z[ recovery-image] Aug 26 21:21:40.380 INFO O| Aug 26 21:21:40.380 INFO O| Actions: 17308/26303 actions (Installing new actions)
44312025-08-26T21:21:40.472Z[ host-image] Aug 26 21:21:40.470 INFO O| Aug 26 21:21:40.469 INFO O| Planning: Finding local manifests ... Done
44322025-08-26T21:21:40.590Z[ host-image] Aug 26 21:21:40.587 INFO O| Aug 26 21:21:40.587 INFO O| Planning: Fetching manifests: 0/6 0% complete
44332025-08-26T21:21:41.064Z[ host-image] Aug 26 21:21:41.062 INFO O| Aug 26 21:21:41.062 INFO O| Planning: Fetching manifests: 6/6 100% complete
44342025-08-26T21:21:41.134Z[ host-image] Aug 26 21:21:41.132 INFO O| Aug 26 21:21:41.131 INFO O| Planning: Package planning ... Done
44352025-08-26T21:21:41.211Z[ host-image] Aug 26 21:21:41.161 INFO O| Aug 26 21:21:41.161 INFO O| Planning: Merging actions ... Done
44362025-08-26T21:21:41.284Z[ host-image] Aug 26 21:21:41.282 INFO O| Aug 26 21:21:41.281 INFO O| Planning: Checking for conflicting actions ... Done
44372025-08-26T21:21:41.308Z[ host-image] Aug 26 21:21:41.288 INFO O| Aug 26 21:21:41.288 INFO O| Planning: Consolidating action changes ... Done
44382025-08-26T21:21:41.615Z[ host-image] Aug 26 21:21:41.612 INFO O| Aug 26 21:21:41.612 INFO O| Planning: Evaluating mediators ... Done
44392025-08-26T21:21:41.640Z[ host-image] Aug 26 21:21:41.620 INFO O| Aug 26 21:21:41.620 INFO O| Planning: Planning completed in 10.10 seconds
44402025-08-26T21:21:41.640Z[ host-image] Aug 26 21:21:41.621 INFO O| Aug 26 21:21:41.621 INFO O| Packages to install: 6
44412025-08-26T21:21:41.640Z[ host-image] Aug 26 21:21:41.621 INFO O| Aug 26 21:21:41.621 INFO O| Mediators to change: 1
44422025-08-26T21:21:41.640Z[ host-image] Aug 26 21:21:41.621 INFO O| Aug 26 21:21:41.621 INFO O| Services to change: 1
44432025-08-26T21:21:41.670Z[ host-image] Aug 26 21:21:41.668 INFO O| Aug 26 21:21:41.668 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
44442025-08-26T21:21:45.247Z[ recovery-image] Aug 26 21:21:45.245 INFO O| Aug 26 21:21:45.245 INFO O| Actions: Completed 26303 actions in 14.89 seconds.
44452025-08-26T21:21:45.904Z[ recovery-image] Aug 26 21:21:45.901 INFO O| Aug 26 21:21:45.900 INFO O| Done
44462025-08-26T21:21:45.904Z[ recovery-image] Aug 26 21:21:45.901 INFO O| Aug 26 21:21:45.901 INFO O| Done
44472025-08-26T21:21:46.680Z[ host-image] Aug 26 21:21:46.678 INFO O| Aug 26 21:21:46.678 INFO O| Download: 562/1140 items 2.7/7.7MB 34% complete (562k/s)
44482025-08-26T21:21:47.860Z[ recovery-image] Aug 26 21:21:47.858 INFO O| Aug 26 21:21:47.858 INFO O| Done
44492025-08-26T21:21:50.181Z[ recovery-image] Aug 26 21:21:50.179 INFO O| Aug 26 21:21:50.179 INFO O| Done
44502025-08-26T21:21:50.207Z[ recovery-image] Aug 26 21:21:50.205 INFO O| Aug 26 21:21:50.205 INFO O| Done
44512025-08-26T21:21:50.642Z[ host-image] Aug 26 21:21:50.640 INFO O| Aug 26 21:21:50.639 INFO O| Download: Completed 7.71 MB in 8.97 seconds (880k/s)
44522025-08-26T21:21:50.813Z[ host-image] Aug 26 21:21:50.811 INFO O| Aug 26 21:21:50.811 INFO O| Actions: 1/1361 actions (Installing new actions)
44532025-08-26T21:21:51.552Z[ host-image] Aug 26 21:21:51.550 INFO O| Aug 26 21:21:51.550 INFO O| Actions: Completed 1361 actions in 0.74 seconds.
44542025-08-26T21:21:52.316Z[ host-image] Aug 26 21:21:52.314 INFO O| Aug 26 21:21:52.313 INFO O| Done
44552025-08-26T21:21:52.316Z[ host-image] Aug 26 21:21:52.314 INFO O| Aug 26 21:21:52.313 INFO O| Done
44562025-08-26T21:21:54.168Z[ host-image] Aug 26 21:21:54.166 INFO O| Aug 26 21:21:54.166 INFO O| Done
44572025-08-26T21:21:54.314Z[ recovery-image] Aug 26 21:21:54.312 INFO O| Aug 26 21:21:54.312 INFO O| Done
44582025-08-26T21:21:55.039Z[ recovery-image] Aug 26 21:21:55.037 INFO O| Aug 26 21:21:55.037 INFO O| Done
44592025-08-26T21:21:57.161Z[ host-image] Aug 26 21:21:57.159 INFO O| Aug 26 21:21:57.159 INFO O| Done
44602025-08-26T21:21:57.202Z[ host-image] Aug 26 21:21:57.198 INFO O| Aug 26 21:21:57.198 INFO O| Done
44612025-08-26T21:21:57.202Z[ host-image] Aug 26 21:21:57.199 INFO O| Aug 26 21:21:57.198 INFO O| Done
44622025-08-26T21:21:57.272Z[ host-image] Aug 26 21:21:57.271 INFO O| Aug 26 21:21:57.270 INFO O| Done
44632025-08-26T21:21:57.828Z[ recovery-image] Aug 26 21:21:57.826 INFO O| Aug 26 21:21:57.826 INFO STEP 11 (pkg_install) COMPLETE
44642025-08-26T21:21:57.828Z[ recovery-image] Aug 26 21:21:57.826 INFO O| Aug 26 21:21:57.826 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44652025-08-26T21:21:57.828Z[ recovery-image] Aug 26 21:21:57.826 INFO O| Aug 26 21:21:57.826 INFO skip step because feature "recovery" is enabled
44662025-08-26T21:21:57.853Z[ recovery-image] Aug 26 21:21:57.826 INFO O| Aug 26 21:21:57.826 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44672025-08-26T21:21:57.853Z[ recovery-image] Aug 26 21:21:57.826 INFO O| Aug 26 21:21:57.826 INFO skip step because feature "omicron1" is not enabled
44682025-08-26T21:21:57.853Z[ recovery-image] Aug 26 21:21:57.826 INFO O| Aug 26 21:21:57.826 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44692025-08-26T21:21:57.853Z[ recovery-image] Aug 26 21:21:57.843 INFO O| Aug 26 21:21:57.843 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.37.402"]
44702025-08-26T21:21:58.886Z[ host-image] Aug 26 21:21:58.884 INFO O| Aug 26 21:21:58.883 INFO STEP 13 (pkg_install) COMPLETE
44712025-08-26T21:21:58.886Z[ host-image] Aug 26 21:21:58.884 INFO O| Aug 26 21:21:58.884 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44722025-08-26T21:21:58.911Z[ host-image] Aug 26 21:21:58.899 INFO O| Aug 26 21:21:58.898 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.37.402"]
44732025-08-26T21:22:41.484Z[ host-image] Aug 26 21:22:41.483 INFO O| Aug 26 21:22:41.483 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44742025-08-26T21:22:41.510Z[ recovery-image] Aug 26 21:22:41.510 INFO O| Aug 26 21:22:41.510 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44752025-08-26T21:22:58.709Z[ recovery-image] Aug 26 21:22:58.709 INFO O| Aug 26 21:22:58.708 INFO O| Startup: Caching catalogs ... Done
44762025-08-26T21:22:58.807Z[ host-image] Aug 26 21:22:58.806 INFO O| Aug 26 21:22:58.806 INFO O| Startup: Caching catalogs ... Done
44772025-08-26T21:23:07.930Z[ recovery-image] Aug 26 21:23:07.930 INFO O| Aug 26 21:23:07.930 INFO O| Planning: Solver setup ... Done
44782025-08-26T21:23:07.958Z[ recovery-image] Aug 26 21:23:07.958 INFO O| Aug 26 21:23:07.958 INFO O| Planning: Running solver ... Done
44792025-08-26T21:23:08.084Z[ recovery-image] Aug 26 21:23:08.085 INFO O| Aug 26 21:23:08.084 INFO O| Planning: Finding local manifests ... Done
44802025-08-26T21:23:08.158Z[ host-image] Aug 26 21:23:08.159 INFO O| Aug 26 21:23:08.159 INFO O| Planning: Solver setup ... Done
44812025-08-26T21:23:08.185Z[ host-image] Aug 26 21:23:08.171 INFO O| Aug 26 21:23:08.171 INFO O| Planning: Running solver ... Done
44822025-08-26T21:23:08.241Z[ recovery-image] Aug 26 21:23:08.240 INFO O| Aug 26 21:23:08.240 INFO O| Planning: Fetching manifests: 0/1 0% complete
44832025-08-26T21:23:08.284Z[ recovery-image] Aug 26 21:23:08.285 INFO O| Aug 26 21:23:08.285 INFO O| Planning: Fetching manifests: 1/1 100% complete
44842025-08-26T21:23:08.331Z[ host-image] Aug 26 21:23:08.331 INFO O| Aug 26 21:23:08.331 INFO O| Planning: Finding local manifests ... Done
44852025-08-26T21:23:08.386Z[ recovery-image] Aug 26 21:23:08.386 INFO O| Aug 26 21:23:08.386 INFO O| Planning: Package planning ... Done
44862025-08-26T21:23:08.411Z[ recovery-image] Aug 26 21:23:08.387 INFO O| Aug 26 21:23:08.386 INFO O| Planning: Merging actions ... Done
44872025-08-26T21:23:08.436Z[ recovery-image] Aug 26 21:23:08.432 INFO O| Aug 26 21:23:08.432 INFO O| Planning: Checking for conflicting actions ... Done
44882025-08-26T21:23:08.436Z[ recovery-image] Aug 26 21:23:08.433 INFO O| Aug 26 21:23:08.433 INFO O| Planning: Consolidating action changes ... Done
44892025-08-26T21:23:08.461Z[ host-image] Aug 26 21:23:08.462 INFO O| Aug 26 21:23:08.462 INFO O| Planning: Fetching manifests: 0/1 0% complete
44902025-08-26T21:23:08.507Z[ host-image] Aug 26 21:23:08.508 INFO O| Aug 26 21:23:08.507 INFO O| Planning: Fetching manifests: 1/1 100% complete
44912025-08-26T21:23:08.553Z[ host-image] Aug 26 21:23:08.545 INFO O| Aug 26 21:23:08.545 INFO O| Planning: Package planning ... Done
44922025-08-26T21:23:08.578Z[ host-image] Aug 26 21:23:08.546 INFO O| Aug 26 21:23:08.546 INFO O| Planning: Merging actions ... Done
44932025-08-26T21:23:08.671Z[ host-image] Aug 26 21:23:08.671 INFO O| Aug 26 21:23:08.671 INFO O| Planning: Checking for conflicting actions ... Done
44942025-08-26T21:23:08.696Z[ host-image] Aug 26 21:23:08.672 INFO O| Aug 26 21:23:08.672 INFO O| Planning: Consolidating action changes ... Done
44952025-08-26T21:23:08.720Z[ recovery-image] Aug 26 21:23:08.706 INFO O| Aug 26 21:23:08.706 INFO O| Planning: Evaluating mediators ... Done
44962025-08-26T21:23:08.720Z[ recovery-image] Aug 26 21:23:08.707 INFO O| Aug 26 21:23:08.707 INFO O| Planning: Planning completed in 9.88 seconds
44972025-08-26T21:23:08.720Z[ recovery-image] Aug 26 21:23:08.708 INFO O| Aug 26 21:23:08.708 INFO O| Packages to install: 1
44982025-08-26T21:23:08.751Z[ recovery-image] Aug 26 21:23:08.751 INFO O| Aug 26 21:23:08.751 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete
44992025-08-26T21:23:09.008Z[ host-image] Aug 26 21:23:09.007 INFO O| Aug 26 21:23:09.007 INFO O| Planning: Evaluating mediators ... Done
45002025-08-26T21:23:09.032Z[ host-image] Aug 26 21:23:09.009 INFO O| Aug 26 21:23:09.009 INFO O| Planning: Planning completed in 10.07 seconds
45012025-08-26T21:23:09.032Z[ host-image] Aug 26 21:23:09.009 INFO O| Aug 26 21:23:09.009 INFO O| Packages to install: 1
45022025-08-26T21:23:09.059Z[ host-image] Aug 26 21:23:09.044 INFO O| Aug 26 21:23:09.043 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete
45032025-08-26T21:23:09.250Z[ recovery-image] Aug 26 21:23:09.251 INFO O| Aug 26 21:23:09.251 INFO O| Download: Completed 10.09 MB in 0.50 seconds (20.2M/s)
45042025-08-26T21:23:09.361Z[ recovery-image] Aug 26 21:23:09.361 INFO O| Aug 26 21:23:09.361 INFO O| Actions: 1/22 actions (Installing new actions)
45052025-08-26T21:23:09.611Z[ host-image] Aug 26 21:23:09.612 INFO O| Aug 26 21:23:09.612 INFO O| Download: Completed 10.09 MB in 0.57 seconds (17.8M/s)
45062025-08-26T21:23:09.707Z[ host-image] Aug 26 21:23:09.707 INFO O| Aug 26 21:23:09.707 INFO O| Actions: 1/22 actions (Installing new actions)
45072025-08-26T21:23:09.734Z[ recovery-image] Aug 26 21:23:09.721 INFO O| Aug 26 21:23:09.721 INFO O| Actions: Completed 22 actions in 0.36 seconds.
45082025-08-26T21:23:10.049Z[ host-image] Aug 26 21:23:10.049 INFO O| Aug 26 21:23:10.049 INFO O| Actions: Completed 22 actions in 0.34 seconds.
45092025-08-26T21:23:10.441Z[ recovery-image] Aug 26 21:23:10.441 INFO O| Aug 26 21:23:10.441 INFO O| Done
45102025-08-26T21:23:10.481Z[ recovery-image] Aug 26 21:23:10.441 INFO O| Aug 26 21:23:10.441 INFO O| Done
45112025-08-26T21:23:10.884Z[ host-image] Aug 26 21:23:10.884 INFO O| Aug 26 21:23:10.884 INFO O| Done
45122025-08-26T21:23:10.884Z[ host-image] Aug 26 21:23:10.884 INFO O| Aug 26 21:23:10.884 INFO O| Done
45132025-08-26T21:23:11.854Z[ recovery-image] Aug 26 21:23:11.854 INFO O| Aug 26 21:23:11.854 INFO O| Done
45142025-08-26T21:23:12.526Z[ host-image] Aug 26 21:23:12.527 INFO O| Aug 26 21:23:12.526 INFO O| Done
45152025-08-26T21:23:14.608Z[ recovery-image] Aug 26 21:23:14.609 INFO O| Aug 26 21:23:14.609 INFO O| Done
45162025-08-26T21:23:14.645Z[ recovery-image] Aug 26 21:23:14.645 INFO O| Aug 26 21:23:14.645 INFO O| Done
45172025-08-26T21:23:14.670Z[ recovery-image] Aug 26 21:23:14.646 INFO O| Aug 26 21:23:14.646 INFO O| Done
45182025-08-26T21:23:14.694Z[ recovery-image] Aug 26 21:23:14.685 INFO O| Aug 26 21:23:14.685 INFO O| Done
45192025-08-26T21:23:15.765Z[ host-image] Aug 26 21:23:15.766 INFO O| Aug 26 21:23:15.766 INFO O| Done
45202025-08-26T21:23:15.809Z[ host-image] Aug 26 21:23:15.809 INFO O| Aug 26 21:23:15.809 INFO O| Done
45212025-08-26T21:23:15.834Z[ host-image] Aug 26 21:23:15.809 INFO O| Aug 26 21:23:15.809 INFO O| Done
45222025-08-26T21:23:15.834Z[ host-image] Aug 26 21:23:15.830 INFO O| Aug 26 21:23:15.830 INFO O| Done
45232025-08-26T21:23:16.524Z[ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO STEP 14 (pkg_install) COMPLETE
45242025-08-26T21:23:16.524Z[ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45252025-08-26T21:23:16.524Z[ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO skip step because feature "mfg" is not enabled
45262025-08-26T21:23:16.550Z[ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45272025-08-26T21:23:16.550Z[ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO skip step because feature "compliance" is not enabled
45282025-08-26T21:23:16.550Z[ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45292025-08-26T21:23:16.550Z[ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO skip step because feature "stress" is not enabled
45302025-08-26T21:23:16.550Z[ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45312025-08-26T21:23:16.550Z[ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO skip step because feature "compliance" is not enabled
45322025-08-26T21:23:16.550Z[ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45332025-08-26T21:23:16.550Z[ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO skip step because feature "nfs" is not enabled
45342025-08-26T21:23:16.550Z[ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45352025-08-26T21:23:16.550Z[ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45362025-08-26T21:23:16.575Z[ recovery-image] Aug 26 21:23:16.561 INFO O| Aug 26 21:23:16.561 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45372025-08-26T21:23:16.624Z[ recovery-image] Aug 26 21:23:16.624 INFO O| Aug 26 21:23:16.624 INFO completed processing sled/ramdisk-01-os
45382025-08-26T21:23:16.648Z[ recovery-image] Aug 26 21:23:16.628 INFO image builder template: ramdisk-02-trim...
45392025-08-26T21:23:16.648Z[ recovery-image] Aug 26 21:23:16.628 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/.tmpQmIViS/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.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
45402025-08-26T21:23:16.673Z[ recovery-image] Aug 26 21:23:16.667 INFO O| Aug 26 21:23:16.667 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45412025-08-26T21:23:16.700Z[ recovery-image] Aug 26 21:23:16.675 INFO O| Aug 26 21:23:16.675 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45422025-08-26T21:23:16.743Z[ recovery-image] Aug 26 21:23:16.744 INFO O| Aug 26 21:23:16.744 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45432025-08-26T21:23:16.784Z[ recovery-image] Aug 26 21:23:16.785 INFO O| Aug 26 21:23:16.785 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45442025-08-26T21:23:16.784Z[ recovery-image] Aug 26 21:23:16.785 INFO O| Aug 26 21:23:16.785 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45452025-08-26T21:23:16.809Z[ recovery-image] Aug 26 21:23:16.796 INFO O| Aug 26 21:23:16.796 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45462025-08-26T21:23:16.809Z[ recovery-image] Aug 26 21:23:16.804 INFO O| Aug 26 21:23:16.804 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45472025-08-26T21:23:16.834Z[ recovery-image] Aug 26 21:23:16.815 INFO O| Aug 26 21:23:16.815 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45482025-08-26T21:23:17.165Z[ recovery-image] Aug 26 21:23:17.166 INFO O| Aug 26 21:23:17.165 INFO rolled back to input snapshot; work may begin
45492025-08-26T21:23:17.165Z[ recovery-image] Aug 26 21:23:17.166 INFO O| Aug 26 21:23:17.165 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45502025-08-26T21:23:17.189Z[ recovery-image] Aug 26 21:23:17.173 INFO O| Aug 26 21:23:17.173 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45512025-08-26T21:23:17.214Z[ recovery-image] Aug 26 21:23:17.195 INFO O| Aug 26 21:23:17.194 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45522025-08-26T21:23:17.262Z[ recovery-image] Aug 26 21:23:17.263 INFO O| Aug 26 21:23:17.263 INFO STEP 0 (remove_files) COMPLETE
45532025-08-26T21:23:17.262Z[ recovery-image] Aug 26 21:23:17.263 INFO O| Aug 26 21:23:17.263 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45542025-08-26T21:23:17.288Z[ recovery-image] Aug 26 21:23:17.288 INFO O| Aug 26 21:23:17.288 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45552025-08-26T21:23:17.313Z[ recovery-image] Aug 26 21:23:17.292 INFO O| Aug 26 21:23:17.291 INFO STEP 1 (remove_files) COMPLETE
45562025-08-26T21:23:17.313Z[ recovery-image] Aug 26 21:23:17.292 INFO O| Aug 26 21:23:17.292 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45572025-08-26T21:23:17.337Z[ recovery-image] Aug 26 21:23:17.314 INFO O| Aug 26 21:23:17.313 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45582025-08-26T21:23:17.337Z[ recovery-image] Aug 26 21:23:17.333 INFO O| Aug 26 21:23:17.333 INFO STEP 2 (remove_files) COMPLETE
45592025-08-26T21:23:17.337Z[ recovery-image] Aug 26 21:23:17.333 INFO O| Aug 26 21:23:17.333 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45602025-08-26T21:23:17.362Z[ recovery-image] Aug 26 21:23:17.353 INFO O| Aug 26 21:23:17.353 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45612025-08-26T21:23:17.362Z[ recovery-image] Aug 26 21:23:17.356 INFO O| Aug 26 21:23:17.355 INFO STEP 3 (remove_files) COMPLETE
45622025-08-26T21:23:17.362Z[ recovery-image] Aug 26 21:23:17.356 INFO O| Aug 26 21:23:17.355 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45632025-08-26T21:23:17.386Z[ recovery-image] Aug 26 21:23:17.375 INFO O| Aug 26 21:23:17.374 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45642025-08-26T21:23:17.386Z[ recovery-image] Aug 26 21:23:17.380 INFO O| Aug 26 21:23:17.380 INFO STEP 4 (remove_files) COMPLETE
45652025-08-26T21:23:17.386Z[ recovery-image] Aug 26 21:23:17.380 INFO O| Aug 26 21:23:17.380 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45662025-08-26T21:23:17.413Z[ recovery-image] Aug 26 21:23:17.399 INFO O| Aug 26 21:23:17.399 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45672025-08-26T21:23:17.413Z[ recovery-image] Aug 26 21:23:17.399 INFO O| Aug 26 21:23:17.399 INFO STEP 5 (remove_files) COMPLETE
45682025-08-26T21:23:17.413Z[ recovery-image] Aug 26 21:23:17.400 INFO O| Aug 26 21:23:17.399 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45692025-08-26T21:23:17.439Z[ recovery-image] Aug 26 21:23:17.418 INFO O| Aug 26 21:23:17.418 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45702025-08-26T21:23:17.464Z[ recovery-image] Aug 26 21:23:17.444 INFO O| Aug 26 21:23:17.443 INFO STEP 6 (remove_files) COMPLETE
45712025-08-26T21:23:17.464Z[ recovery-image] Aug 26 21:23:17.444 INFO O| Aug 26 21:23:17.443 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45722025-08-26T21:23:17.464Z[ recovery-image] Aug 26 21:23:17.444 INFO O| Aug 26 21:23:17.443 INFO skip step because feature "recovery" is enabled
45732025-08-26T21:23:17.464Z[ recovery-image] Aug 26 21:23:17.444 INFO O| Aug 26 21:23:17.444 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45742025-08-26T21:23:17.464Z[ recovery-image] Aug 26 21:23:17.444 INFO O| Aug 26 21:23:17.444 INFO skip step because feature "recovery" is enabled
45752025-08-26T21:23:17.464Z[ recovery-image] Aug 26 21:23:17.444 INFO O| Aug 26 21:23:17.444 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45762025-08-26T21:23:17.464Z[ recovery-image] Aug 26 21:23:17.444 INFO O| Aug 26 21:23:17.444 INFO skip step because feature "recovery" is enabled
45772025-08-26T21:23:17.464Z[ recovery-image] Aug 26 21:23:17.444 INFO O| Aug 26 21:23:17.444 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45782025-08-26T21:23:17.490Z[ recovery-image] Aug 26 21:23:17.484 INFO O| Aug 26 21:23:17.484 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45792025-08-26T21:23:17.490Z[ recovery-image] Aug 26 21:23:17.489 INFO O| Aug 26 21:23:17.489 INFO STEP 10 (remove_files) COMPLETE
45802025-08-26T21:23:17.490Z[ recovery-image] Aug 26 21:23:17.489 INFO O| Aug 26 21:23:17.489 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45812025-08-26T21:23:17.549Z[ recovery-image] Aug 26 21:23:17.549 INFO O| Aug 26 21:23:17.549 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45822025-08-26T21:23:17.574Z[ recovery-image] Aug 26 21:23:17.551 INFO O| Aug 26 21:23:17.551 INFO STEP 11 (remove_files) COMPLETE
45832025-08-26T21:23:17.574Z[ recovery-image] Aug 26 21:23:17.551 INFO O| Aug 26 21:23:17.551 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45842025-08-26T21:23:17.599Z[ recovery-image] Aug 26 21:23:17.589 INFO O| Aug 26 21:23:17.589 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45852025-08-26T21:23:17.599Z[ recovery-image] Aug 26 21:23:17.591 INFO O| Aug 26 21:23:17.591 INFO STEP 12 (remove_files) COMPLETE
45862025-08-26T21:23:17.599Z[ recovery-image] Aug 26 21:23:17.591 INFO O| Aug 26 21:23:17.591 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45872025-08-26T21:23:17.647Z[ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO STEP 14 (pkg_install) COMPLETE
45882025-08-26T21:23:17.647Z[ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45892025-08-26T21:23:17.673Z[ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO skip step because feature "mfg" is not enabled
45902025-08-26T21:23:17.673Z[ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45912025-08-26T21:23:17.673Z[ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO skip step because feature "compliance" is not enabled
45922025-08-26T21:23:17.673Z[ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45932025-08-26T21:23:17.673Z[ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO skip step because feature "stress" is not enabled
45942025-08-26T21:23:17.673Z[ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45952025-08-26T21:23:17.673Z[ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO skip step because feature "compliance" is not enabled
45962025-08-26T21:23:17.673Z[ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45972025-08-26T21:23:17.673Z[ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO skip step because feature "nfs" is not enabled
45982025-08-26T21:23:17.673Z[ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
45992025-08-26T21:23:17.673Z[ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
46002025-08-26T21:23:17.698Z[ host-image] Aug 26 21:23:17.692 INFO O| Aug 26 21:23:17.692 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
46012025-08-26T21:23:17.781Z[ host-image] Aug 26 21:23:17.782 INFO O| Aug 26 21:23:17.782 INFO completed processing sled/ramdisk-01-os
46022025-08-26T21:23:17.806Z[ host-image] Aug 26 21:23:17.786 INFO omicron1 baseline generation...
46032025-08-26T21:23:17.806Z[ host-image] Aug 26 21:23:17.786 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
46042025-08-26T21:23:17.830Z[ recovery-image] Aug 26 21:23:17.811 INFO O| Aug 26 21:23:17.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46052025-08-26T21:23:17.830Z[ recovery-image] Aug 26 21:23:17.816 INFO O| Aug 26 21:23:17.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
46062025-08-26T21:23:17.830Z[ recovery-image] Aug 26 21:23:17.817 INFO O| Aug 26 21:23:17.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
46072025-08-26T21:23:17.830Z[ recovery-image] Aug 26 21:23:17.820 INFO O| Aug 26 21:23:17.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46082025-08-26T21:23:17.958Z[ recovery-image] Aug 26 21:23:17.958 INFO O| Aug 26 21:23:17.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
46092025-08-26T21:23:17.986Z[ recovery-image] Aug 26 21:23:17.975 INFO O| Aug 26 21:23:17.975 INFO STEP 13 (remove_files) COMPLETE
46102025-08-26T21:23:17.986Z[ recovery-image] Aug 26 21:23:17.975 INFO O| Aug 26 21:23:17.975 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46112025-08-26T21:23:18.012Z[ recovery-image] Aug 26 21:23:17.993 INFO O| Aug 26 21:23:17.993 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46122025-08-26T21:23:18.012Z[ recovery-image] Aug 26 21:23:17.995 INFO O| Aug 26 21:23:17.995 INFO STEP 14 (remove_files) COMPLETE
46132025-08-26T21:23:18.012Z[ recovery-image] Aug 26 21:23:17.995 INFO O| Aug 26 21:23:17.995 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46142025-08-26T21:23:18.012Z[ recovery-image] Aug 26 21:23:18.011 INFO O| Aug 26 21:23:18.011 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46152025-08-26T21:23:18.037Z[ recovery-image] Aug 26 21:23:18.020 INFO O| Aug 26 21:23:18.020 INFO STEP 15 (remove_files) COMPLETE
46162025-08-26T21:23:18.037Z[ recovery-image] Aug 26 21:23:18.020 INFO O| Aug 26 21:23:18.020 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46172025-08-26T21:23:18.074Z[ recovery-image] Aug 26 21:23:18.075 INFO O| Aug 26 21:23:18.075 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46182025-08-26T21:23:18.099Z[ recovery-image] Aug 26 21:23:18.075 INFO O| Aug 26 21:23:18.075 INFO STEP 16 (remove_files) COMPLETE
46192025-08-26T21:23:18.099Z[ recovery-image] Aug 26 21:23:18.075 INFO O| Aug 26 21:23:18.075 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46202025-08-26T21:23:18.099Z[ recovery-image] Aug 26 21:23:18.092 INFO O| Aug 26 21:23:18.092 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46212025-08-26T21:23:18.099Z[ recovery-image] Aug 26 21:23:18.094 INFO O| Aug 26 21:23:18.093 INFO STEP 17 (remove_files) COMPLETE
46222025-08-26T21:23:18.099Z[ recovery-image] Aug 26 21:23:18.094 INFO O| Aug 26 21:23:18.094 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46232025-08-26T21:23:18.124Z[ recovery-image] Aug 26 21:23:18.124 INFO O| Aug 26 21:23:18.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46242025-08-26T21:23:18.124Z[ recovery-image] Aug 26 21:23:18.124 INFO O| Aug 26 21:23:18.124 INFO STEP 18 (remove_files) COMPLETE
46252025-08-26T21:23:18.124Z[ recovery-image] Aug 26 21:23:18.124 INFO O| Aug 26 21:23:18.124 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46262025-08-26T21:23:18.148Z[ recovery-image] Aug 26 21:23:18.139 INFO O| Aug 26 21:23:18.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46272025-08-26T21:23:18.148Z[ recovery-image] Aug 26 21:23:18.139 INFO O| Aug 26 21:23:18.139 INFO STEP 19 (remove_files) COMPLETE
46282025-08-26T21:23:18.148Z[ recovery-image] Aug 26 21:23:18.139 INFO O| Aug 26 21:23:18.139 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46292025-08-26T21:23:18.174Z[ recovery-image] Aug 26 21:23:18.153 INFO O| Aug 26 21:23:18.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46302025-08-26T21:23:18.174Z[ recovery-image] Aug 26 21:23:18.153 INFO O| Aug 26 21:23:18.153 INFO STEP 20 (remove_files) COMPLETE
46312025-08-26T21:23:18.174Z[ recovery-image] Aug 26 21:23:18.153 INFO O| Aug 26 21:23:18.153 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46322025-08-26T21:23:18.174Z[ recovery-image] Aug 26 21:23:18.165 INFO O| Aug 26 21:23:18.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46332025-08-26T21:23:18.174Z[ recovery-image] Aug 26 21:23:18.165 INFO O| Aug 26 21:23:18.165 INFO STEP 21 (remove_files) COMPLETE
46342025-08-26T21:23:18.174Z[ recovery-image] Aug 26 21:23:18.165 INFO O| Aug 26 21:23:18.165 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46352025-08-26T21:23:18.201Z[ recovery-image] Aug 26 21:23:18.178 INFO O| Aug 26 21:23:18.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46362025-08-26T21:23:18.201Z[ recovery-image] Aug 26 21:23:18.178 INFO O| Aug 26 21:23:18.178 INFO STEP 22 (remove_files) COMPLETE
46372025-08-26T21:23:18.202Z[ recovery-image] Aug 26 21:23:18.178 INFO O| Aug 26 21:23:18.178 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46382025-08-26T21:23:18.226Z[ recovery-image] Aug 26 21:23:18.215 INFO O| Aug 26 21:23:18.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46392025-08-26T21:23:18.227Z[ recovery-image] Aug 26 21:23:18.215 INFO O| Aug 26 21:23:18.215 INFO STEP 23 (remove_files) COMPLETE
46402025-08-26T21:23:18.227Z[ recovery-image] Aug 26 21:23:18.215 INFO O| Aug 26 21:23:18.215 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46412025-08-26T21:23:18.227Z[ recovery-image] Aug 26 21:23:18.227 INFO O| Aug 26 21:23:18.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46422025-08-26T21:23:18.227Z[ recovery-image] Aug 26 21:23:18.227 INFO O| Aug 26 21:23:18.227 INFO STEP 24 (remove_files) COMPLETE
46432025-08-26T21:23:18.258Z[ recovery-image] Aug 26 21:23:18.227 INFO O| Aug 26 21:23:18.227 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46442025-08-26T21:23:18.258Z[ recovery-image] Aug 26 21:23:18.239 INFO O| Aug 26 21:23:18.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46452025-08-26T21:23:18.258Z[ recovery-image] Aug 26 21:23:18.239 INFO O| Aug 26 21:23:18.239 INFO STEP 25 (remove_files) COMPLETE
46462025-08-26T21:23:18.258Z[ recovery-image] Aug 26 21:23:18.239 INFO O| Aug 26 21:23:18.239 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46472025-08-26T21:23:18.258Z[ recovery-image] Aug 26 21:23:18.251 INFO O| Aug 26 21:23:18.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46482025-08-26T21:23:18.258Z[ recovery-image] Aug 26 21:23:18.252 INFO O| Aug 26 21:23:18.252 INFO STEP 26 (remove_files) COMPLETE
46492025-08-26T21:23:18.258Z[ recovery-image] Aug 26 21:23:18.252 INFO O| Aug 26 21:23:18.252 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46502025-08-26T21:23:18.283Z[ recovery-image] Aug 26 21:23:18.265 INFO O| Aug 26 21:23:18.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46512025-08-26T21:23:18.283Z[ recovery-image] Aug 26 21:23:18.265 INFO O| Aug 26 21:23:18.265 INFO STEP 27 (remove_files) COMPLETE
46522025-08-26T21:23:18.283Z[ recovery-image] Aug 26 21:23:18.265 INFO O| Aug 26 21:23:18.265 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46532025-08-26T21:23:18.283Z[ recovery-image] Aug 26 21:23:18.278 INFO O| Aug 26 21:23:18.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46542025-08-26T21:23:18.283Z[ recovery-image] Aug 26 21:23:18.278 INFO O| Aug 26 21:23:18.278 INFO STEP 28 (remove_files) COMPLETE
46552025-08-26T21:23:18.283Z[ recovery-image] Aug 26 21:23:18.278 INFO O| Aug 26 21:23:18.278 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46562025-08-26T21:23:18.309Z[ recovery-image] Aug 26 21:23:18.291 INFO O| Aug 26 21:23:18.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46572025-08-26T21:23:18.309Z[ recovery-image] Aug 26 21:23:18.291 INFO O| Aug 26 21:23:18.291 INFO STEP 29 (remove_files) COMPLETE
46582025-08-26T21:23:18.309Z[ recovery-image] Aug 26 21:23:18.291 INFO O| Aug 26 21:23:18.291 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46592025-08-26T21:23:18.309Z[ recovery-image] Aug 26 21:23:18.304 INFO O| Aug 26 21:23:18.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46602025-08-26T21:23:18.309Z[ recovery-image] Aug 26 21:23:18.305 INFO O| Aug 26 21:23:18.305 INFO STEP 30 (remove_files) COMPLETE
46612025-08-26T21:23:18.309Z[ recovery-image] Aug 26 21:23:18.305 INFO O| Aug 26 21:23:18.305 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46622025-08-26T21:23:18.334Z[ recovery-image] Aug 26 21:23:18.319 INFO O| Aug 26 21:23:18.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46632025-08-26T21:23:18.334Z[ recovery-image] Aug 26 21:23:18.319 INFO O| Aug 26 21:23:18.319 INFO STEP 31 (remove_files) COMPLETE
46642025-08-26T21:23:18.334Z[ recovery-image] Aug 26 21:23:18.319 INFO O| Aug 26 21:23:18.319 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46652025-08-26T21:23:18.358Z[ recovery-image] Aug 26 21:23:18.336 INFO O| Aug 26 21:23:18.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46662025-08-26T21:23:18.358Z[ recovery-image] Aug 26 21:23:18.336 INFO O| Aug 26 21:23:18.336 INFO STEP 32 (remove_files) COMPLETE
46672025-08-26T21:23:18.359Z[ recovery-image] Aug 26 21:23:18.336 INFO O| Aug 26 21:23:18.336 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46682025-08-26T21:23:18.359Z[ recovery-image] Aug 26 21:23:18.352 INFO O| Aug 26 21:23:18.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46692025-08-26T21:23:18.359Z[ recovery-image] Aug 26 21:23:18.352 INFO O| Aug 26 21:23:18.352 INFO STEP 33 (remove_files) COMPLETE
46702025-08-26T21:23:18.359Z[ recovery-image] Aug 26 21:23:18.352 INFO O| Aug 26 21:23:18.352 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46712025-08-26T21:23:18.383Z[ recovery-image] Aug 26 21:23:18.367 INFO O| Aug 26 21:23:18.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46722025-08-26T21:23:18.383Z[ recovery-image] Aug 26 21:23:18.367 INFO O| Aug 26 21:23:18.367 INFO STEP 34 (remove_files) COMPLETE
46732025-08-26T21:23:18.383Z[ recovery-image] Aug 26 21:23:18.367 INFO O| Aug 26 21:23:18.367 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46742025-08-26T21:23:18.383Z[ recovery-image] Aug 26 21:23:18.381 INFO O| Aug 26 21:23:18.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46752025-08-26T21:23:18.383Z[ recovery-image] Aug 26 21:23:18.381 INFO O| Aug 26 21:23:18.381 INFO STEP 35 (remove_files) COMPLETE
46762025-08-26T21:23:18.383Z[ recovery-image] Aug 26 21:23:18.381 INFO O| Aug 26 21:23:18.381 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46772025-08-26T21:23:18.408Z[ recovery-image] Aug 26 21:23:18.398 INFO O| Aug 26 21:23:18.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46782025-08-26T21:23:18.408Z[ recovery-image] Aug 26 21:23:18.398 INFO O| Aug 26 21:23:18.398 INFO STEP 36 (remove_files) COMPLETE
46792025-08-26T21:23:18.408Z[ recovery-image] Aug 26 21:23:18.398 INFO O| Aug 26 21:23:18.398 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46802025-08-26T21:23:18.435Z[ recovery-image] Aug 26 21:23:18.413 INFO O| Aug 26 21:23:18.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46812025-08-26T21:23:18.436Z[ recovery-image] Aug 26 21:23:18.413 INFO O| Aug 26 21:23:18.413 INFO STEP 37 (remove_files) COMPLETE
46822025-08-26T21:23:18.436Z[ recovery-image] Aug 26 21:23:18.413 INFO O| Aug 26 21:23:18.413 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46832025-08-26T21:23:18.436Z[ recovery-image] Aug 26 21:23:18.427 INFO O| Aug 26 21:23:18.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46842025-08-26T21:23:18.436Z[ recovery-image] Aug 26 21:23:18.427 INFO O| Aug 26 21:23:18.427 INFO STEP 38 (remove_files) COMPLETE
46852025-08-26T21:23:18.436Z[ recovery-image] Aug 26 21:23:18.427 INFO O| Aug 26 21:23:18.427 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46862025-08-26T21:23:18.462Z[ recovery-image] Aug 26 21:23:18.441 INFO O| Aug 26 21:23:18.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46872025-08-26T21:23:18.462Z[ recovery-image] Aug 26 21:23:18.441 INFO O| Aug 26 21:23:18.441 INFO STEP 39 (remove_files) COMPLETE
46882025-08-26T21:23:18.462Z[ recovery-image] Aug 26 21:23:18.441 INFO O| Aug 26 21:23:18.441 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46892025-08-26T21:23:18.462Z[ recovery-image] Aug 26 21:23:18.455 INFO O| Aug 26 21:23:18.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46902025-08-26T21:23:18.462Z[ recovery-image] Aug 26 21:23:18.455 INFO O| Aug 26 21:23:18.455 INFO STEP 40 (remove_files) COMPLETE
46912025-08-26T21:23:18.462Z[ recovery-image] Aug 26 21:23:18.455 INFO O| Aug 26 21:23:18.455 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46922025-08-26T21:23:18.487Z[ recovery-image] Aug 26 21:23:18.469 INFO O| Aug 26 21:23:18.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46932025-08-26T21:23:18.487Z[ recovery-image] Aug 26 21:23:18.469 INFO O| Aug 26 21:23:18.469 INFO STEP 41 (remove_files) COMPLETE
46942025-08-26T21:23:18.487Z[ recovery-image] Aug 26 21:23:18.469 INFO O| Aug 26 21:23:18.469 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46952025-08-26T21:23:18.487Z[ recovery-image] Aug 26 21:23:18.483 INFO O| Aug 26 21:23:18.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46962025-08-26T21:23:18.487Z[ recovery-image] Aug 26 21:23:18.483 INFO O| Aug 26 21:23:18.483 INFO STEP 42 (remove_files) COMPLETE
46972025-08-26T21:23:18.487Z[ recovery-image] Aug 26 21:23:18.484 INFO O| Aug 26 21:23:18.483 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46982025-08-26T21:23:18.512Z[ recovery-image] Aug 26 21:23:18.498 INFO O| Aug 26 21:23:18.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46992025-08-26T21:23:18.512Z[ recovery-image] Aug 26 21:23:18.498 INFO O| Aug 26 21:23:18.498 INFO STEP 43 (remove_files) COMPLETE
47002025-08-26T21:23:18.512Z[ recovery-image] Aug 26 21:23:18.498 INFO O| Aug 26 21:23:18.498 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47012025-08-26T21:23:18.512Z[ recovery-image] Aug 26 21:23:18.512 INFO O| Aug 26 21:23:18.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
47022025-08-26T21:23:18.512Z[ recovery-image] Aug 26 21:23:18.512 INFO O| Aug 26 21:23:18.512 INFO STEP 44 (remove_files) COMPLETE
47032025-08-26T21:23:18.512Z[ recovery-image] Aug 26 21:23:18.512 INFO O| Aug 26 21:23:18.512 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47042025-08-26T21:23:18.537Z[ recovery-image] Aug 26 21:23:18.528 INFO O| Aug 26 21:23:18.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
47052025-08-26T21:23:18.537Z[ recovery-image] Aug 26 21:23:18.528 INFO O| Aug 26 21:23:18.528 INFO STEP 45 (remove_files) COMPLETE
47062025-08-26T21:23:18.537Z[ recovery-image] Aug 26 21:23:18.528 INFO O| Aug 26 21:23:18.528 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47072025-08-26T21:23:18.562Z[ recovery-image] Aug 26 21:23:18.546 INFO O| Aug 26 21:23:18.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47082025-08-26T21:23:18.562Z[ recovery-image] Aug 26 21:23:18.546 INFO O| Aug 26 21:23:18.546 INFO STEP 46 (remove_files) COMPLETE
47092025-08-26T21:23:18.562Z[ recovery-image] Aug 26 21:23:18.546 INFO O| Aug 26 21:23:18.546 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47102025-08-26T21:23:18.562Z[ recovery-image] Aug 26 21:23:18.561 INFO O| Aug 26 21:23:18.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47112025-08-26T21:23:18.562Z[ recovery-image] Aug 26 21:23:18.562 INFO O| Aug 26 21:23:18.561 INFO STEP 47 (remove_files) COMPLETE
47122025-08-26T21:23:18.562Z[ recovery-image] Aug 26 21:23:18.562 INFO O| Aug 26 21:23:18.562 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47132025-08-26T21:23:18.600Z[ recovery-image] Aug 26 21:23:18.601 INFO O| Aug 26 21:23:18.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47142025-08-26T21:23:18.600Z[ recovery-image] Aug 26 21:23:18.601 INFO O| Aug 26 21:23:18.601 INFO STEP 48 (remove_files) COMPLETE
47152025-08-26T21:23:18.625Z[ recovery-image] Aug 26 21:23:18.601 INFO O| Aug 26 21:23:18.601 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47162025-08-26T21:23:18.625Z[ host-image] Aug 26 21:23:18.610 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23521:20250826T130129Z
47172025-08-26T21:23:18.625Z[ recovery-image] Aug 26 21:23:18.618 INFO O| Aug 26 21:23:18.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47182025-08-26T21:23:18.625Z[ recovery-image] Aug 26 21:23:18.619 INFO O| Aug 26 21:23:18.619 INFO STEP 49 (remove_files) COMPLETE
47192025-08-26T21:23:18.625Z[ recovery-image] Aug 26 21:23:18.619 INFO O| Aug 26 21:23:18.619 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47202025-08-26T21:23:18.650Z[ recovery-image] Aug 26 21:23:18.636 INFO O| Aug 26 21:23:18.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47212025-08-26T21:23:18.650Z[ recovery-image] Aug 26 21:23:18.636 INFO O| Aug 26 21:23:18.636 INFO STEP 50 (remove_files) COMPLETE
47222025-08-26T21:23:18.650Z[ recovery-image] Aug 26 21:23:18.636 INFO O| Aug 26 21:23:18.636 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47232025-08-26T21:23:18.650Z[ recovery-image] Aug 26 21:23:18.650 INFO O| Aug 26 21:23:18.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47242025-08-26T21:23:18.650Z[ recovery-image] Aug 26 21:23:18.650 INFO O| Aug 26 21:23:18.650 INFO STEP 51 (remove_files) COMPLETE
47252025-08-26T21:23:18.675Z[ recovery-image] Aug 26 21:23:18.650 INFO O| Aug 26 21:23:18.650 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47262025-08-26T21:23:18.675Z[ recovery-image] Aug 26 21:23:18.665 INFO O| Aug 26 21:23:18.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47272025-08-26T21:23:18.675Z[ recovery-image] Aug 26 21:23:18.665 INFO O| Aug 26 21:23:18.665 INFO STEP 52 (remove_files) COMPLETE
47282025-08-26T21:23:18.675Z[ recovery-image] Aug 26 21:23:18.665 INFO O| Aug 26 21:23:18.665 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47292025-08-26T21:23:18.700Z[ recovery-image] Aug 26 21:23:18.679 INFO O| Aug 26 21:23:18.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47302025-08-26T21:23:18.700Z[ recovery-image] Aug 26 21:23:18.679 INFO O| Aug 26 21:23:18.679 INFO STEP 53 (remove_files) COMPLETE
47312025-08-26T21:23:18.700Z[ recovery-image] Aug 26 21:23:18.679 INFO O| Aug 26 21:23:18.679 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47322025-08-26T21:23:18.701Z[ recovery-image] Aug 26 21:23:18.695 INFO O| Aug 26 21:23:18.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47332025-08-26T21:23:18.701Z[ recovery-image] Aug 26 21:23:18.695 INFO O| Aug 26 21:23:18.695 INFO STEP 54 (remove_files) COMPLETE
47342025-08-26T21:23:18.701Z[ recovery-image] Aug 26 21:23:18.695 INFO O| Aug 26 21:23:18.695 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47352025-08-26T21:23:18.727Z[ recovery-image] Aug 26 21:23:18.709 INFO O| Aug 26 21:23:18.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47362025-08-26T21:23:18.727Z[ recovery-image] Aug 26 21:23:18.709 INFO O| Aug 26 21:23:18.709 INFO STEP 55 (remove_files) COMPLETE
47372025-08-26T21:23:18.727Z[ recovery-image] Aug 26 21:23:18.709 INFO O| Aug 26 21:23:18.709 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47382025-08-26T21:23:18.727Z[ recovery-image] Aug 26 21:23:18.724 INFO O| Aug 26 21:23:18.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47392025-08-26T21:23:18.727Z[ recovery-image] Aug 26 21:23:18.724 INFO O| Aug 26 21:23:18.724 INFO STEP 56 (remove_files) COMPLETE
47402025-08-26T21:23:18.727Z[ recovery-image] Aug 26 21:23:18.724 INFO O| Aug 26 21:23:18.724 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47412025-08-26T21:23:18.755Z[ recovery-image] Aug 26 21:23:18.739 INFO O| Aug 26 21:23:18.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47422025-08-26T21:23:18.756Z[ recovery-image] Aug 26 21:23:18.739 INFO O| Aug 26 21:23:18.739 INFO STEP 57 (remove_files) COMPLETE
47432025-08-26T21:23:18.756Z[ recovery-image] Aug 26 21:23:18.739 INFO O| Aug 26 21:23:18.739 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47442025-08-26T21:23:18.781Z[ recovery-image] Aug 26 21:23:18.756 INFO O| Aug 26 21:23:18.755 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47452025-08-26T21:23:18.781Z[ recovery-image] Aug 26 21:23:18.756 INFO O| Aug 26 21:23:18.756 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47462025-08-26T21:23:18.781Z[ recovery-image] Aug 26 21:23:18.756 INFO O| Aug 26 21:23:18.756 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47472025-08-26T21:23:18.781Z[ recovery-image] Aug 26 21:23:18.756 INFO O| Aug 26 21:23:18.756 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47482025-08-26T21:23:18.781Z[ recovery-image] Aug 26 21:23:18.756 INFO O| Aug 26 21:23:18.756 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47492025-08-26T21:23:18.781Z[ recovery-image] Aug 26 21:23:18.756 INFO O| Aug 26 21:23:18.756 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47502025-08-26T21:23:18.781Z[ recovery-image] Aug 26 21:23:18.756 INFO O| Aug 26 21:23:18.756 INFO ok!
47512025-08-26T21:23:18.781Z[ recovery-image] Aug 26 21:23:18.756 INFO O| Aug 26 21:23:18.756 INFO STEP 58 (ensure_file) COMPLETE
47522025-08-26T21:23:18.781Z[ recovery-image] Aug 26 21:23:18.756 INFO O| Aug 26 21:23:18.756 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47532025-08-26T21:23:18.808Z[ recovery-image] Aug 26 21:23:18.809 INFO O| Aug 26 21:23:18.809 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47542025-08-26T21:23:18.809Z[ recovery-image] Aug 26 21:23:18.809 INFO O| Aug 26 21:23:18.809 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47552025-08-26T21:23:18.833Z[ recovery-image] Aug 26 21:23:18.810 INFO O| Aug 26 21:23:18.810 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47562025-08-26T21:23:18.833Z[ recovery-image] Aug 26 21:23:18.810 INFO O| Aug 26 21:23:18.810 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47572025-08-26T21:23:18.833Z[ recovery-image] Aug 26 21:23:18.810 INFO O| Aug 26 21:23:18.810 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47582025-08-26T21:23:18.833Z[ recovery-image] Aug 26 21:23:18.810 INFO O| Aug 26 21:23:18.810 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47592025-08-26T21:23:18.833Z[ recovery-image] Aug 26 21:23:18.810 INFO O| Aug 26 21:23:18.810 INFO ok!
47602025-08-26T21:23:18.833Z[ recovery-image] Aug 26 21:23:18.810 INFO O| Aug 26 21:23:18.810 INFO STEP 59 (ensure_file) COMPLETE
47612025-08-26T21:23:18.833Z[ recovery-image] Aug 26 21:23:18.810 INFO O| Aug 26 21:23:18.810 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47622025-08-26T21:23:18.833Z[ recovery-image] Aug 26 21:23:18.828 INFO O| Aug 26 21:23:18.827 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47632025-08-26T21:23:18.833Z[ recovery-image] Aug 26 21:23:18.828 INFO O| Aug 26 21:23:18.828 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47642025-08-26T21:23:18.833Z[ recovery-image] Aug 26 21:23:18.828 INFO O| Aug 26 21:23:18.828 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47652025-08-26T21:23:18.833Z[ recovery-image] Aug 26 21:23:18.828 INFO O| Aug 26 21:23:18.828 INFO ok!
47662025-08-26T21:23:18.833Z[ recovery-image] Aug 26 21:23:18.828 INFO O| Aug 26 21:23:18.828 INFO STEP 60 (ensure_file) COMPLETE
47672025-08-26T21:23:18.833Z[ recovery-image] Aug 26 21:23:18.828 INFO O| Aug 26 21:23:18.828 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47682025-08-26T21:23:18.861Z[ recovery-image] Aug 26 21:23:18.846 INFO O| Aug 26 21:23:18.846 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47692025-08-26T21:23:18.861Z[ recovery-image] Aug 26 21:23:18.846 INFO O| Aug 26 21:23:18.846 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47702025-08-26T21:23:18.861Z[ recovery-image] Aug 26 21:23:18.846 INFO O| Aug 26 21:23:18.846 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47712025-08-26T21:23:18.861Z[ recovery-image] Aug 26 21:23:18.846 INFO O| Aug 26 21:23:18.846 INFO ok!
47722025-08-26T21:23:18.861Z[ recovery-image] Aug 26 21:23:18.846 INFO O| Aug 26 21:23:18.846 INFO STEP 61 (ensure_file) COMPLETE
47732025-08-26T21:23:18.861Z[ recovery-image] Aug 26 21:23:18.846 INFO O| Aug 26 21:23:18.846 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47742025-08-26T21:23:18.886Z[ recovery-image] Aug 26 21:23:18.868 INFO O| Aug 26 21:23:18.868 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47752025-08-26T21:23:18.886Z[ recovery-image] Aug 26 21:23:18.868 INFO O| Aug 26 21:23:18.868 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47762025-08-26T21:23:18.886Z[ recovery-image] Aug 26 21:23:18.868 INFO O| Aug 26 21:23:18.868 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47772025-08-26T21:23:18.886Z[ recovery-image] Aug 26 21:23:18.868 INFO O| Aug 26 21:23:18.868 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47782025-08-26T21:23:18.886Z[ recovery-image] Aug 26 21:23:18.868 INFO O| Aug 26 21:23:18.868 INFO ok!
47792025-08-26T21:23:18.886Z[ recovery-image] Aug 26 21:23:18.868 INFO O| Aug 26 21:23:18.868 INFO STEP 62 (ensure_file) COMPLETE
47802025-08-26T21:23:18.886Z[ recovery-image] Aug 26 21:23:18.868 INFO O| Aug 26 21:23:18.868 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47812025-08-26T21:23:18.911Z[ recovery-image] Aug 26 21:23:18.888 INFO O| Aug 26 21:23:18.888 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47822025-08-26T21:23:18.911Z[ recovery-image] Aug 26 21:23:18.888 INFO O| Aug 26 21:23:18.888 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47832025-08-26T21:23:18.911Z[ recovery-image] Aug 26 21:23:18.888 INFO O| Aug 26 21:23:18.888 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47842025-08-26T21:23:18.911Z[ recovery-image] Aug 26 21:23:18.888 INFO O| Aug 26 21:23:18.888 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47852025-08-26T21:23:18.911Z[ recovery-image] Aug 26 21:23:18.888 INFO O| Aug 26 21:23:18.888 INFO ok!
47862025-08-26T21:23:18.911Z[ recovery-image] Aug 26 21:23:18.888 INFO O| Aug 26 21:23:18.888 INFO STEP 63 (ensure_file) COMPLETE
47872025-08-26T21:23:18.911Z[ recovery-image] Aug 26 21:23:18.888 INFO O| Aug 26 21:23:18.888 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47882025-08-26T21:23:18.911Z[ recovery-image] Aug 26 21:23:18.907 INFO O| Aug 26 21:23:18.907 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47892025-08-26T21:23:18.911Z[ recovery-image] Aug 26 21:23:18.907 INFO O| Aug 26 21:23:18.907 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47902025-08-26T21:23:18.911Z[ recovery-image] Aug 26 21:23:18.907 INFO O| Aug 26 21:23:18.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47912025-08-26T21:23:18.911Z[ recovery-image] Aug 26 21:23:18.907 INFO O| Aug 26 21:23:18.907 INFO ok!
47922025-08-26T21:23:18.911Z[ recovery-image] Aug 26 21:23:18.907 INFO O| Aug 26 21:23:18.907 INFO STEP 64 (assemble_files) COMPLETE
47932025-08-26T21:23:18.911Z[ recovery-image] Aug 26 21:23:18.907 INFO O| Aug 26 21:23:18.907 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47942025-08-26T21:23:18.941Z[ recovery-image] Aug 26 21:23:18.924 INFO O| Aug 26 21:23:18.924 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47952025-08-26T21:23:18.941Z[ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.924 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47962025-08-26T21:23:18.941Z[ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47972025-08-26T21:23:18.941Z[ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47982025-08-26T21:23:18.941Z[ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO ok!
47992025-08-26T21:23:18.941Z[ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO STEP 65 (ensure_file) COMPLETE
48002025-08-26T21:23:18.941Z[ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48012025-08-26T21:23:18.941Z[ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO skip step because feature "omicron1" is not enabled
48022025-08-26T21:23:18.941Z[ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48032025-08-26T21:23:18.941Z[ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO skip step because feature "omicron1" is not enabled
48042025-08-26T21:23:18.942Z[ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48052025-08-26T21:23:18.942Z[ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO skip step because feature "omicron1" is not enabled
48062025-08-26T21:23:18.942Z[ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48072025-08-26T21:23:18.966Z[ recovery-image] Aug 26 21:23:18.948 INFO O| Aug 26 21:23:18.947 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48082025-08-26T21:23:18.966Z[ recovery-image] Aug 26 21:23:18.948 INFO O| Aug 26 21:23:18.948 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48092025-08-26T21:23:21.774Z[ recovery-image] Aug 26 21:23:21.775 INFO O| Aug 26 21:23:21.775 INFO STEP 69 (pack_tar) COMPLETE
48102025-08-26T21:23:21.774Z[ recovery-image] Aug 26 21:23:21.775 INFO O| Aug 26 21:23:21.775 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48112025-08-26T21:23:21.800Z[ recovery-image] Aug 26 21:23:21.775 INFO O| Aug 26 21:23:21.775 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48122025-08-26T21:23:22.244Z[ recovery-image] Aug 26 21:23:22.245 INFO O| Aug 26 21:23:22.245 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48132025-08-26T21:23:22.389Z[ recovery-image] Aug 26 21:23:22.390 INFO O| Aug 26 21:23:22.390 INFO completed processing sled/ramdisk-02-trim
48142025-08-26T21:23:22.414Z[ recovery-image] Aug 26 21:23:22.394 INFO image builder template: ramdisk-03-recovery-trim...
48152025-08-26T21:23:22.414Z[ recovery-image] Aug 26 21:23:22.395 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/.tmpQmIViS/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.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
48162025-08-26T21:23:22.550Z[ recovery-image] Aug 26 21:23:22.551 INFO O| Aug 26 21:23:22.550 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48172025-08-26T21:23:22.576Z[ recovery-image] Aug 26 21:23:22.557 INFO O| Aug 26 21:23:22.557 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48182025-08-26T21:23:22.634Z[ recovery-image] Aug 26 21:23:22.634 INFO O| Aug 26 21:23:22.634 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48192025-08-26T21:23:22.684Z[ recovery-image] Aug 26 21:23:22.684 INFO O| Aug 26 21:23:22.683 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48202025-08-26T21:23:22.685Z[ recovery-image] Aug 26 21:23:22.684 INFO O| Aug 26 21:23:22.684 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48212025-08-26T21:23:22.734Z[ recovery-image] Aug 26 21:23:22.734 INFO O| Aug 26 21:23:22.734 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48222025-08-26T21:23:22.760Z[ recovery-image] Aug 26 21:23:22.743 INFO O| Aug 26 21:23:22.743 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48232025-08-26T21:23:22.760Z[ recovery-image] Aug 26 21:23:22.753 INFO O| Aug 26 21:23:22.753 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48242025-08-26T21:23:23.186Z[ recovery-image] Aug 26 21:23:23.187 INFO O| Aug 26 21:23:23.187 INFO rolled back to input snapshot; work may begin
48252025-08-26T21:23:23.186Z[ recovery-image] Aug 26 21:23:23.187 INFO O| Aug 26 21:23:23.187 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48262025-08-26T21:23:23.210Z[ recovery-image] Aug 26 21:23:23.196 INFO O| Aug 26 21:23:23.196 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272025-08-26T21:23:23.237Z[ recovery-image] Aug 26 21:23:23.213 INFO O| Aug 26 21:23:23.213 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48282025-08-26T21:23:23.237Z[ recovery-image] Aug 26 21:23:23.218 INFO O| Aug 26 21:23:23.218 INFO STEP 0 (remove_files) COMPLETE
48292025-08-26T21:23:23.237Z[ recovery-image] Aug 26 21:23:23.218 INFO O| Aug 26 21:23:23.218 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302025-08-26T21:23:23.262Z[ recovery-image] Aug 26 21:23:23.237 INFO O| Aug 26 21:23:23.237 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48312025-08-26T21:23:23.303Z[ recovery-image] Aug 26 21:23:23.303 INFO O| Aug 26 21:23:23.303 INFO STEP 1 (remove_files) COMPLETE
48322025-08-26T21:23:23.303Z[ recovery-image] Aug 26 21:23:23.303 INFO O| Aug 26 21:23:23.303 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332025-08-26T21:23:23.328Z[ recovery-image] Aug 26 21:23:23.321 INFO O| Aug 26 21:23:23.321 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48342025-08-26T21:23:23.328Z[ recovery-image] Aug 26 21:23:23.323 INFO O| Aug 26 21:23:23.323 INFO STEP 2 (remove_files) COMPLETE
48352025-08-26T21:23:23.328Z[ recovery-image] Aug 26 21:23:23.323 INFO O| Aug 26 21:23:23.323 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362025-08-26T21:23:23.358Z[ recovery-image] Aug 26 21:23:23.340 INFO O| Aug 26 21:23:23.340 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48372025-08-26T21:23:23.403Z[ recovery-image] Aug 26 21:23:23.404 INFO O| Aug 26 21:23:23.404 INFO STEP 3 (remove_files) COMPLETE
48382025-08-26T21:23:23.403Z[ recovery-image] Aug 26 21:23:23.404 INFO O| Aug 26 21:23:23.404 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392025-08-26T21:23:23.446Z[ recovery-image] Aug 26 21:23:23.446 INFO O| Aug 26 21:23:23.446 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48402025-08-26T21:23:23.510Z[ recovery-image] Aug 26 21:23:23.507 INFO O| Aug 26 21:23:23.507 INFO STEP 4 (remove_files) COMPLETE
48412025-08-26T21:23:23.510Z[ recovery-image] Aug 26 21:23:23.507 INFO O| Aug 26 21:23:23.507 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422025-08-26T21:23:23.535Z[ recovery-image] Aug 26 21:23:23.533 INFO O| Aug 26 21:23:23.533 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48432025-08-26T21:23:23.535Z[ recovery-image] Aug 26 21:23:23.535 INFO O| Aug 26 21:23:23.535 INFO STEP 5 (remove_files) COMPLETE
48442025-08-26T21:23:23.536Z[ recovery-image] Aug 26 21:23:23.535 INFO O| Aug 26 21:23:23.535 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452025-08-26T21:23:23.606Z[ recovery-image] Aug 26 21:23:23.607 INFO O| Aug 26 21:23:23.607 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48462025-08-26T21:23:23.631Z[ recovery-image] Aug 26 21:23:23.612 INFO O| Aug 26 21:23:23.612 INFO STEP 6 (remove_files) COMPLETE
48472025-08-26T21:23:23.631Z[ recovery-image] Aug 26 21:23:23.612 INFO O| Aug 26 21:23:23.612 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482025-08-26T21:23:23.631Z[ recovery-image] Aug 26 21:23:23.632 INFO O| Aug 26 21:23:23.631 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48492025-08-26T21:23:23.656Z[ recovery-image] Aug 26 21:23:23.651 INFO O| Aug 26 21:23:23.650 INFO STEP 7 (remove_files) COMPLETE
48502025-08-26T21:23:23.656Z[ recovery-image] Aug 26 21:23:23.651 INFO O| Aug 26 21:23:23.651 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512025-08-26T21:23:23.680Z[ recovery-image] Aug 26 21:23:23.670 INFO O| Aug 26 21:23:23.669 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48522025-08-26T21:23:23.680Z[ recovery-image] Aug 26 21:23:23.670 INFO O| Aug 26 21:23:23.670 INFO STEP 8 (remove_files) COMPLETE
48532025-08-26T21:23:23.680Z[ recovery-image] Aug 26 21:23:23.670 INFO O| Aug 26 21:23:23.670 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542025-08-26T21:23:23.706Z[ recovery-image] Aug 26 21:23:23.685 INFO O| Aug 26 21:23:23.685 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48552025-08-26T21:23:23.733Z[ recovery-image] Aug 26 21:23:23.710 INFO O| Aug 26 21:23:23.710 INFO STEP 9 (remove_files) COMPLETE
48562025-08-26T21:23:23.733Z[ recovery-image] Aug 26 21:23:23.710 INFO O| Aug 26 21:23:23.710 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572025-08-26T21:23:23.733Z[ recovery-image] Aug 26 21:23:23.730 INFO O| Aug 26 21:23:23.730 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48582025-08-26T21:23:23.863Z[ recovery-image] Aug 26 21:23:23.864 INFO O| Aug 26 21:23:23.864 INFO STEP 10 (remove_files) COMPLETE
48592025-08-26T21:23:23.863Z[ recovery-image] Aug 26 21:23:23.864 INFO O| Aug 26 21:23:23.864 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602025-08-26T21:23:23.888Z[ recovery-image] Aug 26 21:23:23.881 INFO O| Aug 26 21:23:23.881 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48612025-08-26T21:23:23.888Z[ recovery-image] Aug 26 21:23:23.884 INFO O| Aug 26 21:23:23.884 INFO STEP 11 (remove_files) COMPLETE
48622025-08-26T21:23:23.888Z[ recovery-image] Aug 26 21:23:23.884 INFO O| Aug 26 21:23:23.884 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632025-08-26T21:23:23.913Z[ recovery-image] Aug 26 21:23:23.901 INFO O| Aug 26 21:23:23.901 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48642025-08-26T21:23:23.913Z[ recovery-image] Aug 26 21:23:23.904 INFO O| Aug 26 21:23:23.904 INFO STEP 12 (remove_files) COMPLETE
48652025-08-26T21:23:23.913Z[ recovery-image] Aug 26 21:23:23.904 INFO O| Aug 26 21:23:23.904 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662025-08-26T21:23:23.937Z[ recovery-image] Aug 26 21:23:23.921 INFO O| Aug 26 21:23:23.921 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48672025-08-26T21:23:23.937Z[ recovery-image] Aug 26 21:23:23.922 INFO O| Aug 26 21:23:23.921 INFO STEP 13 (remove_files) COMPLETE
48682025-08-26T21:23:23.937Z[ recovery-image] Aug 26 21:23:23.922 INFO O| Aug 26 21:23:23.921 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692025-08-26T21:23:23.937Z[ recovery-image] Aug 26 21:23:23.938 INFO O| Aug 26 21:23:23.938 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48702025-08-26T21:23:23.961Z[ recovery-image] Aug 26 21:23:23.940 INFO O| Aug 26 21:23:23.940 INFO STEP 14 (remove_files) COMPLETE
48712025-08-26T21:23:23.961Z[ recovery-image] Aug 26 21:23:23.940 INFO O| Aug 26 21:23:23.940 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722025-08-26T21:23:23.961Z[ recovery-image] Aug 26 21:23:23.955 INFO O| Aug 26 21:23:23.955 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48732025-08-26T21:23:23.986Z[ recovery-image] Aug 26 21:23:23.964 INFO O| Aug 26 21:23:23.964 INFO STEP 15 (remove_files) COMPLETE
48742025-08-26T21:23:23.986Z[ recovery-image] Aug 26 21:23:23.964 INFO O| Aug 26 21:23:23.964 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752025-08-26T21:23:23.986Z[ recovery-image] Aug 26 21:23:23.981 INFO O| Aug 26 21:23:23.981 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48762025-08-26T21:23:23.986Z[ recovery-image] Aug 26 21:23:23.981 INFO O| Aug 26 21:23:23.981 INFO STEP 16 (remove_files) COMPLETE
48772025-08-26T21:23:23.986Z[ recovery-image] Aug 26 21:23:23.981 INFO O| Aug 26 21:23:23.981 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782025-08-26T21:23:24.010Z[ recovery-image] Aug 26 21:23:24.001 INFO O| Aug 26 21:23:24.001 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48792025-08-26T21:23:24.036Z[ recovery-image] Aug 26 21:23:24.025 INFO O| Aug 26 21:23:24.025 INFO STEP 17 (remove_files) COMPLETE
48802025-08-26T21:23:24.036Z[ recovery-image] Aug 26 21:23:24.025 INFO O| Aug 26 21:23:24.025 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812025-08-26T21:23:24.073Z[ recovery-image] Aug 26 21:23:24.054 INFO O| Aug 26 21:23:24.054 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48822025-08-26T21:23:24.191Z[ recovery-image] Aug 26 21:23:24.192 INFO O| Aug 26 21:23:24.192 INFO STEP 18 (remove_files) COMPLETE
48832025-08-26T21:23:24.191Z[ recovery-image] Aug 26 21:23:24.192 INFO O| Aug 26 21:23:24.192 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842025-08-26T21:23:24.245Z[ recovery-image] Aug 26 21:23:24.245 INFO O| Aug 26 21:23:24.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48852025-08-26T21:23:24.310Z[ recovery-image] Aug 26 21:23:24.311 INFO O| Aug 26 21:23:24.311 INFO STEP 19 (remove_files) COMPLETE
48862025-08-26T21:23:24.310Z[ recovery-image] Aug 26 21:23:24.311 INFO O| Aug 26 21:23:24.311 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872025-08-26T21:23:24.335Z[ recovery-image] Aug 26 21:23:24.330 INFO O| Aug 26 21:23:24.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48882025-08-26T21:23:24.335Z[ recovery-image] Aug 26 21:23:24.330 INFO O| Aug 26 21:23:24.330 INFO STEP 20 (remove_files) COMPLETE
48892025-08-26T21:23:24.335Z[ recovery-image] Aug 26 21:23:24.330 INFO O| Aug 26 21:23:24.330 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902025-08-26T21:23:24.360Z[ recovery-image] Aug 26 21:23:24.354 INFO O| Aug 26 21:23:24.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48912025-08-26T21:23:24.360Z[ recovery-image] Aug 26 21:23:24.355 INFO O| Aug 26 21:23:24.355 INFO STEP 21 (remove_files) COMPLETE
48922025-08-26T21:23:24.360Z[ recovery-image] Aug 26 21:23:24.355 INFO O| Aug 26 21:23:24.355 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932025-08-26T21:23:24.384Z[ recovery-image] Aug 26 21:23:24.378 INFO O| Aug 26 21:23:24.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48942025-08-26T21:23:24.384Z[ recovery-image] Aug 26 21:23:24.378 INFO O| Aug 26 21:23:24.378 INFO STEP 22 (remove_files) COMPLETE
48952025-08-26T21:23:24.384Z[ recovery-image] Aug 26 21:23:24.378 INFO O| Aug 26 21:23:24.378 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962025-08-26T21:23:24.409Z[ recovery-image] Aug 26 21:23:24.395 INFO O| Aug 26 21:23:24.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48972025-08-26T21:23:24.409Z[ recovery-image] Aug 26 21:23:24.395 INFO O| Aug 26 21:23:24.395 INFO STEP 23 (remove_files) COMPLETE
48982025-08-26T21:23:24.409Z[ recovery-image] Aug 26 21:23:24.395 INFO O| Aug 26 21:23:24.395 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992025-08-26T21:23:24.434Z[ recovery-image] Aug 26 21:23:24.410 INFO O| Aug 26 21:23:24.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
49002025-08-26T21:23:24.434Z[ recovery-image] Aug 26 21:23:24.410 INFO O| Aug 26 21:23:24.410 INFO STEP 24 (remove_files) COMPLETE
49012025-08-26T21:23:24.434Z[ recovery-image] Aug 26 21:23:24.410 INFO O| Aug 26 21:23:24.410 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022025-08-26T21:23:24.434Z[ recovery-image] Aug 26 21:23:24.425 INFO O| Aug 26 21:23:24.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49032025-08-26T21:23:24.434Z[ recovery-image] Aug 26 21:23:24.425 INFO O| Aug 26 21:23:24.425 INFO STEP 25 (remove_files) COMPLETE
49042025-08-26T21:23:24.434Z[ recovery-image] Aug 26 21:23:24.425 INFO O| Aug 26 21:23:24.425 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052025-08-26T21:23:24.460Z[ recovery-image] Aug 26 21:23:24.440 INFO O| Aug 26 21:23:24.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49062025-08-26T21:23:24.460Z[ recovery-image] Aug 26 21:23:24.440 INFO O| Aug 26 21:23:24.440 INFO STEP 26 (remove_files) COMPLETE
49072025-08-26T21:23:24.460Z[ recovery-image] Aug 26 21:23:24.440 INFO O| Aug 26 21:23:24.440 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082025-08-26T21:23:24.460Z[ recovery-image] Aug 26 21:23:24.456 INFO O| Aug 26 21:23:24.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
49092025-08-26T21:23:24.460Z[ recovery-image] Aug 26 21:23:24.456 INFO O| Aug 26 21:23:24.456 INFO STEP 27 (remove_files) COMPLETE
49102025-08-26T21:23:24.460Z[ recovery-image] Aug 26 21:23:24.456 INFO O| Aug 26 21:23:24.456 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112025-08-26T21:23:24.491Z[ recovery-image] Aug 26 21:23:24.492 INFO O| Aug 26 21:23:24.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49122025-08-26T21:23:24.491Z[ recovery-image] Aug 26 21:23:24.492 INFO O| Aug 26 21:23:24.492 INFO STEP 28 (remove_files) COMPLETE
49132025-08-26T21:23:24.491Z[ recovery-image] Aug 26 21:23:24.492 INFO O| Aug 26 21:23:24.492 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142025-08-26T21:23:24.518Z[ recovery-image] Aug 26 21:23:24.510 INFO O| Aug 26 21:23:24.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49152025-08-26T21:23:24.544Z[ recovery-image] Aug 26 21:23:24.521 INFO O| Aug 26 21:23:24.521 INFO STEP 29 (remove_files) COMPLETE
49162025-08-26T21:23:24.544Z[ recovery-image] Aug 26 21:23:24.521 INFO O| Aug 26 21:23:24.521 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172025-08-26T21:23:24.544Z[ recovery-image] Aug 26 21:23:24.539 INFO O| Aug 26 21:23:24.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49182025-08-26T21:23:24.544Z[ recovery-image] Aug 26 21:23:24.539 INFO O| Aug 26 21:23:24.539 INFO STEP 30 (remove_files) COMPLETE
49192025-08-26T21:23:24.544Z[ recovery-image] Aug 26 21:23:24.539 INFO O| Aug 26 21:23:24.539 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202025-08-26T21:23:24.571Z[ recovery-image] Aug 26 21:23:24.555 INFO O| Aug 26 21:23:24.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49212025-08-26T21:23:24.571Z[ recovery-image] Aug 26 21:23:24.563 INFO O| Aug 26 21:23:24.563 INFO STEP 31 (remove_files) COMPLETE
49222025-08-26T21:23:24.571Z[ recovery-image] Aug 26 21:23:24.563 INFO O| Aug 26 21:23:24.563 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232025-08-26T21:23:24.596Z[ recovery-image] Aug 26 21:23:24.585 INFO O| Aug 26 21:23:24.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49242025-08-26T21:23:24.621Z[ recovery-image] Aug 26 21:23:24.606 INFO O| Aug 26 21:23:24.606 INFO STEP 32 (remove_files) COMPLETE
49252025-08-26T21:23:24.621Z[ recovery-image] Aug 26 21:23:24.606 INFO O| Aug 26 21:23:24.606 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262025-08-26T21:23:24.645Z[ recovery-image] Aug 26 21:23:24.628 INFO O| Aug 26 21:23:24.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49272025-08-26T21:23:24.645Z[ recovery-image] Aug 26 21:23:24.629 INFO O| Aug 26 21:23:24.629 INFO STEP 33 (remove_files) COMPLETE
49282025-08-26T21:23:24.645Z[ recovery-image] Aug 26 21:23:24.629 INFO O| Aug 26 21:23:24.629 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292025-08-26T21:23:24.671Z[ recovery-image] Aug 26 21:23:24.661 INFO O| Aug 26 21:23:24.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49302025-08-26T21:23:24.671Z[ recovery-image] Aug 26 21:23:24.661 INFO O| Aug 26 21:23:24.661 INFO STEP 34 (remove_files) COMPLETE
49312025-08-26T21:23:24.671Z[ recovery-image] Aug 26 21:23:24.661 INFO O| Aug 26 21:23:24.661 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322025-08-26T21:23:24.696Z[ recovery-image] Aug 26 21:23:24.676 INFO O| Aug 26 21:23:24.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49332025-08-26T21:23:24.696Z[ recovery-image] Aug 26 21:23:24.676 INFO O| Aug 26 21:23:24.676 INFO STEP 35 (remove_files) COMPLETE
49342025-08-26T21:23:24.696Z[ recovery-image] Aug 26 21:23:24.676 INFO O| Aug 26 21:23:24.676 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352025-08-26T21:23:24.696Z[ recovery-image] Aug 26 21:23:24.695 INFO O| Aug 26 21:23:24.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49362025-08-26T21:23:24.696Z[ recovery-image] Aug 26 21:23:24.695 INFO O| Aug 26 21:23:24.695 INFO STEP 36 (remove_files) COMPLETE
49372025-08-26T21:23:24.696Z[ recovery-image] Aug 26 21:23:24.695 INFO O| Aug 26 21:23:24.695 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382025-08-26T21:23:24.721Z[ recovery-image] Aug 26 21:23:24.718 INFO O| Aug 26 21:23:24.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49392025-08-26T21:23:24.721Z[ recovery-image] Aug 26 21:23:24.718 INFO O| Aug 26 21:23:24.718 INFO STEP 37 (remove_files) COMPLETE
49402025-08-26T21:23:24.746Z[ recovery-image] Aug 26 21:23:24.718 INFO O| Aug 26 21:23:24.718 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412025-08-26T21:23:24.778Z[ recovery-image] Aug 26 21:23:24.777 INFO O| Aug 26 21:23:24.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49422025-08-26T21:23:24.778Z[ recovery-image] Aug 26 21:23:24.777 INFO O| Aug 26 21:23:24.777 INFO STEP 38 (remove_files) COMPLETE
49432025-08-26T21:23:24.778Z[ recovery-image] Aug 26 21:23:24.777 INFO O| Aug 26 21:23:24.777 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442025-08-26T21:23:24.803Z[ recovery-image] Aug 26 21:23:24.804 INFO O| Aug 26 21:23:24.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49452025-08-26T21:23:24.804Z[ recovery-image] Aug 26 21:23:24.804 INFO O| Aug 26 21:23:24.804 INFO STEP 39 (remove_files) COMPLETE
49462025-08-26T21:23:24.831Z[ recovery-image] Aug 26 21:23:24.804 INFO O| Aug 26 21:23:24.804 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472025-08-26T21:23:24.831Z[ recovery-image] Aug 26 21:23:24.828 INFO O| Aug 26 21:23:24.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49482025-08-26T21:23:24.831Z[ recovery-image] Aug 26 21:23:24.828 INFO O| Aug 26 21:23:24.828 INFO STEP 40 (remove_files) COMPLETE
49492025-08-26T21:23:24.831Z[ recovery-image] Aug 26 21:23:24.828 INFO O| Aug 26 21:23:24.828 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502025-08-26T21:23:24.856Z[ recovery-image] Aug 26 21:23:24.850 INFO O| Aug 26 21:23:24.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49512025-08-26T21:23:24.856Z[ recovery-image] Aug 26 21:23:24.850 INFO O| Aug 26 21:23:24.850 INFO STEP 41 (remove_files) COMPLETE
49522025-08-26T21:23:24.856Z[ recovery-image] Aug 26 21:23:24.850 INFO O| Aug 26 21:23:24.850 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532025-08-26T21:23:24.882Z[ recovery-image] Aug 26 21:23:24.873 INFO O| Aug 26 21:23:24.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49542025-08-26T21:23:24.882Z[ recovery-image] Aug 26 21:23:24.873 INFO O| Aug 26 21:23:24.873 INFO STEP 42 (remove_files) COMPLETE
49552025-08-26T21:23:24.882Z[ recovery-image] Aug 26 21:23:24.873 INFO O| Aug 26 21:23:24.873 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562025-08-26T21:23:24.906Z[ recovery-image] Aug 26 21:23:24.894 INFO O| Aug 26 21:23:24.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49572025-08-26T21:23:24.906Z[ recovery-image] Aug 26 21:23:24.895 INFO O| Aug 26 21:23:24.894 INFO STEP 43 (remove_files) COMPLETE
49582025-08-26T21:23:24.906Z[ recovery-image] Aug 26 21:23:24.895 INFO O| Aug 26 21:23:24.895 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592025-08-26T21:23:24.931Z[ recovery-image] Aug 26 21:23:24.914 INFO O| Aug 26 21:23:24.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49602025-08-26T21:23:24.931Z[ recovery-image] Aug 26 21:23:24.914 INFO O| Aug 26 21:23:24.914 INFO STEP 44 (remove_files) COMPLETE
49612025-08-26T21:23:24.931Z[ recovery-image] Aug 26 21:23:24.914 INFO O| Aug 26 21:23:24.914 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622025-08-26T21:23:24.931Z[ recovery-image] Aug 26 21:23:24.931 INFO O| Aug 26 21:23:24.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49632025-08-26T21:23:24.931Z[ recovery-image] Aug 26 21:23:24.932 INFO O| Aug 26 21:23:24.932 INFO STEP 45 (remove_files) COMPLETE
49642025-08-26T21:23:24.931Z[ recovery-image] Aug 26 21:23:24.932 INFO O| Aug 26 21:23:24.932 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652025-08-26T21:23:24.956Z[ recovery-image] Aug 26 21:23:24.949 INFO O| Aug 26 21:23:24.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49662025-08-26T21:23:24.956Z[ recovery-image] Aug 26 21:23:24.949 INFO O| Aug 26 21:23:24.949 INFO STEP 46 (remove_files) COMPLETE
49672025-08-26T21:23:24.956Z[ recovery-image] Aug 26 21:23:24.949 INFO O| Aug 26 21:23:24.949 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682025-08-26T21:23:24.981Z[ recovery-image] Aug 26 21:23:24.964 INFO O| Aug 26 21:23:24.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49692025-08-26T21:23:24.981Z[ recovery-image] Aug 26 21:23:24.964 INFO O| Aug 26 21:23:24.964 INFO STEP 47 (remove_files) COMPLETE
49702025-08-26T21:23:24.981Z[ recovery-image] Aug 26 21:23:24.964 INFO O| Aug 26 21:23:24.964 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712025-08-26T21:23:24.981Z[ recovery-image] Aug 26 21:23:24.980 INFO O| Aug 26 21:23:24.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49722025-08-26T21:23:24.981Z[ recovery-image] Aug 26 21:23:24.981 INFO O| Aug 26 21:23:24.981 INFO STEP 48 (remove_files) COMPLETE
49732025-08-26T21:23:24.981Z[ recovery-image] Aug 26 21:23:24.981 INFO O| Aug 26 21:23:24.981 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742025-08-26T21:23:25.007Z[ recovery-image] Aug 26 21:23:24.995 INFO O| Aug 26 21:23:24.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49752025-08-26T21:23:25.007Z[ recovery-image] Aug 26 21:23:24.995 INFO O| Aug 26 21:23:24.995 INFO STEP 49 (remove_files) COMPLETE
49762025-08-26T21:23:25.007Z[ recovery-image] Aug 26 21:23:24.995 INFO O| Aug 26 21:23:24.995 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772025-08-26T21:23:25.032Z[ recovery-image] Aug 26 21:23:25.009 INFO O| Aug 26 21:23:25.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49782025-08-26T21:23:25.032Z[ recovery-image] Aug 26 21:23:25.009 INFO O| Aug 26 21:23:25.009 INFO STEP 50 (remove_files) COMPLETE
49792025-08-26T21:23:25.033Z[ recovery-image] Aug 26 21:23:25.009 INFO O| Aug 26 21:23:25.009 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802025-08-26T21:23:25.033Z[ recovery-image] Aug 26 21:23:25.025 INFO O| Aug 26 21:23:25.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49812025-08-26T21:23:25.033Z[ recovery-image] Aug 26 21:23:25.025 INFO O| Aug 26 21:23:25.025 INFO STEP 51 (remove_files) COMPLETE
49822025-08-26T21:23:25.033Z[ recovery-image] Aug 26 21:23:25.025 INFO O| Aug 26 21:23:25.025 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832025-08-26T21:23:25.059Z[ recovery-image] Aug 26 21:23:25.042 INFO O| Aug 26 21:23:25.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49842025-08-26T21:23:25.059Z[ recovery-image] Aug 26 21:23:25.042 INFO O| Aug 26 21:23:25.042 INFO STEP 52 (remove_files) COMPLETE
49852025-08-26T21:23:25.059Z[ recovery-image] Aug 26 21:23:25.042 INFO O| Aug 26 21:23:25.042 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862025-08-26T21:23:25.085Z[ recovery-image] Aug 26 21:23:25.059 INFO O| Aug 26 21:23:25.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49872025-08-26T21:23:25.085Z[ recovery-image] Aug 26 21:23:25.059 INFO O| Aug 26 21:23:25.059 INFO STEP 53 (remove_files) COMPLETE
49882025-08-26T21:23:25.085Z[ recovery-image] Aug 26 21:23:25.059 INFO O| Aug 26 21:23:25.059 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892025-08-26T21:23:25.085Z[ recovery-image] Aug 26 21:23:25.077 INFO O| Aug 26 21:23:25.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49902025-08-26T21:23:25.085Z[ recovery-image] Aug 26 21:23:25.077 INFO O| Aug 26 21:23:25.077 INFO STEP 54 (remove_files) COMPLETE
49912025-08-26T21:23:25.085Z[ recovery-image] Aug 26 21:23:25.077 INFO O| Aug 26 21:23:25.077 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922025-08-26T21:23:25.110Z[ recovery-image] Aug 26 21:23:25.098 INFO O| Aug 26 21:23:25.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49932025-08-26T21:23:25.110Z[ recovery-image] Aug 26 21:23:25.098 INFO O| Aug 26 21:23:25.098 INFO STEP 55 (remove_files) COMPLETE
49942025-08-26T21:23:25.110Z[ recovery-image] Aug 26 21:23:25.098 INFO O| Aug 26 21:23:25.098 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952025-08-26T21:23:26.166Z[ recovery-image] Aug 26 21:23:25.117 INFO O| Aug 26 21:23:25.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49962025-08-26T21:23:26.166Z[ recovery-image] Aug 26 21:23:25.118 INFO O| Aug 26 21:23:25.117 INFO STEP 56 (remove_files) COMPLETE
49972025-08-26T21:23:26.166Z[ recovery-image] Aug 26 21:23:25.118 INFO O| Aug 26 21:23:25.117 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982025-08-26T21:23:26.166Z[ recovery-image] Aug 26 21:23:25.133 INFO O| Aug 26 21:23:25.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49992025-08-26T21:23:26.166Z[ recovery-image] Aug 26 21:23:25.134 INFO O| Aug 26 21:23:25.134 INFO STEP 57 (remove_files) COMPLETE
50002025-08-26T21:23:26.166Z[ recovery-image] Aug 26 21:23:25.134 INFO O| Aug 26 21:23:25.134 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012025-08-26T21:23:26.293Z[ recovery-image] Aug 26 21:23:25.150 INFO O| Aug 26 21:23:25.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50022025-08-26T21:23:26.293Z[ recovery-image] Aug 26 21:23:25.150 INFO O| Aug 26 21:23:25.150 INFO STEP 58 (remove_files) COMPLETE
50032025-08-26T21:23:26.293Z[ recovery-image] Aug 26 21:23:25.150 INFO O| Aug 26 21:23:25.150 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042025-08-26T21:23:26.293Z[ recovery-image] Aug 26 21:23:25.169 INFO O| Aug 26 21:23:25.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50052025-08-26T21:23:26.293Z[ recovery-image] Aug 26 21:23:25.169 INFO O| Aug 26 21:23:25.169 INFO STEP 59 (remove_files) COMPLETE
50062025-08-26T21:23:26.293Z[ recovery-image] Aug 26 21:23:25.169 INFO O| Aug 26 21:23:25.169 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072025-08-26T21:23:26.293Z[ recovery-image] Aug 26 21:23:25.188 INFO O| Aug 26 21:23:25.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50082025-08-26T21:23:26.293Z[ recovery-image] Aug 26 21:23:25.188 INFO O| Aug 26 21:23:25.188 INFO STEP 60 (remove_files) COMPLETE
50092025-08-26T21:23:26.293Z[ recovery-image] Aug 26 21:23:25.188 INFO O| Aug 26 21:23:25.188 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102025-08-26T21:23:26.293Z[ recovery-image] Aug 26 21:23:25.207 INFO O| Aug 26 21:23:25.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50112025-08-26T21:23:26.293Z[ recovery-image] Aug 26 21:23:25.207 INFO O| Aug 26 21:23:25.207 INFO STEP 61 (remove_files) COMPLETE
50122025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.207 INFO O| Aug 26 21:23:25.207 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.229 INFO O| Aug 26 21:23:25.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50142025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.229 INFO O| Aug 26 21:23:25.229 INFO STEP 62 (remove_files) COMPLETE
50152025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.229 INFO O| Aug 26 21:23:25.229 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.252 INFO O| Aug 26 21:23:25.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50172025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.252 INFO O| Aug 26 21:23:25.252 INFO STEP 63 (remove_files) COMPLETE
50182025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.252 INFO O| Aug 26 21:23:25.252 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.270 INFO O| Aug 26 21:23:25.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50202025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.270 INFO O| Aug 26 21:23:25.270 INFO STEP 64 (remove_files) COMPLETE
50212025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.270 INFO O| Aug 26 21:23:25.270 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.289 INFO O| Aug 26 21:23:25.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50232025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.289 INFO O| Aug 26 21:23:25.289 INFO STEP 65 (remove_files) COMPLETE
50242025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.290 INFO O| Aug 26 21:23:25.289 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.307 INFO O| Aug 26 21:23:25.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50262025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.307 INFO O| Aug 26 21:23:25.307 INFO STEP 66 (remove_files) COMPLETE
50272025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.307 INFO O| Aug 26 21:23:25.307 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.325 INFO O| Aug 26 21:23:25.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50292025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.325 INFO O| Aug 26 21:23:25.325 INFO STEP 67 (remove_files) COMPLETE
50302025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.325 INFO O| Aug 26 21:23:25.325 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.348 INFO O| Aug 26 21:23:25.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50322025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.348 INFO O| Aug 26 21:23:25.348 INFO STEP 68 (remove_files) COMPLETE
50332025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.348 INFO O| Aug 26 21:23:25.348 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.368 INFO O| Aug 26 21:23:25.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50352025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.369 INFO O| Aug 26 21:23:25.369 INFO STEP 69 (remove_files) COMPLETE
50362025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.369 INFO O| Aug 26 21:23:25.369 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.392 INFO O| Aug 26 21:23:25.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50382025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.392 INFO O| Aug 26 21:23:25.392 INFO STEP 70 (remove_files) COMPLETE
50392025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.392 INFO O| Aug 26 21:23:25.392 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.411 INFO O| Aug 26 21:23:25.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50412025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.411 INFO O| Aug 26 21:23:25.411 INFO STEP 71 (remove_files) COMPLETE
50422025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.411 INFO O| Aug 26 21:23:25.411 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.431 INFO O| Aug 26 21:23:25.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50442025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.431 INFO O| Aug 26 21:23:25.431 INFO STEP 72 (remove_files) COMPLETE
50452025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.431 INFO O| Aug 26 21:23:25.431 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.447 INFO O| Aug 26 21:23:25.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50472025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.447 INFO O| Aug 26 21:23:25.447 INFO STEP 73 (remove_files) COMPLETE
50482025-08-26T21:23:26.294Z[ recovery-image] Aug 26 21:23:25.447 INFO O| Aug 26 21:23:25.447 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.468 INFO O| Aug 26 21:23:25.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50502025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.468 INFO O| Aug 26 21:23:25.468 INFO STEP 74 (remove_files) COMPLETE
50512025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.468 INFO O| Aug 26 21:23:25.468 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.482 INFO O| Aug 26 21:23:25.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50532025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.482 INFO O| Aug 26 21:23:25.482 INFO STEP 75 (remove_files) COMPLETE
50542025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.482 INFO O| Aug 26 21:23:25.482 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.495 INFO O| Aug 26 21:23:25.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50562025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.495 INFO O| Aug 26 21:23:25.495 INFO STEP 76 (remove_files) COMPLETE
50572025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.495 INFO O| Aug 26 21:23:25.495 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.514 INFO O| Aug 26 21:23:25.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50592025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.514 INFO O| Aug 26 21:23:25.514 INFO STEP 77 (remove_files) COMPLETE
50602025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.514 INFO O| Aug 26 21:23:25.514 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.528 INFO O| Aug 26 21:23:25.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50622025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.528 INFO O| Aug 26 21:23:25.528 INFO STEP 78 (remove_files) COMPLETE
50632025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.528 INFO O| Aug 26 21:23:25.528 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.541 INFO O| Aug 26 21:23:25.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50652025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.541 INFO O| Aug 26 21:23:25.541 INFO STEP 79 (remove_files) COMPLETE
50662025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.541 INFO O| Aug 26 21:23:25.541 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.554 INFO O| Aug 26 21:23:25.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50682025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.554 INFO O| Aug 26 21:23:25.554 INFO STEP 80 (remove_files) COMPLETE
50692025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.554 INFO O| Aug 26 21:23:25.554 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.568 INFO O| Aug 26 21:23:25.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50712025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.568 INFO O| Aug 26 21:23:25.568 INFO STEP 81 (remove_files) COMPLETE
50722025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.568 INFO O| Aug 26 21:23:25.568 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.586 INFO O| Aug 26 21:23:25.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50742025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.587 INFO O| Aug 26 21:23:25.587 INFO STEP 82 (remove_files) COMPLETE
50752025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.587 INFO O| Aug 26 21:23:25.587 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.603 INFO O| Aug 26 21:23:25.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50772025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.604 INFO O| Aug 26 21:23:25.604 INFO STEP 83 (remove_files) COMPLETE
50782025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.604 INFO O| Aug 26 21:23:25.604 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.624 INFO O| Aug 26 21:23:25.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50802025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.624 INFO O| Aug 26 21:23:25.624 INFO STEP 84 (remove_files) COMPLETE
50812025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.624 INFO O| Aug 26 21:23:25.624 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.638 INFO O| Aug 26 21:23:25.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50832025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.638 INFO O| Aug 26 21:23:25.638 INFO STEP 85 (remove_files) COMPLETE
50842025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.638 INFO O| Aug 26 21:23:25.638 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.650 INFO O| Aug 26 21:23:25.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50862025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.650 INFO O| Aug 26 21:23:25.650 INFO STEP 86 (remove_files) COMPLETE
50872025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.650 INFO O| Aug 26 21:23:25.650 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882025-08-26T21:23:26.295Z[ recovery-image] Aug 26 21:23:25.664 INFO O| Aug 26 21:23:25.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50892025-08-26T21:23:26.296Z[ recovery-image] Aug 26 21:23:25.664 INFO O| Aug 26 21:23:25.664 INFO STEP 87 (remove_files) COMPLETE
50902025-08-26T21:23:26.296Z[ recovery-image] Aug 26 21:23:25.664 INFO O| Aug 26 21:23:25.664 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912025-08-26T21:23:26.296Z[ recovery-image] Aug 26 21:23:25.678 INFO O| Aug 26 21:23:25.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50922025-08-26T21:23:26.296Z[ recovery-image] Aug 26 21:23:25.698 INFO O| Aug 26 21:23:25.698 INFO STEP 88 (remove_files) COMPLETE
50932025-08-26T21:23:26.296Z[ recovery-image] Aug 26 21:23:25.698 INFO O| Aug 26 21:23:25.698 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942025-08-26T21:23:26.296Z[ recovery-image] Aug 26 21:23:25.715 INFO O| Aug 26 21:23:25.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50952025-08-26T21:23:26.296Z[ recovery-image] Aug 26 21:23:25.715 INFO O| Aug 26 21:23:25.715 INFO STEP 89 (remove_files) COMPLETE
50962025-08-26T21:23:26.296Z[ recovery-image] Aug 26 21:23:25.715 INFO O| Aug 26 21:23:25.715 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972025-08-26T21:23:26.296Z[ recovery-image] Aug 26 21:23:25.731 INFO O| Aug 26 21:23:25.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50982025-08-26T21:23:26.296Z[ recovery-image] Aug 26 21:23:25.731 INFO O| Aug 26 21:23:25.731 INFO STEP 90 (remove_files) COMPLETE
50992025-08-26T21:23:26.296Z[ recovery-image] Aug 26 21:23:25.731 INFO O| Aug 26 21:23:25.731 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002025-08-26T21:23:26.296Z[ recovery-image] Aug 26 21:23:25.746 INFO O| Aug 26 21:23:25.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51012025-08-26T21:23:26.322Z[ recovery-image] Aug 26 21:23:25.746 INFO O| Aug 26 21:23:25.746 INFO STEP 91 (remove_files) COMPLETE
51022025-08-26T21:23:26.322Z[ recovery-image] Aug 26 21:23:25.746 INFO O| Aug 26 21:23:25.746 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032025-08-26T21:23:26.322Z[ recovery-image] Aug 26 21:23:25.761 INFO O| Aug 26 21:23:25.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51042025-08-26T21:23:26.322Z[ recovery-image] Aug 26 21:23:25.761 INFO O| Aug 26 21:23:25.761 INFO STEP 92 (remove_files) COMPLETE
51052025-08-26T21:23:26.322Z[ recovery-image] Aug 26 21:23:25.761 INFO O| Aug 26 21:23:25.761 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062025-08-26T21:23:26.322Z[ recovery-image] Aug 26 21:23:25.776 INFO O| Aug 26 21:23:25.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51072025-08-26T21:23:26.322Z[ recovery-image] Aug 26 21:23:25.776 INFO O| Aug 26 21:23:25.776 INFO STEP 93 (remove_files) COMPLETE
51082025-08-26T21:23:26.322Z[ recovery-image] Aug 26 21:23:25.776 INFO O| Aug 26 21:23:25.776 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092025-08-26T21:23:26.322Z[ recovery-image] Aug 26 21:23:25.792 INFO O| Aug 26 21:23:25.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51102025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.793 INFO O| Aug 26 21:23:25.793 INFO STEP 94 (remove_files) COMPLETE
51112025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.793 INFO O| Aug 26 21:23:25.793 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.813 INFO O| Aug 26 21:23:25.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51132025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.813 INFO O| Aug 26 21:23:25.813 INFO STEP 95 (remove_files) COMPLETE
51142025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.813 INFO O| Aug 26 21:23:25.813 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.831 INFO O| Aug 26 21:23:25.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51162025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.831 INFO O| Aug 26 21:23:25.831 INFO STEP 96 (remove_files) COMPLETE
51172025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.831 INFO O| Aug 26 21:23:25.831 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.849 INFO O| Aug 26 21:23:25.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51192025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.850 INFO O| Aug 26 21:23:25.850 INFO STEP 97 (remove_files) COMPLETE
51202025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.850 INFO O| Aug 26 21:23:25.850 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.867 INFO O| Aug 26 21:23:25.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51222025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.867 INFO O| Aug 26 21:23:25.867 INFO STEP 98 (remove_files) COMPLETE
51232025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.867 INFO O| Aug 26 21:23:25.867 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.888 INFO O| Aug 26 21:23:25.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51252025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.888 INFO O| Aug 26 21:23:25.888 INFO STEP 99 (remove_files) COMPLETE
51262025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.888 INFO O| Aug 26 21:23:25.888 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.903 INFO O| Aug 26 21:23:25.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51282025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.903 INFO O| Aug 26 21:23:25.903 INFO STEP 100 (remove_files) COMPLETE
51292025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.903 INFO O| Aug 26 21:23:25.903 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.919 INFO O| Aug 26 21:23:25.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51312025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.919 INFO O| Aug 26 21:23:25.919 INFO STEP 101 (remove_files) COMPLETE
51322025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.919 INFO O| Aug 26 21:23:25.919 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.938 INFO O| Aug 26 21:23:25.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51342025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.939 INFO O| Aug 26 21:23:25.938 INFO STEP 102 (remove_files) COMPLETE
51352025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.939 INFO O| Aug 26 21:23:25.938 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.953 INFO O| Aug 26 21:23:25.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51372025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.953 INFO O| Aug 26 21:23:25.953 INFO STEP 103 (remove_files) COMPLETE
51382025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.953 INFO O| Aug 26 21:23:25.953 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.972 INFO O| Aug 26 21:23:25.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51402025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.972 INFO O| Aug 26 21:23:25.972 INFO STEP 104 (remove_files) COMPLETE
51412025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.972 INFO O| Aug 26 21:23:25.972 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.991 INFO O| Aug 26 21:23:25.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51432025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.991 INFO O| Aug 26 21:23:25.991 INFO STEP 105 (remove_files) COMPLETE
51442025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:25.991 INFO O| Aug 26 21:23:25.991 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:26.009 INFO O| Aug 26 21:23:26.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51462025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:26.009 INFO O| Aug 26 21:23:26.009 INFO STEP 106 (remove_files) COMPLETE
51472025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:26.009 INFO O| Aug 26 21:23:26.009 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482025-08-26T21:23:26.323Z[ recovery-image] Aug 26 21:23:26.030 INFO O| Aug 26 21:23:26.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51492025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.031 INFO O| Aug 26 21:23:26.031 INFO STEP 107 (remove_files) COMPLETE
51502025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.031 INFO O| Aug 26 21:23:26.031 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.043 INFO O| Aug 26 21:23:26.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51522025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.043 INFO O| Aug 26 21:23:26.043 INFO STEP 108 (remove_files) COMPLETE
51532025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.043 INFO O| Aug 26 21:23:26.043 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.055 INFO O| Aug 26 21:23:26.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51552025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.055 INFO O| Aug 26 21:23:26.055 INFO STEP 109 (remove_files) COMPLETE
51562025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.055 INFO O| Aug 26 21:23:26.055 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.067 INFO O| Aug 26 21:23:26.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51582025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.067 INFO O| Aug 26 21:23:26.067 INFO STEP 110 (remove_files) COMPLETE
51592025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.067 INFO O| Aug 26 21:23:26.067 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.078 INFO O| Aug 26 21:23:26.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51612025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.078 INFO O| Aug 26 21:23:26.078 INFO STEP 111 (remove_files) COMPLETE
51622025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.078 INFO O| Aug 26 21:23:26.078 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.090 INFO O| Aug 26 21:23:26.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51642025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.091 INFO O| Aug 26 21:23:26.091 INFO STEP 112 (remove_files) COMPLETE
51652025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.091 INFO O| Aug 26 21:23:26.091 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.104 INFO O| Aug 26 21:23:26.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51672025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.104 INFO O| Aug 26 21:23:26.104 INFO STEP 113 (remove_files) COMPLETE
51682025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.104 INFO O| Aug 26 21:23:26.104 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.118 INFO O| Aug 26 21:23:26.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51702025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.119 INFO O| Aug 26 21:23:26.118 INFO STEP 114 (remove_files) COMPLETE
51712025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.119 INFO O| Aug 26 21:23:26.118 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.134 INFO O| Aug 26 21:23:26.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51732025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.134 INFO O| Aug 26 21:23:26.134 INFO STEP 115 (remove_files) COMPLETE
51742025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.134 INFO O| Aug 26 21:23:26.134 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.153 INFO O| Aug 26 21:23:26.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51762025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.154 INFO O| Aug 26 21:23:26.154 INFO STEP 116 (remove_files) COMPLETE
51772025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.154 INFO O| Aug 26 21:23:26.154 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.173 INFO O| Aug 26 21:23:26.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51792025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.173 INFO O| Aug 26 21:23:26.173 INFO STEP 117 (remove_files) COMPLETE
51802025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.173 INFO O| Aug 26 21:23:26.173 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.193 INFO O| Aug 26 21:23:26.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51822025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.193 INFO O| Aug 26 21:23:26.193 INFO STEP 118 (remove_files) COMPLETE
51832025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.193 INFO O| Aug 26 21:23:26.193 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.213 INFO O| Aug 26 21:23:26.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51852025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.213 INFO O| Aug 26 21:23:26.213 INFO STEP 119 (remove_files) COMPLETE
51862025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.213 INFO O| Aug 26 21:23:26.213 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872025-08-26T21:23:26.324Z[ recovery-image] Aug 26 21:23:26.231 INFO O| Aug 26 21:23:26.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51882025-08-26T21:23:26.325Z[ recovery-image] Aug 26 21:23:26.231 INFO O| Aug 26 21:23:26.231 INFO STEP 120 (remove_files) COMPLETE
51892025-08-26T21:23:26.325Z[ recovery-image] Aug 26 21:23:26.232 INFO O| Aug 26 21:23:26.231 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902025-08-26T21:23:26.325Z[ recovery-image] Aug 26 21:23:26.251 INFO O| Aug 26 21:23:26.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51912025-08-26T21:23:26.325Z[ recovery-image] Aug 26 21:23:26.251 INFO O| Aug 26 21:23:26.251 INFO STEP 121 (remove_files) COMPLETE
51922025-08-26T21:23:26.325Z[ recovery-image] Aug 26 21:23:26.251 INFO O| Aug 26 21:23:26.251 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932025-08-26T21:23:26.325Z[ recovery-image] Aug 26 21:23:26.269 INFO O| Aug 26 21:23:26.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51942025-08-26T21:23:26.325Z[ recovery-image] Aug 26 21:23:26.269 INFO O| Aug 26 21:23:26.269 INFO STEP 122 (remove_files) COMPLETE
51952025-08-26T21:23:26.325Z[ recovery-image] Aug 26 21:23:26.269 INFO O| Aug 26 21:23:26.269 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962025-08-26T21:23:26.325Z[ recovery-image] Aug 26 21:23:26.288 INFO O| Aug 26 21:23:26.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51972025-08-26T21:23:26.325Z[ recovery-image] Aug 26 21:23:26.288 INFO O| Aug 26 21:23:26.288 INFO STEP 123 (remove_files) COMPLETE
51982025-08-26T21:23:26.325Z[ recovery-image] Aug 26 21:23:26.288 INFO O| Aug 26 21:23:26.288 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992025-08-26T21:23:26.325Z[ recovery-image] Aug 26 21:23:26.307 INFO O| Aug 26 21:23:26.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
52002025-08-26T21:23:26.325Z[ recovery-image] Aug 26 21:23:26.307 INFO O| Aug 26 21:23:26.307 INFO STEP 124 (remove_files) COMPLETE
52012025-08-26T21:23:26.371Z[ recovery-image] Aug 26 21:23:26.307 INFO O| Aug 26 21:23:26.307 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022025-08-26T21:23:26.371Z[ recovery-image] Aug 26 21:23:26.321 INFO O| Aug 26 21:23:26.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52032025-08-26T21:23:26.371Z[ recovery-image] Aug 26 21:23:26.321 INFO O| Aug 26 21:23:26.321 INFO STEP 125 (remove_files) COMPLETE
52042025-08-26T21:23:26.371Z[ recovery-image] Aug 26 21:23:26.321 INFO O| Aug 26 21:23:26.321 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052025-08-26T21:23:26.371Z[ recovery-image] Aug 26 21:23:26.339 INFO O| Aug 26 21:23:26.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52062025-08-26T21:23:26.371Z[ recovery-image] Aug 26 21:23:26.339 INFO O| Aug 26 21:23:26.339 INFO STEP 126 (remove_files) COMPLETE
52072025-08-26T21:23:26.371Z[ recovery-image] Aug 26 21:23:26.339 INFO O| Aug 26 21:23:26.339 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082025-08-26T21:23:26.397Z[ recovery-image] Aug 26 21:23:26.357 INFO O| Aug 26 21:23:26.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52092025-08-26T21:23:26.397Z[ recovery-image] Aug 26 21:23:26.357 INFO O| Aug 26 21:23:26.357 INFO STEP 127 (remove_files) COMPLETE
52102025-08-26T21:23:26.397Z[ recovery-image] Aug 26 21:23:26.357 INFO O| Aug 26 21:23:26.357 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112025-08-26T21:23:26.397Z[ recovery-image] Aug 26 21:23:26.376 INFO O| Aug 26 21:23:26.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52122025-08-26T21:23:26.397Z[ recovery-image] Aug 26 21:23:26.376 INFO O| Aug 26 21:23:26.376 INFO STEP 128 (remove_files) COMPLETE
52132025-08-26T21:23:26.397Z[ recovery-image] Aug 26 21:23:26.376 INFO O| Aug 26 21:23:26.376 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142025-08-26T21:23:26.397Z[ recovery-image] Aug 26 21:23:26.396 INFO O| Aug 26 21:23:26.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52152025-08-26T21:23:26.397Z[ recovery-image] Aug 26 21:23:26.396 INFO O| Aug 26 21:23:26.396 INFO STEP 129 (remove_files) COMPLETE
52162025-08-26T21:23:26.397Z[ recovery-image] Aug 26 21:23:26.396 INFO O| Aug 26 21:23:26.396 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172025-08-26T21:23:26.424Z[ recovery-image] Aug 26 21:23:26.409 INFO O| Aug 26 21:23:26.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52182025-08-26T21:23:26.424Z[ recovery-image] Aug 26 21:23:26.409 INFO O| Aug 26 21:23:26.409 INFO STEP 130 (remove_files) COMPLETE
52192025-08-26T21:23:26.424Z[ recovery-image] Aug 26 21:23:26.409 INFO O| Aug 26 21:23:26.409 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202025-08-26T21:23:26.424Z[ recovery-image] Aug 26 21:23:26.422 INFO O| Aug 26 21:23:26.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52212025-08-26T21:23:26.424Z[ recovery-image] Aug 26 21:23:26.422 INFO O| Aug 26 21:23:26.422 INFO STEP 131 (remove_files) COMPLETE
52222025-08-26T21:23:26.425Z[ recovery-image] Aug 26 21:23:26.422 INFO O| Aug 26 21:23:26.422 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232025-08-26T21:23:26.453Z[ recovery-image] Aug 26 21:23:26.436 INFO O| Aug 26 21:23:26.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52242025-08-26T21:23:26.454Z[ recovery-image] Aug 26 21:23:26.436 INFO O| Aug 26 21:23:26.436 INFO STEP 132 (remove_files) COMPLETE
52252025-08-26T21:23:26.454Z[ recovery-image] Aug 26 21:23:26.436 INFO O| Aug 26 21:23:26.436 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262025-08-26T21:23:26.483Z[ recovery-image] Aug 26 21:23:26.451 INFO O| Aug 26 21:23:26.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52272025-08-26T21:23:26.483Z[ recovery-image] Aug 26 21:23:26.451 INFO O| Aug 26 21:23:26.451 INFO STEP 133 (remove_files) COMPLETE
52282025-08-26T21:23:26.483Z[ recovery-image] Aug 26 21:23:26.451 INFO O| Aug 26 21:23:26.451 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292025-08-26T21:23:26.483Z[ recovery-image] Aug 26 21:23:26.465 INFO O| Aug 26 21:23:26.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52302025-08-26T21:23:26.483Z[ recovery-image] Aug 26 21:23:26.465 INFO O| Aug 26 21:23:26.465 INFO STEP 134 (remove_files) COMPLETE
52312025-08-26T21:23:26.483Z[ recovery-image] Aug 26 21:23:26.465 INFO O| Aug 26 21:23:26.465 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322025-08-26T21:23:26.483Z[ recovery-image] Aug 26 21:23:26.479 INFO O| Aug 26 21:23:26.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52332025-08-26T21:23:26.483Z[ recovery-image] Aug 26 21:23:26.479 INFO O| Aug 26 21:23:26.479 INFO STEP 135 (remove_files) COMPLETE
52342025-08-26T21:23:26.483Z[ recovery-image] Aug 26 21:23:26.479 INFO O| Aug 26 21:23:26.479 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352025-08-26T21:23:26.509Z[ recovery-image] Aug 26 21:23:26.492 INFO O| Aug 26 21:23:26.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52362025-08-26T21:23:26.509Z[ recovery-image] Aug 26 21:23:26.492 INFO O| Aug 26 21:23:26.492 INFO STEP 136 (remove_files) COMPLETE
52372025-08-26T21:23:26.509Z[ recovery-image] Aug 26 21:23:26.492 INFO O| Aug 26 21:23:26.492 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382025-08-26T21:23:26.509Z[ recovery-image] Aug 26 21:23:26.505 INFO O| Aug 26 21:23:26.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52392025-08-26T21:23:26.509Z[ recovery-image] Aug 26 21:23:26.505 INFO O| Aug 26 21:23:26.505 INFO STEP 137 (remove_files) COMPLETE
52402025-08-26T21:23:26.509Z[ recovery-image] Aug 26 21:23:26.505 INFO O| Aug 26 21:23:26.505 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412025-08-26T21:23:26.534Z[ recovery-image] Aug 26 21:23:26.520 INFO O| Aug 26 21:23:26.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
52422025-08-26T21:23:26.535Z[ recovery-image] Aug 26 21:23:26.520 INFO O| Aug 26 21:23:26.520 INFO STEP 138 (remove_files) COMPLETE
52432025-08-26T21:23:26.535Z[ recovery-image] Aug 26 21:23:26.520 INFO O| Aug 26 21:23:26.520 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442025-08-26T21:23:26.535Z[ recovery-image] Aug 26 21:23:26.535 INFO O| Aug 26 21:23:26.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52452025-08-26T21:23:26.535Z[ recovery-image] Aug 26 21:23:26.535 INFO O| Aug 26 21:23:26.535 INFO STEP 139 (remove_files) COMPLETE
52462025-08-26T21:23:26.535Z[ recovery-image] Aug 26 21:23:26.535 INFO O| Aug 26 21:23:26.535 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472025-08-26T21:23:26.560Z[ recovery-image] Aug 26 21:23:26.549 INFO O| Aug 26 21:23:26.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52482025-08-26T21:23:26.560Z[ recovery-image] Aug 26 21:23:26.550 INFO O| Aug 26 21:23:26.550 INFO STEP 140 (remove_files) COMPLETE
52492025-08-26T21:23:26.560Z[ recovery-image] Aug 26 21:23:26.550 INFO O| Aug 26 21:23:26.550 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502025-08-26T21:23:26.586Z[ recovery-image] Aug 26 21:23:26.564 INFO O| Aug 26 21:23:26.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52512025-08-26T21:23:26.586Z[ recovery-image] Aug 26 21:23:26.564 INFO O| Aug 26 21:23:26.564 INFO STEP 141 (remove_files) COMPLETE
52522025-08-26T21:23:26.586Z[ recovery-image] Aug 26 21:23:26.564 INFO O| Aug 26 21:23:26.564 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532025-08-26T21:23:26.586Z[ recovery-image] Aug 26 21:23:26.583 INFO O| Aug 26 21:23:26.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52542025-08-26T21:23:26.586Z[ recovery-image] Aug 26 21:23:26.583 INFO O| Aug 26 21:23:26.583 INFO STEP 142 (remove_files) COMPLETE
52552025-08-26T21:23:26.586Z[ recovery-image] Aug 26 21:23:26.583 INFO O| Aug 26 21:23:26.583 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562025-08-26T21:23:26.612Z[ recovery-image] Aug 26 21:23:26.602 INFO O| Aug 26 21:23:26.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52572025-08-26T21:23:26.612Z[ recovery-image] Aug 26 21:23:26.602 INFO O| Aug 26 21:23:26.602 INFO STEP 143 (remove_files) COMPLETE
52582025-08-26T21:23:26.612Z[ recovery-image] Aug 26 21:23:26.602 INFO O| Aug 26 21:23:26.602 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592025-08-26T21:23:26.638Z[ recovery-image] Aug 26 21:23:26.619 INFO O| Aug 26 21:23:26.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52602025-08-26T21:23:26.638Z[ recovery-image] Aug 26 21:23:26.620 INFO O| Aug 26 21:23:26.620 INFO STEP 144 (remove_files) COMPLETE
52612025-08-26T21:23:26.638Z[ recovery-image] Aug 26 21:23:26.620 INFO O| Aug 26 21:23:26.620 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622025-08-26T21:23:26.666Z[ recovery-image] Aug 26 21:23:26.640 INFO O| Aug 26 21:23:26.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52632025-08-26T21:23:26.666Z[ recovery-image] Aug 26 21:23:26.641 INFO O| Aug 26 21:23:26.640 INFO STEP 145 (remove_files) COMPLETE
52642025-08-26T21:23:26.666Z[ recovery-image] Aug 26 21:23:26.641 INFO O| Aug 26 21:23:26.640 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652025-08-26T21:23:26.691Z[ recovery-image] Aug 26 21:23:26.669 INFO O| Aug 26 21:23:26.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52662025-08-26T21:23:26.691Z[ recovery-image] Aug 26 21:23:26.669 INFO O| Aug 26 21:23:26.669 INFO STEP 146 (remove_files) COMPLETE
52672025-08-26T21:23:26.691Z[ recovery-image] Aug 26 21:23:26.669 INFO O| Aug 26 21:23:26.669 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682025-08-26T21:23:26.718Z[ recovery-image] Aug 26 21:23:26.704 INFO O| Aug 26 21:23:26.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52692025-08-26T21:23:26.718Z[ recovery-image] Aug 26 21:23:26.704 INFO O| Aug 26 21:23:26.704 INFO STEP 147 (remove_files) COMPLETE
52702025-08-26T21:23:26.718Z[ recovery-image] Aug 26 21:23:26.704 INFO O| Aug 26 21:23:26.704 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712025-08-26T21:23:26.745Z[ recovery-image] Aug 26 21:23:26.719 INFO O| Aug 26 21:23:26.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52722025-08-26T21:23:26.745Z[ recovery-image] Aug 26 21:23:26.740 INFO O| Aug 26 21:23:26.740 INFO STEP 148 (remove_files) COMPLETE
52732025-08-26T21:23:26.745Z[ recovery-image] Aug 26 21:23:26.740 INFO O| Aug 26 21:23:26.740 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742025-08-26T21:23:26.772Z[ recovery-image] Aug 26 21:23:26.756 INFO O| Aug 26 21:23:26.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52752025-08-26T21:23:26.772Z[ recovery-image] Aug 26 21:23:26.756 INFO O| Aug 26 21:23:26.756 INFO STEP 149 (remove_files) COMPLETE
52762025-08-26T21:23:26.772Z[ recovery-image] Aug 26 21:23:26.756 INFO O| Aug 26 21:23:26.756 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772025-08-26T21:23:26.772Z[ recovery-image] Aug 26 21:23:26.769 INFO O| Aug 26 21:23:26.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52782025-08-26T21:23:26.772Z[ recovery-image] Aug 26 21:23:26.769 INFO O| Aug 26 21:23:26.769 INFO STEP 150 (remove_files) COMPLETE
52792025-08-26T21:23:26.772Z[ recovery-image] Aug 26 21:23:26.769 INFO O| Aug 26 21:23:26.769 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802025-08-26T21:23:26.825Z[ recovery-image] Aug 26 21:23:26.783 INFO O| Aug 26 21:23:26.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52812025-08-26T21:23:26.825Z[ recovery-image] Aug 26 21:23:26.783 INFO O| Aug 26 21:23:26.783 INFO STEP 151 (remove_files) COMPLETE
52822025-08-26T21:23:26.826Z[ recovery-image] Aug 26 21:23:26.783 INFO O| Aug 26 21:23:26.783 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832025-08-26T21:23:26.826Z[ recovery-image] Aug 26 21:23:26.797 INFO O| Aug 26 21:23:26.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52842025-08-26T21:23:26.826Z[ recovery-image] Aug 26 21:23:26.797 INFO O| Aug 26 21:23:26.797 INFO STEP 152 (remove_files) COMPLETE
52852025-08-26T21:23:26.826Z[ recovery-image] Aug 26 21:23:26.797 INFO O| Aug 26 21:23:26.797 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862025-08-26T21:23:26.826Z[ recovery-image] Aug 26 21:23:26.817 INFO O| Aug 26 21:23:26.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52872025-08-26T21:23:26.826Z[ recovery-image] Aug 26 21:23:26.817 INFO O| Aug 26 21:23:26.817 INFO STEP 153 (remove_files) COMPLETE
52882025-08-26T21:23:26.826Z[ recovery-image] Aug 26 21:23:26.817 INFO O| Aug 26 21:23:26.817 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892025-08-26T21:23:26.852Z[ recovery-image] Aug 26 21:23:26.836 INFO O| Aug 26 21:23:26.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52902025-08-26T21:23:26.852Z[ recovery-image] Aug 26 21:23:26.836 INFO O| Aug 26 21:23:26.836 INFO STEP 154 (remove_files) COMPLETE
52912025-08-26T21:23:26.852Z[ recovery-image] Aug 26 21:23:26.836 INFO O| Aug 26 21:23:26.836 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922025-08-26T21:23:26.878Z[ recovery-image] Aug 26 21:23:26.854 INFO O| Aug 26 21:23:26.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52932025-08-26T21:23:26.878Z[ recovery-image] Aug 26 21:23:26.854 INFO O| Aug 26 21:23:26.854 INFO STEP 155 (remove_files) COMPLETE
52942025-08-26T21:23:26.878Z[ recovery-image] Aug 26 21:23:26.854 INFO O| Aug 26 21:23:26.854 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952025-08-26T21:23:26.878Z[ recovery-image] Aug 26 21:23:26.877 INFO O| Aug 26 21:23:26.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52962025-08-26T21:23:26.878Z[ recovery-image] Aug 26 21:23:26.877 INFO O| Aug 26 21:23:26.877 INFO STEP 156 (remove_files) COMPLETE
52972025-08-26T21:23:26.878Z[ recovery-image] Aug 26 21:23:26.877 INFO O| Aug 26 21:23:26.877 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982025-08-26T21:23:26.904Z[ recovery-image] Aug 26 21:23:26.897 INFO O| Aug 26 21:23:26.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52992025-08-26T21:23:26.904Z[ recovery-image] Aug 26 21:23:26.897 INFO O| Aug 26 21:23:26.897 INFO STEP 157 (remove_files) COMPLETE
53002025-08-26T21:23:26.904Z[ recovery-image] Aug 26 21:23:26.897 INFO O| Aug 26 21:23:26.897 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012025-08-26T21:23:26.930Z[ recovery-image] Aug 26 21:23:26.914 INFO O| Aug 26 21:23:26.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
53022025-08-26T21:23:26.930Z[ recovery-image] Aug 26 21:23:26.914 INFO O| Aug 26 21:23:26.914 INFO STEP 158 (remove_files) COMPLETE
53032025-08-26T21:23:26.930Z[ recovery-image] Aug 26 21:23:26.914 INFO O| Aug 26 21:23:26.914 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042025-08-26T21:23:26.930Z[ recovery-image] Aug 26 21:23:26.929 INFO O| Aug 26 21:23:26.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53052025-08-26T21:23:26.930Z[ recovery-image] Aug 26 21:23:26.929 INFO O| Aug 26 21:23:26.929 INFO STEP 159 (remove_files) COMPLETE
53062025-08-26T21:23:26.930Z[ recovery-image] Aug 26 21:23:26.929 INFO O| Aug 26 21:23:26.929 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072025-08-26T21:23:26.956Z[ recovery-image] Aug 26 21:23:26.943 INFO O| Aug 26 21:23:26.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53082025-08-26T21:23:26.956Z[ recovery-image] Aug 26 21:23:26.943 INFO O| Aug 26 21:23:26.943 INFO STEP 160 (remove_files) COMPLETE
53092025-08-26T21:23:26.956Z[ recovery-image] Aug 26 21:23:26.943 INFO O| Aug 26 21:23:26.943 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102025-08-26T21:23:26.983Z[ recovery-image] Aug 26 21:23:26.957 INFO O| Aug 26 21:23:26.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53112025-08-26T21:23:26.983Z[ recovery-image] Aug 26 21:23:26.957 INFO O| Aug 26 21:23:26.957 INFO STEP 161 (remove_files) COMPLETE
53122025-08-26T21:23:26.983Z[ recovery-image] Aug 26 21:23:26.957 INFO O| Aug 26 21:23:26.957 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132025-08-26T21:23:26.983Z[ recovery-image] Aug 26 21:23:26.976 INFO O| Aug 26 21:23:26.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53142025-08-26T21:23:26.983Z[ recovery-image] Aug 26 21:23:26.977 INFO O| Aug 26 21:23:26.977 INFO STEP 162 (remove_files) COMPLETE
53152025-08-26T21:23:26.983Z[ recovery-image] Aug 26 21:23:26.977 INFO O| Aug 26 21:23:26.977 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162025-08-26T21:23:27.009Z[ recovery-image] Aug 26 21:23:26.992 INFO O| Aug 26 21:23:26.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53172025-08-26T21:23:27.009Z[ recovery-image] Aug 26 21:23:26.992 INFO O| Aug 26 21:23:26.992 INFO STEP 163 (remove_files) COMPLETE
53182025-08-26T21:23:27.009Z[ recovery-image] Aug 26 21:23:26.992 INFO O| Aug 26 21:23:26.992 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192025-08-26T21:23:27.009Z[ recovery-image] Aug 26 21:23:27.008 INFO O| Aug 26 21:23:27.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53202025-08-26T21:23:27.009Z[ recovery-image] Aug 26 21:23:27.009 INFO O| Aug 26 21:23:27.009 INFO STEP 164 (remove_files) COMPLETE
53212025-08-26T21:23:27.009Z[ recovery-image] Aug 26 21:23:27.009 INFO O| Aug 26 21:23:27.009 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222025-08-26T21:23:27.035Z[ recovery-image] Aug 26 21:23:27.027 INFO O| Aug 26 21:23:27.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53232025-08-26T21:23:27.035Z[ recovery-image] Aug 26 21:23:27.027 INFO O| Aug 26 21:23:27.027 INFO STEP 165 (remove_files) COMPLETE
53242025-08-26T21:23:27.035Z[ recovery-image] Aug 26 21:23:27.027 INFO O| Aug 26 21:23:27.027 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252025-08-26T21:23:27.061Z[ recovery-image] Aug 26 21:23:27.045 INFO O| Aug 26 21:23:27.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53262025-08-26T21:23:27.061Z[ recovery-image] Aug 26 21:23:27.046 INFO O| Aug 26 21:23:27.046 INFO STEP 166 (remove_files) COMPLETE
53272025-08-26T21:23:27.061Z[ recovery-image] Aug 26 21:23:27.046 INFO O| Aug 26 21:23:27.046 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282025-08-26T21:23:27.086Z[ recovery-image] Aug 26 21:23:27.067 INFO O| Aug 26 21:23:27.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53292025-08-26T21:23:27.086Z[ recovery-image] Aug 26 21:23:27.067 INFO O| Aug 26 21:23:27.067 INFO STEP 167 (remove_files) COMPLETE
53302025-08-26T21:23:27.086Z[ recovery-image] Aug 26 21:23:27.067 INFO O| Aug 26 21:23:27.067 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312025-08-26T21:23:27.086Z[ recovery-image] Aug 26 21:23:27.083 INFO O| Aug 26 21:23:27.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53322025-08-26T21:23:27.086Z[ recovery-image] Aug 26 21:23:27.084 INFO O| Aug 26 21:23:27.083 INFO STEP 168 (remove_files) COMPLETE
53332025-08-26T21:23:27.086Z[ recovery-image] Aug 26 21:23:27.084 INFO O| Aug 26 21:23:27.084 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342025-08-26T21:23:27.112Z[ recovery-image] Aug 26 21:23:27.100 INFO O| Aug 26 21:23:27.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53352025-08-26T21:23:27.112Z[ recovery-image] Aug 26 21:23:27.100 INFO O| Aug 26 21:23:27.100 INFO STEP 169 (remove_files) COMPLETE
53362025-08-26T21:23:27.112Z[ recovery-image] Aug 26 21:23:27.100 INFO O| Aug 26 21:23:27.100 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372025-08-26T21:23:27.137Z[ recovery-image] Aug 26 21:23:27.117 INFO O| Aug 26 21:23:27.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53382025-08-26T21:23:27.137Z[ recovery-image] Aug 26 21:23:27.117 INFO O| Aug 26 21:23:27.117 INFO STEP 170 (remove_files) COMPLETE
53392025-08-26T21:23:27.137Z[ recovery-image] Aug 26 21:23:27.117 INFO O| Aug 26 21:23:27.117 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402025-08-26T21:23:27.137Z[ recovery-image] Aug 26 21:23:27.134 INFO O| Aug 26 21:23:27.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53412025-08-26T21:23:27.137Z[ recovery-image] Aug 26 21:23:27.135 INFO O| Aug 26 21:23:27.135 INFO STEP 171 (remove_files) COMPLETE
53422025-08-26T21:23:27.137Z[ recovery-image] Aug 26 21:23:27.135 INFO O| Aug 26 21:23:27.135 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432025-08-26T21:23:27.163Z[ recovery-image] Aug 26 21:23:27.152 INFO O| Aug 26 21:23:27.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53442025-08-26T21:23:27.163Z[ recovery-image] Aug 26 21:23:27.152 INFO O| Aug 26 21:23:27.152 INFO STEP 172 (remove_files) COMPLETE
53452025-08-26T21:23:27.163Z[ recovery-image] Aug 26 21:23:27.152 INFO O| Aug 26 21:23:27.152 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462025-08-26T21:23:27.192Z[ recovery-image] Aug 26 21:23:27.172 INFO O| Aug 26 21:23:27.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53472025-08-26T21:23:27.192Z[ recovery-image] Aug 26 21:23:27.172 INFO O| Aug 26 21:23:27.172 INFO STEP 173 (remove_files) COMPLETE
53482025-08-26T21:23:27.192Z[ recovery-image] Aug 26 21:23:27.172 INFO O| Aug 26 21:23:27.172 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492025-08-26T21:23:27.192Z[ recovery-image] Aug 26 21:23:27.188 INFO O| Aug 26 21:23:27.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53502025-08-26T21:23:27.192Z[ recovery-image] Aug 26 21:23:27.188 INFO O| Aug 26 21:23:27.188 INFO STEP 174 (remove_files) COMPLETE
53512025-08-26T21:23:27.192Z[ recovery-image] Aug 26 21:23:27.188 INFO O| Aug 26 21:23:27.188 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522025-08-26T21:23:27.218Z[ recovery-image] Aug 26 21:23:27.210 INFO O| Aug 26 21:23:27.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53532025-08-26T21:23:27.218Z[ recovery-image] Aug 26 21:23:27.210 INFO O| Aug 26 21:23:27.210 INFO STEP 175 (remove_files) COMPLETE
53542025-08-26T21:23:27.218Z[ recovery-image] Aug 26 21:23:27.210 INFO O| Aug 26 21:23:27.210 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552025-08-26T21:23:27.246Z[ recovery-image] Aug 26 21:23:27.231 INFO O| Aug 26 21:23:27.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53562025-08-26T21:23:27.246Z[ recovery-image] Aug 26 21:23:27.231 INFO O| Aug 26 21:23:27.231 INFO STEP 176 (remove_files) COMPLETE
53572025-08-26T21:23:27.246Z[ recovery-image] Aug 26 21:23:27.231 INFO O| Aug 26 21:23:27.231 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582025-08-26T21:23:27.272Z[ recovery-image] Aug 26 21:23:27.250 INFO O| Aug 26 21:23:27.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53592025-08-26T21:23:27.272Z[ recovery-image] Aug 26 21:23:27.250 INFO O| Aug 26 21:23:27.250 INFO STEP 177 (remove_files) COMPLETE
53602025-08-26T21:23:27.272Z[ recovery-image] Aug 26 21:23:27.250 INFO O| Aug 26 21:23:27.250 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612025-08-26T21:23:27.272Z[ recovery-image] Aug 26 21:23:27.265 INFO O| Aug 26 21:23:27.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53622025-08-26T21:23:27.272Z[ recovery-image] Aug 26 21:23:27.265 INFO O| Aug 26 21:23:27.265 INFO STEP 178 (remove_files) COMPLETE
53632025-08-26T21:23:27.272Z[ recovery-image] Aug 26 21:23:27.265 INFO O| Aug 26 21:23:27.265 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642025-08-26T21:23:27.297Z[ recovery-image] Aug 26 21:23:27.279 INFO O| Aug 26 21:23:27.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53652025-08-26T21:23:27.297Z[ recovery-image] Aug 26 21:23:27.280 INFO O| Aug 26 21:23:27.280 INFO STEP 179 (remove_files) COMPLETE
53662025-08-26T21:23:27.297Z[ recovery-image] Aug 26 21:23:27.280 INFO O| Aug 26 21:23:27.280 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672025-08-26T21:23:27.297Z[ recovery-image] Aug 26 21:23:27.294 INFO O| Aug 26 21:23:27.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53682025-08-26T21:23:27.297Z[ recovery-image] Aug 26 21:23:27.295 INFO O| Aug 26 21:23:27.295 INFO STEP 180 (remove_files) COMPLETE
53692025-08-26T21:23:27.297Z[ recovery-image] Aug 26 21:23:27.295 INFO O| Aug 26 21:23:27.295 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702025-08-26T21:23:27.323Z[ recovery-image] Aug 26 21:23:27.317 INFO O| Aug 26 21:23:27.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53712025-08-26T21:23:27.323Z[ recovery-image] Aug 26 21:23:27.317 INFO O| Aug 26 21:23:27.317 INFO STEP 181 (remove_files) COMPLETE
53722025-08-26T21:23:27.323Z[ recovery-image] Aug 26 21:23:27.317 INFO O| Aug 26 21:23:27.317 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732025-08-26T21:23:27.349Z[ recovery-image] Aug 26 21:23:27.350 INFO O| Aug 26 21:23:27.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53742025-08-26T21:23:27.349Z[ recovery-image] Aug 26 21:23:27.350 INFO O| Aug 26 21:23:27.350 INFO STEP 182 (remove_files) COMPLETE
53752025-08-26T21:23:27.349Z[ recovery-image] Aug 26 21:23:27.350 INFO O| Aug 26 21:23:27.350 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762025-08-26T21:23:27.377Z[ recovery-image] Aug 26 21:23:27.373 INFO O| Aug 26 21:23:27.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53772025-08-26T21:23:27.377Z[ recovery-image] Aug 26 21:23:27.374 INFO O| Aug 26 21:23:27.373 INFO STEP 183 (remove_files) COMPLETE
53782025-08-26T21:23:27.377Z[ recovery-image] Aug 26 21:23:27.374 INFO O| Aug 26 21:23:27.374 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792025-08-26T21:23:27.404Z[ recovery-image] Aug 26 21:23:27.398 INFO O| Aug 26 21:23:27.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53802025-08-26T21:23:27.404Z[ recovery-image] Aug 26 21:23:27.398 INFO O| Aug 26 21:23:27.398 INFO STEP 184 (remove_files) COMPLETE
53812025-08-26T21:23:27.404Z[ recovery-image] Aug 26 21:23:27.398 INFO O| Aug 26 21:23:27.398 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822025-08-26T21:23:27.869Z[ recovery-image] Aug 26 21:23:27.420 INFO O| Aug 26 21:23:27.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53832025-08-26T21:23:27.869Z[ recovery-image] Aug 26 21:23:27.421 INFO O| Aug 26 21:23:27.420 INFO STEP 185 (remove_files) COMPLETE
53842025-08-26T21:23:27.869Z[ recovery-image] Aug 26 21:23:27.421 INFO O| Aug 26 21:23:27.421 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852025-08-26T21:23:28.042Z[ recovery-image] Aug 26 21:23:27.443 INFO O| Aug 26 21:23:27.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53862025-08-26T21:23:28.042Z[ recovery-image] Aug 26 21:23:27.444 INFO O| Aug 26 21:23:27.444 INFO STEP 186 (remove_files) COMPLETE
53872025-08-26T21:23:28.042Z[ recovery-image] Aug 26 21:23:27.444 INFO O| Aug 26 21:23:27.444 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882025-08-26T21:23:28.042Z[ recovery-image] Aug 26 21:23:27.466 INFO O| Aug 26 21:23:27.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53892025-08-26T21:23:28.042Z[ recovery-image] Aug 26 21:23:27.466 INFO O| Aug 26 21:23:27.466 INFO STEP 187 (remove_files) COMPLETE
53902025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.466 INFO O| Aug 26 21:23:27.466 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.488 INFO O| Aug 26 21:23:27.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53922025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.488 INFO O| Aug 26 21:23:27.488 INFO STEP 188 (remove_files) COMPLETE
53932025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.488 INFO O| Aug 26 21:23:27.488 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.511 INFO O| Aug 26 21:23:27.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53952025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.511 INFO O| Aug 26 21:23:27.511 INFO STEP 189 (remove_files) COMPLETE
53962025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.511 INFO O| Aug 26 21:23:27.511 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.556 INFO O| Aug 26 21:23:27.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53982025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.557 INFO O| Aug 26 21:23:27.557 INFO STEP 190 (remove_files) COMPLETE
53992025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.557 INFO O| Aug 26 21:23:27.557 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.577 INFO O| Aug 26 21:23:27.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
54012025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.578 INFO O| Aug 26 21:23:27.577 INFO STEP 191 (remove_files) COMPLETE
54022025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.578 INFO O| Aug 26 21:23:27.578 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.592 INFO O| Aug 26 21:23:27.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54042025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.592 INFO O| Aug 26 21:23:27.592 INFO STEP 192 (remove_files) COMPLETE
54052025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.592 INFO O| Aug 26 21:23:27.592 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.606 INFO O| Aug 26 21:23:27.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54072025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.606 INFO O| Aug 26 21:23:27.606 INFO STEP 193 (remove_files) COMPLETE
54082025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.606 INFO O| Aug 26 21:23:27.606 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.621 INFO O| Aug 26 21:23:27.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54102025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.621 INFO O| Aug 26 21:23:27.621 INFO STEP 194 (remove_files) COMPLETE
54112025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.622 INFO O| Aug 26 21:23:27.621 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.637 INFO O| Aug 26 21:23:27.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54132025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.637 INFO O| Aug 26 21:23:27.637 INFO STEP 195 (remove_files) COMPLETE
54142025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.637 INFO O| Aug 26 21:23:27.637 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.653 INFO O| Aug 26 21:23:27.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54162025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.654 INFO O| Aug 26 21:23:27.653 INFO STEP 196 (remove_files) COMPLETE
54172025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.654 INFO O| Aug 26 21:23:27.654 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.670 INFO O| Aug 26 21:23:27.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54192025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.670 INFO O| Aug 26 21:23:27.670 INFO STEP 197 (remove_files) COMPLETE
54202025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.670 INFO O| Aug 26 21:23:27.670 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.729 INFO O| Aug 26 21:23:27.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54222025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.729 INFO O| Aug 26 21:23:27.729 INFO STEP 198 (remove_files) COMPLETE
54232025-08-26T21:23:28.043Z[ recovery-image] Aug 26 21:23:27.729 INFO O| Aug 26 21:23:27.729 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242025-08-26T21:23:28.044Z[ recovery-image] Aug 26 21:23:27.744 INFO O| Aug 26 21:23:27.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54252025-08-26T21:23:28.044Z[ recovery-image] Aug 26 21:23:27.745 INFO O| Aug 26 21:23:27.745 INFO STEP 199 (remove_files) COMPLETE
54262025-08-26T21:23:28.044Z[ recovery-image] Aug 26 21:23:27.745 INFO O| Aug 26 21:23:27.745 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272025-08-26T21:23:28.044Z[ recovery-image] Aug 26 21:23:27.770 INFO O| Aug 26 21:23:27.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54282025-08-26T21:23:28.044Z[ recovery-image] Aug 26 21:23:27.770 INFO O| Aug 26 21:23:27.770 INFO STEP 200 (remove_files) COMPLETE
54292025-08-26T21:23:28.044Z[ recovery-image] Aug 26 21:23:27.771 INFO O| Aug 26 21:23:27.771 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302025-08-26T21:23:28.044Z[ recovery-image] Aug 26 21:23:27.806 INFO O| Aug 26 21:23:27.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54312025-08-26T21:23:28.044Z[ recovery-image] Aug 26 21:23:27.806 INFO O| Aug 26 21:23:27.806 INFO STEP 201 (remove_files) COMPLETE
54322025-08-26T21:23:28.044Z[ recovery-image] Aug 26 21:23:27.806 INFO O| Aug 26 21:23:27.806 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332025-08-26T21:23:28.044Z[ recovery-image] Aug 26 21:23:27.826 INFO O| Aug 26 21:23:27.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54342025-08-26T21:23:28.044Z[ recovery-image] Aug 26 21:23:27.826 INFO O| Aug 26 21:23:27.826 INFO STEP 202 (remove_files) COMPLETE
54352025-08-26T21:23:28.044Z[ recovery-image] Aug 26 21:23:27.826 INFO O| Aug 26 21:23:27.826 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362025-08-26T21:23:28.045Z[ recovery-image] Aug 26 21:23:27.847 INFO O| Aug 26 21:23:27.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54372025-08-26T21:23:28.045Z[ recovery-image] Aug 26 21:23:27.848 INFO O| Aug 26 21:23:27.847 INFO STEP 203 (remove_files) COMPLETE
54382025-08-26T21:23:28.045Z[ recovery-image] Aug 26 21:23:27.848 INFO O| Aug 26 21:23:27.848 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392025-08-26T21:23:28.045Z[ recovery-image] Aug 26 21:23:27.870 INFO O| Aug 26 21:23:27.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54402025-08-26T21:23:28.045Z[ recovery-image] Aug 26 21:23:27.870 INFO O| Aug 26 21:23:27.870 INFO STEP 204 (remove_files) COMPLETE
54412025-08-26T21:23:28.045Z[ recovery-image] Aug 26 21:23:27.870 INFO O| Aug 26 21:23:27.870 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422025-08-26T21:23:28.045Z[ recovery-image] Aug 26 21:23:27.886 INFO O| Aug 26 21:23:27.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54432025-08-26T21:23:28.045Z[ recovery-image] Aug 26 21:23:27.887 INFO O| Aug 26 21:23:27.886 INFO STEP 205 (remove_files) COMPLETE
54442025-08-26T21:23:28.045Z[ recovery-image] Aug 26 21:23:27.887 INFO O| Aug 26 21:23:27.887 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452025-08-26T21:23:28.073Z[ recovery-image] Aug 26 21:23:27.902 INFO O| Aug 26 21:23:27.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54462025-08-26T21:23:28.073Z[ recovery-image] Aug 26 21:23:27.903 INFO O| Aug 26 21:23:27.903 INFO STEP 206 (remove_files) COMPLETE
54472025-08-26T21:23:28.073Z[ recovery-image] Aug 26 21:23:27.903 INFO O| Aug 26 21:23:27.903 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482025-08-26T21:23:28.073Z[ recovery-image] Aug 26 21:23:27.919 INFO O| Aug 26 21:23:27.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54492025-08-26T21:23:28.073Z[ recovery-image] Aug 26 21:23:27.919 INFO O| Aug 26 21:23:27.919 INFO STEP 207 (remove_files) COMPLETE
54502025-08-26T21:23:28.073Z[ recovery-image] Aug 26 21:23:27.919 INFO O| Aug 26 21:23:27.919 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512025-08-26T21:23:28.073Z[ recovery-image] Aug 26 21:23:27.939 INFO O| Aug 26 21:23:27.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54522025-08-26T21:23:28.073Z[ recovery-image] Aug 26 21:23:27.939 INFO O| Aug 26 21:23:27.939 INFO STEP 208 (remove_files) COMPLETE
54532025-08-26T21:23:28.073Z[ recovery-image] Aug 26 21:23:27.939 INFO O| Aug 26 21:23:27.939 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542025-08-26T21:23:28.073Z[ recovery-image] Aug 26 21:23:27.954 INFO O| Aug 26 21:23:27.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54552025-08-26T21:23:28.073Z[ recovery-image] Aug 26 21:23:27.955 INFO O| Aug 26 21:23:27.955 INFO STEP 209 (remove_files) COMPLETE
54562025-08-26T21:23:28.073Z[ recovery-image] Aug 26 21:23:27.955 INFO O| Aug 26 21:23:27.955 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572025-08-26T21:23:28.073Z[ recovery-image] Aug 26 21:23:27.969 INFO O| Aug 26 21:23:27.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54582025-08-26T21:23:28.074Z[ recovery-image] Aug 26 21:23:27.970 INFO O| Aug 26 21:23:27.970 INFO STEP 210 (remove_files) COMPLETE
54592025-08-26T21:23:28.074Z[ recovery-image] Aug 26 21:23:27.970 INFO O| Aug 26 21:23:27.970 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602025-08-26T21:23:28.074Z[ recovery-image] Aug 26 21:23:27.984 INFO O| Aug 26 21:23:27.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54612025-08-26T21:23:28.074Z[ recovery-image] Aug 26 21:23:27.984 INFO O| Aug 26 21:23:27.984 INFO STEP 211 (remove_files) COMPLETE
54622025-08-26T21:23:28.074Z[ recovery-image] Aug 26 21:23:27.984 INFO O| Aug 26 21:23:27.984 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632025-08-26T21:23:28.074Z[ recovery-image] Aug 26 21:23:28.004 INFO O| Aug 26 21:23:28.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54642025-08-26T21:23:28.074Z[ recovery-image] Aug 26 21:23:28.004 INFO O| Aug 26 21:23:28.004 INFO STEP 212 (remove_files) COMPLETE
54652025-08-26T21:23:28.074Z[ recovery-image] Aug 26 21:23:28.004 INFO O| Aug 26 21:23:28.004 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662025-08-26T21:23:28.074Z[ recovery-image] Aug 26 21:23:28.020 INFO O| Aug 26 21:23:28.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54672025-08-26T21:23:28.074Z[ recovery-image] Aug 26 21:23:28.020 INFO O| Aug 26 21:23:28.020 INFO STEP 213 (remove_files) COMPLETE
54682025-08-26T21:23:28.074Z[ recovery-image] Aug 26 21:23:28.020 INFO O| Aug 26 21:23:28.020 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692025-08-26T21:23:28.074Z[ recovery-image] Aug 26 21:23:28.042 INFO O| Aug 26 21:23:28.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54702025-08-26T21:23:28.074Z[ recovery-image] Aug 26 21:23:28.043 INFO O| Aug 26 21:23:28.042 INFO STEP 214 (remove_files) COMPLETE
54712025-08-26T21:23:28.074Z[ recovery-image] Aug 26 21:23:28.043 INFO O| Aug 26 21:23:28.043 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722025-08-26T21:23:28.074Z[ recovery-image] Aug 26 21:23:28.066 INFO O| Aug 26 21:23:28.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54732025-08-26T21:23:28.074Z[ recovery-image] Aug 26 21:23:28.066 INFO O| Aug 26 21:23:28.066 INFO STEP 215 (remove_files) COMPLETE
54742025-08-26T21:23:28.074Z[ recovery-image] Aug 26 21:23:28.066 INFO O| Aug 26 21:23:28.066 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752025-08-26T21:23:28.099Z[ recovery-image] Aug 26 21:23:28.090 INFO O| Aug 26 21:23:28.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54762025-08-26T21:23:28.099Z[ recovery-image] Aug 26 21:23:28.090 INFO O| Aug 26 21:23:28.090 INFO STEP 216 (remove_files) COMPLETE
54772025-08-26T21:23:28.099Z[ recovery-image] Aug 26 21:23:28.090 INFO O| Aug 26 21:23:28.090 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782025-08-26T21:23:28.125Z[ recovery-image] Aug 26 21:23:28.114 INFO O| Aug 26 21:23:28.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54792025-08-26T21:23:28.125Z[ recovery-image] Aug 26 21:23:28.114 INFO O| Aug 26 21:23:28.114 INFO STEP 217 (remove_files) COMPLETE
54802025-08-26T21:23:28.125Z[ recovery-image] Aug 26 21:23:28.114 INFO O| Aug 26 21:23:28.114 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812025-08-26T21:23:28.151Z[ recovery-image] Aug 26 21:23:28.137 INFO O| Aug 26 21:23:28.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54822025-08-26T21:23:28.151Z[ recovery-image] Aug 26 21:23:28.137 INFO O| Aug 26 21:23:28.137 INFO STEP 218 (remove_files) COMPLETE
54832025-08-26T21:23:28.151Z[ recovery-image] Aug 26 21:23:28.137 INFO O| Aug 26 21:23:28.137 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842025-08-26T21:23:28.177Z[ recovery-image] Aug 26 21:23:28.159 INFO O| Aug 26 21:23:28.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54852025-08-26T21:23:28.177Z[ recovery-image] Aug 26 21:23:28.160 INFO O| Aug 26 21:23:28.159 INFO STEP 219 (remove_files) COMPLETE
54862025-08-26T21:23:28.177Z[ recovery-image] Aug 26 21:23:28.160 INFO O| Aug 26 21:23:28.160 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872025-08-26T21:23:28.208Z[ recovery-image] Aug 26 21:23:28.182 INFO O| Aug 26 21:23:28.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54882025-08-26T21:23:28.208Z[ recovery-image] Aug 26 21:23:28.182 INFO O| Aug 26 21:23:28.182 INFO STEP 220 (remove_files) COMPLETE
54892025-08-26T21:23:28.208Z[ recovery-image] Aug 26 21:23:28.182 INFO O| Aug 26 21:23:28.182 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902025-08-26T21:23:28.234Z[ recovery-image] Aug 26 21:23:28.204 INFO O| Aug 26 21:23:28.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54912025-08-26T21:23:28.234Z[ recovery-image] Aug 26 21:23:28.204 INFO O| Aug 26 21:23:28.204 INFO STEP 221 (remove_files) COMPLETE
54922025-08-26T21:23:28.234Z[ recovery-image] Aug 26 21:23:28.204 INFO O| Aug 26 21:23:28.204 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932025-08-26T21:23:28.234Z[ recovery-image] Aug 26 21:23:28.225 INFO O| Aug 26 21:23:28.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54942025-08-26T21:23:28.234Z[ recovery-image] Aug 26 21:23:28.226 INFO O| Aug 26 21:23:28.226 INFO STEP 222 (remove_files) COMPLETE
54952025-08-26T21:23:28.234Z[ recovery-image] Aug 26 21:23:28.226 INFO O| Aug 26 21:23:28.226 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962025-08-26T21:23:28.263Z[ recovery-image] Aug 26 21:23:28.247 INFO O| Aug 26 21:23:28.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54972025-08-26T21:23:28.263Z[ recovery-image] Aug 26 21:23:28.248 INFO O| Aug 26 21:23:28.247 INFO STEP 223 (remove_files) COMPLETE
54982025-08-26T21:23:28.263Z[ recovery-image] Aug 26 21:23:28.248 INFO O| Aug 26 21:23:28.248 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992025-08-26T21:23:28.289Z[ recovery-image] Aug 26 21:23:28.269 INFO O| Aug 26 21:23:28.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
55002025-08-26T21:23:28.289Z[ recovery-image] Aug 26 21:23:28.269 INFO O| Aug 26 21:23:28.269 INFO STEP 224 (remove_files) COMPLETE
55012025-08-26T21:23:28.289Z[ recovery-image] Aug 26 21:23:28.269 INFO O| Aug 26 21:23:28.269 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022025-08-26T21:23:28.315Z[ recovery-image] Aug 26 21:23:28.291 INFO O| Aug 26 21:23:28.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55032025-08-26T21:23:28.315Z[ recovery-image] Aug 26 21:23:28.291 INFO O| Aug 26 21:23:28.291 INFO STEP 225 (remove_files) COMPLETE
55042025-08-26T21:23:28.315Z[ recovery-image] Aug 26 21:23:28.291 INFO O| Aug 26 21:23:28.291 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052025-08-26T21:23:28.315Z[ recovery-image] Aug 26 21:23:28.313 INFO O| Aug 26 21:23:28.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55062025-08-26T21:23:28.315Z[ recovery-image] Aug 26 21:23:28.313 INFO O| Aug 26 21:23:28.313 INFO STEP 226 (remove_files) COMPLETE
55072025-08-26T21:23:28.315Z[ recovery-image] Aug 26 21:23:28.313 INFO O| Aug 26 21:23:28.313 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082025-08-26T21:23:28.342Z[ recovery-image] Aug 26 21:23:28.334 INFO O| Aug 26 21:23:28.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55092025-08-26T21:23:28.342Z[ recovery-image] Aug 26 21:23:28.334 INFO O| Aug 26 21:23:28.334 INFO STEP 227 (remove_files) COMPLETE
55102025-08-26T21:23:28.342Z[ recovery-image] Aug 26 21:23:28.334 INFO O| Aug 26 21:23:28.334 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112025-08-26T21:23:28.368Z[ recovery-image] Aug 26 21:23:28.356 INFO O| Aug 26 21:23:28.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55122025-08-26T21:23:28.368Z[ recovery-image] Aug 26 21:23:28.357 INFO O| Aug 26 21:23:28.357 INFO STEP 228 (remove_files) COMPLETE
55132025-08-26T21:23:28.368Z[ recovery-image] Aug 26 21:23:28.357 INFO O| Aug 26 21:23:28.357 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142025-08-26T21:23:28.394Z[ recovery-image] Aug 26 21:23:28.379 INFO O| Aug 26 21:23:28.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55152025-08-26T21:23:28.394Z[ recovery-image] Aug 26 21:23:28.379 INFO O| Aug 26 21:23:28.379 INFO STEP 229 (remove_files) COMPLETE
55162025-08-26T21:23:28.394Z[ recovery-image] Aug 26 21:23:28.380 INFO O| Aug 26 21:23:28.379 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172025-08-26T21:23:28.419Z[ recovery-image] Aug 26 21:23:28.401 INFO O| Aug 26 21:23:28.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55182025-08-26T21:23:28.419Z[ recovery-image] Aug 26 21:23:28.401 INFO O| Aug 26 21:23:28.401 INFO STEP 230 (remove_files) COMPLETE
55192025-08-26T21:23:28.419Z[ recovery-image] Aug 26 21:23:28.401 INFO O| Aug 26 21:23:28.401 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202025-08-26T21:23:28.419Z[ recovery-image] Aug 26 21:23:28.419 INFO O| Aug 26 21:23:28.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55212025-08-26T21:23:28.419Z[ recovery-image] Aug 26 21:23:28.419 INFO O| Aug 26 21:23:28.419 INFO STEP 231 (remove_files) COMPLETE
55222025-08-26T21:23:28.419Z[ recovery-image] Aug 26 21:23:28.419 INFO O| Aug 26 21:23:28.419 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232025-08-26T21:23:28.445Z[ recovery-image] Aug 26 21:23:28.438 INFO O| Aug 26 21:23:28.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55242025-08-26T21:23:28.445Z[ recovery-image] Aug 26 21:23:28.439 INFO O| Aug 26 21:23:28.439 INFO STEP 232 (remove_files) COMPLETE
55252025-08-26T21:23:28.445Z[ recovery-image] Aug 26 21:23:28.439 INFO O| Aug 26 21:23:28.439 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262025-08-26T21:23:28.470Z[ recovery-image] Aug 26 21:23:28.460 INFO O| Aug 26 21:23:28.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55272025-08-26T21:23:28.470Z[ recovery-image] Aug 26 21:23:28.461 INFO O| Aug 26 21:23:28.461 INFO STEP 233 (remove_files) COMPLETE
55282025-08-26T21:23:28.470Z[ recovery-image] Aug 26 21:23:28.461 INFO O| Aug 26 21:23:28.461 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292025-08-26T21:23:28.497Z[ recovery-image] Aug 26 21:23:28.479 INFO O| Aug 26 21:23:28.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55302025-08-26T21:23:28.497Z[ recovery-image] Aug 26 21:23:28.479 INFO O| Aug 26 21:23:28.479 INFO STEP 234 (remove_files) COMPLETE
55312025-08-26T21:23:28.497Z[ recovery-image] Aug 26 21:23:28.479 INFO O| Aug 26 21:23:28.479 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322025-08-26T21:23:28.522Z[ recovery-image] Aug 26 21:23:28.496 INFO O| Aug 26 21:23:28.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55332025-08-26T21:23:28.522Z[ recovery-image] Aug 26 21:23:28.497 INFO O| Aug 26 21:23:28.496 INFO STEP 235 (remove_files) COMPLETE
55342025-08-26T21:23:28.522Z[ recovery-image] Aug 26 21:23:28.497 INFO O| Aug 26 21:23:28.497 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352025-08-26T21:23:28.522Z[ recovery-image] Aug 26 21:23:28.512 INFO O| Aug 26 21:23:28.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55362025-08-26T21:23:28.522Z[ recovery-image] Aug 26 21:23:28.513 INFO O| Aug 26 21:23:28.513 INFO STEP 236 (remove_files) COMPLETE
55372025-08-26T21:23:28.522Z[ recovery-image] Aug 26 21:23:28.513 INFO O| Aug 26 21:23:28.513 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382025-08-26T21:23:28.548Z[ recovery-image] Aug 26 21:23:28.530 INFO O| Aug 26 21:23:28.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55392025-08-26T21:23:28.548Z[ recovery-image] Aug 26 21:23:28.530 INFO O| Aug 26 21:23:28.530 INFO STEP 237 (remove_files) COMPLETE
55402025-08-26T21:23:28.548Z[ recovery-image] Aug 26 21:23:28.530 INFO O| Aug 26 21:23:28.530 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412025-08-26T21:23:28.548Z[ recovery-image] Aug 26 21:23:28.547 INFO O| Aug 26 21:23:28.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55422025-08-26T21:23:28.548Z[ recovery-image] Aug 26 21:23:28.547 INFO O| Aug 26 21:23:28.547 INFO STEP 238 (remove_files) COMPLETE
55432025-08-26T21:23:28.548Z[ recovery-image] Aug 26 21:23:28.547 INFO O| Aug 26 21:23:28.547 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442025-08-26T21:23:28.573Z[ recovery-image] Aug 26 21:23:28.568 INFO O| Aug 26 21:23:28.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55452025-08-26T21:23:28.573Z[ recovery-image] Aug 26 21:23:28.568 INFO O| Aug 26 21:23:28.568 INFO STEP 239 (remove_files) COMPLETE
55462025-08-26T21:23:28.573Z[ recovery-image] Aug 26 21:23:28.568 INFO O| Aug 26 21:23:28.568 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472025-08-26T21:23:28.598Z[ recovery-image] Aug 26 21:23:28.588 INFO O| Aug 26 21:23:28.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55482025-08-26T21:23:28.598Z[ recovery-image] Aug 26 21:23:28.589 INFO O| Aug 26 21:23:28.589 INFO STEP 240 (remove_files) COMPLETE
55492025-08-26T21:23:28.598Z[ recovery-image] Aug 26 21:23:28.589 INFO O| Aug 26 21:23:28.589 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502025-08-26T21:23:28.625Z[ recovery-image] Aug 26 21:23:28.611 INFO O| Aug 26 21:23:28.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55512025-08-26T21:23:28.625Z[ recovery-image] Aug 26 21:23:28.612 INFO O| Aug 26 21:23:28.612 INFO STEP 241 (remove_files) COMPLETE
55522025-08-26T21:23:28.625Z[ recovery-image] Aug 26 21:23:28.612 INFO O| Aug 26 21:23:28.612 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532025-08-26T21:23:28.650Z[ recovery-image] Aug 26 21:23:28.636 INFO O| Aug 26 21:23:28.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55542025-08-26T21:23:28.650Z[ recovery-image] Aug 26 21:23:28.636 INFO O| Aug 26 21:23:28.636 INFO STEP 242 (remove_files) COMPLETE
55552025-08-26T21:23:28.650Z[ recovery-image] Aug 26 21:23:28.636 INFO O| Aug 26 21:23:28.636 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562025-08-26T21:23:28.679Z[ recovery-image] Aug 26 21:23:28.658 INFO O| Aug 26 21:23:28.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55572025-08-26T21:23:28.679Z[ recovery-image] Aug 26 21:23:28.658 INFO O| Aug 26 21:23:28.658 INFO STEP 243 (remove_files) COMPLETE
55582025-08-26T21:23:28.679Z[ recovery-image] Aug 26 21:23:28.658 INFO O| Aug 26 21:23:28.658 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592025-08-26T21:23:28.705Z[ recovery-image] Aug 26 21:23:28.680 INFO O| Aug 26 21:23:28.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55602025-08-26T21:23:28.705Z[ recovery-image] Aug 26 21:23:28.680 INFO O| Aug 26 21:23:28.680 INFO STEP 244 (remove_files) COMPLETE
55612025-08-26T21:23:28.705Z[ recovery-image] Aug 26 21:23:28.680 INFO O| Aug 26 21:23:28.680 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622025-08-26T21:23:28.705Z[ recovery-image] Aug 26 21:23:28.699 INFO O| Aug 26 21:23:28.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55632025-08-26T21:23:28.705Z[ recovery-image] Aug 26 21:23:28.699 INFO O| Aug 26 21:23:28.699 INFO STEP 245 (remove_files) COMPLETE
55642025-08-26T21:23:28.705Z[ recovery-image] Aug 26 21:23:28.699 INFO O| Aug 26 21:23:28.699 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652025-08-26T21:23:28.730Z[ recovery-image] Aug 26 21:23:28.718 INFO O| Aug 26 21:23:28.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55662025-08-26T21:23:28.730Z[ recovery-image] Aug 26 21:23:28.718 INFO O| Aug 26 21:23:28.718 INFO STEP 246 (remove_files) COMPLETE
55672025-08-26T21:23:28.730Z[ recovery-image] Aug 26 21:23:28.718 INFO O| Aug 26 21:23:28.718 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682025-08-26T21:23:28.755Z[ recovery-image] Aug 26 21:23:28.754 INFO O| Aug 26 21:23:28.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55692025-08-26T21:23:28.755Z[ recovery-image] Aug 26 21:23:28.754 INFO O| Aug 26 21:23:28.754 INFO STEP 247 (remove_files) COMPLETE
55702025-08-26T21:23:28.755Z[ recovery-image] Aug 26 21:23:28.754 INFO O| Aug 26 21:23:28.754 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712025-08-26T21:23:28.781Z[ recovery-image] Aug 26 21:23:28.778 INFO O| Aug 26 21:23:28.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55722025-08-26T21:23:28.781Z[ recovery-image] Aug 26 21:23:28.778 INFO O| Aug 26 21:23:28.778 INFO STEP 248 (remove_files) COMPLETE
55732025-08-26T21:23:28.781Z[ recovery-image] Aug 26 21:23:28.778 INFO O| Aug 26 21:23:28.778 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742025-08-26T21:23:28.806Z[ recovery-image] Aug 26 21:23:28.805 INFO O| Aug 26 21:23:28.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55752025-08-26T21:23:28.806Z[ recovery-image] Aug 26 21:23:28.805 INFO O| Aug 26 21:23:28.805 INFO STEP 249 (remove_files) COMPLETE
55762025-08-26T21:23:28.806Z[ recovery-image] Aug 26 21:23:28.805 INFO O| Aug 26 21:23:28.805 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772025-08-26T21:23:28.832Z[ recovery-image] Aug 26 21:23:28.824 INFO O| Aug 26 21:23:28.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55782025-08-26T21:23:28.832Z[ recovery-image] Aug 26 21:23:28.824 INFO O| Aug 26 21:23:28.824 INFO STEP 250 (remove_files) COMPLETE
55792025-08-26T21:23:28.832Z[ recovery-image] Aug 26 21:23:28.824 INFO O| Aug 26 21:23:28.824 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802025-08-26T21:23:28.857Z[ recovery-image] Aug 26 21:23:28.846 INFO O| Aug 26 21:23:28.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55812025-08-26T21:23:28.857Z[ recovery-image] Aug 26 21:23:28.846 INFO O| Aug 26 21:23:28.846 INFO STEP 251 (remove_files) COMPLETE
55822025-08-26T21:23:28.857Z[ recovery-image] Aug 26 21:23:28.846 INFO O| Aug 26 21:23:28.846 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832025-08-26T21:23:28.883Z[ recovery-image] Aug 26 21:23:28.866 INFO O| Aug 26 21:23:28.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55842025-08-26T21:23:28.883Z[ recovery-image] Aug 26 21:23:28.867 INFO O| Aug 26 21:23:28.867 INFO STEP 252 (remove_files) COMPLETE
55852025-08-26T21:23:28.883Z[ recovery-image] Aug 26 21:23:28.867 INFO O| Aug 26 21:23:28.867 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862025-08-26T21:23:28.909Z[ recovery-image] Aug 26 21:23:28.887 INFO O| Aug 26 21:23:28.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55872025-08-26T21:23:28.909Z[ recovery-image] Aug 26 21:23:28.888 INFO O| Aug 26 21:23:28.888 INFO STEP 253 (remove_files) COMPLETE
55882025-08-26T21:23:28.909Z[ recovery-image] Aug 26 21:23:28.888 INFO O| Aug 26 21:23:28.888 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892025-08-26T21:23:28.936Z[ recovery-image] Aug 26 21:23:28.909 INFO O| Aug 26 21:23:28.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55902025-08-26T21:23:28.936Z[ recovery-image] Aug 26 21:23:28.909 INFO O| Aug 26 21:23:28.909 INFO STEP 254 (remove_files) COMPLETE
55912025-08-26T21:23:28.936Z[ recovery-image] Aug 26 21:23:28.909 INFO O| Aug 26 21:23:28.909 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922025-08-26T21:23:28.936Z[ recovery-image] Aug 26 21:23:28.930 INFO O| Aug 26 21:23:28.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55932025-08-26T21:23:28.936Z[ recovery-image] Aug 26 21:23:28.930 INFO O| Aug 26 21:23:28.930 INFO STEP 255 (remove_files) COMPLETE
55942025-08-26T21:23:28.936Z[ recovery-image] Aug 26 21:23:28.930 INFO O| Aug 26 21:23:28.930 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952025-08-26T21:23:28.961Z[ recovery-image] Aug 26 21:23:28.951 INFO O| Aug 26 21:23:28.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55962025-08-26T21:23:28.961Z[ recovery-image] Aug 26 21:23:28.952 INFO O| Aug 26 21:23:28.952 INFO STEP 256 (remove_files) COMPLETE
55972025-08-26T21:23:28.961Z[ recovery-image] Aug 26 21:23:28.952 INFO O| Aug 26 21:23:28.952 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982025-08-26T21:23:28.992Z[ recovery-image] Aug 26 21:23:28.966 INFO O| Aug 26 21:23:28.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55992025-08-26T21:23:28.992Z[ recovery-image] Aug 26 21:23:28.966 INFO O| Aug 26 21:23:28.966 INFO STEP 257 (remove_files) COMPLETE
56002025-08-26T21:23:28.992Z[ recovery-image] Aug 26 21:23:28.966 INFO O| Aug 26 21:23:28.966 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012025-08-26T21:23:28.992Z[ recovery-image] Aug 26 21:23:28.980 INFO O| Aug 26 21:23:28.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
56022025-08-26T21:23:28.992Z[ recovery-image] Aug 26 21:23:28.980 INFO O| Aug 26 21:23:28.980 INFO STEP 258 (remove_files) COMPLETE
56032025-08-26T21:23:28.992Z[ recovery-image] Aug 26 21:23:28.980 INFO O| Aug 26 21:23:28.980 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042025-08-26T21:23:29.018Z[ recovery-image] Aug 26 21:23:28.999 INFO O| Aug 26 21:23:28.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56052025-08-26T21:23:29.018Z[ recovery-image] Aug 26 21:23:28.999 INFO O| Aug 26 21:23:28.999 INFO STEP 259 (remove_files) COMPLETE
56062025-08-26T21:23:29.018Z[ recovery-image] Aug 26 21:23:28.999 INFO O| Aug 26 21:23:28.999 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072025-08-26T21:23:29.018Z[ recovery-image] Aug 26 21:23:29.018 INFO O| Aug 26 21:23:29.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56082025-08-26T21:23:29.018Z[ recovery-image] Aug 26 21:23:29.018 INFO O| Aug 26 21:23:29.018 INFO STEP 260 (remove_files) COMPLETE
56092025-08-26T21:23:29.018Z[ recovery-image] Aug 26 21:23:29.018 INFO O| Aug 26 21:23:29.018 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102025-08-26T21:23:29.044Z[ recovery-image] Aug 26 21:23:29.037 INFO O| Aug 26 21:23:29.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56112025-08-26T21:23:29.044Z[ recovery-image] Aug 26 21:23:29.038 INFO O| Aug 26 21:23:29.038 INFO STEP 261 (remove_files) COMPLETE
56122025-08-26T21:23:29.044Z[ recovery-image] Aug 26 21:23:29.038 INFO O| Aug 26 21:23:29.038 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132025-08-26T21:23:29.069Z[ recovery-image] Aug 26 21:23:29.059 INFO O| Aug 26 21:23:29.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56142025-08-26T21:23:29.069Z[ recovery-image] Aug 26 21:23:29.059 INFO O| Aug 26 21:23:29.059 INFO STEP 262 (remove_files) COMPLETE
56152025-08-26T21:23:29.069Z[ recovery-image] Aug 26 21:23:29.059 INFO O| Aug 26 21:23:29.059 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162025-08-26T21:23:29.095Z[ recovery-image] Aug 26 21:23:29.082 INFO O| Aug 26 21:23:29.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56172025-08-26T21:23:29.095Z[ recovery-image] Aug 26 21:23:29.082 INFO O| Aug 26 21:23:29.082 INFO STEP 263 (remove_files) COMPLETE
56182025-08-26T21:23:29.095Z[ recovery-image] Aug 26 21:23:29.082 INFO O| Aug 26 21:23:29.082 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192025-08-26T21:23:29.121Z[ recovery-image] Aug 26 21:23:29.103 INFO O| Aug 26 21:23:29.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56202025-08-26T21:23:29.121Z[ recovery-image] Aug 26 21:23:29.103 INFO O| Aug 26 21:23:29.103 INFO STEP 264 (remove_files) COMPLETE
56212025-08-26T21:23:29.121Z[ recovery-image] Aug 26 21:23:29.103 INFO O| Aug 26 21:23:29.103 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222025-08-26T21:23:29.146Z[ recovery-image] Aug 26 21:23:29.128 INFO O| Aug 26 21:23:29.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
56232025-08-26T21:23:29.146Z[ recovery-image] Aug 26 21:23:29.128 INFO O| Aug 26 21:23:29.128 INFO STEP 265 (remove_files) COMPLETE
56242025-08-26T21:23:29.146Z[ recovery-image] Aug 26 21:23:29.128 INFO O| Aug 26 21:23:29.128 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252025-08-26T21:23:29.171Z[ recovery-image] Aug 26 21:23:29.152 INFO O| Aug 26 21:23:29.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56262025-08-26T21:23:29.171Z[ recovery-image] Aug 26 21:23:29.153 INFO O| Aug 26 21:23:29.153 INFO STEP 266 (remove_files) COMPLETE
56272025-08-26T21:23:29.171Z[ recovery-image] Aug 26 21:23:29.153 INFO O| Aug 26 21:23:29.153 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282025-08-26T21:23:29.171Z[ recovery-image] Aug 26 21:23:29.170 INFO O| Aug 26 21:23:29.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56292025-08-26T21:23:29.171Z[ recovery-image] Aug 26 21:23:29.170 INFO O| Aug 26 21:23:29.170 INFO STEP 267 (remove_files) COMPLETE
56302025-08-26T21:23:29.171Z[ recovery-image] Aug 26 21:23:29.170 INFO O| Aug 26 21:23:29.170 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312025-08-26T21:23:29.196Z[ recovery-image] Aug 26 21:23:29.187 INFO O| Aug 26 21:23:29.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56322025-08-26T21:23:29.196Z[ recovery-image] Aug 26 21:23:29.187 INFO O| Aug 26 21:23:29.187 INFO STEP 268 (remove_files) COMPLETE
56332025-08-26T21:23:29.196Z[ recovery-image] Aug 26 21:23:29.187 INFO O| Aug 26 21:23:29.187 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342025-08-26T21:23:29.221Z[ recovery-image] Aug 26 21:23:29.203 INFO O| Aug 26 21:23:29.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56352025-08-26T21:23:29.221Z[ recovery-image] Aug 26 21:23:29.203 INFO O| Aug 26 21:23:29.203 INFO STEP 269 (remove_files) COMPLETE
56362025-08-26T21:23:29.221Z[ recovery-image] Aug 26 21:23:29.203 INFO O| Aug 26 21:23:29.203 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372025-08-26T21:23:29.221Z[ recovery-image] Aug 26 21:23:29.220 INFO O| Aug 26 21:23:29.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56382025-08-26T21:23:29.221Z[ recovery-image] Aug 26 21:23:29.220 INFO O| Aug 26 21:23:29.220 INFO STEP 270 (remove_files) COMPLETE
56392025-08-26T21:23:29.221Z[ recovery-image] Aug 26 21:23:29.220 INFO O| Aug 26 21:23:29.220 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402025-08-26T21:23:29.246Z[ recovery-image] Aug 26 21:23:29.237 INFO O| Aug 26 21:23:29.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56412025-08-26T21:23:29.246Z[ recovery-image] Aug 26 21:23:29.238 INFO O| Aug 26 21:23:29.238 INFO STEP 271 (remove_files) COMPLETE
56422025-08-26T21:23:29.246Z[ recovery-image] Aug 26 21:23:29.238 INFO O| Aug 26 21:23:29.238 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432025-08-26T21:23:29.272Z[ recovery-image] Aug 26 21:23:29.254 INFO O| Aug 26 21:23:29.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56442025-08-26T21:23:29.272Z[ recovery-image] Aug 26 21:23:29.255 INFO O| Aug 26 21:23:29.255 INFO STEP 272 (remove_files) COMPLETE
56452025-08-26T21:23:29.272Z[ recovery-image] Aug 26 21:23:29.255 INFO O| Aug 26 21:23:29.255 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462025-08-26T21:23:29.272Z[ recovery-image] Aug 26 21:23:29.272 INFO O| Aug 26 21:23:29.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56472025-08-26T21:23:29.272Z[ recovery-image] Aug 26 21:23:29.273 INFO O| Aug 26 21:23:29.272 INFO STEP 273 (remove_files) COMPLETE
56482025-08-26T21:23:29.272Z[ recovery-image] Aug 26 21:23:29.273 INFO O| Aug 26 21:23:29.272 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492025-08-26T21:23:29.298Z[ recovery-image] Aug 26 21:23:29.289 INFO O| Aug 26 21:23:29.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56502025-08-26T21:23:29.298Z[ recovery-image] Aug 26 21:23:29.290 INFO O| Aug 26 21:23:29.289 INFO STEP 274 (remove_files) COMPLETE
56512025-08-26T21:23:29.298Z[ recovery-image] Aug 26 21:23:29.290 INFO O| Aug 26 21:23:29.290 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522025-08-26T21:23:29.324Z[ recovery-image] Aug 26 21:23:29.320 INFO O| Aug 26 21:23:29.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56532025-08-26T21:23:29.324Z[ recovery-image] Aug 26 21:23:29.320 INFO O| Aug 26 21:23:29.320 INFO STEP 275 (remove_files) COMPLETE
56542025-08-26T21:23:29.324Z[ recovery-image] Aug 26 21:23:29.320 INFO O| Aug 26 21:23:29.320 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552025-08-26T21:23:29.350Z[ recovery-image] Aug 26 21:23:29.345 INFO O| Aug 26 21:23:29.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56562025-08-26T21:23:29.350Z[ recovery-image] Aug 26 21:23:29.345 INFO O| Aug 26 21:23:29.345 INFO STEP 276 (remove_files) COMPLETE
56572025-08-26T21:23:29.350Z[ recovery-image] Aug 26 21:23:29.345 INFO O| Aug 26 21:23:29.345 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582025-08-26T21:23:29.377Z[ recovery-image] Aug 26 21:23:29.370 INFO O| Aug 26 21:23:29.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56592025-08-26T21:23:29.377Z[ recovery-image] Aug 26 21:23:29.370 INFO O| Aug 26 21:23:29.370 INFO STEP 277 (remove_files) COMPLETE
56602025-08-26T21:23:29.377Z[ recovery-image] Aug 26 21:23:29.370 INFO O| Aug 26 21:23:29.370 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612025-08-26T21:23:29.403Z[ recovery-image] Aug 26 21:23:29.387 INFO O| Aug 26 21:23:29.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56622025-08-26T21:23:29.403Z[ recovery-image] Aug 26 21:23:29.387 INFO O| Aug 26 21:23:29.387 INFO STEP 278 (remove_files) COMPLETE
56632025-08-26T21:23:29.403Z[ recovery-image] Aug 26 21:23:29.387 INFO O| Aug 26 21:23:29.387 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642025-08-26T21:23:29.428Z[ recovery-image] Aug 26 21:23:29.408 INFO O| Aug 26 21:23:29.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56652025-08-26T21:23:29.428Z[ recovery-image] Aug 26 21:23:29.408 INFO O| Aug 26 21:23:29.408 INFO STEP 279 (remove_files) COMPLETE
56662025-08-26T21:23:29.428Z[ recovery-image] Aug 26 21:23:29.408 INFO O| Aug 26 21:23:29.408 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672025-08-26T21:23:29.453Z[ recovery-image] Aug 26 21:23:29.432 INFO O| Aug 26 21:23:29.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56682025-08-26T21:23:29.453Z[ recovery-image] Aug 26 21:23:29.432 INFO O| Aug 26 21:23:29.432 INFO STEP 280 (remove_files) COMPLETE
56692025-08-26T21:23:29.453Z[ recovery-image] Aug 26 21:23:29.433 INFO O| Aug 26 21:23:29.432 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702025-08-26T21:23:29.453Z[ recovery-image] Aug 26 21:23:29.449 INFO O| Aug 26 21:23:29.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56712025-08-26T21:23:29.453Z[ recovery-image] Aug 26 21:23:29.449 INFO O| Aug 26 21:23:29.449 INFO STEP 281 (remove_files) COMPLETE
56722025-08-26T21:23:29.453Z[ recovery-image] Aug 26 21:23:29.449 INFO O| Aug 26 21:23:29.449 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732025-08-26T21:23:29.479Z[ recovery-image] Aug 26 21:23:29.479 INFO O| Aug 26 21:23:29.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56742025-08-26T21:23:29.504Z[ recovery-image] Aug 26 21:23:29.499 INFO O| Aug 26 21:23:29.499 INFO STEP 282 (remove_files) COMPLETE
56752025-08-26T21:23:29.504Z[ recovery-image] Aug 26 21:23:29.499 INFO O| Aug 26 21:23:29.499 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762025-08-26T21:23:29.533Z[ recovery-image] Aug 26 21:23:29.518 INFO O| Aug 26 21:23:29.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56772025-08-26T21:23:29.533Z[ recovery-image] Aug 26 21:23:29.519 INFO O| Aug 26 21:23:29.519 INFO STEP 283 (remove_files) COMPLETE
56782025-08-26T21:23:29.534Z[ recovery-image] Aug 26 21:23:29.519 INFO O| Aug 26 21:23:29.519 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792025-08-26T21:23:29.559Z[ recovery-image] Aug 26 21:23:29.534 INFO O| Aug 26 21:23:29.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56802025-08-26T21:23:29.559Z[ recovery-image] Aug 26 21:23:29.534 INFO O| Aug 26 21:23:29.534 INFO STEP 284 (remove_files) COMPLETE
56812025-08-26T21:23:29.559Z[ recovery-image] Aug 26 21:23:29.534 INFO O| Aug 26 21:23:29.534 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822025-08-26T21:23:29.559Z[ recovery-image] Aug 26 21:23:29.548 INFO O| Aug 26 21:23:29.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56832025-08-26T21:23:29.559Z[ recovery-image] Aug 26 21:23:29.548 INFO O| Aug 26 21:23:29.548 INFO STEP 285 (remove_files) COMPLETE
56842025-08-26T21:23:29.559Z[ recovery-image] Aug 26 21:23:29.548 INFO O| Aug 26 21:23:29.548 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852025-08-26T21:23:29.586Z[ recovery-image] Aug 26 21:23:29.565 INFO O| Aug 26 21:23:29.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56862025-08-26T21:23:29.586Z[ recovery-image] Aug 26 21:23:29.565 INFO O| Aug 26 21:23:29.565 INFO STEP 286 (remove_files) COMPLETE
56872025-08-26T21:23:29.586Z[ recovery-image] Aug 26 21:23:29.565 INFO O| Aug 26 21:23:29.565 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882025-08-26T21:23:29.586Z[ recovery-image] Aug 26 21:23:29.582 INFO O| Aug 26 21:23:29.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56892025-08-26T21:23:29.586Z[ recovery-image] Aug 26 21:23:29.582 INFO O| Aug 26 21:23:29.582 INFO STEP 287 (remove_files) COMPLETE
56902025-08-26T21:23:29.587Z[ recovery-image] Aug 26 21:23:29.582 INFO O| Aug 26 21:23:29.582 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912025-08-26T21:23:29.612Z[ recovery-image] Aug 26 21:23:29.601 INFO O| Aug 26 21:23:29.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56922025-08-26T21:23:29.612Z[ recovery-image] Aug 26 21:23:29.601 INFO O| Aug 26 21:23:29.601 INFO STEP 288 (remove_files) COMPLETE
56932025-08-26T21:23:29.612Z[ recovery-image] Aug 26 21:23:29.601 INFO O| Aug 26 21:23:29.601 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942025-08-26T21:23:29.639Z[ recovery-image] Aug 26 21:23:29.618 INFO O| Aug 26 21:23:29.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56952025-08-26T21:23:29.639Z[ recovery-image] Aug 26 21:23:29.618 INFO O| Aug 26 21:23:29.618 INFO STEP 289 (remove_files) COMPLETE
56962025-08-26T21:23:29.639Z[ recovery-image] Aug 26 21:23:29.618 INFO O| Aug 26 21:23:29.618 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972025-08-26T21:23:29.639Z[ recovery-image] Aug 26 21:23:29.636 INFO O| Aug 26 21:23:29.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56982025-08-26T21:23:29.639Z[ recovery-image] Aug 26 21:23:29.636 INFO O| Aug 26 21:23:29.636 INFO STEP 290 (remove_files) COMPLETE
56992025-08-26T21:23:29.639Z[ recovery-image] Aug 26 21:23:29.636 INFO O| Aug 26 21:23:29.636 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002025-08-26T21:23:29.667Z[ recovery-image] Aug 26 21:23:29.652 INFO O| Aug 26 21:23:29.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
57012025-08-26T21:23:29.667Z[ recovery-image] Aug 26 21:23:29.652 INFO O| Aug 26 21:23:29.652 INFO STEP 291 (remove_files) COMPLETE
57022025-08-26T21:23:29.667Z[ recovery-image] Aug 26 21:23:29.652 INFO O| Aug 26 21:23:29.652 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032025-08-26T21:23:29.693Z[ recovery-image] Aug 26 21:23:29.667 INFO O| Aug 26 21:23:29.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
57042025-08-26T21:23:29.693Z[ recovery-image] Aug 26 21:23:29.667 INFO O| Aug 26 21:23:29.667 INFO STEP 292 (remove_files) COMPLETE
57052025-08-26T21:23:29.693Z[ recovery-image] Aug 26 21:23:29.667 INFO O| Aug 26 21:23:29.667 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062025-08-26T21:23:29.693Z[ recovery-image] Aug 26 21:23:29.685 INFO O| Aug 26 21:23:29.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57072025-08-26T21:23:29.693Z[ recovery-image] Aug 26 21:23:29.686 INFO O| Aug 26 21:23:29.686 INFO STEP 293 (remove_files) COMPLETE
57082025-08-26T21:23:29.693Z[ recovery-image] Aug 26 21:23:29.686 INFO O| Aug 26 21:23:29.686 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092025-08-26T21:23:29.719Z[ recovery-image] Aug 26 21:23:29.703 INFO O| Aug 26 21:23:29.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57102025-08-26T21:23:29.719Z[ recovery-image] Aug 26 21:23:29.703 INFO O| Aug 26 21:23:29.703 INFO STEP 294 (remove_files) COMPLETE
57112025-08-26T21:23:29.719Z[ recovery-image] Aug 26 21:23:29.703 INFO O| Aug 26 21:23:29.703 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122025-08-26T21:23:29.745Z[ recovery-image] Aug 26 21:23:29.720 INFO O| Aug 26 21:23:29.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57132025-08-26T21:23:29.745Z[ recovery-image] Aug 26 21:23:29.720 INFO O| Aug 26 21:23:29.720 INFO STEP 295 (remove_files) COMPLETE
57142025-08-26T21:23:29.745Z[ recovery-image] Aug 26 21:23:29.720 INFO O| Aug 26 21:23:29.720 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152025-08-26T21:23:29.745Z[ recovery-image] Aug 26 21:23:29.739 INFO O| Aug 26 21:23:29.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57162025-08-26T21:23:29.745Z[ recovery-image] Aug 26 21:23:29.739 INFO O| Aug 26 21:23:29.739 INFO STEP 296 (remove_files) COMPLETE
57172025-08-26T21:23:29.745Z[ recovery-image] Aug 26 21:23:29.739 INFO O| Aug 26 21:23:29.739 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182025-08-26T21:23:29.771Z[ recovery-image] Aug 26 21:23:29.768 INFO O| Aug 26 21:23:29.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57192025-08-26T21:23:29.771Z[ recovery-image] Aug 26 21:23:29.768 INFO O| Aug 26 21:23:29.768 INFO STEP 297 (remove_files) COMPLETE
57202025-08-26T21:23:29.771Z[ recovery-image] Aug 26 21:23:29.768 INFO O| Aug 26 21:23:29.768 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212025-08-26T21:23:29.796Z[ recovery-image] Aug 26 21:23:29.790 INFO O| Aug 26 21:23:29.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57222025-08-26T21:23:29.796Z[ recovery-image] Aug 26 21:23:29.790 INFO O| Aug 26 21:23:29.790 INFO STEP 298 (remove_files) COMPLETE
57232025-08-26T21:23:29.796Z[ recovery-image] Aug 26 21:23:29.790 INFO O| Aug 26 21:23:29.790 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242025-08-26T21:23:29.821Z[ recovery-image] Aug 26 21:23:29.814 INFO O| Aug 26 21:23:29.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57252025-08-26T21:23:29.821Z[ recovery-image] Aug 26 21:23:29.814 INFO O| Aug 26 21:23:29.814 INFO STEP 299 (remove_files) COMPLETE
57262025-08-26T21:23:29.821Z[ recovery-image] Aug 26 21:23:29.815 INFO O| Aug 26 21:23:29.814 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272025-08-26T21:23:29.847Z[ recovery-image] Aug 26 21:23:29.835 INFO O| Aug 26 21:23:29.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57282025-08-26T21:23:29.847Z[ recovery-image] Aug 26 21:23:29.835 INFO O| Aug 26 21:23:29.835 INFO STEP 300 (remove_files) COMPLETE
57292025-08-26T21:23:29.847Z[ recovery-image] Aug 26 21:23:29.835 INFO O| Aug 26 21:23:29.835 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302025-08-26T21:23:29.874Z[ recovery-image] Aug 26 21:23:29.857 INFO O| Aug 26 21:23:29.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57312025-08-26T21:23:29.874Z[ recovery-image] Aug 26 21:23:29.858 INFO O| Aug 26 21:23:29.858 INFO STEP 301 (remove_files) COMPLETE
57322025-08-26T21:23:29.874Z[ recovery-image] Aug 26 21:23:29.858 INFO O| Aug 26 21:23:29.858 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332025-08-26T21:23:29.901Z[ recovery-image] Aug 26 21:23:29.880 INFO O| Aug 26 21:23:29.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57342025-08-26T21:23:29.901Z[ recovery-image] Aug 26 21:23:29.880 INFO O| Aug 26 21:23:29.880 INFO STEP 302 (remove_files) COMPLETE
57352025-08-26T21:23:29.901Z[ recovery-image] Aug 26 21:23:29.880 INFO O| Aug 26 21:23:29.880 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362025-08-26T21:23:29.901Z[ recovery-image] Aug 26 21:23:29.898 INFO O| Aug 26 21:23:29.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57372025-08-26T21:23:29.901Z[ recovery-image] Aug 26 21:23:29.898 INFO O| Aug 26 21:23:29.898 INFO STEP 303 (remove_files) COMPLETE
57382025-08-26T21:23:29.901Z[ recovery-image] Aug 26 21:23:29.898 INFO O| Aug 26 21:23:29.898 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392025-08-26T21:23:29.927Z[ recovery-image] Aug 26 21:23:29.914 INFO O| Aug 26 21:23:29.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57402025-08-26T21:23:29.927Z[ recovery-image] Aug 26 21:23:29.915 INFO O| Aug 26 21:23:29.914 INFO STEP 304 (remove_files) COMPLETE
57412025-08-26T21:23:29.927Z[ recovery-image] Aug 26 21:23:29.915 INFO O| Aug 26 21:23:29.915 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422025-08-26T21:23:29.954Z[ recovery-image] Aug 26 21:23:29.936 INFO O| Aug 26 21:23:29.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57432025-08-26T21:23:29.954Z[ recovery-image] Aug 26 21:23:29.936 INFO O| Aug 26 21:23:29.936 INFO STEP 305 (remove_files) COMPLETE
57442025-08-26T21:23:29.954Z[ recovery-image] Aug 26 21:23:29.936 INFO O| Aug 26 21:23:29.936 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452025-08-26T21:23:29.982Z[ recovery-image] Aug 26 21:23:29.959 INFO O| Aug 26 21:23:29.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57462025-08-26T21:23:29.982Z[ recovery-image] Aug 26 21:23:29.959 INFO O| Aug 26 21:23:29.959 INFO STEP 306 (remove_files) COMPLETE
57472025-08-26T21:23:29.982Z[ recovery-image] Aug 26 21:23:29.959 INFO O| Aug 26 21:23:29.959 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482025-08-26T21:23:30.009Z[ recovery-image] Aug 26 21:23:29.982 INFO O| Aug 26 21:23:29.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57492025-08-26T21:23:30.009Z[ recovery-image] Aug 26 21:23:29.982 INFO O| Aug 26 21:23:29.982 INFO STEP 307 (remove_files) COMPLETE
57502025-08-26T21:23:30.009Z[ recovery-image] Aug 26 21:23:29.982 INFO O| Aug 26 21:23:29.982 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512025-08-26T21:23:30.009Z[ recovery-image] Aug 26 21:23:30.002 INFO O| Aug 26 21:23:30.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57522025-08-26T21:23:30.009Z[ recovery-image] Aug 26 21:23:30.002 INFO O| Aug 26 21:23:30.002 INFO STEP 308 (remove_files) COMPLETE
57532025-08-26T21:23:30.009Z[ recovery-image] Aug 26 21:23:30.002 INFO O| Aug 26 21:23:30.002 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542025-08-26T21:23:30.035Z[ recovery-image] Aug 26 21:23:30.019 INFO O| Aug 26 21:23:30.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57552025-08-26T21:23:30.035Z[ recovery-image] Aug 26 21:23:30.019 INFO O| Aug 26 21:23:30.019 INFO STEP 309 (remove_files) COMPLETE
57562025-08-26T21:23:30.035Z[ recovery-image] Aug 26 21:23:30.019 INFO O| Aug 26 21:23:30.019 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572025-08-26T21:23:30.060Z[ recovery-image] Aug 26 21:23:30.036 INFO O| Aug 26 21:23:30.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57582025-08-26T21:23:30.060Z[ recovery-image] Aug 26 21:23:30.036 INFO O| Aug 26 21:23:30.036 INFO STEP 310 (remove_files) COMPLETE
57592025-08-26T21:23:30.060Z[ recovery-image] Aug 26 21:23:30.036 INFO O| Aug 26 21:23:30.036 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602025-08-26T21:23:30.060Z[ recovery-image] Aug 26 21:23:30.053 INFO O| Aug 26 21:23:30.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57612025-08-26T21:23:30.060Z[ recovery-image] Aug 26 21:23:30.053 INFO O| Aug 26 21:23:30.053 INFO STEP 311 (remove_files) COMPLETE
57622025-08-26T21:23:30.060Z[ recovery-image] Aug 26 21:23:30.053 INFO O| Aug 26 21:23:30.053 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632025-08-26T21:23:30.109Z[ recovery-image] Aug 26 21:23:30.073 INFO O| Aug 26 21:23:30.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57642025-08-26T21:23:30.109Z[ recovery-image] Aug 26 21:23:30.073 INFO O| Aug 26 21:23:30.073 INFO STEP 312 (remove_files) COMPLETE
57652025-08-26T21:23:30.109Z[ recovery-image] Aug 26 21:23:30.073 INFO O| Aug 26 21:23:30.073 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662025-08-26T21:23:30.109Z[ recovery-image] Aug 26 21:23:30.090 INFO O| Aug 26 21:23:30.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57672025-08-26T21:23:30.109Z[ recovery-image] Aug 26 21:23:30.091 INFO O| Aug 26 21:23:30.091 INFO STEP 313 (remove_files) COMPLETE
57682025-08-26T21:23:30.109Z[ recovery-image] Aug 26 21:23:30.091 INFO O| Aug 26 21:23:30.091 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692025-08-26T21:23:30.135Z[ recovery-image] Aug 26 21:23:30.112 INFO O| Aug 26 21:23:30.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57702025-08-26T21:23:30.135Z[ recovery-image] Aug 26 21:23:30.113 INFO O| Aug 26 21:23:30.112 INFO STEP 314 (remove_files) COMPLETE
57712025-08-26T21:23:30.135Z[ recovery-image] Aug 26 21:23:30.113 INFO O| Aug 26 21:23:30.112 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722025-08-26T21:23:30.135Z[ recovery-image] Aug 26 21:23:30.132 INFO O| Aug 26 21:23:30.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57732025-08-26T21:23:30.135Z[ recovery-image] Aug 26 21:23:30.132 INFO O| Aug 26 21:23:30.132 INFO STEP 315 (remove_files) COMPLETE
57742025-08-26T21:23:30.135Z[ recovery-image] Aug 26 21:23:30.132 INFO O| Aug 26 21:23:30.132 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752025-08-26T21:23:30.163Z[ recovery-image] Aug 26 21:23:30.152 INFO O| Aug 26 21:23:30.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57762025-08-26T21:23:30.163Z[ recovery-image] Aug 26 21:23:30.153 INFO O| Aug 26 21:23:30.152 INFO STEP 316 (remove_files) COMPLETE
57772025-08-26T21:23:30.163Z[ recovery-image] Aug 26 21:23:30.153 INFO O| Aug 26 21:23:30.152 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782025-08-26T21:23:30.189Z[ recovery-image] Aug 26 21:23:30.172 INFO O| Aug 26 21:23:30.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57792025-08-26T21:23:30.189Z[ recovery-image] Aug 26 21:23:30.173 INFO O| Aug 26 21:23:30.172 INFO STEP 317 (remove_files) COMPLETE
57802025-08-26T21:23:30.189Z[ recovery-image] Aug 26 21:23:30.173 INFO O| Aug 26 21:23:30.173 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812025-08-26T21:23:30.215Z[ recovery-image] Aug 26 21:23:30.196 INFO O| Aug 26 21:23:30.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57822025-08-26T21:23:30.215Z[ recovery-image] Aug 26 21:23:30.196 INFO O| Aug 26 21:23:30.196 INFO STEP 318 (remove_files) COMPLETE
57832025-08-26T21:23:30.215Z[ recovery-image] Aug 26 21:23:30.196 INFO O| Aug 26 21:23:30.196 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842025-08-26T21:23:30.242Z[ recovery-image] Aug 26 21:23:30.219 INFO O| Aug 26 21:23:30.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57852025-08-26T21:23:30.242Z[ recovery-image] Aug 26 21:23:30.219 INFO O| Aug 26 21:23:30.219 INFO STEP 319 (remove_files) COMPLETE
57862025-08-26T21:23:30.242Z[ recovery-image] Aug 26 21:23:30.219 INFO O| Aug 26 21:23:30.219 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872025-08-26T21:23:30.242Z[ recovery-image] Aug 26 21:23:30.240 INFO O| Aug 26 21:23:30.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57882025-08-26T21:23:30.242Z[ recovery-image] Aug 26 21:23:30.241 INFO O| Aug 26 21:23:30.240 INFO STEP 320 (remove_files) COMPLETE
57892025-08-26T21:23:30.243Z[ recovery-image] Aug 26 21:23:30.241 INFO O| Aug 26 21:23:30.241 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902025-08-26T21:23:30.269Z[ recovery-image] Aug 26 21:23:30.263 INFO O| Aug 26 21:23:30.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57912025-08-26T21:23:30.269Z[ recovery-image] Aug 26 21:23:30.263 INFO O| Aug 26 21:23:30.263 INFO STEP 321 (remove_files) COMPLETE
57922025-08-26T21:23:30.269Z[ recovery-image] Aug 26 21:23:30.263 INFO O| Aug 26 21:23:30.263 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932025-08-26T21:23:30.294Z[ recovery-image] Aug 26 21:23:30.283 INFO O| Aug 26 21:23:30.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57942025-08-26T21:23:30.294Z[ recovery-image] Aug 26 21:23:30.283 INFO O| Aug 26 21:23:30.283 INFO STEP 322 (remove_files) COMPLETE
57952025-08-26T21:23:30.294Z[ recovery-image] Aug 26 21:23:30.283 INFO O| Aug 26 21:23:30.283 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962025-08-26T21:23:30.319Z[ recovery-image] Aug 26 21:23:30.307 INFO O| Aug 26 21:23:30.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57972025-08-26T21:23:30.319Z[ recovery-image] Aug 26 21:23:30.308 INFO O| Aug 26 21:23:30.307 INFO STEP 323 (remove_files) COMPLETE
57982025-08-26T21:23:30.319Z[ recovery-image] Aug 26 21:23:30.308 INFO O| Aug 26 21:23:30.308 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992025-08-26T21:23:30.344Z[ recovery-image] Aug 26 21:23:30.326 INFO O| Aug 26 21:23:30.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
58002025-08-26T21:23:30.344Z[ recovery-image] Aug 26 21:23:30.326 INFO O| Aug 26 21:23:30.326 INFO STEP 324 (remove_files) COMPLETE
58012025-08-26T21:23:30.344Z[ recovery-image] Aug 26 21:23:30.326 INFO O| Aug 26 21:23:30.326 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022025-08-26T21:23:30.344Z[ recovery-image] Aug 26 21:23:30.340 INFO O| Aug 26 21:23:30.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
58032025-08-26T21:23:30.344Z[ recovery-image] Aug 26 21:23:30.340 INFO O| Aug 26 21:23:30.340 INFO STEP 325 (remove_files) COMPLETE
58042025-08-26T21:23:30.344Z[ recovery-image] Aug 26 21:23:30.340 INFO O| Aug 26 21:23:30.340 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052025-08-26T21:23:30.370Z[ recovery-image] Aug 26 21:23:30.363 INFO O| Aug 26 21:23:30.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58062025-08-26T21:23:30.370Z[ recovery-image] Aug 26 21:23:30.363 INFO O| Aug 26 21:23:30.363 INFO STEP 326 (remove_files) COMPLETE
58072025-08-26T21:23:30.370Z[ recovery-image] Aug 26 21:23:30.363 INFO O| Aug 26 21:23:30.363 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082025-08-26T21:23:30.411Z[ recovery-image] Aug 26 21:23:30.381 INFO O| Aug 26 21:23:30.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58092025-08-26T21:23:30.411Z[ recovery-image] Aug 26 21:23:30.381 INFO O| Aug 26 21:23:30.381 INFO STEP 327 (remove_files) COMPLETE
58102025-08-26T21:23:30.411Z[ recovery-image] Aug 26 21:23:30.381 INFO O| Aug 26 21:23:30.381 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112025-08-26T21:23:30.439Z[ recovery-image] Aug 26 21:23:30.394 INFO O| Aug 26 21:23:30.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58122025-08-26T21:23:30.439Z[ recovery-image] Aug 26 21:23:30.394 INFO O| Aug 26 21:23:30.394 INFO STEP 328 (remove_files) COMPLETE
58132025-08-26T21:23:30.439Z[ recovery-image] Aug 26 21:23:30.394 INFO O| Aug 26 21:23:30.394 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142025-08-26T21:23:30.439Z[ recovery-image] Aug 26 21:23:30.408 INFO O| Aug 26 21:23:30.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58152025-08-26T21:23:30.439Z[ recovery-image] Aug 26 21:23:30.408 INFO O| Aug 26 21:23:30.408 INFO STEP 329 (remove_files) COMPLETE
58162025-08-26T21:23:30.439Z[ recovery-image] Aug 26 21:23:30.408 INFO O| Aug 26 21:23:30.408 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172025-08-26T21:23:30.439Z[ recovery-image] Aug 26 21:23:30.422 INFO O| Aug 26 21:23:30.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58182025-08-26T21:23:30.439Z[ recovery-image] Aug 26 21:23:30.422 INFO O| Aug 26 21:23:30.422 INFO STEP 330 (remove_files) COMPLETE
58192025-08-26T21:23:30.439Z[ recovery-image] Aug 26 21:23:30.422 INFO O| Aug 26 21:23:30.422 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202025-08-26T21:23:30.439Z[ recovery-image] Aug 26 21:23:30.435 INFO O| Aug 26 21:23:30.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58212025-08-26T21:23:30.439Z[ recovery-image] Aug 26 21:23:30.435 INFO O| Aug 26 21:23:30.435 INFO STEP 331 (remove_files) COMPLETE
58222025-08-26T21:23:30.439Z[ recovery-image] Aug 26 21:23:30.435 INFO O| Aug 26 21:23:30.435 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232025-08-26T21:23:30.466Z[ recovery-image] Aug 26 21:23:30.448 INFO O| Aug 26 21:23:30.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58242025-08-26T21:23:30.466Z[ recovery-image] Aug 26 21:23:30.449 INFO O| Aug 26 21:23:30.448 INFO STEP 332 (remove_files) COMPLETE
58252025-08-26T21:23:30.466Z[ recovery-image] Aug 26 21:23:30.449 INFO O| Aug 26 21:23:30.449 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262025-08-26T21:23:30.466Z[ recovery-image] Aug 26 21:23:30.462 INFO O| Aug 26 21:23:30.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58272025-08-26T21:23:30.466Z[ recovery-image] Aug 26 21:23:30.462 INFO O| Aug 26 21:23:30.462 INFO STEP 333 (remove_files) COMPLETE
58282025-08-26T21:23:30.466Z[ recovery-image] Aug 26 21:23:30.462 INFO O| Aug 26 21:23:30.462 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292025-08-26T21:23:30.493Z[ recovery-image] Aug 26 21:23:30.476 INFO O| Aug 26 21:23:30.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58302025-08-26T21:23:30.493Z[ recovery-image] Aug 26 21:23:30.476 INFO O| Aug 26 21:23:30.476 INFO STEP 334 (remove_files) COMPLETE
58312025-08-26T21:23:30.493Z[ recovery-image] Aug 26 21:23:30.476 INFO O| Aug 26 21:23:30.476 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322025-08-26T21:23:30.493Z[ recovery-image] Aug 26 21:23:30.490 INFO O| Aug 26 21:23:30.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58332025-08-26T21:23:30.493Z[ recovery-image] Aug 26 21:23:30.490 INFO O| Aug 26 21:23:30.490 INFO STEP 335 (remove_files) COMPLETE
58342025-08-26T21:23:30.493Z[ recovery-image] Aug 26 21:23:30.490 INFO O| Aug 26 21:23:30.490 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352025-08-26T21:23:30.518Z[ recovery-image] Aug 26 21:23:30.503 INFO O| Aug 26 21:23:30.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58362025-08-26T21:23:30.518Z[ recovery-image] Aug 26 21:23:30.504 INFO O| Aug 26 21:23:30.504 INFO STEP 336 (remove_files) COMPLETE
58372025-08-26T21:23:30.518Z[ recovery-image] Aug 26 21:23:30.504 INFO O| Aug 26 21:23:30.504 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382025-08-26T21:23:30.518Z[ recovery-image] Aug 26 21:23:30.516 INFO O| Aug 26 21:23:30.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58392025-08-26T21:23:30.518Z[ recovery-image] Aug 26 21:23:30.516 INFO O| Aug 26 21:23:30.516 INFO STEP 337 (remove_files) COMPLETE
58402025-08-26T21:23:30.519Z[ recovery-image] Aug 26 21:23:30.516 INFO O| Aug 26 21:23:30.516 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412025-08-26T21:23:30.550Z[ recovery-image] Aug 26 21:23:30.529 INFO O| Aug 26 21:23:30.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58422025-08-26T21:23:30.550Z[ recovery-image] Aug 26 21:23:30.529 INFO O| Aug 26 21:23:30.529 INFO STEP 338 (remove_files) COMPLETE
58432025-08-26T21:23:30.550Z[ recovery-image] Aug 26 21:23:30.529 INFO O| Aug 26 21:23:30.529 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442025-08-26T21:23:30.550Z[ recovery-image] Aug 26 21:23:30.541 INFO O| Aug 26 21:23:30.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58452025-08-26T21:23:30.550Z[ recovery-image] Aug 26 21:23:30.542 INFO O| Aug 26 21:23:30.541 INFO STEP 339 (remove_files) COMPLETE
58462025-08-26T21:23:30.550Z[ recovery-image] Aug 26 21:23:30.542 INFO O| Aug 26 21:23:30.542 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472025-08-26T21:23:30.576Z[ recovery-image] Aug 26 21:23:30.555 INFO O| Aug 26 21:23:30.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58482025-08-26T21:23:30.576Z[ recovery-image] Aug 26 21:23:30.555 INFO O| Aug 26 21:23:30.555 INFO STEP 340 (remove_files) COMPLETE
58492025-08-26T21:23:30.576Z[ recovery-image] Aug 26 21:23:30.555 INFO O| Aug 26 21:23:30.555 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502025-08-26T21:23:30.576Z[ recovery-image] Aug 26 21:23:30.567 INFO O| Aug 26 21:23:30.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58512025-08-26T21:23:30.576Z[ recovery-image] Aug 26 21:23:30.568 INFO O| Aug 26 21:23:30.568 INFO STEP 341 (remove_files) COMPLETE
58522025-08-26T21:23:30.576Z[ recovery-image] Aug 26 21:23:30.568 INFO O| Aug 26 21:23:30.568 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532025-08-26T21:23:30.602Z[ recovery-image] Aug 26 21:23:30.581 INFO O| Aug 26 21:23:30.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58542025-08-26T21:23:30.602Z[ recovery-image] Aug 26 21:23:30.581 INFO O| Aug 26 21:23:30.581 INFO STEP 342 (remove_files) COMPLETE
58552025-08-26T21:23:30.602Z[ recovery-image] Aug 26 21:23:30.581 INFO O| Aug 26 21:23:30.581 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562025-08-26T21:23:30.602Z[ recovery-image] Aug 26 21:23:30.595 INFO O| Aug 26 21:23:30.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58572025-08-26T21:23:30.602Z[ recovery-image] Aug 26 21:23:30.595 INFO O| Aug 26 21:23:30.595 INFO STEP 343 (remove_files) COMPLETE
58582025-08-26T21:23:30.602Z[ recovery-image] Aug 26 21:23:30.595 INFO O| Aug 26 21:23:30.595 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592025-08-26T21:23:30.628Z[ recovery-image] Aug 26 21:23:30.608 INFO O| Aug 26 21:23:30.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58602025-08-26T21:23:30.629Z[ recovery-image] Aug 26 21:23:30.608 INFO O| Aug 26 21:23:30.608 INFO STEP 344 (remove_files) COMPLETE
58612025-08-26T21:23:30.629Z[ recovery-image] Aug 26 21:23:30.608 INFO O| Aug 26 21:23:30.608 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622025-08-26T21:23:30.629Z[ recovery-image] Aug 26 21:23:30.620 INFO O| Aug 26 21:23:30.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58632025-08-26T21:23:30.629Z[ recovery-image] Aug 26 21:23:30.620 INFO O| Aug 26 21:23:30.620 INFO STEP 345 (remove_files) COMPLETE
58642025-08-26T21:23:30.629Z[ recovery-image] Aug 26 21:23:30.620 INFO O| Aug 26 21:23:30.620 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652025-08-26T21:23:30.654Z[ recovery-image] Aug 26 21:23:30.632 INFO O| Aug 26 21:23:30.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58662025-08-26T21:23:30.654Z[ recovery-image] Aug 26 21:23:30.632 INFO O| Aug 26 21:23:30.632 INFO STEP 346 (remove_files) COMPLETE
58672025-08-26T21:23:30.654Z[ recovery-image] Aug 26 21:23:30.632 INFO O| Aug 26 21:23:30.632 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682025-08-26T21:23:30.654Z[ recovery-image] Aug 26 21:23:30.645 INFO O| Aug 26 21:23:30.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58692025-08-26T21:23:30.654Z[ recovery-image] Aug 26 21:23:30.645 INFO O| Aug 26 21:23:30.645 INFO STEP 347 (remove_files) COMPLETE
58702025-08-26T21:23:30.654Z[ recovery-image] Aug 26 21:23:30.645 INFO O| Aug 26 21:23:30.645 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712025-08-26T21:23:30.680Z[ recovery-image] Aug 26 21:23:30.657 INFO O| Aug 26 21:23:30.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58722025-08-26T21:23:30.680Z[ recovery-image] Aug 26 21:23:30.658 INFO O| Aug 26 21:23:30.658 INFO STEP 348 (remove_files) COMPLETE
58732025-08-26T21:23:30.680Z[ recovery-image] Aug 26 21:23:30.658 INFO O| Aug 26 21:23:30.658 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742025-08-26T21:23:30.680Z[ recovery-image] Aug 26 21:23:30.670 INFO O| Aug 26 21:23:30.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58752025-08-26T21:23:30.680Z[ recovery-image] Aug 26 21:23:30.670 INFO O| Aug 26 21:23:30.670 INFO STEP 349 (remove_files) COMPLETE
58762025-08-26T21:23:30.680Z[ recovery-image] Aug 26 21:23:30.670 INFO O| Aug 26 21:23:30.670 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772025-08-26T21:23:30.705Z[ recovery-image] Aug 26 21:23:30.681 INFO O| Aug 26 21:23:30.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58782025-08-26T21:23:30.705Z[ recovery-image] Aug 26 21:23:30.682 INFO O| Aug 26 21:23:30.682 INFO STEP 350 (remove_files) COMPLETE
58792025-08-26T21:23:30.706Z[ recovery-image] Aug 26 21:23:30.682 INFO O| Aug 26 21:23:30.682 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802025-08-26T21:23:30.706Z[ recovery-image] Aug 26 21:23:30.693 INFO O| Aug 26 21:23:30.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58812025-08-26T21:23:30.706Z[ recovery-image] Aug 26 21:23:30.693 INFO O| Aug 26 21:23:30.693 INFO STEP 351 (remove_files) COMPLETE
58822025-08-26T21:23:30.706Z[ recovery-image] Aug 26 21:23:30.693 INFO O| Aug 26 21:23:30.693 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832025-08-26T21:23:30.706Z[ recovery-image] Aug 26 21:23:30.706 INFO O| Aug 26 21:23:30.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58842025-08-26T21:23:30.706Z[ recovery-image] Aug 26 21:23:30.706 INFO O| Aug 26 21:23:30.706 INFO STEP 352 (remove_files) COMPLETE
58852025-08-26T21:23:30.706Z[ recovery-image] Aug 26 21:23:30.706 INFO O| Aug 26 21:23:30.706 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862025-08-26T21:23:30.731Z[ recovery-image] Aug 26 21:23:30.718 INFO O| Aug 26 21:23:30.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58872025-08-26T21:23:30.731Z[ recovery-image] Aug 26 21:23:30.718 INFO O| Aug 26 21:23:30.718 INFO STEP 353 (remove_files) COMPLETE
58882025-08-26T21:23:30.732Z[ recovery-image] Aug 26 21:23:30.718 INFO O| Aug 26 21:23:30.718 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892025-08-26T21:23:30.732Z[ recovery-image] Aug 26 21:23:30.731 INFO O| Aug 26 21:23:30.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58902025-08-26T21:23:30.732Z[ recovery-image] Aug 26 21:23:30.731 INFO O| Aug 26 21:23:30.731 INFO STEP 354 (remove_files) COMPLETE
58912025-08-26T21:23:30.732Z[ recovery-image] Aug 26 21:23:30.731 INFO O| Aug 26 21:23:30.731 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922025-08-26T21:23:30.757Z[ recovery-image] Aug 26 21:23:30.743 INFO O| Aug 26 21:23:30.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58932025-08-26T21:23:30.758Z[ recovery-image] Aug 26 21:23:30.743 INFO O| Aug 26 21:23:30.743 INFO STEP 355 (remove_files) COMPLETE
58942025-08-26T21:23:30.758Z[ recovery-image] Aug 26 21:23:30.743 INFO O| Aug 26 21:23:30.743 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952025-08-26T21:23:30.758Z[ recovery-image] Aug 26 21:23:30.755 INFO O| Aug 26 21:23:30.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58962025-08-26T21:23:30.758Z[ recovery-image] Aug 26 21:23:30.755 INFO O| Aug 26 21:23:30.755 INFO STEP 356 (remove_files) COMPLETE
58972025-08-26T21:23:30.758Z[ recovery-image] Aug 26 21:23:30.755 INFO O| Aug 26 21:23:30.755 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982025-08-26T21:23:30.784Z[ recovery-image] Aug 26 21:23:30.767 INFO O| Aug 26 21:23:30.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58992025-08-26T21:23:30.784Z[ recovery-image] Aug 26 21:23:30.767 INFO O| Aug 26 21:23:30.767 INFO STEP 357 (remove_files) COMPLETE
59002025-08-26T21:23:30.784Z[ recovery-image] Aug 26 21:23:30.767 INFO O| Aug 26 21:23:30.767 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012025-08-26T21:23:30.784Z[ recovery-image] Aug 26 21:23:30.780 INFO O| Aug 26 21:23:30.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
59022025-08-26T21:23:30.784Z[ recovery-image] Aug 26 21:23:30.781 INFO O| Aug 26 21:23:30.780 INFO STEP 358 (remove_files) COMPLETE
59032025-08-26T21:23:30.784Z[ recovery-image] Aug 26 21:23:30.781 INFO O| Aug 26 21:23:30.781 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042025-08-26T21:23:30.809Z[ recovery-image] Aug 26 21:23:30.798 INFO O| Aug 26 21:23:30.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
59052025-08-26T21:23:30.809Z[ recovery-image] Aug 26 21:23:30.798 INFO O| Aug 26 21:23:30.798 INFO STEP 359 (remove_files) COMPLETE
59062025-08-26T21:23:30.809Z[ recovery-image] Aug 26 21:23:30.798 INFO O| Aug 26 21:23:30.798 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072025-08-26T21:23:30.835Z[ recovery-image] Aug 26 21:23:30.816 INFO O| Aug 26 21:23:30.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59082025-08-26T21:23:30.835Z[ recovery-image] Aug 26 21:23:30.816 INFO O| Aug 26 21:23:30.816 INFO STEP 360 (remove_files) COMPLETE
59092025-08-26T21:23:30.835Z[ recovery-image] Aug 26 21:23:30.816 INFO O| Aug 26 21:23:30.816 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102025-08-26T21:23:30.861Z[ recovery-image] Aug 26 21:23:30.836 INFO O| Aug 26 21:23:30.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59112025-08-26T21:23:30.861Z[ recovery-image] Aug 26 21:23:30.836 INFO O| Aug 26 21:23:30.836 INFO STEP 361 (remove_files) COMPLETE
59122025-08-26T21:23:30.861Z[ recovery-image] Aug 26 21:23:30.836 INFO O| Aug 26 21:23:30.836 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132025-08-26T21:23:30.861Z[ recovery-image] Aug 26 21:23:30.853 INFO O| Aug 26 21:23:30.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59142025-08-26T21:23:30.861Z[ recovery-image] Aug 26 21:23:30.853 INFO O| Aug 26 21:23:30.853 INFO STEP 362 (remove_files) COMPLETE
59152025-08-26T21:23:30.861Z[ recovery-image] Aug 26 21:23:30.853 INFO O| Aug 26 21:23:30.853 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162025-08-26T21:23:30.886Z[ recovery-image] Aug 26 21:23:30.867 INFO O| Aug 26 21:23:30.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59172025-08-26T21:23:30.886Z[ recovery-image] Aug 26 21:23:30.868 INFO O| Aug 26 21:23:30.868 INFO STEP 363 (remove_files) COMPLETE
59182025-08-26T21:23:30.886Z[ recovery-image] Aug 26 21:23:30.868 INFO O| Aug 26 21:23:30.868 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192025-08-26T21:23:30.886Z[ recovery-image] Aug 26 21:23:30.880 INFO O| Aug 26 21:23:30.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59202025-08-26T21:23:30.886Z[ recovery-image] Aug 26 21:23:30.880 INFO O| Aug 26 21:23:30.880 INFO STEP 364 (remove_files) COMPLETE
59212025-08-26T21:23:30.887Z[ recovery-image] Aug 26 21:23:30.880 INFO O| Aug 26 21:23:30.880 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222025-08-26T21:23:30.912Z[ recovery-image] Aug 26 21:23:30.899 INFO O| Aug 26 21:23:30.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59232025-08-26T21:23:30.912Z[ recovery-image] Aug 26 21:23:30.899 INFO O| Aug 26 21:23:30.899 INFO STEP 365 (remove_files) COMPLETE
59242025-08-26T21:23:30.912Z[ recovery-image] Aug 26 21:23:30.899 INFO O| Aug 26 21:23:30.899 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252025-08-26T21:23:30.937Z[ recovery-image] Aug 26 21:23:30.916 INFO O| Aug 26 21:23:30.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59262025-08-26T21:23:30.937Z[ recovery-image] Aug 26 21:23:30.917 INFO O| Aug 26 21:23:30.916 INFO STEP 366 (remove_files) COMPLETE
59272025-08-26T21:23:30.937Z[ recovery-image] Aug 26 21:23:30.917 INFO O| Aug 26 21:23:30.917 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282025-08-26T21:23:30.937Z[ recovery-image] Aug 26 21:23:30.931 INFO O| Aug 26 21:23:30.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59292025-08-26T21:23:30.937Z[ recovery-image] Aug 26 21:23:30.932 INFO O| Aug 26 21:23:30.931 INFO STEP 367 (remove_files) COMPLETE
59302025-08-26T21:23:30.937Z[ recovery-image] Aug 26 21:23:30.932 INFO O| Aug 26 21:23:30.932 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312025-08-26T21:23:30.962Z[ recovery-image] Aug 26 21:23:30.943 INFO O| Aug 26 21:23:30.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59322025-08-26T21:23:30.962Z[ recovery-image] Aug 26 21:23:30.944 INFO O| Aug 26 21:23:30.943 INFO STEP 368 (remove_files) COMPLETE
59332025-08-26T21:23:30.962Z[ recovery-image] Aug 26 21:23:30.944 INFO O| Aug 26 21:23:30.944 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342025-08-26T21:23:30.962Z[ recovery-image] Aug 26 21:23:30.955 INFO O| Aug 26 21:23:30.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59352025-08-26T21:23:30.963Z[ recovery-image] Aug 26 21:23:30.955 INFO O| Aug 26 21:23:30.955 INFO STEP 369 (remove_files) COMPLETE
59362025-08-26T21:23:30.963Z[ recovery-image] Aug 26 21:23:30.955 INFO O| Aug 26 21:23:30.955 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372025-08-26T21:23:30.996Z[ recovery-image] Aug 26 21:23:30.972 INFO O| Aug 26 21:23:30.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59382025-08-26T21:23:30.996Z[ recovery-image] Aug 26 21:23:30.973 INFO O| Aug 26 21:23:30.973 INFO STEP 370 (remove_files) COMPLETE
59392025-08-26T21:23:30.996Z[ recovery-image] Aug 26 21:23:30.973 INFO O| Aug 26 21:23:30.973 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402025-08-26T21:23:30.996Z[ recovery-image] Aug 26 21:23:30.986 INFO O| Aug 26 21:23:30.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59412025-08-26T21:23:30.996Z[ recovery-image] Aug 26 21:23:30.987 INFO O| Aug 26 21:23:30.986 INFO STEP 371 (remove_files) COMPLETE
59422025-08-26T21:23:30.996Z[ recovery-image] Aug 26 21:23:30.987 INFO O| Aug 26 21:23:30.986 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432025-08-26T21:23:31.021Z[ recovery-image] Aug 26 21:23:31.005 INFO O| Aug 26 21:23:31.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59442025-08-26T21:23:31.022Z[ recovery-image] Aug 26 21:23:31.006 INFO O| Aug 26 21:23:31.006 INFO STEP 372 (remove_files) COMPLETE
59452025-08-26T21:23:31.022Z[ recovery-image] Aug 26 21:23:31.006 INFO O| Aug 26 21:23:31.006 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462025-08-26T21:23:31.047Z[ recovery-image] Aug 26 21:23:31.025 INFO O| Aug 26 21:23:31.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59472025-08-26T21:23:31.047Z[ recovery-image] Aug 26 21:23:31.025 INFO O| Aug 26 21:23:31.025 INFO STEP 373 (remove_files) COMPLETE
59482025-08-26T21:23:31.047Z[ recovery-image] Aug 26 21:23:31.025 INFO O| Aug 26 21:23:31.025 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492025-08-26T21:23:31.047Z[ recovery-image] Aug 26 21:23:31.040 INFO O| Aug 26 21:23:31.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59502025-08-26T21:23:31.047Z[ recovery-image] Aug 26 21:23:31.040 INFO O| Aug 26 21:23:31.040 INFO STEP 374 (remove_files) COMPLETE
59512025-08-26T21:23:31.047Z[ recovery-image] Aug 26 21:23:31.040 INFO O| Aug 26 21:23:31.040 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522025-08-26T21:23:31.072Z[ recovery-image] Aug 26 21:23:31.054 INFO O| Aug 26 21:23:31.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59532025-08-26T21:23:31.072Z[ recovery-image] Aug 26 21:23:31.054 INFO O| Aug 26 21:23:31.054 INFO STEP 375 (remove_files) COMPLETE
59542025-08-26T21:23:31.072Z[ recovery-image] Aug 26 21:23:31.054 INFO O| Aug 26 21:23:31.054 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552025-08-26T21:23:31.072Z[ recovery-image] Aug 26 21:23:31.067 INFO O| Aug 26 21:23:31.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59562025-08-26T21:23:31.072Z[ recovery-image] Aug 26 21:23:31.067 INFO O| Aug 26 21:23:31.067 INFO STEP 376 (remove_files) COMPLETE
59572025-08-26T21:23:31.073Z[ recovery-image] Aug 26 21:23:31.067 INFO O| Aug 26 21:23:31.067 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582025-08-26T21:23:31.098Z[ recovery-image] Aug 26 21:23:31.080 INFO O| Aug 26 21:23:31.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59592025-08-26T21:23:31.098Z[ recovery-image] Aug 26 21:23:31.080 INFO O| Aug 26 21:23:31.080 INFO STEP 377 (remove_files) COMPLETE
59602025-08-26T21:23:31.098Z[ recovery-image] Aug 26 21:23:31.080 INFO O| Aug 26 21:23:31.080 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612025-08-26T21:23:31.098Z[ recovery-image] Aug 26 21:23:31.091 INFO O| Aug 26 21:23:31.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59622025-08-26T21:23:31.098Z[ recovery-image] Aug 26 21:23:31.091 INFO O| Aug 26 21:23:31.091 INFO STEP 378 (remove_files) COMPLETE
59632025-08-26T21:23:31.098Z[ recovery-image] Aug 26 21:23:31.091 INFO O| Aug 26 21:23:31.091 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642025-08-26T21:23:31.123Z[ recovery-image] Aug 26 21:23:31.108 INFO O| Aug 26 21:23:31.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59652025-08-26T21:23:31.123Z[ recovery-image] Aug 26 21:23:31.108 INFO O| Aug 26 21:23:31.108 INFO STEP 379 (remove_files) COMPLETE
59662025-08-26T21:23:31.123Z[ recovery-image] Aug 26 21:23:31.108 INFO O| Aug 26 21:23:31.108 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672025-08-26T21:23:31.148Z[ recovery-image] Aug 26 21:23:31.125 INFO O| Aug 26 21:23:31.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59682025-08-26T21:23:31.149Z[ recovery-image] Aug 26 21:23:31.125 INFO O| Aug 26 21:23:31.125 INFO STEP 380 (remove_files) COMPLETE
59692025-08-26T21:23:31.149Z[ recovery-image] Aug 26 21:23:31.125 INFO O| Aug 26 21:23:31.125 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702025-08-26T21:23:31.149Z[ recovery-image] Aug 26 21:23:31.143 INFO O| Aug 26 21:23:31.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59712025-08-26T21:23:31.149Z[ recovery-image] Aug 26 21:23:31.143 INFO O| Aug 26 21:23:31.143 INFO STEP 381 (remove_files) COMPLETE
59722025-08-26T21:23:31.149Z[ recovery-image] Aug 26 21:23:31.143 INFO O| Aug 26 21:23:31.143 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732025-08-26T21:23:31.174Z[ recovery-image] Aug 26 21:23:31.162 INFO O| Aug 26 21:23:31.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59742025-08-26T21:23:31.174Z[ recovery-image] Aug 26 21:23:31.162 INFO O| Aug 26 21:23:31.162 INFO STEP 382 (remove_files) COMPLETE
59752025-08-26T21:23:31.174Z[ recovery-image] Aug 26 21:23:31.162 INFO O| Aug 26 21:23:31.162 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762025-08-26T21:23:31.220Z[ recovery-image] Aug 26 21:23:31.179 INFO O| Aug 26 21:23:31.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59772025-08-26T21:23:31.220Z[ recovery-image] Aug 26 21:23:31.180 INFO O| Aug 26 21:23:31.179 INFO STEP 383 (remove_files) COMPLETE
59782025-08-26T21:23:31.220Z[ recovery-image] Aug 26 21:23:31.180 INFO O| Aug 26 21:23:31.180 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792025-08-26T21:23:31.220Z[ recovery-image] Aug 26 21:23:31.197 INFO O| Aug 26 21:23:31.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59802025-08-26T21:23:31.220Z[ recovery-image] Aug 26 21:23:31.197 INFO O| Aug 26 21:23:31.197 INFO STEP 384 (remove_files) COMPLETE
59812025-08-26T21:23:31.220Z[ recovery-image] Aug 26 21:23:31.197 INFO O| Aug 26 21:23:31.197 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822025-08-26T21:23:31.220Z[ recovery-image] Aug 26 21:23:31.215 INFO O| Aug 26 21:23:31.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59832025-08-26T21:23:31.220Z[ recovery-image] Aug 26 21:23:31.215 INFO O| Aug 26 21:23:31.215 INFO STEP 385 (remove_files) COMPLETE
59842025-08-26T21:23:31.220Z[ recovery-image] Aug 26 21:23:31.215 INFO O| Aug 26 21:23:31.215 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852025-08-26T21:23:31.246Z[ recovery-image] Aug 26 21:23:31.231 INFO O| Aug 26 21:23:31.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59862025-08-26T21:23:31.246Z[ recovery-image] Aug 26 21:23:31.231 INFO O| Aug 26 21:23:31.231 INFO STEP 386 (remove_files) COMPLETE
59872025-08-26T21:23:31.246Z[ recovery-image] Aug 26 21:23:31.231 INFO O| Aug 26 21:23:31.231 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882025-08-26T21:23:31.246Z[ recovery-image] Aug 26 21:23:31.244 INFO O| Aug 26 21:23:31.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59892025-08-26T21:23:31.246Z[ recovery-image] Aug 26 21:23:31.244 INFO O| Aug 26 21:23:31.244 INFO STEP 387 (remove_files) COMPLETE
59902025-08-26T21:23:31.246Z[ recovery-image] Aug 26 21:23:31.244 INFO O| Aug 26 21:23:31.244 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912025-08-26T21:23:31.271Z[ recovery-image] Aug 26 21:23:31.256 INFO O| Aug 26 21:23:31.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59922025-08-26T21:23:31.271Z[ recovery-image] Aug 26 21:23:31.256 INFO O| Aug 26 21:23:31.256 INFO STEP 388 (remove_files) COMPLETE
59932025-08-26T21:23:31.271Z[ recovery-image] Aug 26 21:23:31.256 INFO O| Aug 26 21:23:31.256 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942025-08-26T21:23:31.271Z[ recovery-image] Aug 26 21:23:31.268 INFO O| Aug 26 21:23:31.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59952025-08-26T21:23:31.271Z[ recovery-image] Aug 26 21:23:31.268 INFO O| Aug 26 21:23:31.268 INFO STEP 389 (remove_files) COMPLETE
59962025-08-26T21:23:31.271Z[ recovery-image] Aug 26 21:23:31.268 INFO O| Aug 26 21:23:31.268 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972025-08-26T21:23:31.296Z[ recovery-image] Aug 26 21:23:31.286 INFO O| Aug 26 21:23:31.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59982025-08-26T21:23:31.296Z[ recovery-image] Aug 26 21:23:31.286 INFO O| Aug 26 21:23:31.286 INFO STEP 390 (remove_files) COMPLETE
59992025-08-26T21:23:31.296Z[ recovery-image] Aug 26 21:23:31.286 INFO O| Aug 26 21:23:31.286 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002025-08-26T21:23:31.321Z[ recovery-image] Aug 26 21:23:31.299 INFO O| Aug 26 21:23:31.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
60012025-08-26T21:23:31.321Z[ recovery-image] Aug 26 21:23:31.299 INFO O| Aug 26 21:23:31.299 INFO STEP 391 (remove_files) COMPLETE
60022025-08-26T21:23:31.321Z[ recovery-image] Aug 26 21:23:31.299 INFO O| Aug 26 21:23:31.299 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032025-08-26T21:23:31.321Z[ recovery-image] Aug 26 21:23:31.312 INFO O| Aug 26 21:23:31.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
60042025-08-26T21:23:31.321Z[ recovery-image] Aug 26 21:23:31.312 INFO O| Aug 26 21:23:31.312 INFO STEP 392 (remove_files) COMPLETE
60052025-08-26T21:23:31.321Z[ recovery-image] Aug 26 21:23:31.312 INFO O| Aug 26 21:23:31.312 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062025-08-26T21:23:31.348Z[ recovery-image] Aug 26 21:23:31.330 INFO O| Aug 26 21:23:31.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60072025-08-26T21:23:31.348Z[ recovery-image] Aug 26 21:23:31.330 INFO O| Aug 26 21:23:31.330 INFO STEP 393 (remove_files) COMPLETE
60082025-08-26T21:23:31.348Z[ recovery-image] Aug 26 21:23:31.330 INFO O| Aug 26 21:23:31.330 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092025-08-26T21:23:31.374Z[ recovery-image] Aug 26 21:23:31.351 INFO O| Aug 26 21:23:31.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60102025-08-26T21:23:31.374Z[ recovery-image] Aug 26 21:23:31.351 INFO O| Aug 26 21:23:31.351 INFO STEP 394 (remove_files) COMPLETE
60112025-08-26T21:23:31.374Z[ recovery-image] Aug 26 21:23:31.351 INFO O| Aug 26 21:23:31.351 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122025-08-26T21:23:31.374Z[ recovery-image] Aug 26 21:23:31.371 INFO O| Aug 26 21:23:31.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60132025-08-26T21:23:31.374Z[ recovery-image] Aug 26 21:23:31.371 INFO O| Aug 26 21:23:31.371 INFO STEP 395 (remove_files) COMPLETE
60142025-08-26T21:23:31.374Z[ recovery-image] Aug 26 21:23:31.371 INFO O| Aug 26 21:23:31.371 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152025-08-26T21:23:31.400Z[ recovery-image] Aug 26 21:23:31.389 INFO O| Aug 26 21:23:31.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60162025-08-26T21:23:31.400Z[ recovery-image] Aug 26 21:23:31.389 INFO O| Aug 26 21:23:31.389 INFO STEP 396 (remove_files) COMPLETE
60172025-08-26T21:23:31.400Z[ recovery-image] Aug 26 21:23:31.389 INFO O| Aug 26 21:23:31.389 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182025-08-26T21:23:31.425Z[ recovery-image] Aug 26 21:23:31.404 INFO O| Aug 26 21:23:31.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60192025-08-26T21:23:31.425Z[ recovery-image] Aug 26 21:23:31.404 INFO O| Aug 26 21:23:31.404 INFO STEP 397 (remove_files) COMPLETE
60202025-08-26T21:23:31.425Z[ recovery-image] Aug 26 21:23:31.404 INFO O| Aug 26 21:23:31.404 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212025-08-26T21:23:31.425Z[ recovery-image] Aug 26 21:23:31.415 INFO O| Aug 26 21:23:31.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60222025-08-26T21:23:31.425Z[ recovery-image] Aug 26 21:23:31.415 INFO O| Aug 26 21:23:31.415 INFO STEP 398 (remove_files) COMPLETE
60232025-08-26T21:23:31.425Z[ recovery-image] Aug 26 21:23:31.415 INFO O| Aug 26 21:23:31.415 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242025-08-26T21:23:31.451Z[ recovery-image] Aug 26 21:23:31.426 INFO O| Aug 26 21:23:31.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60252025-08-26T21:23:31.451Z[ recovery-image] Aug 26 21:23:31.426 INFO O| Aug 26 21:23:31.426 INFO STEP 399 (remove_files) COMPLETE
60262025-08-26T21:23:31.451Z[ recovery-image] Aug 26 21:23:31.426 INFO O| Aug 26 21:23:31.426 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272025-08-26T21:23:31.452Z[ recovery-image] Aug 26 21:23:31.437 INFO O| Aug 26 21:23:31.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60282025-08-26T21:23:31.452Z[ recovery-image] Aug 26 21:23:31.437 INFO O| Aug 26 21:23:31.437 INFO STEP 400 (remove_files) COMPLETE
60292025-08-26T21:23:31.452Z[ recovery-image] Aug 26 21:23:31.437 INFO O| Aug 26 21:23:31.437 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302025-08-26T21:23:31.477Z[ recovery-image] Aug 26 21:23:31.454 INFO O| Aug 26 21:23:31.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60312025-08-26T21:23:31.478Z[ recovery-image] Aug 26 21:23:31.454 INFO O| Aug 26 21:23:31.454 INFO STEP 401 (remove_files) COMPLETE
60322025-08-26T21:23:31.478Z[ recovery-image] Aug 26 21:23:31.454 INFO O| Aug 26 21:23:31.454 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332025-08-26T21:23:31.478Z[ recovery-image] Aug 26 21:23:31.466 INFO O| Aug 26 21:23:31.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60342025-08-26T21:23:31.478Z[ recovery-image] Aug 26 21:23:31.466 INFO O| Aug 26 21:23:31.466 INFO STEP 402 (remove_files) COMPLETE
60352025-08-26T21:23:31.478Z[ recovery-image] Aug 26 21:23:31.466 INFO O| Aug 26 21:23:31.466 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362025-08-26T21:23:31.478Z[ recovery-image] Aug 26 21:23:31.477 INFO O| Aug 26 21:23:31.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60372025-08-26T21:23:31.478Z[ recovery-image] Aug 26 21:23:31.478 INFO O| Aug 26 21:23:31.478 INFO STEP 403 (remove_files) COMPLETE
60382025-08-26T21:23:31.478Z[ recovery-image] Aug 26 21:23:31.478 INFO O| Aug 26 21:23:31.478 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392025-08-26T21:23:31.503Z[ recovery-image] Aug 26 21:23:31.489 INFO O| Aug 26 21:23:31.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60402025-08-26T21:23:31.503Z[ recovery-image] Aug 26 21:23:31.489 INFO O| Aug 26 21:23:31.489 INFO STEP 404 (remove_files) COMPLETE
60412025-08-26T21:23:31.503Z[ recovery-image] Aug 26 21:23:31.489 INFO O| Aug 26 21:23:31.489 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422025-08-26T21:23:31.503Z[ recovery-image] Aug 26 21:23:31.500 INFO O| Aug 26 21:23:31.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60432025-08-26T21:23:31.503Z[ recovery-image] Aug 26 21:23:31.500 INFO O| Aug 26 21:23:31.500 INFO STEP 405 (remove_files) COMPLETE
60442025-08-26T21:23:31.503Z[ recovery-image] Aug 26 21:23:31.500 INFO O| Aug 26 21:23:31.500 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452025-08-26T21:23:31.529Z[ recovery-image] Aug 26 21:23:31.516 INFO O| Aug 26 21:23:31.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60462025-08-26T21:23:31.529Z[ recovery-image] Aug 26 21:23:31.516 INFO O| Aug 26 21:23:31.516 INFO STEP 406 (remove_files) COMPLETE
60472025-08-26T21:23:31.529Z[ recovery-image] Aug 26 21:23:31.516 INFO O| Aug 26 21:23:31.516 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482025-08-26T21:23:31.555Z[ recovery-image] Aug 26 21:23:31.532 INFO O| Aug 26 21:23:31.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60492025-08-26T21:23:31.555Z[ recovery-image] Aug 26 21:23:31.532 INFO O| Aug 26 21:23:31.532 INFO STEP 407 (remove_files) COMPLETE
60502025-08-26T21:23:31.555Z[ recovery-image] Aug 26 21:23:31.532 INFO O| Aug 26 21:23:31.532 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512025-08-26T21:23:31.555Z[ recovery-image] Aug 26 21:23:31.549 INFO O| Aug 26 21:23:31.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60522025-08-26T21:23:31.555Z[ recovery-image] Aug 26 21:23:31.549 INFO O| Aug 26 21:23:31.549 INFO STEP 408 (remove_files) COMPLETE
60532025-08-26T21:23:31.555Z[ recovery-image] Aug 26 21:23:31.549 INFO O| Aug 26 21:23:31.549 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542025-08-26T21:23:31.580Z[ recovery-image] Aug 26 21:23:31.564 INFO O| Aug 26 21:23:31.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60552025-08-26T21:23:31.580Z[ recovery-image] Aug 26 21:23:31.564 INFO O| Aug 26 21:23:31.564 INFO STEP 409 (remove_files) COMPLETE
60562025-08-26T21:23:31.580Z[ recovery-image] Aug 26 21:23:31.564 INFO O| Aug 26 21:23:31.564 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572025-08-26T21:23:31.580Z[ recovery-image] Aug 26 21:23:31.575 INFO O| Aug 26 21:23:31.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60582025-08-26T21:23:31.580Z[ recovery-image] Aug 26 21:23:31.575 INFO O| Aug 26 21:23:31.575 INFO STEP 410 (remove_files) COMPLETE
60592025-08-26T21:23:31.580Z[ recovery-image] Aug 26 21:23:31.575 INFO O| Aug 26 21:23:31.575 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602025-08-26T21:23:31.605Z[ recovery-image] Aug 26 21:23:31.586 INFO O| Aug 26 21:23:31.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60612025-08-26T21:23:31.605Z[ recovery-image] Aug 26 21:23:31.586 INFO O| Aug 26 21:23:31.586 INFO STEP 411 (remove_files) COMPLETE
60622025-08-26T21:23:31.605Z[ recovery-image] Aug 26 21:23:31.586 INFO O| Aug 26 21:23:31.586 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632025-08-26T21:23:31.605Z[ recovery-image] Aug 26 21:23:31.596 INFO O| Aug 26 21:23:31.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60642025-08-26T21:23:31.605Z[ recovery-image] Aug 26 21:23:31.596 INFO O| Aug 26 21:23:31.596 INFO STEP 412 (remove_files) COMPLETE
60652025-08-26T21:23:31.605Z[ recovery-image] Aug 26 21:23:31.596 INFO O| Aug 26 21:23:31.596 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662025-08-26T21:23:31.631Z[ recovery-image] Aug 26 21:23:31.606 INFO O| Aug 26 21:23:31.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60672025-08-26T21:23:31.631Z[ recovery-image] Aug 26 21:23:31.606 INFO O| Aug 26 21:23:31.606 INFO STEP 413 (remove_files) COMPLETE
60682025-08-26T21:23:31.631Z[ recovery-image] Aug 26 21:23:31.606 INFO O| Aug 26 21:23:31.606 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692025-08-26T21:23:31.657Z[ recovery-image] Aug 26 21:23:31.632 INFO O| Aug 26 21:23:31.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60702025-08-26T21:23:31.657Z[ recovery-image] Aug 26 21:23:31.632 INFO O| Aug 26 21:23:31.617 INFO STEP 414 (remove_files) COMPLETE
60712025-08-26T21:23:31.657Z[ recovery-image] Aug 26 21:23:31.632 INFO O| Aug 26 21:23:31.617 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722025-08-26T21:23:31.657Z[ recovery-image] Aug 26 21:23:31.632 INFO O| Aug 26 21:23:31.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60732025-08-26T21:23:31.657Z[ recovery-image] Aug 26 21:23:31.632 INFO O| Aug 26 21:23:31.629 INFO STEP 415 (remove_files) COMPLETE
60742025-08-26T21:23:31.657Z[ recovery-image] Aug 26 21:23:31.632 INFO O| Aug 26 21:23:31.629 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752025-08-26T21:23:31.657Z[ recovery-image] Aug 26 21:23:31.641 INFO O| Aug 26 21:23:31.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60762025-08-26T21:23:31.657Z[ recovery-image] Aug 26 21:23:31.641 INFO O| Aug 26 21:23:31.641 INFO STEP 416 (remove_files) COMPLETE
60772025-08-26T21:23:31.657Z[ recovery-image] Aug 26 21:23:31.641 INFO O| Aug 26 21:23:31.641 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782025-08-26T21:23:31.682Z[ recovery-image] Aug 26 21:23:31.657 INFO O| Aug 26 21:23:31.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60792025-08-26T21:23:31.682Z[ recovery-image] Aug 26 21:23:31.657 INFO O| Aug 26 21:23:31.657 INFO STEP 417 (remove_files) COMPLETE
60802025-08-26T21:23:31.682Z[ recovery-image] Aug 26 21:23:31.657 INFO O| Aug 26 21:23:31.657 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812025-08-26T21:23:31.682Z[ recovery-image] Aug 26 21:23:31.669 INFO O| Aug 26 21:23:31.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60822025-08-26T21:23:31.682Z[ recovery-image] Aug 26 21:23:31.669 INFO O| Aug 26 21:23:31.669 INFO STEP 418 (remove_files) COMPLETE
60832025-08-26T21:23:31.682Z[ recovery-image] Aug 26 21:23:31.669 INFO O| Aug 26 21:23:31.669 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842025-08-26T21:23:31.682Z[ recovery-image] Aug 26 21:23:31.681 INFO O| Aug 26 21:23:31.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60852025-08-26T21:23:31.682Z[ recovery-image] Aug 26 21:23:31.681 INFO O| Aug 26 21:23:31.681 INFO STEP 419 (remove_files) COMPLETE
60862025-08-26T21:23:31.682Z[ recovery-image] Aug 26 21:23:31.681 INFO O| Aug 26 21:23:31.681 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872025-08-26T21:23:31.710Z[ recovery-image] Aug 26 21:23:31.692 INFO O| Aug 26 21:23:31.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60882025-08-26T21:23:31.710Z[ recovery-image] Aug 26 21:23:31.692 INFO O| Aug 26 21:23:31.692 INFO STEP 420 (remove_files) COMPLETE
60892025-08-26T21:23:31.710Z[ recovery-image] Aug 26 21:23:31.692 INFO O| Aug 26 21:23:31.692 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902025-08-26T21:23:31.737Z[ recovery-image] Aug 26 21:23:31.712 INFO O| Aug 26 21:23:31.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60912025-08-26T21:23:31.737Z[ recovery-image] Aug 26 21:23:31.713 INFO O| Aug 26 21:23:31.713 INFO STEP 421 (remove_files) COMPLETE
60922025-08-26T21:23:31.737Z[ recovery-image] Aug 26 21:23:31.713 INFO O| Aug 26 21:23:31.713 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932025-08-26T21:23:31.737Z[ recovery-image] Aug 26 21:23:31.729 INFO O| Aug 26 21:23:31.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60942025-08-26T21:23:31.737Z[ recovery-image] Aug 26 21:23:31.729 INFO O| Aug 26 21:23:31.729 INFO STEP 422 (remove_files) COMPLETE
60952025-08-26T21:23:31.737Z[ recovery-image] Aug 26 21:23:31.729 INFO O| Aug 26 21:23:31.729 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962025-08-26T21:23:31.764Z[ recovery-image] Aug 26 21:23:31.742 INFO O| Aug 26 21:23:31.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60972025-08-26T21:23:31.764Z[ recovery-image] Aug 26 21:23:31.742 INFO O| Aug 26 21:23:31.742 INFO STEP 423 (remove_files) COMPLETE
60982025-08-26T21:23:31.764Z[ recovery-image] Aug 26 21:23:31.742 INFO O| Aug 26 21:23:31.742 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992025-08-26T21:23:31.764Z[ recovery-image] Aug 26 21:23:31.754 INFO O| Aug 26 21:23:31.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
61002025-08-26T21:23:31.764Z[ recovery-image] Aug 26 21:23:31.754 INFO O| Aug 26 21:23:31.754 INFO STEP 424 (remove_files) COMPLETE
61012025-08-26T21:23:31.764Z[ recovery-image] Aug 26 21:23:31.754 INFO O| Aug 26 21:23:31.754 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022025-08-26T21:23:31.801Z[ recovery-image] Aug 26 21:23:31.766 INFO O| Aug 26 21:23:31.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61032025-08-26T21:23:31.801Z[ recovery-image] Aug 26 21:23:31.766 INFO O| Aug 26 21:23:31.766 INFO STEP 425 (remove_files) COMPLETE
61042025-08-26T21:23:31.801Z[ recovery-image] Aug 26 21:23:31.766 INFO O| Aug 26 21:23:31.766 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052025-08-26T21:23:31.801Z[ recovery-image] Aug 26 21:23:31.778 INFO O| Aug 26 21:23:31.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61062025-08-26T21:23:31.801Z[ recovery-image] Aug 26 21:23:31.778 INFO O| Aug 26 21:23:31.778 INFO STEP 426 (remove_files) COMPLETE
61072025-08-26T21:23:31.802Z[ recovery-image] Aug 26 21:23:31.778 INFO O| Aug 26 21:23:31.778 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082025-08-26T21:23:31.830Z[ recovery-image] Aug 26 21:23:31.799 INFO O| Aug 26 21:23:31.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61092025-08-26T21:23:31.830Z[ recovery-image] Aug 26 21:23:31.799 INFO O| Aug 26 21:23:31.799 INFO STEP 427 (remove_files) COMPLETE
61102025-08-26T21:23:31.830Z[ recovery-image] Aug 26 21:23:31.799 INFO O| Aug 26 21:23:31.799 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112025-08-26T21:23:31.830Z[ recovery-image] Aug 26 21:23:31.817 INFO O| Aug 26 21:23:31.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61122025-08-26T21:23:31.830Z[ recovery-image] Aug 26 21:23:31.817 INFO O| Aug 26 21:23:31.817 INFO STEP 428 (remove_files) COMPLETE
61132025-08-26T21:23:31.830Z[ recovery-image] Aug 26 21:23:31.817 INFO O| Aug 26 21:23:31.817 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142025-08-26T21:23:31.857Z[ recovery-image] Aug 26 21:23:31.836 INFO O| Aug 26 21:23:31.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61152025-08-26T21:23:31.857Z[ recovery-image] Aug 26 21:23:31.837 INFO O| Aug 26 21:23:31.837 INFO STEP 429 (remove_files) COMPLETE
61162025-08-26T21:23:31.857Z[ recovery-image] Aug 26 21:23:31.837 INFO O| Aug 26 21:23:31.837 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172025-08-26T21:23:31.857Z[ recovery-image] Aug 26 21:23:31.855 INFO O| Aug 26 21:23:31.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61182025-08-26T21:23:31.858Z[ recovery-image] Aug 26 21:23:31.855 INFO O| Aug 26 21:23:31.855 INFO STEP 430 (remove_files) COMPLETE
61192025-08-26T21:23:31.858Z[ recovery-image] Aug 26 21:23:31.855 INFO O| Aug 26 21:23:31.855 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202025-08-26T21:23:31.883Z[ recovery-image] Aug 26 21:23:31.872 INFO O| Aug 26 21:23:31.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61212025-08-26T21:23:31.883Z[ recovery-image] Aug 26 21:23:31.872 INFO O| Aug 26 21:23:31.872 INFO STEP 431 (remove_files) COMPLETE
61222025-08-26T21:23:31.883Z[ recovery-image] Aug 26 21:23:31.872 INFO O| Aug 26 21:23:31.872 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232025-08-26T21:23:31.909Z[ recovery-image] Aug 26 21:23:31.890 INFO O| Aug 26 21:23:31.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61242025-08-26T21:23:31.909Z[ recovery-image] Aug 26 21:23:31.890 INFO O| Aug 26 21:23:31.890 INFO STEP 432 (remove_files) COMPLETE
61252025-08-26T21:23:31.909Z[ recovery-image] Aug 26 21:23:31.890 INFO O| Aug 26 21:23:31.890 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262025-08-26T21:23:31.909Z[ recovery-image] Aug 26 21:23:31.908 INFO O| Aug 26 21:23:31.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61272025-08-26T21:23:31.909Z[ recovery-image] Aug 26 21:23:31.908 INFO O| Aug 26 21:23:31.908 INFO STEP 433 (remove_files) COMPLETE
61282025-08-26T21:23:31.909Z[ recovery-image] Aug 26 21:23:31.908 INFO O| Aug 26 21:23:31.908 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292025-08-26T21:23:31.935Z[ recovery-image] Aug 26 21:23:31.925 INFO O| Aug 26 21:23:31.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61302025-08-26T21:23:31.935Z[ recovery-image] Aug 26 21:23:31.926 INFO O| Aug 26 21:23:31.925 INFO STEP 434 (remove_files) COMPLETE
61312025-08-26T21:23:31.935Z[ recovery-image] Aug 26 21:23:31.926 INFO O| Aug 26 21:23:31.925 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322025-08-26T21:23:31.961Z[ recovery-image] Aug 26 21:23:31.942 INFO O| Aug 26 21:23:31.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61332025-08-26T21:23:31.961Z[ recovery-image] Aug 26 21:23:31.942 INFO O| Aug 26 21:23:31.942 INFO STEP 435 (remove_files) COMPLETE
61342025-08-26T21:23:31.961Z[ recovery-image] Aug 26 21:23:31.942 INFO O| Aug 26 21:23:31.942 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352025-08-26T21:23:31.961Z[ recovery-image] Aug 26 21:23:31.958 INFO O| Aug 26 21:23:31.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61362025-08-26T21:23:31.961Z[ recovery-image] Aug 26 21:23:31.958 INFO O| Aug 26 21:23:31.958 INFO STEP 436 (remove_files) COMPLETE
61372025-08-26T21:23:31.961Z[ recovery-image] Aug 26 21:23:31.958 INFO O| Aug 26 21:23:31.958 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382025-08-26T21:23:31.986Z[ recovery-image] Aug 26 21:23:31.970 INFO O| Aug 26 21:23:31.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61392025-08-26T21:23:31.986Z[ recovery-image] Aug 26 21:23:31.970 INFO O| Aug 26 21:23:31.970 INFO STEP 437 (remove_files) COMPLETE
61402025-08-26T21:23:31.986Z[ recovery-image] Aug 26 21:23:31.970 INFO O| Aug 26 21:23:31.970 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412025-08-26T21:23:31.986Z[ recovery-image] Aug 26 21:23:31.981 INFO O| Aug 26 21:23:31.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61422025-08-26T21:23:31.986Z[ recovery-image] Aug 26 21:23:31.981 INFO O| Aug 26 21:23:31.981 INFO STEP 438 (remove_files) COMPLETE
61432025-08-26T21:23:31.986Z[ recovery-image] Aug 26 21:23:31.981 INFO O| Aug 26 21:23:31.981 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442025-08-26T21:23:32.011Z[ recovery-image] Aug 26 21:23:31.993 INFO O| Aug 26 21:23:31.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61452025-08-26T21:23:32.011Z[ recovery-image] Aug 26 21:23:31.993 INFO O| Aug 26 21:23:31.993 INFO STEP 439 (remove_files) COMPLETE
61462025-08-26T21:23:32.011Z[ recovery-image] Aug 26 21:23:31.993 INFO O| Aug 26 21:23:31.993 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472025-08-26T21:23:32.011Z[ recovery-image] Aug 26 21:23:32.005 INFO O| Aug 26 21:23:32.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61482025-08-26T21:23:32.011Z[ recovery-image] Aug 26 21:23:32.005 INFO O| Aug 26 21:23:32.005 INFO STEP 440 (remove_files) COMPLETE
61492025-08-26T21:23:32.011Z[ recovery-image] Aug 26 21:23:32.005 INFO O| Aug 26 21:23:32.005 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502025-08-26T21:23:32.037Z[ recovery-image] Aug 26 21:23:32.017 INFO O| Aug 26 21:23:32.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61512025-08-26T21:23:32.037Z[ recovery-image] Aug 26 21:23:32.017 INFO O| Aug 26 21:23:32.017 INFO STEP 441 (remove_files) COMPLETE
61522025-08-26T21:23:32.037Z[ recovery-image] Aug 26 21:23:32.017 INFO O| Aug 26 21:23:32.017 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532025-08-26T21:23:32.037Z[ recovery-image] Aug 26 21:23:32.029 INFO O| Aug 26 21:23:32.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61542025-08-26T21:23:32.037Z[ recovery-image] Aug 26 21:23:32.030 INFO O| Aug 26 21:23:32.029 INFO STEP 442 (remove_files) COMPLETE
61552025-08-26T21:23:32.037Z[ recovery-image] Aug 26 21:23:32.030 INFO O| Aug 26 21:23:32.030 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562025-08-26T21:23:32.063Z[ recovery-image] Aug 26 21:23:32.042 INFO O| Aug 26 21:23:32.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61572025-08-26T21:23:32.063Z[ recovery-image] Aug 26 21:23:32.042 INFO O| Aug 26 21:23:32.042 INFO STEP 443 (remove_files) COMPLETE
61582025-08-26T21:23:32.063Z[ recovery-image] Aug 26 21:23:32.042 INFO O| Aug 26 21:23:32.042 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592025-08-26T21:23:32.063Z[ recovery-image] Aug 26 21:23:32.054 INFO O| Aug 26 21:23:32.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61602025-08-26T21:23:32.063Z[ recovery-image] Aug 26 21:23:32.055 INFO O| Aug 26 21:23:32.054 INFO STEP 444 (remove_files) COMPLETE
61612025-08-26T21:23:32.063Z[ recovery-image] Aug 26 21:23:32.055 INFO O| Aug 26 21:23:32.055 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622025-08-26T21:23:32.088Z[ recovery-image] Aug 26 21:23:32.067 INFO O| Aug 26 21:23:32.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61632025-08-26T21:23:32.088Z[ recovery-image] Aug 26 21:23:32.067 INFO O| Aug 26 21:23:32.067 INFO STEP 445 (remove_files) COMPLETE
61642025-08-26T21:23:32.088Z[ recovery-image] Aug 26 21:23:32.067 INFO O| Aug 26 21:23:32.067 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652025-08-26T21:23:32.088Z[ recovery-image] Aug 26 21:23:32.080 INFO O| Aug 26 21:23:32.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61662025-08-26T21:23:32.088Z[ recovery-image] Aug 26 21:23:32.080 INFO O| Aug 26 21:23:32.080 INFO STEP 446 (remove_files) COMPLETE
61672025-08-26T21:23:32.088Z[ recovery-image] Aug 26 21:23:32.080 INFO O| Aug 26 21:23:32.080 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682025-08-26T21:23:32.116Z[ recovery-image] Aug 26 21:23:32.094 INFO O| Aug 26 21:23:32.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61692025-08-26T21:23:32.116Z[ recovery-image] Aug 26 21:23:32.094 INFO O| Aug 26 21:23:32.094 INFO STEP 447 (remove_files) COMPLETE
61702025-08-26T21:23:32.116Z[ recovery-image] Aug 26 21:23:32.094 INFO O| Aug 26 21:23:32.094 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712025-08-26T21:23:32.116Z[ recovery-image] Aug 26 21:23:32.106 INFO O| Aug 26 21:23:32.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61722025-08-26T21:23:32.116Z[ recovery-image] Aug 26 21:23:32.106 INFO O| Aug 26 21:23:32.106 INFO STEP 448 (remove_files) COMPLETE
61732025-08-26T21:23:32.116Z[ recovery-image] Aug 26 21:23:32.106 INFO O| Aug 26 21:23:32.106 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742025-08-26T21:23:32.141Z[ recovery-image] Aug 26 21:23:32.118 INFO O| Aug 26 21:23:32.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61752025-08-26T21:23:32.141Z[ recovery-image] Aug 26 21:23:32.118 INFO O| Aug 26 21:23:32.118 INFO STEP 449 (remove_files) COMPLETE
61762025-08-26T21:23:32.141Z[ recovery-image] Aug 26 21:23:32.118 INFO O| Aug 26 21:23:32.118 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772025-08-26T21:23:32.141Z[ recovery-image] Aug 26 21:23:32.131 INFO O| Aug 26 21:23:32.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61782025-08-26T21:23:32.141Z[ recovery-image] Aug 26 21:23:32.131 INFO O| Aug 26 21:23:32.131 INFO STEP 450 (remove_files) COMPLETE
61792025-08-26T21:23:32.141Z[ recovery-image] Aug 26 21:23:32.131 INFO O| Aug 26 21:23:32.131 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802025-08-26T21:23:32.166Z[ recovery-image] Aug 26 21:23:32.142 INFO O| Aug 26 21:23:32.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61812025-08-26T21:23:32.166Z[ recovery-image] Aug 26 21:23:32.143 INFO O| Aug 26 21:23:32.143 INFO STEP 451 (remove_files) COMPLETE
61822025-08-26T21:23:32.166Z[ recovery-image] Aug 26 21:23:32.143 INFO O| Aug 26 21:23:32.143 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832025-08-26T21:23:32.166Z[ recovery-image] Aug 26 21:23:32.155 INFO O| Aug 26 21:23:32.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61842025-08-26T21:23:32.166Z[ recovery-image] Aug 26 21:23:32.155 INFO O| Aug 26 21:23:32.155 INFO STEP 452 (remove_files) COMPLETE
61852025-08-26T21:23:32.166Z[ recovery-image] Aug 26 21:23:32.155 INFO O| Aug 26 21:23:32.155 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862025-08-26T21:23:32.191Z[ recovery-image] Aug 26 21:23:32.168 INFO O| Aug 26 21:23:32.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61872025-08-26T21:23:32.191Z[ recovery-image] Aug 26 21:23:32.168 INFO O| Aug 26 21:23:32.168 INFO STEP 453 (remove_files) COMPLETE
61882025-08-26T21:23:32.191Z[ recovery-image] Aug 26 21:23:32.168 INFO O| Aug 26 21:23:32.168 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892025-08-26T21:23:32.191Z[ recovery-image] Aug 26 21:23:32.184 INFO O| Aug 26 21:23:32.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61902025-08-26T21:23:32.191Z[ recovery-image] Aug 26 21:23:32.184 INFO O| Aug 26 21:23:32.184 INFO STEP 454 (remove_files) COMPLETE
61912025-08-26T21:23:32.191Z[ recovery-image] Aug 26 21:23:32.184 INFO O| Aug 26 21:23:32.184 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922025-08-26T21:23:32.217Z[ recovery-image] Aug 26 21:23:32.198 INFO O| Aug 26 21:23:32.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61932025-08-26T21:23:32.217Z[ recovery-image] Aug 26 21:23:32.198 INFO O| Aug 26 21:23:32.198 INFO STEP 455 (remove_files) COMPLETE
61942025-08-26T21:23:32.217Z[ recovery-image] Aug 26 21:23:32.198 INFO O| Aug 26 21:23:32.198 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952025-08-26T21:23:32.217Z[ recovery-image] Aug 26 21:23:32.210 INFO O| Aug 26 21:23:32.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61962025-08-26T21:23:32.217Z[ recovery-image] Aug 26 21:23:32.210 INFO O| Aug 26 21:23:32.210 INFO STEP 456 (remove_files) COMPLETE
61972025-08-26T21:23:32.217Z[ recovery-image] Aug 26 21:23:32.210 INFO O| Aug 26 21:23:32.210 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982025-08-26T21:23:32.242Z[ recovery-image] Aug 26 21:23:32.222 INFO O| Aug 26 21:23:32.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61992025-08-26T21:23:32.242Z[ recovery-image] Aug 26 21:23:32.222 INFO O| Aug 26 21:23:32.222 INFO STEP 457 (remove_files) COMPLETE
62002025-08-26T21:23:32.242Z[ recovery-image] Aug 26 21:23:32.222 INFO O| Aug 26 21:23:32.222 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012025-08-26T21:23:32.242Z[ recovery-image] Aug 26 21:23:32.234 INFO O| Aug 26 21:23:32.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62022025-08-26T21:23:32.242Z[ recovery-image] Aug 26 21:23:32.234 INFO O| Aug 26 21:23:32.234 INFO STEP 458 (remove_files) COMPLETE
62032025-08-26T21:23:32.242Z[ recovery-image] Aug 26 21:23:32.234 INFO O| Aug 26 21:23:32.234 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042025-08-26T21:23:32.267Z[ recovery-image] Aug 26 21:23:32.246 INFO O| Aug 26 21:23:32.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62052025-08-26T21:23:32.292Z[ recovery-image] Aug 26 21:23:32.246 INFO O| Aug 26 21:23:32.246 INFO STEP 459 (remove_files) COMPLETE
62062025-08-26T21:23:32.292Z[ recovery-image] Aug 26 21:23:32.246 INFO O| Aug 26 21:23:32.246 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072025-08-26T21:23:32.292Z[ recovery-image] Aug 26 21:23:32.261 INFO O| Aug 26 21:23:32.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62082025-08-26T21:23:32.292Z[ recovery-image] Aug 26 21:23:32.261 INFO O| Aug 26 21:23:32.261 INFO STEP 460 (remove_files) COMPLETE
62092025-08-26T21:23:32.292Z[ recovery-image] Aug 26 21:23:32.261 INFO O| Aug 26 21:23:32.261 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102025-08-26T21:23:32.292Z[ recovery-image] Aug 26 21:23:32.276 INFO O| Aug 26 21:23:32.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62112025-08-26T21:23:32.292Z[ recovery-image] Aug 26 21:23:32.276 INFO O| Aug 26 21:23:32.276 INFO STEP 461 (remove_files) COMPLETE
62122025-08-26T21:23:32.292Z[ recovery-image] Aug 26 21:23:32.276 INFO O| Aug 26 21:23:32.276 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132025-08-26T21:23:32.292Z[ recovery-image] Aug 26 21:23:32.292 INFO O| Aug 26 21:23:32.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62142025-08-26T21:23:32.293Z[ recovery-image] Aug 26 21:23:32.292 INFO O| Aug 26 21:23:32.292 INFO STEP 462 (remove_files) COMPLETE
62152025-08-26T21:23:32.293Z[ recovery-image] Aug 26 21:23:32.292 INFO O| Aug 26 21:23:32.292 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162025-08-26T21:23:32.318Z[ recovery-image] Aug 26 21:23:32.309 INFO O| Aug 26 21:23:32.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62172025-08-26T21:23:32.318Z[ recovery-image] Aug 26 21:23:32.310 INFO O| Aug 26 21:23:32.310 INFO STEP 463 (remove_files) COMPLETE
62182025-08-26T21:23:32.318Z[ recovery-image] Aug 26 21:23:32.310 INFO O| Aug 26 21:23:32.310 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192025-08-26T21:23:32.343Z[ recovery-image] Aug 26 21:23:32.327 INFO O| Aug 26 21:23:32.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62202025-08-26T21:23:32.343Z[ recovery-image] Aug 26 21:23:32.327 INFO O| Aug 26 21:23:32.327 INFO STEP 464 (remove_files) COMPLETE
62212025-08-26T21:23:32.343Z[ recovery-image] Aug 26 21:23:32.327 INFO O| Aug 26 21:23:32.327 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222025-08-26T21:23:32.343Z[ recovery-image] Aug 26 21:23:32.343 INFO O| Aug 26 21:23:32.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62232025-08-26T21:23:32.343Z[ recovery-image] Aug 26 21:23:32.343 INFO O| Aug 26 21:23:32.343 INFO STEP 465 (remove_files) COMPLETE
62242025-08-26T21:23:32.343Z[ recovery-image] Aug 26 21:23:32.343 INFO O| Aug 26 21:23:32.343 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252025-08-26T21:23:32.368Z[ recovery-image] Aug 26 21:23:32.361 INFO O| Aug 26 21:23:32.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62262025-08-26T21:23:32.368Z[ recovery-image] Aug 26 21:23:32.361 INFO O| Aug 26 21:23:32.361 INFO STEP 466 (remove_files) COMPLETE
62272025-08-26T21:23:32.368Z[ recovery-image] Aug 26 21:23:32.361 INFO O| Aug 26 21:23:32.361 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282025-08-26T21:23:32.394Z[ recovery-image] Aug 26 21:23:32.380 INFO O| Aug 26 21:23:32.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62292025-08-26T21:23:32.394Z[ recovery-image] Aug 26 21:23:32.380 INFO O| Aug 26 21:23:32.380 INFO STEP 467 (remove_files) COMPLETE
62302025-08-26T21:23:32.394Z[ recovery-image] Aug 26 21:23:32.380 INFO O| Aug 26 21:23:32.380 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312025-08-26T21:23:32.420Z[ recovery-image] Aug 26 21:23:32.398 INFO O| Aug 26 21:23:32.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62322025-08-26T21:23:32.420Z[ recovery-image] Aug 26 21:23:32.398 INFO O| Aug 26 21:23:32.398 INFO STEP 468 (remove_files) COMPLETE
62332025-08-26T21:23:32.420Z[ recovery-image] Aug 26 21:23:32.398 INFO O| Aug 26 21:23:32.398 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342025-08-26T21:23:32.420Z[ recovery-image] Aug 26 21:23:32.416 INFO O| Aug 26 21:23:32.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62352025-08-26T21:23:32.420Z[ recovery-image] Aug 26 21:23:32.416 INFO O| Aug 26 21:23:32.416 INFO STEP 469 (remove_files) COMPLETE
62362025-08-26T21:23:32.420Z[ recovery-image] Aug 26 21:23:32.416 INFO O| Aug 26 21:23:32.416 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372025-08-26T21:23:32.485Z[ recovery-image] Aug 26 21:23:32.432 INFO O| Aug 26 21:23:32.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62382025-08-26T21:23:32.486Z[ recovery-image] Aug 26 21:23:32.432 INFO O| Aug 26 21:23:32.432 INFO STEP 470 (remove_files) COMPLETE
62392025-08-26T21:23:32.486Z[ recovery-image] Aug 26 21:23:32.432 INFO O| Aug 26 21:23:32.432 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402025-08-26T21:23:32.486Z[ recovery-image] Aug 26 21:23:32.446 INFO O| Aug 26 21:23:32.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62412025-08-26T21:23:32.486Z[ recovery-image] Aug 26 21:23:32.446 INFO O| Aug 26 21:23:32.446 INFO STEP 471 (remove_files) COMPLETE
62422025-08-26T21:23:32.486Z[ recovery-image] Aug 26 21:23:32.446 INFO O| Aug 26 21:23:32.446 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432025-08-26T21:23:32.518Z[ recovery-image] Aug 26 21:23:32.460 INFO O| Aug 26 21:23:32.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62442025-08-26T21:23:32.518Z[ recovery-image] Aug 26 21:23:32.460 INFO O| Aug 26 21:23:32.460 INFO STEP 472 (remove_files) COMPLETE
62452025-08-26T21:23:32.518Z[ recovery-image] Aug 26 21:23:32.460 INFO O| Aug 26 21:23:32.460 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462025-08-26T21:23:32.518Z[ recovery-image] Aug 26 21:23:32.474 INFO O| Aug 26 21:23:32.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62472025-08-26T21:23:32.518Z[ recovery-image] Aug 26 21:23:32.474 INFO O| Aug 26 21:23:32.474 INFO STEP 473 (remove_files) COMPLETE
62482025-08-26T21:23:32.518Z[ recovery-image] Aug 26 21:23:32.474 INFO O| Aug 26 21:23:32.474 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492025-08-26T21:23:32.518Z[ recovery-image] Aug 26 21:23:32.488 INFO O| Aug 26 21:23:32.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62502025-08-26T21:23:32.518Z[ recovery-image] Aug 26 21:23:32.489 INFO O| Aug 26 21:23:32.489 INFO STEP 474 (remove_files) COMPLETE
62512025-08-26T21:23:32.518Z[ recovery-image] Aug 26 21:23:32.489 INFO O| Aug 26 21:23:32.489 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522025-08-26T21:23:32.518Z[ recovery-image] Aug 26 21:23:32.503 INFO O| Aug 26 21:23:32.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62532025-08-26T21:23:32.518Z[ recovery-image] Aug 26 21:23:32.503 INFO O| Aug 26 21:23:32.503 INFO STEP 475 (remove_files) COMPLETE
62542025-08-26T21:23:32.518Z[ recovery-image] Aug 26 21:23:32.503 INFO O| Aug 26 21:23:32.503 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552025-08-26T21:23:32.544Z[ recovery-image] Aug 26 21:23:32.516 INFO O| Aug 26 21:23:32.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62562025-08-26T21:23:32.544Z[ recovery-image] Aug 26 21:23:32.516 INFO O| Aug 26 21:23:32.516 INFO STEP 476 (remove_files) COMPLETE
62572025-08-26T21:23:32.544Z[ recovery-image] Aug 26 21:23:32.516 INFO O| Aug 26 21:23:32.516 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582025-08-26T21:23:32.544Z[ recovery-image] Aug 26 21:23:32.528 INFO O| Aug 26 21:23:32.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62592025-08-26T21:23:32.544Z[ recovery-image] Aug 26 21:23:32.528 INFO O| Aug 26 21:23:32.528 INFO STEP 477 (remove_files) COMPLETE
62602025-08-26T21:23:32.544Z[ recovery-image] Aug 26 21:23:32.528 INFO O| Aug 26 21:23:32.528 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612025-08-26T21:23:32.544Z[ recovery-image] Aug 26 21:23:32.540 INFO O| Aug 26 21:23:32.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62622025-08-26T21:23:32.544Z[ recovery-image] Aug 26 21:23:32.540 INFO O| Aug 26 21:23:32.540 INFO STEP 478 (remove_files) COMPLETE
62632025-08-26T21:23:32.544Z[ recovery-image] Aug 26 21:23:32.540 INFO O| Aug 26 21:23:32.540 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642025-08-26T21:23:32.569Z[ recovery-image] Aug 26 21:23:32.554 INFO O| Aug 26 21:23:32.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62652025-08-26T21:23:32.569Z[ recovery-image] Aug 26 21:23:32.554 INFO O| Aug 26 21:23:32.554 INFO STEP 479 (remove_files) COMPLETE
62662025-08-26T21:23:32.569Z[ recovery-image] Aug 26 21:23:32.554 INFO O| Aug 26 21:23:32.554 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672025-08-26T21:23:32.569Z[ recovery-image] Aug 26 21:23:32.565 INFO O| Aug 26 21:23:32.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62682025-08-26T21:23:32.569Z[ recovery-image] Aug 26 21:23:32.566 INFO O| Aug 26 21:23:32.566 INFO STEP 480 (remove_files) COMPLETE
62692025-08-26T21:23:32.569Z[ recovery-image] Aug 26 21:23:32.566 INFO O| Aug 26 21:23:32.566 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702025-08-26T21:23:32.594Z[ recovery-image] Aug 26 21:23:32.585 INFO O| Aug 26 21:23:32.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62712025-08-26T21:23:32.594Z[ recovery-image] Aug 26 21:23:32.585 INFO O| Aug 26 21:23:32.585 INFO STEP 481 (remove_files) COMPLETE
62722025-08-26T21:23:32.594Z[ recovery-image] Aug 26 21:23:32.585 INFO O| Aug 26 21:23:32.585 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732025-08-26T21:23:32.620Z[ recovery-image] Aug 26 21:23:32.600 INFO O| Aug 26 21:23:32.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62742025-08-26T21:23:32.620Z[ recovery-image] Aug 26 21:23:32.600 INFO O| Aug 26 21:23:32.600 INFO STEP 482 (remove_files) COMPLETE
62752025-08-26T21:23:32.620Z[ recovery-image] Aug 26 21:23:32.600 INFO O| Aug 26 21:23:32.600 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762025-08-26T21:23:32.620Z[ recovery-image] Aug 26 21:23:32.612 INFO O| Aug 26 21:23:32.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62772025-08-26T21:23:32.620Z[ recovery-image] Aug 26 21:23:32.613 INFO O| Aug 26 21:23:32.613 INFO STEP 483 (remove_files) COMPLETE
62782025-08-26T21:23:32.620Z[ recovery-image] Aug 26 21:23:32.613 INFO O| Aug 26 21:23:32.613 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792025-08-26T21:23:32.646Z[ recovery-image] Aug 26 21:23:32.624 INFO O| Aug 26 21:23:32.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62802025-08-26T21:23:32.646Z[ recovery-image] Aug 26 21:23:32.624 INFO O| Aug 26 21:23:32.624 INFO STEP 484 (remove_files) COMPLETE
62812025-08-26T21:23:32.646Z[ recovery-image] Aug 26 21:23:32.624 INFO O| Aug 26 21:23:32.624 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822025-08-26T21:23:32.646Z[ recovery-image] Aug 26 21:23:32.634 INFO O| Aug 26 21:23:32.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62832025-08-26T21:23:32.646Z[ recovery-image] Aug 26 21:23:32.634 INFO O| Aug 26 21:23:32.634 INFO STEP 485 (remove_files) COMPLETE
62842025-08-26T21:23:32.646Z[ recovery-image] Aug 26 21:23:32.635 INFO O| Aug 26 21:23:32.634 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852025-08-26T21:23:32.646Z[ recovery-image] Aug 26 21:23:32.645 INFO O| Aug 26 21:23:32.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62862025-08-26T21:23:32.646Z[ recovery-image] Aug 26 21:23:32.645 INFO O| Aug 26 21:23:32.645 INFO STEP 486 (remove_files) COMPLETE
62872025-08-26T21:23:32.646Z[ recovery-image] Aug 26 21:23:32.645 INFO O| Aug 26 21:23:32.645 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882025-08-26T21:23:32.672Z[ recovery-image] Aug 26 21:23:32.656 INFO O| Aug 26 21:23:32.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62892025-08-26T21:23:32.672Z[ recovery-image] Aug 26 21:23:32.656 INFO O| Aug 26 21:23:32.656 INFO STEP 487 (remove_files) COMPLETE
62902025-08-26T21:23:32.672Z[ recovery-image] Aug 26 21:23:32.656 INFO O| Aug 26 21:23:32.656 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912025-08-26T21:23:32.672Z[ recovery-image] Aug 26 21:23:32.668 INFO O| Aug 26 21:23:32.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62922025-08-26T21:23:32.672Z[ recovery-image] Aug 26 21:23:32.668 INFO O| Aug 26 21:23:32.668 INFO STEP 488 (remove_files) COMPLETE
62932025-08-26T21:23:32.672Z[ recovery-image] Aug 26 21:23:32.668 INFO O| Aug 26 21:23:32.668 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942025-08-26T21:23:32.698Z[ recovery-image] Aug 26 21:23:32.680 INFO O| Aug 26 21:23:32.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62952025-08-26T21:23:32.698Z[ recovery-image] Aug 26 21:23:32.680 INFO O| Aug 26 21:23:32.680 INFO STEP 489 (remove_files) COMPLETE
62962025-08-26T21:23:32.698Z[ recovery-image] Aug 26 21:23:32.680 INFO O| Aug 26 21:23:32.680 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972025-08-26T21:23:32.699Z[ recovery-image] Aug 26 21:23:32.691 INFO O| Aug 26 21:23:32.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62982025-08-26T21:23:32.699Z[ recovery-image] Aug 26 21:23:32.691 INFO O| Aug 26 21:23:32.691 INFO STEP 490 (remove_files) COMPLETE
62992025-08-26T21:23:32.699Z[ recovery-image] Aug 26 21:23:32.691 INFO O| Aug 26 21:23:32.691 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002025-08-26T21:23:32.724Z[ recovery-image] Aug 26 21:23:32.702 INFO O| Aug 26 21:23:32.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63012025-08-26T21:23:32.724Z[ recovery-image] Aug 26 21:23:32.702 INFO O| Aug 26 21:23:32.702 INFO STEP 491 (remove_files) COMPLETE
63022025-08-26T21:23:32.724Z[ recovery-image] Aug 26 21:23:32.702 INFO O| Aug 26 21:23:32.702 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032025-08-26T21:23:32.724Z[ recovery-image] Aug 26 21:23:32.713 INFO O| Aug 26 21:23:32.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63042025-08-26T21:23:32.724Z[ recovery-image] Aug 26 21:23:32.713 INFO O| Aug 26 21:23:32.713 INFO STEP 492 (remove_files) COMPLETE
63052025-08-26T21:23:32.724Z[ recovery-image] Aug 26 21:23:32.713 INFO O| Aug 26 21:23:32.713 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062025-08-26T21:23:32.751Z[ recovery-image] Aug 26 21:23:32.735 INFO O| Aug 26 21:23:32.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63072025-08-26T21:23:32.751Z[ recovery-image] Aug 26 21:23:32.735 INFO O| Aug 26 21:23:32.735 INFO STEP 493 (remove_files) COMPLETE
63082025-08-26T21:23:32.751Z[ recovery-image] Aug 26 21:23:32.735 INFO O| Aug 26 21:23:32.735 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092025-08-26T21:23:32.776Z[ recovery-image] Aug 26 21:23:32.755 INFO O| Aug 26 21:23:32.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63102025-08-26T21:23:32.776Z[ recovery-image] Aug 26 21:23:32.755 INFO O| Aug 26 21:23:32.755 INFO STEP 494 (remove_files) COMPLETE
63112025-08-26T21:23:32.776Z[ recovery-image] Aug 26 21:23:32.755 INFO O| Aug 26 21:23:32.755 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122025-08-26T21:23:32.776Z[ recovery-image] Aug 26 21:23:32.773 INFO O| Aug 26 21:23:32.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63132025-08-26T21:23:32.776Z[ recovery-image] Aug 26 21:23:32.773 INFO O| Aug 26 21:23:32.773 INFO STEP 495 (remove_files) COMPLETE
63142025-08-26T21:23:32.776Z[ recovery-image] Aug 26 21:23:32.773 INFO O| Aug 26 21:23:32.773 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152025-08-26T21:23:33.237Z[ recovery-image] Aug 26 21:23:32.795 INFO O| Aug 26 21:23:32.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63162025-08-26T21:23:33.237Z[ recovery-image] Aug 26 21:23:32.795 INFO O| Aug 26 21:23:32.795 INFO STEP 496 (remove_files) COMPLETE
63172025-08-26T21:23:33.237Z[ recovery-image] Aug 26 21:23:32.795 INFO O| Aug 26 21:23:32.795 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182025-08-26T21:23:33.432Z[ recovery-image] Aug 26 21:23:32.814 INFO O| Aug 26 21:23:32.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63192025-08-26T21:23:33.432Z[ recovery-image] Aug 26 21:23:32.814 INFO O| Aug 26 21:23:32.814 INFO STEP 497 (remove_files) COMPLETE
63202025-08-26T21:23:33.432Z[ recovery-image] Aug 26 21:23:32.814 INFO O| Aug 26 21:23:32.814 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212025-08-26T21:23:33.432Z[ recovery-image] Aug 26 21:23:32.831 INFO O| Aug 26 21:23:32.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63222025-08-26T21:23:33.432Z[ recovery-image] Aug 26 21:23:32.831 INFO O| Aug 26 21:23:32.831 INFO STEP 498 (remove_files) COMPLETE
63232025-08-26T21:23:33.432Z[ recovery-image] Aug 26 21:23:32.831 INFO O| Aug 26 21:23:32.831 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242025-08-26T21:23:33.432Z[ recovery-image] Aug 26 21:23:32.853 INFO O| Aug 26 21:23:32.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63252025-08-26T21:23:33.432Z[ recovery-image] Aug 26 21:23:32.854 INFO O| Aug 26 21:23:32.853 INFO STEP 499 (remove_files) COMPLETE
63262025-08-26T21:23:33.432Z[ recovery-image] Aug 26 21:23:32.854 INFO O| Aug 26 21:23:32.854 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272025-08-26T21:23:33.432Z[ recovery-image] Aug 26 21:23:32.876 INFO O| Aug 26 21:23:32.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63282025-08-26T21:23:33.432Z[ recovery-image] Aug 26 21:23:32.876 INFO O| Aug 26 21:23:32.876 INFO STEP 500 (remove_files) COMPLETE
63292025-08-26T21:23:33.432Z[ recovery-image] Aug 26 21:23:32.876 INFO O| Aug 26 21:23:32.876 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302025-08-26T21:23:33.432Z[ recovery-image] Aug 26 21:23:32.895 INFO O| Aug 26 21:23:32.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
63312025-08-26T21:23:33.432Z[ recovery-image] Aug 26 21:23:32.896 INFO O| Aug 26 21:23:32.896 INFO STEP 501 (remove_files) COMPLETE
63322025-08-26T21:23:33.432Z[ recovery-image] Aug 26 21:23:32.896 INFO O| Aug 26 21:23:32.896 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:32.912 INFO O| Aug 26 21:23:32.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63342025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:32.912 INFO O| Aug 26 21:23:32.912 INFO STEP 502 (remove_files) COMPLETE
63352025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:32.912 INFO O| Aug 26 21:23:32.912 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:32.929 INFO O| Aug 26 21:23:32.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63372025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:32.930 INFO O| Aug 26 21:23:32.930 INFO STEP 503 (remove_files) COMPLETE
63382025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:32.930 INFO O| Aug 26 21:23:32.930 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:32.942 INFO O| Aug 26 21:23:32.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63402025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:32.942 INFO O| Aug 26 21:23:32.942 INFO STEP 504 (remove_files) COMPLETE
63412025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:32.942 INFO O| Aug 26 21:23:32.942 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:32.963 INFO O| Aug 26 21:23:32.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63432025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:32.963 INFO O| Aug 26 21:23:32.963 INFO STEP 505 (remove_files) COMPLETE
63442025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:32.963 INFO O| Aug 26 21:23:32.963 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:32.976 INFO O| Aug 26 21:23:32.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63462025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:32.976 INFO O| Aug 26 21:23:32.976 INFO STEP 506 (remove_files) COMPLETE
63472025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:32.976 INFO O| Aug 26 21:23:32.976 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:32.989 INFO O| Aug 26 21:23:32.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63492025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:32.989 INFO O| Aug 26 21:23:32.989 INFO STEP 507 (remove_files) COMPLETE
63502025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:32.989 INFO O| Aug 26 21:23:32.989 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:33.001 INFO O| Aug 26 21:23:33.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63522025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:33.002 INFO O| Aug 26 21:23:33.002 INFO STEP 508 (remove_files) COMPLETE
63532025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:33.002 INFO O| Aug 26 21:23:33.002 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:33.014 INFO O| Aug 26 21:23:33.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63552025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:33.014 INFO O| Aug 26 21:23:33.014 INFO STEP 509 (remove_files) COMPLETE
63562025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:33.014 INFO O| Aug 26 21:23:33.014 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:33.026 INFO O| Aug 26 21:23:33.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63582025-08-26T21:23:33.433Z[ recovery-image] Aug 26 21:23:33.026 INFO O| Aug 26 21:23:33.026 INFO STEP 510 (remove_files) COMPLETE
63592025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.026 INFO O| Aug 26 21:23:33.026 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.040 INFO O| Aug 26 21:23:33.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63612025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.040 INFO O| Aug 26 21:23:33.040 INFO STEP 511 (remove_files) COMPLETE
63622025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.040 INFO O| Aug 26 21:23:33.040 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.060 INFO O| Aug 26 21:23:33.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63642025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.060 INFO O| Aug 26 21:23:33.060 INFO STEP 512 (remove_files) COMPLETE
63652025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.060 INFO O| Aug 26 21:23:33.060 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.073 INFO O| Aug 26 21:23:33.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63672025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.073 INFO O| Aug 26 21:23:33.073 INFO STEP 513 (remove_files) COMPLETE
63682025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.073 INFO O| Aug 26 21:23:33.073 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.085 INFO O| Aug 26 21:23:33.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63702025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.085 INFO O| Aug 26 21:23:33.085 INFO STEP 514 (remove_files) COMPLETE
63712025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.085 INFO O| Aug 26 21:23:33.085 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.098 INFO O| Aug 26 21:23:33.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63732025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.098 INFO O| Aug 26 21:23:33.098 INFO STEP 515 (remove_files) COMPLETE
63742025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.098 INFO O| Aug 26 21:23:33.098 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.111 INFO O| Aug 26 21:23:33.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63762025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.111 INFO O| Aug 26 21:23:33.111 INFO STEP 516 (remove_files) COMPLETE
63772025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.111 INFO O| Aug 26 21:23:33.111 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.124 INFO O| Aug 26 21:23:33.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63792025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.124 INFO O| Aug 26 21:23:33.124 INFO STEP 517 (remove_files) COMPLETE
63802025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.124 INFO O| Aug 26 21:23:33.124 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.140 INFO O| Aug 26 21:23:33.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63822025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.140 INFO O| Aug 26 21:23:33.140 INFO STEP 518 (remove_files) COMPLETE
63832025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.140 INFO O| Aug 26 21:23:33.140 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.156 INFO O| Aug 26 21:23:33.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63852025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.156 INFO O| Aug 26 21:23:33.156 INFO STEP 519 (remove_files) COMPLETE
63862025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.156 INFO O| Aug 26 21:23:33.156 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.195 INFO O| Aug 26 21:23:33.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63882025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.195 INFO O| Aug 26 21:23:33.195 INFO STEP 520 (remove_files) COMPLETE
63892025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.195 INFO O| Aug 26 21:23:33.195 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.209 INFO O| Aug 26 21:23:33.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63912025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.209 INFO O| Aug 26 21:23:33.209 INFO STEP 521 (remove_files) COMPLETE
63922025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.209 INFO O| Aug 26 21:23:33.209 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.224 INFO O| Aug 26 21:23:33.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
63942025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.224 INFO O| Aug 26 21:23:33.224 INFO STEP 522 (remove_files) COMPLETE
63952025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.224 INFO O| Aug 26 21:23:33.224 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.238 INFO O| Aug 26 21:23:33.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
63972025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.238 INFO O| Aug 26 21:23:33.238 INFO STEP 523 (remove_files) COMPLETE
63982025-08-26T21:23:33.434Z[ recovery-image] Aug 26 21:23:33.238 INFO O| Aug 26 21:23:33.238 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992025-08-26T21:23:33.435Z[ recovery-image] Aug 26 21:23:33.252 INFO O| Aug 26 21:23:33.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
64002025-08-26T21:23:33.435Z[ recovery-image] Aug 26 21:23:33.252 INFO O| Aug 26 21:23:33.252 INFO STEP 524 (remove_files) COMPLETE
64012025-08-26T21:23:33.435Z[ recovery-image] Aug 26 21:23:33.252 INFO O| Aug 26 21:23:33.252 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022025-08-26T21:23:33.461Z[ recovery-image] Aug 26 21:23:33.271 INFO O| Aug 26 21:23:33.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
64032025-08-26T21:23:33.461Z[ recovery-image] Aug 26 21:23:33.271 INFO O| Aug 26 21:23:33.271 INFO STEP 525 (remove_files) COMPLETE
64042025-08-26T21:23:33.461Z[ recovery-image] Aug 26 21:23:33.271 INFO O| Aug 26 21:23:33.271 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052025-08-26T21:23:33.461Z[ recovery-image] Aug 26 21:23:33.285 INFO O| Aug 26 21:23:33.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
64062025-08-26T21:23:33.461Z[ recovery-image] Aug 26 21:23:33.286 INFO O| Aug 26 21:23:33.285 INFO STEP 526 (remove_files) COMPLETE
64072025-08-26T21:23:33.461Z[ recovery-image] Aug 26 21:23:33.286 INFO O| Aug 26 21:23:33.286 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082025-08-26T21:23:33.461Z[ recovery-image] Aug 26 21:23:33.299 INFO O| Aug 26 21:23:33.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
64092025-08-26T21:23:33.461Z[ recovery-image] Aug 26 21:23:33.299 INFO O| Aug 26 21:23:33.299 INFO STEP 527 (remove_files) COMPLETE
64102025-08-26T21:23:33.461Z[ recovery-image] Aug 26 21:23:33.299 INFO O| Aug 26 21:23:33.299 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112025-08-26T21:23:33.461Z[ recovery-image] Aug 26 21:23:33.312 INFO O| Aug 26 21:23:33.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
64122025-08-26T21:23:33.461Z[ recovery-image] Aug 26 21:23:33.312 INFO O| Aug 26 21:23:33.312 INFO STEP 528 (remove_files) COMPLETE
64132025-08-26T21:23:33.461Z[ recovery-image] Aug 26 21:23:33.312 INFO O| Aug 26 21:23:33.312 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142025-08-26T21:23:33.461Z[ recovery-image] Aug 26 21:23:33.326 INFO O| Aug 26 21:23:33.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
64152025-08-26T21:23:33.461Z[ recovery-image] Aug 26 21:23:33.326 INFO O| Aug 26 21:23:33.326 INFO STEP 529 (remove_files) COMPLETE
64162025-08-26T21:23:33.461Z[ recovery-image] Aug 26 21:23:33.326 INFO O| Aug 26 21:23:33.326 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172025-08-26T21:23:33.461Z[ recovery-image] Aug 26 21:23:33.339 INFO O| Aug 26 21:23:33.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
64182025-08-26T21:23:33.461Z[ recovery-image] Aug 26 21:23:33.339 INFO O| Aug 26 21:23:33.339 INFO STEP 530 (remove_files) COMPLETE
64192025-08-26T21:23:33.461Z[ recovery-image] Aug 26 21:23:33.339 INFO O| Aug 26 21:23:33.339 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202025-08-26T21:23:33.461Z[ recovery-image] Aug 26 21:23:33.353 INFO O| Aug 26 21:23:33.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
64212025-08-26T21:23:33.461Z[ recovery-image] Aug 26 21:23:33.353 INFO O| Aug 26 21:23:33.353 INFO STEP 531 (remove_files) COMPLETE
64222025-08-26T21:23:33.461Z[ recovery-image] Aug 26 21:23:33.353 INFO O| Aug 26 21:23:33.353 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232025-08-26T21:23:33.462Z[ recovery-image] Aug 26 21:23:33.365 INFO O| Aug 26 21:23:33.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
64242025-08-26T21:23:33.462Z[ recovery-image] Aug 26 21:23:33.366 INFO O| Aug 26 21:23:33.365 INFO STEP 532 (remove_files) COMPLETE
64252025-08-26T21:23:33.462Z[ recovery-image] Aug 26 21:23:33.366 INFO O| Aug 26 21:23:33.366 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262025-08-26T21:23:33.462Z[ recovery-image] Aug 26 21:23:33.378 INFO O| Aug 26 21:23:33.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
64272025-08-26T21:23:33.462Z[ recovery-image] Aug 26 21:23:33.378 INFO O| Aug 26 21:23:33.378 INFO STEP 533 (remove_files) COMPLETE
64282025-08-26T21:23:33.462Z[ recovery-image] Aug 26 21:23:33.378 INFO O| Aug 26 21:23:33.378 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292025-08-26T21:23:33.462Z[ recovery-image] Aug 26 21:23:33.392 INFO O| Aug 26 21:23:33.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
64302025-08-26T21:23:33.462Z[ recovery-image] Aug 26 21:23:33.392 INFO O| Aug 26 21:23:33.392 INFO STEP 534 (remove_files) COMPLETE
64312025-08-26T21:23:33.462Z[ recovery-image] Aug 26 21:23:33.392 INFO O| Aug 26 21:23:33.392 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322025-08-26T21:23:33.462Z[ recovery-image] Aug 26 21:23:33.411 INFO O| Aug 26 21:23:33.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64332025-08-26T21:23:33.462Z[ recovery-image] Aug 26 21:23:33.411 INFO O| Aug 26 21:23:33.411 INFO STEP 535 (remove_files) COMPLETE
64342025-08-26T21:23:33.462Z[ recovery-image] Aug 26 21:23:33.411 INFO O| Aug 26 21:23:33.411 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352025-08-26T21:23:33.462Z[ recovery-image] Aug 26 21:23:33.432 INFO O| Aug 26 21:23:33.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64362025-08-26T21:23:33.462Z[ recovery-image] Aug 26 21:23:33.432 INFO O| Aug 26 21:23:33.432 INFO STEP 536 (remove_files) COMPLETE
64372025-08-26T21:23:33.462Z[ recovery-image] Aug 26 21:23:33.432 INFO O| Aug 26 21:23:33.432 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382025-08-26T21:23:33.489Z[ recovery-image] Aug 26 21:23:33.447 INFO O| Aug 26 21:23:33.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
64392025-08-26T21:23:33.489Z[ recovery-image] Aug 26 21:23:33.447 INFO O| Aug 26 21:23:33.447 INFO STEP 537 (remove_files) COMPLETE
64402025-08-26T21:23:33.489Z[ recovery-image] Aug 26 21:23:33.447 INFO O| Aug 26 21:23:33.447 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412025-08-26T21:23:33.489Z[ recovery-image] Aug 26 21:23:33.463 INFO O| Aug 26 21:23:33.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
64422025-08-26T21:23:33.489Z[ recovery-image] Aug 26 21:23:33.463 INFO O| Aug 26 21:23:33.463 INFO STEP 538 (remove_files) COMPLETE
64432025-08-26T21:23:33.489Z[ recovery-image] Aug 26 21:23:33.463 INFO O| Aug 26 21:23:33.463 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442025-08-26T21:23:33.489Z[ recovery-image] Aug 26 21:23:33.481 INFO O| Aug 26 21:23:33.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
64452025-08-26T21:23:33.489Z[ recovery-image] Aug 26 21:23:33.481 INFO O| Aug 26 21:23:33.481 INFO STEP 539 (remove_files) COMPLETE
64462025-08-26T21:23:33.489Z[ recovery-image] Aug 26 21:23:33.481 INFO O| Aug 26 21:23:33.481 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472025-08-26T21:23:33.516Z[ recovery-image] Aug 26 21:23:33.503 INFO O| Aug 26 21:23:33.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
64482025-08-26T21:23:33.516Z[ recovery-image] Aug 26 21:23:33.503 INFO O| Aug 26 21:23:33.503 INFO STEP 540 (remove_files) COMPLETE
64492025-08-26T21:23:33.516Z[ recovery-image] Aug 26 21:23:33.503 INFO O| Aug 26 21:23:33.503 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502025-08-26T21:23:33.541Z[ recovery-image] Aug 26 21:23:33.522 INFO O| Aug 26 21:23:33.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64512025-08-26T21:23:33.542Z[ recovery-image] Aug 26 21:23:33.522 INFO O| Aug 26 21:23:33.522 INFO STEP 541 (remove_files) COMPLETE
64522025-08-26T21:23:33.542Z[ recovery-image] Aug 26 21:23:33.522 INFO O| Aug 26 21:23:33.522 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532025-08-26T21:23:33.542Z[ recovery-image] Aug 26 21:23:33.539 INFO O| Aug 26 21:23:33.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64542025-08-26T21:23:33.542Z[ recovery-image] Aug 26 21:23:33.539 INFO O| Aug 26 21:23:33.539 INFO STEP 542 (remove_files) COMPLETE
64552025-08-26T21:23:33.542Z[ recovery-image] Aug 26 21:23:33.539 INFO O| Aug 26 21:23:33.539 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562025-08-26T21:23:33.571Z[ recovery-image] Aug 26 21:23:33.557 INFO O| Aug 26 21:23:33.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
64572025-08-26T21:23:33.571Z[ recovery-image] Aug 26 21:23:33.557 INFO O| Aug 26 21:23:33.557 INFO STEP 543 (remove_files) COMPLETE
64582025-08-26T21:23:33.571Z[ recovery-image] Aug 26 21:23:33.557 INFO O| Aug 26 21:23:33.557 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592025-08-26T21:23:33.597Z[ recovery-image] Aug 26 21:23:33.575 INFO O| Aug 26 21:23:33.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64602025-08-26T21:23:33.597Z[ recovery-image] Aug 26 21:23:33.576 INFO O| Aug 26 21:23:33.575 INFO STEP 544 (remove_files) COMPLETE
64612025-08-26T21:23:33.597Z[ recovery-image] Aug 26 21:23:33.576 INFO O| Aug 26 21:23:33.575 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622025-08-26T21:23:33.597Z[ recovery-image] Aug 26 21:23:33.594 INFO O| Aug 26 21:23:33.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64632025-08-26T21:23:33.597Z[ recovery-image] Aug 26 21:23:33.594 INFO O| Aug 26 21:23:33.594 INFO STEP 545 (remove_files) COMPLETE
64642025-08-26T21:23:33.597Z[ recovery-image] Aug 26 21:23:33.594 INFO O| Aug 26 21:23:33.594 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652025-08-26T21:23:33.624Z[ recovery-image] Aug 26 21:23:33.611 INFO O| Aug 26 21:23:33.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64662025-08-26T21:23:33.624Z[ recovery-image] Aug 26 21:23:33.611 INFO O| Aug 26 21:23:33.611 INFO STEP 546 (remove_files) COMPLETE
64672025-08-26T21:23:33.624Z[ recovery-image] Aug 26 21:23:33.611 INFO O| Aug 26 21:23:33.611 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682025-08-26T21:23:33.649Z[ recovery-image] Aug 26 21:23:33.625 INFO O| Aug 26 21:23:33.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64692025-08-26T21:23:33.649Z[ recovery-image] Aug 26 21:23:33.625 INFO O| Aug 26 21:23:33.625 INFO STEP 547 (remove_files) COMPLETE
64702025-08-26T21:23:33.649Z[ recovery-image] Aug 26 21:23:33.625 INFO O| Aug 26 21:23:33.625 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712025-08-26T21:23:33.649Z[ recovery-image] Aug 26 21:23:33.639 INFO O| Aug 26 21:23:33.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64722025-08-26T21:23:33.649Z[ recovery-image] Aug 26 21:23:33.639 INFO O| Aug 26 21:23:33.639 INFO STEP 548 (remove_files) COMPLETE
64732025-08-26T21:23:33.649Z[ recovery-image] Aug 26 21:23:33.639 INFO O| Aug 26 21:23:33.639 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742025-08-26T21:23:33.674Z[ recovery-image] Aug 26 21:23:33.654 INFO O| Aug 26 21:23:33.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64752025-08-26T21:23:33.674Z[ recovery-image] Aug 26 21:23:33.654 INFO O| Aug 26 21:23:33.654 INFO STEP 549 (remove_files) COMPLETE
64762025-08-26T21:23:33.674Z[ recovery-image] Aug 26 21:23:33.654 INFO O| Aug 26 21:23:33.654 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772025-08-26T21:23:33.674Z[ recovery-image] Aug 26 21:23:33.672 INFO O| Aug 26 21:23:33.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
64782025-08-26T21:23:33.674Z[ recovery-image] Aug 26 21:23:33.672 INFO O| Aug 26 21:23:33.672 INFO STEP 550 (remove_files) COMPLETE
64792025-08-26T21:23:33.674Z[ recovery-image] Aug 26 21:23:33.672 INFO O| Aug 26 21:23:33.672 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802025-08-26T21:23:33.699Z[ recovery-image] Aug 26 21:23:33.689 INFO O| Aug 26 21:23:33.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
64812025-08-26T21:23:33.699Z[ recovery-image] Aug 26 21:23:33.689 INFO O| Aug 26 21:23:33.689 INFO STEP 551 (remove_files) COMPLETE
64822025-08-26T21:23:33.699Z[ recovery-image] Aug 26 21:23:33.689 INFO O| Aug 26 21:23:33.689 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832025-08-26T21:23:33.724Z[ recovery-image] Aug 26 21:23:33.707 INFO O| Aug 26 21:23:33.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
64842025-08-26T21:23:33.724Z[ recovery-image] Aug 26 21:23:33.708 INFO O| Aug 26 21:23:33.708 INFO STEP 552 (remove_files) COMPLETE
64852025-08-26T21:23:33.724Z[ recovery-image] Aug 26 21:23:33.708 INFO O| Aug 26 21:23:33.708 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862025-08-26T21:23:33.751Z[ recovery-image] Aug 26 21:23:33.731 INFO O| Aug 26 21:23:33.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
64872025-08-26T21:23:33.751Z[ recovery-image] Aug 26 21:23:33.732 INFO O| Aug 26 21:23:33.732 INFO STEP 553 (remove_files) COMPLETE
64882025-08-26T21:23:33.751Z[ recovery-image] Aug 26 21:23:33.732 INFO O| Aug 26 21:23:33.732 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892025-08-26T21:23:33.776Z[ recovery-image] Aug 26 21:23:33.752 INFO O| Aug 26 21:23:33.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
64902025-08-26T21:23:33.776Z[ recovery-image] Aug 26 21:23:33.752 INFO O| Aug 26 21:23:33.752 INFO STEP 554 (remove_files) COMPLETE
64912025-08-26T21:23:33.776Z[ recovery-image] Aug 26 21:23:33.753 INFO O| Aug 26 21:23:33.752 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922025-08-26T21:23:33.776Z[ recovery-image] Aug 26 21:23:33.768 INFO O| Aug 26 21:23:33.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
64932025-08-26T21:23:33.776Z[ recovery-image] Aug 26 21:23:33.768 INFO O| Aug 26 21:23:33.768 INFO STEP 555 (remove_files) COMPLETE
64942025-08-26T21:23:33.776Z[ recovery-image] Aug 26 21:23:33.768 INFO O| Aug 26 21:23:33.768 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952025-08-26T21:23:33.801Z[ recovery-image] Aug 26 21:23:33.787 INFO O| Aug 26 21:23:33.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
64962025-08-26T21:23:33.801Z[ recovery-image] Aug 26 21:23:33.787 INFO O| Aug 26 21:23:33.787 INFO STEP 556 (remove_files) COMPLETE
64972025-08-26T21:23:33.801Z[ recovery-image] Aug 26 21:23:33.787 INFO O| Aug 26 21:23:33.787 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982025-08-26T21:23:33.828Z[ recovery-image] Aug 26 21:23:33.805 INFO O| Aug 26 21:23:33.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64992025-08-26T21:23:33.829Z[ recovery-image] Aug 26 21:23:33.805 INFO O| Aug 26 21:23:33.805 INFO STEP 557 (remove_files) COMPLETE
65002025-08-26T21:23:33.829Z[ recovery-image] Aug 26 21:23:33.805 INFO O| Aug 26 21:23:33.805 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012025-08-26T21:23:33.829Z[ recovery-image] Aug 26 21:23:33.822 INFO O| Aug 26 21:23:33.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
65022025-08-26T21:23:33.829Z[ recovery-image] Aug 26 21:23:33.823 INFO O| Aug 26 21:23:33.822 INFO STEP 558 (remove_files) COMPLETE
65032025-08-26T21:23:33.829Z[ recovery-image] Aug 26 21:23:33.823 INFO O| Aug 26 21:23:33.822 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042025-08-26T21:23:33.854Z[ recovery-image] Aug 26 21:23:33.839 INFO O| Aug 26 21:23:33.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
65052025-08-26T21:23:33.854Z[ recovery-image] Aug 26 21:23:33.839 INFO O| Aug 26 21:23:33.839 INFO STEP 559 (remove_files) COMPLETE
65062025-08-26T21:23:33.854Z[ recovery-image] Aug 26 21:23:33.839 INFO O| Aug 26 21:23:33.839 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072025-08-26T21:23:33.878Z[ recovery-image] Aug 26 21:23:33.857 INFO O| Aug 26 21:23:33.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
65082025-08-26T21:23:33.878Z[ recovery-image] Aug 26 21:23:33.857 INFO O| Aug 26 21:23:33.857 INFO STEP 560 (remove_files) COMPLETE
65092025-08-26T21:23:33.879Z[ recovery-image] Aug 26 21:23:33.857 INFO O| Aug 26 21:23:33.857 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102025-08-26T21:23:33.879Z[ recovery-image] Aug 26 21:23:33.875 INFO O| Aug 26 21:23:33.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
65112025-08-26T21:23:33.879Z[ recovery-image] Aug 26 21:23:33.875 INFO O| Aug 26 21:23:33.875 INFO STEP 561 (remove_files) COMPLETE
65122025-08-26T21:23:33.879Z[ recovery-image] Aug 26 21:23:33.875 INFO O| Aug 26 21:23:33.875 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132025-08-26T21:23:33.904Z[ recovery-image] Aug 26 21:23:33.893 INFO O| Aug 26 21:23:33.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
65142025-08-26T21:23:33.904Z[ recovery-image] Aug 26 21:23:33.893 INFO O| Aug 26 21:23:33.893 INFO STEP 562 (remove_files) COMPLETE
65152025-08-26T21:23:33.904Z[ recovery-image] Aug 26 21:23:33.893 INFO O| Aug 26 21:23:33.893 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162025-08-26T21:23:33.930Z[ recovery-image] Aug 26 21:23:33.909 INFO O| Aug 26 21:23:33.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
65172025-08-26T21:23:33.930Z[ recovery-image] Aug 26 21:23:33.909 INFO O| Aug 26 21:23:33.909 INFO STEP 563 (remove_files) COMPLETE
65182025-08-26T21:23:33.930Z[ recovery-image] Aug 26 21:23:33.909 INFO O| Aug 26 21:23:33.909 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192025-08-26T21:23:33.930Z[ recovery-image] Aug 26 21:23:33.927 INFO O| Aug 26 21:23:33.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
65202025-08-26T21:23:33.930Z[ recovery-image] Aug 26 21:23:33.928 INFO O| Aug 26 21:23:33.927 INFO STEP 564 (remove_files) COMPLETE
65212025-08-26T21:23:33.930Z[ recovery-image] Aug 26 21:23:33.928 INFO O| Aug 26 21:23:33.928 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222025-08-26T21:23:33.956Z[ recovery-image] Aug 26 21:23:33.943 INFO O| Aug 26 21:23:33.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
65232025-08-26T21:23:33.956Z[ recovery-image] Aug 26 21:23:33.943 INFO O| Aug 26 21:23:33.943 INFO STEP 565 (remove_files) COMPLETE
65242025-08-26T21:23:33.956Z[ recovery-image] Aug 26 21:23:33.943 INFO O| Aug 26 21:23:33.943 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252025-08-26T21:23:33.956Z[ recovery-image] Aug 26 21:23:33.956 INFO O| Aug 26 21:23:33.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
65262025-08-26T21:23:33.956Z[ recovery-image] Aug 26 21:23:33.956 INFO O| Aug 26 21:23:33.956 INFO STEP 566 (remove_files) COMPLETE
65272025-08-26T21:23:33.956Z[ recovery-image] Aug 26 21:23:33.956 INFO O| Aug 26 21:23:33.956 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282025-08-26T21:23:33.981Z[ recovery-image] Aug 26 21:23:33.969 INFO O| Aug 26 21:23:33.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
65292025-08-26T21:23:33.981Z[ recovery-image] Aug 26 21:23:33.969 INFO O| Aug 26 21:23:33.969 INFO STEP 567 (remove_files) COMPLETE
65302025-08-26T21:23:33.981Z[ recovery-image] Aug 26 21:23:33.969 INFO O| Aug 26 21:23:33.969 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312025-08-26T21:23:34.006Z[ recovery-image] Aug 26 21:23:33.984 INFO O| Aug 26 21:23:33.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65322025-08-26T21:23:34.006Z[ recovery-image] Aug 26 21:23:33.984 INFO O| Aug 26 21:23:33.984 INFO STEP 568 (remove_files) COMPLETE
65332025-08-26T21:23:34.007Z[ recovery-image] Aug 26 21:23:33.984 INFO O| Aug 26 21:23:33.984 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342025-08-26T21:23:34.007Z[ recovery-image] Aug 26 21:23:34.000 INFO O| Aug 26 21:23:34.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65352025-08-26T21:23:34.007Z[ recovery-image] Aug 26 21:23:34.000 INFO O| Aug 26 21:23:34.000 INFO STEP 569 (remove_files) COMPLETE
65362025-08-26T21:23:34.007Z[ recovery-image] Aug 26 21:23:34.000 INFO O| Aug 26 21:23:34.000 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372025-08-26T21:23:34.033Z[ recovery-image] Aug 26 21:23:34.016 INFO O| Aug 26 21:23:34.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
65382025-08-26T21:23:34.033Z[ recovery-image] Aug 26 21:23:34.017 INFO O| Aug 26 21:23:34.016 INFO STEP 570 (remove_files) COMPLETE
65392025-08-26T21:23:34.033Z[ recovery-image] Aug 26 21:23:34.017 INFO O| Aug 26 21:23:34.016 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402025-08-26T21:23:34.058Z[ recovery-image] Aug 26 21:23:34.035 INFO O| Aug 26 21:23:34.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
65412025-08-26T21:23:34.058Z[ recovery-image] Aug 26 21:23:34.035 INFO O| Aug 26 21:23:34.035 INFO STEP 571 (remove_files) COMPLETE
65422025-08-26T21:23:34.058Z[ recovery-image] Aug 26 21:23:34.035 INFO O| Aug 26 21:23:34.035 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432025-08-26T21:23:34.058Z[ recovery-image] Aug 26 21:23:34.049 INFO O| Aug 26 21:23:34.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
65442025-08-26T21:23:34.058Z[ recovery-image] Aug 26 21:23:34.049 INFO O| Aug 26 21:23:34.049 INFO STEP 572 (remove_files) COMPLETE
65452025-08-26T21:23:34.058Z[ recovery-image] Aug 26 21:23:34.049 INFO O| Aug 26 21:23:34.049 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462025-08-26T21:23:34.087Z[ recovery-image] Aug 26 21:23:34.062 INFO O| Aug 26 21:23:34.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65472025-08-26T21:23:34.087Z[ recovery-image] Aug 26 21:23:34.062 INFO O| Aug 26 21:23:34.062 INFO STEP 573 (remove_files) COMPLETE
65482025-08-26T21:23:34.087Z[ recovery-image] Aug 26 21:23:34.062 INFO O| Aug 26 21:23:34.062 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492025-08-26T21:23:34.087Z[ recovery-image] Aug 26 21:23:34.075 INFO O| Aug 26 21:23:34.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65502025-08-26T21:23:34.088Z[ recovery-image] Aug 26 21:23:34.075 INFO O| Aug 26 21:23:34.075 INFO STEP 574 (remove_files) COMPLETE
65512025-08-26T21:23:34.088Z[ recovery-image] Aug 26 21:23:34.075 INFO O| Aug 26 21:23:34.075 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522025-08-26T21:23:34.114Z[ recovery-image] Aug 26 21:23:34.088 INFO O| Aug 26 21:23:34.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65532025-08-26T21:23:34.114Z[ recovery-image] Aug 26 21:23:34.089 INFO O| Aug 26 21:23:34.089 INFO STEP 575 (remove_files) COMPLETE
65542025-08-26T21:23:34.114Z[ recovery-image] Aug 26 21:23:34.089 INFO O| Aug 26 21:23:34.089 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552025-08-26T21:23:34.114Z[ recovery-image] Aug 26 21:23:34.101 INFO O| Aug 26 21:23:34.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
65562025-08-26T21:23:34.114Z[ recovery-image] Aug 26 21:23:34.101 INFO O| Aug 26 21:23:34.101 INFO STEP 576 (remove_files) COMPLETE
65572025-08-26T21:23:34.114Z[ recovery-image] Aug 26 21:23:34.101 INFO O| Aug 26 21:23:34.101 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582025-08-26T21:23:34.114Z[ recovery-image] Aug 26 21:23:34.113 INFO O| Aug 26 21:23:34.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65592025-08-26T21:23:34.114Z[ recovery-image] Aug 26 21:23:34.114 INFO O| Aug 26 21:23:34.114 INFO STEP 577 (remove_files) COMPLETE
65602025-08-26T21:23:34.114Z[ recovery-image] Aug 26 21:23:34.114 INFO O| Aug 26 21:23:34.114 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612025-08-26T21:23:34.141Z[ recovery-image] Aug 26 21:23:34.131 INFO O| Aug 26 21:23:34.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65622025-08-26T21:23:34.141Z[ recovery-image] Aug 26 21:23:34.132 INFO O| Aug 26 21:23:34.132 INFO STEP 578 (remove_files) COMPLETE
65632025-08-26T21:23:34.141Z[ recovery-image] Aug 26 21:23:34.132 INFO O| Aug 26 21:23:34.132 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642025-08-26T21:23:34.166Z[ recovery-image] Aug 26 21:23:34.146 INFO O| Aug 26 21:23:34.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65652025-08-26T21:23:34.166Z[ recovery-image] Aug 26 21:23:34.147 INFO O| Aug 26 21:23:34.147 INFO STEP 579 (remove_files) COMPLETE
65662025-08-26T21:23:34.167Z[ recovery-image] Aug 26 21:23:34.147 INFO O| Aug 26 21:23:34.147 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672025-08-26T21:23:34.167Z[ recovery-image] Aug 26 21:23:34.165 INFO O| Aug 26 21:23:34.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65682025-08-26T21:23:34.167Z[ recovery-image] Aug 26 21:23:34.165 INFO O| Aug 26 21:23:34.165 INFO STEP 580 (remove_files) COMPLETE
65692025-08-26T21:23:34.167Z[ recovery-image] Aug 26 21:23:34.165 INFO O| Aug 26 21:23:34.165 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702025-08-26T21:23:34.191Z[ recovery-image] Aug 26 21:23:34.178 INFO O| Aug 26 21:23:34.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65712025-08-26T21:23:34.191Z[ recovery-image] Aug 26 21:23:34.178 INFO O| Aug 26 21:23:34.178 INFO STEP 581 (remove_files) COMPLETE
65722025-08-26T21:23:34.191Z[ recovery-image] Aug 26 21:23:34.178 INFO O| Aug 26 21:23:34.178 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732025-08-26T21:23:34.191Z[ recovery-image] Aug 26 21:23:34.191 INFO O| Aug 26 21:23:34.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65742025-08-26T21:23:34.191Z[ recovery-image] Aug 26 21:23:34.191 INFO O| Aug 26 21:23:34.191 INFO STEP 582 (remove_files) COMPLETE
65752025-08-26T21:23:34.191Z[ recovery-image] Aug 26 21:23:34.191 INFO O| Aug 26 21:23:34.191 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762025-08-26T21:23:34.216Z[ recovery-image] Aug 26 21:23:34.211 INFO O| Aug 26 21:23:34.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65772025-08-26T21:23:34.216Z[ recovery-image] Aug 26 21:23:34.212 INFO O| Aug 26 21:23:34.212 INFO STEP 583 (remove_files) COMPLETE
65782025-08-26T21:23:34.216Z[ recovery-image] Aug 26 21:23:34.212 INFO O| Aug 26 21:23:34.212 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792025-08-26T21:23:34.241Z[ recovery-image] Aug 26 21:23:34.226 INFO O| Aug 26 21:23:34.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65802025-08-26T21:23:34.241Z[ recovery-image] Aug 26 21:23:34.227 INFO O| Aug 26 21:23:34.227 INFO STEP 584 (remove_files) COMPLETE
65812025-08-26T21:23:34.241Z[ recovery-image] Aug 26 21:23:34.227 INFO O| Aug 26 21:23:34.227 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822025-08-26T21:23:34.242Z[ recovery-image] Aug 26 21:23:34.242 INFO O| Aug 26 21:23:34.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65832025-08-26T21:23:34.242Z[ recovery-image] Aug 26 21:23:34.242 INFO O| Aug 26 21:23:34.242 INFO STEP 585 (remove_files) COMPLETE
65842025-08-26T21:23:34.242Z[ recovery-image] Aug 26 21:23:34.242 INFO O| Aug 26 21:23:34.242 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852025-08-26T21:23:34.267Z[ recovery-image] Aug 26 21:23:34.259 INFO O| Aug 26 21:23:34.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65862025-08-26T21:23:34.267Z[ recovery-image] Aug 26 21:23:34.259 INFO O| Aug 26 21:23:34.259 INFO STEP 586 (remove_files) COMPLETE
65872025-08-26T21:23:34.267Z[ recovery-image] Aug 26 21:23:34.259 INFO O| Aug 26 21:23:34.259 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882025-08-26T21:23:34.292Z[ recovery-image] Aug 26 21:23:34.275 INFO O| Aug 26 21:23:34.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65892025-08-26T21:23:34.292Z[ recovery-image] Aug 26 21:23:34.276 INFO O| Aug 26 21:23:34.275 INFO STEP 587 (remove_files) COMPLETE
65902025-08-26T21:23:34.292Z[ recovery-image] Aug 26 21:23:34.276 INFO O| Aug 26 21:23:34.275 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912025-08-26T21:23:34.317Z[ recovery-image] Aug 26 21:23:34.295 INFO O| Aug 26 21:23:34.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65922025-08-26T21:23:34.318Z[ recovery-image] Aug 26 21:23:34.296 INFO O| Aug 26 21:23:34.296 INFO STEP 588 (remove_files) COMPLETE
65932025-08-26T21:23:34.318Z[ recovery-image] Aug 26 21:23:34.296 INFO O| Aug 26 21:23:34.296 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942025-08-26T21:23:34.318Z[ recovery-image] Aug 26 21:23:34.312 INFO O| Aug 26 21:23:34.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65952025-08-26T21:23:34.318Z[ recovery-image] Aug 26 21:23:34.312 INFO O| Aug 26 21:23:34.312 INFO STEP 589 (remove_files) COMPLETE
65962025-08-26T21:23:34.318Z[ recovery-image] Aug 26 21:23:34.312 INFO O| Aug 26 21:23:34.312 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972025-08-26T21:23:34.344Z[ recovery-image] Aug 26 21:23:34.328 INFO O| Aug 26 21:23:34.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65982025-08-26T21:23:34.344Z[ recovery-image] Aug 26 21:23:34.328 INFO O| Aug 26 21:23:34.328 INFO STEP 590 (remove_files) COMPLETE
65992025-08-26T21:23:34.344Z[ recovery-image] Aug 26 21:23:34.328 INFO O| Aug 26 21:23:34.328 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002025-08-26T21:23:34.344Z[ recovery-image] Aug 26 21:23:34.342 INFO O| Aug 26 21:23:34.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
66012025-08-26T21:23:34.344Z[ recovery-image] Aug 26 21:23:34.343 INFO O| Aug 26 21:23:34.343 INFO STEP 591 (remove_files) COMPLETE
66022025-08-26T21:23:34.344Z[ recovery-image] Aug 26 21:23:34.343 INFO O| Aug 26 21:23:34.343 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032025-08-26T21:23:34.369Z[ recovery-image] Aug 26 21:23:34.357 INFO O| Aug 26 21:23:34.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
66042025-08-26T21:23:34.369Z[ recovery-image] Aug 26 21:23:34.357 INFO O| Aug 26 21:23:34.357 INFO STEP 592 (remove_files) COMPLETE
66052025-08-26T21:23:34.369Z[ recovery-image] Aug 26 21:23:34.357 INFO O| Aug 26 21:23:34.357 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062025-08-26T21:23:34.394Z[ recovery-image] Aug 26 21:23:34.372 INFO O| Aug 26 21:23:34.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
66072025-08-26T21:23:34.394Z[ recovery-image] Aug 26 21:23:34.373 INFO O| Aug 26 21:23:34.372 INFO STEP 593 (remove_files) COMPLETE
66082025-08-26T21:23:34.394Z[ recovery-image] Aug 26 21:23:34.373 INFO O| Aug 26 21:23:34.372 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092025-08-26T21:23:34.394Z[ recovery-image] Aug 26 21:23:34.391 INFO O| Aug 26 21:23:34.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
66102025-08-26T21:23:34.394Z[ recovery-image] Aug 26 21:23:34.392 INFO O| Aug 26 21:23:34.392 INFO STEP 594 (remove_files) COMPLETE
66112025-08-26T21:23:34.394Z[ recovery-image] Aug 26 21:23:34.392 INFO O| Aug 26 21:23:34.392 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122025-08-26T21:23:34.419Z[ recovery-image] Aug 26 21:23:34.410 INFO O| Aug 26 21:23:34.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
66132025-08-26T21:23:34.419Z[ recovery-image] Aug 26 21:23:34.411 INFO O| Aug 26 21:23:34.411 INFO STEP 595 (remove_files) COMPLETE
66142025-08-26T21:23:34.419Z[ recovery-image] Aug 26 21:23:34.411 INFO O| Aug 26 21:23:34.411 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152025-08-26T21:23:34.445Z[ recovery-image] Aug 26 21:23:34.428 INFO O| Aug 26 21:23:34.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
66162025-08-26T21:23:34.445Z[ recovery-image] Aug 26 21:23:34.428 INFO O| Aug 26 21:23:34.428 INFO STEP 596 (remove_files) COMPLETE
66172025-08-26T21:23:34.445Z[ recovery-image] Aug 26 21:23:34.428 INFO O| Aug 26 21:23:34.428 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182025-08-26T21:23:34.470Z[ recovery-image] Aug 26 21:23:34.447 INFO O| Aug 26 21:23:34.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
66192025-08-26T21:23:34.470Z[ recovery-image] Aug 26 21:23:34.447 INFO O| Aug 26 21:23:34.447 INFO STEP 597 (remove_files) COMPLETE
66202025-08-26T21:23:34.470Z[ recovery-image] Aug 26 21:23:34.447 INFO O| Aug 26 21:23:34.447 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212025-08-26T21:23:34.470Z[ recovery-image] Aug 26 21:23:34.467 INFO O| Aug 26 21:23:34.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
66222025-08-26T21:23:34.470Z[ recovery-image] Aug 26 21:23:34.467 INFO O| Aug 26 21:23:34.467 INFO STEP 598 (remove_files) COMPLETE
66232025-08-26T21:23:34.470Z[ recovery-image] Aug 26 21:23:34.467 INFO O| Aug 26 21:23:34.467 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242025-08-26T21:23:34.496Z[ recovery-image] Aug 26 21:23:34.483 INFO O| Aug 26 21:23:34.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
66252025-08-26T21:23:34.496Z[ recovery-image] Aug 26 21:23:34.484 INFO O| Aug 26 21:23:34.483 INFO STEP 599 (remove_files) COMPLETE
66262025-08-26T21:23:34.497Z[ recovery-image] Aug 26 21:23:34.484 INFO O| Aug 26 21:23:34.484 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272025-08-26T21:23:34.523Z[ recovery-image] Aug 26 21:23:34.499 INFO O| Aug 26 21:23:34.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
66282025-08-26T21:23:34.523Z[ recovery-image] Aug 26 21:23:34.499 INFO O| Aug 26 21:23:34.499 INFO STEP 600 (remove_files) COMPLETE
66292025-08-26T21:23:34.523Z[ recovery-image] Aug 26 21:23:34.499 INFO O| Aug 26 21:23:34.499 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302025-08-26T21:23:34.523Z[ recovery-image] Aug 26 21:23:34.515 INFO O| Aug 26 21:23:34.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
66312025-08-26T21:23:34.523Z[ recovery-image] Aug 26 21:23:34.515 INFO O| Aug 26 21:23:34.515 INFO STEP 601 (remove_files) COMPLETE
66322025-08-26T21:23:34.523Z[ recovery-image] Aug 26 21:23:34.515 INFO O| Aug 26 21:23:34.515 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332025-08-26T21:23:34.551Z[ recovery-image] Aug 26 21:23:34.532 INFO O| Aug 26 21:23:34.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66342025-08-26T21:23:34.551Z[ recovery-image] Aug 26 21:23:34.532 INFO O| Aug 26 21:23:34.532 INFO STEP 602 (remove_files) COMPLETE
66352025-08-26T21:23:34.551Z[ recovery-image] Aug 26 21:23:34.532 INFO O| Aug 26 21:23:34.532 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362025-08-26T21:23:34.551Z[ recovery-image] Aug 26 21:23:34.549 INFO O| Aug 26 21:23:34.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66372025-08-26T21:23:34.551Z[ recovery-image] Aug 26 21:23:34.549 INFO O| Aug 26 21:23:34.549 INFO STEP 603 (remove_files) COMPLETE
66382025-08-26T21:23:34.551Z[ recovery-image] Aug 26 21:23:34.549 INFO O| Aug 26 21:23:34.549 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392025-08-26T21:23:34.578Z[ recovery-image] Aug 26 21:23:34.568 INFO O| Aug 26 21:23:34.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66402025-08-26T21:23:34.578Z[ recovery-image] Aug 26 21:23:34.568 INFO O| Aug 26 21:23:34.568 INFO STEP 604 (remove_files) COMPLETE
66412025-08-26T21:23:34.578Z[ recovery-image] Aug 26 21:23:34.568 INFO O| Aug 26 21:23:34.568 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422025-08-26T21:23:34.604Z[ recovery-image] Aug 26 21:23:34.588 INFO O| Aug 26 21:23:34.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66432025-08-26T21:23:34.604Z[ recovery-image] Aug 26 21:23:34.588 INFO O| Aug 26 21:23:34.588 INFO STEP 605 (remove_files) COMPLETE
66442025-08-26T21:23:34.605Z[ recovery-image] Aug 26 21:23:34.588 INFO O| Aug 26 21:23:34.588 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452025-08-26T21:23:34.631Z[ recovery-image] Aug 26 21:23:34.607 INFO O| Aug 26 21:23:34.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66462025-08-26T21:23:34.631Z[ recovery-image] Aug 26 21:23:34.607 INFO O| Aug 26 21:23:34.607 INFO STEP 606 (remove_files) COMPLETE
66472025-08-26T21:23:34.631Z[ recovery-image] Aug 26 21:23:34.607 INFO O| Aug 26 21:23:34.607 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482025-08-26T21:23:34.631Z[ recovery-image] Aug 26 21:23:34.622 INFO O| Aug 26 21:23:34.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66492025-08-26T21:23:34.631Z[ recovery-image] Aug 26 21:23:34.622 INFO O| Aug 26 21:23:34.622 INFO STEP 607 (remove_files) COMPLETE
66502025-08-26T21:23:34.631Z[ recovery-image] Aug 26 21:23:34.622 INFO O| Aug 26 21:23:34.622 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512025-08-26T21:23:34.657Z[ recovery-image] Aug 26 21:23:34.636 INFO O| Aug 26 21:23:34.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66522025-08-26T21:23:34.657Z[ recovery-image] Aug 26 21:23:34.637 INFO O| Aug 26 21:23:34.637 INFO STEP 608 (remove_files) COMPLETE
66532025-08-26T21:23:34.657Z[ recovery-image] Aug 26 21:23:34.637 INFO O| Aug 26 21:23:34.637 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542025-08-26T21:23:34.657Z[ recovery-image] Aug 26 21:23:34.651 INFO O| Aug 26 21:23:34.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66552025-08-26T21:23:34.657Z[ recovery-image] Aug 26 21:23:34.651 INFO O| Aug 26 21:23:34.651 INFO STEP 609 (remove_files) COMPLETE
66562025-08-26T21:23:34.657Z[ recovery-image] Aug 26 21:23:34.651 INFO O| Aug 26 21:23:34.651 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572025-08-26T21:23:34.693Z[ recovery-image] Aug 26 21:23:34.670 INFO O| Aug 26 21:23:34.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66582025-08-26T21:23:34.694Z[ recovery-image] Aug 26 21:23:34.670 INFO O| Aug 26 21:23:34.670 INFO STEP 610 (remove_files) COMPLETE
66592025-08-26T21:23:34.694Z[ recovery-image] Aug 26 21:23:34.670 INFO O| Aug 26 21:23:34.670 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602025-08-26T21:23:34.719Z[ recovery-image] Aug 26 21:23:34.689 INFO O| Aug 26 21:23:34.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66612025-08-26T21:23:34.720Z[ recovery-image] Aug 26 21:23:34.689 INFO O| Aug 26 21:23:34.689 INFO STEP 611 (remove_files) COMPLETE
66622025-08-26T21:23:34.720Z[ recovery-image] Aug 26 21:23:34.689 INFO O| Aug 26 21:23:34.689 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632025-08-26T21:23:34.720Z[ recovery-image] Aug 26 21:23:34.704 INFO O| Aug 26 21:23:34.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66642025-08-26T21:23:34.720Z[ recovery-image] Aug 26 21:23:34.704 INFO O| Aug 26 21:23:34.704 INFO STEP 612 (remove_files) COMPLETE
66652025-08-26T21:23:34.720Z[ recovery-image] Aug 26 21:23:34.704 INFO O| Aug 26 21:23:34.704 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662025-08-26T21:23:34.720Z[ recovery-image] Aug 26 21:23:34.718 INFO O| Aug 26 21:23:34.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66672025-08-26T21:23:34.720Z[ recovery-image] Aug 26 21:23:34.718 INFO O| Aug 26 21:23:34.718 INFO STEP 613 (remove_files) COMPLETE
66682025-08-26T21:23:34.720Z[ recovery-image] Aug 26 21:23:34.718 INFO O| Aug 26 21:23:34.718 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692025-08-26T21:23:34.746Z[ recovery-image] Aug 26 21:23:34.733 INFO O| Aug 26 21:23:34.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66702025-08-26T21:23:34.746Z[ recovery-image] Aug 26 21:23:34.733 INFO O| Aug 26 21:23:34.733 INFO STEP 614 (remove_files) COMPLETE
66712025-08-26T21:23:34.746Z[ recovery-image] Aug 26 21:23:34.733 INFO O| Aug 26 21:23:34.733 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722025-08-26T21:23:34.772Z[ recovery-image] Aug 26 21:23:34.747 INFO O| Aug 26 21:23:34.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66732025-08-26T21:23:34.772Z[ recovery-image] Aug 26 21:23:34.747 INFO O| Aug 26 21:23:34.747 INFO STEP 615 (remove_files) COMPLETE
66742025-08-26T21:23:34.772Z[ recovery-image] Aug 26 21:23:34.747 INFO O| Aug 26 21:23:34.747 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752025-08-26T21:23:34.772Z[ recovery-image] Aug 26 21:23:34.762 INFO O| Aug 26 21:23:34.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66762025-08-26T21:23:34.772Z[ recovery-image] Aug 26 21:23:34.762 INFO O| Aug 26 21:23:34.762 INFO STEP 616 (remove_files) COMPLETE
66772025-08-26T21:23:34.772Z[ recovery-image] Aug 26 21:23:34.762 INFO O| Aug 26 21:23:34.762 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782025-08-26T21:23:34.797Z[ recovery-image] Aug 26 21:23:34.782 INFO O| Aug 26 21:23:34.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66792025-08-26T21:23:34.798Z[ recovery-image] Aug 26 21:23:34.782 INFO O| Aug 26 21:23:34.782 INFO STEP 617 (remove_files) COMPLETE
66802025-08-26T21:23:34.798Z[ recovery-image] Aug 26 21:23:34.782 INFO O| Aug 26 21:23:34.782 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812025-08-26T21:23:34.859Z[ recovery-image] Aug 26 21:23:34.859 INFO O| Aug 26 21:23:34.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66822025-08-26T21:23:34.859Z[ recovery-image] Aug 26 21:23:34.859 INFO O| Aug 26 21:23:34.859 INFO STEP 618 (remove_files) COMPLETE
66832025-08-26T21:23:34.887Z[ recovery-image] Aug 26 21:23:34.859 INFO O| Aug 26 21:23:34.859 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842025-08-26T21:23:34.888Z[ recovery-image] Aug 26 21:23:34.880 INFO O| Aug 26 21:23:34.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66852025-08-26T21:23:34.888Z[ recovery-image] Aug 26 21:23:34.880 INFO O| Aug 26 21:23:34.880 INFO STEP 619 (remove_files) COMPLETE
66862025-08-26T21:23:34.888Z[ recovery-image] Aug 26 21:23:34.880 INFO O| Aug 26 21:23:34.880 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872025-08-26T21:23:34.913Z[ recovery-image] Aug 26 21:23:34.898 INFO O| Aug 26 21:23:34.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66882025-08-26T21:23:34.913Z[ recovery-image] Aug 26 21:23:34.899 INFO O| Aug 26 21:23:34.898 INFO STEP 620 (remove_files) COMPLETE
66892025-08-26T21:23:34.913Z[ recovery-image] Aug 26 21:23:34.899 INFO O| Aug 26 21:23:34.899 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902025-08-26T21:23:34.942Z[ recovery-image] Aug 26 21:23:34.917 INFO O| Aug 26 21:23:34.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
66912025-08-26T21:23:34.942Z[ recovery-image] Aug 26 21:23:34.917 INFO O| Aug 26 21:23:34.917 INFO STEP 621 (remove_files) COMPLETE
66922025-08-26T21:23:34.942Z[ recovery-image] Aug 26 21:23:34.917 INFO O| Aug 26 21:23:34.917 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932025-08-26T21:23:34.942Z[ recovery-image] Aug 26 21:23:34.934 INFO O| Aug 26 21:23:34.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66942025-08-26T21:23:34.942Z[ recovery-image] Aug 26 21:23:34.934 INFO O| Aug 26 21:23:34.934 INFO STEP 622 (remove_files) COMPLETE
66952025-08-26T21:23:34.942Z[ recovery-image] Aug 26 21:23:34.934 INFO O| Aug 26 21:23:34.934 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962025-08-26T21:23:34.969Z[ recovery-image] Aug 26 21:23:34.953 INFO O| Aug 26 21:23:34.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66972025-08-26T21:23:34.969Z[ recovery-image] Aug 26 21:23:34.953 INFO O| Aug 26 21:23:34.953 INFO STEP 623 (remove_files) COMPLETE
66982025-08-26T21:23:34.969Z[ recovery-image] Aug 26 21:23:34.953 INFO O| Aug 26 21:23:34.953 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992025-08-26T21:23:34.994Z[ recovery-image] Aug 26 21:23:34.971 INFO O| Aug 26 21:23:34.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
67002025-08-26T21:23:34.994Z[ recovery-image] Aug 26 21:23:34.972 INFO O| Aug 26 21:23:34.971 INFO STEP 624 (remove_files) COMPLETE
67012025-08-26T21:23:34.994Z[ recovery-image] Aug 26 21:23:34.972 INFO O| Aug 26 21:23:34.972 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022025-08-26T21:23:34.994Z[ recovery-image] Aug 26 21:23:34.990 INFO O| Aug 26 21:23:34.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
67032025-08-26T21:23:34.994Z[ recovery-image] Aug 26 21:23:34.991 INFO O| Aug 26 21:23:34.991 INFO STEP 625 (remove_files) COMPLETE
67042025-08-26T21:23:34.994Z[ recovery-image] Aug 26 21:23:34.991 INFO O| Aug 26 21:23:34.991 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052025-08-26T21:23:35.019Z[ recovery-image] Aug 26 21:23:35.008 INFO O| Aug 26 21:23:35.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
67062025-08-26T21:23:35.019Z[ recovery-image] Aug 26 21:23:35.008 INFO O| Aug 26 21:23:35.008 INFO STEP 626 (remove_files) COMPLETE
67072025-08-26T21:23:35.019Z[ recovery-image] Aug 26 21:23:35.008 INFO O| Aug 26 21:23:35.008 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082025-08-26T21:23:35.045Z[ recovery-image] Aug 26 21:23:35.029 INFO O| Aug 26 21:23:35.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
67092025-08-26T21:23:35.045Z[ recovery-image] Aug 26 21:23:35.029 INFO O| Aug 26 21:23:35.029 INFO STEP 627 (remove_files) COMPLETE
67102025-08-26T21:23:35.045Z[ recovery-image] Aug 26 21:23:35.029 INFO O| Aug 26 21:23:35.029 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112025-08-26T21:23:35.045Z[ recovery-image] Aug 26 21:23:35.044 INFO O| Aug 26 21:23:35.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
67122025-08-26T21:23:35.045Z[ recovery-image] Aug 26 21:23:35.044 INFO O| Aug 26 21:23:35.044 INFO STEP 628 (remove_files) COMPLETE
67132025-08-26T21:23:35.045Z[ recovery-image] Aug 26 21:23:35.044 INFO O| Aug 26 21:23:35.044 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142025-08-26T21:23:35.070Z[ recovery-image] Aug 26 21:23:35.063 INFO O| Aug 26 21:23:35.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
67152025-08-26T21:23:35.070Z[ recovery-image] Aug 26 21:23:35.064 INFO O| Aug 26 21:23:35.064 INFO STEP 629 (remove_files) COMPLETE
67162025-08-26T21:23:35.070Z[ recovery-image] Aug 26 21:23:35.064 INFO O| Aug 26 21:23:35.064 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172025-08-26T21:23:35.096Z[ recovery-image] Aug 26 21:23:35.079 INFO O| Aug 26 21:23:35.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
67182025-08-26T21:23:35.097Z[ recovery-image] Aug 26 21:23:35.079 INFO O| Aug 26 21:23:35.079 INFO STEP 630 (remove_files) COMPLETE
67192025-08-26T21:23:35.097Z[ recovery-image] Aug 26 21:23:35.079 INFO O| Aug 26 21:23:35.079 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202025-08-26T21:23:35.097Z[ recovery-image] Aug 26 21:23:35.094 INFO O| Aug 26 21:23:35.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
67212025-08-26T21:23:35.097Z[ recovery-image] Aug 26 21:23:35.095 INFO O| Aug 26 21:23:35.095 INFO STEP 631 (remove_files) COMPLETE
67222025-08-26T21:23:35.097Z[ recovery-image] Aug 26 21:23:35.095 INFO O| Aug 26 21:23:35.095 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232025-08-26T21:23:35.123Z[ recovery-image] Aug 26 21:23:35.111 INFO O| Aug 26 21:23:35.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
67242025-08-26T21:23:35.123Z[ recovery-image] Aug 26 21:23:35.111 INFO O| Aug 26 21:23:35.111 INFO STEP 632 (remove_files) COMPLETE
67252025-08-26T21:23:35.123Z[ recovery-image] Aug 26 21:23:35.111 INFO O| Aug 26 21:23:35.111 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262025-08-26T21:23:35.148Z[ recovery-image] Aug 26 21:23:35.127 INFO O| Aug 26 21:23:35.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
67272025-08-26T21:23:35.148Z[ recovery-image] Aug 26 21:23:35.127 INFO O| Aug 26 21:23:35.127 INFO STEP 633 (remove_files) COMPLETE
67282025-08-26T21:23:35.148Z[ recovery-image] Aug 26 21:23:35.127 INFO O| Aug 26 21:23:35.127 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292025-08-26T21:23:35.148Z[ recovery-image] Aug 26 21:23:35.143 INFO O| Aug 26 21:23:35.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
67302025-08-26T21:23:35.148Z[ recovery-image] Aug 26 21:23:35.143 INFO O| Aug 26 21:23:35.143 INFO STEP 634 (remove_files) COMPLETE
67312025-08-26T21:23:35.148Z[ recovery-image] Aug 26 21:23:35.143 INFO O| Aug 26 21:23:35.143 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322025-08-26T21:23:35.174Z[ recovery-image] Aug 26 21:23:35.164 INFO O| Aug 26 21:23:35.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67332025-08-26T21:23:35.174Z[ recovery-image] Aug 26 21:23:35.164 INFO O| Aug 26 21:23:35.164 INFO STEP 635 (remove_files) COMPLETE
67342025-08-26T21:23:35.174Z[ recovery-image] Aug 26 21:23:35.164 INFO O| Aug 26 21:23:35.164 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352025-08-26T21:23:35.199Z[ recovery-image] Aug 26 21:23:35.184 INFO O| Aug 26 21:23:35.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67362025-08-26T21:23:35.199Z[ recovery-image] Aug 26 21:23:35.184 INFO O| Aug 26 21:23:35.184 INFO STEP 636 (remove_files) COMPLETE
67372025-08-26T21:23:35.199Z[ recovery-image] Aug 26 21:23:35.184 INFO O| Aug 26 21:23:35.184 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382025-08-26T21:23:35.228Z[ recovery-image] Aug 26 21:23:35.204 INFO O| Aug 26 21:23:35.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67392025-08-26T21:23:35.228Z[ recovery-image] Aug 26 21:23:35.204 INFO O| Aug 26 21:23:35.204 INFO STEP 637 (remove_files) COMPLETE
67402025-08-26T21:23:35.228Z[ recovery-image] Aug 26 21:23:35.204 INFO O| Aug 26 21:23:35.204 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412025-08-26T21:23:35.228Z[ recovery-image] Aug 26 21:23:35.223 INFO O| Aug 26 21:23:35.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
67422025-08-26T21:23:35.228Z[ recovery-image] Aug 26 21:23:35.223 INFO O| Aug 26 21:23:35.223 INFO STEP 638 (remove_files) COMPLETE
67432025-08-26T21:23:35.228Z[ recovery-image] Aug 26 21:23:35.223 INFO O| Aug 26 21:23:35.223 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442025-08-26T21:23:35.253Z[ recovery-image] Aug 26 21:23:35.244 INFO O| Aug 26 21:23:35.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67452025-08-26T21:23:35.253Z[ recovery-image] Aug 26 21:23:35.244 INFO O| Aug 26 21:23:35.244 INFO STEP 639 (remove_files) COMPLETE
67462025-08-26T21:23:35.253Z[ recovery-image] Aug 26 21:23:35.244 INFO O| Aug 26 21:23:35.244 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472025-08-26T21:23:35.279Z[ recovery-image] Aug 26 21:23:35.261 INFO O| Aug 26 21:23:35.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67482025-08-26T21:23:35.279Z[ recovery-image] Aug 26 21:23:35.261 INFO O| Aug 26 21:23:35.261 INFO STEP 640 (remove_files) COMPLETE
67492025-08-26T21:23:35.279Z[ recovery-image] Aug 26 21:23:35.261 INFO O| Aug 26 21:23:35.261 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502025-08-26T21:23:35.279Z[ recovery-image] Aug 26 21:23:35.276 INFO O| Aug 26 21:23:35.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67512025-08-26T21:23:35.279Z[ recovery-image] Aug 26 21:23:35.277 INFO O| Aug 26 21:23:35.276 INFO STEP 641 (remove_files) COMPLETE
67522025-08-26T21:23:35.280Z[ recovery-image] Aug 26 21:23:35.277 INFO O| Aug 26 21:23:35.277 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532025-08-26T21:23:35.305Z[ recovery-image] Aug 26 21:23:35.291 INFO O| Aug 26 21:23:35.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67542025-08-26T21:23:35.305Z[ recovery-image] Aug 26 21:23:35.291 INFO O| Aug 26 21:23:35.291 INFO STEP 642 (remove_files) COMPLETE
67552025-08-26T21:23:35.305Z[ recovery-image] Aug 26 21:23:35.291 INFO O| Aug 26 21:23:35.291 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562025-08-26T21:23:35.305Z[ recovery-image] Aug 26 21:23:35.304 INFO O| Aug 26 21:23:35.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67572025-08-26T21:23:35.305Z[ recovery-image] Aug 26 21:23:35.304 INFO O| Aug 26 21:23:35.304 INFO STEP 643 (remove_files) COMPLETE
67582025-08-26T21:23:35.305Z[ recovery-image] Aug 26 21:23:35.304 INFO O| Aug 26 21:23:35.304 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592025-08-26T21:23:35.331Z[ recovery-image] Aug 26 21:23:35.327 INFO O| Aug 26 21:23:35.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67602025-08-26T21:23:35.331Z[ recovery-image] Aug 26 21:23:35.327 INFO O| Aug 26 21:23:35.327 INFO STEP 644 (remove_files) COMPLETE
67612025-08-26T21:23:35.331Z[ recovery-image] Aug 26 21:23:35.327 INFO O| Aug 26 21:23:35.327 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622025-08-26T21:23:35.356Z[ recovery-image] Aug 26 21:23:35.346 INFO O| Aug 26 21:23:35.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67632025-08-26T21:23:35.356Z[ recovery-image] Aug 26 21:23:35.346 INFO O| Aug 26 21:23:35.346 INFO STEP 645 (remove_files) COMPLETE
67642025-08-26T21:23:35.356Z[ recovery-image] Aug 26 21:23:35.346 INFO O| Aug 26 21:23:35.346 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652025-08-26T21:23:35.382Z[ recovery-image] Aug 26 21:23:35.363 INFO O| Aug 26 21:23:35.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67662025-08-26T21:23:35.382Z[ recovery-image] Aug 26 21:23:35.363 INFO O| Aug 26 21:23:35.363 INFO STEP 646 (remove_files) COMPLETE
67672025-08-26T21:23:35.382Z[ recovery-image] Aug 26 21:23:35.363 INFO O| Aug 26 21:23:35.363 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682025-08-26T21:23:35.382Z[ recovery-image] Aug 26 21:23:35.380 INFO O| Aug 26 21:23:35.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67692025-08-26T21:23:35.382Z[ recovery-image] Aug 26 21:23:35.380 INFO O| Aug 26 21:23:35.380 INFO STEP 647 (remove_files) COMPLETE
67702025-08-26T21:23:35.382Z[ recovery-image] Aug 26 21:23:35.380 INFO O| Aug 26 21:23:35.380 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712025-08-26T21:23:35.407Z[ recovery-image] Aug 26 21:23:35.399 INFO O| Aug 26 21:23:35.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67722025-08-26T21:23:35.407Z[ recovery-image] Aug 26 21:23:35.399 INFO O| Aug 26 21:23:35.399 INFO STEP 648 (remove_files) COMPLETE
67732025-08-26T21:23:35.407Z[ recovery-image] Aug 26 21:23:35.399 INFO O| Aug 26 21:23:35.399 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742025-08-26T21:23:35.441Z[ recovery-image] Aug 26 21:23:35.418 INFO O| Aug 26 21:23:35.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67752025-08-26T21:23:35.441Z[ recovery-image] Aug 26 21:23:35.418 INFO O| Aug 26 21:23:35.418 INFO STEP 649 (remove_files) COMPLETE
67762025-08-26T21:23:35.441Z[ recovery-image] Aug 26 21:23:35.418 INFO O| Aug 26 21:23:35.418 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772025-08-26T21:23:35.441Z[ recovery-image] Aug 26 21:23:35.438 INFO O| Aug 26 21:23:35.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67782025-08-26T21:23:35.441Z[ recovery-image] Aug 26 21:23:35.438 INFO O| Aug 26 21:23:35.438 INFO STEP 650 (remove_files) COMPLETE
67792025-08-26T21:23:35.441Z[ recovery-image] Aug 26 21:23:35.438 INFO O| Aug 26 21:23:35.438 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802025-08-26T21:23:35.469Z[ recovery-image] Aug 26 21:23:35.455 INFO O| Aug 26 21:23:35.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67812025-08-26T21:23:35.469Z[ recovery-image] Aug 26 21:23:35.455 INFO O| Aug 26 21:23:35.455 INFO STEP 651 (remove_files) COMPLETE
67822025-08-26T21:23:35.469Z[ recovery-image] Aug 26 21:23:35.455 INFO O| Aug 26 21:23:35.455 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832025-08-26T21:23:35.494Z[ recovery-image] Aug 26 21:23:35.470 INFO O| Aug 26 21:23:35.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67842025-08-26T21:23:35.495Z[ recovery-image] Aug 26 21:23:35.471 INFO O| Aug 26 21:23:35.471 INFO STEP 652 (remove_files) COMPLETE
67852025-08-26T21:23:35.495Z[ recovery-image] Aug 26 21:23:35.471 INFO O| Aug 26 21:23:35.471 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862025-08-26T21:23:35.495Z[ recovery-image] Aug 26 21:23:35.489 INFO O| Aug 26 21:23:35.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67872025-08-26T21:23:35.495Z[ recovery-image] Aug 26 21:23:35.489 INFO O| Aug 26 21:23:35.489 INFO STEP 653 (remove_files) COMPLETE
67882025-08-26T21:23:35.495Z[ recovery-image] Aug 26 21:23:35.489 INFO O| Aug 26 21:23:35.489 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892025-08-26T21:23:35.521Z[ recovery-image] Aug 26 21:23:35.503 INFO O| Aug 26 21:23:35.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67902025-08-26T21:23:35.521Z[ recovery-image] Aug 26 21:23:35.503 INFO O| Aug 26 21:23:35.503 INFO STEP 654 (remove_files) COMPLETE
67912025-08-26T21:23:35.521Z[ recovery-image] Aug 26 21:23:35.503 INFO O| Aug 26 21:23:35.503 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922025-08-26T21:23:35.521Z[ recovery-image] Aug 26 21:23:35.516 INFO O| Aug 26 21:23:35.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67932025-08-26T21:23:35.521Z[ recovery-image] Aug 26 21:23:35.517 INFO O| Aug 26 21:23:35.517 INFO STEP 655 (remove_files) COMPLETE
67942025-08-26T21:23:35.521Z[ recovery-image] Aug 26 21:23:35.517 INFO O| Aug 26 21:23:35.517 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952025-08-26T21:23:35.548Z[ recovery-image] Aug 26 21:23:35.539 INFO O| Aug 26 21:23:35.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67962025-08-26T21:23:35.549Z[ recovery-image] Aug 26 21:23:35.539 INFO O| Aug 26 21:23:35.539 INFO STEP 656 (remove_files) COMPLETE
67972025-08-26T21:23:35.549Z[ recovery-image] Aug 26 21:23:35.539 INFO O| Aug 26 21:23:35.539 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982025-08-26T21:23:35.597Z[ recovery-image] Aug 26 21:23:35.561 INFO O| Aug 26 21:23:35.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67992025-08-26T21:23:35.597Z[ recovery-image] Aug 26 21:23:35.562 INFO O| Aug 26 21:23:35.562 INFO STEP 657 (remove_files) COMPLETE
68002025-08-26T21:23:35.597Z[ recovery-image] Aug 26 21:23:35.562 INFO O| Aug 26 21:23:35.562 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012025-08-26T21:23:35.597Z[ recovery-image] Aug 26 21:23:35.583 INFO O| Aug 26 21:23:35.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
68022025-08-26T21:23:35.597Z[ recovery-image] Aug 26 21:23:35.583 INFO O| Aug 26 21:23:35.583 INFO STEP 658 (remove_files) COMPLETE
68032025-08-26T21:23:35.597Z[ recovery-image] Aug 26 21:23:35.583 INFO O| Aug 26 21:23:35.583 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042025-08-26T21:23:35.624Z[ recovery-image] Aug 26 21:23:35.604 INFO O| Aug 26 21:23:35.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
68052025-08-26T21:23:35.624Z[ recovery-image] Aug 26 21:23:35.604 INFO O| Aug 26 21:23:35.604 INFO STEP 659 (remove_files) COMPLETE
68062025-08-26T21:23:35.624Z[ recovery-image] Aug 26 21:23:35.604 INFO O| Aug 26 21:23:35.604 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072025-08-26T21:23:35.624Z[ recovery-image] Aug 26 21:23:35.621 INFO O| Aug 26 21:23:35.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
68082025-08-26T21:23:35.624Z[ recovery-image] Aug 26 21:23:35.622 INFO O| Aug 26 21:23:35.622 INFO STEP 660 (remove_files) COMPLETE
68092025-08-26T21:23:35.624Z[ recovery-image] Aug 26 21:23:35.622 INFO O| Aug 26 21:23:35.622 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102025-08-26T21:23:35.650Z[ recovery-image] Aug 26 21:23:35.635 INFO O| Aug 26 21:23:35.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
68112025-08-26T21:23:35.650Z[ recovery-image] Aug 26 21:23:35.635 INFO O| Aug 26 21:23:35.635 INFO STEP 661 (remove_files) COMPLETE
68122025-08-26T21:23:35.651Z[ recovery-image] Aug 26 21:23:35.635 INFO O| Aug 26 21:23:35.635 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132025-08-26T21:23:35.651Z[ recovery-image] Aug 26 21:23:35.648 INFO O| Aug 26 21:23:35.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
68142025-08-26T21:23:35.651Z[ recovery-image] Aug 26 21:23:35.649 INFO O| Aug 26 21:23:35.649 INFO STEP 662 (remove_files) COMPLETE
68152025-08-26T21:23:35.651Z[ recovery-image] Aug 26 21:23:35.649 INFO O| Aug 26 21:23:35.649 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162025-08-26T21:23:35.676Z[ recovery-image] Aug 26 21:23:35.668 INFO O| Aug 26 21:23:35.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
68172025-08-26T21:23:35.676Z[ recovery-image] Aug 26 21:23:35.668 INFO O| Aug 26 21:23:35.668 INFO STEP 663 (remove_files) COMPLETE
68182025-08-26T21:23:35.676Z[ recovery-image] Aug 26 21:23:35.668 INFO O| Aug 26 21:23:35.668 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192025-08-26T21:23:35.703Z[ recovery-image] Aug 26 21:23:35.687 INFO O| Aug 26 21:23:35.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
68202025-08-26T21:23:35.703Z[ recovery-image] Aug 26 21:23:35.687 INFO O| Aug 26 21:23:35.687 INFO STEP 664 (remove_files) COMPLETE
68212025-08-26T21:23:35.703Z[ recovery-image] Aug 26 21:23:35.687 INFO O| Aug 26 21:23:35.687 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222025-08-26T21:23:35.730Z[ recovery-image] Aug 26 21:23:35.705 INFO O| Aug 26 21:23:35.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
68232025-08-26T21:23:35.730Z[ recovery-image] Aug 26 21:23:35.705 INFO O| Aug 26 21:23:35.705 INFO STEP 665 (remove_files) COMPLETE
68242025-08-26T21:23:35.730Z[ recovery-image] Aug 26 21:23:35.705 INFO O| Aug 26 21:23:35.705 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252025-08-26T21:23:35.730Z[ recovery-image] Aug 26 21:23:35.720 INFO O| Aug 26 21:23:35.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
68262025-08-26T21:23:35.730Z[ recovery-image] Aug 26 21:23:35.720 INFO O| Aug 26 21:23:35.720 INFO STEP 666 (remove_files) COMPLETE
68272025-08-26T21:23:35.730Z[ recovery-image] Aug 26 21:23:35.720 INFO O| Aug 26 21:23:35.720 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282025-08-26T21:23:35.760Z[ recovery-image] Aug 26 21:23:35.735 INFO O| Aug 26 21:23:35.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
68292025-08-26T21:23:35.760Z[ recovery-image] Aug 26 21:23:35.735 INFO O| Aug 26 21:23:35.735 INFO STEP 667 (remove_files) COMPLETE
68302025-08-26T21:23:35.760Z[ recovery-image] Aug 26 21:23:35.735 INFO O| Aug 26 21:23:35.735 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312025-08-26T21:23:35.760Z[ recovery-image] Aug 26 21:23:35.754 INFO O| Aug 26 21:23:35.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68322025-08-26T21:23:35.760Z[ recovery-image] Aug 26 21:23:35.754 INFO O| Aug 26 21:23:35.754 INFO STEP 668 (remove_files) COMPLETE
68332025-08-26T21:23:35.760Z[ recovery-image] Aug 26 21:23:35.754 INFO O| Aug 26 21:23:35.754 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342025-08-26T21:23:35.785Z[ recovery-image] Aug 26 21:23:35.770 INFO O| Aug 26 21:23:35.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68352025-08-26T21:23:35.785Z[ recovery-image] Aug 26 21:23:35.770 INFO O| Aug 26 21:23:35.770 INFO STEP 669 (remove_files) COMPLETE
68362025-08-26T21:23:35.785Z[ recovery-image] Aug 26 21:23:35.770 INFO O| Aug 26 21:23:35.770 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372025-08-26T21:23:35.811Z[ recovery-image] Aug 26 21:23:35.799 INFO O| Aug 26 21:23:35.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68382025-08-26T21:23:35.811Z[ recovery-image] Aug 26 21:23:35.799 INFO O| Aug 26 21:23:35.799 INFO STEP 670 (remove_files) COMPLETE
68392025-08-26T21:23:35.811Z[ recovery-image] Aug 26 21:23:35.799 INFO O| Aug 26 21:23:35.799 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402025-08-26T21:23:35.836Z[ recovery-image] Aug 26 21:23:35.817 INFO O| Aug 26 21:23:35.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68412025-08-26T21:23:35.836Z[ recovery-image] Aug 26 21:23:35.818 INFO O| Aug 26 21:23:35.818 INFO STEP 671 (remove_files) COMPLETE
68422025-08-26T21:23:35.837Z[ recovery-image] Aug 26 21:23:35.818 INFO O| Aug 26 21:23:35.818 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432025-08-26T21:23:35.863Z[ recovery-image] Aug 26 21:23:35.837 INFO O| Aug 26 21:23:35.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68442025-08-26T21:23:35.863Z[ recovery-image] Aug 26 21:23:35.838 INFO O| Aug 26 21:23:35.837 INFO STEP 672 (remove_files) COMPLETE
68452025-08-26T21:23:35.863Z[ recovery-image] Aug 26 21:23:35.838 INFO O| Aug 26 21:23:35.837 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462025-08-26T21:23:35.863Z[ recovery-image] Aug 26 21:23:35.857 INFO O| Aug 26 21:23:35.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68472025-08-26T21:23:35.863Z[ recovery-image] Aug 26 21:23:35.857 INFO O| Aug 26 21:23:35.857 INFO STEP 673 (remove_files) COMPLETE
68482025-08-26T21:23:35.863Z[ recovery-image] Aug 26 21:23:35.857 INFO O| Aug 26 21:23:35.857 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492025-08-26T21:23:35.893Z[ recovery-image] Aug 26 21:23:35.874 INFO O| Aug 26 21:23:35.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68502025-08-26T21:23:35.894Z[ recovery-image] Aug 26 21:23:35.875 INFO O| Aug 26 21:23:35.875 INFO STEP 674 (remove_files) COMPLETE
68512025-08-26T21:23:35.894Z[ recovery-image] Aug 26 21:23:35.875 INFO O| Aug 26 21:23:35.875 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522025-08-26T21:23:35.894Z[ recovery-image] Aug 26 21:23:35.889 INFO O| Aug 26 21:23:35.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68532025-08-26T21:23:35.894Z[ recovery-image] Aug 26 21:23:35.889 INFO O| Aug 26 21:23:35.889 INFO STEP 675 (remove_files) COMPLETE
68542025-08-26T21:23:35.894Z[ recovery-image] Aug 26 21:23:35.889 INFO O| Aug 26 21:23:35.889 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552025-08-26T21:23:35.922Z[ recovery-image] Aug 26 21:23:35.904 INFO O| Aug 26 21:23:35.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68562025-08-26T21:23:35.922Z[ recovery-image] Aug 26 21:23:35.904 INFO O| Aug 26 21:23:35.904 INFO STEP 676 (remove_files) COMPLETE
68572025-08-26T21:23:35.922Z[ recovery-image] Aug 26 21:23:35.904 INFO O| Aug 26 21:23:35.904 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582025-08-26T21:23:35.922Z[ recovery-image] Aug 26 21:23:35.918 INFO O| Aug 26 21:23:35.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68592025-08-26T21:23:35.922Z[ recovery-image] Aug 26 21:23:35.918 INFO O| Aug 26 21:23:35.918 INFO STEP 677 (remove_files) COMPLETE
68602025-08-26T21:23:35.922Z[ recovery-image] Aug 26 21:23:35.918 INFO O| Aug 26 21:23:35.918 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612025-08-26T21:23:35.949Z[ recovery-image] Aug 26 21:23:35.932 INFO O| Aug 26 21:23:35.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68622025-08-26T21:23:35.949Z[ recovery-image] Aug 26 21:23:35.932 INFO O| Aug 26 21:23:35.932 INFO STEP 678 (remove_files) COMPLETE
68632025-08-26T21:23:35.949Z[ recovery-image] Aug 26 21:23:35.932 INFO O| Aug 26 21:23:35.932 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642025-08-26T21:23:35.949Z[ recovery-image] Aug 26 21:23:35.946 INFO O| Aug 26 21:23:35.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68652025-08-26T21:23:35.949Z[ recovery-image] Aug 26 21:23:35.947 INFO O| Aug 26 21:23:35.947 INFO STEP 679 (remove_files) COMPLETE
68662025-08-26T21:23:35.949Z[ recovery-image] Aug 26 21:23:35.947 INFO O| Aug 26 21:23:35.947 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672025-08-26T21:23:35.975Z[ recovery-image] Aug 26 21:23:35.965 INFO O| Aug 26 21:23:35.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68682025-08-26T21:23:35.975Z[ recovery-image] Aug 26 21:23:35.966 INFO O| Aug 26 21:23:35.966 INFO STEP 680 (remove_files) COMPLETE
68692025-08-26T21:23:35.975Z[ recovery-image] Aug 26 21:23:35.966 INFO O| Aug 26 21:23:35.966 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702025-08-26T21:23:36.001Z[ recovery-image] Aug 26 21:23:35.984 INFO O| Aug 26 21:23:35.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68712025-08-26T21:23:36.001Z[ recovery-image] Aug 26 21:23:35.984 INFO O| Aug 26 21:23:35.984 INFO STEP 681 (remove_files) COMPLETE
68722025-08-26T21:23:36.001Z[ recovery-image] Aug 26 21:23:35.984 INFO O| Aug 26 21:23:35.984 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732025-08-26T21:23:36.001Z[ recovery-image] Aug 26 21:23:35.999 INFO O| Aug 26 21:23:35.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68742025-08-26T21:23:36.001Z[ recovery-image] Aug 26 21:23:35.999 INFO O| Aug 26 21:23:35.999 INFO STEP 682 (remove_files) COMPLETE
68752025-08-26T21:23:36.001Z[ recovery-image] Aug 26 21:23:35.999 INFO O| Aug 26 21:23:35.999 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762025-08-26T21:23:36.027Z[ recovery-image] Aug 26 21:23:36.014 INFO O| Aug 26 21:23:36.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68772025-08-26T21:23:36.027Z[ recovery-image] Aug 26 21:23:36.015 INFO O| Aug 26 21:23:36.015 INFO STEP 683 (remove_files) COMPLETE
68782025-08-26T21:23:36.027Z[ recovery-image] Aug 26 21:23:36.015 INFO O| Aug 26 21:23:36.015 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792025-08-26T21:23:36.052Z[ recovery-image] Aug 26 21:23:36.029 INFO O| Aug 26 21:23:36.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68802025-08-26T21:23:36.052Z[ recovery-image] Aug 26 21:23:36.030 INFO O| Aug 26 21:23:36.030 INFO STEP 684 (remove_files) COMPLETE
68812025-08-26T21:23:36.052Z[ recovery-image] Aug 26 21:23:36.030 INFO O| Aug 26 21:23:36.030 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822025-08-26T21:23:36.052Z[ recovery-image] Aug 26 21:23:36.045 INFO O| Aug 26 21:23:36.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68832025-08-26T21:23:36.052Z[ recovery-image] Aug 26 21:23:36.045 INFO O| Aug 26 21:23:36.045 INFO STEP 685 (remove_files) COMPLETE
68842025-08-26T21:23:36.052Z[ recovery-image] Aug 26 21:23:36.045 INFO O| Aug 26 21:23:36.045 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852025-08-26T21:23:36.078Z[ recovery-image] Aug 26 21:23:36.068 INFO O| Aug 26 21:23:36.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68862025-08-26T21:23:36.078Z[ recovery-image] Aug 26 21:23:36.069 INFO O| Aug 26 21:23:36.069 INFO STEP 686 (remove_files) COMPLETE
68872025-08-26T21:23:36.078Z[ recovery-image] Aug 26 21:23:36.069 INFO O| Aug 26 21:23:36.069 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882025-08-26T21:23:36.104Z[ recovery-image] Aug 26 21:23:36.090 INFO O| Aug 26 21:23:36.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68892025-08-26T21:23:36.104Z[ recovery-image] Aug 26 21:23:36.091 INFO O| Aug 26 21:23:36.091 INFO STEP 687 (remove_files) COMPLETE
68902025-08-26T21:23:36.104Z[ recovery-image] Aug 26 21:23:36.091 INFO O| Aug 26 21:23:36.091 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912025-08-26T21:23:36.130Z[ recovery-image] Aug 26 21:23:36.110 INFO O| Aug 26 21:23:36.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68922025-08-26T21:23:36.130Z[ recovery-image] Aug 26 21:23:36.110 INFO O| Aug 26 21:23:36.110 INFO STEP 688 (remove_files) COMPLETE
68932025-08-26T21:23:36.130Z[ recovery-image] Aug 26 21:23:36.110 INFO O| Aug 26 21:23:36.110 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942025-08-26T21:23:36.131Z[ recovery-image] Aug 26 21:23:36.128 INFO O| Aug 26 21:23:36.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68952025-08-26T21:23:36.131Z[ recovery-image] Aug 26 21:23:36.129 INFO O| Aug 26 21:23:36.129 INFO STEP 689 (remove_files) COMPLETE
68962025-08-26T21:23:36.131Z[ recovery-image] Aug 26 21:23:36.129 INFO O| Aug 26 21:23:36.129 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972025-08-26T21:23:36.156Z[ recovery-image] Aug 26 21:23:36.143 INFO O| Aug 26 21:23:36.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68982025-08-26T21:23:36.157Z[ recovery-image] Aug 26 21:23:36.143 INFO O| Aug 26 21:23:36.143 INFO STEP 690 (remove_files) COMPLETE
68992025-08-26T21:23:36.157Z[ recovery-image] Aug 26 21:23:36.143 INFO O| Aug 26 21:23:36.143 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002025-08-26T21:23:36.182Z[ recovery-image] Aug 26 21:23:36.159 INFO O| Aug 26 21:23:36.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
69012025-08-26T21:23:36.183Z[ recovery-image] Aug 26 21:23:36.159 INFO O| Aug 26 21:23:36.159 INFO STEP 691 (remove_files) COMPLETE
69022025-08-26T21:23:36.183Z[ recovery-image] Aug 26 21:23:36.159 INFO O| Aug 26 21:23:36.159 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032025-08-26T21:23:36.208Z[ recovery-image] Aug 26 21:23:36.177 INFO O| Aug 26 21:23:36.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
69042025-08-26T21:23:36.208Z[ recovery-image] Aug 26 21:23:36.177 INFO O| Aug 26 21:23:36.177 INFO STEP 692 (remove_files) COMPLETE
69052025-08-26T21:23:36.208Z[ recovery-image] Aug 26 21:23:36.177 INFO O| Aug 26 21:23:36.177 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062025-08-26T21:23:36.208Z[ recovery-image] Aug 26 21:23:36.196 INFO O| Aug 26 21:23:36.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
69072025-08-26T21:23:36.208Z[ recovery-image] Aug 26 21:23:36.196 INFO O| Aug 26 21:23:36.196 INFO STEP 693 (remove_files) COMPLETE
69082025-08-26T21:23:36.208Z[ recovery-image] Aug 26 21:23:36.196 INFO O| Aug 26 21:23:36.196 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092025-08-26T21:23:36.233Z[ recovery-image] Aug 26 21:23:36.212 INFO O| Aug 26 21:23:36.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
69102025-08-26T21:23:36.233Z[ recovery-image] Aug 26 21:23:36.212 INFO O| Aug 26 21:23:36.212 INFO STEP 694 (remove_files) COMPLETE
69112025-08-26T21:23:36.233Z[ recovery-image] Aug 26 21:23:36.212 INFO O| Aug 26 21:23:36.212 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122025-08-26T21:23:36.233Z[ recovery-image] Aug 26 21:23:36.230 INFO O| Aug 26 21:23:36.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
69132025-08-26T21:23:36.233Z[ recovery-image] Aug 26 21:23:36.231 INFO O| Aug 26 21:23:36.231 INFO STEP 695 (remove_files) COMPLETE
69142025-08-26T21:23:36.233Z[ recovery-image] Aug 26 21:23:36.231 INFO O| Aug 26 21:23:36.231 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152025-08-26T21:23:36.258Z[ recovery-image] Aug 26 21:23:36.249 INFO O| Aug 26 21:23:36.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
69162025-08-26T21:23:36.258Z[ recovery-image] Aug 26 21:23:36.250 INFO O| Aug 26 21:23:36.250 INFO STEP 696 (remove_files) COMPLETE
69172025-08-26T21:23:36.258Z[ recovery-image] Aug 26 21:23:36.250 INFO O| Aug 26 21:23:36.250 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182025-08-26T21:23:36.283Z[ recovery-image] Aug 26 21:23:36.266 INFO O| Aug 26 21:23:36.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
69192025-08-26T21:23:36.284Z[ recovery-image] Aug 26 21:23:36.266 INFO O| Aug 26 21:23:36.266 INFO STEP 697 (remove_files) COMPLETE
69202025-08-26T21:23:36.284Z[ recovery-image] Aug 26 21:23:36.266 INFO O| Aug 26 21:23:36.266 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212025-08-26T21:23:36.284Z[ recovery-image] Aug 26 21:23:36.281 INFO O| Aug 26 21:23:36.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
69222025-08-26T21:23:36.284Z[ recovery-image] Aug 26 21:23:36.282 INFO O| Aug 26 21:23:36.281 INFO STEP 698 (remove_files) COMPLETE
69232025-08-26T21:23:36.284Z[ recovery-image] Aug 26 21:23:36.282 INFO O| Aug 26 21:23:36.282 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242025-08-26T21:23:36.309Z[ recovery-image] Aug 26 21:23:36.296 INFO O| Aug 26 21:23:36.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
69252025-08-26T21:23:36.309Z[ recovery-image] Aug 26 21:23:36.296 INFO O| Aug 26 21:23:36.296 INFO STEP 699 (remove_files) COMPLETE
69262025-08-26T21:23:36.309Z[ recovery-image] Aug 26 21:23:36.296 INFO O| Aug 26 21:23:36.296 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272025-08-26T21:23:36.334Z[ recovery-image] Aug 26 21:23:36.311 INFO O| Aug 26 21:23:36.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
69282025-08-26T21:23:36.334Z[ recovery-image] Aug 26 21:23:36.312 INFO O| Aug 26 21:23:36.312 INFO STEP 700 (remove_files) COMPLETE
69292025-08-26T21:23:36.334Z[ recovery-image] Aug 26 21:23:36.312 INFO O| Aug 26 21:23:36.312 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302025-08-26T21:23:36.334Z[ recovery-image] Aug 26 21:23:36.326 INFO O| Aug 26 21:23:36.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
69312025-08-26T21:23:36.334Z[ recovery-image] Aug 26 21:23:36.326 INFO O| Aug 26 21:23:36.326 INFO STEP 701 (remove_files) COMPLETE
69322025-08-26T21:23:36.334Z[ recovery-image] Aug 26 21:23:36.326 INFO O| Aug 26 21:23:36.326 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332025-08-26T21:23:36.360Z[ recovery-image] Aug 26 21:23:36.342 INFO O| Aug 26 21:23:36.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69342025-08-26T21:23:36.361Z[ recovery-image] Aug 26 21:23:36.343 INFO O| Aug 26 21:23:36.343 INFO STEP 702 (remove_files) COMPLETE
69352025-08-26T21:23:36.361Z[ recovery-image] Aug 26 21:23:36.343 INFO O| Aug 26 21:23:36.343 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362025-08-26T21:23:36.361Z[ recovery-image] Aug 26 21:23:36.358 INFO O| Aug 26 21:23:36.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69372025-08-26T21:23:36.361Z[ recovery-image] Aug 26 21:23:36.358 INFO O| Aug 26 21:23:36.358 INFO STEP 703 (remove_files) COMPLETE
69382025-08-26T21:23:36.361Z[ recovery-image] Aug 26 21:23:36.358 INFO O| Aug 26 21:23:36.358 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392025-08-26T21:23:36.386Z[ recovery-image] Aug 26 21:23:36.373 INFO O| Aug 26 21:23:36.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69402025-08-26T21:23:36.386Z[ recovery-image] Aug 26 21:23:36.373 INFO O| Aug 26 21:23:36.373 INFO STEP 704 (remove_files) COMPLETE
69412025-08-26T21:23:36.386Z[ recovery-image] Aug 26 21:23:36.373 INFO O| Aug 26 21:23:36.373 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422025-08-26T21:23:36.411Z[ recovery-image] Aug 26 21:23:36.389 INFO O| Aug 26 21:23:36.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69432025-08-26T21:23:36.411Z[ recovery-image] Aug 26 21:23:36.390 INFO O| Aug 26 21:23:36.390 INFO STEP 705 (remove_files) COMPLETE
69442025-08-26T21:23:36.411Z[ recovery-image] Aug 26 21:23:36.390 INFO O| Aug 26 21:23:36.390 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452025-08-26T21:23:36.411Z[ recovery-image] Aug 26 21:23:36.410 INFO O| Aug 26 21:23:36.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69462025-08-26T21:23:36.411Z[ recovery-image] Aug 26 21:23:36.410 INFO O| Aug 26 21:23:36.410 INFO STEP 706 (remove_files) COMPLETE
69472025-08-26T21:23:36.411Z[ recovery-image] Aug 26 21:23:36.410 INFO O| Aug 26 21:23:36.410 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482025-08-26T21:23:36.453Z[ recovery-image] Aug 26 21:23:36.426 INFO O| Aug 26 21:23:36.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69492025-08-26T21:23:36.453Z[ recovery-image] Aug 26 21:23:36.427 INFO O| Aug 26 21:23:36.426 INFO STEP 707 (remove_files) COMPLETE
69502025-08-26T21:23:36.478Z[ recovery-image] Aug 26 21:23:36.427 INFO O| Aug 26 21:23:36.427 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512025-08-26T21:23:36.478Z[ recovery-image] Aug 26 21:23:36.444 INFO O| Aug 26 21:23:36.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69522025-08-26T21:23:36.478Z[ recovery-image] Aug 26 21:23:36.444 INFO O| Aug 26 21:23:36.444 INFO STEP 708 (remove_files) COMPLETE
69532025-08-26T21:23:36.478Z[ recovery-image] Aug 26 21:23:36.444 INFO O| Aug 26 21:23:36.444 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542025-08-26T21:23:36.478Z[ recovery-image] Aug 26 21:23:36.463 INFO O| Aug 26 21:23:36.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69552025-08-26T21:23:36.478Z[ recovery-image] Aug 26 21:23:36.463 INFO O| Aug 26 21:23:36.463 INFO STEP 709 (remove_files) COMPLETE
69562025-08-26T21:23:36.478Z[ recovery-image] Aug 26 21:23:36.463 INFO O| Aug 26 21:23:36.463 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572025-08-26T21:23:36.478Z[ recovery-image] Aug 26 21:23:36.478 INFO O| Aug 26 21:23:36.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69582025-08-26T21:23:36.478Z[ recovery-image] Aug 26 21:23:36.478 INFO O| Aug 26 21:23:36.478 INFO STEP 710 (remove_files) COMPLETE
69592025-08-26T21:23:36.478Z[ recovery-image] Aug 26 21:23:36.478 INFO O| Aug 26 21:23:36.478 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602025-08-26T21:23:36.503Z[ recovery-image] Aug 26 21:23:36.493 INFO O| Aug 26 21:23:36.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69612025-08-26T21:23:36.503Z[ recovery-image] Aug 26 21:23:36.493 INFO O| Aug 26 21:23:36.493 INFO STEP 711 (remove_files) COMPLETE
69622025-08-26T21:23:36.503Z[ recovery-image] Aug 26 21:23:36.493 INFO O| Aug 26 21:23:36.493 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632025-08-26T21:23:36.528Z[ recovery-image] Aug 26 21:23:36.508 INFO O| Aug 26 21:23:36.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69642025-08-26T21:23:36.528Z[ recovery-image] Aug 26 21:23:36.509 INFO O| Aug 26 21:23:36.509 INFO STEP 712 (remove_files) COMPLETE
69652025-08-26T21:23:36.528Z[ recovery-image] Aug 26 21:23:36.509 INFO O| Aug 26 21:23:36.509 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662025-08-26T21:23:36.528Z[ recovery-image] Aug 26 21:23:36.523 INFO O| Aug 26 21:23:36.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69672025-08-26T21:23:36.528Z[ recovery-image] Aug 26 21:23:36.524 INFO O| Aug 26 21:23:36.524 INFO STEP 713 (remove_files) COMPLETE
69682025-08-26T21:23:36.528Z[ recovery-image] Aug 26 21:23:36.524 INFO O| Aug 26 21:23:36.524 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692025-08-26T21:23:36.553Z[ recovery-image] Aug 26 21:23:36.543 INFO O| Aug 26 21:23:36.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69702025-08-26T21:23:36.554Z[ recovery-image] Aug 26 21:23:36.543 INFO O| Aug 26 21:23:36.543 INFO STEP 714 (remove_files) COMPLETE
69712025-08-26T21:23:36.554Z[ recovery-image] Aug 26 21:23:36.543 INFO O| Aug 26 21:23:36.543 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722025-08-26T21:23:36.579Z[ recovery-image] Aug 26 21:23:36.562 INFO O| Aug 26 21:23:36.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69732025-08-26T21:23:36.579Z[ recovery-image] Aug 26 21:23:36.562 INFO O| Aug 26 21:23:36.562 INFO STEP 715 (remove_files) COMPLETE
69742025-08-26T21:23:36.579Z[ recovery-image] Aug 26 21:23:36.562 INFO O| Aug 26 21:23:36.562 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752025-08-26T21:23:36.579Z[ recovery-image] Aug 26 21:23:36.579 INFO O| Aug 26 21:23:36.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69762025-08-26T21:23:36.579Z[ recovery-image] Aug 26 21:23:36.580 INFO O| Aug 26 21:23:36.580 INFO STEP 716 (remove_files) COMPLETE
69772025-08-26T21:23:36.579Z[ recovery-image] Aug 26 21:23:36.580 INFO O| Aug 26 21:23:36.580 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782025-08-26T21:23:36.604Z[ recovery-image] Aug 26 21:23:36.598 INFO O| Aug 26 21:23:36.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69792025-08-26T21:23:36.604Z[ recovery-image] Aug 26 21:23:36.598 INFO O| Aug 26 21:23:36.598 INFO STEP 717 (remove_files) COMPLETE
69802025-08-26T21:23:36.605Z[ recovery-image] Aug 26 21:23:36.598 INFO O| Aug 26 21:23:36.598 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812025-08-26T21:23:36.630Z[ recovery-image] Aug 26 21:23:36.615 INFO O| Aug 26 21:23:36.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69822025-08-26T21:23:36.630Z[ recovery-image] Aug 26 21:23:36.615 INFO O| Aug 26 21:23:36.615 INFO STEP 718 (remove_files) COMPLETE
69832025-08-26T21:23:36.630Z[ recovery-image] Aug 26 21:23:36.615 INFO O| Aug 26 21:23:36.615 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842025-08-26T21:23:36.630Z[ recovery-image] Aug 26 21:23:36.631 INFO O| Aug 26 21:23:36.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69852025-08-26T21:23:36.630Z[ recovery-image] Aug 26 21:23:36.631 INFO O| Aug 26 21:23:36.631 INFO STEP 719 (remove_files) COMPLETE
69862025-08-26T21:23:36.630Z[ recovery-image] Aug 26 21:23:36.631 INFO O| Aug 26 21:23:36.631 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872025-08-26T21:23:36.656Z[ recovery-image] Aug 26 21:23:36.645 INFO O| Aug 26 21:23:36.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69882025-08-26T21:23:36.656Z[ recovery-image] Aug 26 21:23:36.645 INFO O| Aug 26 21:23:36.645 INFO STEP 720 (remove_files) COMPLETE
69892025-08-26T21:23:36.656Z[ recovery-image] Aug 26 21:23:36.645 INFO O| Aug 26 21:23:36.645 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902025-08-26T21:23:36.695Z[ recovery-image] Aug 26 21:23:36.660 INFO O| Aug 26 21:23:36.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69912025-08-26T21:23:36.695Z[ recovery-image] Aug 26 21:23:36.661 INFO O| Aug 26 21:23:36.661 INFO STEP 721 (remove_files) COMPLETE
69922025-08-26T21:23:36.695Z[ recovery-image] Aug 26 21:23:36.661 INFO O| Aug 26 21:23:36.661 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932025-08-26T21:23:36.695Z[ recovery-image] Aug 26 21:23:36.675 INFO O| Aug 26 21:23:36.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69942025-08-26T21:23:36.695Z[ recovery-image] Aug 26 21:23:36.675 INFO O| Aug 26 21:23:36.675 INFO STEP 722 (remove_files) COMPLETE
69952025-08-26T21:23:36.696Z[ recovery-image] Aug 26 21:23:36.675 INFO O| Aug 26 21:23:36.675 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962025-08-26T21:23:36.726Z[ recovery-image] Aug 26 21:23:36.691 INFO O| Aug 26 21:23:36.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69972025-08-26T21:23:36.726Z[ recovery-image] Aug 26 21:23:36.691 INFO O| Aug 26 21:23:36.691 INFO STEP 723 (remove_files) COMPLETE
69982025-08-26T21:23:36.726Z[ recovery-image] Aug 26 21:23:36.691 INFO O| Aug 26 21:23:36.691 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992025-08-26T21:23:36.726Z[ recovery-image] Aug 26 21:23:36.709 INFO O| Aug 26 21:23:36.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
70002025-08-26T21:23:36.726Z[ recovery-image] Aug 26 21:23:36.709 INFO O| Aug 26 21:23:36.709 INFO STEP 724 (remove_files) COMPLETE
70012025-08-26T21:23:36.726Z[ recovery-image] Aug 26 21:23:36.709 INFO O| Aug 26 21:23:36.709 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022025-08-26T21:23:36.726Z[ recovery-image] Aug 26 21:23:36.723 INFO O| Aug 26 21:23:36.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
70032025-08-26T21:23:36.726Z[ recovery-image] Aug 26 21:23:36.724 INFO O| Aug 26 21:23:36.723 INFO STEP 725 (remove_files) COMPLETE
70042025-08-26T21:23:36.726Z[ recovery-image] Aug 26 21:23:36.724 INFO O| Aug 26 21:23:36.724 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052025-08-26T21:23:36.753Z[ recovery-image] Aug 26 21:23:36.739 INFO O| Aug 26 21:23:36.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
70062025-08-26T21:23:36.753Z[ recovery-image] Aug 26 21:23:36.739 INFO O| Aug 26 21:23:36.739 INFO STEP 726 (remove_files) COMPLETE
70072025-08-26T21:23:36.753Z[ recovery-image] Aug 26 21:23:36.739 INFO O| Aug 26 21:23:36.739 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082025-08-26T21:23:36.780Z[ recovery-image] Aug 26 21:23:36.755 INFO O| Aug 26 21:23:36.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
70092025-08-26T21:23:36.780Z[ recovery-image] Aug 26 21:23:36.755 INFO O| Aug 26 21:23:36.755 INFO STEP 727 (remove_files) COMPLETE
70102025-08-26T21:23:36.780Z[ recovery-image] Aug 26 21:23:36.755 INFO O| Aug 26 21:23:36.755 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112025-08-26T21:23:36.780Z[ recovery-image] Aug 26 21:23:36.771 INFO O| Aug 26 21:23:36.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
70122025-08-26T21:23:36.780Z[ recovery-image] Aug 26 21:23:36.771 INFO O| Aug 26 21:23:36.771 INFO STEP 728 (remove_files) COMPLETE
70132025-08-26T21:23:36.780Z[ recovery-image] Aug 26 21:23:36.771 INFO O| Aug 26 21:23:36.771 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142025-08-26T21:23:36.809Z[ recovery-image] Aug 26 21:23:36.792 INFO O| Aug 26 21:23:36.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
70152025-08-26T21:23:36.809Z[ recovery-image] Aug 26 21:23:36.792 INFO O| Aug 26 21:23:36.792 INFO STEP 729 (remove_files) COMPLETE
70162025-08-26T21:23:36.809Z[ recovery-image] Aug 26 21:23:36.792 INFO O| Aug 26 21:23:36.792 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172025-08-26T21:23:36.835Z[ recovery-image] Aug 26 21:23:36.809 INFO O| Aug 26 21:23:36.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
70182025-08-26T21:23:36.835Z[ recovery-image] Aug 26 21:23:36.809 INFO O| Aug 26 21:23:36.809 INFO STEP 730 (remove_files) COMPLETE
70192025-08-26T21:23:36.835Z[ recovery-image] Aug 26 21:23:36.809 INFO O| Aug 26 21:23:36.809 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202025-08-26T21:23:36.835Z[ recovery-image] Aug 26 21:23:36.828 INFO O| Aug 26 21:23:36.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
70212025-08-26T21:23:36.835Z[ recovery-image] Aug 26 21:23:36.828 INFO O| Aug 26 21:23:36.828 INFO STEP 731 (remove_files) COMPLETE
70222025-08-26T21:23:36.835Z[ recovery-image] Aug 26 21:23:36.828 INFO O| Aug 26 21:23:36.828 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232025-08-26T21:23:36.860Z[ recovery-image] Aug 26 21:23:36.847 INFO O| Aug 26 21:23:36.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
70242025-08-26T21:23:36.860Z[ recovery-image] Aug 26 21:23:36.847 INFO O| Aug 26 21:23:36.847 INFO STEP 732 (remove_files) COMPLETE
70252025-08-26T21:23:36.860Z[ recovery-image] Aug 26 21:23:36.848 INFO O| Aug 26 21:23:36.847 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262025-08-26T21:23:36.885Z[ recovery-image] Aug 26 21:23:36.866 INFO O| Aug 26 21:23:36.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
70272025-08-26T21:23:36.886Z[ recovery-image] Aug 26 21:23:36.866 INFO O| Aug 26 21:23:36.866 INFO STEP 733 (remove_files) COMPLETE
70282025-08-26T21:23:36.886Z[ recovery-image] Aug 26 21:23:36.866 INFO O| Aug 26 21:23:36.866 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292025-08-26T21:23:36.886Z[ recovery-image] Aug 26 21:23:36.885 INFO O| Aug 26 21:23:36.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
70302025-08-26T21:23:36.886Z[ recovery-image] Aug 26 21:23:36.885 INFO O| Aug 26 21:23:36.885 INFO STEP 734 (remove_files) COMPLETE
70312025-08-26T21:23:36.886Z[ recovery-image] Aug 26 21:23:36.885 INFO O| Aug 26 21:23:36.885 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322025-08-26T21:23:36.912Z[ recovery-image] Aug 26 21:23:36.901 INFO O| Aug 26 21:23:36.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70332025-08-26T21:23:36.912Z[ recovery-image] Aug 26 21:23:36.902 INFO O| Aug 26 21:23:36.902 INFO STEP 735 (remove_files) COMPLETE
70342025-08-26T21:23:36.912Z[ recovery-image] Aug 26 21:23:36.902 INFO O| Aug 26 21:23:36.902 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352025-08-26T21:23:36.938Z[ recovery-image] Aug 26 21:23:36.917 INFO O| Aug 26 21:23:36.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70362025-08-26T21:23:36.938Z[ recovery-image] Aug 26 21:23:36.917 INFO O| Aug 26 21:23:36.917 INFO STEP 736 (remove_files) COMPLETE
70372025-08-26T21:23:36.938Z[ recovery-image] Aug 26 21:23:36.917 INFO O| Aug 26 21:23:36.917 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382025-08-26T21:23:36.938Z[ recovery-image] Aug 26 21:23:36.931 INFO O| Aug 26 21:23:36.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70392025-08-26T21:23:36.938Z[ recovery-image] Aug 26 21:23:36.931 INFO O| Aug 26 21:23:36.931 INFO STEP 737 (remove_files) COMPLETE
70402025-08-26T21:23:36.938Z[ recovery-image] Aug 26 21:23:36.931 INFO O| Aug 26 21:23:36.931 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412025-08-26T21:23:36.964Z[ recovery-image] Aug 26 21:23:36.945 INFO O| Aug 26 21:23:36.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70422025-08-26T21:23:36.964Z[ recovery-image] Aug 26 21:23:36.946 INFO O| Aug 26 21:23:36.945 INFO STEP 738 (remove_files) COMPLETE
70432025-08-26T21:23:36.964Z[ recovery-image] Aug 26 21:23:36.946 INFO O| Aug 26 21:23:36.946 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442025-08-26T21:23:36.964Z[ recovery-image] Aug 26 21:23:36.961 INFO O| Aug 26 21:23:36.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70452025-08-26T21:23:36.964Z[ recovery-image] Aug 26 21:23:36.961 INFO O| Aug 26 21:23:36.961 INFO STEP 739 (remove_files) COMPLETE
70462025-08-26T21:23:36.964Z[ recovery-image] Aug 26 21:23:36.961 INFO O| Aug 26 21:23:36.961 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472025-08-26T21:23:36.990Z[ recovery-image] Aug 26 21:23:36.975 INFO O| Aug 26 21:23:36.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70482025-08-26T21:23:36.990Z[ recovery-image] Aug 26 21:23:36.975 INFO O| Aug 26 21:23:36.975 INFO STEP 740 (remove_files) COMPLETE
70492025-08-26T21:23:36.990Z[ recovery-image] Aug 26 21:23:36.975 INFO O| Aug 26 21:23:36.975 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502025-08-26T21:23:36.990Z[ recovery-image] Aug 26 21:23:36.989 INFO O| Aug 26 21:23:36.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70512025-08-26T21:23:36.990Z[ recovery-image] Aug 26 21:23:36.990 INFO O| Aug 26 21:23:36.990 INFO STEP 741 (remove_files) COMPLETE
70522025-08-26T21:23:36.990Z[ recovery-image] Aug 26 21:23:36.990 INFO O| Aug 26 21:23:36.990 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532025-08-26T21:23:37.015Z[ recovery-image] Aug 26 21:23:37.007 INFO O| Aug 26 21:23:37.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70542025-08-26T21:23:37.015Z[ recovery-image] Aug 26 21:23:37.007 INFO O| Aug 26 21:23:37.007 INFO STEP 742 (remove_files) COMPLETE
70552025-08-26T21:23:37.016Z[ recovery-image] Aug 26 21:23:37.007 INFO O| Aug 26 21:23:37.007 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562025-08-26T21:23:37.043Z[ recovery-image] Aug 26 21:23:37.025 INFO O| Aug 26 21:23:37.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70572025-08-26T21:23:37.043Z[ recovery-image] Aug 26 21:23:37.025 INFO O| Aug 26 21:23:37.025 INFO STEP 743 (remove_files) COMPLETE
70582025-08-26T21:23:37.043Z[ recovery-image] Aug 26 21:23:37.025 INFO O| Aug 26 21:23:37.025 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592025-08-26T21:23:37.043Z[ recovery-image] Aug 26 21:23:37.040 INFO O| Aug 26 21:23:37.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70602025-08-26T21:23:37.043Z[ recovery-image] Aug 26 21:23:37.040 INFO O| Aug 26 21:23:37.040 INFO STEP 744 (remove_files) COMPLETE
70612025-08-26T21:23:37.043Z[ recovery-image] Aug 26 21:23:37.040 INFO O| Aug 26 21:23:37.040 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622025-08-26T21:23:37.068Z[ recovery-image] Aug 26 21:23:37.059 INFO O| Aug 26 21:23:37.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70632025-08-26T21:23:37.068Z[ recovery-image] Aug 26 21:23:37.059 INFO O| Aug 26 21:23:37.059 INFO STEP 745 (remove_files) COMPLETE
70642025-08-26T21:23:37.068Z[ recovery-image] Aug 26 21:23:37.059 INFO O| Aug 26 21:23:37.059 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652025-08-26T21:23:37.093Z[ recovery-image] Aug 26 21:23:37.076 INFO O| Aug 26 21:23:37.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70662025-08-26T21:23:37.093Z[ recovery-image] Aug 26 21:23:37.076 INFO O| Aug 26 21:23:37.076 INFO STEP 746 (remove_files) COMPLETE
70672025-08-26T21:23:37.094Z[ recovery-image] Aug 26 21:23:37.076 INFO O| Aug 26 21:23:37.076 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682025-08-26T21:23:37.094Z[ recovery-image] Aug 26 21:23:37.092 INFO O| Aug 26 21:23:37.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70692025-08-26T21:23:37.094Z[ recovery-image] Aug 26 21:23:37.092 INFO O| Aug 26 21:23:37.092 INFO STEP 747 (remove_files) COMPLETE
70702025-08-26T21:23:37.094Z[ recovery-image] Aug 26 21:23:37.092 INFO O| Aug 26 21:23:37.092 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712025-08-26T21:23:37.119Z[ recovery-image] Aug 26 21:23:37.111 INFO O| Aug 26 21:23:37.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70722025-08-26T21:23:37.120Z[ recovery-image] Aug 26 21:23:37.111 INFO O| Aug 26 21:23:37.111 INFO STEP 748 (remove_files) COMPLETE
70732025-08-26T21:23:37.120Z[ recovery-image] Aug 26 21:23:37.111 INFO O| Aug 26 21:23:37.111 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742025-08-26T21:23:37.153Z[ recovery-image] Aug 26 21:23:37.154 INFO O| Aug 26 21:23:37.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70752025-08-26T21:23:37.153Z[ recovery-image] Aug 26 21:23:37.154 INFO O| Aug 26 21:23:37.154 INFO STEP 749 (remove_files) COMPLETE
70762025-08-26T21:23:37.154Z[ recovery-image] Aug 26 21:23:37.154 INFO O| Aug 26 21:23:37.154 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772025-08-26T21:23:37.180Z[ recovery-image] Aug 26 21:23:37.174 INFO O| Aug 26 21:23:37.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70782025-08-26T21:23:37.180Z[ recovery-image] Aug 26 21:23:37.174 INFO O| Aug 26 21:23:37.174 INFO STEP 750 (remove_files) COMPLETE
70792025-08-26T21:23:37.180Z[ recovery-image] Aug 26 21:23:37.174 INFO O| Aug 26 21:23:37.174 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802025-08-26T21:23:37.205Z[ recovery-image] Aug 26 21:23:37.193 INFO O| Aug 26 21:23:37.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70812025-08-26T21:23:37.205Z[ recovery-image] Aug 26 21:23:37.193 INFO O| Aug 26 21:23:37.193 INFO STEP 751 (remove_files) COMPLETE
70822025-08-26T21:23:37.205Z[ recovery-image] Aug 26 21:23:37.193 INFO O| Aug 26 21:23:37.193 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832025-08-26T21:23:37.230Z[ recovery-image] Aug 26 21:23:37.212 INFO O| Aug 26 21:23:37.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70842025-08-26T21:23:37.230Z[ recovery-image] Aug 26 21:23:37.212 INFO O| Aug 26 21:23:37.212 INFO STEP 752 (remove_files) COMPLETE
70852025-08-26T21:23:37.230Z[ recovery-image] Aug 26 21:23:37.212 INFO O| Aug 26 21:23:37.212 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862025-08-26T21:23:37.230Z[ recovery-image] Aug 26 21:23:37.228 INFO O| Aug 26 21:23:37.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70872025-08-26T21:23:37.230Z[ recovery-image] Aug 26 21:23:37.228 INFO O| Aug 26 21:23:37.228 INFO STEP 753 (remove_files) COMPLETE
70882025-08-26T21:23:37.230Z[ recovery-image] Aug 26 21:23:37.228 INFO O| Aug 26 21:23:37.228 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892025-08-26T21:23:37.255Z[ recovery-image] Aug 26 21:23:37.247 INFO O| Aug 26 21:23:37.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70902025-08-26T21:23:37.255Z[ recovery-image] Aug 26 21:23:37.247 INFO O| Aug 26 21:23:37.247 INFO STEP 754 (remove_files) COMPLETE
70912025-08-26T21:23:37.255Z[ recovery-image] Aug 26 21:23:37.247 INFO O| Aug 26 21:23:37.247 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922025-08-26T21:23:37.281Z[ recovery-image] Aug 26 21:23:37.262 INFO O| Aug 26 21:23:37.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70932025-08-26T21:23:37.281Z[ recovery-image] Aug 26 21:23:37.262 INFO O| Aug 26 21:23:37.262 INFO STEP 755 (remove_files) COMPLETE
70942025-08-26T21:23:37.281Z[ recovery-image] Aug 26 21:23:37.262 INFO O| Aug 26 21:23:37.262 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952025-08-26T21:23:37.281Z[ recovery-image] Aug 26 21:23:37.277 INFO O| Aug 26 21:23:37.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70962025-08-26T21:23:37.281Z[ recovery-image] Aug 26 21:23:37.277 INFO O| Aug 26 21:23:37.277 INFO STEP 756 (remove_files) COMPLETE
70972025-08-26T21:23:37.281Z[ recovery-image] Aug 26 21:23:37.277 INFO O| Aug 26 21:23:37.277 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982025-08-26T21:23:37.307Z[ recovery-image] Aug 26 21:23:37.293 INFO O| Aug 26 21:23:37.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70992025-08-26T21:23:37.307Z[ recovery-image] Aug 26 21:23:37.293 INFO O| Aug 26 21:23:37.293 INFO STEP 757 (remove_files) COMPLETE
71002025-08-26T21:23:37.307Z[ recovery-image] Aug 26 21:23:37.293 INFO O| Aug 26 21:23:37.293 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012025-08-26T21:23:37.307Z[ recovery-image] Aug 26 21:23:37.308 INFO O| Aug 26 21:23:37.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
71022025-08-26T21:23:37.332Z[ recovery-image] Aug 26 21:23:37.308 INFO O| Aug 26 21:23:37.308 INFO STEP 758 (remove_files) COMPLETE
71032025-08-26T21:23:37.332Z[ recovery-image] Aug 26 21:23:37.308 INFO O| Aug 26 21:23:37.308 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042025-08-26T21:23:37.332Z[ recovery-image] Aug 26 21:23:37.321 INFO O| Aug 26 21:23:37.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
71052025-08-26T21:23:37.332Z[ recovery-image] Aug 26 21:23:37.322 INFO O| Aug 26 21:23:37.321 INFO STEP 759 (remove_files) COMPLETE
71062025-08-26T21:23:37.332Z[ recovery-image] Aug 26 21:23:37.322 INFO O| Aug 26 21:23:37.321 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072025-08-26T21:23:37.360Z[ recovery-image] Aug 26 21:23:37.336 INFO O| Aug 26 21:23:37.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
71082025-08-26T21:23:37.360Z[ recovery-image] Aug 26 21:23:37.336 INFO O| Aug 26 21:23:37.336 INFO STEP 760 (remove_files) COMPLETE
71092025-08-26T21:23:37.360Z[ recovery-image] Aug 26 21:23:37.336 INFO O| Aug 26 21:23:37.336 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102025-08-26T21:23:37.360Z[ recovery-image] Aug 26 21:23:37.355 INFO O| Aug 26 21:23:37.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
71112025-08-26T21:23:37.360Z[ recovery-image] Aug 26 21:23:37.355 INFO O| Aug 26 21:23:37.355 INFO STEP 761 (remove_files) COMPLETE
71122025-08-26T21:23:37.360Z[ recovery-image] Aug 26 21:23:37.355 INFO O| Aug 26 21:23:37.355 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132025-08-26T21:23:37.386Z[ recovery-image] Aug 26 21:23:37.373 INFO O| Aug 26 21:23:37.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
71142025-08-26T21:23:37.386Z[ recovery-image] Aug 26 21:23:37.373 INFO O| Aug 26 21:23:37.373 INFO STEP 762 (remove_files) COMPLETE
71152025-08-26T21:23:37.386Z[ recovery-image] Aug 26 21:23:37.373 INFO O| Aug 26 21:23:37.373 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162025-08-26T21:23:37.411Z[ recovery-image] Aug 26 21:23:37.389 INFO O| Aug 26 21:23:37.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
71172025-08-26T21:23:37.411Z[ recovery-image] Aug 26 21:23:37.389 INFO O| Aug 26 21:23:37.389 INFO STEP 763 (remove_files) COMPLETE
71182025-08-26T21:23:37.412Z[ recovery-image] Aug 26 21:23:37.389 INFO O| Aug 26 21:23:37.389 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192025-08-26T21:23:37.412Z[ recovery-image] Aug 26 21:23:37.408 INFO O| Aug 26 21:23:37.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
71202025-08-26T21:23:37.412Z[ recovery-image] Aug 26 21:23:37.408 INFO O| Aug 26 21:23:37.408 INFO STEP 764 (remove_files) COMPLETE
71212025-08-26T21:23:37.412Z[ recovery-image] Aug 26 21:23:37.408 INFO O| Aug 26 21:23:37.408 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222025-08-26T21:23:37.443Z[ recovery-image] Aug 26 21:23:37.423 INFO O| Aug 26 21:23:37.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
71232025-08-26T21:23:37.443Z[ recovery-image] Aug 26 21:23:37.423 INFO O| Aug 26 21:23:37.423 INFO STEP 765 (remove_files) COMPLETE
71242025-08-26T21:23:37.443Z[ recovery-image] Aug 26 21:23:37.423 INFO O| Aug 26 21:23:37.423 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252025-08-26T21:23:37.443Z[ recovery-image] Aug 26 21:23:37.443 INFO O| Aug 26 21:23:37.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
71262025-08-26T21:23:37.443Z[ recovery-image] Aug 26 21:23:37.443 INFO O| Aug 26 21:23:37.443 INFO STEP 766 (remove_files) COMPLETE
71272025-08-26T21:23:37.443Z[ recovery-image] Aug 26 21:23:37.443 INFO O| Aug 26 21:23:37.443 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282025-08-26T21:23:37.468Z[ recovery-image] Aug 26 21:23:37.462 INFO O| Aug 26 21:23:37.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
71292025-08-26T21:23:37.468Z[ recovery-image] Aug 26 21:23:37.463 INFO O| Aug 26 21:23:37.462 INFO STEP 767 (remove_files) COMPLETE
71302025-08-26T21:23:37.468Z[ recovery-image] Aug 26 21:23:37.463 INFO O| Aug 26 21:23:37.463 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312025-08-26T21:23:37.493Z[ recovery-image] Aug 26 21:23:37.484 INFO O| Aug 26 21:23:37.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71322025-08-26T21:23:37.493Z[ recovery-image] Aug 26 21:23:37.485 INFO O| Aug 26 21:23:37.485 INFO STEP 768 (remove_files) COMPLETE
71332025-08-26T21:23:37.494Z[ recovery-image] Aug 26 21:23:37.485 INFO O| Aug 26 21:23:37.485 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342025-08-26T21:23:37.518Z[ recovery-image] Aug 26 21:23:37.499 INFO O| Aug 26 21:23:37.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71352025-08-26T21:23:37.518Z[ recovery-image] Aug 26 21:23:37.500 INFO O| Aug 26 21:23:37.499 INFO STEP 769 (remove_files) COMPLETE
71362025-08-26T21:23:37.518Z[ recovery-image] Aug 26 21:23:37.500 INFO O| Aug 26 21:23:37.499 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372025-08-26T21:23:37.518Z[ recovery-image] Aug 26 21:23:37.514 INFO O| Aug 26 21:23:37.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71382025-08-26T21:23:37.518Z[ recovery-image] Aug 26 21:23:37.514 INFO O| Aug 26 21:23:37.514 INFO STEP 770 (remove_files) COMPLETE
71392025-08-26T21:23:37.518Z[ recovery-image] Aug 26 21:23:37.514 INFO O| Aug 26 21:23:37.514 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402025-08-26T21:23:37.547Z[ recovery-image] Aug 26 21:23:37.529 INFO O| Aug 26 21:23:37.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71412025-08-26T21:23:37.547Z[ recovery-image] Aug 26 21:23:37.529 INFO O| Aug 26 21:23:37.529 INFO STEP 771 (remove_files) COMPLETE
71422025-08-26T21:23:37.547Z[ recovery-image] Aug 26 21:23:37.529 INFO O| Aug 26 21:23:37.529 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432025-08-26T21:23:37.547Z[ recovery-image] Aug 26 21:23:37.543 INFO O| Aug 26 21:23:37.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71442025-08-26T21:23:37.547Z[ recovery-image] Aug 26 21:23:37.543 INFO O| Aug 26 21:23:37.543 INFO STEP 772 (remove_files) COMPLETE
71452025-08-26T21:23:37.547Z[ recovery-image] Aug 26 21:23:37.544 INFO O| Aug 26 21:23:37.543 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462025-08-26T21:23:37.572Z[ recovery-image] Aug 26 21:23:37.557 INFO O| Aug 26 21:23:37.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71472025-08-26T21:23:37.572Z[ recovery-image] Aug 26 21:23:37.557 INFO O| Aug 26 21:23:37.557 INFO STEP 773 (remove_files) COMPLETE
71482025-08-26T21:23:37.572Z[ recovery-image] Aug 26 21:23:37.557 INFO O| Aug 26 21:23:37.557 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492025-08-26T21:23:37.597Z[ recovery-image] Aug 26 21:23:37.576 INFO O| Aug 26 21:23:37.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71502025-08-26T21:23:37.598Z[ recovery-image] Aug 26 21:23:37.576 INFO O| Aug 26 21:23:37.576 INFO STEP 774 (remove_files) COMPLETE
71512025-08-26T21:23:37.598Z[ recovery-image] Aug 26 21:23:37.576 INFO O| Aug 26 21:23:37.576 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522025-08-26T21:23:37.598Z[ recovery-image] Aug 26 21:23:37.592 INFO O| Aug 26 21:23:37.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71532025-08-26T21:23:37.598Z[ recovery-image] Aug 26 21:23:37.592 INFO O| Aug 26 21:23:37.592 INFO STEP 775 (remove_files) COMPLETE
71542025-08-26T21:23:37.598Z[ recovery-image] Aug 26 21:23:37.592 INFO O| Aug 26 21:23:37.592 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552025-08-26T21:23:37.623Z[ recovery-image] Aug 26 21:23:37.607 INFO O| Aug 26 21:23:37.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71562025-08-26T21:23:37.623Z[ recovery-image] Aug 26 21:23:37.608 INFO O| Aug 26 21:23:37.608 INFO STEP 776 (remove_files) COMPLETE
71572025-08-26T21:23:37.623Z[ recovery-image] Aug 26 21:23:37.608 INFO O| Aug 26 21:23:37.608 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582025-08-26T21:23:37.649Z[ recovery-image] Aug 26 21:23:37.624 INFO O| Aug 26 21:23:37.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71592025-08-26T21:23:37.649Z[ recovery-image] Aug 26 21:23:37.624 INFO O| Aug 26 21:23:37.624 INFO STEP 777 (remove_files) COMPLETE
71602025-08-26T21:23:37.649Z[ recovery-image] Aug 26 21:23:37.624 INFO O| Aug 26 21:23:37.624 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612025-08-26T21:23:37.649Z[ recovery-image] Aug 26 21:23:37.644 INFO O| Aug 26 21:23:37.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71622025-08-26T21:23:37.649Z[ recovery-image] Aug 26 21:23:37.644 INFO O| Aug 26 21:23:37.644 INFO STEP 778 (remove_files) COMPLETE
71632025-08-26T21:23:37.649Z[ recovery-image] Aug 26 21:23:37.644 INFO O| Aug 26 21:23:37.644 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642025-08-26T21:23:37.674Z[ recovery-image] Aug 26 21:23:37.662 INFO O| Aug 26 21:23:37.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71652025-08-26T21:23:37.674Z[ recovery-image] Aug 26 21:23:37.663 INFO O| Aug 26 21:23:37.663 INFO STEP 779 (remove_files) COMPLETE
71662025-08-26T21:23:37.674Z[ recovery-image] Aug 26 21:23:37.663 INFO O| Aug 26 21:23:37.663 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672025-08-26T21:23:37.699Z[ recovery-image] Aug 26 21:23:37.679 INFO O| Aug 26 21:23:37.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71682025-08-26T21:23:37.699Z[ recovery-image] Aug 26 21:23:37.679 INFO O| Aug 26 21:23:37.679 INFO STEP 780 (remove_files) COMPLETE
71692025-08-26T21:23:37.699Z[ recovery-image] Aug 26 21:23:37.679 INFO O| Aug 26 21:23:37.679 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702025-08-26T21:23:37.699Z[ recovery-image] Aug 26 21:23:37.695 INFO O| Aug 26 21:23:37.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71712025-08-26T21:23:37.699Z[ recovery-image] Aug 26 21:23:37.695 INFO O| Aug 26 21:23:37.695 INFO STEP 781 (remove_files) COMPLETE
71722025-08-26T21:23:37.699Z[ recovery-image] Aug 26 21:23:37.695 INFO O| Aug 26 21:23:37.695 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732025-08-26T21:23:37.726Z[ recovery-image] Aug 26 21:23:37.711 INFO O| Aug 26 21:23:37.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71742025-08-26T21:23:37.726Z[ recovery-image] Aug 26 21:23:37.712 INFO O| Aug 26 21:23:37.712 INFO STEP 782 (remove_files) COMPLETE
71752025-08-26T21:23:37.726Z[ recovery-image] Aug 26 21:23:37.712 INFO O| Aug 26 21:23:37.712 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762025-08-26T21:23:37.726Z[ recovery-image] Aug 26 21:23:37.727 INFO O| Aug 26 21:23:37.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71772025-08-26T21:23:37.751Z[ recovery-image] Aug 26 21:23:37.727 INFO O| Aug 26 21:23:37.727 INFO STEP 783 (remove_files) COMPLETE
71782025-08-26T21:23:37.752Z[ recovery-image] Aug 26 21:23:37.728 INFO O| Aug 26 21:23:37.727 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792025-08-26T21:23:37.752Z[ recovery-image] Aug 26 21:23:37.748 INFO O| Aug 26 21:23:37.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71802025-08-26T21:23:37.752Z[ recovery-image] Aug 26 21:23:37.749 INFO O| Aug 26 21:23:37.749 INFO STEP 784 (remove_files) COMPLETE
71812025-08-26T21:23:37.752Z[ recovery-image] Aug 26 21:23:37.749 INFO O| Aug 26 21:23:37.749 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822025-08-26T21:23:37.778Z[ recovery-image] Aug 26 21:23:37.766 INFO O| Aug 26 21:23:37.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71832025-08-26T21:23:37.778Z[ recovery-image] Aug 26 21:23:37.766 INFO O| Aug 26 21:23:37.766 INFO STEP 785 (remove_files) COMPLETE
71842025-08-26T21:23:37.778Z[ recovery-image] Aug 26 21:23:37.766 INFO O| Aug 26 21:23:37.766 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852025-08-26T21:23:37.804Z[ recovery-image] Aug 26 21:23:37.796 INFO O| Aug 26 21:23:37.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71862025-08-26T21:23:37.804Z[ recovery-image] Aug 26 21:23:37.797 INFO O| Aug 26 21:23:37.796 INFO STEP 786 (remove_files) COMPLETE
71872025-08-26T21:23:37.804Z[ recovery-image] Aug 26 21:23:37.797 INFO O| Aug 26 21:23:37.796 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882025-08-26T21:23:37.830Z[ recovery-image] Aug 26 21:23:37.815 INFO O| Aug 26 21:23:37.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71892025-08-26T21:23:37.830Z[ recovery-image] Aug 26 21:23:37.815 INFO O| Aug 26 21:23:37.815 INFO STEP 787 (remove_files) COMPLETE
71902025-08-26T21:23:37.830Z[ recovery-image] Aug 26 21:23:37.815 INFO O| Aug 26 21:23:37.815 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912025-08-26T21:23:37.855Z[ recovery-image] Aug 26 21:23:37.834 INFO O| Aug 26 21:23:37.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71922025-08-26T21:23:37.855Z[ recovery-image] Aug 26 21:23:37.834 INFO O| Aug 26 21:23:37.834 INFO STEP 788 (remove_files) COMPLETE
71932025-08-26T21:23:37.855Z[ recovery-image] Aug 26 21:23:37.834 INFO O| Aug 26 21:23:37.834 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942025-08-26T21:23:37.855Z[ recovery-image] Aug 26 21:23:37.850 INFO O| Aug 26 21:23:37.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71952025-08-26T21:23:37.855Z[ recovery-image] Aug 26 21:23:37.850 INFO O| Aug 26 21:23:37.850 INFO STEP 789 (remove_files) COMPLETE
71962025-08-26T21:23:37.855Z[ recovery-image] Aug 26 21:23:37.850 INFO O| Aug 26 21:23:37.850 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972025-08-26T21:23:37.879Z[ recovery-image] Aug 26 21:23:37.868 INFO O| Aug 26 21:23:37.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71982025-08-26T21:23:37.879Z[ recovery-image] Aug 26 21:23:37.869 INFO O| Aug 26 21:23:37.869 INFO STEP 790 (remove_files) COMPLETE
71992025-08-26T21:23:37.880Z[ recovery-image] Aug 26 21:23:37.869 INFO O| Aug 26 21:23:37.869 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002025-08-26T21:23:37.906Z[ recovery-image] Aug 26 21:23:37.886 INFO O| Aug 26 21:23:37.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
72012025-08-26T21:23:37.906Z[ recovery-image] Aug 26 21:23:37.887 INFO O| Aug 26 21:23:37.887 INFO STEP 791 (remove_files) COMPLETE
72022025-08-26T21:23:37.906Z[ recovery-image] Aug 26 21:23:37.887 INFO O| Aug 26 21:23:37.887 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032025-08-26T21:23:37.906Z[ recovery-image] Aug 26 21:23:37.905 INFO O| Aug 26 21:23:37.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
72042025-08-26T21:23:37.906Z[ recovery-image] Aug 26 21:23:37.905 INFO O| Aug 26 21:23:37.905 INFO STEP 792 (remove_files) COMPLETE
72052025-08-26T21:23:37.906Z[ recovery-image] Aug 26 21:23:37.905 INFO O| Aug 26 21:23:37.905 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062025-08-26T21:23:37.932Z[ recovery-image] Aug 26 21:23:37.921 INFO O| Aug 26 21:23:37.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
72072025-08-26T21:23:37.933Z[ recovery-image] Aug 26 21:23:37.921 INFO O| Aug 26 21:23:37.921 INFO STEP 793 (remove_files) COMPLETE
72082025-08-26T21:23:37.933Z[ recovery-image] Aug 26 21:23:37.921 INFO O| Aug 26 21:23:37.921 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092025-08-26T21:23:37.961Z[ recovery-image] Aug 26 21:23:37.942 INFO O| Aug 26 21:23:37.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
72102025-08-26T21:23:37.961Z[ recovery-image] Aug 26 21:23:37.943 INFO O| Aug 26 21:23:37.942 INFO STEP 794 (remove_files) COMPLETE
72112025-08-26T21:23:37.961Z[ recovery-image] Aug 26 21:23:37.943 INFO O| Aug 26 21:23:37.943 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122025-08-26T21:23:37.988Z[ recovery-image] Aug 26 21:23:37.960 INFO O| Aug 26 21:23:37.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
72132025-08-26T21:23:37.988Z[ recovery-image] Aug 26 21:23:37.960 INFO O| Aug 26 21:23:37.960 INFO STEP 795 (remove_files) COMPLETE
72142025-08-26T21:23:37.988Z[ recovery-image] Aug 26 21:23:37.960 INFO O| Aug 26 21:23:37.960 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152025-08-26T21:23:37.988Z[ recovery-image] Aug 26 21:23:37.976 INFO O| Aug 26 21:23:37.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
72162025-08-26T21:23:37.988Z[ recovery-image] Aug 26 21:23:37.976 INFO O| Aug 26 21:23:37.976 INFO STEP 796 (remove_files) COMPLETE
72172025-08-26T21:23:37.988Z[ recovery-image] Aug 26 21:23:37.976 INFO O| Aug 26 21:23:37.976 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182025-08-26T21:23:38.015Z[ recovery-image] Aug 26 21:23:37.994 INFO O| Aug 26 21:23:37.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
72192025-08-26T21:23:38.015Z[ recovery-image] Aug 26 21:23:37.995 INFO O| Aug 26 21:23:37.995 INFO STEP 797 (remove_files) COMPLETE
72202025-08-26T21:23:38.015Z[ recovery-image] Aug 26 21:23:37.995 INFO O| Aug 26 21:23:37.995 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212025-08-26T21:23:38.015Z[ recovery-image] Aug 26 21:23:38.013 INFO O| Aug 26 21:23:38.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
72222025-08-26T21:23:38.015Z[ recovery-image] Aug 26 21:23:38.013 INFO O| Aug 26 21:23:38.013 INFO STEP 798 (remove_files) COMPLETE
72232025-08-26T21:23:38.015Z[ recovery-image] Aug 26 21:23:38.013 INFO O| Aug 26 21:23:38.013 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242025-08-26T21:23:38.040Z[ recovery-image] Aug 26 21:23:38.030 INFO O| Aug 26 21:23:38.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
72252025-08-26T21:23:38.040Z[ recovery-image] Aug 26 21:23:38.030 INFO O| Aug 26 21:23:38.030 INFO STEP 799 (remove_files) COMPLETE
72262025-08-26T21:23:38.040Z[ recovery-image] Aug 26 21:23:38.030 INFO O| Aug 26 21:23:38.030 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272025-08-26T21:23:38.066Z[ recovery-image] Aug 26 21:23:38.051 INFO O| Aug 26 21:23:38.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
72282025-08-26T21:23:38.066Z[ recovery-image] Aug 26 21:23:38.052 INFO O| Aug 26 21:23:38.052 INFO STEP 800 (remove_files) COMPLETE
72292025-08-26T21:23:38.066Z[ recovery-image] Aug 26 21:23:38.052 INFO O| Aug 26 21:23:38.052 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302025-08-26T21:23:38.091Z[ recovery-image] Aug 26 21:23:38.067 INFO O| Aug 26 21:23:38.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
72312025-08-26T21:23:38.091Z[ recovery-image] Aug 26 21:23:38.067 INFO O| Aug 26 21:23:38.067 INFO STEP 801 (remove_files) COMPLETE
72322025-08-26T21:23:38.091Z[ recovery-image] Aug 26 21:23:38.067 INFO O| Aug 26 21:23:38.067 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332025-08-26T21:23:38.094Z[ recovery-image] Aug 26 21:23:38.081 INFO O| Aug 26 21:23:38.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72342025-08-26T21:23:38.094Z[ recovery-image] Aug 26 21:23:38.082 INFO O| Aug 26 21:23:38.081 INFO STEP 802 (remove_files) COMPLETE
72352025-08-26T21:23:38.095Z[ recovery-image] Aug 26 21:23:38.082 INFO O| Aug 26 21:23:38.081 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362025-08-26T21:23:38.123Z[ recovery-image] Aug 26 21:23:38.095 INFO O| Aug 26 21:23:38.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72372025-08-26T21:23:38.123Z[ recovery-image] Aug 26 21:23:38.095 INFO O| Aug 26 21:23:38.095 INFO STEP 803 (remove_files) COMPLETE
72382025-08-26T21:23:38.123Z[ recovery-image] Aug 26 21:23:38.095 INFO O| Aug 26 21:23:38.095 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392025-08-26T21:23:38.123Z[ recovery-image] Aug 26 21:23:38.110 INFO O| Aug 26 21:23:38.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72402025-08-26T21:23:38.123Z[ recovery-image] Aug 26 21:23:38.110 INFO O| Aug 26 21:23:38.110 INFO STEP 804 (remove_files) COMPLETE
72412025-08-26T21:23:38.123Z[ recovery-image] Aug 26 21:23:38.110 INFO O| Aug 26 21:23:38.110 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422025-08-26T21:23:38.150Z[ recovery-image] Aug 26 21:23:38.129 INFO O| Aug 26 21:23:38.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72432025-08-26T21:23:38.150Z[ recovery-image] Aug 26 21:23:38.129 INFO O| Aug 26 21:23:38.129 INFO STEP 805 (remove_files) COMPLETE
72442025-08-26T21:23:38.150Z[ recovery-image] Aug 26 21:23:38.129 INFO O| Aug 26 21:23:38.129 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452025-08-26T21:23:38.150Z[ recovery-image] Aug 26 21:23:38.147 INFO O| Aug 26 21:23:38.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72462025-08-26T21:23:38.150Z[ recovery-image] Aug 26 21:23:38.148 INFO O| Aug 26 21:23:38.148 INFO STEP 806 (remove_files) COMPLETE
72472025-08-26T21:23:38.150Z[ recovery-image] Aug 26 21:23:38.148 INFO O| Aug 26 21:23:38.148 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482025-08-26T21:23:38.177Z[ recovery-image] Aug 26 21:23:38.166 INFO O| Aug 26 21:23:38.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72492025-08-26T21:23:38.177Z[ recovery-image] Aug 26 21:23:38.166 INFO O| Aug 26 21:23:38.166 INFO STEP 807 (remove_files) COMPLETE
72502025-08-26T21:23:38.177Z[ recovery-image] Aug 26 21:23:38.166 INFO O| Aug 26 21:23:38.166 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512025-08-26T21:23:38.205Z[ recovery-image] Aug 26 21:23:38.184 INFO O| Aug 26 21:23:38.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72522025-08-26T21:23:38.205Z[ recovery-image] Aug 26 21:23:38.184 INFO O| Aug 26 21:23:38.184 INFO STEP 808 (remove_files) COMPLETE
72532025-08-26T21:23:38.205Z[ recovery-image] Aug 26 21:23:38.184 INFO O| Aug 26 21:23:38.184 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542025-08-26T21:23:38.205Z[ recovery-image] Aug 26 21:23:38.203 INFO O| Aug 26 21:23:38.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72552025-08-26T21:23:38.205Z[ recovery-image] Aug 26 21:23:38.203 INFO O| Aug 26 21:23:38.203 INFO STEP 809 (remove_files) COMPLETE
72562025-08-26T21:23:38.205Z[ recovery-image] Aug 26 21:23:38.203 INFO O| Aug 26 21:23:38.203 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572025-08-26T21:23:38.231Z[ recovery-image] Aug 26 21:23:38.223 INFO O| Aug 26 21:23:38.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72582025-08-26T21:23:38.231Z[ recovery-image] Aug 26 21:23:38.223 INFO O| Aug 26 21:23:38.223 INFO STEP 810 (remove_files) COMPLETE
72592025-08-26T21:23:38.231Z[ recovery-image] Aug 26 21:23:38.223 INFO O| Aug 26 21:23:38.223 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602025-08-26T21:23:38.256Z[ recovery-image] Aug 26 21:23:38.242 INFO O| Aug 26 21:23:38.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72612025-08-26T21:23:38.256Z[ recovery-image] Aug 26 21:23:38.242 INFO O| Aug 26 21:23:38.242 INFO STEP 811 (remove_files) COMPLETE
72622025-08-26T21:23:38.256Z[ recovery-image] Aug 26 21:23:38.242 INFO O| Aug 26 21:23:38.242 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632025-08-26T21:23:38.281Z[ recovery-image] Aug 26 21:23:38.258 INFO O| Aug 26 21:23:38.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72642025-08-26T21:23:38.281Z[ recovery-image] Aug 26 21:23:38.258 INFO O| Aug 26 21:23:38.258 INFO STEP 812 (remove_files) COMPLETE
72652025-08-26T21:23:38.281Z[ recovery-image] Aug 26 21:23:38.258 INFO O| Aug 26 21:23:38.258 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662025-08-26T21:23:38.281Z[ recovery-image] Aug 26 21:23:38.276 INFO O| Aug 26 21:23:38.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72672025-08-26T21:23:38.281Z[ recovery-image] Aug 26 21:23:38.276 INFO O| Aug 26 21:23:38.276 INFO STEP 813 (remove_files) COMPLETE
72682025-08-26T21:23:38.281Z[ recovery-image] Aug 26 21:23:38.276 INFO O| Aug 26 21:23:38.276 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692025-08-26T21:23:38.307Z[ recovery-image] Aug 26 21:23:38.295 INFO O| Aug 26 21:23:38.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72702025-08-26T21:23:38.307Z[ recovery-image] Aug 26 21:23:38.295 INFO O| Aug 26 21:23:38.295 INFO STEP 814 (remove_files) COMPLETE
72712025-08-26T21:23:38.307Z[ recovery-image] Aug 26 21:23:38.295 INFO O| Aug 26 21:23:38.295 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722025-08-26T21:23:38.332Z[ recovery-image] Aug 26 21:23:38.313 INFO O| Aug 26 21:23:38.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72732025-08-26T21:23:38.332Z[ recovery-image] Aug 26 21:23:38.314 INFO O| Aug 26 21:23:38.314 INFO STEP 815 (remove_files) COMPLETE
72742025-08-26T21:23:38.332Z[ recovery-image] Aug 26 21:23:38.314 INFO O| Aug 26 21:23:38.314 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752025-08-26T21:23:38.378Z[ recovery-image] Aug 26 21:23:38.333 INFO O| Aug 26 21:23:38.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72762025-08-26T21:23:38.378Z[ recovery-image] Aug 26 21:23:38.334 INFO O| Aug 26 21:23:38.334 INFO STEP 816 (remove_files) COMPLETE
72772025-08-26T21:23:38.378Z[ recovery-image] Aug 26 21:23:38.334 INFO O| Aug 26 21:23:38.334 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782025-08-26T21:23:38.378Z[ recovery-image] Aug 26 21:23:38.352 INFO O| Aug 26 21:23:38.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72792025-08-26T21:23:38.378Z[ recovery-image] Aug 26 21:23:38.352 INFO O| Aug 26 21:23:38.352 INFO STEP 817 (remove_files) COMPLETE
72802025-08-26T21:23:38.378Z[ recovery-image] Aug 26 21:23:38.352 INFO O| Aug 26 21:23:38.352 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812025-08-26T21:23:38.378Z[ recovery-image] Aug 26 21:23:38.371 INFO O| Aug 26 21:23:38.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72822025-08-26T21:23:38.378Z[ recovery-image] Aug 26 21:23:38.372 INFO O| Aug 26 21:23:38.371 INFO STEP 818 (remove_files) COMPLETE
72832025-08-26T21:23:38.378Z[ recovery-image] Aug 26 21:23:38.372 INFO O| Aug 26 21:23:38.371 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842025-08-26T21:23:38.406Z[ recovery-image] Aug 26 21:23:38.391 INFO O| Aug 26 21:23:38.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72852025-08-26T21:23:38.406Z[ recovery-image] Aug 26 21:23:38.391 INFO O| Aug 26 21:23:38.391 INFO STEP 819 (remove_files) COMPLETE
72862025-08-26T21:23:38.406Z[ recovery-image] Aug 26 21:23:38.391 INFO O| Aug 26 21:23:38.391 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872025-08-26T21:23:38.432Z[ recovery-image] Aug 26 21:23:38.410 INFO O| Aug 26 21:23:38.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72882025-08-26T21:23:38.432Z[ recovery-image] Aug 26 21:23:38.410 INFO O| Aug 26 21:23:38.410 INFO STEP 820 (remove_files) COMPLETE
72892025-08-26T21:23:38.432Z[ recovery-image] Aug 26 21:23:38.410 INFO O| Aug 26 21:23:38.410 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902025-08-26T21:23:38.432Z[ recovery-image] Aug 26 21:23:38.426 INFO O| Aug 26 21:23:38.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72912025-08-26T21:23:38.432Z[ recovery-image] Aug 26 21:23:38.426 INFO O| Aug 26 21:23:38.426 INFO STEP 821 (remove_files) COMPLETE
72922025-08-26T21:23:38.432Z[ recovery-image] Aug 26 21:23:38.426 INFO O| Aug 26 21:23:38.426 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932025-08-26T21:23:38.458Z[ recovery-image] Aug 26 21:23:38.440 INFO O| Aug 26 21:23:38.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72942025-08-26T21:23:38.459Z[ recovery-image] Aug 26 21:23:38.440 INFO O| Aug 26 21:23:38.440 INFO STEP 822 (remove_files) COMPLETE
72952025-08-26T21:23:38.459Z[ recovery-image] Aug 26 21:23:38.440 INFO O| Aug 26 21:23:38.440 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962025-08-26T21:23:38.484Z[ recovery-image] Aug 26 21:23:38.463 INFO O| Aug 26 21:23:38.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72972025-08-26T21:23:38.484Z[ recovery-image] Aug 26 21:23:38.463 INFO O| Aug 26 21:23:38.463 INFO STEP 823 (remove_files) COMPLETE
72982025-08-26T21:23:38.484Z[ recovery-image] Aug 26 21:23:38.463 INFO O| Aug 26 21:23:38.463 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992025-08-26T21:23:38.484Z[ recovery-image] Aug 26 21:23:38.484 INFO O| Aug 26 21:23:38.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
73002025-08-26T21:23:38.484Z[ recovery-image] Aug 26 21:23:38.484 INFO O| Aug 26 21:23:38.484 INFO STEP 824 (remove_files) COMPLETE
73012025-08-26T21:23:38.484Z[ recovery-image] Aug 26 21:23:38.484 INFO O| Aug 26 21:23:38.484 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022025-08-26T21:23:38.509Z[ recovery-image] Aug 26 21:23:38.502 INFO O| Aug 26 21:23:38.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
73032025-08-26T21:23:38.509Z[ recovery-image] Aug 26 21:23:38.502 INFO O| Aug 26 21:23:38.502 INFO STEP 825 (remove_files) COMPLETE
73042025-08-26T21:23:38.509Z[ recovery-image] Aug 26 21:23:38.502 INFO O| Aug 26 21:23:38.502 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052025-08-26T21:23:38.539Z[ recovery-image] Aug 26 21:23:38.519 INFO O| Aug 26 21:23:38.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
73062025-08-26T21:23:38.539Z[ recovery-image] Aug 26 21:23:38.519 INFO O| Aug 26 21:23:38.519 INFO STEP 826 (remove_files) COMPLETE
73072025-08-26T21:23:38.539Z[ recovery-image] Aug 26 21:23:38.519 INFO O| Aug 26 21:23:38.519 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082025-08-26T21:23:38.539Z[ recovery-image] Aug 26 21:23:38.535 INFO O| Aug 26 21:23:38.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
73092025-08-26T21:23:38.539Z[ recovery-image] Aug 26 21:23:38.535 INFO O| Aug 26 21:23:38.535 INFO STEP 827 (remove_files) COMPLETE
73102025-08-26T21:23:38.539Z[ recovery-image] Aug 26 21:23:38.535 INFO O| Aug 26 21:23:38.535 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112025-08-26T21:23:38.565Z[ recovery-image] Aug 26 21:23:38.552 INFO O| Aug 26 21:23:38.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
73122025-08-26T21:23:38.565Z[ recovery-image] Aug 26 21:23:38.552 INFO O| Aug 26 21:23:38.552 INFO STEP 828 (remove_files) COMPLETE
73132025-08-26T21:23:38.565Z[ recovery-image] Aug 26 21:23:38.552 INFO O| Aug 26 21:23:38.552 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142025-08-26T21:23:38.593Z[ recovery-image] Aug 26 21:23:38.571 INFO O| Aug 26 21:23:38.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
73152025-08-26T21:23:38.593Z[ recovery-image] Aug 26 21:23:38.572 INFO O| Aug 26 21:23:38.571 INFO STEP 829 (remove_files) COMPLETE
73162025-08-26T21:23:38.593Z[ recovery-image] Aug 26 21:23:38.572 INFO O| Aug 26 21:23:38.571 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172025-08-26T21:23:38.618Z[ recovery-image] Aug 26 21:23:38.614 INFO O| Aug 26 21:23:38.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
73182025-08-26T21:23:38.619Z[ recovery-image] Aug 26 21:23:38.614 INFO O| Aug 26 21:23:38.614 INFO STEP 830 (remove_files) COMPLETE
73192025-08-26T21:23:38.619Z[ recovery-image] Aug 26 21:23:38.614 INFO O| Aug 26 21:23:38.614 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202025-08-26T21:23:38.644Z[ recovery-image] Aug 26 21:23:38.630 INFO O| Aug 26 21:23:38.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
73212025-08-26T21:23:38.644Z[ recovery-image] Aug 26 21:23:38.631 INFO O| Aug 26 21:23:38.631 INFO STEP 831 (remove_files) COMPLETE
73222025-08-26T21:23:38.644Z[ recovery-image] Aug 26 21:23:38.631 INFO O| Aug 26 21:23:38.631 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232025-08-26T21:23:38.692Z[ recovery-image] Aug 26 21:23:38.693 INFO O| Aug 26 21:23:38.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
73242025-08-26T21:23:38.693Z[ recovery-image] Aug 26 21:23:38.693 INFO O| Aug 26 21:23:38.693 INFO STEP 832 (remove_files) COMPLETE
73252025-08-26T21:23:38.718Z[ recovery-image] Aug 26 21:23:38.693 INFO O| Aug 26 21:23:38.693 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262025-08-26T21:23:38.718Z[ recovery-image] Aug 26 21:23:38.707 INFO O| Aug 26 21:23:38.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
73272025-08-26T21:23:38.718Z[ recovery-image] Aug 26 21:23:38.707 INFO O| Aug 26 21:23:38.707 INFO STEP 833 (remove_files) COMPLETE
73282025-08-26T21:23:38.718Z[ recovery-image] Aug 26 21:23:38.707 INFO O| Aug 26 21:23:38.707 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292025-08-26T21:23:38.744Z[ recovery-image] Aug 26 21:23:38.731 INFO O| Aug 26 21:23:38.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
73302025-08-26T21:23:38.744Z[ recovery-image] Aug 26 21:23:38.732 INFO O| Aug 26 21:23:38.732 INFO STEP 834 (remove_files) COMPLETE
73312025-08-26T21:23:38.744Z[ recovery-image] Aug 26 21:23:38.732 INFO O| Aug 26 21:23:38.732 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322025-08-26T21:23:38.770Z[ recovery-image] Aug 26 21:23:38.750 INFO O| Aug 26 21:23:38.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73332025-08-26T21:23:38.770Z[ recovery-image] Aug 26 21:23:38.750 INFO O| Aug 26 21:23:38.750 INFO STEP 835 (remove_files) COMPLETE
73342025-08-26T21:23:38.770Z[ recovery-image] Aug 26 21:23:38.750 INFO O| Aug 26 21:23:38.750 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352025-08-26T21:23:38.770Z[ recovery-image] Aug 26 21:23:38.768 INFO O| Aug 26 21:23:38.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73362025-08-26T21:23:38.770Z[ recovery-image] Aug 26 21:23:38.768 INFO O| Aug 26 21:23:38.768 INFO STEP 836 (remove_files) COMPLETE
73372025-08-26T21:23:38.770Z[ recovery-image] Aug 26 21:23:38.768 INFO O| Aug 26 21:23:38.768 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382025-08-26T21:23:38.796Z[ recovery-image] Aug 26 21:23:38.787 INFO O| Aug 26 21:23:38.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73392025-08-26T21:23:38.797Z[ recovery-image] Aug 26 21:23:38.787 INFO O| Aug 26 21:23:38.787 INFO STEP 837 (remove_files) COMPLETE
73402025-08-26T21:23:38.797Z[ recovery-image] Aug 26 21:23:38.787 INFO O| Aug 26 21:23:38.787 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412025-08-26T21:23:38.821Z[ recovery-image] Aug 26 21:23:38.803 INFO O| Aug 26 21:23:38.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73422025-08-26T21:23:38.822Z[ recovery-image] Aug 26 21:23:38.804 INFO O| Aug 26 21:23:38.804 INFO STEP 838 (remove_files) COMPLETE
73432025-08-26T21:23:38.822Z[ recovery-image] Aug 26 21:23:38.804 INFO O| Aug 26 21:23:38.804 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442025-08-26T21:23:38.822Z[ recovery-image] Aug 26 21:23:38.820 INFO O| Aug 26 21:23:38.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73452025-08-26T21:23:38.822Z[ recovery-image] Aug 26 21:23:38.820 INFO O| Aug 26 21:23:38.820 INFO STEP 839 (remove_files) COMPLETE
73462025-08-26T21:23:38.822Z[ recovery-image] Aug 26 21:23:38.820 INFO O| Aug 26 21:23:38.820 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472025-08-26T21:23:38.847Z[ recovery-image] Aug 26 21:23:38.836 INFO O| Aug 26 21:23:38.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73482025-08-26T21:23:38.847Z[ recovery-image] Aug 26 21:23:38.837 INFO O| Aug 26 21:23:38.836 INFO STEP 840 (remove_files) COMPLETE
73492025-08-26T21:23:38.847Z[ recovery-image] Aug 26 21:23:38.837 INFO O| Aug 26 21:23:38.837 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502025-08-26T21:23:38.872Z[ recovery-image] Aug 26 21:23:38.855 INFO O| Aug 26 21:23:38.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73512025-08-26T21:23:38.872Z[ recovery-image] Aug 26 21:23:38.856 INFO O| Aug 26 21:23:38.856 INFO STEP 841 (remove_files) COMPLETE
73522025-08-26T21:23:38.872Z[ recovery-image] Aug 26 21:23:38.856 INFO O| Aug 26 21:23:38.856 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532025-08-26T21:23:38.898Z[ recovery-image] Aug 26 21:23:38.878 INFO O| Aug 26 21:23:38.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73542025-08-26T21:23:38.898Z[ recovery-image] Aug 26 21:23:38.879 INFO O| Aug 26 21:23:38.879 INFO STEP 842 (remove_files) COMPLETE
73552025-08-26T21:23:38.898Z[ recovery-image] Aug 26 21:23:38.879 INFO O| Aug 26 21:23:38.879 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562025-08-26T21:23:38.925Z[ recovery-image] Aug 26 21:23:38.899 INFO O| Aug 26 21:23:38.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73572025-08-26T21:23:38.925Z[ recovery-image] Aug 26 21:23:38.899 INFO O| Aug 26 21:23:38.899 INFO STEP 843 (remove_files) COMPLETE
73582025-08-26T21:23:38.925Z[ recovery-image] Aug 26 21:23:38.899 INFO O| Aug 26 21:23:38.899 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592025-08-26T21:23:38.925Z[ recovery-image] Aug 26 21:23:38.915 INFO O| Aug 26 21:23:38.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73602025-08-26T21:23:38.925Z[ recovery-image] Aug 26 21:23:38.916 INFO O| Aug 26 21:23:38.915 INFO STEP 844 (remove_files) COMPLETE
73612025-08-26T21:23:38.925Z[ recovery-image] Aug 26 21:23:38.916 INFO O| Aug 26 21:23:38.915 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622025-08-26T21:23:38.951Z[ recovery-image] Aug 26 21:23:38.936 INFO O| Aug 26 21:23:38.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73632025-08-26T21:23:38.951Z[ recovery-image] Aug 26 21:23:38.936 INFO O| Aug 26 21:23:38.936 INFO STEP 845 (remove_files) COMPLETE
73642025-08-26T21:23:38.951Z[ recovery-image] Aug 26 21:23:38.936 INFO O| Aug 26 21:23:38.936 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652025-08-26T21:23:38.976Z[ recovery-image] Aug 26 21:23:38.953 INFO O| Aug 26 21:23:38.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73662025-08-26T21:23:38.976Z[ recovery-image] Aug 26 21:23:38.953 INFO O| Aug 26 21:23:38.953 INFO STEP 846 (remove_files) COMPLETE
73672025-08-26T21:23:38.976Z[ recovery-image] Aug 26 21:23:38.953 INFO O| Aug 26 21:23:38.953 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682025-08-26T21:23:38.976Z[ recovery-image] Aug 26 21:23:38.970 INFO O| Aug 26 21:23:38.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73692025-08-26T21:23:38.976Z[ recovery-image] Aug 26 21:23:38.970 INFO O| Aug 26 21:23:38.970 INFO STEP 847 (remove_files) COMPLETE
73702025-08-26T21:23:38.976Z[ recovery-image] Aug 26 21:23:38.970 INFO O| Aug 26 21:23:38.970 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712025-08-26T21:23:39.002Z[ recovery-image] Aug 26 21:23:38.989 INFO O| Aug 26 21:23:38.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73722025-08-26T21:23:39.002Z[ recovery-image] Aug 26 21:23:38.989 INFO O| Aug 26 21:23:38.989 INFO STEP 848 (remove_files) COMPLETE
73732025-08-26T21:23:39.002Z[ recovery-image] Aug 26 21:23:38.989 INFO O| Aug 26 21:23:38.989 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742025-08-26T21:23:39.027Z[ recovery-image] Aug 26 21:23:39.005 INFO O| Aug 26 21:23:39.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73752025-08-26T21:23:39.027Z[ recovery-image] Aug 26 21:23:39.005 INFO O| Aug 26 21:23:39.005 INFO STEP 849 (remove_files) COMPLETE
73762025-08-26T21:23:39.027Z[ recovery-image] Aug 26 21:23:39.005 INFO O| Aug 26 21:23:39.005 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772025-08-26T21:23:39.027Z[ recovery-image] Aug 26 21:23:39.025 INFO O| Aug 26 21:23:39.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73782025-08-26T21:23:39.027Z[ recovery-image] Aug 26 21:23:39.026 INFO O| Aug 26 21:23:39.026 INFO STEP 850 (remove_files) COMPLETE
73792025-08-26T21:23:39.028Z[ recovery-image] Aug 26 21:23:39.026 INFO O| Aug 26 21:23:39.026 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802025-08-26T21:23:39.053Z[ recovery-image] Aug 26 21:23:39.050 INFO O| Aug 26 21:23:39.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73812025-08-26T21:23:39.053Z[ recovery-image] Aug 26 21:23:39.050 INFO O| Aug 26 21:23:39.050 INFO STEP 851 (remove_files) COMPLETE
73822025-08-26T21:23:39.053Z[ recovery-image] Aug 26 21:23:39.050 INFO O| Aug 26 21:23:39.050 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832025-08-26T21:23:39.078Z[ recovery-image] Aug 26 21:23:39.070 INFO O| Aug 26 21:23:39.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73842025-08-26T21:23:39.078Z[ recovery-image] Aug 26 21:23:39.070 INFO O| Aug 26 21:23:39.070 INFO STEP 852 (remove_files) COMPLETE
73852025-08-26T21:23:39.078Z[ recovery-image] Aug 26 21:23:39.070 INFO O| Aug 26 21:23:39.070 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862025-08-26T21:23:39.104Z[ recovery-image] Aug 26 21:23:39.090 INFO O| Aug 26 21:23:39.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73872025-08-26T21:23:39.104Z[ recovery-image] Aug 26 21:23:39.091 INFO O| Aug 26 21:23:39.091 INFO STEP 853 (remove_files) COMPLETE
73882025-08-26T21:23:39.104Z[ recovery-image] Aug 26 21:23:39.091 INFO O| Aug 26 21:23:39.091 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892025-08-26T21:23:39.130Z[ recovery-image] Aug 26 21:23:39.107 INFO O| Aug 26 21:23:39.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73902025-08-26T21:23:39.130Z[ recovery-image] Aug 26 21:23:39.107 INFO O| Aug 26 21:23:39.107 INFO STEP 854 (remove_files) COMPLETE
73912025-08-26T21:23:39.130Z[ recovery-image] Aug 26 21:23:39.107 INFO O| Aug 26 21:23:39.107 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922025-08-26T21:23:39.130Z[ recovery-image] Aug 26 21:23:39.122 INFO O| Aug 26 21:23:39.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73932025-08-26T21:23:39.130Z[ recovery-image] Aug 26 21:23:39.122 INFO O| Aug 26 21:23:39.122 INFO STEP 855 (remove_files) COMPLETE
73942025-08-26T21:23:39.131Z[ recovery-image] Aug 26 21:23:39.122 INFO O| Aug 26 21:23:39.122 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952025-08-26T21:23:39.157Z[ recovery-image] Aug 26 21:23:39.147 INFO O| Aug 26 21:23:39.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73962025-08-26T21:23:39.157Z[ recovery-image] Aug 26 21:23:39.147 INFO O| Aug 26 21:23:39.147 INFO STEP 856 (remove_files) COMPLETE
73972025-08-26T21:23:39.157Z[ recovery-image] Aug 26 21:23:39.147 INFO O| Aug 26 21:23:39.147 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982025-08-26T21:23:39.182Z[ recovery-image] Aug 26 21:23:39.168 INFO O| Aug 26 21:23:39.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73992025-08-26T21:23:39.182Z[ recovery-image] Aug 26 21:23:39.168 INFO O| Aug 26 21:23:39.168 INFO STEP 857 (remove_files) COMPLETE
74002025-08-26T21:23:39.182Z[ recovery-image] Aug 26 21:23:39.168 INFO O| Aug 26 21:23:39.168 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012025-08-26T21:23:39.207Z[ recovery-image] Aug 26 21:23:39.187 INFO O| Aug 26 21:23:39.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
74022025-08-26T21:23:39.207Z[ recovery-image] Aug 26 21:23:39.187 INFO O| Aug 26 21:23:39.187 INFO STEP 858 (remove_files) COMPLETE
74032025-08-26T21:23:39.207Z[ recovery-image] Aug 26 21:23:39.187 INFO O| Aug 26 21:23:39.187 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042025-08-26T21:23:39.233Z[ recovery-image] Aug 26 21:23:39.209 INFO O| Aug 26 21:23:39.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
74052025-08-26T21:23:39.233Z[ recovery-image] Aug 26 21:23:39.209 INFO O| Aug 26 21:23:39.209 INFO STEP 859 (remove_files) COMPLETE
74062025-08-26T21:23:39.233Z[ recovery-image] Aug 26 21:23:39.209 INFO O| Aug 26 21:23:39.209 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072025-08-26T21:23:39.233Z[ recovery-image] Aug 26 21:23:39.233 INFO O| Aug 26 21:23:39.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
74082025-08-26T21:23:39.233Z[ recovery-image] Aug 26 21:23:39.234 INFO O| Aug 26 21:23:39.234 INFO STEP 860 (remove_files) COMPLETE
74092025-08-26T21:23:39.234Z[ recovery-image] Aug 26 21:23:39.234 INFO O| Aug 26 21:23:39.234 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102025-08-26T21:23:39.264Z[ recovery-image] Aug 26 21:23:39.257 INFO O| Aug 26 21:23:39.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
74112025-08-26T21:23:39.264Z[ recovery-image] Aug 26 21:23:39.258 INFO O| Aug 26 21:23:39.258 INFO STEP 861 (remove_files) COMPLETE
74122025-08-26T21:23:39.264Z[ recovery-image] Aug 26 21:23:39.258 INFO O| Aug 26 21:23:39.258 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132025-08-26T21:23:39.289Z[ recovery-image] Aug 26 21:23:39.280 INFO O| Aug 26 21:23:39.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
74142025-08-26T21:23:39.289Z[ recovery-image] Aug 26 21:23:39.281 INFO O| Aug 26 21:23:39.281 INFO STEP 862 (remove_files) COMPLETE
74152025-08-26T21:23:39.289Z[ recovery-image] Aug 26 21:23:39.281 INFO O| Aug 26 21:23:39.281 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162025-08-26T21:23:39.317Z[ recovery-image] Aug 26 21:23:39.301 INFO O| Aug 26 21:23:39.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
74172025-08-26T21:23:39.318Z[ recovery-image] Aug 26 21:23:39.301 INFO O| Aug 26 21:23:39.301 INFO STEP 863 (remove_files) COMPLETE
74182025-08-26T21:23:39.318Z[ recovery-image] Aug 26 21:23:39.301 INFO O| Aug 26 21:23:39.301 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192025-08-26T21:23:39.318Z[ recovery-image] Aug 26 21:23:39.317 INFO O| Aug 26 21:23:39.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
74202025-08-26T21:23:39.318Z[ recovery-image] Aug 26 21:23:39.317 INFO O| Aug 26 21:23:39.317 INFO STEP 864 (remove_files) COMPLETE
74212025-08-26T21:23:39.318Z[ recovery-image] Aug 26 21:23:39.317 INFO O| Aug 26 21:23:39.317 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222025-08-26T21:23:39.351Z[ recovery-image] Aug 26 21:23:39.332 INFO O| Aug 26 21:23:39.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
74232025-08-26T21:23:39.351Z[ recovery-image] Aug 26 21:23:39.333 INFO O| Aug 26 21:23:39.332 INFO STEP 865 (remove_files) COMPLETE
74242025-08-26T21:23:39.351Z[ recovery-image] Aug 26 21:23:39.333 INFO O| Aug 26 21:23:39.333 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252025-08-26T21:23:39.379Z[ recovery-image] Aug 26 21:23:39.353 INFO O| Aug 26 21:23:39.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
74262025-08-26T21:23:39.379Z[ recovery-image] Aug 26 21:23:39.353 INFO O| Aug 26 21:23:39.353 INFO STEP 866 (remove_files) COMPLETE
74272025-08-26T21:23:39.379Z[ recovery-image] Aug 26 21:23:39.353 INFO O| Aug 26 21:23:39.353 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282025-08-26T21:23:39.379Z[ recovery-image] Aug 26 21:23:39.373 INFO O| Aug 26 21:23:39.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
74292025-08-26T21:23:39.379Z[ recovery-image] Aug 26 21:23:39.374 INFO O| Aug 26 21:23:39.374 INFO STEP 867 (remove_files) COMPLETE
74302025-08-26T21:23:39.379Z[ recovery-image] Aug 26 21:23:39.374 INFO O| Aug 26 21:23:39.374 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312025-08-26T21:23:39.405Z[ recovery-image] Aug 26 21:23:39.398 INFO O| Aug 26 21:23:39.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
74322025-08-26T21:23:39.405Z[ recovery-image] Aug 26 21:23:39.398 INFO O| Aug 26 21:23:39.398 INFO STEP 868 (remove_files) COMPLETE
74332025-08-26T21:23:39.405Z[ recovery-image] Aug 26 21:23:39.398 INFO O| Aug 26 21:23:39.398 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342025-08-26T21:23:39.430Z[ recovery-image] Aug 26 21:23:39.419 INFO O| Aug 26 21:23:39.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74352025-08-26T21:23:39.430Z[ recovery-image] Aug 26 21:23:39.420 INFO O| Aug 26 21:23:39.420 INFO STEP 869 (remove_files) COMPLETE
74362025-08-26T21:23:39.430Z[ recovery-image] Aug 26 21:23:39.420 INFO O| Aug 26 21:23:39.420 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372025-08-26T21:23:39.456Z[ recovery-image] Aug 26 21:23:39.440 INFO O| Aug 26 21:23:39.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
74382025-08-26T21:23:39.456Z[ recovery-image] Aug 26 21:23:39.441 INFO O| Aug 26 21:23:39.441 INFO STEP 870 (remove_files) COMPLETE
74392025-08-26T21:23:39.456Z[ recovery-image] Aug 26 21:23:39.441 INFO O| Aug 26 21:23:39.441 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402025-08-26T21:23:39.482Z[ recovery-image] Aug 26 21:23:39.458 INFO O| Aug 26 21:23:39.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
74412025-08-26T21:23:39.482Z[ recovery-image] Aug 26 21:23:39.459 INFO O| Aug 26 21:23:39.458 INFO STEP 871 (remove_files) COMPLETE
74422025-08-26T21:23:39.482Z[ recovery-image] Aug 26 21:23:39.459 INFO O| Aug 26 21:23:39.458 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432025-08-26T21:23:39.482Z[ recovery-image] Aug 26 21:23:39.475 INFO O| Aug 26 21:23:39.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74442025-08-26T21:23:39.482Z[ recovery-image] Aug 26 21:23:39.476 INFO O| Aug 26 21:23:39.475 INFO STEP 872 (remove_files) COMPLETE
74452025-08-26T21:23:39.482Z[ recovery-image] Aug 26 21:23:39.476 INFO O| Aug 26 21:23:39.475 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462025-08-26T21:23:39.514Z[ recovery-image] Aug 26 21:23:39.515 INFO O| Aug 26 21:23:39.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74472025-08-26T21:23:39.515Z[ recovery-image] Aug 26 21:23:39.515 INFO O| Aug 26 21:23:39.515 INFO STEP 873 (remove_files) COMPLETE
74482025-08-26T21:23:39.515Z[ recovery-image] Aug 26 21:23:39.515 INFO O| Aug 26 21:23:39.515 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492025-08-26T21:23:39.540Z[ recovery-image] Aug 26 21:23:39.531 INFO O| Aug 26 21:23:39.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74502025-08-26T21:23:39.540Z[ recovery-image] Aug 26 21:23:39.532 INFO O| Aug 26 21:23:39.531 INFO STEP 874 (remove_files) COMPLETE
74512025-08-26T21:23:39.540Z[ recovery-image] Aug 26 21:23:39.532 INFO O| Aug 26 21:23:39.532 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522025-08-26T21:23:39.570Z[ recovery-image] Aug 26 21:23:39.548 INFO O| Aug 26 21:23:39.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74532025-08-26T21:23:39.570Z[ recovery-image] Aug 26 21:23:39.548 INFO O| Aug 26 21:23:39.548 INFO STEP 875 (remove_files) COMPLETE
74542025-08-26T21:23:39.570Z[ recovery-image] Aug 26 21:23:39.548 INFO O| Aug 26 21:23:39.548 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552025-08-26T21:23:39.570Z[ recovery-image] Aug 26 21:23:39.563 INFO O| Aug 26 21:23:39.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74562025-08-26T21:23:39.570Z[ recovery-image] Aug 26 21:23:39.564 INFO O| Aug 26 21:23:39.564 INFO STEP 876 (remove_files) COMPLETE
74572025-08-26T21:23:39.570Z[ recovery-image] Aug 26 21:23:39.564 INFO O| Aug 26 21:23:39.564 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582025-08-26T21:23:39.595Z[ recovery-image] Aug 26 21:23:39.582 INFO O| Aug 26 21:23:39.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74592025-08-26T21:23:39.595Z[ recovery-image] Aug 26 21:23:39.582 INFO O| Aug 26 21:23:39.582 INFO STEP 877 (remove_files) COMPLETE
74602025-08-26T21:23:39.596Z[ recovery-image] Aug 26 21:23:39.582 INFO O| Aug 26 21:23:39.582 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612025-08-26T21:23:39.621Z[ recovery-image] Aug 26 21:23:39.603 INFO O| Aug 26 21:23:39.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74622025-08-26T21:23:39.621Z[ recovery-image] Aug 26 21:23:39.603 INFO O| Aug 26 21:23:39.603 INFO STEP 878 (remove_files) COMPLETE
74632025-08-26T21:23:39.621Z[ recovery-image] Aug 26 21:23:39.603 INFO O| Aug 26 21:23:39.603 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642025-08-26T21:23:39.647Z[ recovery-image] Aug 26 21:23:39.644 INFO O| Aug 26 21:23:39.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74652025-08-26T21:23:39.647Z[ recovery-image] Aug 26 21:23:39.644 INFO O| Aug 26 21:23:39.644 INFO STEP 879 (remove_files) COMPLETE
74662025-08-26T21:23:39.647Z[ recovery-image] Aug 26 21:23:39.644 INFO O| Aug 26 21:23:39.644 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672025-08-26T21:23:39.672Z[ recovery-image] Aug 26 21:23:39.667 INFO O| Aug 26 21:23:39.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74682025-08-26T21:23:39.672Z[ recovery-image] Aug 26 21:23:39.667 INFO O| Aug 26 21:23:39.667 INFO STEP 880 (remove_files) COMPLETE
74692025-08-26T21:23:39.672Z[ recovery-image] Aug 26 21:23:39.667 INFO O| Aug 26 21:23:39.667 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702025-08-26T21:23:39.700Z[ recovery-image] Aug 26 21:23:39.692 INFO O| Aug 26 21:23:39.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74712025-08-26T21:23:39.700Z[ recovery-image] Aug 26 21:23:39.692 INFO O| Aug 26 21:23:39.692 INFO STEP 881 (remove_files) COMPLETE
74722025-08-26T21:23:39.700Z[ recovery-image] Aug 26 21:23:39.692 INFO O| Aug 26 21:23:39.692 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732025-08-26T21:23:39.725Z[ recovery-image] Aug 26 21:23:39.716 INFO O| Aug 26 21:23:39.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74742025-08-26T21:23:39.725Z[ recovery-image] Aug 26 21:23:39.716 INFO O| Aug 26 21:23:39.716 INFO STEP 882 (remove_files) COMPLETE
74752025-08-26T21:23:39.725Z[ recovery-image] Aug 26 21:23:39.716 INFO O| Aug 26 21:23:39.716 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762025-08-26T21:23:39.772Z[ recovery-image] Aug 26 21:23:39.773 INFO O| Aug 26 21:23:39.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74772025-08-26T21:23:39.772Z[ recovery-image] Aug 26 21:23:39.773 INFO O| Aug 26 21:23:39.773 INFO STEP 883 (remove_files) COMPLETE
74782025-08-26T21:23:39.797Z[ recovery-image] Aug 26 21:23:39.773 INFO O| Aug 26 21:23:39.773 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792025-08-26T21:23:39.822Z[ recovery-image] Aug 26 21:23:39.804 INFO O| Aug 26 21:23:39.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74802025-08-26T21:23:39.822Z[ recovery-image] Aug 26 21:23:39.804 INFO O| Aug 26 21:23:39.804 INFO STEP 884 (remove_files) COMPLETE
74812025-08-26T21:23:39.822Z[ recovery-image] Aug 26 21:23:39.804 INFO O| Aug 26 21:23:39.804 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822025-08-26T21:23:39.847Z[ recovery-image] Aug 26 21:23:39.824 INFO O| Aug 26 21:23:39.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74832025-08-26T21:23:39.847Z[ recovery-image] Aug 26 21:23:39.824 INFO O| Aug 26 21:23:39.824 INFO STEP 885 (remove_files) COMPLETE
74842025-08-26T21:23:39.847Z[ recovery-image] Aug 26 21:23:39.824 INFO O| Aug 26 21:23:39.824 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852025-08-26T21:23:39.847Z[ recovery-image] Aug 26 21:23:39.845 INFO O| Aug 26 21:23:39.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74862025-08-26T21:23:39.847Z[ recovery-image] Aug 26 21:23:39.845 INFO O| Aug 26 21:23:39.845 INFO STEP 886 (remove_files) COMPLETE
74872025-08-26T21:23:39.847Z[ recovery-image] Aug 26 21:23:39.845 INFO O| Aug 26 21:23:39.845 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882025-08-26T21:23:39.873Z[ recovery-image] Aug 26 21:23:39.864 INFO O| Aug 26 21:23:39.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74892025-08-26T21:23:39.873Z[ recovery-image] Aug 26 21:23:39.865 INFO O| Aug 26 21:23:39.864 INFO STEP 887 (remove_files) COMPLETE
74902025-08-26T21:23:39.873Z[ recovery-image] Aug 26 21:23:39.865 INFO O| Aug 26 21:23:39.864 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912025-08-26T21:23:39.898Z[ recovery-image] Aug 26 21:23:39.882 INFO O| Aug 26 21:23:39.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74922025-08-26T21:23:39.898Z[ recovery-image] Aug 26 21:23:39.882 INFO O| Aug 26 21:23:39.882 INFO STEP 888 (remove_files) COMPLETE
74932025-08-26T21:23:39.898Z[ recovery-image] Aug 26 21:23:39.882 INFO O| Aug 26 21:23:39.882 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942025-08-26T21:23:39.898Z[ recovery-image] Aug 26 21:23:39.898 INFO O| Aug 26 21:23:39.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74952025-08-26T21:23:39.898Z[ recovery-image] Aug 26 21:23:39.898 INFO O| Aug 26 21:23:39.898 INFO STEP 889 (remove_files) COMPLETE
74962025-08-26T21:23:39.898Z[ recovery-image] Aug 26 21:23:39.898 INFO O| Aug 26 21:23:39.898 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972025-08-26T21:23:39.924Z[ recovery-image] Aug 26 21:23:39.918 INFO O| Aug 26 21:23:39.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74982025-08-26T21:23:39.924Z[ recovery-image] Aug 26 21:23:39.918 INFO O| Aug 26 21:23:39.918 INFO STEP 890 (remove_files) COMPLETE
74992025-08-26T21:23:39.924Z[ recovery-image] Aug 26 21:23:39.918 INFO O| Aug 26 21:23:39.918 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002025-08-26T21:23:39.949Z[ recovery-image] Aug 26 21:23:39.938 INFO O| Aug 26 21:23:39.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
75012025-08-26T21:23:39.950Z[ recovery-image] Aug 26 21:23:39.938 INFO O| Aug 26 21:23:39.938 INFO STEP 891 (remove_files) COMPLETE
75022025-08-26T21:23:39.950Z[ recovery-image] Aug 26 21:23:39.938 INFO O| Aug 26 21:23:39.938 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032025-08-26T21:23:39.975Z[ recovery-image] Aug 26 21:23:39.959 INFO O| Aug 26 21:23:39.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
75042025-08-26T21:23:39.975Z[ recovery-image] Aug 26 21:23:39.960 INFO O| Aug 26 21:23:39.959 INFO STEP 892 (remove_files) COMPLETE
75052025-08-26T21:23:39.975Z[ recovery-image] Aug 26 21:23:39.960 INFO O| Aug 26 21:23:39.959 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062025-08-26T21:23:39.975Z[ recovery-image] Aug 26 21:23:39.974 INFO O| Aug 26 21:23:39.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
75072025-08-26T21:23:39.975Z[ recovery-image] Aug 26 21:23:39.975 INFO O| Aug 26 21:23:39.974 INFO STEP 893 (remove_files) COMPLETE
75082025-08-26T21:23:39.975Z[ recovery-image] Aug 26 21:23:39.975 INFO O| Aug 26 21:23:39.975 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092025-08-26T21:23:40.001Z[ recovery-image] Aug 26 21:23:39.996 INFO O| Aug 26 21:23:39.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
75102025-08-26T21:23:40.001Z[ recovery-image] Aug 26 21:23:39.996 INFO O| Aug 26 21:23:39.996 INFO STEP 894 (remove_files) COMPLETE
75112025-08-26T21:23:40.001Z[ recovery-image] Aug 26 21:23:39.996 INFO O| Aug 26 21:23:39.996 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122025-08-26T21:23:40.026Z[ recovery-image] Aug 26 21:23:40.016 INFO O| Aug 26 21:23:40.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
75132025-08-26T21:23:40.026Z[ recovery-image] Aug 26 21:23:40.016 INFO O| Aug 26 21:23:40.016 INFO STEP 895 (remove_files) COMPLETE
75142025-08-26T21:23:40.026Z[ recovery-image] Aug 26 21:23:40.016 INFO O| Aug 26 21:23:40.016 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152025-08-26T21:23:40.051Z[ recovery-image] Aug 26 21:23:40.037 INFO O| Aug 26 21:23:40.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
75162025-08-26T21:23:40.051Z[ recovery-image] Aug 26 21:23:40.037 INFO O| Aug 26 21:23:40.037 INFO STEP 896 (remove_files) COMPLETE
75172025-08-26T21:23:40.051Z[ recovery-image] Aug 26 21:23:40.037 INFO O| Aug 26 21:23:40.037 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182025-08-26T21:23:40.076Z[ recovery-image] Aug 26 21:23:40.053 INFO O| Aug 26 21:23:40.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
75192025-08-26T21:23:40.076Z[ recovery-image] Aug 26 21:23:40.053 INFO O| Aug 26 21:23:40.053 INFO STEP 897 (remove_files) COMPLETE
75202025-08-26T21:23:40.076Z[ recovery-image] Aug 26 21:23:40.053 INFO O| Aug 26 21:23:40.053 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212025-08-26T21:23:40.076Z[ recovery-image] Aug 26 21:23:40.069 INFO O| Aug 26 21:23:40.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
75222025-08-26T21:23:40.076Z[ recovery-image] Aug 26 21:23:40.069 INFO O| Aug 26 21:23:40.069 INFO STEP 898 (remove_files) COMPLETE
75232025-08-26T21:23:40.076Z[ recovery-image] Aug 26 21:23:40.069 INFO O| Aug 26 21:23:40.069 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242025-08-26T21:23:40.102Z[ recovery-image] Aug 26 21:23:40.095 INFO O| Aug 26 21:23:40.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
75252025-08-26T21:23:40.102Z[ recovery-image] Aug 26 21:23:40.095 INFO O| Aug 26 21:23:40.095 INFO STEP 899 (remove_files) COMPLETE
75262025-08-26T21:23:40.102Z[ recovery-image] Aug 26 21:23:40.095 INFO O| Aug 26 21:23:40.095 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272025-08-26T21:23:40.127Z[ recovery-image] Aug 26 21:23:40.112 INFO O| Aug 26 21:23:40.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
75282025-08-26T21:23:40.127Z[ recovery-image] Aug 26 21:23:40.112 INFO O| Aug 26 21:23:40.112 INFO STEP 900 (remove_files) COMPLETE
75292025-08-26T21:23:40.127Z[ recovery-image] Aug 26 21:23:40.112 INFO O| Aug 26 21:23:40.112 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302025-08-26T21:23:40.153Z[ recovery-image] Aug 26 21:23:40.133 INFO O| Aug 26 21:23:40.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
75312025-08-26T21:23:40.153Z[ recovery-image] Aug 26 21:23:40.133 INFO O| Aug 26 21:23:40.133 INFO STEP 901 (remove_files) COMPLETE
75322025-08-26T21:23:40.154Z[ recovery-image] Aug 26 21:23:40.133 INFO O| Aug 26 21:23:40.133 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332025-08-26T21:23:40.154Z[ recovery-image] Aug 26 21:23:40.153 INFO O| Aug 26 21:23:40.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75342025-08-26T21:23:40.154Z[ recovery-image] Aug 26 21:23:40.153 INFO O| Aug 26 21:23:40.153 INFO STEP 902 (remove_files) COMPLETE
75352025-08-26T21:23:40.154Z[ recovery-image] Aug 26 21:23:40.153 INFO O| Aug 26 21:23:40.153 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362025-08-26T21:23:40.179Z[ recovery-image] Aug 26 21:23:40.172 INFO O| Aug 26 21:23:40.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75372025-08-26T21:23:40.179Z[ recovery-image] Aug 26 21:23:40.172 INFO O| Aug 26 21:23:40.172 INFO STEP 903 (remove_files) COMPLETE
75382025-08-26T21:23:40.179Z[ recovery-image] Aug 26 21:23:40.172 INFO O| Aug 26 21:23:40.172 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392025-08-26T21:23:40.205Z[ recovery-image] Aug 26 21:23:40.187 INFO O| Aug 26 21:23:40.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75402025-08-26T21:23:40.205Z[ recovery-image] Aug 26 21:23:40.187 INFO O| Aug 26 21:23:40.187 INFO STEP 904 (remove_files) COMPLETE
75412025-08-26T21:23:40.205Z[ recovery-image] Aug 26 21:23:40.187 INFO O| Aug 26 21:23:40.187 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422025-08-26T21:23:40.231Z[ recovery-image] Aug 26 21:23:40.201 INFO O| Aug 26 21:23:40.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75432025-08-26T21:23:40.231Z[ recovery-image] Aug 26 21:23:40.201 INFO O| Aug 26 21:23:40.201 INFO STEP 905 (remove_files) COMPLETE
75442025-08-26T21:23:40.257Z[ recovery-image] Aug 26 21:23:40.201 INFO O| Aug 26 21:23:40.201 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452025-08-26T21:23:40.257Z[ recovery-image] Aug 26 21:23:40.216 INFO O| Aug 26 21:23:40.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75462025-08-26T21:23:40.257Z[ recovery-image] Aug 26 21:23:40.216 INFO O| Aug 26 21:23:40.216 INFO STEP 906 (remove_files) COMPLETE
75472025-08-26T21:23:40.257Z[ recovery-image] Aug 26 21:23:40.216 INFO O| Aug 26 21:23:40.216 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482025-08-26T21:23:40.257Z[ recovery-image] Aug 26 21:23:40.237 INFO O| Aug 26 21:23:40.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75492025-08-26T21:23:40.257Z[ recovery-image] Aug 26 21:23:40.237 INFO O| Aug 26 21:23:40.237 INFO STEP 907 (remove_files) COMPLETE
75502025-08-26T21:23:40.257Z[ recovery-image] Aug 26 21:23:40.237 INFO O| Aug 26 21:23:40.237 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512025-08-26T21:23:40.284Z[ recovery-image] Aug 26 21:23:40.262 INFO O| Aug 26 21:23:40.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75522025-08-26T21:23:40.284Z[ recovery-image] Aug 26 21:23:40.262 INFO O| Aug 26 21:23:40.262 INFO STEP 908 (remove_files) COMPLETE
75532025-08-26T21:23:40.284Z[ recovery-image] Aug 26 21:23:40.262 INFO O| Aug 26 21:23:40.262 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542025-08-26T21:23:40.284Z[ recovery-image] Aug 26 21:23:40.281 INFO O| Aug 26 21:23:40.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75552025-08-26T21:23:40.284Z[ recovery-image] Aug 26 21:23:40.282 INFO O| Aug 26 21:23:40.281 INFO STEP 909 (remove_files) COMPLETE
75562025-08-26T21:23:40.284Z[ recovery-image] Aug 26 21:23:40.282 INFO O| Aug 26 21:23:40.281 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572025-08-26T21:23:40.310Z[ recovery-image] Aug 26 21:23:40.301 INFO O| Aug 26 21:23:40.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75582025-08-26T21:23:40.310Z[ recovery-image] Aug 26 21:23:40.302 INFO O| Aug 26 21:23:40.302 INFO STEP 910 (remove_files) COMPLETE
75592025-08-26T21:23:40.310Z[ recovery-image] Aug 26 21:23:40.302 INFO O| Aug 26 21:23:40.302 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602025-08-26T21:23:40.335Z[ recovery-image] Aug 26 21:23:40.321 INFO O| Aug 26 21:23:40.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75612025-08-26T21:23:40.335Z[ recovery-image] Aug 26 21:23:40.322 INFO O| Aug 26 21:23:40.321 INFO STEP 911 (remove_files) COMPLETE
75622025-08-26T21:23:40.335Z[ recovery-image] Aug 26 21:23:40.322 INFO O| Aug 26 21:23:40.321 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632025-08-26T21:23:40.335Z[ recovery-image] Aug 26 21:23:40.335 INFO O| Aug 26 21:23:40.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75642025-08-26T21:23:40.335Z[ recovery-image] Aug 26 21:23:40.336 INFO O| Aug 26 21:23:40.336 INFO STEP 912 (remove_files) COMPLETE
75652025-08-26T21:23:40.335Z[ recovery-image] Aug 26 21:23:40.336 INFO O| Aug 26 21:23:40.336 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662025-08-26T21:23:40.360Z[ recovery-image] Aug 26 21:23:40.349 INFO O| Aug 26 21:23:40.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75672025-08-26T21:23:40.385Z[ recovery-image] Aug 26 21:23:40.368 INFO O| Aug 26 21:23:40.368 INFO STEP 913 (remove_files) COMPLETE
75682025-08-26T21:23:40.385Z[ recovery-image] Aug 26 21:23:40.368 INFO O| Aug 26 21:23:40.368 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692025-08-26T21:23:40.413Z[ recovery-image] Aug 26 21:23:40.390 INFO O| Aug 26 21:23:40.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75702025-08-26T21:23:40.413Z[ recovery-image] Aug 26 21:23:40.390 INFO O| Aug 26 21:23:40.390 INFO STEP 914 (remove_files) COMPLETE
75712025-08-26T21:23:40.413Z[ recovery-image] Aug 26 21:23:40.391 INFO O| Aug 26 21:23:40.391 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722025-08-26T21:23:40.413Z[ recovery-image] Aug 26 21:23:40.406 INFO O| Aug 26 21:23:40.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75732025-08-26T21:23:40.413Z[ recovery-image] Aug 26 21:23:40.406 INFO O| Aug 26 21:23:40.406 INFO STEP 915 (remove_files) COMPLETE
75742025-08-26T21:23:40.413Z[ recovery-image] Aug 26 21:23:40.406 INFO O| Aug 26 21:23:40.406 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752025-08-26T21:23:40.439Z[ recovery-image] Aug 26 21:23:40.421 INFO O| Aug 26 21:23:40.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75762025-08-26T21:23:40.439Z[ recovery-image] Aug 26 21:23:40.421 INFO O| Aug 26 21:23:40.421 INFO STEP 916 (remove_files) COMPLETE
75772025-08-26T21:23:40.439Z[ recovery-image] Aug 26 21:23:40.422 INFO O| Aug 26 21:23:40.422 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782025-08-26T21:23:40.439Z[ recovery-image] Aug 26 21:23:40.437 INFO O| Aug 26 21:23:40.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75792025-08-26T21:23:40.439Z[ recovery-image] Aug 26 21:23:40.437 INFO O| Aug 26 21:23:40.437 INFO STEP 917 (remove_files) COMPLETE
75802025-08-26T21:23:40.439Z[ recovery-image] Aug 26 21:23:40.437 INFO O| Aug 26 21:23:40.437 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812025-08-26T21:23:40.465Z[ recovery-image] Aug 26 21:23:40.452 INFO O| Aug 26 21:23:40.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75822025-08-26T21:23:40.465Z[ recovery-image] Aug 26 21:23:40.453 INFO O| Aug 26 21:23:40.453 INFO STEP 918 (remove_files) COMPLETE
75832025-08-26T21:23:40.465Z[ recovery-image] Aug 26 21:23:40.453 INFO O| Aug 26 21:23:40.453 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842025-08-26T21:23:40.490Z[ recovery-image] Aug 26 21:23:40.468 INFO O| Aug 26 21:23:40.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75852025-08-26T21:23:40.490Z[ recovery-image] Aug 26 21:23:40.468 INFO O| Aug 26 21:23:40.468 INFO STEP 919 (remove_files) COMPLETE
75862025-08-26T21:23:40.490Z[ recovery-image] Aug 26 21:23:40.468 INFO O| Aug 26 21:23:40.468 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872025-08-26T21:23:40.490Z[ recovery-image] Aug 26 21:23:40.483 INFO O| Aug 26 21:23:40.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75882025-08-26T21:23:40.490Z[ recovery-image] Aug 26 21:23:40.483 INFO O| Aug 26 21:23:40.483 INFO STEP 920 (remove_files) COMPLETE
75892025-08-26T21:23:40.490Z[ recovery-image] Aug 26 21:23:40.483 INFO O| Aug 26 21:23:40.483 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902025-08-26T21:23:40.516Z[ recovery-image] Aug 26 21:23:40.497 INFO O| Aug 26 21:23:40.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75912025-08-26T21:23:40.516Z[ recovery-image] Aug 26 21:23:40.497 INFO O| Aug 26 21:23:40.497 INFO STEP 921 (remove_files) COMPLETE
75922025-08-26T21:23:40.516Z[ recovery-image] Aug 26 21:23:40.497 INFO O| Aug 26 21:23:40.497 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932025-08-26T21:23:40.516Z[ recovery-image] Aug 26 21:23:40.511 INFO O| Aug 26 21:23:40.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75942025-08-26T21:23:40.516Z[ recovery-image] Aug 26 21:23:40.512 INFO O| Aug 26 21:23:40.512 INFO STEP 922 (remove_files) COMPLETE
75952025-08-26T21:23:40.516Z[ recovery-image] Aug 26 21:23:40.512 INFO O| Aug 26 21:23:40.512 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962025-08-26T21:23:40.542Z[ recovery-image] Aug 26 21:23:40.531 INFO O| Aug 26 21:23:40.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75972025-08-26T21:23:40.542Z[ recovery-image] Aug 26 21:23:40.532 INFO O| Aug 26 21:23:40.532 INFO STEP 923 (remove_files) COMPLETE
75982025-08-26T21:23:40.542Z[ recovery-image] Aug 26 21:23:40.532 INFO O| Aug 26 21:23:40.532 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992025-08-26T21:23:40.570Z[ recovery-image] Aug 26 21:23:40.551 INFO O| Aug 26 21:23:40.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
76002025-08-26T21:23:40.570Z[ recovery-image] Aug 26 21:23:40.552 INFO O| Aug 26 21:23:40.551 INFO STEP 924 (remove_files) COMPLETE
76012025-08-26T21:23:40.570Z[ recovery-image] Aug 26 21:23:40.552 INFO O| Aug 26 21:23:40.552 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022025-08-26T21:23:40.596Z[ recovery-image] Aug 26 21:23:40.571 INFO O| Aug 26 21:23:40.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
76032025-08-26T21:23:40.596Z[ recovery-image] Aug 26 21:23:40.572 INFO O| Aug 26 21:23:40.572 INFO STEP 925 (remove_files) COMPLETE
76042025-08-26T21:23:40.596Z[ recovery-image] Aug 26 21:23:40.572 INFO O| Aug 26 21:23:40.572 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052025-08-26T21:23:40.596Z[ recovery-image] Aug 26 21:23:40.590 INFO O| Aug 26 21:23:40.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
76062025-08-26T21:23:40.622Z[ recovery-image] Aug 26 21:23:40.612 INFO O| Aug 26 21:23:40.612 INFO STEP 926 (remove_files) COMPLETE
76072025-08-26T21:23:40.622Z[ recovery-image] Aug 26 21:23:40.612 INFO O| Aug 26 21:23:40.612 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082025-08-26T21:23:40.647Z[ recovery-image] Aug 26 21:23:40.629 INFO O| Aug 26 21:23:40.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
76092025-08-26T21:23:40.647Z[ recovery-image] Aug 26 21:23:40.629 INFO O| Aug 26 21:23:40.629 INFO STEP 927 (remove_files) COMPLETE
76102025-08-26T21:23:40.647Z[ recovery-image] Aug 26 21:23:40.629 INFO O| Aug 26 21:23:40.629 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112025-08-26T21:23:40.647Z[ recovery-image] Aug 26 21:23:40.644 INFO O| Aug 26 21:23:40.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
76122025-08-26T21:23:40.647Z[ recovery-image] Aug 26 21:23:40.644 INFO O| Aug 26 21:23:40.644 INFO STEP 928 (remove_files) COMPLETE
76132025-08-26T21:23:40.647Z[ recovery-image] Aug 26 21:23:40.644 INFO O| Aug 26 21:23:40.644 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142025-08-26T21:23:40.673Z[ recovery-image] Aug 26 21:23:40.658 INFO O| Aug 26 21:23:40.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
76152025-08-26T21:23:40.673Z[ recovery-image] Aug 26 21:23:40.659 INFO O| Aug 26 21:23:40.658 INFO STEP 929 (remove_files) COMPLETE
76162025-08-26T21:23:40.673Z[ recovery-image] Aug 26 21:23:40.659 INFO O| Aug 26 21:23:40.658 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172025-08-26T21:23:40.673Z[ recovery-image] Aug 26 21:23:40.674 INFO O| Aug 26 21:23:40.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
76182025-08-26T21:23:40.673Z[ recovery-image] Aug 26 21:23:40.674 INFO O| Aug 26 21:23:40.674 INFO STEP 930 (remove_files) COMPLETE
76192025-08-26T21:23:40.673Z[ recovery-image] Aug 26 21:23:40.674 INFO O| Aug 26 21:23:40.674 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202025-08-26T21:23:40.698Z[ recovery-image] Aug 26 21:23:40.688 INFO O| Aug 26 21:23:40.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
76212025-08-26T21:23:40.698Z[ recovery-image] Aug 26 21:23:40.688 INFO O| Aug 26 21:23:40.688 INFO STEP 931 (remove_files) COMPLETE
76222025-08-26T21:23:40.698Z[ recovery-image] Aug 26 21:23:40.688 INFO O| Aug 26 21:23:40.688 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232025-08-26T21:23:40.724Z[ recovery-image] Aug 26 21:23:40.702 INFO O| Aug 26 21:23:40.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
76242025-08-26T21:23:40.724Z[ recovery-image] Aug 26 21:23:40.702 INFO O| Aug 26 21:23:40.702 INFO STEP 932 (remove_files) COMPLETE
76252025-08-26T21:23:40.724Z[ recovery-image] Aug 26 21:23:40.702 INFO O| Aug 26 21:23:40.702 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262025-08-26T21:23:40.724Z[ recovery-image] Aug 26 21:23:40.716 INFO O| Aug 26 21:23:40.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
76272025-08-26T21:23:40.724Z[ recovery-image] Aug 26 21:23:40.716 INFO O| Aug 26 21:23:40.716 INFO STEP 933 (remove_files) COMPLETE
76282025-08-26T21:23:40.724Z[ recovery-image] Aug 26 21:23:40.717 INFO O| Aug 26 21:23:40.716 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292025-08-26T21:23:40.749Z[ recovery-image] Aug 26 21:23:40.731 INFO O| Aug 26 21:23:40.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
76302025-08-26T21:23:40.749Z[ recovery-image] Aug 26 21:23:40.731 INFO O| Aug 26 21:23:40.731 INFO STEP 934 (remove_files) COMPLETE
76312025-08-26T21:23:40.749Z[ recovery-image] Aug 26 21:23:40.731 INFO O| Aug 26 21:23:40.731 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322025-08-26T21:23:40.749Z[ recovery-image] Aug 26 21:23:40.746 INFO O| Aug 26 21:23:40.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76332025-08-26T21:23:40.749Z[ recovery-image] Aug 26 21:23:40.746 INFO O| Aug 26 21:23:40.746 INFO STEP 935 (remove_files) COMPLETE
76342025-08-26T21:23:40.749Z[ recovery-image] Aug 26 21:23:40.746 INFO O| Aug 26 21:23:40.746 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352025-08-26T21:23:40.775Z[ recovery-image] Aug 26 21:23:40.760 INFO O| Aug 26 21:23:40.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76362025-08-26T21:23:40.776Z[ recovery-image] Aug 26 21:23:40.760 INFO O| Aug 26 21:23:40.760 INFO STEP 936 (remove_files) COMPLETE
76372025-08-26T21:23:40.776Z[ recovery-image] Aug 26 21:23:40.760 INFO O| Aug 26 21:23:40.760 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382025-08-26T21:23:40.776Z[ recovery-image] Aug 26 21:23:40.775 INFO O| Aug 26 21:23:40.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76392025-08-26T21:23:40.776Z[ recovery-image] Aug 26 21:23:40.775 INFO O| Aug 26 21:23:40.775 INFO STEP 937 (remove_files) COMPLETE
76402025-08-26T21:23:40.776Z[ recovery-image] Aug 26 21:23:40.775 INFO O| Aug 26 21:23:40.775 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412025-08-26T21:23:40.801Z[ recovery-image] Aug 26 21:23:40.789 INFO O| Aug 26 21:23:40.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76422025-08-26T21:23:40.801Z[ recovery-image] Aug 26 21:23:40.789 INFO O| Aug 26 21:23:40.789 INFO STEP 938 (remove_files) COMPLETE
76432025-08-26T21:23:40.801Z[ recovery-image] Aug 26 21:23:40.789 INFO O| Aug 26 21:23:40.789 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442025-08-26T21:23:40.828Z[ recovery-image] Aug 26 21:23:40.803 INFO O| Aug 26 21:23:40.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76452025-08-26T21:23:40.828Z[ recovery-image] Aug 26 21:23:40.803 INFO O| Aug 26 21:23:40.803 INFO STEP 939 (remove_files) COMPLETE
76462025-08-26T21:23:40.828Z[ recovery-image] Aug 26 21:23:40.803 INFO O| Aug 26 21:23:40.803 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472025-08-26T21:23:40.828Z[ recovery-image] Aug 26 21:23:40.818 INFO O| Aug 26 21:23:40.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76482025-08-26T21:23:40.828Z[ recovery-image] Aug 26 21:23:40.818 INFO O| Aug 26 21:23:40.818 INFO STEP 940 (remove_files) COMPLETE
76492025-08-26T21:23:40.828Z[ recovery-image] Aug 26 21:23:40.818 INFO O| Aug 26 21:23:40.818 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502025-08-26T21:23:40.853Z[ recovery-image] Aug 26 21:23:40.837 INFO O| Aug 26 21:23:40.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76512025-08-26T21:23:40.853Z[ recovery-image] Aug 26 21:23:40.837 INFO O| Aug 26 21:23:40.837 INFO STEP 941 (remove_files) COMPLETE
76522025-08-26T21:23:40.853Z[ recovery-image] Aug 26 21:23:40.837 INFO O| Aug 26 21:23:40.837 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532025-08-26T21:23:40.880Z[ recovery-image] Aug 26 21:23:40.857 INFO O| Aug 26 21:23:40.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76542025-08-26T21:23:40.880Z[ recovery-image] Aug 26 21:23:40.857 INFO O| Aug 26 21:23:40.857 INFO STEP 942 (remove_files) COMPLETE
76552025-08-26T21:23:40.880Z[ recovery-image] Aug 26 21:23:40.857 INFO O| Aug 26 21:23:40.857 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562025-08-26T21:23:40.906Z[ recovery-image] Aug 26 21:23:40.876 INFO O| Aug 26 21:23:40.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76572025-08-26T21:23:40.906Z[ recovery-image] Aug 26 21:23:40.876 INFO O| Aug 26 21:23:40.876 INFO STEP 943 (remove_files) COMPLETE
76582025-08-26T21:23:40.906Z[ recovery-image] Aug 26 21:23:40.876 INFO O| Aug 26 21:23:40.876 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592025-08-26T21:23:40.906Z[ recovery-image] Aug 26 21:23:40.895 INFO O| Aug 26 21:23:40.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76602025-08-26T21:23:40.906Z[ recovery-image] Aug 26 21:23:40.895 INFO O| Aug 26 21:23:40.895 INFO STEP 944 (remove_files) COMPLETE
76612025-08-26T21:23:40.906Z[ recovery-image] Aug 26 21:23:40.895 INFO O| Aug 26 21:23:40.895 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622025-08-26T21:23:40.937Z[ recovery-image] Aug 26 21:23:40.910 INFO O| Aug 26 21:23:40.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76632025-08-26T21:23:40.937Z[ recovery-image] Aug 26 21:23:40.910 INFO O| Aug 26 21:23:40.910 INFO STEP 945 (remove_files) COMPLETE
76642025-08-26T21:23:40.937Z[ recovery-image] Aug 26 21:23:40.910 INFO O| Aug 26 21:23:40.910 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652025-08-26T21:23:40.937Z[ recovery-image] Aug 26 21:23:40.931 INFO O| Aug 26 21:23:40.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76662025-08-26T21:23:40.937Z[ recovery-image] Aug 26 21:23:40.931 INFO O| Aug 26 21:23:40.931 INFO STEP 946 (remove_files) COMPLETE
76672025-08-26T21:23:40.937Z[ recovery-image] Aug 26 21:23:40.931 INFO O| Aug 26 21:23:40.931 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682025-08-26T21:23:40.965Z[ recovery-image] Aug 26 21:23:40.950 INFO O| Aug 26 21:23:40.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76692025-08-26T21:23:40.965Z[ recovery-image] Aug 26 21:23:40.950 INFO O| Aug 26 21:23:40.950 INFO STEP 947 (remove_files) COMPLETE
76702025-08-26T21:23:40.965Z[ recovery-image] Aug 26 21:23:40.950 INFO O| Aug 26 21:23:40.950 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712025-08-26T21:23:40.990Z[ recovery-image] Aug 26 21:23:40.966 INFO O| Aug 26 21:23:40.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76722025-08-26T21:23:40.990Z[ recovery-image] Aug 26 21:23:40.967 INFO O| Aug 26 21:23:40.967 INFO STEP 948 (remove_files) COMPLETE
76732025-08-26T21:23:40.990Z[ recovery-image] Aug 26 21:23:40.967 INFO O| Aug 26 21:23:40.967 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742025-08-26T21:23:40.991Z[ recovery-image] Aug 26 21:23:40.985 INFO O| Aug 26 21:23:40.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76752025-08-26T21:23:40.991Z[ recovery-image] Aug 26 21:23:40.985 INFO O| Aug 26 21:23:40.985 INFO STEP 949 (remove_files) COMPLETE
76762025-08-26T21:23:40.991Z[ recovery-image] Aug 26 21:23:40.985 INFO O| Aug 26 21:23:40.985 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772025-08-26T21:23:41.025Z[ recovery-image] Aug 26 21:23:41.001 INFO O| Aug 26 21:23:41.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76782025-08-26T21:23:41.025Z[ recovery-image] Aug 26 21:23:41.001 INFO O| Aug 26 21:23:41.001 INFO STEP 950 (remove_files) COMPLETE
76792025-08-26T21:23:41.025Z[ recovery-image] Aug 26 21:23:41.001 INFO O| Aug 26 21:23:41.001 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802025-08-26T21:23:41.050Z[ recovery-image] Aug 26 21:23:41.015 INFO O| Aug 26 21:23:41.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76812025-08-26T21:23:41.050Z[ recovery-image] Aug 26 21:23:41.016 INFO O| Aug 26 21:23:41.015 INFO STEP 951 (remove_files) COMPLETE
76822025-08-26T21:23:41.050Z[ recovery-image] Aug 26 21:23:41.016 INFO O| Aug 26 21:23:41.016 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832025-08-26T21:23:41.050Z[ recovery-image] Aug 26 21:23:41.030 INFO O| Aug 26 21:23:41.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76842025-08-26T21:23:41.050Z[ recovery-image] Aug 26 21:23:41.030 INFO O| Aug 26 21:23:41.030 INFO STEP 952 (remove_files) COMPLETE
76852025-08-26T21:23:41.050Z[ recovery-image] Aug 26 21:23:41.030 INFO O| Aug 26 21:23:41.030 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862025-08-26T21:23:41.050Z[ recovery-image] Aug 26 21:23:41.044 INFO O| Aug 26 21:23:41.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76872025-08-26T21:23:41.050Z[ recovery-image] Aug 26 21:23:41.045 INFO O| Aug 26 21:23:41.045 INFO STEP 953 (remove_files) COMPLETE
76882025-08-26T21:23:41.050Z[ recovery-image] Aug 26 21:23:41.045 INFO O| Aug 26 21:23:41.045 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892025-08-26T21:23:41.076Z[ recovery-image] Aug 26 21:23:41.059 INFO O| Aug 26 21:23:41.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76902025-08-26T21:23:41.076Z[ recovery-image] Aug 26 21:23:41.059 INFO O| Aug 26 21:23:41.059 INFO STEP 954 (remove_files) COMPLETE
76912025-08-26T21:23:41.076Z[ recovery-image] Aug 26 21:23:41.059 INFO O| Aug 26 21:23:41.059 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922025-08-26T21:23:41.076Z[ recovery-image] Aug 26 21:23:41.073 INFO O| Aug 26 21:23:41.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76932025-08-26T21:23:41.076Z[ recovery-image] Aug 26 21:23:41.073 INFO O| Aug 26 21:23:41.073 INFO STEP 955 (remove_files) COMPLETE
76942025-08-26T21:23:41.076Z[ recovery-image] Aug 26 21:23:41.073 INFO O| Aug 26 21:23:41.073 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952025-08-26T21:23:41.101Z[ recovery-image] Aug 26 21:23:41.087 INFO O| Aug 26 21:23:41.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76962025-08-26T21:23:41.101Z[ recovery-image] Aug 26 21:23:41.087 INFO O| Aug 26 21:23:41.087 INFO STEP 956 (remove_files) COMPLETE
76972025-08-26T21:23:41.101Z[ recovery-image] Aug 26 21:23:41.087 INFO O| Aug 26 21:23:41.087 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982025-08-26T21:23:41.102Z[ recovery-image] Aug 26 21:23:41.102 INFO O| Aug 26 21:23:41.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76992025-08-26T21:23:41.102Z[ recovery-image] Aug 26 21:23:41.102 INFO O| Aug 26 21:23:41.102 INFO STEP 957 (remove_files) COMPLETE
77002025-08-26T21:23:41.102Z[ recovery-image] Aug 26 21:23:41.102 INFO O| Aug 26 21:23:41.102 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012025-08-26T21:23:41.127Z[ recovery-image] Aug 26 21:23:41.117 INFO O| Aug 26 21:23:41.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
77022025-08-26T21:23:41.127Z[ recovery-image] Aug 26 21:23:41.118 INFO O| Aug 26 21:23:41.118 INFO STEP 958 (remove_files) COMPLETE
77032025-08-26T21:23:41.127Z[ recovery-image] Aug 26 21:23:41.118 INFO O| Aug 26 21:23:41.118 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042025-08-26T21:23:41.152Z[ recovery-image] Aug 26 21:23:41.131 INFO O| Aug 26 21:23:41.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
77052025-08-26T21:23:41.152Z[ recovery-image] Aug 26 21:23:41.131 INFO O| Aug 26 21:23:41.131 INFO STEP 959 (remove_files) COMPLETE
77062025-08-26T21:23:41.152Z[ recovery-image] Aug 26 21:23:41.131 INFO O| Aug 26 21:23:41.131 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072025-08-26T21:23:41.152Z[ recovery-image] Aug 26 21:23:41.144 INFO O| Aug 26 21:23:41.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
77082025-08-26T21:23:41.152Z[ recovery-image] Aug 26 21:23:41.145 INFO O| Aug 26 21:23:41.145 INFO STEP 960 (remove_files) COMPLETE
77092025-08-26T21:23:41.152Z[ recovery-image] Aug 26 21:23:41.145 INFO O| Aug 26 21:23:41.145 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102025-08-26T21:23:41.178Z[ recovery-image] Aug 26 21:23:41.163 INFO O| Aug 26 21:23:41.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
77112025-08-26T21:23:41.178Z[ recovery-image] Aug 26 21:23:41.163 INFO O| Aug 26 21:23:41.163 INFO STEP 961 (remove_files) COMPLETE
77122025-08-26T21:23:41.178Z[ recovery-image] Aug 26 21:23:41.163 INFO O| Aug 26 21:23:41.163 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132025-08-26T21:23:41.203Z[ recovery-image] Aug 26 21:23:41.177 INFO O| Aug 26 21:23:41.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
77142025-08-26T21:23:41.203Z[ recovery-image] Aug 26 21:23:41.177 INFO O| Aug 26 21:23:41.177 INFO STEP 962 (remove_files) COMPLETE
77152025-08-26T21:23:41.203Z[ recovery-image] Aug 26 21:23:41.177 INFO O| Aug 26 21:23:41.177 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162025-08-26T21:23:41.203Z[ recovery-image] Aug 26 21:23:41.195 INFO O| Aug 26 21:23:41.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
77172025-08-26T21:23:41.203Z[ recovery-image] Aug 26 21:23:41.195 INFO O| Aug 26 21:23:41.195 INFO STEP 963 (remove_files) COMPLETE
77182025-08-26T21:23:41.203Z[ recovery-image] Aug 26 21:23:41.195 INFO O| Aug 26 21:23:41.195 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192025-08-26T21:23:41.228Z[ recovery-image] Aug 26 21:23:41.213 INFO O| Aug 26 21:23:41.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
77202025-08-26T21:23:41.228Z[ recovery-image] Aug 26 21:23:41.213 INFO O| Aug 26 21:23:41.213 INFO STEP 964 (remove_files) COMPLETE
77212025-08-26T21:23:41.228Z[ recovery-image] Aug 26 21:23:41.214 INFO O| Aug 26 21:23:41.213 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222025-08-26T21:23:41.228Z[ recovery-image] Aug 26 21:23:41.228 INFO O| Aug 26 21:23:41.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
77232025-08-26T21:23:41.229Z[ recovery-image] Aug 26 21:23:41.228 INFO O| Aug 26 21:23:41.228 INFO STEP 965 (remove_files) COMPLETE
77242025-08-26T21:23:41.229Z[ recovery-image] Aug 26 21:23:41.228 INFO O| Aug 26 21:23:41.228 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252025-08-26T21:23:41.255Z[ recovery-image] Aug 26 21:23:41.243 INFO O| Aug 26 21:23:41.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
77262025-08-26T21:23:41.255Z[ recovery-image] Aug 26 21:23:41.243 INFO O| Aug 26 21:23:41.243 INFO STEP 966 (remove_files) COMPLETE
77272025-08-26T21:23:41.255Z[ recovery-image] Aug 26 21:23:41.243 INFO O| Aug 26 21:23:41.243 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282025-08-26T21:23:41.280Z[ recovery-image] Aug 26 21:23:41.262 INFO O| Aug 26 21:23:41.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
77292025-08-26T21:23:41.280Z[ recovery-image] Aug 26 21:23:41.262 INFO O| Aug 26 21:23:41.262 INFO STEP 967 (remove_files) COMPLETE
77302025-08-26T21:23:41.280Z[ recovery-image] Aug 26 21:23:41.263 INFO O| Aug 26 21:23:41.262 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312025-08-26T21:23:41.280Z[ recovery-image] Aug 26 21:23:41.280 INFO O| Aug 26 21:23:41.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
77322025-08-26T21:23:41.280Z[ recovery-image] Aug 26 21:23:41.280 INFO O| Aug 26 21:23:41.280 INFO STEP 968 (remove_files) COMPLETE
77332025-08-26T21:23:41.280Z[ recovery-image] Aug 26 21:23:41.280 INFO O| Aug 26 21:23:41.280 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342025-08-26T21:23:41.305Z[ recovery-image] Aug 26 21:23:41.298 INFO O| Aug 26 21:23:41.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77352025-08-26T21:23:41.305Z[ recovery-image] Aug 26 21:23:41.298 INFO O| Aug 26 21:23:41.298 INFO STEP 969 (remove_files) COMPLETE
77362025-08-26T21:23:41.305Z[ recovery-image] Aug 26 21:23:41.299 INFO O| Aug 26 21:23:41.298 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372025-08-26T21:23:41.330Z[ recovery-image] Aug 26 21:23:41.313 INFO O| Aug 26 21:23:41.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77382025-08-26T21:23:41.330Z[ recovery-image] Aug 26 21:23:41.313 INFO O| Aug 26 21:23:41.313 INFO STEP 970 (remove_files) COMPLETE
77392025-08-26T21:23:41.330Z[ recovery-image] Aug 26 21:23:41.313 INFO O| Aug 26 21:23:41.313 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402025-08-26T21:23:41.330Z[ recovery-image] Aug 26 21:23:41.326 INFO O| Aug 26 21:23:41.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77412025-08-26T21:23:41.330Z[ recovery-image] Aug 26 21:23:41.326 INFO O| Aug 26 21:23:41.326 INFO STEP 971 (remove_files) COMPLETE
77422025-08-26T21:23:41.330Z[ recovery-image] Aug 26 21:23:41.326 INFO O| Aug 26 21:23:41.326 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432025-08-26T21:23:41.355Z[ recovery-image] Aug 26 21:23:41.345 INFO O| Aug 26 21:23:41.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77442025-08-26T21:23:41.355Z[ recovery-image] Aug 26 21:23:41.345 INFO O| Aug 26 21:23:41.345 INFO STEP 972 (remove_files) COMPLETE
77452025-08-26T21:23:41.355Z[ recovery-image] Aug 26 21:23:41.345 INFO O| Aug 26 21:23:41.345 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462025-08-26T21:23:41.380Z[ recovery-image] Aug 26 21:23:41.363 INFO O| Aug 26 21:23:41.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77472025-08-26T21:23:41.381Z[ recovery-image] Aug 26 21:23:41.364 INFO O| Aug 26 21:23:41.363 INFO STEP 973 (remove_files) COMPLETE
77482025-08-26T21:23:41.381Z[ recovery-image] Aug 26 21:23:41.364 INFO O| Aug 26 21:23:41.364 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492025-08-26T21:23:41.381Z[ recovery-image] Aug 26 21:23:41.377 INFO O| Aug 26 21:23:41.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77502025-08-26T21:23:41.381Z[ recovery-image] Aug 26 21:23:41.377 INFO O| Aug 26 21:23:41.377 INFO STEP 974 (remove_files) COMPLETE
77512025-08-26T21:23:41.381Z[ recovery-image] Aug 26 21:23:41.377 INFO O| Aug 26 21:23:41.377 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522025-08-26T21:23:41.407Z[ recovery-image] Aug 26 21:23:41.396 INFO O| Aug 26 21:23:41.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77532025-08-26T21:23:41.407Z[ recovery-image] Aug 26 21:23:41.396 INFO O| Aug 26 21:23:41.396 INFO STEP 975 (remove_files) COMPLETE
77542025-08-26T21:23:41.407Z[ recovery-image] Aug 26 21:23:41.396 INFO O| Aug 26 21:23:41.396 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552025-08-26T21:23:41.432Z[ recovery-image] Aug 26 21:23:41.411 INFO O| Aug 26 21:23:41.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77562025-08-26T21:23:41.432Z[ recovery-image] Aug 26 21:23:41.411 INFO O| Aug 26 21:23:41.411 INFO STEP 976 (remove_files) COMPLETE
77572025-08-26T21:23:41.432Z[ recovery-image] Aug 26 21:23:41.411 INFO O| Aug 26 21:23:41.411 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582025-08-26T21:23:41.432Z[ recovery-image] Aug 26 21:23:41.425 INFO O| Aug 26 21:23:41.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77592025-08-26T21:23:41.432Z[ recovery-image] Aug 26 21:23:41.426 INFO O| Aug 26 21:23:41.426 INFO STEP 977 (remove_files) COMPLETE
77602025-08-26T21:23:41.432Z[ recovery-image] Aug 26 21:23:41.426 INFO O| Aug 26 21:23:41.426 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612025-08-26T21:23:41.457Z[ recovery-image] Aug 26 21:23:41.444 INFO O| Aug 26 21:23:41.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77622025-08-26T21:23:41.457Z[ recovery-image] Aug 26 21:23:41.444 INFO O| Aug 26 21:23:41.444 INFO STEP 978 (remove_files) COMPLETE
77632025-08-26T21:23:41.457Z[ recovery-image] Aug 26 21:23:41.444 INFO O| Aug 26 21:23:41.444 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642025-08-26T21:23:41.482Z[ recovery-image] Aug 26 21:23:41.463 INFO O| Aug 26 21:23:41.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77652025-08-26T21:23:41.482Z[ recovery-image] Aug 26 21:23:41.463 INFO O| Aug 26 21:23:41.463 INFO STEP 979 (remove_files) COMPLETE
77662025-08-26T21:23:41.482Z[ recovery-image] Aug 26 21:23:41.463 INFO O| Aug 26 21:23:41.463 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672025-08-26T21:23:41.482Z[ recovery-image] Aug 26 21:23:41.482 INFO O| Aug 26 21:23:41.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77682025-08-26T21:23:41.482Z[ recovery-image] Aug 26 21:23:41.482 INFO O| Aug 26 21:23:41.482 INFO STEP 980 (remove_files) COMPLETE
77692025-08-26T21:23:41.482Z[ recovery-image] Aug 26 21:23:41.482 INFO O| Aug 26 21:23:41.482 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702025-08-26T21:23:41.508Z[ recovery-image] Aug 26 21:23:41.496 INFO O| Aug 26 21:23:41.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77712025-08-26T21:23:41.508Z[ recovery-image] Aug 26 21:23:41.497 INFO O| Aug 26 21:23:41.496 INFO STEP 981 (remove_files) COMPLETE
77722025-08-26T21:23:41.508Z[ recovery-image] Aug 26 21:23:41.497 INFO O| Aug 26 21:23:41.497 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732025-08-26T21:23:41.533Z[ recovery-image] Aug 26 21:23:41.511 INFO O| Aug 26 21:23:41.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77742025-08-26T21:23:41.533Z[ recovery-image] Aug 26 21:23:41.511 INFO O| Aug 26 21:23:41.511 INFO STEP 982 (remove_files) COMPLETE
77752025-08-26T21:23:41.533Z[ recovery-image] Aug 26 21:23:41.511 INFO O| Aug 26 21:23:41.511 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762025-08-26T21:23:41.533Z[ recovery-image] Aug 26 21:23:41.530 INFO O| Aug 26 21:23:41.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77772025-08-26T21:23:41.533Z[ recovery-image] Aug 26 21:23:41.530 INFO O| Aug 26 21:23:41.530 INFO STEP 983 (remove_files) COMPLETE
77782025-08-26T21:23:41.533Z[ recovery-image] Aug 26 21:23:41.530 INFO O| Aug 26 21:23:41.530 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792025-08-26T21:23:41.558Z[ recovery-image] Aug 26 21:23:41.550 INFO O| Aug 26 21:23:41.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77802025-08-26T21:23:41.558Z[ recovery-image] Aug 26 21:23:41.550 INFO O| Aug 26 21:23:41.550 INFO STEP 984 (remove_files) COMPLETE
77812025-08-26T21:23:41.558Z[ recovery-image] Aug 26 21:23:41.550 INFO O| Aug 26 21:23:41.550 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822025-08-26T21:23:41.583Z[ recovery-image] Aug 26 21:23:41.566 INFO O| Aug 26 21:23:41.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77832025-08-26T21:23:41.583Z[ recovery-image] Aug 26 21:23:41.582 INFO O| Aug 26 21:23:41.582 INFO STEP 985 (remove_files) COMPLETE
77842025-08-26T21:23:41.583Z[ recovery-image] Aug 26 21:23:41.582 INFO O| Aug 26 21:23:41.582 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852025-08-26T21:23:41.615Z[ recovery-image] Aug 26 21:23:41.600 INFO O| Aug 26 21:23:41.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77862025-08-26T21:23:41.615Z[ recovery-image] Aug 26 21:23:41.600 INFO O| Aug 26 21:23:41.600 INFO STEP 986 (remove_files) COMPLETE
77872025-08-26T21:23:41.615Z[ recovery-image] Aug 26 21:23:41.600 INFO O| Aug 26 21:23:41.600 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882025-08-26T21:23:41.615Z[ recovery-image] Aug 26 21:23:41.616 INFO O| Aug 26 21:23:41.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77892025-08-26T21:23:41.640Z[ recovery-image] Aug 26 21:23:41.616 INFO O| Aug 26 21:23:41.616 INFO STEP 987 (remove_files) COMPLETE
77902025-08-26T21:23:41.640Z[ recovery-image] Aug 26 21:23:41.616 INFO O| Aug 26 21:23:41.616 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912025-08-26T21:23:41.640Z[ recovery-image] Aug 26 21:23:41.633 INFO O| Aug 26 21:23:41.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77922025-08-26T21:23:41.640Z[ recovery-image] Aug 26 21:23:41.633 INFO O| Aug 26 21:23:41.633 INFO STEP 988 (remove_files) COMPLETE
77932025-08-26T21:23:41.640Z[ recovery-image] Aug 26 21:23:41.633 INFO O| Aug 26 21:23:41.633 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942025-08-26T21:23:41.666Z[ recovery-image] Aug 26 21:23:41.664 INFO O| Aug 26 21:23:41.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77952025-08-26T21:23:41.691Z[ recovery-image] Aug 26 21:23:41.688 INFO O| Aug 26 21:23:41.688 INFO STEP 989 (remove_files) COMPLETE
77962025-08-26T21:23:41.691Z[ recovery-image] Aug 26 21:23:41.688 INFO O| Aug 26 21:23:41.688 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972025-08-26T21:23:41.716Z[ recovery-image] Aug 26 21:23:41.705 INFO O| Aug 26 21:23:41.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77982025-08-26T21:23:41.716Z[ recovery-image] Aug 26 21:23:41.705 INFO O| Aug 26 21:23:41.705 INFO STEP 990 (remove_files) COMPLETE
77992025-08-26T21:23:41.716Z[ recovery-image] Aug 26 21:23:41.705 INFO O| Aug 26 21:23:41.705 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002025-08-26T21:23:41.742Z[ recovery-image] Aug 26 21:23:41.722 INFO O| Aug 26 21:23:41.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
78012025-08-26T21:23:41.742Z[ recovery-image] Aug 26 21:23:41.722 INFO O| Aug 26 21:23:41.722 INFO STEP 991 (remove_files) COMPLETE
78022025-08-26T21:23:41.742Z[ recovery-image] Aug 26 21:23:41.722 INFO O| Aug 26 21:23:41.722 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032025-08-26T21:23:41.742Z[ recovery-image] Aug 26 21:23:41.739 INFO O| Aug 26 21:23:41.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
78042025-08-26T21:23:41.742Z[ recovery-image] Aug 26 21:23:41.739 INFO O| Aug 26 21:23:41.739 INFO STEP 992 (remove_files) COMPLETE
78052025-08-26T21:23:41.742Z[ recovery-image] Aug 26 21:23:41.739 INFO O| Aug 26 21:23:41.739 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062025-08-26T21:23:41.769Z[ recovery-image] Aug 26 21:23:41.755 INFO O| Aug 26 21:23:41.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
78072025-08-26T21:23:41.769Z[ recovery-image] Aug 26 21:23:41.755 INFO O| Aug 26 21:23:41.755 INFO STEP 993 (remove_files) COMPLETE
78082025-08-26T21:23:41.769Z[ recovery-image] Aug 26 21:23:41.755 INFO O| Aug 26 21:23:41.755 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092025-08-26T21:23:41.794Z[ recovery-image] Aug 26 21:23:41.772 INFO O| Aug 26 21:23:41.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
78102025-08-26T21:23:41.794Z[ recovery-image] Aug 26 21:23:41.772 INFO O| Aug 26 21:23:41.772 INFO STEP 994 (remove_files) COMPLETE
78112025-08-26T21:23:41.794Z[ recovery-image] Aug 26 21:23:41.772 INFO O| Aug 26 21:23:41.772 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122025-08-26T21:23:41.794Z[ recovery-image] Aug 26 21:23:41.789 INFO O| Aug 26 21:23:41.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
78132025-08-26T21:23:41.794Z[ recovery-image] Aug 26 21:23:41.789 INFO O| Aug 26 21:23:41.789 INFO STEP 995 (remove_files) COMPLETE
78142025-08-26T21:23:41.794Z[ recovery-image] Aug 26 21:23:41.789 INFO O| Aug 26 21:23:41.789 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152025-08-26T21:23:41.819Z[ recovery-image] Aug 26 21:23:41.805 INFO O| Aug 26 21:23:41.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
78162025-08-26T21:23:41.819Z[ recovery-image] Aug 26 21:23:41.805 INFO O| Aug 26 21:23:41.805 INFO STEP 996 (remove_files) COMPLETE
78172025-08-26T21:23:41.819Z[ recovery-image] Aug 26 21:23:41.805 INFO O| Aug 26 21:23:41.805 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182025-08-26T21:23:41.845Z[ recovery-image] Aug 26 21:23:41.821 INFO O| Aug 26 21:23:41.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
78192025-08-26T21:23:41.845Z[ recovery-image] Aug 26 21:23:41.821 INFO O| Aug 26 21:23:41.821 INFO STEP 997 (remove_files) COMPLETE
78202025-08-26T21:23:41.845Z[ recovery-image] Aug 26 21:23:41.821 INFO O| Aug 26 21:23:41.821 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212025-08-26T21:23:41.845Z[ recovery-image] Aug 26 21:23:41.837 INFO O| Aug 26 21:23:41.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
78222025-08-26T21:23:41.845Z[ recovery-image] Aug 26 21:23:41.837 INFO O| Aug 26 21:23:41.837 INFO STEP 998 (remove_files) COMPLETE
78232025-08-26T21:23:41.845Z[ recovery-image] Aug 26 21:23:41.837 INFO O| Aug 26 21:23:41.837 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242025-08-26T21:23:41.870Z[ recovery-image] Aug 26 21:23:41.854 INFO O| Aug 26 21:23:41.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
78252025-08-26T21:23:41.870Z[ recovery-image] Aug 26 21:23:41.854 INFO O| Aug 26 21:23:41.854 INFO STEP 999 (remove_files) COMPLETE
78262025-08-26T21:23:41.870Z[ recovery-image] Aug 26 21:23:41.854 INFO O| Aug 26 21:23:41.854 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272025-08-26T21:23:41.896Z[ recovery-image] Aug 26 21:23:41.873 INFO O| Aug 26 21:23:41.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
78282025-08-26T21:23:41.896Z[ recovery-image] Aug 26 21:23:41.874 INFO O| Aug 26 21:23:41.873 INFO STEP 1000 (remove_files) COMPLETE
78292025-08-26T21:23:41.896Z[ recovery-image] Aug 26 21:23:41.874 INFO O| Aug 26 21:23:41.873 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302025-08-26T21:23:41.896Z[ recovery-image] Aug 26 21:23:41.892 INFO O| Aug 26 21:23:41.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
78312025-08-26T21:23:41.896Z[ recovery-image] Aug 26 21:23:41.892 INFO O| Aug 26 21:23:41.892 INFO STEP 1001 (remove_files) COMPLETE
78322025-08-26T21:23:41.896Z[ recovery-image] Aug 26 21:23:41.892 INFO O| Aug 26 21:23:41.892 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332025-08-26T21:23:41.921Z[ recovery-image] Aug 26 21:23:41.907 INFO O| Aug 26 21:23:41.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78342025-08-26T21:23:41.921Z[ recovery-image] Aug 26 21:23:41.908 INFO O| Aug 26 21:23:41.908 INFO STEP 1002 (remove_files) COMPLETE
78352025-08-26T21:23:41.921Z[ recovery-image] Aug 26 21:23:41.908 INFO O| Aug 26 21:23:41.908 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362025-08-26T21:23:41.947Z[ recovery-image] Aug 26 21:23:41.924 INFO O| Aug 26 21:23:41.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78372025-08-26T21:23:41.947Z[ recovery-image] Aug 26 21:23:41.924 INFO O| Aug 26 21:23:41.924 INFO STEP 1003 (remove_files) COMPLETE
78382025-08-26T21:23:41.947Z[ recovery-image] Aug 26 21:23:41.924 INFO O| Aug 26 21:23:41.924 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392025-08-26T21:23:41.947Z[ recovery-image] Aug 26 21:23:41.941 INFO O| Aug 26 21:23:41.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78402025-08-26T21:23:41.947Z[ recovery-image] Aug 26 21:23:41.941 INFO O| Aug 26 21:23:41.941 INFO STEP 1004 (remove_files) COMPLETE
78412025-08-26T21:23:41.947Z[ recovery-image] Aug 26 21:23:41.941 INFO O| Aug 26 21:23:41.941 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422025-08-26T21:23:41.972Z[ recovery-image] Aug 26 21:23:41.956 INFO O| Aug 26 21:23:41.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78432025-08-26T21:23:41.972Z[ recovery-image] Aug 26 21:23:41.956 INFO O| Aug 26 21:23:41.956 INFO STEP 1005 (remove_files) COMPLETE
78442025-08-26T21:23:41.972Z[ recovery-image] Aug 26 21:23:41.956 INFO O| Aug 26 21:23:41.956 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452025-08-26T21:23:41.972Z[ recovery-image] Aug 26 21:23:41.973 INFO O| Aug 26 21:23:41.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78462025-08-26T21:23:41.972Z[ recovery-image] Aug 26 21:23:41.973 INFO O| Aug 26 21:23:41.973 INFO STEP 1006 (remove_files) COMPLETE
78472025-08-26T21:23:41.972Z[ recovery-image] Aug 26 21:23:41.973 INFO O| Aug 26 21:23:41.973 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482025-08-26T21:23:41.998Z[ recovery-image] Aug 26 21:23:41.992 INFO O| Aug 26 21:23:41.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78492025-08-26T21:23:41.998Z[ recovery-image] Aug 26 21:23:41.992 INFO O| Aug 26 21:23:41.992 INFO STEP 1007 (remove_files) COMPLETE
78502025-08-26T21:23:41.998Z[ recovery-image] Aug 26 21:23:41.992 INFO O| Aug 26 21:23:41.992 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512025-08-26T21:23:42.023Z[ recovery-image] Aug 26 21:23:42.010 INFO O| Aug 26 21:23:42.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78522025-08-26T21:23:42.023Z[ recovery-image] Aug 26 21:23:42.010 INFO O| Aug 26 21:23:42.010 INFO STEP 1008 (remove_files) COMPLETE
78532025-08-26T21:23:42.023Z[ recovery-image] Aug 26 21:23:42.010 INFO O| Aug 26 21:23:42.010 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542025-08-26T21:23:42.048Z[ recovery-image] Aug 26 21:23:42.025 INFO O| Aug 26 21:23:42.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
78552025-08-26T21:23:42.048Z[ recovery-image] Aug 26 21:23:42.026 INFO O| Aug 26 21:23:42.026 INFO STEP 1009 (remove_files) COMPLETE
78562025-08-26T21:23:42.048Z[ recovery-image] Aug 26 21:23:42.026 INFO O| Aug 26 21:23:42.026 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572025-08-26T21:23:42.048Z[ recovery-image] Aug 26 21:23:42.040 INFO O| Aug 26 21:23:42.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78582025-08-26T21:23:42.048Z[ recovery-image] Aug 26 21:23:42.040 INFO O| Aug 26 21:23:42.040 INFO STEP 1010 (remove_files) COMPLETE
78592025-08-26T21:23:42.048Z[ recovery-image] Aug 26 21:23:42.040 INFO O| Aug 26 21:23:42.040 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602025-08-26T21:23:42.074Z[ recovery-image] Aug 26 21:23:42.061 INFO O| Aug 26 21:23:42.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78612025-08-26T21:23:42.074Z[ recovery-image] Aug 26 21:23:42.061 INFO O| Aug 26 21:23:42.061 INFO STEP 1011 (remove_files) COMPLETE
78622025-08-26T21:23:42.074Z[ recovery-image] Aug 26 21:23:42.062 INFO O| Aug 26 21:23:42.061 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632025-08-26T21:23:42.099Z[ recovery-image] Aug 26 21:23:42.075 INFO O| Aug 26 21:23:42.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78642025-08-26T21:23:42.100Z[ recovery-image] Aug 26 21:23:42.076 INFO O| Aug 26 21:23:42.075 INFO STEP 1012 (remove_files) COMPLETE
78652025-08-26T21:23:42.100Z[ recovery-image] Aug 26 21:23:42.076 INFO O| Aug 26 21:23:42.075 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662025-08-26T21:23:42.100Z[ recovery-image] Aug 26 21:23:42.089 INFO O| Aug 26 21:23:42.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78672025-08-26T21:23:42.100Z[ recovery-image] Aug 26 21:23:42.089 INFO O| Aug 26 21:23:42.089 INFO STEP 1013 (remove_files) COMPLETE
78682025-08-26T21:23:42.100Z[ recovery-image] Aug 26 21:23:42.089 INFO O| Aug 26 21:23:42.089 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692025-08-26T21:23:42.125Z[ recovery-image] Aug 26 21:23:42.104 INFO O| Aug 26 21:23:42.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78702025-08-26T21:23:42.125Z[ recovery-image] Aug 26 21:23:42.104 INFO O| Aug 26 21:23:42.104 INFO STEP 1014 (remove_files) COMPLETE
78712025-08-26T21:23:42.125Z[ recovery-image] Aug 26 21:23:42.104 INFO O| Aug 26 21:23:42.104 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722025-08-26T21:23:42.151Z[ recovery-image] Aug 26 21:23:42.129 INFO O| Aug 26 21:23:42.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78732025-08-26T21:23:42.151Z[ recovery-image] Aug 26 21:23:42.129 INFO O| Aug 26 21:23:42.129 INFO STEP 1015 (remove_files) COMPLETE
78742025-08-26T21:23:42.151Z[ recovery-image] Aug 26 21:23:42.129 INFO O| Aug 26 21:23:42.129 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752025-08-26T21:23:42.151Z[ recovery-image] Aug 26 21:23:42.148 INFO O| Aug 26 21:23:42.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78762025-08-26T21:23:42.151Z[ recovery-image] Aug 26 21:23:42.148 INFO O| Aug 26 21:23:42.148 INFO STEP 1016 (remove_files) COMPLETE
78772025-08-26T21:23:42.151Z[ recovery-image] Aug 26 21:23:42.148 INFO O| Aug 26 21:23:42.148 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782025-08-26T21:23:42.176Z[ recovery-image] Aug 26 21:23:42.169 INFO O| Aug 26 21:23:42.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78792025-08-26T21:23:42.176Z[ recovery-image] Aug 26 21:23:42.169 INFO O| Aug 26 21:23:42.169 INFO STEP 1017 (remove_files) COMPLETE
78802025-08-26T21:23:42.176Z[ recovery-image] Aug 26 21:23:42.169 INFO O| Aug 26 21:23:42.169 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812025-08-26T21:23:42.201Z[ recovery-image] Aug 26 21:23:42.188 INFO O| Aug 26 21:23:42.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78822025-08-26T21:23:42.201Z[ recovery-image] Aug 26 21:23:42.188 INFO O| Aug 26 21:23:42.188 INFO STEP 1018 (remove_files) COMPLETE
78832025-08-26T21:23:42.201Z[ recovery-image] Aug 26 21:23:42.188 INFO O| Aug 26 21:23:42.188 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842025-08-26T21:23:42.226Z[ recovery-image] Aug 26 21:23:42.203 INFO O| Aug 26 21:23:42.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78852025-08-26T21:23:42.226Z[ recovery-image] Aug 26 21:23:42.203 INFO O| Aug 26 21:23:42.203 INFO STEP 1019 (remove_files) COMPLETE
78862025-08-26T21:23:42.226Z[ recovery-image] Aug 26 21:23:42.203 INFO O| Aug 26 21:23:42.203 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872025-08-26T21:23:42.226Z[ recovery-image] Aug 26 21:23:42.217 INFO O| Aug 26 21:23:42.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78882025-08-26T21:23:42.226Z[ recovery-image] Aug 26 21:23:42.217 INFO O| Aug 26 21:23:42.217 INFO STEP 1020 (remove_files) COMPLETE
78892025-08-26T21:23:42.226Z[ recovery-image] Aug 26 21:23:42.217 INFO O| Aug 26 21:23:42.217 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902025-08-26T21:23:42.263Z[ recovery-image] Aug 26 21:23:42.235 INFO O| Aug 26 21:23:42.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78912025-08-26T21:23:42.263Z[ recovery-image] Aug 26 21:23:42.235 INFO O| Aug 26 21:23:42.235 INFO STEP 1021 (remove_files) COMPLETE
78922025-08-26T21:23:42.263Z[ recovery-image] Aug 26 21:23:42.235 INFO O| Aug 26 21:23:42.235 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932025-08-26T21:23:42.263Z[ recovery-image] Aug 26 21:23:42.252 INFO O| Aug 26 21:23:42.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78942025-08-26T21:23:42.288Z[ recovery-image] Aug 26 21:23:42.252 INFO O| Aug 26 21:23:42.252 INFO STEP 1022 (remove_files) COMPLETE
78952025-08-26T21:23:42.289Z[ recovery-image] Aug 26 21:23:42.252 INFO O| Aug 26 21:23:42.252 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962025-08-26T21:23:42.289Z[ recovery-image] Aug 26 21:23:42.269 INFO O| Aug 26 21:23:42.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78972025-08-26T21:23:42.289Z[ recovery-image] Aug 26 21:23:42.269 INFO O| Aug 26 21:23:42.269 INFO STEP 1023 (remove_files) COMPLETE
78982025-08-26T21:23:42.289Z[ recovery-image] Aug 26 21:23:42.269 INFO O| Aug 26 21:23:42.269 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992025-08-26T21:23:42.289Z[ recovery-image] Aug 26 21:23:42.288 INFO O| Aug 26 21:23:42.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
79002025-08-26T21:23:42.289Z[ recovery-image] Aug 26 21:23:42.288 INFO O| Aug 26 21:23:42.288 INFO STEP 1024 (remove_files) COMPLETE
79012025-08-26T21:23:42.289Z[ recovery-image] Aug 26 21:23:42.288 INFO O| Aug 26 21:23:42.288 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022025-08-26T21:23:42.314Z[ recovery-image] Aug 26 21:23:42.305 INFO O| Aug 26 21:23:42.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
79032025-08-26T21:23:42.314Z[ recovery-image] Aug 26 21:23:42.305 INFO O| Aug 26 21:23:42.305 INFO STEP 1025 (remove_files) COMPLETE
79042025-08-26T21:23:42.314Z[ recovery-image] Aug 26 21:23:42.305 INFO O| Aug 26 21:23:42.305 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052025-08-26T21:23:42.340Z[ recovery-image] Aug 26 21:23:42.324 INFO O| Aug 26 21:23:42.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
79062025-08-26T21:23:42.341Z[ recovery-image] Aug 26 21:23:42.324 INFO O| Aug 26 21:23:42.324 INFO STEP 1026 (remove_files) COMPLETE
79072025-08-26T21:23:42.341Z[ recovery-image] Aug 26 21:23:42.324 INFO O| Aug 26 21:23:42.324 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082025-08-26T21:23:42.341Z[ recovery-image] Aug 26 21:23:42.340 INFO O| Aug 26 21:23:42.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
79092025-08-26T21:23:42.341Z[ recovery-image] Aug 26 21:23:42.340 INFO O| Aug 26 21:23:42.340 INFO STEP 1027 (remove_files) COMPLETE
79102025-08-26T21:23:42.341Z[ recovery-image] Aug 26 21:23:42.340 INFO O| Aug 26 21:23:42.340 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112025-08-26T21:23:42.367Z[ recovery-image] Aug 26 21:23:42.360 INFO O| Aug 26 21:23:42.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
79122025-08-26T21:23:42.367Z[ recovery-image] Aug 26 21:23:42.360 INFO O| Aug 26 21:23:42.360 INFO STEP 1028 (remove_files) COMPLETE
79132025-08-26T21:23:42.367Z[ recovery-image] Aug 26 21:23:42.360 INFO O| Aug 26 21:23:42.360 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142025-08-26T21:23:42.393Z[ recovery-image] Aug 26 21:23:42.379 INFO O| Aug 26 21:23:42.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
79152025-08-26T21:23:42.394Z[ recovery-image] Aug 26 21:23:42.379 INFO O| Aug 26 21:23:42.379 INFO STEP 1029 (remove_files) COMPLETE
79162025-08-26T21:23:42.394Z[ recovery-image] Aug 26 21:23:42.379 INFO O| Aug 26 21:23:42.379 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172025-08-26T21:23:42.394Z[ recovery-image] Aug 26 21:23:42.393 INFO O| Aug 26 21:23:42.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
79182025-08-26T21:23:42.394Z[ recovery-image] Aug 26 21:23:42.393 INFO O| Aug 26 21:23:42.393 INFO STEP 1030 (remove_files) COMPLETE
79192025-08-26T21:23:42.394Z[ recovery-image] Aug 26 21:23:42.393 INFO O| Aug 26 21:23:42.393 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202025-08-26T21:23:42.419Z[ recovery-image] Aug 26 21:23:42.407 INFO O| Aug 26 21:23:42.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
79212025-08-26T21:23:42.419Z[ recovery-image] Aug 26 21:23:42.407 INFO O| Aug 26 21:23:42.407 INFO STEP 1031 (remove_files) COMPLETE
79222025-08-26T21:23:42.419Z[ recovery-image] Aug 26 21:23:42.407 INFO O| Aug 26 21:23:42.407 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232025-08-26T21:23:42.444Z[ recovery-image] Aug 26 21:23:42.422 INFO O| Aug 26 21:23:42.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
79242025-08-26T21:23:42.444Z[ recovery-image] Aug 26 21:23:42.423 INFO O| Aug 26 21:23:42.423 INFO STEP 1032 (remove_files) COMPLETE
79252025-08-26T21:23:42.444Z[ recovery-image] Aug 26 21:23:42.423 INFO O| Aug 26 21:23:42.423 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262025-08-26T21:23:42.444Z[ recovery-image] Aug 26 21:23:42.436 INFO O| Aug 26 21:23:42.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
79272025-08-26T21:23:42.444Z[ recovery-image] Aug 26 21:23:42.437 INFO O| Aug 26 21:23:42.437 INFO STEP 1033 (remove_files) COMPLETE
79282025-08-26T21:23:42.444Z[ recovery-image] Aug 26 21:23:42.437 INFO O| Aug 26 21:23:42.437 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292025-08-26T21:23:42.469Z[ recovery-image] Aug 26 21:23:42.449 INFO O| Aug 26 21:23:42.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
79302025-08-26T21:23:42.469Z[ recovery-image] Aug 26 21:23:42.450 INFO O| Aug 26 21:23:42.450 INFO STEP 1034 (remove_files) COMPLETE
79312025-08-26T21:23:42.469Z[ recovery-image] Aug 26 21:23:42.450 INFO O| Aug 26 21:23:42.450 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322025-08-26T21:23:42.469Z[ recovery-image] Aug 26 21:23:42.462 INFO O| Aug 26 21:23:42.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79332025-08-26T21:23:42.469Z[ recovery-image] Aug 26 21:23:42.462 INFO O| Aug 26 21:23:42.462 INFO STEP 1035 (remove_files) COMPLETE
79342025-08-26T21:23:42.469Z[ recovery-image] Aug 26 21:23:42.462 INFO O| Aug 26 21:23:42.462 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352025-08-26T21:23:42.495Z[ recovery-image] Aug 26 21:23:42.475 INFO O| Aug 26 21:23:42.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79362025-08-26T21:23:42.495Z[ recovery-image] Aug 26 21:23:42.475 INFO O| Aug 26 21:23:42.475 INFO STEP 1036 (remove_files) COMPLETE
79372025-08-26T21:23:42.495Z[ recovery-image] Aug 26 21:23:42.475 INFO O| Aug 26 21:23:42.475 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382025-08-26T21:23:42.495Z[ recovery-image] Aug 26 21:23:42.488 INFO O| Aug 26 21:23:42.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
79392025-08-26T21:23:42.495Z[ recovery-image] Aug 26 21:23:42.489 INFO O| Aug 26 21:23:42.488 INFO STEP 1037 (remove_files) COMPLETE
79402025-08-26T21:23:42.495Z[ recovery-image] Aug 26 21:23:42.489 INFO O| Aug 26 21:23:42.489 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412025-08-26T21:23:42.521Z[ recovery-image] Aug 26 21:23:42.502 INFO O| Aug 26 21:23:42.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79422025-08-26T21:23:42.521Z[ recovery-image] Aug 26 21:23:42.502 INFO O| Aug 26 21:23:42.502 INFO STEP 1038 (remove_files) COMPLETE
79432025-08-26T21:23:42.521Z[ recovery-image] Aug 26 21:23:42.502 INFO O| Aug 26 21:23:42.502 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442025-08-26T21:23:42.521Z[ recovery-image] Aug 26 21:23:42.516 INFO O| Aug 26 21:23:42.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79452025-08-26T21:23:42.521Z[ recovery-image] Aug 26 21:23:42.516 INFO O| Aug 26 21:23:42.516 INFO STEP 1039 (remove_files) COMPLETE
79462025-08-26T21:23:42.521Z[ recovery-image] Aug 26 21:23:42.516 INFO O| Aug 26 21:23:42.516 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472025-08-26T21:23:42.548Z[ recovery-image] Aug 26 21:23:42.529 INFO O| Aug 26 21:23:42.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79482025-08-26T21:23:42.548Z[ recovery-image] Aug 26 21:23:42.529 INFO O| Aug 26 21:23:42.529 INFO STEP 1040 (remove_files) COMPLETE
79492025-08-26T21:23:42.548Z[ recovery-image] Aug 26 21:23:42.529 INFO O| Aug 26 21:23:42.529 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502025-08-26T21:23:42.548Z[ recovery-image] Aug 26 21:23:42.542 INFO O| Aug 26 21:23:42.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79512025-08-26T21:23:42.548Z[ recovery-image] Aug 26 21:23:42.542 INFO O| Aug 26 21:23:42.542 INFO STEP 1041 (remove_files) COMPLETE
79522025-08-26T21:23:42.548Z[ recovery-image] Aug 26 21:23:42.542 INFO O| Aug 26 21:23:42.542 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532025-08-26T21:23:42.573Z[ recovery-image] Aug 26 21:23:42.557 INFO O| Aug 26 21:23:42.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79542025-08-26T21:23:42.573Z[ recovery-image] Aug 26 21:23:42.557 INFO O| Aug 26 21:23:42.557 INFO STEP 1042 (remove_files) COMPLETE
79552025-08-26T21:23:42.573Z[ recovery-image] Aug 26 21:23:42.557 INFO O| Aug 26 21:23:42.557 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562025-08-26T21:23:42.598Z[ recovery-image] Aug 26 21:23:42.577 INFO O| Aug 26 21:23:42.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79572025-08-26T21:23:42.598Z[ recovery-image] Aug 26 21:23:42.577 INFO O| Aug 26 21:23:42.577 INFO STEP 1043 (remove_files) COMPLETE
79582025-08-26T21:23:42.598Z[ recovery-image] Aug 26 21:23:42.577 INFO O| Aug 26 21:23:42.577 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592025-08-26T21:23:42.598Z[ recovery-image] Aug 26 21:23:42.598 INFO O| Aug 26 21:23:42.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79602025-08-26T21:23:42.598Z[ recovery-image] Aug 26 21:23:42.598 INFO O| Aug 26 21:23:42.598 INFO STEP 1044 (remove_files) COMPLETE
79612025-08-26T21:23:42.598Z[ recovery-image] Aug 26 21:23:42.598 INFO O| Aug 26 21:23:42.598 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622025-08-26T21:23:42.623Z[ recovery-image] Aug 26 21:23:42.621 INFO O| Aug 26 21:23:42.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79632025-08-26T21:23:42.623Z[ recovery-image] Aug 26 21:23:42.622 INFO O| Aug 26 21:23:42.622 INFO STEP 1045 (remove_files) COMPLETE
79642025-08-26T21:23:42.624Z[ recovery-image] Aug 26 21:23:42.622 INFO O| Aug 26 21:23:42.622 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652025-08-26T21:23:42.650Z[ recovery-image] Aug 26 21:23:42.643 INFO O| Aug 26 21:23:42.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79662025-08-26T21:23:42.650Z[ recovery-image] Aug 26 21:23:42.643 INFO O| Aug 26 21:23:42.643 INFO STEP 1046 (remove_files) COMPLETE
79672025-08-26T21:23:42.650Z[ recovery-image] Aug 26 21:23:42.643 INFO O| Aug 26 21:23:42.643 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682025-08-26T21:23:42.677Z[ recovery-image] Aug 26 21:23:42.665 INFO O| Aug 26 21:23:42.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79692025-08-26T21:23:42.677Z[ recovery-image] Aug 26 21:23:42.665 INFO O| Aug 26 21:23:42.665 INFO STEP 1047 (remove_files) COMPLETE
79702025-08-26T21:23:42.677Z[ recovery-image] Aug 26 21:23:42.665 INFO O| Aug 26 21:23:42.665 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712025-08-26T21:23:42.724Z[ recovery-image] Aug 26 21:23:42.687 INFO O| Aug 26 21:23:42.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79722025-08-26T21:23:42.724Z[ recovery-image] Aug 26 21:23:42.687 INFO O| Aug 26 21:23:42.687 INFO STEP 1048 (remove_files) COMPLETE
79732025-08-26T21:23:42.724Z[ recovery-image] Aug 26 21:23:42.687 INFO O| Aug 26 21:23:42.687 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742025-08-26T21:23:42.724Z[ recovery-image] Aug 26 21:23:42.708 INFO O| Aug 26 21:23:42.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79752025-08-26T21:23:42.724Z[ recovery-image] Aug 26 21:23:42.709 INFO O| Aug 26 21:23:42.709 INFO STEP 1049 (remove_files) COMPLETE
79762025-08-26T21:23:42.724Z[ recovery-image] Aug 26 21:23:42.709 INFO O| Aug 26 21:23:42.709 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772025-08-26T21:23:42.756Z[ recovery-image] Aug 26 21:23:42.731 INFO O| Aug 26 21:23:42.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79782025-08-26T21:23:42.756Z[ recovery-image] Aug 26 21:23:42.731 INFO O| Aug 26 21:23:42.731 INFO STEP 1050 (remove_files) COMPLETE
79792025-08-26T21:23:42.756Z[ recovery-image] Aug 26 21:23:42.731 INFO O| Aug 26 21:23:42.731 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802025-08-26T21:23:42.756Z[ recovery-image] Aug 26 21:23:42.751 INFO O| Aug 26 21:23:42.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79812025-08-26T21:23:42.756Z[ recovery-image] Aug 26 21:23:42.751 INFO O| Aug 26 21:23:42.751 INFO STEP 1051 (remove_files) COMPLETE
79822025-08-26T21:23:42.756Z[ recovery-image] Aug 26 21:23:42.751 INFO O| Aug 26 21:23:42.751 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832025-08-26T21:23:42.782Z[ recovery-image] Aug 26 21:23:42.773 INFO O| Aug 26 21:23:42.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79842025-08-26T21:23:42.782Z[ recovery-image] Aug 26 21:23:42.773 INFO O| Aug 26 21:23:42.773 INFO STEP 1052 (remove_files) COMPLETE
79852025-08-26T21:23:42.782Z[ recovery-image] Aug 26 21:23:42.773 INFO O| Aug 26 21:23:42.773 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862025-08-26T21:23:42.807Z[ recovery-image] Aug 26 21:23:42.802 INFO O| Aug 26 21:23:42.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79872025-08-26T21:23:42.807Z[ recovery-image] Aug 26 21:23:42.802 INFO O| Aug 26 21:23:42.802 INFO STEP 1053 (remove_files) COMPLETE
79882025-08-26T21:23:42.807Z[ recovery-image] Aug 26 21:23:42.802 INFO O| Aug 26 21:23:42.802 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892025-08-26T21:23:42.832Z[ recovery-image] Aug 26 21:23:42.818 INFO O| Aug 26 21:23:42.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79902025-08-26T21:23:42.832Z[ recovery-image] Aug 26 21:23:42.818 INFO O| Aug 26 21:23:42.818 INFO STEP 1054 (remove_files) COMPLETE
79912025-08-26T21:23:42.832Z[ recovery-image] Aug 26 21:23:42.818 INFO O| Aug 26 21:23:42.818 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922025-08-26T21:23:42.874Z[ recovery-image] Aug 26 21:23:42.836 INFO O| Aug 26 21:23:42.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79932025-08-26T21:23:42.874Z[ recovery-image] Aug 26 21:23:42.836 INFO O| Aug 26 21:23:42.836 INFO STEP 1055 (remove_files) COMPLETE
79942025-08-26T21:23:42.874Z[ recovery-image] Aug 26 21:23:42.836 INFO O| Aug 26 21:23:42.836 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952025-08-26T21:23:42.874Z[ recovery-image] Aug 26 21:23:42.859 INFO O| Aug 26 21:23:42.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79962025-08-26T21:23:42.874Z[ recovery-image] Aug 26 21:23:42.859 INFO O| Aug 26 21:23:42.859 INFO STEP 1056 (remove_files) COMPLETE
79972025-08-26T21:23:42.874Z[ recovery-image] Aug 26 21:23:42.859 INFO O| Aug 26 21:23:42.859 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79982025-08-26T21:23:42.900Z[ recovery-image] Aug 26 21:23:42.878 INFO O| Aug 26 21:23:42.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79992025-08-26T21:23:42.900Z[ recovery-image] Aug 26 21:23:42.878 INFO O| Aug 26 21:23:42.878 INFO STEP 1057 (remove_files) COMPLETE
80002025-08-26T21:23:42.900Z[ recovery-image] Aug 26 21:23:42.878 INFO O| Aug 26 21:23:42.878 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80012025-08-26T21:23:42.900Z[ recovery-image] Aug 26 21:23:42.897 INFO O| Aug 26 21:23:42.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
80022025-08-26T21:23:42.900Z[ recovery-image] Aug 26 21:23:42.897 INFO O| Aug 26 21:23:42.897 INFO STEP 1058 (remove_files) COMPLETE
80032025-08-26T21:23:42.900Z[ recovery-image] Aug 26 21:23:42.897 INFO O| Aug 26 21:23:42.897 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80042025-08-26T21:23:42.925Z[ recovery-image] Aug 26 21:23:42.913 INFO O| Aug 26 21:23:42.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
80052025-08-26T21:23:42.925Z[ recovery-image] Aug 26 21:23:42.913 INFO O| Aug 26 21:23:42.913 INFO STEP 1059 (remove_files) COMPLETE
80062025-08-26T21:23:42.925Z[ recovery-image] Aug 26 21:23:42.913 INFO O| Aug 26 21:23:42.913 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80072025-08-26T21:23:42.950Z[ recovery-image] Aug 26 21:23:42.928 INFO O| Aug 26 21:23:42.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
80082025-08-26T21:23:42.950Z[ recovery-image] Aug 26 21:23:42.928 INFO O| Aug 26 21:23:42.928 INFO STEP 1060 (remove_files) COMPLETE
80092025-08-26T21:23:42.950Z[ recovery-image] Aug 26 21:23:42.928 INFO O| Aug 26 21:23:42.928 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80102025-08-26T21:23:42.950Z[ recovery-image] Aug 26 21:23:42.947 INFO O| Aug 26 21:23:42.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
80112025-08-26T21:23:42.950Z[ recovery-image] Aug 26 21:23:42.947 INFO O| Aug 26 21:23:42.947 INFO STEP 1061 (remove_files) COMPLETE
80122025-08-26T21:23:42.950Z[ recovery-image] Aug 26 21:23:42.947 INFO O| Aug 26 21:23:42.947 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80132025-08-26T21:23:42.975Z[ recovery-image] Aug 26 21:23:42.962 INFO O| Aug 26 21:23:42.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
80142025-08-26T21:23:42.975Z[ recovery-image] Aug 26 21:23:42.962 INFO O| Aug 26 21:23:42.962 INFO STEP 1062 (remove_files) COMPLETE
80152025-08-26T21:23:42.975Z[ recovery-image] Aug 26 21:23:42.962 INFO O| Aug 26 21:23:42.962 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80162025-08-26T21:23:43.000Z[ recovery-image] Aug 26 21:23:42.976 INFO O| Aug 26 21:23:42.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
80172025-08-26T21:23:43.000Z[ recovery-image] Aug 26 21:23:42.977 INFO O| Aug 26 21:23:42.977 INFO STEP 1063 (remove_files) COMPLETE
80182025-08-26T21:23:43.000Z[ recovery-image] Aug 26 21:23:42.977 INFO O| Aug 26 21:23:42.977 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80192025-08-26T21:23:43.000Z[ recovery-image] Aug 26 21:23:42.990 INFO O| Aug 26 21:23:42.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
80202025-08-26T21:23:43.000Z[ recovery-image] Aug 26 21:23:42.991 INFO O| Aug 26 21:23:42.991 INFO STEP 1064 (remove_files) COMPLETE
80212025-08-26T21:23:43.001Z[ recovery-image] Aug 26 21:23:42.991 INFO O| Aug 26 21:23:42.991 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80222025-08-26T21:23:43.027Z[ recovery-image] Aug 26 21:23:43.013 INFO O| Aug 26 21:23:43.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
80232025-08-26T21:23:43.027Z[ recovery-image] Aug 26 21:23:43.013 INFO O| Aug 26 21:23:43.013 INFO STEP 1065 (remove_files) COMPLETE
80242025-08-26T21:23:43.027Z[ recovery-image] Aug 26 21:23:43.013 INFO O| Aug 26 21:23:43.013 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80252025-08-26T21:23:43.052Z[ recovery-image] Aug 26 21:23:43.030 INFO O| Aug 26 21:23:43.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
80262025-08-26T21:23:43.052Z[ recovery-image] Aug 26 21:23:43.031 INFO O| Aug 26 21:23:43.031 INFO STEP 1066 (remove_files) COMPLETE
80272025-08-26T21:23:43.052Z[ recovery-image] Aug 26 21:23:43.031 INFO O| Aug 26 21:23:43.031 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80282025-08-26T21:23:43.052Z[ recovery-image] Aug 26 21:23:43.051 INFO O| Aug 26 21:23:43.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
80292025-08-26T21:23:43.052Z[ recovery-image] Aug 26 21:23:43.051 INFO O| Aug 26 21:23:43.051 INFO STEP 1067 (remove_files) COMPLETE
80302025-08-26T21:23:43.052Z[ recovery-image] Aug 26 21:23:43.051 INFO O| Aug 26 21:23:43.051 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80312025-08-26T21:23:43.077Z[ recovery-image] Aug 26 21:23:43.069 INFO O| Aug 26 21:23:43.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
80322025-08-26T21:23:43.077Z[ recovery-image] Aug 26 21:23:43.069 INFO O| Aug 26 21:23:43.069 INFO STEP 1068 (remove_files) COMPLETE
80332025-08-26T21:23:43.077Z[ recovery-image] Aug 26 21:23:43.069 INFO O| Aug 26 21:23:43.069 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80342025-08-26T21:23:43.104Z[ recovery-image] Aug 26 21:23:43.084 INFO O| Aug 26 21:23:43.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80352025-08-26T21:23:43.104Z[ recovery-image] Aug 26 21:23:43.085 INFO O| Aug 26 21:23:43.085 INFO STEP 1069 (remove_files) COMPLETE
80362025-08-26T21:23:43.104Z[ recovery-image] Aug 26 21:23:43.085 INFO O| Aug 26 21:23:43.085 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80372025-08-26T21:23:43.104Z[ recovery-image] Aug 26 21:23:43.099 INFO O| Aug 26 21:23:43.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80382025-08-26T21:23:43.104Z[ recovery-image] Aug 26 21:23:43.099 INFO O| Aug 26 21:23:43.099 INFO STEP 1070 (remove_files) COMPLETE
80392025-08-26T21:23:43.104Z[ recovery-image] Aug 26 21:23:43.099 INFO O| Aug 26 21:23:43.099 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80402025-08-26T21:23:43.129Z[ recovery-image] Aug 26 21:23:43.114 INFO O| Aug 26 21:23:43.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80412025-08-26T21:23:43.129Z[ recovery-image] Aug 26 21:23:43.114 INFO O| Aug 26 21:23:43.114 INFO STEP 1071 (remove_files) COMPLETE
80422025-08-26T21:23:43.129Z[ recovery-image] Aug 26 21:23:43.114 INFO O| Aug 26 21:23:43.114 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80432025-08-26T21:23:43.130Z[ recovery-image] Aug 26 21:23:43.129 INFO O| Aug 26 21:23:43.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80442025-08-26T21:23:43.130Z[ recovery-image] Aug 26 21:23:43.129 INFO O| Aug 26 21:23:43.129 INFO STEP 1072 (remove_files) COMPLETE
80452025-08-26T21:23:43.130Z[ recovery-image] Aug 26 21:23:43.129 INFO O| Aug 26 21:23:43.129 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80462025-08-26T21:23:43.155Z[ recovery-image] Aug 26 21:23:43.143 INFO O| Aug 26 21:23:43.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80472025-08-26T21:23:43.155Z[ recovery-image] Aug 26 21:23:43.143 INFO O| Aug 26 21:23:43.143 INFO STEP 1073 (remove_files) COMPLETE
80482025-08-26T21:23:43.155Z[ recovery-image] Aug 26 21:23:43.143 INFO O| Aug 26 21:23:43.143 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80492025-08-26T21:23:43.181Z[ recovery-image] Aug 26 21:23:43.156 INFO O| Aug 26 21:23:43.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80502025-08-26T21:23:43.181Z[ recovery-image] Aug 26 21:23:43.156 INFO O| Aug 26 21:23:43.156 INFO STEP 1074 (remove_files) COMPLETE
80512025-08-26T21:23:43.181Z[ recovery-image] Aug 26 21:23:43.156 INFO O| Aug 26 21:23:43.156 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80522025-08-26T21:23:43.181Z[ recovery-image] Aug 26 21:23:43.174 INFO O| Aug 26 21:23:43.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80532025-08-26T21:23:43.181Z[ recovery-image] Aug 26 21:23:43.174 INFO O| Aug 26 21:23:43.174 INFO STEP 1075 (remove_files) COMPLETE
80542025-08-26T21:23:43.181Z[ recovery-image] Aug 26 21:23:43.174 INFO O| Aug 26 21:23:43.174 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80552025-08-26T21:23:43.209Z[ recovery-image] Aug 26 21:23:43.191 INFO O| Aug 26 21:23:43.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80562025-08-26T21:23:43.209Z[ recovery-image] Aug 26 21:23:43.191 INFO O| Aug 26 21:23:43.191 INFO STEP 1076 (remove_files) COMPLETE
80572025-08-26T21:23:43.209Z[ recovery-image] Aug 26 21:23:43.191 INFO O| Aug 26 21:23:43.191 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80582025-08-26T21:23:43.234Z[ recovery-image] Aug 26 21:23:43.212 INFO O| Aug 26 21:23:43.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80592025-08-26T21:23:43.234Z[ recovery-image] Aug 26 21:23:43.213 INFO O| Aug 26 21:23:43.213 INFO STEP 1077 (remove_files) COMPLETE
80602025-08-26T21:23:43.234Z[ recovery-image] Aug 26 21:23:43.213 INFO O| Aug 26 21:23:43.213 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80612025-08-26T21:23:43.234Z[ recovery-image] Aug 26 21:23:43.232 INFO O| Aug 26 21:23:43.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80622025-08-26T21:23:43.234Z[ recovery-image] Aug 26 21:23:43.232 INFO O| Aug 26 21:23:43.232 INFO STEP 1078 (remove_files) COMPLETE
80632025-08-26T21:23:43.234Z[ recovery-image] Aug 26 21:23:43.232 INFO O| Aug 26 21:23:43.232 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80642025-08-26T21:23:43.259Z[ recovery-image] Aug 26 21:23:43.249 INFO O| Aug 26 21:23:43.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80652025-08-26T21:23:43.259Z[ recovery-image] Aug 26 21:23:43.250 INFO O| Aug 26 21:23:43.249 INFO STEP 1079 (remove_files) COMPLETE
80662025-08-26T21:23:43.259Z[ recovery-image] Aug 26 21:23:43.250 INFO O| Aug 26 21:23:43.250 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80672025-08-26T21:23:43.289Z[ recovery-image] Aug 26 21:23:43.267 INFO O| Aug 26 21:23:43.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80682025-08-26T21:23:43.289Z[ recovery-image] Aug 26 21:23:43.267 INFO O| Aug 26 21:23:43.267 INFO STEP 1080 (remove_files) COMPLETE
80692025-08-26T21:23:43.289Z[ recovery-image] Aug 26 21:23:43.267 INFO O| Aug 26 21:23:43.267 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80702025-08-26T21:23:43.289Z[ recovery-image] Aug 26 21:23:43.284 INFO O| Aug 26 21:23:43.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80712025-08-26T21:23:43.289Z[ recovery-image] Aug 26 21:23:43.285 INFO O| Aug 26 21:23:43.284 INFO STEP 1081 (remove_files) COMPLETE
80722025-08-26T21:23:43.289Z[ recovery-image] Aug 26 21:23:43.285 INFO O| Aug 26 21:23:43.284 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80732025-08-26T21:23:43.315Z[ recovery-image] Aug 26 21:23:43.302 INFO O| Aug 26 21:23:43.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80742025-08-26T21:23:43.315Z[ recovery-image] Aug 26 21:23:43.302 INFO O| Aug 26 21:23:43.302 INFO STEP 1082 (remove_files) COMPLETE
80752025-08-26T21:23:43.315Z[ recovery-image] Aug 26 21:23:43.302 INFO O| Aug 26 21:23:43.302 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80762025-08-26T21:23:43.315Z[ recovery-image] Aug 26 21:23:43.316 INFO O| Aug 26 21:23:43.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80772025-08-26T21:23:43.315Z[ recovery-image] Aug 26 21:23:43.316 INFO O| Aug 26 21:23:43.316 INFO STEP 1083 (remove_files) COMPLETE
80782025-08-26T21:23:43.315Z[ recovery-image] Aug 26 21:23:43.316 INFO O| Aug 26 21:23:43.316 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80792025-08-26T21:23:43.341Z[ recovery-image] Aug 26 21:23:43.334 INFO O| Aug 26 21:23:43.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80802025-08-26T21:23:43.341Z[ recovery-image] Aug 26 21:23:43.335 INFO O| Aug 26 21:23:43.334 INFO STEP 1084 (remove_files) COMPLETE
80812025-08-26T21:23:43.341Z[ recovery-image] Aug 26 21:23:43.335 INFO O| Aug 26 21:23:43.334 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80822025-08-26T21:23:43.365Z[ recovery-image] Aug 26 21:23:43.352 INFO O| Aug 26 21:23:43.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80832025-08-26T21:23:43.365Z[ recovery-image] Aug 26 21:23:43.352 INFO O| Aug 26 21:23:43.352 INFO STEP 1085 (remove_files) COMPLETE
80842025-08-26T21:23:43.366Z[ recovery-image] Aug 26 21:23:43.352 INFO O| Aug 26 21:23:43.352 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80852025-08-26T21:23:43.391Z[ recovery-image] Aug 26 21:23:43.370 INFO O| Aug 26 21:23:43.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80862025-08-26T21:23:43.391Z[ recovery-image] Aug 26 21:23:43.371 INFO O| Aug 26 21:23:43.371 INFO STEP 1086 (remove_files) COMPLETE
80872025-08-26T21:23:43.391Z[ recovery-image] Aug 26 21:23:43.371 INFO O| Aug 26 21:23:43.371 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80882025-08-26T21:23:43.391Z[ recovery-image] Aug 26 21:23:43.388 INFO O| Aug 26 21:23:43.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80892025-08-26T21:23:43.391Z[ recovery-image] Aug 26 21:23:43.388 INFO O| Aug 26 21:23:43.388 INFO STEP 1087 (remove_files) COMPLETE
80902025-08-26T21:23:43.391Z[ recovery-image] Aug 26 21:23:43.388 INFO O| Aug 26 21:23:43.388 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80912025-08-26T21:23:43.416Z[ recovery-image] Aug 26 21:23:43.402 INFO O| Aug 26 21:23:43.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80922025-08-26T21:23:43.416Z[ recovery-image] Aug 26 21:23:43.402 INFO O| Aug 26 21:23:43.402 INFO STEP 1088 (remove_files) COMPLETE
80932025-08-26T21:23:43.416Z[ recovery-image] Aug 26 21:23:43.402 INFO O| Aug 26 21:23:43.402 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80942025-08-26T21:23:43.441Z[ recovery-image] Aug 26 21:23:43.422 INFO O| Aug 26 21:23:43.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80952025-08-26T21:23:43.441Z[ recovery-image] Aug 26 21:23:43.422 INFO O| Aug 26 21:23:43.422 INFO STEP 1089 (remove_files) COMPLETE
80962025-08-26T21:23:43.441Z[ recovery-image] Aug 26 21:23:43.422 INFO O| Aug 26 21:23:43.422 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80972025-08-26T21:23:43.475Z[ recovery-image] Aug 26 21:23:43.475 INFO O| Aug 26 21:23:43.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80982025-08-26T21:23:43.475Z[ recovery-image] Aug 26 21:23:43.475 INFO O| Aug 26 21:23:43.475 INFO STEP 1090 (remove_files) COMPLETE
80992025-08-26T21:23:43.502Z[ recovery-image] Aug 26 21:23:43.475 INFO O| Aug 26 21:23:43.475 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81002025-08-26T21:23:43.527Z[ recovery-image] Aug 26 21:23:43.520 INFO O| Aug 26 21:23:43.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
81012025-08-26T21:23:43.528Z[ recovery-image] Aug 26 21:23:43.521 INFO O| Aug 26 21:23:43.521 INFO STEP 1091 (remove_files) COMPLETE
81022025-08-26T21:23:43.528Z[ recovery-image] Aug 26 21:23:43.521 INFO O| Aug 26 21:23:43.521 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81032025-08-26T21:23:43.553Z[ recovery-image] Aug 26 21:23:43.537 INFO O| Aug 26 21:23:43.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
81042025-08-26T21:23:43.553Z[ recovery-image] Aug 26 21:23:43.537 INFO O| Aug 26 21:23:43.537 INFO STEP 1092 (remove_files) COMPLETE
81052025-08-26T21:23:43.553Z[ recovery-image] Aug 26 21:23:43.537 INFO O| Aug 26 21:23:43.537 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81062025-08-26T21:23:43.553Z[ recovery-image] Aug 26 21:23:43.552 INFO O| Aug 26 21:23:43.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
81072025-08-26T21:23:43.553Z[ recovery-image] Aug 26 21:23:43.552 INFO O| Aug 26 21:23:43.552 INFO STEP 1093 (remove_files) COMPLETE
81082025-08-26T21:23:43.553Z[ recovery-image] Aug 26 21:23:43.552 INFO O| Aug 26 21:23:43.552 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81092025-08-26T21:23:43.578Z[ recovery-image] Aug 26 21:23:43.568 INFO O| Aug 26 21:23:43.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
81102025-08-26T21:23:43.578Z[ recovery-image] Aug 26 21:23:43.568 INFO O| Aug 26 21:23:43.568 INFO STEP 1094 (remove_files) COMPLETE
81112025-08-26T21:23:43.578Z[ recovery-image] Aug 26 21:23:43.568 INFO O| Aug 26 21:23:43.568 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81122025-08-26T21:23:43.603Z[ recovery-image] Aug 26 21:23:43.584 INFO O| Aug 26 21:23:43.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
81132025-08-26T21:23:43.604Z[ recovery-image] Aug 26 21:23:43.584 INFO O| Aug 26 21:23:43.584 INFO STEP 1095 (remove_files) COMPLETE
81142025-08-26T21:23:43.604Z[ recovery-image] Aug 26 21:23:43.584 INFO O| Aug 26 21:23:43.584 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81152025-08-26T21:23:43.604Z[ recovery-image] Aug 26 21:23:43.599 INFO O| Aug 26 21:23:43.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
81162025-08-26T21:23:43.604Z[ recovery-image] Aug 26 21:23:43.599 INFO O| Aug 26 21:23:43.599 INFO STEP 1096 (remove_files) COMPLETE
81172025-08-26T21:23:43.604Z[ recovery-image] Aug 26 21:23:43.599 INFO O| Aug 26 21:23:43.599 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81182025-08-26T21:23:43.629Z[ recovery-image] Aug 26 21:23:43.614 INFO O| Aug 26 21:23:43.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
81192025-08-26T21:23:43.629Z[ recovery-image] Aug 26 21:23:43.614 INFO O| Aug 26 21:23:43.614 INFO STEP 1097 (remove_files) COMPLETE
81202025-08-26T21:23:43.629Z[ recovery-image] Aug 26 21:23:43.614 INFO O| Aug 26 21:23:43.614 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81212025-08-26T21:23:43.629Z[ recovery-image] Aug 26 21:23:43.628 INFO O| Aug 26 21:23:43.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
81222025-08-26T21:23:43.629Z[ recovery-image] Aug 26 21:23:43.628 INFO O| Aug 26 21:23:43.628 INFO STEP 1098 (remove_files) COMPLETE
81232025-08-26T21:23:43.629Z[ recovery-image] Aug 26 21:23:43.628 INFO O| Aug 26 21:23:43.628 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81242025-08-26T21:23:43.669Z[ recovery-image] Aug 26 21:23:43.641 INFO O| Aug 26 21:23:43.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
81252025-08-26T21:23:43.669Z[ recovery-image] Aug 26 21:23:43.641 INFO O| Aug 26 21:23:43.641 INFO STEP 1099 (remove_files) COMPLETE
81262025-08-26T21:23:43.669Z[ recovery-image] Aug 26 21:23:43.641 INFO O| Aug 26 21:23:43.641 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81272025-08-26T21:23:43.700Z[ recovery-image] Aug 26 21:23:43.654 INFO O| Aug 26 21:23:43.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
81282025-08-26T21:23:43.700Z[ recovery-image] Aug 26 21:23:43.654 INFO O| Aug 26 21:23:43.654 INFO STEP 1100 (remove_files) COMPLETE
81292025-08-26T21:23:43.700Z[ recovery-image] Aug 26 21:23:43.654 INFO O| Aug 26 21:23:43.654 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81302025-08-26T21:23:43.700Z[ recovery-image] Aug 26 21:23:43.669 INFO O| Aug 26 21:23:43.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
81312025-08-26T21:23:43.700Z[ recovery-image] Aug 26 21:23:43.669 INFO O| Aug 26 21:23:43.669 INFO STEP 1101 (remove_files) COMPLETE
81322025-08-26T21:23:43.700Z[ recovery-image] Aug 26 21:23:43.669 INFO O| Aug 26 21:23:43.669 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81332025-08-26T21:23:43.700Z[ recovery-image] Aug 26 21:23:43.683 INFO O| Aug 26 21:23:43.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81342025-08-26T21:23:43.700Z[ recovery-image] Aug 26 21:23:43.683 INFO O| Aug 26 21:23:43.683 INFO STEP 1102 (remove_files) COMPLETE
81352025-08-26T21:23:43.700Z[ recovery-image] Aug 26 21:23:43.683 INFO O| Aug 26 21:23:43.683 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81362025-08-26T21:23:43.700Z[ recovery-image] Aug 26 21:23:43.698 INFO O| Aug 26 21:23:43.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81372025-08-26T21:23:43.700Z[ recovery-image] Aug 26 21:23:43.699 INFO O| Aug 26 21:23:43.698 INFO STEP 1103 (remove_files) COMPLETE
81382025-08-26T21:23:43.700Z[ recovery-image] Aug 26 21:23:43.699 INFO O| Aug 26 21:23:43.698 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81392025-08-26T21:23:43.726Z[ recovery-image] Aug 26 21:23:43.713 INFO O| Aug 26 21:23:43.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81402025-08-26T21:23:43.726Z[ recovery-image] Aug 26 21:23:43.713 INFO O| Aug 26 21:23:43.713 INFO STEP 1104 (remove_files) COMPLETE
81412025-08-26T21:23:43.726Z[ recovery-image] Aug 26 21:23:43.713 INFO O| Aug 26 21:23:43.713 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81422025-08-26T21:23:43.751Z[ recovery-image] Aug 26 21:23:43.727 INFO O| Aug 26 21:23:43.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81432025-08-26T21:23:43.751Z[ recovery-image] Aug 26 21:23:43.727 INFO O| Aug 26 21:23:43.727 INFO STEP 1105 (remove_files) COMPLETE
81442025-08-26T21:23:43.751Z[ recovery-image] Aug 26 21:23:43.727 INFO O| Aug 26 21:23:43.727 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81452025-08-26T21:23:43.751Z[ recovery-image] Aug 26 21:23:43.742 INFO O| Aug 26 21:23:43.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81462025-08-26T21:23:43.751Z[ recovery-image] Aug 26 21:23:43.742 INFO O| Aug 26 21:23:43.742 INFO STEP 1106 (remove_files) COMPLETE
81472025-08-26T21:23:43.751Z[ recovery-image] Aug 26 21:23:43.742 INFO O| Aug 26 21:23:43.742 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81482025-08-26T21:23:43.777Z[ recovery-image] Aug 26 21:23:43.755 INFO O| Aug 26 21:23:43.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81492025-08-26T21:23:43.777Z[ recovery-image] Aug 26 21:23:43.755 INFO O| Aug 26 21:23:43.755 INFO STEP 1107 (remove_files) COMPLETE
81502025-08-26T21:23:43.777Z[ recovery-image] Aug 26 21:23:43.756 INFO O| Aug 26 21:23:43.755 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81512025-08-26T21:23:43.777Z[ recovery-image] Aug 26 21:23:43.769 INFO O| Aug 26 21:23:43.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81522025-08-26T21:23:43.777Z[ recovery-image] Aug 26 21:23:43.769 INFO O| Aug 26 21:23:43.769 INFO STEP 1108 (remove_files) COMPLETE
81532025-08-26T21:23:43.777Z[ recovery-image] Aug 26 21:23:43.769 INFO O| Aug 26 21:23:43.769 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81542025-08-26T21:23:43.802Z[ recovery-image] Aug 26 21:23:43.783 INFO O| Aug 26 21:23:43.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81552025-08-26T21:23:43.802Z[ recovery-image] Aug 26 21:23:43.783 INFO O| Aug 26 21:23:43.783 INFO STEP 1109 (remove_files) COMPLETE
81562025-08-26T21:23:43.802Z[ recovery-image] Aug 26 21:23:43.783 INFO O| Aug 26 21:23:43.783 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81572025-08-26T21:23:43.802Z[ recovery-image] Aug 26 21:23:43.797 INFO O| Aug 26 21:23:43.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81582025-08-26T21:23:43.802Z[ recovery-image] Aug 26 21:23:43.798 INFO O| Aug 26 21:23:43.798 INFO STEP 1110 (remove_files) COMPLETE
81592025-08-26T21:23:43.802Z[ recovery-image] Aug 26 21:23:43.798 INFO O| Aug 26 21:23:43.798 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81602025-08-26T21:23:43.827Z[ recovery-image] Aug 26 21:23:43.812 INFO O| Aug 26 21:23:43.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81612025-08-26T21:23:43.827Z[ recovery-image] Aug 26 21:23:43.812 INFO O| Aug 26 21:23:43.812 INFO STEP 1111 (remove_files) COMPLETE
81622025-08-26T21:23:43.827Z[ recovery-image] Aug 26 21:23:43.812 INFO O| Aug 26 21:23:43.812 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81632025-08-26T21:23:43.857Z[ recovery-image] Aug 26 21:23:43.832 INFO O| Aug 26 21:23:43.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81642025-08-26T21:23:43.857Z[ recovery-image] Aug 26 21:23:43.832 INFO O| Aug 26 21:23:43.832 INFO STEP 1112 (remove_files) COMPLETE
81652025-08-26T21:23:43.857Z[ recovery-image] Aug 26 21:23:43.832 INFO O| Aug 26 21:23:43.832 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81662025-08-26T21:23:43.857Z[ recovery-image] Aug 26 21:23:43.850 INFO O| Aug 26 21:23:43.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81672025-08-26T21:23:43.857Z[ recovery-image] Aug 26 21:23:43.850 INFO O| Aug 26 21:23:43.850 INFO STEP 1113 (remove_files) COMPLETE
81682025-08-26T21:23:43.857Z[ recovery-image] Aug 26 21:23:43.850 INFO O| Aug 26 21:23:43.850 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81692025-08-26T21:23:43.882Z[ recovery-image] Aug 26 21:23:43.869 INFO O| Aug 26 21:23:43.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81702025-08-26T21:23:43.882Z[ recovery-image] Aug 26 21:23:43.869 INFO O| Aug 26 21:23:43.869 INFO STEP 1114 (remove_files) COMPLETE
81712025-08-26T21:23:43.882Z[ recovery-image] Aug 26 21:23:43.869 INFO O| Aug 26 21:23:43.869 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81722025-08-26T21:23:43.908Z[ recovery-image] Aug 26 21:23:43.888 INFO O| Aug 26 21:23:43.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81732025-08-26T21:23:43.908Z[ recovery-image] Aug 26 21:23:43.888 INFO O| Aug 26 21:23:43.888 INFO STEP 1115 (remove_files) COMPLETE
81742025-08-26T21:23:43.908Z[ recovery-image] Aug 26 21:23:43.888 INFO O| Aug 26 21:23:43.888 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81752025-08-26T21:23:43.908Z[ recovery-image] Aug 26 21:23:43.906 INFO O| Aug 26 21:23:43.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81762025-08-26T21:23:43.908Z[ recovery-image] Aug 26 21:23:43.907 INFO O| Aug 26 21:23:43.907 INFO STEP 1116 (remove_files) COMPLETE
81772025-08-26T21:23:43.908Z[ recovery-image] Aug 26 21:23:43.907 INFO O| Aug 26 21:23:43.907 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81782025-08-26T21:23:43.933Z[ recovery-image] Aug 26 21:23:43.929 INFO O| Aug 26 21:23:43.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81792025-08-26T21:23:43.933Z[ recovery-image] Aug 26 21:23:43.929 INFO O| Aug 26 21:23:43.929 INFO STEP 1117 (remove_files) COMPLETE
81802025-08-26T21:23:43.933Z[ recovery-image] Aug 26 21:23:43.929 INFO O| Aug 26 21:23:43.929 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81812025-08-26T21:23:43.959Z[ recovery-image] Aug 26 21:23:43.945 INFO O| Aug 26 21:23:43.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81822025-08-26T21:23:43.959Z[ recovery-image] Aug 26 21:23:43.945 INFO O| Aug 26 21:23:43.945 INFO STEP 1118 (remove_files) COMPLETE
81832025-08-26T21:23:43.959Z[ recovery-image] Aug 26 21:23:43.945 INFO O| Aug 26 21:23:43.945 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81842025-08-26T21:23:43.984Z[ recovery-image] Aug 26 21:23:43.961 INFO O| Aug 26 21:23:43.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81852025-08-26T21:23:43.984Z[ recovery-image] Aug 26 21:23:43.961 INFO O| Aug 26 21:23:43.961 INFO STEP 1119 (remove_files) COMPLETE
81862025-08-26T21:23:43.984Z[ recovery-image] Aug 26 21:23:43.961 INFO O| Aug 26 21:23:43.961 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81872025-08-26T21:23:43.984Z[ recovery-image] Aug 26 21:23:43.978 INFO O| Aug 26 21:23:43.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81882025-08-26T21:23:43.984Z[ recovery-image] Aug 26 21:23:43.979 INFO O| Aug 26 21:23:43.979 INFO STEP 1120 (remove_files) COMPLETE
81892025-08-26T21:23:43.984Z[ recovery-image] Aug 26 21:23:43.979 INFO O| Aug 26 21:23:43.979 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81902025-08-26T21:23:44.009Z[ recovery-image] Aug 26 21:23:43.998 INFO O| Aug 26 21:23:43.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81912025-08-26T21:23:44.010Z[ recovery-image] Aug 26 21:23:43.998 INFO O| Aug 26 21:23:43.998 INFO STEP 1121 (remove_files) COMPLETE
81922025-08-26T21:23:44.010Z[ recovery-image] Aug 26 21:23:43.998 INFO O| Aug 26 21:23:43.998 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81932025-08-26T21:23:44.036Z[ recovery-image] Aug 26 21:23:44.015 INFO O| Aug 26 21:23:44.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81942025-08-26T21:23:44.036Z[ recovery-image] Aug 26 21:23:44.016 INFO O| Aug 26 21:23:44.016 INFO STEP 1122 (remove_files) COMPLETE
81952025-08-26T21:23:44.036Z[ recovery-image] Aug 26 21:23:44.016 INFO O| Aug 26 21:23:44.016 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81962025-08-26T21:23:44.062Z[ recovery-image] Aug 26 21:23:44.036 INFO O| Aug 26 21:23:44.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81972025-08-26T21:23:44.062Z[ recovery-image] Aug 26 21:23:44.036 INFO O| Aug 26 21:23:44.036 INFO STEP 1123 (remove_files) COMPLETE
81982025-08-26T21:23:44.062Z[ recovery-image] Aug 26 21:23:44.036 INFO O| Aug 26 21:23:44.036 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81992025-08-26T21:23:44.062Z[ recovery-image] Aug 26 21:23:44.056 INFO O| Aug 26 21:23:44.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
82002025-08-26T21:23:44.062Z[ recovery-image] Aug 26 21:23:44.056 INFO O| Aug 26 21:23:44.056 INFO STEP 1124 (remove_files) COMPLETE
82012025-08-26T21:23:44.062Z[ recovery-image] Aug 26 21:23:44.056 INFO O| Aug 26 21:23:44.056 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82022025-08-26T21:23:44.088Z[ recovery-image] Aug 26 21:23:44.074 INFO O| Aug 26 21:23:44.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
82032025-08-26T21:23:44.088Z[ recovery-image] Aug 26 21:23:44.074 INFO O| Aug 26 21:23:44.074 INFO STEP 1125 (remove_files) COMPLETE
82042025-08-26T21:23:44.088Z[ recovery-image] Aug 26 21:23:44.074 INFO O| Aug 26 21:23:44.074 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82052025-08-26T21:23:44.113Z[ recovery-image] Aug 26 21:23:44.094 INFO O| Aug 26 21:23:44.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
82062025-08-26T21:23:44.113Z[ recovery-image] Aug 26 21:23:44.095 INFO O| Aug 26 21:23:44.094 INFO STEP 1126 (remove_files) COMPLETE
82072025-08-26T21:23:44.113Z[ recovery-image] Aug 26 21:23:44.095 INFO O| Aug 26 21:23:44.095 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82082025-08-26T21:23:44.113Z[ recovery-image] Aug 26 21:23:44.112 INFO O| Aug 26 21:23:44.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
82092025-08-26T21:23:44.113Z[ recovery-image] Aug 26 21:23:44.112 INFO O| Aug 26 21:23:44.112 INFO STEP 1127 (remove_files) COMPLETE
82102025-08-26T21:23:44.113Z[ recovery-image] Aug 26 21:23:44.112 INFO O| Aug 26 21:23:44.112 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82112025-08-26T21:23:44.138Z[ recovery-image] Aug 26 21:23:44.129 INFO O| Aug 26 21:23:44.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
82122025-08-26T21:23:44.138Z[ recovery-image] Aug 26 21:23:44.129 INFO O| Aug 26 21:23:44.129 INFO STEP 1128 (remove_files) COMPLETE
82132025-08-26T21:23:44.138Z[ recovery-image] Aug 26 21:23:44.129 INFO O| Aug 26 21:23:44.129 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82142025-08-26T21:23:44.166Z[ recovery-image] Aug 26 21:23:44.148 INFO O| Aug 26 21:23:44.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
82152025-08-26T21:23:44.166Z[ recovery-image] Aug 26 21:23:44.148 INFO O| Aug 26 21:23:44.148 INFO STEP 1129 (remove_files) COMPLETE
82162025-08-26T21:23:44.166Z[ recovery-image] Aug 26 21:23:44.148 INFO O| Aug 26 21:23:44.148 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82172025-08-26T21:23:44.194Z[ recovery-image] Aug 26 21:23:44.165 INFO O| Aug 26 21:23:44.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
82182025-08-26T21:23:44.194Z[ recovery-image] Aug 26 21:23:44.166 INFO O| Aug 26 21:23:44.166 INFO STEP 1130 (remove_files) COMPLETE
82192025-08-26T21:23:44.194Z[ recovery-image] Aug 26 21:23:44.166 INFO O| Aug 26 21:23:44.166 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82202025-08-26T21:23:44.194Z[ recovery-image] Aug 26 21:23:44.183 INFO O| Aug 26 21:23:44.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
82212025-08-26T21:23:44.194Z[ recovery-image] Aug 26 21:23:44.184 INFO O| Aug 26 21:23:44.184 INFO STEP 1131 (remove_files) COMPLETE
82222025-08-26T21:23:44.194Z[ recovery-image] Aug 26 21:23:44.184 INFO O| Aug 26 21:23:44.184 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82232025-08-26T21:23:44.222Z[ recovery-image] Aug 26 21:23:44.200 INFO O| Aug 26 21:23:44.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
82242025-08-26T21:23:44.222Z[ recovery-image] Aug 26 21:23:44.200 INFO O| Aug 26 21:23:44.200 INFO STEP 1132 (remove_files) COMPLETE
82252025-08-26T21:23:44.223Z[ recovery-image] Aug 26 21:23:44.200 INFO O| Aug 26 21:23:44.200 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82262025-08-26T21:23:44.223Z[ recovery-image] Aug 26 21:23:44.216 INFO O| Aug 26 21:23:44.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
82272025-08-26T21:23:44.223Z[ recovery-image] Aug 26 21:23:44.216 INFO O| Aug 26 21:23:44.216 INFO STEP 1133 (remove_files) COMPLETE
82282025-08-26T21:23:44.223Z[ recovery-image] Aug 26 21:23:44.216 INFO O| Aug 26 21:23:44.216 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82292025-08-26T21:23:44.249Z[ recovery-image] Aug 26 21:23:44.236 INFO O| Aug 26 21:23:44.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
82302025-08-26T21:23:44.249Z[ recovery-image] Aug 26 21:23:44.236 INFO O| Aug 26 21:23:44.236 INFO STEP 1134 (remove_files) COMPLETE
82312025-08-26T21:23:44.249Z[ recovery-image] Aug 26 21:23:44.236 INFO O| Aug 26 21:23:44.236 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82322025-08-26T21:23:44.276Z[ recovery-image] Aug 26 21:23:44.254 INFO O| Aug 26 21:23:44.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
82332025-08-26T21:23:44.276Z[ recovery-image] Aug 26 21:23:44.255 INFO O| Aug 26 21:23:44.255 INFO STEP 1135 (remove_files) COMPLETE
82342025-08-26T21:23:44.276Z[ recovery-image] Aug 26 21:23:44.255 INFO O| Aug 26 21:23:44.255 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82352025-08-26T21:23:44.276Z[ recovery-image] Aug 26 21:23:44.271 INFO O| Aug 26 21:23:44.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82362025-08-26T21:23:44.276Z[ recovery-image] Aug 26 21:23:44.272 INFO O| Aug 26 21:23:44.271 INFO STEP 1136 (remove_files) COMPLETE
82372025-08-26T21:23:44.276Z[ recovery-image] Aug 26 21:23:44.272 INFO O| Aug 26 21:23:44.272 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82382025-08-26T21:23:44.302Z[ recovery-image] Aug 26 21:23:44.287 INFO O| Aug 26 21:23:44.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
82392025-08-26T21:23:44.302Z[ recovery-image] Aug 26 21:23:44.288 INFO O| Aug 26 21:23:44.288 INFO STEP 1137 (remove_files) COMPLETE
82402025-08-26T21:23:44.302Z[ recovery-image] Aug 26 21:23:44.288 INFO O| Aug 26 21:23:44.288 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82412025-08-26T21:23:44.328Z[ recovery-image] Aug 26 21:23:44.307 INFO O| Aug 26 21:23:44.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82422025-08-26T21:23:44.328Z[ recovery-image] Aug 26 21:23:44.308 INFO O| Aug 26 21:23:44.308 INFO STEP 1138 (remove_files) COMPLETE
82432025-08-26T21:23:44.328Z[ recovery-image] Aug 26 21:23:44.308 INFO O| Aug 26 21:23:44.308 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82442025-08-26T21:23:44.328Z[ recovery-image] Aug 26 21:23:44.324 INFO O| Aug 26 21:23:44.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82452025-08-26T21:23:44.328Z[ recovery-image] Aug 26 21:23:44.325 INFO O| Aug 26 21:23:44.324 INFO STEP 1139 (remove_files) COMPLETE
82462025-08-26T21:23:44.328Z[ recovery-image] Aug 26 21:23:44.325 INFO O| Aug 26 21:23:44.324 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82472025-08-26T21:23:44.353Z[ recovery-image] Aug 26 21:23:44.342 INFO O| Aug 26 21:23:44.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82482025-08-26T21:23:44.353Z[ recovery-image] Aug 26 21:23:44.342 INFO O| Aug 26 21:23:44.342 INFO STEP 1140 (remove_files) COMPLETE
82492025-08-26T21:23:44.353Z[ recovery-image] Aug 26 21:23:44.342 INFO O| Aug 26 21:23:44.342 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82502025-08-26T21:23:44.381Z[ recovery-image] Aug 26 21:23:44.357 INFO O| Aug 26 21:23:44.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82512025-08-26T21:23:44.381Z[ recovery-image] Aug 26 21:23:44.357 INFO O| Aug 26 21:23:44.357 INFO STEP 1141 (remove_files) COMPLETE
82522025-08-26T21:23:44.381Z[ recovery-image] Aug 26 21:23:44.357 INFO O| Aug 26 21:23:44.357 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82532025-08-26T21:23:44.381Z[ recovery-image] Aug 26 21:23:44.373 INFO O| Aug 26 21:23:44.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82542025-08-26T21:23:44.381Z[ recovery-image] Aug 26 21:23:44.373 INFO O| Aug 26 21:23:44.373 INFO STEP 1142 (remove_files) COMPLETE
82552025-08-26T21:23:44.381Z[ recovery-image] Aug 26 21:23:44.373 INFO O| Aug 26 21:23:44.373 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82562025-08-26T21:23:44.406Z[ recovery-image] Aug 26 21:23:44.388 INFO O| Aug 26 21:23:44.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82572025-08-26T21:23:44.406Z[ recovery-image] Aug 26 21:23:44.389 INFO O| Aug 26 21:23:44.389 INFO STEP 1143 (remove_files) COMPLETE
82582025-08-26T21:23:44.406Z[ recovery-image] Aug 26 21:23:44.389 INFO O| Aug 26 21:23:44.389 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82592025-08-26T21:23:44.406Z[ recovery-image] Aug 26 21:23:44.404 INFO O| Aug 26 21:23:44.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82602025-08-26T21:23:44.406Z[ recovery-image] Aug 26 21:23:44.404 INFO O| Aug 26 21:23:44.404 INFO STEP 1144 (remove_files) COMPLETE
82612025-08-26T21:23:44.406Z[ recovery-image] Aug 26 21:23:44.404 INFO O| Aug 26 21:23:44.404 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82622025-08-26T21:23:44.432Z[ recovery-image] Aug 26 21:23:44.420 INFO O| Aug 26 21:23:44.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82632025-08-26T21:23:44.432Z[ recovery-image] Aug 26 21:23:44.420 INFO O| Aug 26 21:23:44.420 INFO STEP 1145 (remove_files) COMPLETE
82642025-08-26T21:23:44.432Z[ recovery-image] Aug 26 21:23:44.420 INFO O| Aug 26 21:23:44.420 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82652025-08-26T21:23:44.459Z[ recovery-image] Aug 26 21:23:44.434 INFO O| Aug 26 21:23:44.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82662025-08-26T21:23:44.459Z[ recovery-image] Aug 26 21:23:44.434 INFO O| Aug 26 21:23:44.434 INFO STEP 1146 (remove_files) COMPLETE
82672025-08-26T21:23:44.459Z[ recovery-image] Aug 26 21:23:44.434 INFO O| Aug 26 21:23:44.434 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82682025-08-26T21:23:44.459Z[ recovery-image] Aug 26 21:23:44.448 INFO O| Aug 26 21:23:44.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82692025-08-26T21:23:44.459Z[ recovery-image] Aug 26 21:23:44.448 INFO O| Aug 26 21:23:44.448 INFO STEP 1147 (remove_files) COMPLETE
82702025-08-26T21:23:44.459Z[ recovery-image] Aug 26 21:23:44.448 INFO O| Aug 26 21:23:44.448 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82712025-08-26T21:23:44.484Z[ recovery-image] Aug 26 21:23:44.466 INFO O| Aug 26 21:23:44.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82722025-08-26T21:23:44.484Z[ recovery-image] Aug 26 21:23:44.466 INFO O| Aug 26 21:23:44.466 INFO STEP 1148 (remove_files) COMPLETE
82732025-08-26T21:23:44.484Z[ recovery-image] Aug 26 21:23:44.466 INFO O| Aug 26 21:23:44.466 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82742025-08-26T21:23:44.484Z[ recovery-image] Aug 26 21:23:44.480 INFO O| Aug 26 21:23:44.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82752025-08-26T21:23:44.484Z[ recovery-image] Aug 26 21:23:44.480 INFO O| Aug 26 21:23:44.480 INFO STEP 1149 (remove_files) COMPLETE
82762025-08-26T21:23:44.484Z[ recovery-image] Aug 26 21:23:44.480 INFO O| Aug 26 21:23:44.480 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82772025-08-26T21:23:44.510Z[ recovery-image] Aug 26 21:23:44.495 INFO O| Aug 26 21:23:44.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82782025-08-26T21:23:44.510Z[ recovery-image] Aug 26 21:23:44.495 INFO O| Aug 26 21:23:44.495 INFO STEP 1150 (remove_files) COMPLETE
82792025-08-26T21:23:44.510Z[ recovery-image] Aug 26 21:23:44.495 INFO O| Aug 26 21:23:44.495 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82802025-08-26T21:23:44.510Z[ recovery-image] Aug 26 21:23:44.510 INFO O| Aug 26 21:23:44.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82812025-08-26T21:23:44.510Z[ recovery-image] Aug 26 21:23:44.510 INFO O| Aug 26 21:23:44.510 INFO STEP 1151 (remove_files) COMPLETE
82822025-08-26T21:23:44.510Z[ recovery-image] Aug 26 21:23:44.510 INFO O| Aug 26 21:23:44.510 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82832025-08-26T21:23:44.538Z[ recovery-image] Aug 26 21:23:44.526 INFO O| Aug 26 21:23:44.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82842025-08-26T21:23:44.538Z[ recovery-image] Aug 26 21:23:44.526 INFO O| Aug 26 21:23:44.526 INFO STEP 1152 (remove_files) COMPLETE
82852025-08-26T21:23:44.538Z[ recovery-image] Aug 26 21:23:44.526 INFO O| Aug 26 21:23:44.526 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82862025-08-26T21:23:44.563Z[ recovery-image] Aug 26 21:23:44.546 INFO O| Aug 26 21:23:44.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82872025-08-26T21:23:44.563Z[ recovery-image] Aug 26 21:23:44.547 INFO O| Aug 26 21:23:44.546 INFO STEP 1153 (remove_files) COMPLETE
82882025-08-26T21:23:44.563Z[ recovery-image] Aug 26 21:23:44.560 INFO O| Aug 26 21:23:44.547 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82892025-08-26T21:23:44.623Z[ recovery-image] Aug 26 21:23:44.624 INFO O| Aug 26 21:23:44.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82902025-08-26T21:23:44.623Z[ recovery-image] Aug 26 21:23:44.624 INFO O| Aug 26 21:23:44.624 INFO STEP 1154 (remove_files) COMPLETE
82912025-08-26T21:23:44.623Z[ recovery-image] Aug 26 21:23:44.624 INFO O| Aug 26 21:23:44.624 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82922025-08-26T21:23:44.650Z[ recovery-image] Aug 26 21:23:44.642 INFO O| Aug 26 21:23:44.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82932025-08-26T21:23:44.650Z[ recovery-image] Aug 26 21:23:44.642 INFO O| Aug 26 21:23:44.642 INFO STEP 1155 (remove_files) COMPLETE
82942025-08-26T21:23:44.650Z[ recovery-image] Aug 26 21:23:44.642 INFO O| Aug 26 21:23:44.642 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82952025-08-26T21:23:44.675Z[ recovery-image] Aug 26 21:23:44.660 INFO O| Aug 26 21:23:44.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82962025-08-26T21:23:44.675Z[ recovery-image] Aug 26 21:23:44.660 INFO O| Aug 26 21:23:44.660 INFO STEP 1156 (remove_files) COMPLETE
82972025-08-26T21:23:44.675Z[ recovery-image] Aug 26 21:23:44.660 INFO O| Aug 26 21:23:44.660 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82982025-08-26T21:23:44.701Z[ recovery-image] Aug 26 21:23:44.677 INFO O| Aug 26 21:23:44.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82992025-08-26T21:23:44.702Z[ recovery-image] Aug 26 21:23:44.677 INFO O| Aug 26 21:23:44.677 INFO STEP 1157 (remove_files) COMPLETE
83002025-08-26T21:23:44.702Z[ recovery-image] Aug 26 21:23:44.677 INFO O| Aug 26 21:23:44.677 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83012025-08-26T21:23:44.702Z[ recovery-image] Aug 26 21:23:44.694 INFO O| Aug 26 21:23:44.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
83022025-08-26T21:23:44.702Z[ recovery-image] Aug 26 21:23:44.694 INFO O| Aug 26 21:23:44.694 INFO STEP 1158 (remove_files) COMPLETE
83032025-08-26T21:23:44.702Z[ recovery-image] Aug 26 21:23:44.694 INFO O| Aug 26 21:23:44.694 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83042025-08-26T21:23:44.728Z[ recovery-image] Aug 26 21:23:44.710 INFO O| Aug 26 21:23:44.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
83052025-08-26T21:23:44.728Z[ recovery-image] Aug 26 21:23:44.710 INFO O| Aug 26 21:23:44.710 INFO STEP 1159 (remove_files) COMPLETE
83062025-08-26T21:23:44.728Z[ recovery-image] Aug 26 21:23:44.710 INFO O| Aug 26 21:23:44.710 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83072025-08-26T21:23:44.728Z[ recovery-image] Aug 26 21:23:44.724 INFO O| Aug 26 21:23:44.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
83082025-08-26T21:23:44.728Z[ recovery-image] Aug 26 21:23:44.724 INFO O| Aug 26 21:23:44.724 INFO STEP 1160 (remove_files) COMPLETE
83092025-08-26T21:23:44.728Z[ recovery-image] Aug 26 21:23:44.724 INFO O| Aug 26 21:23:44.724 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83102025-08-26T21:23:44.759Z[ recovery-image] Aug 26 21:23:44.739 INFO O| Aug 26 21:23:44.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
83112025-08-26T21:23:44.759Z[ recovery-image] Aug 26 21:23:44.740 INFO O| Aug 26 21:23:44.739 INFO STEP 1161 (remove_files) COMPLETE
83122025-08-26T21:23:44.759Z[ recovery-image] Aug 26 21:23:44.740 INFO O| Aug 26 21:23:44.740 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83132025-08-26T21:23:44.759Z[ recovery-image] Aug 26 21:23:44.756 INFO O| Aug 26 21:23:44.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
83142025-08-26T21:23:44.759Z[ recovery-image] Aug 26 21:23:44.757 INFO O| Aug 26 21:23:44.757 INFO STEP 1162 (remove_files) COMPLETE
83152025-08-26T21:23:44.759Z[ recovery-image] Aug 26 21:23:44.757 INFO O| Aug 26 21:23:44.757 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83162025-08-26T21:23:44.784Z[ recovery-image] Aug 26 21:23:44.774 INFO O| Aug 26 21:23:44.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
83172025-08-26T21:23:44.784Z[ recovery-image] Aug 26 21:23:44.774 INFO O| Aug 26 21:23:44.774 INFO STEP 1163 (remove_files) COMPLETE
83182025-08-26T21:23:44.784Z[ recovery-image] Aug 26 21:23:44.774 INFO O| Aug 26 21:23:44.774 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83192025-08-26T21:23:44.810Z[ recovery-image] Aug 26 21:23:44.791 INFO O| Aug 26 21:23:44.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
83202025-08-26T21:23:44.810Z[ recovery-image] Aug 26 21:23:44.792 INFO O| Aug 26 21:23:44.792 INFO STEP 1164 (remove_files) COMPLETE
83212025-08-26T21:23:44.810Z[ recovery-image] Aug 26 21:23:44.792 INFO O| Aug 26 21:23:44.792 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83222025-08-26T21:23:44.810Z[ recovery-image] Aug 26 21:23:44.809 INFO O| Aug 26 21:23:44.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
83232025-08-26T21:23:44.810Z[ recovery-image] Aug 26 21:23:44.809 INFO O| Aug 26 21:23:44.809 INFO STEP 1165 (remove_files) COMPLETE
83242025-08-26T21:23:44.810Z[ recovery-image] Aug 26 21:23:44.809 INFO O| Aug 26 21:23:44.809 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
83252025-08-26T21:23:44.835Z[ recovery-image] Aug 26 21:23:44.835 INFO O| Aug 26 21:23:44.835 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
83262025-08-26T21:23:44.835Z[ recovery-image] Aug 26 21:23:44.835 INFO O| Aug 26 21:23:44.835 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
83272025-08-26T21:23:46.221Z[ recovery-image] Aug 26 21:23:46.222 INFO O| Aug 26 21:23:46.222 INFO STEP 1166 (pack_tar) COMPLETE
83282025-08-26T21:23:46.221Z[ recovery-image] Aug 26 21:23:46.222 INFO O| Aug 26 21:23:46.222 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83292025-08-26T21:23:46.221Z[ recovery-image] Aug 26 21:23:46.222 INFO O| Aug 26 21:23:46.222 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83302025-08-26T21:23:46.467Z[ recovery-image] Aug 26 21:23:46.468 INFO O| Aug 26 21:23:46.468 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
83312025-08-26T21:23:46.547Z[ recovery-image] Aug 26 21:23:46.548 INFO O| Aug 26 21:23:46.548 INFO completed processing sled/ramdisk-03-recovery-trim
83322025-08-26T21:23:46.573Z[ recovery-image] Aug 26 21:23:46.555 INFO image builder template: zfs-recovery...
83332025-08-26T21:23:46.573Z[ recovery-image] Aug 26 21:23:46.555 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/.tmpQmIViS/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.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "zfs-recovery"], pwd: None
83342025-08-26T21:23:46.603Z[ recovery-image] Aug 26 21:23:46.604 INFO O| Aug 26 21:23:46.604 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83352025-08-26T21:23:46.630Z[ recovery-image] Aug 26 21:23:46.610 INFO O| Aug 26 21:23:46.610 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83362025-08-26T21:23:46.664Z[ recovery-image] Aug 26 21:23:46.665 INFO O| Aug 26 21:23:46.665 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
83372025-08-26T21:23:46.693Z[ recovery-image] Aug 26 21:23:46.694 INFO O| Aug 26 21:23:46.694 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83382025-08-26T21:23:46.693Z[ recovery-image] Aug 26 21:23:46.694 INFO O| Aug 26 21:23:46.694 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83392025-08-26T21:23:46.718Z[ recovery-image] Aug 26 21:23:46.701 INFO O| Aug 26 21:23:46.700 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83402025-08-26T21:23:46.745Z[ recovery-image] Aug 26 21:23:46.734 INFO O| Aug 26 21:23:46.734 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83412025-08-26T21:23:46.771Z[ recovery-image] Aug 26 21:23:46.754 INFO O| Aug 26 21:23:46.754 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83422025-08-26T21:23:46.796Z[ recovery-image] Aug 26 21:23:46.773 INFO O| Aug 26 21:23:46.773 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83432025-08-26T21:23:46.796Z[ recovery-image] Aug 26 21:23:46.790 INFO O| Aug 26 21:23:46.789 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83442025-08-26T21:23:46.822Z[ recovery-image] Aug 26 21:23:46.799 INFO O| Aug 26 21:23:46.799 INFO no lofi found
83452025-08-26T21:23:46.822Z[ recovery-image] Aug 26 21:23:46.799 INFO O| Aug 26 21:23:46.799 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83462025-08-26T21:23:46.822Z[ recovery-image] Aug 26 21:23:46.799 INFO O| Aug 26 21:23:46.799 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83472025-08-26T21:23:49.001Z[ recovery-image] Aug 26 21:23:49.003 INFO O| Aug 26 21:23:49.002 INFO lofi device = /dev/dsk/c3t1d0p0
83482025-08-26T21:23:49.002Z[ recovery-image] Aug 26 21:23:49.003 INFO O| Aug 26 21:23:49.003 INFO pool device = /dev/dsk/c3t1d0p0
83492025-08-26T21:23:49.027Z[ recovery-image] Aug 26 21:23:49.003 INFO O| Aug 26 21:23:49.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"]
83502025-08-26T21:23:49.337Z[ recovery-image] Aug 26 21:23:49.338 INFO O| Aug 26 21:23:49.338 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83512025-08-26T21:23:49.337Z[ recovery-image] Aug 26 21:23:49.338 INFO O| Aug 26 21:23:49.338 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83522025-08-26T21:23:49.387Z[ recovery-image] Aug 26 21:23:49.387 INFO O| Aug 26 21:23:49.386 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83532025-08-26T21:23:49.818Z[ recovery-image] Aug 26 21:23:49.819 INFO O| Aug 26 21:23:49.819 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83542025-08-26T21:23:49.871Z[ recovery-image] Aug 26 21:23:49.873 INFO O| Aug 26 21:23:49.873 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83552025-08-26T21:23:49.910Z[ recovery-image] Aug 26 21:23:49.908 INFO O| Aug 26 21:23:49.908 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83562025-08-26T21:23:49.935Z[ recovery-image] Aug 26 21:23:49.935 INFO O| Aug 26 21:23:49.935 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83572025-08-26T21:23:50.001Z[ recovery-image] Aug 26 21:23:50.002 INFO O| Aug 26 21:23:50.002 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83582025-08-26T21:23:50.026Z[ recovery-image] Aug 26 21:23:50.003 INFO O| Aug 26 21:23:50.002 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83592025-08-26T21:23:50.026Z[ recovery-image] Aug 26 21:23:50.003 INFO O| Aug 26 21:23:50.003 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83602025-08-26T21:23:50.027Z[ recovery-image] Aug 26 21:23:50.017 INFO O| Aug 26 21:23:50.017 INFO boot environment UUID: dda44b54-4759-4b14-8583-f99677b9058f
83612025-08-26T21:23:50.027Z[ recovery-image] Aug 26 21:23:50.017 INFO O| Aug 26 21:23:50.017 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = dda44b54-4759-4b14-8583-f99677b9058f
83622025-08-26T21:23:50.053Z[ recovery-image] Aug 26 21:23:50.046 INFO O| Aug 26 21:23:50.046 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83632025-08-26T21:23:50.078Z[ recovery-image] Aug 26 21:23:50.075 INFO O| Aug 26 21:23:50.074 INFO STEP 0 (create_be) COMPLETE
83642025-08-26T21:23:50.078Z[ recovery-image] Aug 26 21:23:50.075 INFO O| Aug 26 21:23:50.075 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83652025-08-26T21:23:50.105Z[ recovery-image] Aug 26 21:23:50.101 INFO O| Aug 26 21:23:50.101 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"]
83662025-08-26T21:23:59.937Z[ recovery-image] Aug 26 21:23:59.939 INFO O| Aug 26 21:23:59.939 INFO STEP 1 (unpack_tar) COMPLETE
83672025-08-26T21:23:59.937Z[ recovery-image] Aug 26 21:23:59.939 INFO O| Aug 26 21:23:59.939 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83682025-08-26T21:23:59.964Z[ recovery-image] Aug 26 21:23:59.956 INFO O| Aug 26 21:23:59.956 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83692025-08-26T21:24:01.541Z[ recovery-image] Aug 26 21:24:01.543 INFO O| Aug 26 21:24:01.543 INFO STEP 2 (devfsadm) COMPLETE
83702025-08-26T21:24:01.541Z[ recovery-image] Aug 26 21:24:01.543 INFO O| Aug 26 21:24:01.543 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83712025-08-26T21:24:01.567Z[ recovery-image] Aug 26 21:24:01.563 INFO O| Aug 26 21:24:01.563 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83722025-08-26T21:24:01.567Z[ recovery-image] Aug 26 21:24:01.564 INFO O| Aug 26 21:24:01.564 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83732025-08-26T21:24:01.568Z[ recovery-image] Aug 26 21:24:01.564 INFO O| Aug 26 21:24:01.564 INFO STEP 3 (ensure_dir) COMPLETE
83742025-08-26T21:24:01.568Z[ recovery-image] Aug 26 21:24:01.564 INFO O| Aug 26 21:24:01.564 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83752025-08-26T21:24:01.595Z[ recovery-image] Aug 26 21:24:01.583 INFO O| Aug 26 21:24:01.583 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83762025-08-26T21:24:01.595Z[ recovery-image] Aug 26 21:24:01.583 INFO O| Aug 26 21:24:01.583 INFO STEP 4 (ensure_dir) COMPLETE
83772025-08-26T21:24:01.595Z[ recovery-image] Aug 26 21:24:01.583 INFO O| Aug 26 21:24:01.583 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83782025-08-26T21:24:01.621Z[ recovery-image] Aug 26 21:24:01.603 INFO O| Aug 26 21:24:01.602 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83792025-08-26T21:24:01.621Z[ recovery-image] Aug 26 21:24:01.603 INFO O| Aug 26 21:24:01.603 INFO STEP 5 (ensure_dir) COMPLETE
83802025-08-26T21:24:01.621Z[ recovery-image] Aug 26 21:24:01.603 INFO O| Aug 26 21:24:01.603 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83812025-08-26T21:24:01.646Z[ recovery-image] Aug 26 21:24:01.623 INFO O| Aug 26 21:24:01.623 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83822025-08-26T21:24:01.646Z[ recovery-image] Aug 26 21:24:01.623 INFO O| Aug 26 21:24:01.623 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83832025-08-26T21:24:01.646Z[ recovery-image] Aug 26 21:24:01.623 INFO O| Aug 26 21:24:01.623 INFO STEP 6 (ensure_dir) COMPLETE
83842025-08-26T21:24:01.647Z[ recovery-image] Aug 26 21:24:01.623 INFO O| Aug 26 21:24:01.623 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83852025-08-26T21:24:01.647Z[ recovery-image] Aug 26 21:24:01.644 INFO O| Aug 26 21:24:01.644 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83862025-08-26T21:24:01.647Z[ recovery-image] Aug 26 21:24:01.644 INFO O| Aug 26 21:24:01.644 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83872025-08-26T21:24:01.647Z[ recovery-image] Aug 26 21:24:01.644 INFO O| Aug 26 21:24:01.644 INFO STEP 7 (ensure_dir) COMPLETE
83882025-08-26T21:24:01.647Z[ recovery-image] Aug 26 21:24:01.644 INFO O| Aug 26 21:24:01.644 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83892025-08-26T21:24:01.674Z[ recovery-image] Aug 26 21:24:01.671 INFO O| Aug 26 21:24:01.671 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83902025-08-26T21:24:01.674Z[ recovery-image] Aug 26 21:24:01.671 INFO O| Aug 26 21:24:01.671 INFO STEP 8 (remove_files) COMPLETE
83912025-08-26T21:24:01.674Z[ recovery-image] Aug 26 21:24:01.671 INFO O| Aug 26 21:24:01.671 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83922025-08-26T21:24:01.700Z[ recovery-image] Aug 26 21:24:01.691 INFO O| Aug 26 21:24:01.691 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83932025-08-26T21:24:01.700Z[ recovery-image] Aug 26 21:24:01.693 INFO O| Aug 26 21:24:01.693 INFO STEP 9 (remove_files) COMPLETE
83942025-08-26T21:24:01.700Z[ recovery-image] Aug 26 21:24:01.693 INFO O| Aug 26 21:24:01.693 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83952025-08-26T21:24:01.727Z[ recovery-image] Aug 26 21:24:01.715 INFO O| Aug 26 21:24:01.715 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83962025-08-26T21:24:01.727Z[ recovery-image] Aug 26 21:24:01.717 INFO O| Aug 26 21:24:01.717 INFO STEP 10 (remove_files) COMPLETE
83972025-08-26T21:24:01.727Z[ recovery-image] Aug 26 21:24:01.717 INFO O| Aug 26 21:24:01.717 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83982025-08-26T21:24:01.752Z[ recovery-image] Aug 26 21:24:01.734 INFO O| Aug 26 21:24:01.734 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83992025-08-26T21:24:01.752Z[ recovery-image] Aug 26 21:24:01.734 INFO O| Aug 26 21:24:01.734 INFO STEP 11 (remove_files) COMPLETE
84002025-08-26T21:24:01.752Z[ recovery-image] Aug 26 21:24:01.734 INFO O| Aug 26 21:24:01.734 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84012025-08-26T21:24:01.752Z[ recovery-image] Aug 26 21:24:01.751 INFO O| Aug 26 21:24:01.751 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
84022025-08-26T21:24:01.752Z[ recovery-image] Aug 26 21:24:01.751 INFO O| Aug 26 21:24:01.751 INFO STEP 12 (remove_files) COMPLETE
84032025-08-26T21:24:01.753Z[ recovery-image] Aug 26 21:24:01.751 INFO O| Aug 26 21:24:01.751 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84042025-08-26T21:24:01.778Z[ recovery-image] Aug 26 21:24:01.771 INFO O| Aug 26 21:24:01.771 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84052025-08-26T21:24:01.778Z[ recovery-image] Aug 26 21:24:01.772 INFO O| Aug 26 21:24:01.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84062025-08-26T21:24:01.778Z[ recovery-image] Aug 26 21:24:01.772 INFO O| Aug 26 21:24:01.772 INFO STEP 13 (ensure_dir) COMPLETE
84072025-08-26T21:24:01.778Z[ recovery-image] Aug 26 21:24:01.772 INFO O| Aug 26 21:24:01.772 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84082025-08-26T21:24:01.805Z[ recovery-image] Aug 26 21:24:01.799 INFO O| Aug 26 21:24:01.799 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84092025-08-26T21:24:01.805Z[ recovery-image] Aug 26 21:24:01.799 INFO O| Aug 26 21:24:01.799 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84102025-08-26T21:24:01.805Z[ recovery-image] Aug 26 21:24:01.799 INFO O| Aug 26 21:24:01.799 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84112025-08-26T21:24:01.805Z[ recovery-image] Aug 26 21:24:01.799 INFO O| Aug 26 21:24:01.799 INFO STEP 14 (ensure_dir) COMPLETE
84122025-08-26T21:24:01.805Z[ recovery-image] Aug 26 21:24:01.799 INFO O| Aug 26 21:24:01.799 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84132025-08-26T21:24:01.830Z[ recovery-image] Aug 26 21:24:01.821 INFO O| Aug 26 21:24:01.820 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84142025-08-26T21:24:01.830Z[ recovery-image] Aug 26 21:24:01.821 INFO O| Aug 26 21:24:01.821 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84152025-08-26T21:24:01.830Z[ recovery-image] Aug 26 21:24:01.821 INFO O| Aug 26 21:24:01.821 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84162025-08-26T21:24:01.830Z[ recovery-image] Aug 26 21:24:01.821 INFO O| Aug 26 21:24:01.821 INFO STEP 15 (ensure_dir) COMPLETE
84172025-08-26T21:24:01.830Z[ recovery-image] Aug 26 21:24:01.821 INFO O| Aug 26 21:24:01.821 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84182025-08-26T21:24:01.855Z[ recovery-image] Aug 26 21:24:01.843 INFO O| Aug 26 21:24:01.843 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84192025-08-26T21:24:01.855Z[ recovery-image] Aug 26 21:24:01.843 INFO O| Aug 26 21:24:01.843 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84202025-08-26T21:24:01.855Z[ recovery-image] Aug 26 21:24:01.843 INFO O| Aug 26 21:24:01.843 INFO STEP 16 (ensure_dir) COMPLETE
84212025-08-26T21:24:01.855Z[ recovery-image] Aug 26 21:24:01.843 INFO O| Aug 26 21:24:01.843 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84222025-08-26T21:24:01.881Z[ recovery-image] Aug 26 21:24:01.867 INFO O| Aug 26 21:24:01.866 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84232025-08-26T21:24:01.881Z[ recovery-image] Aug 26 21:24:01.867 INFO O| Aug 26 21:24:01.867 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84242025-08-26T21:24:01.881Z[ recovery-image] Aug 26 21:24:01.867 INFO O| Aug 26 21:24:01.867 INFO STEP 17 (ensure_dir) COMPLETE
84252025-08-26T21:24:01.881Z[ recovery-image] Aug 26 21:24:01.867 INFO O| Aug 26 21:24:01.867 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84262025-08-26T21:24:01.906Z[ recovery-image] Aug 26 21:24:01.890 INFO O| Aug 26 21:24:01.890 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84272025-08-26T21:24:01.906Z[ recovery-image] Aug 26 21:24:01.890 INFO O| Aug 26 21:24:01.890 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84282025-08-26T21:24:01.906Z[ recovery-image] Aug 26 21:24:01.890 INFO O| Aug 26 21:24:01.890 INFO ok!
84292025-08-26T21:24:01.906Z[ recovery-image] Aug 26 21:24:01.890 INFO O| Aug 26 21:24:01.890 INFO STEP 18 (ensure_symlink) COMPLETE
84302025-08-26T21:24:01.906Z[ recovery-image] Aug 26 21:24:01.890 INFO O| Aug 26 21:24:01.890 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84312025-08-26T21:24:01.906Z[ recovery-image] Aug 26 21:24:01.907 INFO O| Aug 26 21:24:01.906 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84322025-08-26T21:24:01.906Z[ recovery-image] Aug 26 21:24:01.907 INFO O| Aug 26 21:24:01.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84332025-08-26T21:24:01.906Z[ recovery-image] Aug 26 21:24:01.907 INFO O| Aug 26 21:24:01.907 INFO ok!
84342025-08-26T21:24:01.906Z[ recovery-image] Aug 26 21:24:01.907 INFO O| Aug 26 21:24:01.907 INFO STEP 19 (ensure_file) COMPLETE
84352025-08-26T21:24:01.906Z[ recovery-image] Aug 26 21:24:01.907 INFO O| Aug 26 21:24:01.907 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84362025-08-26T21:24:01.933Z[ recovery-image] Aug 26 21:24:01.920 INFO O| Aug 26 21:24:01.920 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84372025-08-26T21:24:01.933Z[ recovery-image] Aug 26 21:24:01.920 INFO O| Aug 26 21:24:01.920 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84382025-08-26T21:24:01.933Z[ recovery-image] Aug 26 21:24:01.920 INFO O| Aug 26 21:24:01.920 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84392025-08-26T21:24:01.933Z[ recovery-image] Aug 26 21:24:01.920 INFO O| Aug 26 21:24:01.920 INFO ok!
84402025-08-26T21:24:01.933Z[ recovery-image] Aug 26 21:24:01.920 INFO O| Aug 26 21:24:01.920 INFO STEP 20 (ensure_symlink) COMPLETE
84412025-08-26T21:24:01.933Z[ recovery-image] Aug 26 21:24:01.920 INFO O| Aug 26 21:24:01.920 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84422025-08-26T21:24:01.933Z[ recovery-image] Aug 26 21:24:01.934 INFO O| Aug 26 21:24:01.934 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84432025-08-26T21:24:01.934Z[ recovery-image] Aug 26 21:24:01.934 INFO O| Aug 26 21:24:01.934 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84442025-08-26T21:24:01.934Z[ recovery-image] Aug 26 21:24:01.934 INFO O| Aug 26 21:24:01.934 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84452025-08-26T21:24:01.934Z[ recovery-image] Aug 26 21:24:01.934 INFO O| Aug 26 21:24:01.934 INFO ok!
84462025-08-26T21:24:01.934Z[ recovery-image] Aug 26 21:24:01.934 INFO O| Aug 26 21:24:01.934 INFO STEP 21 (ensure_symlink) COMPLETE
84472025-08-26T21:24:01.934Z[ recovery-image] Aug 26 21:24:01.934 INFO O| Aug 26 21:24:01.934 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84482025-08-26T21:24:01.959Z[ recovery-image] Aug 26 21:24:01.952 INFO O| Aug 26 21:24:01.952 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84492025-08-26T21:24:01.959Z[ recovery-image] Aug 26 21:24:01.952 INFO O| Aug 26 21:24:01.952 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84502025-08-26T21:24:01.959Z[ recovery-image] Aug 26 21:24:01.952 INFO O| Aug 26 21:24:01.952 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84512025-08-26T21:24:01.959Z[ recovery-image] Aug 26 21:24:01.952 INFO O| Aug 26 21:24:01.952 INFO ok!
84522025-08-26T21:24:01.959Z[ recovery-image] Aug 26 21:24:01.952 INFO O| Aug 26 21:24:01.952 INFO STEP 22 (ensure_symlink) COMPLETE
84532025-08-26T21:24:01.959Z[ recovery-image] Aug 26 21:24:01.952 INFO O| Aug 26 21:24:01.952 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84542025-08-26T21:24:01.984Z[ recovery-image] Aug 26 21:24:01.971 INFO O| Aug 26 21:24:01.971 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84552025-08-26T21:24:01.985Z[ recovery-image] Aug 26 21:24:01.971 INFO O| Aug 26 21:24:01.971 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84562025-08-26T21:24:01.985Z[ recovery-image] Aug 26 21:24:01.971 INFO O| Aug 26 21:24:01.971 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84572025-08-26T21:24:01.985Z[ recovery-image] Aug 26 21:24:01.971 INFO O| Aug 26 21:24:01.971 INFO ok!
84582025-08-26T21:24:01.985Z[ recovery-image] Aug 26 21:24:01.971 INFO O| Aug 26 21:24:01.971 INFO STEP 23 (ensure_symlink) COMPLETE
84592025-08-26T21:24:01.985Z[ recovery-image] Aug 26 21:24:01.971 INFO O| Aug 26 21:24:01.971 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84602025-08-26T21:24:02.012Z[ recovery-image] Aug 26 21:24:01.990 INFO O| Aug 26 21:24:01.990 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84612025-08-26T21:24:02.012Z[ recovery-image] Aug 26 21:24:01.991 INFO O| Aug 26 21:24:01.991 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 ...
84622025-08-26T21:24:02.012Z[ recovery-image] Aug 26 21:24:01.991 INFO O| Aug 26 21:24:01.991 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84632025-08-26T21:24:02.012Z[ recovery-image] Aug 26 21:24:01.991 INFO O| Aug 26 21:24:01.991 INFO ok!
84642025-08-26T21:24:02.012Z[ recovery-image] Aug 26 21:24:01.991 INFO O| Aug 26 21:24:01.991 INFO STEP 24 (ensure_file) COMPLETE
84652025-08-26T21:24:02.012Z[ recovery-image] Aug 26 21:24:01.991 INFO O| Aug 26 21:24:01.991 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84662025-08-26T21:24:02.012Z[ recovery-image] Aug 26 21:24:02.009 INFO O| Aug 26 21:24:02.009 INFO updating shadow file
84672025-08-26T21:24:02.012Z[ recovery-image] Aug 26 21:24:02.009 INFO O| Aug 26 21:24:02.009 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84682025-08-26T21:24:02.012Z[ recovery-image] Aug 26 21:24:02.009 INFO O| Aug 26 21:24:02.009 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84692025-08-26T21:24:02.012Z[ recovery-image] Aug 26 21:24:02.009 INFO O| Aug 26 21:24:02.009 INFO STEP 25 (shadow) COMPLETE
84702025-08-26T21:24:02.012Z[ recovery-image] Aug 26 21:24:02.009 INFO O| Aug 26 21:24:02.009 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84712025-08-26T21:24:02.038Z[ recovery-image] Aug 26 21:24:02.028 INFO O| Aug 26 21:24:02.028 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84722025-08-26T21:24:02.038Z[ recovery-image] Aug 26 21:24:02.028 INFO O| Aug 26 21:24:02.028 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84732025-08-26T21:24:02.038Z[ recovery-image] Aug 26 21:24:02.029 INFO O| Aug 26 21:24:02.029 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84742025-08-26T21:24:02.038Z[ recovery-image] Aug 26 21:24:02.029 INFO O| Aug 26 21:24:02.029 INFO ok!
84752025-08-26T21:24:02.038Z[ recovery-image] Aug 26 21:24:02.029 INFO O| Aug 26 21:24:02.029 INFO STEP 26 (ensure_file) COMPLETE
84762025-08-26T21:24:02.038Z[ recovery-image] Aug 26 21:24:02.029 INFO O| Aug 26 21:24:02.029 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84772025-08-26T21:24:02.066Z[ recovery-image] Aug 26 21:24:02.047 INFO O| Aug 26 21:24:02.046 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84782025-08-26T21:24:02.066Z[ recovery-image] Aug 26 21:24:02.047 INFO O| Aug 26 21:24:02.046 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84792025-08-26T21:24:02.066Z[ recovery-image] Aug 26 21:24:02.047 INFO O| Aug 26 21:24:02.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84802025-08-26T21:24:02.066Z[ recovery-image] Aug 26 21:24:02.047 INFO O| Aug 26 21:24:02.047 INFO ok!
84812025-08-26T21:24:02.066Z[ recovery-image] Aug 26 21:24:02.047 INFO O| Aug 26 21:24:02.047 INFO STEP 27 (ensure_file) COMPLETE
84822025-08-26T21:24:02.066Z[ recovery-image] Aug 26 21:24:02.047 INFO O| Aug 26 21:24:02.047 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84832025-08-26T21:24:02.066Z[ recovery-image] Aug 26 21:24:02.065 INFO O| Aug 26 21:24:02.065 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84842025-08-26T21:24:02.066Z[ recovery-image] Aug 26 21:24:02.065 INFO O| Aug 26 21:24:02.065 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84852025-08-26T21:24:02.066Z[ recovery-image] Aug 26 21:24:02.066 INFO O| Aug 26 21:24:02.065 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84862025-08-26T21:24:02.066Z[ recovery-image] Aug 26 21:24:02.066 INFO O| Aug 26 21:24:02.066 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84872025-08-26T21:24:02.066Z[ recovery-image] Aug 26 21:24:02.066 INFO O| Aug 26 21:24:02.066 INFO ok!
84882025-08-26T21:24:02.067Z[ recovery-image] Aug 26 21:24:02.066 INFO O| Aug 26 21:24:02.066 INFO STEP 28 (ensure_file) COMPLETE
84892025-08-26T21:24:02.067Z[ recovery-image] Aug 26 21:24:02.066 INFO O| Aug 26 21:24:02.066 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84902025-08-26T21:24:02.092Z[ recovery-image] Aug 26 21:24:02.084 INFO O| Aug 26 21:24:02.084 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84912025-08-26T21:24:02.092Z[ recovery-image] Aug 26 21:24:02.084 INFO O| Aug 26 21:24:02.084 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84922025-08-26T21:24:02.092Z[ recovery-image] Aug 26 21:24:02.084 INFO O| Aug 26 21:24:02.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84932025-08-26T21:24:02.092Z[ recovery-image] Aug 26 21:24:02.084 INFO O| Aug 26 21:24:02.084 INFO ok!
84942025-08-26T21:24:02.092Z[ recovery-image] Aug 26 21:24:02.084 INFO O| Aug 26 21:24:02.084 INFO STEP 29 (ensure_file) COMPLETE
84952025-08-26T21:24:02.092Z[ recovery-image] Aug 26 21:24:02.084 INFO O| Aug 26 21:24:02.084 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84962025-08-26T21:24:02.118Z[ recovery-image] Aug 26 21:24:02.101 INFO O| Aug 26 21:24:02.101 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84972025-08-26T21:24:02.118Z[ recovery-image] Aug 26 21:24:02.101 INFO O| Aug 26 21:24:02.101 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84982025-08-26T21:24:02.118Z[ recovery-image] Aug 26 21:24:02.101 INFO O| Aug 26 21:24:02.101 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84992025-08-26T21:24:02.118Z[ recovery-image] Aug 26 21:24:02.101 INFO O| Aug 26 21:24:02.101 INFO STEP 30 (ensure_dir) COMPLETE
85002025-08-26T21:24:02.118Z[ recovery-image] Aug 26 21:24:02.101 INFO O| Aug 26 21:24:02.101 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85012025-08-26T21:24:02.118Z[ recovery-image] Aug 26 21:24:02.115 INFO O| Aug 26 21:24:02.115 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
85022025-08-26T21:24:02.118Z[ recovery-image] Aug 26 21:24:02.115 INFO O| Aug 26 21:24:02.115 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 ...
85032025-08-26T21:24:02.118Z[ recovery-image] Aug 26 21:24:02.115 INFO O| Aug 26 21:24:02.115 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
85042025-08-26T21:24:02.118Z[ recovery-image] Aug 26 21:24:02.115 INFO O| Aug 26 21:24:02.115 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
85052025-08-26T21:24:02.118Z[ recovery-image] Aug 26 21:24:02.115 INFO O| Aug 26 21:24:02.115 INFO ok!
85062025-08-26T21:24:02.118Z[ recovery-image] Aug 26 21:24:02.115 INFO O| Aug 26 21:24:02.115 INFO STEP 31 (ensure_file) COMPLETE
85072025-08-26T21:24:02.118Z[ recovery-image] Aug 26 21:24:02.115 INFO O| Aug 26 21:24:02.115 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85082025-08-26T21:24:02.143Z[ recovery-image] Aug 26 21:24:02.129 INFO O| Aug 26 21:24:02.129 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85092025-08-26T21:24:02.143Z[ recovery-image] Aug 26 21:24:02.130 INFO O| Aug 26 21:24:02.130 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85102025-08-26T21:24:02.143Z[ recovery-image] Aug 26 21:24:02.130 INFO O| Aug 26 21:24:02.130 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85112025-08-26T21:24:02.143Z[ recovery-image] Aug 26 21:24:02.130 INFO O| Aug 26 21:24:02.130 INFO STEP 32 (ensure_dir) COMPLETE
85122025-08-26T21:24:02.143Z[ recovery-image] Aug 26 21:24:02.130 INFO O| Aug 26 21:24:02.130 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85132025-08-26T21:24:02.169Z[ recovery-image] Aug 26 21:24:02.150 INFO O| Aug 26 21:24:02.150 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85142025-08-26T21:24:02.169Z[ recovery-image] Aug 26 21:24:02.150 INFO O| Aug 26 21:24:02.150 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 ...
85152025-08-26T21:24:02.169Z[ recovery-image] Aug 26 21:24:02.150 INFO O| Aug 26 21:24:02.150 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
85162025-08-26T21:24:02.169Z[ recovery-image] Aug 26 21:24:02.150 INFO O| Aug 26 21:24:02.150 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85172025-08-26T21:24:02.169Z[ recovery-image] Aug 26 21:24:02.150 INFO O| Aug 26 21:24:02.150 INFO ok!
85182025-08-26T21:24:02.169Z[ recovery-image] Aug 26 21:24:02.150 INFO O| Aug 26 21:24:02.150 INFO STEP 33 (ensure_file) COMPLETE
85192025-08-26T21:24:02.169Z[ recovery-image] Aug 26 21:24:02.150 INFO O| Aug 26 21:24:02.150 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85202025-08-26T21:24:02.169Z[ recovery-image] Aug 26 21:24:02.165 INFO O| Aug 26 21:24:02.165 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85212025-08-26T21:24:02.169Z[ recovery-image] Aug 26 21:24:02.165 INFO O| Aug 26 21:24:02.165 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85222025-08-26T21:24:02.169Z[ recovery-image] Aug 26 21:24:02.165 INFO O| Aug 26 21:24:02.165 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85232025-08-26T21:24:02.169Z[ recovery-image] Aug 26 21:24:02.165 INFO O| Aug 26 21:24:02.165 INFO ok!
85242025-08-26T21:24:02.169Z[ recovery-image] Aug 26 21:24:02.165 INFO O| Aug 26 21:24:02.165 INFO STEP 34 (ensure_file) COMPLETE
85252025-08-26T21:24:02.169Z[ recovery-image] Aug 26 21:24:02.165 INFO O| Aug 26 21:24:02.165 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85262025-08-26T21:24:02.194Z[ recovery-image] Aug 26 21:24:02.179 INFO O| Aug 26 21:24:02.179 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85272025-08-26T21:24:02.195Z[ recovery-image] Aug 26 21:24:02.179 INFO O| Aug 26 21:24:02.179 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85282025-08-26T21:24:02.195Z[ recovery-image] Aug 26 21:24:02.179 INFO O| Aug 26 21:24:02.179 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85292025-08-26T21:24:02.195Z[ recovery-image] Aug 26 21:24:02.180 INFO O| Aug 26 21:24:02.179 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85302025-08-26T21:24:02.195Z[ recovery-image] Aug 26 21:24:02.180 INFO O| Aug 26 21:24:02.179 INFO ok!
85312025-08-26T21:24:02.195Z[ recovery-image] Aug 26 21:24:02.180 INFO O| Aug 26 21:24:02.180 INFO STEP 35 (ensure_file) COMPLETE
85322025-08-26T21:24:02.195Z[ recovery-image] Aug 26 21:24:02.180 INFO O| Aug 26 21:24:02.180 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85332025-08-26T21:24:02.195Z[ recovery-image] Aug 26 21:24:02.193 INFO O| Aug 26 21:24:02.193 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85342025-08-26T21:24:02.195Z[ recovery-image] Aug 26 21:24:02.193 INFO O| Aug 26 21:24:02.193 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85352025-08-26T21:24:02.195Z[ recovery-image] Aug 26 21:24:02.193 INFO O| Aug 26 21:24:02.193 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85362025-08-26T21:24:02.195Z[ recovery-image] Aug 26 21:24:02.193 INFO O| Aug 26 21:24:02.193 INFO ok!
85372025-08-26T21:24:02.195Z[ recovery-image] Aug 26 21:24:02.193 INFO O| Aug 26 21:24:02.193 INFO STEP 36 (ensure_file) COMPLETE
85382025-08-26T21:24:02.195Z[ recovery-image] Aug 26 21:24:02.193 INFO O| Aug 26 21:24:02.193 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85392025-08-26T21:24:02.221Z[ recovery-image] Aug 26 21:24:02.206 INFO O| Aug 26 21:24:02.206 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85402025-08-26T21:24:02.221Z[ recovery-image] Aug 26 21:24:02.206 INFO O| Aug 26 21:24:02.206 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85412025-08-26T21:24:02.221Z[ recovery-image] Aug 26 21:24:02.206 INFO O| Aug 26 21:24:02.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85422025-08-26T21:24:02.221Z[ recovery-image] Aug 26 21:24:02.206 INFO O| Aug 26 21:24:02.206 INFO ok!
85432025-08-26T21:24:02.221Z[ recovery-image] Aug 26 21:24:02.206 INFO O| Aug 26 21:24:02.206 INFO STEP 37 (ensure_file) COMPLETE
85442025-08-26T21:24:02.221Z[ recovery-image] Aug 26 21:24:02.206 INFO O| Aug 26 21:24:02.206 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85452025-08-26T21:24:02.221Z[ recovery-image] Aug 26 21:24:02.219 INFO O| Aug 26 21:24:02.219 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85462025-08-26T21:24:02.221Z[ recovery-image] Aug 26 21:24:02.219 INFO O| Aug 26 21:24:02.219 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85472025-08-26T21:24:02.221Z[ recovery-image] Aug 26 21:24:02.220 INFO O| Aug 26 21:24:02.220 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85482025-08-26T21:24:02.221Z[ recovery-image] Aug 26 21:24:02.220 INFO O| Aug 26 21:24:02.220 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85492025-08-26T21:24:02.221Z[ recovery-image] Aug 26 21:24:02.220 INFO O| Aug 26 21:24:02.220 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85502025-08-26T21:24:02.221Z[ recovery-image] Aug 26 21:24:02.220 INFO O| Aug 26 21:24:02.220 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85512025-08-26T21:24:02.222Z[ recovery-image] Aug 26 21:24:02.220 INFO O| Aug 26 21:24:02.220 INFO ok!
85522025-08-26T21:24:02.222Z[ recovery-image] Aug 26 21:24:02.220 INFO O| Aug 26 21:24:02.220 INFO STEP 38 (ensure_file) COMPLETE
85532025-08-26T21:24:02.222Z[ recovery-image] Aug 26 21:24:02.220 INFO O| Aug 26 21:24:02.220 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85542025-08-26T21:24:02.247Z[ recovery-image] Aug 26 21:24:02.233 INFO O| Aug 26 21:24:02.233 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85552025-08-26T21:24:02.247Z[ recovery-image] Aug 26 21:24:02.233 INFO O| Aug 26 21:24:02.233 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85562025-08-26T21:24:02.247Z[ recovery-image] Aug 26 21:24:02.233 INFO O| Aug 26 21:24:02.233 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85572025-08-26T21:24:02.247Z[ recovery-image] Aug 26 21:24:02.233 INFO O| Aug 26 21:24:02.233 INFO STEP 39 (ensure_dir) COMPLETE
85582025-08-26T21:24:02.247Z[ recovery-image] Aug 26 21:24:02.233 INFO O| Aug 26 21:24:02.233 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85592025-08-26T21:24:02.273Z[ recovery-image] Aug 26 21:24:02.251 INFO O| Aug 26 21:24:02.251 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
85602025-08-26T21:24:02.273Z[ recovery-image] Aug 26 21:24:02.251 INFO O| Aug 26 21:24:02.251 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 ...
85612025-08-26T21:24:02.273Z[ recovery-image] Aug 26 21:24:02.251 INFO O| Aug 26 21:24:02.251 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
85622025-08-26T21:24:02.273Z[ recovery-image] Aug 26 21:24:02.251 INFO O| Aug 26 21:24:02.251 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
85632025-08-26T21:24:02.273Z[ recovery-image] Aug 26 21:24:02.251 INFO O| Aug 26 21:24:02.251 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
85642025-08-26T21:24:02.273Z[ recovery-image] Aug 26 21:24:02.251 INFO O| Aug 26 21:24:02.251 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
85652025-08-26T21:24:02.273Z[ recovery-image] Aug 26 21:24:02.251 INFO O| Aug 26 21:24:02.251 INFO ok!
85662025-08-26T21:24:02.273Z[ recovery-image] Aug 26 21:24:02.251 INFO O| Aug 26 21:24:02.251 INFO STEP 40 (ensure_file) COMPLETE
85672025-08-26T21:24:02.273Z[ recovery-image] Aug 26 21:24:02.251 INFO O| Aug 26 21:24:02.251 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85682025-08-26T21:24:02.274Z[ recovery-image] Aug 26 21:24:02.271 INFO O| Aug 26 21:24:02.271 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85692025-08-26T21:24:02.274Z[ recovery-image] Aug 26 21:24:02.271 INFO O| Aug 26 21:24:02.271 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 ...
85702025-08-26T21:24:02.274Z[ recovery-image] Aug 26 21:24:02.271 INFO O| Aug 26 21:24:02.271 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85712025-08-26T21:24:02.274Z[ recovery-image] Aug 26 21:24:02.271 INFO O| Aug 26 21:24:02.271 INFO ok!
85722025-08-26T21:24:02.274Z[ recovery-image] Aug 26 21:24:02.271 INFO O| Aug 26 21:24:02.271 INFO STEP 41 (ensure_symlink) COMPLETE
85732025-08-26T21:24:02.274Z[ recovery-image] Aug 26 21:24:02.271 INFO O| Aug 26 21:24:02.271 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85742025-08-26T21:24:02.299Z[ recovery-image] Aug 26 21:24:02.290 INFO O| Aug 26 21:24:02.290 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85752025-08-26T21:24:02.299Z[ recovery-image] Aug 26 21:24:02.290 INFO O| Aug 26 21:24:02.290 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85762025-08-26T21:24:02.299Z[ recovery-image] Aug 26 21:24:02.290 INFO O| Aug 26 21:24:02.290 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85772025-08-26T21:24:02.299Z[ recovery-image] Aug 26 21:24:02.290 INFO O| Aug 26 21:24:02.290 INFO ok!
85782025-08-26T21:24:02.299Z[ recovery-image] Aug 26 21:24:02.290 INFO O| Aug 26 21:24:02.290 INFO STEP 42 (ensure_symlink) COMPLETE
85792025-08-26T21:24:02.299Z[ recovery-image] Aug 26 21:24:02.290 INFO O| Aug 26 21:24:02.290 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85802025-08-26T21:24:02.325Z[ recovery-image] Aug 26 21:24:02.303 INFO O| Aug 26 21:24:02.303 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85812025-08-26T21:24:02.325Z[ recovery-image] Aug 26 21:24:02.303 INFO O| Aug 26 21:24:02.303 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85822025-08-26T21:24:02.325Z[ recovery-image] Aug 26 21:24:02.303 INFO O| Aug 26 21:24:02.303 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85832025-08-26T21:24:02.325Z[ recovery-image] Aug 26 21:24:02.303 INFO O| Aug 26 21:24:02.303 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85842025-08-26T21:24:02.325Z[ recovery-image] Aug 26 21:24:02.303 INFO O| Aug 26 21:24:02.303 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85852025-08-26T21:24:02.325Z[ recovery-image] Aug 26 21:24:02.303 INFO O| Aug 26 21:24:02.303 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85862025-08-26T21:24:02.325Z[ recovery-image] Aug 26 21:24:02.303 INFO O| Aug 26 21:24:02.303 INFO ok!
85872025-08-26T21:24:02.325Z[ recovery-image] Aug 26 21:24:02.303 INFO O| Aug 26 21:24:02.303 INFO STEP 43 (ensure_file) COMPLETE
85882025-08-26T21:24:02.325Z[ recovery-image] Aug 26 21:24:02.303 INFO O| Aug 26 21:24:02.303 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85892025-08-26T21:24:02.325Z[ recovery-image] Aug 26 21:24:02.320 INFO O| Aug 26 21:24:02.320 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85902025-08-26T21:24:02.325Z[ recovery-image] Aug 26 21:24:02.320 INFO O| Aug 26 21:24:02.320 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 ...
85912025-08-26T21:24:02.325Z[ recovery-image] Aug 26 21:24:02.320 INFO O| Aug 26 21:24:02.320 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
85922025-08-26T21:24:02.325Z[ recovery-image] Aug 26 21:24:02.320 INFO O| Aug 26 21:24:02.320 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85932025-08-26T21:24:02.325Z[ recovery-image] Aug 26 21:24:02.320 INFO O| Aug 26 21:24:02.320 INFO ok!
85942025-08-26T21:24:02.325Z[ recovery-image] Aug 26 21:24:02.320 INFO O| Aug 26 21:24:02.320 INFO STEP 44 (ensure_file) COMPLETE
85952025-08-26T21:24:02.325Z[ recovery-image] Aug 26 21:24:02.320 INFO O| Aug 26 21:24:02.320 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85962025-08-26T21:24:02.351Z[ recovery-image] Aug 26 21:24:02.334 INFO O| Aug 26 21:24:02.334 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85972025-08-26T21:24:02.351Z[ recovery-image] Aug 26 21:24:02.334 INFO O| Aug 26 21:24:02.334 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85982025-08-26T21:24:02.351Z[ recovery-image] Aug 26 21:24:02.334 INFO O| Aug 26 21:24:02.334 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85992025-08-26T21:24:02.351Z[ recovery-image] Aug 26 21:24:02.334 INFO O| Aug 26 21:24:02.334 INFO ok!
86002025-08-26T21:24:02.351Z[ recovery-image] Aug 26 21:24:02.334 INFO O| Aug 26 21:24:02.334 INFO STEP 45 (ensure_file) COMPLETE
86012025-08-26T21:24:02.351Z[ recovery-image] Aug 26 21:24:02.334 INFO O| Aug 26 21:24:02.334 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86022025-08-26T21:24:02.378Z[ recovery-image] Aug 26 21:24:02.355 INFO O| Aug 26 21:24:02.355 INFO updating shadow file
86032025-08-26T21:24:02.378Z[ recovery-image] Aug 26 21:24:02.356 INFO O| Aug 26 21:24:02.356 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86042025-08-26T21:24:02.378Z[ recovery-image] Aug 26 21:24:02.356 INFO O| Aug 26 21:24:02.356 INFO STEP 46 (shadow) COMPLETE
86052025-08-26T21:24:02.378Z[ recovery-image] Aug 26 21:24:02.356 INFO O| Aug 26 21:24:02.356 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86062025-08-26T21:24:02.378Z[ recovery-image] Aug 26 21:24:02.373 INFO O| Aug 26 21:24:02.373 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
86072025-08-26T21:24:02.378Z[ recovery-image] Aug 26 21:24:02.373 INFO O| Aug 26 21:24:02.373 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
86082025-08-26T21:24:02.378Z[ recovery-image] Aug 26 21:24:02.373 INFO O| Aug 26 21:24:02.373 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86092025-08-26T21:24:02.378Z[ recovery-image] Aug 26 21:24:02.373 INFO O| Aug 26 21:24:02.373 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86102025-08-26T21:24:02.378Z[ recovery-image] Aug 26 21:24:02.373 INFO O| Aug 26 21:24:02.373 INFO ok!
86112025-08-26T21:24:02.378Z[ recovery-image] Aug 26 21:24:02.373 INFO O| Aug 26 21:24:02.373 INFO STEP 47 (ensure_file) COMPLETE
86122025-08-26T21:24:02.378Z[ recovery-image] Aug 26 21:24:02.373 INFO O| Aug 26 21:24:02.373 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86132025-08-26T21:24:02.434Z[ recovery-image] Aug 26 21:24:02.387 INFO O| Aug 26 21:24:02.386 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86142025-08-26T21:24:02.434Z[ recovery-image] Aug 26 21:24:02.387 INFO O| Aug 26 21:24:02.386 INFO STEP 48 (ensure_dir) COMPLETE
86152025-08-26T21:24:02.434Z[ recovery-image] Aug 26 21:24:02.387 INFO O| Aug 26 21:24:02.386 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86162025-08-26T21:24:02.434Z[ recovery-image] Aug 26 21:24:02.399 INFO O| Aug 26 21:24:02.399 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86172025-08-26T21:24:02.434Z[ recovery-image] Aug 26 21:24:02.399 INFO O| Aug 26 21:24:02.399 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86182025-08-26T21:24:02.435Z[ recovery-image] Aug 26 21:24:02.399 INFO O| Aug 26 21:24:02.399 INFO STEP 49 (ensure_dir) COMPLETE
86192025-08-26T21:24:02.435Z[ recovery-image] Aug 26 21:24:02.399 INFO O| Aug 26 21:24:02.399 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86202025-08-26T21:24:02.435Z[ recovery-image] Aug 26 21:24:02.412 INFO O| Aug 26 21:24:02.412 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86212025-08-26T21:24:02.435Z[ recovery-image] Aug 26 21:24:02.412 INFO O| Aug 26 21:24:02.412 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86222025-08-26T21:24:02.435Z[ recovery-image] Aug 26 21:24:02.412 INFO O| Aug 26 21:24:02.412 INFO STEP 50 (ensure_dir) COMPLETE
86232025-08-26T21:24:02.435Z[ recovery-image] Aug 26 21:24:02.412 INFO O| Aug 26 21:24:02.412 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86242025-08-26T21:24:02.435Z[ recovery-image] Aug 26 21:24:02.427 INFO O| Aug 26 21:24:02.426 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86252025-08-26T21:24:02.435Z[ recovery-image] Aug 26 21:24:02.427 INFO O| Aug 26 21:24:02.426 INFO copying /tmp/.tmpQmIViS/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86262025-08-26T21:24:02.513Z[ recovery-image] Aug 26 21:24:02.514 INFO O| Aug 26 21:24:02.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86272025-08-26T21:24:02.539Z[ recovery-image] Aug 26 21:24:02.514 INFO O| Aug 26 21:24:02.514 INFO ok!
86282025-08-26T21:24:02.539Z[ recovery-image] Aug 26 21:24:02.514 INFO O| Aug 26 21:24:02.514 INFO STEP 51 (ensure_file) COMPLETE
86292025-08-26T21:24:02.539Z[ recovery-image] Aug 26 21:24:02.514 INFO O| Aug 26 21:24:02.514 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86302025-08-26T21:24:02.564Z[ recovery-image] Aug 26 21:24:02.550 INFO O| Aug 26 21:24:02.550 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86312025-08-26T21:24:02.564Z[ recovery-image] Aug 26 21:24:02.550 INFO O| Aug 26 21:24:02.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86322025-08-26T21:24:02.564Z[ recovery-image] Aug 26 21:24:02.551 INFO O| Aug 26 21:24:02.550 INFO STEP 52 (ensure_dir) COMPLETE
86332025-08-26T21:24:02.564Z[ recovery-image] Aug 26 21:24:02.551 INFO O| Aug 26 21:24:02.550 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86342025-08-26T21:24:02.591Z[ recovery-image] Aug 26 21:24:02.569 INFO O| Aug 26 21:24:02.569 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86352025-08-26T21:24:02.591Z[ recovery-image] Aug 26 21:24:02.569 INFO O| Aug 26 21:24:02.569 INFO copying /tmp/.tmpQmIViS/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86362025-08-26T21:24:02.591Z[ recovery-image] Aug 26 21:24:02.570 INFO O| Aug 26 21:24:02.570 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86372025-08-26T21:24:02.592Z[ recovery-image] Aug 26 21:24:02.570 INFO O| Aug 26 21:24:02.570 INFO ok!
86382025-08-26T21:24:02.592Z[ recovery-image] Aug 26 21:24:02.570 INFO O| Aug 26 21:24:02.570 INFO STEP 53 (ensure_file) COMPLETE
86392025-08-26T21:24:02.592Z[ recovery-image] Aug 26 21:24:02.570 INFO O| Aug 26 21:24:02.570 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86402025-08-26T21:24:02.592Z[ recovery-image] Aug 26 21:24:02.587 INFO O| Aug 26 21:24:02.587 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86412025-08-26T21:24:02.592Z[ recovery-image] Aug 26 21:24:02.588 INFO O| Aug 26 21:24:02.588 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86422025-08-26T21:24:02.592Z[ recovery-image] Aug 26 21:24:02.588 INFO O| Aug 26 21:24:02.588 INFO STEP 54 (ensure_dir) COMPLETE
86432025-08-26T21:24:02.592Z[ recovery-image] Aug 26 21:24:02.588 INFO O| Aug 26 21:24:02.588 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86442025-08-26T21:24:02.617Z[ recovery-image] Aug 26 21:24:02.604 INFO O| Aug 26 21:24:02.603 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86452025-08-26T21:24:02.617Z[ recovery-image] Aug 26 21:24:02.604 INFO O| Aug 26 21:24:02.603 INFO copying /tmp/.tmpQmIViS/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86462025-08-26T21:24:05.663Z[ recovery-image] Aug 26 21:24:05.665 INFO O| Aug 26 21:24:05.665 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86472025-08-26T21:24:05.663Z[ recovery-image] Aug 26 21:24:05.665 INFO O| Aug 26 21:24:05.665 INFO ok!
86482025-08-26T21:24:05.689Z[ recovery-image] Aug 26 21:24:05.665 INFO O| Aug 26 21:24:05.665 INFO STEP 55 (ensure_file) COMPLETE
86492025-08-26T21:24:05.689Z[ recovery-image] Aug 26 21:24:05.665 INFO O| Aug 26 21:24:05.665 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86502025-08-26T21:24:05.689Z[ recovery-image] Aug 26 21:24:05.683 INFO O| Aug 26 21:24:05.683 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86512025-08-26T21:24:05.689Z[ recovery-image] Aug 26 21:24:05.683 INFO O| Aug 26 21:24:05.683 INFO copying /tmp/.tmpQmIViS/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86522025-08-26T21:24:08.699Z[ recovery-image] Aug 26 21:24:08.700 INFO O| Aug 26 21:24:08.700 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86532025-08-26T21:24:08.699Z[ recovery-image] Aug 26 21:24:08.700 INFO O| Aug 26 21:24:08.700 INFO ok!
86542025-08-26T21:24:08.699Z[ recovery-image] Aug 26 21:24:08.700 INFO O| Aug 26 21:24:08.700 INFO STEP 56 (ensure_file) COMPLETE
86552025-08-26T21:24:08.725Z[ recovery-image] Aug 26 21:24:08.700 INFO O| Aug 26 21:24:08.700 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86562025-08-26T21:24:08.725Z[ recovery-image] Aug 26 21:24:08.719 INFO O| Aug 26 21:24:08.719 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86572025-08-26T21:24:08.725Z[ recovery-image] Aug 26 21:24:08.719 INFO O| Aug 26 21:24:08.719 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86582025-08-26T21:24:08.725Z[ recovery-image] Aug 26 21:24:08.719 INFO O| Aug 26 21:24:08.719 INFO STEP 57 (ensure_dir) COMPLETE
86592025-08-26T21:24:08.725Z[ recovery-image] Aug 26 21:24:08.719 INFO O| Aug 26 21:24:08.719 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86602025-08-26T21:24:08.751Z[ recovery-image] Aug 26 21:24:08.736 INFO O| Aug 26 21:24:08.735 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86612025-08-26T21:24:08.751Z[ recovery-image] Aug 26 21:24:08.736 INFO O| Aug 26 21:24:08.736 INFO copying /tmp/.tmpQmIViS/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 ...
86622025-08-26T21:24:08.751Z[ recovery-image] Aug 26 21:24:08.736 INFO O| Aug 26 21:24:08.736 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
86632025-08-26T21:24:08.751Z[ recovery-image] Aug 26 21:24:08.736 INFO O| Aug 26 21:24:08.736 INFO ok!
86642025-08-26T21:24:08.751Z[ recovery-image] Aug 26 21:24:08.736 INFO O| Aug 26 21:24:08.736 INFO STEP 58 (ensure_file) COMPLETE
86652025-08-26T21:24:08.751Z[ recovery-image] Aug 26 21:24:08.736 INFO O| Aug 26 21:24:08.736 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86662025-08-26T21:24:08.751Z[ recovery-image] Aug 26 21:24:08.749 INFO O| Aug 26 21:24:08.748 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86672025-08-26T21:24:08.751Z[ recovery-image] Aug 26 21:24:08.749 INFO O| Aug 26 21:24:08.749 INFO copying /tmp/.tmpQmIViS/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 ...
86682025-08-26T21:24:08.751Z[ recovery-image] Aug 26 21:24:08.749 INFO O| Aug 26 21:24:08.749 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
86692025-08-26T21:24:08.751Z[ recovery-image] Aug 26 21:24:08.749 INFO O| Aug 26 21:24:08.749 INFO ok!
86702025-08-26T21:24:08.751Z[ recovery-image] Aug 26 21:24:08.749 INFO O| Aug 26 21:24:08.749 INFO STEP 59 (ensure_file) COMPLETE
86712025-08-26T21:24:08.751Z[ recovery-image] Aug 26 21:24:08.749 INFO O| Aug 26 21:24:08.749 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86722025-08-26T21:24:08.777Z[ recovery-image] Aug 26 21:24:08.766 INFO O| Aug 26 21:24:08.766 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86732025-08-26T21:24:08.777Z[ recovery-image] Aug 26 21:24:08.766 INFO O| Aug 26 21:24:08.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86742025-08-26T21:24:08.777Z[ recovery-image] Aug 26 21:24:08.767 INFO O| Aug 26 21:24:08.766 INFO STEP 60 (ensure_dir) COMPLETE
86752025-08-26T21:24:08.777Z[ recovery-image] Aug 26 21:24:08.767 INFO O| Aug 26 21:24:08.766 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86762025-08-26T21:24:08.802Z[ recovery-image] Aug 26 21:24:08.780 INFO O| Aug 26 21:24:08.779 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86772025-08-26T21:24:08.802Z[ recovery-image] Aug 26 21:24:08.780 INFO O| Aug 26 21:24:08.779 INFO copying /tmp/.tmpQmIViS/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 ...
86782025-08-26T21:24:08.802Z[ recovery-image] Aug 26 21:24:08.780 INFO O| Aug 26 21:24:08.780 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86792025-08-26T21:24:08.802Z[ recovery-image] Aug 26 21:24:08.780 INFO O| Aug 26 21:24:08.780 INFO ok!
86802025-08-26T21:24:08.802Z[ recovery-image] Aug 26 21:24:08.780 INFO O| Aug 26 21:24:08.780 INFO STEP 61 (ensure_file) COMPLETE
86812025-08-26T21:24:08.802Z[ recovery-image] Aug 26 21:24:08.780 INFO O| Aug 26 21:24:08.780 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86822025-08-26T21:24:08.802Z[ recovery-image] Aug 26 21:24:08.797 INFO O| Aug 26 21:24:08.797 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86832025-08-26T21:24:08.802Z[ recovery-image] Aug 26 21:24:08.797 INFO O| Aug 26 21:24:08.797 INFO copying /tmp/.tmpQmIViS/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 ...
86842025-08-26T21:24:08.802Z[ recovery-image] Aug 26 21:24:08.798 INFO O| Aug 26 21:24:08.798 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
86852025-08-26T21:24:08.802Z[ recovery-image] Aug 26 21:24:08.798 INFO O| Aug 26 21:24:08.798 INFO ok!
86862025-08-26T21:24:08.802Z[ recovery-image] Aug 26 21:24:08.798 INFO O| Aug 26 21:24:08.798 INFO STEP 62 (ensure_file) COMPLETE
86872025-08-26T21:24:08.802Z[ recovery-image] Aug 26 21:24:08.798 INFO O| Aug 26 21:24:08.798 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86882025-08-26T21:24:08.827Z[ recovery-image] Aug 26 21:24:08.816 INFO O| Aug 26 21:24:08.816 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86892025-08-26T21:24:08.827Z[ recovery-image] Aug 26 21:24:08.816 INFO O| Aug 26 21:24:08.816 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86902025-08-26T21:24:08.827Z[ recovery-image] Aug 26 21:24:08.816 INFO O| Aug 26 21:24:08.816 INFO STEP 63 (ensure_dir) COMPLETE
86912025-08-26T21:24:08.827Z[ recovery-image] Aug 26 21:24:08.816 INFO O| Aug 26 21:24:08.816 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86922025-08-26T21:24:08.853Z[ recovery-image] Aug 26 21:24:08.835 INFO O| Aug 26 21:24:08.835 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86932025-08-26T21:24:08.853Z[ recovery-image] Aug 26 21:24:08.835 INFO O| Aug 26 21:24:08.835 INFO copying /tmp/.tmpQmIViS/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 ...
86942025-08-26T21:24:08.853Z[ recovery-image] Aug 26 21:24:08.835 INFO O| Aug 26 21:24:08.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86952025-08-26T21:24:08.853Z[ recovery-image] Aug 26 21:24:08.835 INFO O| Aug 26 21:24:08.835 INFO ok!
86962025-08-26T21:24:08.853Z[ recovery-image] Aug 26 21:24:08.835 INFO O| Aug 26 21:24:08.835 INFO STEP 64 (ensure_file) COMPLETE
86972025-08-26T21:24:08.853Z[ recovery-image] Aug 26 21:24:08.835 INFO O| Aug 26 21:24:08.835 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86982025-08-26T21:24:08.853Z[ recovery-image] Aug 26 21:24:08.853 INFO O| Aug 26 21:24:08.853 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86992025-08-26T21:24:08.853Z[ recovery-image] Aug 26 21:24:08.853 INFO O| Aug 26 21:24:08.853 INFO copying /tmp/.tmpQmIViS/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
87002025-08-26T21:24:08.853Z[ recovery-image] Aug 26 21:24:08.853 INFO O| Aug 26 21:24:08.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
87012025-08-26T21:24:08.853Z[ recovery-image] Aug 26 21:24:08.853 INFO O| Aug 26 21:24:08.853 INFO ok!
87022025-08-26T21:24:08.853Z[ recovery-image] Aug 26 21:24:08.853 INFO O| Aug 26 21:24:08.853 INFO STEP 65 (ensure_file) COMPLETE
87032025-08-26T21:24:08.853Z[ recovery-image] Aug 26 21:24:08.853 INFO O| Aug 26 21:24:08.853 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87042025-08-26T21:24:08.878Z[ recovery-image] Aug 26 21:24:08.875 INFO O| Aug 26 21:24:08.874 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
87052025-08-26T21:24:08.878Z[ recovery-image] Aug 26 21:24:08.875 INFO O| Aug 26 21:24:08.875 INFO STEP 66 (ensure_dir) COMPLETE
87062025-08-26T21:24:08.878Z[ recovery-image] Aug 26 21:24:08.875 INFO O| Aug 26 21:24:08.875 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87072025-08-26T21:24:08.903Z[ recovery-image] Aug 26 21:24:08.892 INFO O| Aug 26 21:24:08.891 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
87082025-08-26T21:24:08.903Z[ recovery-image] Aug 26 21:24:08.892 INFO O| Aug 26 21:24:08.892 INFO STEP 67 (ensure_dir) COMPLETE
87092025-08-26T21:24:08.903Z[ recovery-image] Aug 26 21:24:08.892 INFO O| Aug 26 21:24:08.892 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87102025-08-26T21:24:08.928Z[ recovery-image] Aug 26 21:24:08.907 INFO O| Aug 26 21:24:08.907 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
87112025-08-26T21:24:08.928Z[ recovery-image] Aug 26 21:24:08.907 INFO O| Aug 26 21:24:08.907 INFO STEP 68 (ensure_dir) COMPLETE
87122025-08-26T21:24:08.928Z[ recovery-image] Aug 26 21:24:08.907 INFO O| Aug 26 21:24:08.907 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87132025-08-26T21:24:08.928Z[ recovery-image] Aug 26 21:24:08.922 INFO O| Aug 26 21:24:08.922 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87142025-08-26T21:24:08.928Z[ recovery-image] Aug 26 21:24:08.922 INFO O| Aug 26 21:24:08.922 INFO STEP 69 (ensure_dir) COMPLETE
87152025-08-26T21:24:08.928Z[ recovery-image] Aug 26 21:24:08.922 INFO O| Aug 26 21:24:08.922 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87162025-08-26T21:24:08.953Z[ recovery-image] Aug 26 21:24:08.943 INFO O| Aug 26 21:24:08.943 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87172025-08-26T21:24:08.953Z[ recovery-image] Aug 26 21:24:08.943 INFO O| Aug 26 21:24:08.943 INFO copying /tmp/.tmpQmIViS/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87182025-08-26T21:24:08.953Z[ recovery-image] Aug 26 21:24:08.943 INFO O| Aug 26 21:24:08.943 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87192025-08-26T21:24:08.953Z[ recovery-image] Aug 26 21:24:08.943 INFO O| Aug 26 21:24:08.943 INFO ok!
87202025-08-26T21:24:08.953Z[ recovery-image] Aug 26 21:24:08.943 INFO O| Aug 26 21:24:08.943 INFO STEP 70 (ensure_file) COMPLETE
87212025-08-26T21:24:08.953Z[ recovery-image] Aug 26 21:24:08.943 INFO O| Aug 26 21:24:08.943 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87222025-08-26T21:24:08.979Z[ recovery-image] Aug 26 21:24:08.965 INFO O| Aug 26 21:24:08.965 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87232025-08-26T21:24:08.979Z[ recovery-image] Aug 26 21:24:08.965 INFO O| Aug 26 21:24:08.965 INFO STEP 71 (remove_files) COMPLETE
87242025-08-26T21:24:08.979Z[ recovery-image] Aug 26 21:24:08.965 INFO O| Aug 26 21:24:08.965 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87252025-08-26T21:24:09.004Z[ recovery-image] Aug 26 21:24:08.985 INFO O| Aug 26 21:24:08.985 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87262025-08-26T21:24:09.004Z[ recovery-image] Aug 26 21:24:08.985 INFO O| Aug 26 21:24:08.985 INFO STEP 72 (remove_files) COMPLETE
87272025-08-26T21:24:09.004Z[ recovery-image] Aug 26 21:24:08.985 INFO O| Aug 26 21:24:08.985 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87282025-08-26T21:24:09.004Z[ recovery-image] Aug 26 21:24:09.003 INFO O| Aug 26 21:24:09.003 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87292025-08-26T21:24:09.004Z[ recovery-image] Aug 26 21:24:09.004 INFO O| Aug 26 21:24:09.004 INFO STEP 73 (remove_files) COMPLETE
87302025-08-26T21:24:09.004Z[ recovery-image] Aug 26 21:24:09.004 INFO O| Aug 26 21:24:09.004 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87312025-08-26T21:24:09.029Z[ recovery-image] Aug 26 21:24:09.022 INFO O| Aug 26 21:24:09.022 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87322025-08-26T21:24:09.029Z[ recovery-image] Aug 26 21:24:09.022 INFO O| Aug 26 21:24:09.022 INFO STEP 74 (remove_files) COMPLETE
87332025-08-26T21:24:09.029Z[ recovery-image] Aug 26 21:24:09.022 INFO O| Aug 26 21:24:09.022 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87342025-08-26T21:24:09.055Z[ recovery-image] Aug 26 21:24:09.040 INFO O| Aug 26 21:24:09.040 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87352025-08-26T21:24:09.055Z[ recovery-image] Aug 26 21:24:09.040 INFO O| Aug 26 21:24:09.040 INFO STEP 75 (remove_files) COMPLETE
87362025-08-26T21:24:09.055Z[ recovery-image] Aug 26 21:24:09.040 INFO O| Aug 26 21:24:09.040 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87372025-08-26T21:24:09.080Z[ recovery-image] Aug 26 21:24:09.058 INFO O| Aug 26 21:24:09.058 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87382025-08-26T21:24:09.080Z[ recovery-image] Aug 26 21:24:09.059 INFO O| Aug 26 21:24:09.058 INFO STEP 76 (remove_files) COMPLETE
87392025-08-26T21:24:09.080Z[ recovery-image] Aug 26 21:24:09.059 INFO O| Aug 26 21:24:09.058 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87402025-08-26T21:24:09.080Z[ recovery-image] Aug 26 21:24:09.075 INFO O| Aug 26 21:24:09.075 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87412025-08-26T21:24:09.080Z[ recovery-image] Aug 26 21:24:09.075 INFO O| Aug 26 21:24:09.075 INFO STEP 77 (remove_files) COMPLETE
87422025-08-26T21:24:09.080Z[ recovery-image] Aug 26 21:24:09.075 INFO O| Aug 26 21:24:09.075 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87432025-08-26T21:24:09.106Z[ recovery-image] Aug 26 21:24:09.090 INFO O| Aug 26 21:24:09.090 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87442025-08-26T21:24:09.106Z[ recovery-image] Aug 26 21:24:09.090 INFO O| Aug 26 21:24:09.090 INFO STEP 78 (remove_files) COMPLETE
87452025-08-26T21:24:09.106Z[ recovery-image] Aug 26 21:24:09.090 INFO O| Aug 26 21:24:09.090 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87462025-08-26T21:24:09.106Z[ recovery-image] Aug 26 21:24:09.104 INFO O| Aug 26 21:24:09.104 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87472025-08-26T21:24:09.106Z[ recovery-image] Aug 26 21:24:09.104 INFO O| Aug 26 21:24:09.104 INFO STEP 79 (remove_files) COMPLETE
87482025-08-26T21:24:09.106Z[ recovery-image] Aug 26 21:24:09.104 INFO O| Aug 26 21:24:09.104 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87492025-08-26T21:24:09.133Z[ recovery-image] Aug 26 21:24:09.116 INFO O| Aug 26 21:24:09.116 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87502025-08-26T21:24:09.133Z[ recovery-image] Aug 26 21:24:09.117 INFO O| Aug 26 21:24:09.116 INFO STEP 80 (remove_files) COMPLETE
87512025-08-26T21:24:09.133Z[ recovery-image] Aug 26 21:24:09.117 INFO O| Aug 26 21:24:09.116 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87522025-08-26T21:24:09.133Z[ recovery-image] Aug 26 21:24:09.130 INFO O| Aug 26 21:24:09.129 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87532025-08-26T21:24:09.133Z[ recovery-image] Aug 26 21:24:09.130 INFO O| Aug 26 21:24:09.130 INFO STEP 81 (remove_files) COMPLETE
87542025-08-26T21:24:09.133Z[ recovery-image] Aug 26 21:24:09.130 INFO O| Aug 26 21:24:09.130 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87552025-08-26T21:24:09.158Z[ recovery-image] Aug 26 21:24:09.142 INFO O| Aug 26 21:24:09.142 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87562025-08-26T21:24:09.158Z[ recovery-image] Aug 26 21:24:09.142 INFO O| Aug 26 21:24:09.142 INFO STEP 82 (remove_files) COMPLETE
87572025-08-26T21:24:09.158Z[ recovery-image] Aug 26 21:24:09.142 INFO O| Aug 26 21:24:09.142 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87582025-08-26T21:24:09.158Z[ recovery-image] Aug 26 21:24:09.155 INFO O| Aug 26 21:24:09.155 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87592025-08-26T21:24:09.158Z[ recovery-image] Aug 26 21:24:09.155 INFO O| Aug 26 21:24:09.155 INFO STEP 83 (remove_files) COMPLETE
87602025-08-26T21:24:09.158Z[ recovery-image] Aug 26 21:24:09.155 INFO O| Aug 26 21:24:09.155 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87612025-08-26T21:24:09.183Z[ recovery-image] Aug 26 21:24:09.171 INFO O| Aug 26 21:24:09.171 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87622025-08-26T21:24:09.183Z[ recovery-image] Aug 26 21:24:09.171 INFO O| Aug 26 21:24:09.171 INFO STEP 84 (remove_files) COMPLETE
87632025-08-26T21:24:09.183Z[ recovery-image] Aug 26 21:24:09.171 INFO O| Aug 26 21:24:09.171 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87642025-08-26T21:24:09.209Z[ recovery-image] Aug 26 21:24:09.195 INFO O| Aug 26 21:24:09.195 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87652025-08-26T21:24:09.209Z[ recovery-image] Aug 26 21:24:09.195 INFO O| Aug 26 21:24:09.195 INFO STEP 85 (remove_files) COMPLETE
87662025-08-26T21:24:09.209Z[ recovery-image] Aug 26 21:24:09.195 INFO O| Aug 26 21:24:09.195 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87672025-08-26T21:24:09.275Z[ recovery-image] Aug 26 21:24:09.208 INFO O| Aug 26 21:24:09.208 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87682025-08-26T21:24:09.275Z[ recovery-image] Aug 26 21:24:09.208 INFO O| Aug 26 21:24:09.208 INFO STEP 86 (remove_files) COMPLETE
87692025-08-26T21:24:09.275Z[ recovery-image] Aug 26 21:24:09.208 INFO O| Aug 26 21:24:09.208 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87702025-08-26T21:24:09.275Z[ recovery-image] Aug 26 21:24:09.222 INFO O| Aug 26 21:24:09.222 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87712025-08-26T21:24:09.275Z[ recovery-image] Aug 26 21:24:09.222 INFO O| Aug 26 21:24:09.222 INFO STEP 87 (remove_files) COMPLETE
87722025-08-26T21:24:09.276Z[ recovery-image] Aug 26 21:24:09.222 INFO O| Aug 26 21:24:09.222 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87732025-08-26T21:24:09.276Z[ recovery-image] Aug 26 21:24:09.241 INFO O| Aug 26 21:24:09.241 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87742025-08-26T21:24:09.276Z[ recovery-image] Aug 26 21:24:09.241 INFO O| Aug 26 21:24:09.241 INFO STEP 88 (remove_files) COMPLETE
87752025-08-26T21:24:09.276Z[ recovery-image] Aug 26 21:24:09.242 INFO O| Aug 26 21:24:09.241 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87762025-08-26T21:24:09.276Z[ recovery-image] Aug 26 21:24:09.262 INFO O| Aug 26 21:24:09.262 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87772025-08-26T21:24:09.276Z[ recovery-image] Aug 26 21:24:09.262 INFO O| Aug 26 21:24:09.262 INFO STEP 89 (remove_files) COMPLETE
87782025-08-26T21:24:09.276Z[ recovery-image] Aug 26 21:24:09.262 INFO O| Aug 26 21:24:09.262 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87792025-08-26T21:24:09.301Z[ recovery-image] Aug 26 21:24:09.280 INFO O| Aug 26 21:24:09.280 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87802025-08-26T21:24:09.301Z[ recovery-image] Aug 26 21:24:09.280 INFO O| Aug 26 21:24:09.280 INFO STEP 90 (remove_files) COMPLETE
87812025-08-26T21:24:09.301Z[ recovery-image] Aug 26 21:24:09.280 INFO O| Aug 26 21:24:09.280 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87822025-08-26T21:24:09.301Z[ recovery-image] Aug 26 21:24:09.298 INFO O| Aug 26 21:24:09.298 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87832025-08-26T21:24:09.301Z[ recovery-image] Aug 26 21:24:09.298 INFO O| Aug 26 21:24:09.298 INFO STEP 91 (remove_files) COMPLETE
87842025-08-26T21:24:09.301Z[ recovery-image] Aug 26 21:24:09.298 INFO O| Aug 26 21:24:09.298 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87852025-08-26T21:24:09.348Z[ recovery-image] Aug 26 21:24:09.348 INFO O| Aug 26 21:24:09.347 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87862025-08-26T21:24:09.348Z[ recovery-image] Aug 26 21:24:09.348 INFO O| Aug 26 21:24:09.348 INFO STEP 92 (remove_files) COMPLETE
87872025-08-26T21:24:09.348Z[ recovery-image] Aug 26 21:24:09.348 INFO O| Aug 26 21:24:09.348 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87882025-08-26T21:24:09.374Z[ recovery-image] Aug 26 21:24:09.362 INFO O| Aug 26 21:24:09.362 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87892025-08-26T21:24:09.374Z[ recovery-image] Aug 26 21:24:09.362 INFO O| Aug 26 21:24:09.362 INFO STEP 93 (remove_files) COMPLETE
87902025-08-26T21:24:09.374Z[ recovery-image] Aug 26 21:24:09.362 INFO O| Aug 26 21:24:09.362 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87912025-08-26T21:24:09.374Z[ recovery-image] Aug 26 21:24:09.375 INFO O| Aug 26 21:24:09.375 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87922025-08-26T21:24:09.374Z[ recovery-image] Aug 26 21:24:09.375 INFO O| Aug 26 21:24:09.375 INFO STEP 94 (remove_files) COMPLETE
87932025-08-26T21:24:09.374Z[ recovery-image] Aug 26 21:24:09.375 INFO O| Aug 26 21:24:09.375 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87942025-08-26T21:24:09.429Z[ recovery-image] Aug 26 21:24:09.389 INFO O| Aug 26 21:24:09.389 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87952025-08-26T21:24:09.429Z[ recovery-image] Aug 26 21:24:09.389 INFO O| Aug 26 21:24:09.389 INFO STEP 95 (remove_files) COMPLETE
87962025-08-26T21:24:09.429Z[ recovery-image] Aug 26 21:24:09.389 INFO O| Aug 26 21:24:09.389 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87972025-08-26T21:24:09.429Z[ recovery-image] Aug 26 21:24:09.403 INFO O| Aug 26 21:24:09.403 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87982025-08-26T21:24:09.429Z[ recovery-image] Aug 26 21:24:09.403 INFO O| Aug 26 21:24:09.403 INFO STEP 96 (remove_files) COMPLETE
87992025-08-26T21:24:09.429Z[ recovery-image] Aug 26 21:24:09.403 INFO O| Aug 26 21:24:09.403 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88002025-08-26T21:24:09.429Z[ recovery-image] Aug 26 21:24:09.417 INFO O| Aug 26 21:24:09.417 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
88012025-08-26T21:24:09.429Z[ recovery-image] Aug 26 21:24:09.418 INFO O| Aug 26 21:24:09.418 INFO STEP 97 (remove_files) COMPLETE
88022025-08-26T21:24:09.429Z[ recovery-image] Aug 26 21:24:09.418 INFO O| Aug 26 21:24:09.418 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88032025-08-26T21:24:09.455Z[ recovery-image] Aug 26 21:24:09.431 INFO O| Aug 26 21:24:09.431 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
88042025-08-26T21:24:09.455Z[ recovery-image] Aug 26 21:24:09.431 INFO O| Aug 26 21:24:09.431 INFO STEP 98 (remove_files) COMPLETE
88052025-08-26T21:24:09.455Z[ recovery-image] Aug 26 21:24:09.431 INFO O| Aug 26 21:24:09.431 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88062025-08-26T21:24:09.455Z[ recovery-image] Aug 26 21:24:09.445 INFO O| Aug 26 21:24:09.445 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
88072025-08-26T21:24:09.455Z[ recovery-image] Aug 26 21:24:09.445 INFO O| Aug 26 21:24:09.445 INFO STEP 99 (remove_files) COMPLETE
88082025-08-26T21:24:09.455Z[ recovery-image] Aug 26 21:24:09.445 INFO O| Aug 26 21:24:09.445 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88092025-08-26T21:24:09.480Z[ recovery-image] Aug 26 21:24:09.462 INFO O| Aug 26 21:24:09.462 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
88102025-08-26T21:24:09.480Z[ recovery-image] Aug 26 21:24:09.463 INFO O| Aug 26 21:24:09.463 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", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
88112025-08-26T21:24:20.880Z[ recovery-image] Aug 26 21:24:20.882 INFO O| Aug 26 21:24:20.882 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
88122025-08-26T21:24:20.905Z[ recovery-image] Aug 26 21:24:20.882 INFO O| Aug 26 21:24:20.882 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88132025-08-26T21:24:20.933Z[ recovery-image] Aug 26 21:24:20.916 INFO O| Aug 26 21:24:20.916 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"}
88142025-08-26T21:24:21.150Z[ recovery-image] Aug 26 21:24:21.151 INFO O| Aug 26 21:24:21.151 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
88152025-08-26T21:24:21.323Z[ recovery-image] Aug 26 21:24:21.322 INFO O| Aug 26 21:24:21.322 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"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", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
88162025-08-26T21:24:21.479Z[ recovery-image] Aug 26 21:24:21.480 INFO O| Aug 26 21:24:21.480 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88172025-08-26T21:24:21.479Z[ recovery-image] Aug 26 21:24:21.480 INFO O| Aug 26 21:24:21.480 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 ...
88182025-08-26T21:24:21.504Z[ recovery-image] Aug 26 21:24:21.483 INFO O| Aug 26 21:24:21.483 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88192025-08-26T21:24:21.504Z[ recovery-image] Aug 26 21:24:21.483 INFO O| Aug 26 21:24:21.483 INFO ok!
88202025-08-26T21:24:21.504Z[ recovery-image] Aug 26 21:24:21.483 INFO O| Aug 26 21:24:21.483 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88212025-08-26T21:24:21.504Z[ recovery-image] Aug 26 21:24:21.483 INFO O| Aug 26 21:24:21.483 INFO STEP 100 (seed_smf) COMPLETE
88222025-08-26T21:24:21.504Z[ recovery-image] Aug 26 21:24:21.483 INFO O| Aug 26 21:24:21.483 INFO steps complete; finalising image!
88232025-08-26T21:24:21.504Z[ recovery-image] Aug 26 21:24:21.483 INFO O| Aug 26 21:24:21.483 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88242025-08-26T21:24:21.576Z[ recovery-image] Aug 26 21:24:21.579 INFO O| Aug 26 21:24:21.579 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Tue Aug 26 21:24:21 2025)
88252025-08-26T21:24:21.787Z[ recovery-image] Aug 26 21:24:21.789 INFO O| Aug 26 21:24:21.789 INFO trim TEMPORARY-sled-zfs-recovery: (70% trimmed, started at Tue Aug 26 21:24:21 2025)
88262025-08-26T21:24:22.014Z[ recovery-image] Aug 26 21:24:22.016 INFO O| Aug 26 21:24:22.016 INFO temporary pool has 414M used, 1.35G avail, 1.00x compressratio
88272025-08-26T21:24:22.014Z[ recovery-image] Aug 26 21:24:22.016 INFO O| Aug 26 21:24:22.016 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88282025-08-26T21:24:22.906Z[ recovery-image] Aug 26 21:24:22.908 INFO O| Aug 26 21:24:22.908 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
88292025-08-26T21:24:22.906Z[ recovery-image] Aug 26 21:24:22.908 INFO O| Aug 26 21:24:22.908 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88302025-08-26T21:24:29.300Z[ recovery-image] Aug 26 21:24:29.296 INFO O| Aug 26 21:24:29.295 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88312025-08-26T21:24:29.301Z[ recovery-image] Aug 26 21:24:29.296 INFO O| Aug 26 21:24:29.296 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88322025-08-26T21:24:29.301Z[ recovery-image] Aug 26 21:24:29.296 INFO O| Aug 26 21:24:29.296 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88332025-08-26T21:24:29.354Z[ recovery-image] Aug 26 21:24:29.296 INFO O| Aug 26 21:24:29.296 INFO completed processing sled/zfs-recovery
88342025-08-26T21:24:29.354Z[ recovery-image] Aug 26 21:24:29.296 INFO O| Aug 26 21:24:29.296 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88352025-08-26T21:24:29.505Z[ recovery-image] Aug 26 21:24:29.507 INFO O| Aug 26 21:24:29.507 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88362025-08-26T21:24:29.590Z[ recovery-image] Aug 26 21:24:29.592 INFO BUILD STRING "heads/stlouis-0-g34a947f851\n"
88372025-08-26T21:24:29.616Z[ recovery-image] Aug 26 21:24:29.593 INFO expanded image name: "recovery 823d0d5/${os_short_commit} 2025-08-26 20:34" -> "recovery 823d0d5/34a947f 2025-08-26 20:34"
88382025-08-26T21:24:29.616Z[ recovery-image] Aug 26 21:24:29.593 INFO output artefacts stored in: "/work/os-recovery"
88392025-08-26T21:24:29.616Z[ recovery-image] Aug 26 21:24:29.594 INFO collecting git info from project "phbl"...
88402025-08-26T21:24:29.642Z[ recovery-image] Aug 26 21:24:29.631 INFO collecting git info from project "pilot"...
88412025-08-26T21:24:29.673Z[ recovery-image] Aug 26 21:24:29.675 INFO collecting git info from project "bootserver"...
88422025-08-26T21:24:29.699Z[ recovery-image] Aug 26 21:24:29.691 INFO collecting git info from project "image-builder"...
88432025-08-26T21:24:29.725Z[ recovery-image] Aug 26 21:24:29.708 INFO collecting git info from project "pinprick"...
88442025-08-26T21:24:29.753Z[ recovery-image] Aug 26 21:24:29.734 INFO collecting git info from project "chelsio-t6-roms"...
88452025-08-26T21:24:29.830Z[ recovery-image] Aug 26 21:24:29.833 INFO collecting git info from project "amd-firmware"...
88462025-08-26T21:24:30.222Z[ recovery-image] Aug 26 21:24:30.225 INFO collecting git info from project "amd-host-image-builder"...
88472025-08-26T21:24:30.304Z[ recovery-image] Aug 26 21:24:30.304 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88482025-08-26T21:24:31.770Z[ recovery-image] Aug 26 21:24:31.772 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88492025-08-26T21:24:32.500Z[ recovery-image] Aug 26 21:24:32.502 INFO creating Oxide boot image...
88502025-08-26T21:24:32.551Z[ recovery-image] Aug 26 21:24:32.503 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 823d0d5/34a947f 2025-08-26 20:34", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88512025-08-26T21:25:05.135Z[ host-image] Aug 26 21:25:05.138 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23521:20250826T130202Z
88522025-08-26T21:25:05.135Z[ host-image] Aug 26 21:25:05.139 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23521:20250826T130202Z
88532025-08-26T21:25:05.185Z[ host-image] Aug 26 21:25:05.139 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
88542025-08-26T21:25:05.185Z[ host-image] Aug 26 21:25:05.139 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
88552025-08-26T21:25:05.185Z[ host-image] Aug 26 21:25:05.139 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
88562025-08-26T21:25:05.185Z[ host-image] Aug 26 21:25:05.139 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
88572025-08-26T21:25:05.185Z[ host-image] Aug 26 21:25:05.139 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
88582025-08-26T21:25:05.185Z[ host-image] Aug 26 21:25:05.139 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
88592025-08-26T21:25:05.185Z[ host-image] Aug 26 21:25:05.140 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0:20250826T203453Z
88602025-08-26T21:25:05.185Z[ host-image] Aug 26 21:25:05.141 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
88612025-08-26T21:25:05.185Z[ host-image] Aug 26 21:25:05.141 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
88622025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.141 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23521:20250826T130203Z
88632025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.142 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23521:20250826T130203Z
88642025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.142 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23521:20250826T130203Z
88652025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.142 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23521:20250826T130204Z
88662025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.142 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
88672025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.143 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23521:20250826T130204Z
88682025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.143 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23521:20250826T130204Z
88692025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.143 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23521:20250826T130204Z
88702025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.143 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23521:20250826T130204Z
88712025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.144 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23521:20250826T130205Z
88722025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.144 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23521:20250826T130205Z
88732025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.144 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23521:20250826T130205Z
88742025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.144 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23521:20250826T130206Z
88752025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.144 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23521:20250826T130206Z
88762025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.144 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23521:20250826T130206Z
88772025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.144 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23521:20250826T130208Z
88782025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.144 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23521:20250826T130208Z
88792025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.144 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23521:20250826T130209Z
88802025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.145 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23521:20250826T130210Z
88812025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.145 INFO O| install = pkg://helios-dev/driver/network/opte@0.37.402:20250804T171548Z
88822025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.145 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23521:20250826T130211Z
88832025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.145 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23521:20250826T130213Z
88842025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.145 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23521:20250826T130214Z
88852025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.145 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23521:20250826T130215Z
88862025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.145 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23521:20250826T130216Z
88872025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.146 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23521:20250826T130216Z
88882025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.151 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
88892025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.151 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23521:20250826T130216Z
88902025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.151 INFO O| install = pkg://helios-dev/library/expat@2.7.1-2.0:20250329T143900Z
88912025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.151 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
88922025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.152 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
88932025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.152 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23521:20250826T130216Z
88942025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.152 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
88952025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.152 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
88962025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.153 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
88972025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.153 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
88982025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.160 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
88992025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.160 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
89002025-08-26T21:25:05.186Z[ host-image] Aug 26 21:25:05.160 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
89012025-08-26T21:25:05.187Z[ host-image] Aug 26 21:25:05.160 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
89022025-08-26T21:25:05.187Z[ host-image] Aug 26 21:25:05.161 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
89032025-08-26T21:25:05.187Z[ host-image] Aug 26 21:25:05.161 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
89042025-08-26T21:25:05.212Z[ host-image] Aug 26 21:25:05.181 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.17-2.0:20250701T143425Z
89052025-08-26T21:25:05.212Z[ host-image] Aug 26 21:25:05.182 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
89062025-08-26T21:25:05.212Z[ host-image] Aug 26 21:25:05.182 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
89072025-08-26T21:25:05.213Z[ host-image] Aug 26 21:25:05.182 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23521:20250826T130218Z
89082025-08-26T21:25:05.213Z[ host-image] Aug 26 21:25:05.182 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23521:20250826T130224Z
89092025-08-26T21:25:05.213Z[ host-image] Aug 26 21:25:05.182 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
89102025-08-26T21:25:05.213Z[ host-image] Aug 26 21:25:05.182 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23521:20250826T130225Z
89112025-08-26T21:25:05.213Z[ host-image] Aug 26 21:25:05.182 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89122025-08-26T21:25:05.213Z[ host-image] Aug 26 21:25:05.182 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89132025-08-26T21:25:05.213Z[ host-image] Aug 26 21:25:05.182 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
89142025-08-26T21:25:05.213Z[ host-image] Aug 26 21:25:05.183 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89152025-08-26T21:25:05.213Z[ host-image] Aug 26 21:25:05.183 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23521:20250826T130225Z
89162025-08-26T21:25:05.213Z[ host-image] Aug 26 21:25:05.183 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89172025-08-26T21:25:05.213Z[ host-image] Aug 26 21:25:05.185 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89182025-08-26T21:25:05.213Z[ host-image] Aug 26 21:25:05.185 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89192025-08-26T21:25:05.213Z[ host-image] Aug 26 21:25:05.185 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89202025-08-26T21:25:05.213Z[ host-image] Aug 26 21:25:05.185 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23521:20250826T130225Z
89212025-08-26T21:25:05.213Z[ host-image] Aug 26 21:25:05.185 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89222025-08-26T21:25:05.213Z[ host-image] Aug 26 21:25:05.193 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89232025-08-26T21:25:05.213Z[ host-image] Aug 26 21:25:05.193 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23521:20250826T130225Z
89242025-08-26T21:25:05.214Z[ host-image] Aug 26 21:25:05.194 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23521:20250826T130226Z
89252025-08-26T21:25:05.214Z[ host-image] Aug 26 21:25:05.194 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23521:20250826T130226Z
89262025-08-26T21:25:05.214Z[ host-image] Aug 26 21:25:05.194 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89272025-08-26T21:25:05.214Z[ host-image] Aug 26 21:25:05.195 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23521:20250826T130227Z
89282025-08-26T21:25:05.214Z[ host-image] Aug 26 21:25:05.195 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23521:20250826T130227Z
89292025-08-26T21:25:05.214Z[ host-image] Aug 26 21:25:05.195 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23521:20250826T130227Z
89302025-08-26T21:25:05.214Z[ host-image] Aug 26 21:25:05.195 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23521:20250826T130227Z
89312025-08-26T21:25:05.214Z[ host-image] Aug 26 21:25:05.197 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89322025-08-26T21:25:05.214Z[ host-image] Aug 26 21:25:05.197 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23521:20250826T130228Z
89332025-08-26T21:25:05.214Z[ host-image] Aug 26 21:25:05.198 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23521:20250826T130229Z
89342025-08-26T21:25:05.214Z[ host-image] Aug 26 21:25:05.198 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89352025-08-26T21:25:05.214Z[ host-image] Aug 26 21:25:05.198 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23521:20250826T130229Z
89362025-08-26T21:25:05.214Z[ host-image] Aug 26 21:25:05.198 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23521:20250826T130230Z
89372025-08-26T21:25:05.214Z[ host-image] Aug 26 21:25:05.198 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23521:20250826T130230Z
89382025-08-26T21:25:05.214Z[ host-image] Aug 26 21:25:05.198 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23521:20250826T130230Z
89392025-08-26T21:25:05.214Z[ host-image] Aug 26 21:25:05.203 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23521:20250826T130230Z
89402025-08-26T21:25:05.215Z[ host-image] Aug 26 21:25:05.203 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89412025-08-26T21:25:05.215Z[ host-image] Aug 26 21:25:05.204 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23521:20250826T130230Z
89422025-08-26T21:25:05.215Z[ host-image] Aug 26 21:25:05.205 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23521:20250826T130230Z
89432025-08-26T21:25:05.215Z[ host-image] Aug 26 21:25:05.205 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23521:20250826T130230Z
89442025-08-26T21:25:05.215Z[ host-image] Aug 26 21:25:05.205 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23521:20250826T130230Z
89452025-08-26T21:25:05.215Z[ host-image] Aug 26 21:25:05.205 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23521:20250826T130231Z
89462025-08-26T21:25:05.215Z[ host-image] Aug 26 21:25:05.206 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23521:20250826T130231Z
89472025-08-26T21:25:05.215Z[ host-image] Aug 26 21:25:05.211 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23521:20250826T130232Z
89482025-08-26T21:25:05.215Z[ host-image] Aug 26 21:25:05.211 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23521:20250826T130232Z
89492025-08-26T21:25:05.215Z[ host-image] Aug 26 21:25:05.211 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23521:20250826T130232Z
89502025-08-26T21:25:05.241Z[ host-image] Aug 26 21:25:05.239 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23521:20250826T130232Z
89512025-08-26T21:25:05.241Z[ host-image] Aug 26 21:25:05.239 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23521:20250826T130232Z
89522025-08-26T21:25:05.267Z[ host-image] Aug 26 21:25:05.256 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23521:20250826T130235Z
89532025-08-26T21:25:05.267Z[ host-image] Aug 26 21:25:05.256 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23521:20250826T130232Z
89542025-08-26T21:25:05.267Z[ host-image] Aug 26 21:25:05.256 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23521:20250826T130233Z
89552025-08-26T21:25:05.267Z[ host-image] Aug 26 21:25:05.256 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
89562025-08-26T21:25:05.267Z[ host-image] Aug 26 21:25:05.257 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
89572025-08-26T21:25:05.292Z[ host-image] Aug 26 21:25:05.284 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23521:20250826T130233Z
89582025-08-26T21:25:05.292Z[ host-image] Aug 26 21:25:05.285 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
89592025-08-26T21:25:05.292Z[ host-image] Aug 26 21:25:05.285 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23521:20250826T130233Z
89602025-08-26T21:25:05.292Z[ host-image] Aug 26 21:25:05.285 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23521:20250826T130233Z
89612025-08-26T21:25:05.292Z[ host-image] Aug 26 21:25:05.286 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23521:20250826T130234Z
89622025-08-26T21:25:05.292Z[ host-image] Aug 26 21:25:05.286 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
89632025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.286 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
89642025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.286 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23521:20250826T130234Z
89652025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.286 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23521:20250826T130234Z
89662025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.286 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23521:20250826T130234Z
89672025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.287 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23521:20250826T130234Z
89682025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.287 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23521:20250826T130235Z
89692025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.287 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23521:20250826T130235Z
89702025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.289 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
89712025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.289 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23521:20250826T130236Z
89722025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.290 INFO O| install = pkg://helios-dev/system/microcode/intel@20250512-2.0.23521:20250826T130236Z
89732025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.290 INFO O| install = pkg://helios-dev/system/microcode/oxide@20250515-2.0.23521:20250826T130236Z
89742025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.290 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23521:20250826T130237Z
89752025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.290 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23521:20250826T130236Z
89762025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.290 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23521:20250826T130237Z
89772025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.291 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
89782025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.291 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
89792025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.291 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23521:20250826T130239Z
89802025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.291 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23521:20250826T130239Z
89812025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.291 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
89822025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.291 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
89832025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.291 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
89842025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.291 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
89852025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.292 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
89862025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.292 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
89872025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.294 INFO O| install = pkg://helios-dev/web/curl@8.14.0-2.0:20250603T111413Z
89882025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.294 INFO O| tempdir @ "/tmp/.tmpPl9QLg/tmp"
89892025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.294 INFO O| image root @ "/tmp/.tmpPl9QLg/tmp/root"
89902025-08-26T21:25:05.293Z[ host-image] Aug 26 21:25:05.294 INFO O| creating image...
89912025-08-26T21:25:06.305Z[ host-image] Aug 26 21:25:06.309 INFO O| copying publishers...
89922025-08-26T21:25:56.806Z[ recovery-image] Aug 26 21:25:56.810 INFO O| ok, image written!
89932025-08-26T21:25:56.831Z[ recovery-image] Aug 26 21:25:56.810 INFO O| ok, boot_image_csum file written!
89942025-08-26T21:25:56.831Z[ recovery-image] Aug 26 21:25:56.817 INFO creating boot archive (CPIO)...
89952025-08-26T21:25:56.831Z[ recovery-image] Aug 26 21:25:56.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
89962025-08-26T21:25:56.832Z[ recovery-image] Aug 26 21:25:56.836 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
89972025-08-26T21:25:56.832Z[ recovery-image] Aug 26 21:25:56.836 INFO E| + outfile=/work/os-recovery/cpio
89982025-08-26T21:25:56.832Z[ recovery-image] Aug 26 21:25:56.836 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
89992025-08-26T21:25:56.858Z[ recovery-image] Aug 26 21:25:56.840 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
90002025-08-26T21:25:56.858Z[ recovery-image] Aug 26 21:25:56.841 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
90012025-08-26T21:25:56.886Z[ recovery-image] Aug 26 21:25:56.891 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
90022025-08-26T21:25:56.920Z[ recovery-image] Aug 26 21:25:56.891 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
90032025-08-26T21:25:56.920Z[ recovery-image] Aug 26 21:25:56.905 INFO creating compressed cpio/unix for dev loaders...
90042025-08-26T21:25:56.920Z[ recovery-image] Aug 26 21:25:56.905 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
90052025-08-26T21:25:57.404Z[ recovery-image] Aug 26 21:25:57.408 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
90062025-08-26T21:26:04.760Z[ recovery-image] Aug 26 21:26:04.765 INFO creating reset image...
90072025-08-26T21:26:04.760Z[ recovery-image] Aug 26 21:26:04.765 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90082025-08-26T21:26:07.374Z[ host-image] Aug 26 21:26:07.379 INFO O| adding properties...
90092025-08-26T21:26:09.806Z[ host-image] Aug 26 21:26:09.811 INFO O| installing packages...
90102025-08-26T21:26:48.653Z[ host-image] Aug 26 21:26:48.659 INFO O| seeding SMF database...
90112025-08-26T21:26:53.136Z[ recovery-image] Aug 26 21:26:53.143 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-07-22-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
90122025-08-26T21:26:53.136Z[ recovery-image] Aug 26 21:26:53.143 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")
90132025-08-26T21:26:53.522Z[ recovery-image] Aug 26 21:26:53.529 INFO E| Updating crates.io index
90142025-08-26T21:26:53.728Z[ recovery-image] Aug 26 21:26:53.735 INFO E| Downloading crates ...
90152025-08-26T21:26:53.819Z[ recovery-image] Aug 26 21:26:53.811 INFO E| Downloaded anstream v0.6.19
90162025-08-26T21:26:53.846Z[ recovery-image] Aug 26 21:26:53.815 INFO E| Downloaded signal-hook-registry v1.4.5
90172025-08-26T21:26:53.846Z[ recovery-image] Aug 26 21:26:53.817 INFO E| Downloaded sigchld v0.2.4
90182025-08-26T21:26:53.846Z[ recovery-image] Aug 26 21:26:53.819 INFO E| Downloaded colorchoice v1.0.4
90192025-08-26T21:26:53.846Z[ recovery-image] Aug 26 21:26:53.820 INFO E| Downloaded duct v1.0.0
90202025-08-26T21:26:53.846Z[ recovery-image] Aug 26 21:26:53.823 INFO E| Downloaded anstyle-query v1.1.3
90212025-08-26T21:26:53.846Z[ recovery-image] Aug 26 21:26:53.825 INFO E| Downloaded anstyle-parse v0.2.7
90222025-08-26T21:26:53.846Z[ recovery-image] Aug 26 21:26:53.827 INFO E| Downloaded shared_thread v0.1.0
90232025-08-26T21:26:53.846Z[ recovery-image] Aug 26 21:26:53.828 INFO E| Downloaded shared_child v1.1.1
90242025-08-26T21:26:53.846Z[ recovery-image] Aug 26 21:26:53.830 INFO E| Downloaded os_pipe v1.2.2
90252025-08-26T21:26:53.846Z[ recovery-image] Aug 26 21:26:53.831 INFO E| Downloaded clap_lex v0.7.5
90262025-08-26T21:26:53.895Z[ recovery-image] Aug 26 21:26:53.901 INFO E| Compiling libc v0.2.174
90272025-08-26T21:26:53.895Z[ recovery-image] Aug 26 21:26:53.902 INFO E| Compiling proc-macro2 v1.0.95
90282025-08-26T21:26:53.921Z[ recovery-image] Aug 26 21:26:53.902 INFO E| Compiling signal-hook v0.3.18
90292025-08-26T21:26:53.921Z[ recovery-image] Aug 26 21:26:53.907 INFO E| Compiling unicode-ident v1.0.18
90302025-08-26T21:26:53.921Z[ recovery-image] Aug 26 21:26:53.907 INFO E| Compiling utf8parse v0.2.2
90312025-08-26T21:26:53.921Z[ recovery-image] Aug 26 21:26:53.907 INFO E| Compiling anstyle v1.0.11
90322025-08-26T21:26:53.921Z[ recovery-image] Aug 26 21:26:53.908 INFO E| Compiling anstyle-query v1.1.3
90332025-08-26T21:26:53.921Z[ recovery-image] Aug 26 21:26:53.908 INFO E| Compiling is_terminal_polyfill v1.70.1
90342025-08-26T21:26:54.228Z[ recovery-image] Aug 26 21:26:54.231 INFO E| Compiling anstyle-parse v0.2.7
90352025-08-26T21:26:54.268Z[ recovery-image] Aug 26 21:26:54.275 INFO E| Compiling colorchoice v1.0.4
90362025-08-26T21:26:54.316Z[ recovery-image] Aug 26 21:26:54.324 INFO E| Compiling heck v0.5.0
90372025-08-26T21:26:54.369Z[ recovery-image] Aug 26 21:26:54.377 INFO E| Compiling clap_lex v0.7.5
90382025-08-26T21:26:54.576Z[ recovery-image] Aug 26 21:26:54.582 INFO E| Compiling strsim v0.11.1
90392025-08-26T21:26:54.777Z[ recovery-image] Aug 26 21:26:54.784 INFO E| Compiling anstream v0.6.19
90402025-08-26T21:26:54.777Z[ recovery-image] Aug 26 21:26:54.784 INFO E| Compiling shared_thread v0.1.0
90412025-08-26T21:26:55.401Z[ recovery-image] Aug 26 21:26:55.409 INFO E| Compiling clap_builder v4.5.41
90422025-08-26T21:26:55.867Z[ recovery-image] Aug 26 21:26:55.874 INFO E| Compiling quote v1.0.40
90432025-08-26T21:26:55.914Z[ recovery-image] Aug 26 21:26:55.921 INFO E| Compiling signal-hook-registry v1.4.5
90442025-08-26T21:26:55.915Z[ recovery-image] Aug 26 21:26:55.921 INFO E| Compiling os_pipe v1.2.2
90452025-08-26T21:26:56.363Z[ recovery-image] Aug 26 21:26:56.370 INFO E| Compiling syn v2.0.104
90462025-08-26T21:26:56.546Z[ recovery-image] Aug 26 21:26:56.552 INFO E| Compiling sigchld v0.2.4
90472025-08-26T21:26:56.718Z[ recovery-image] Aug 26 21:26:56.725 INFO E| Compiling shared_child v1.1.1
90482025-08-26T21:26:56.959Z[ recovery-image] Aug 26 21:26:56.966 INFO E| Compiling duct v1.0.0
90492025-08-26T21:26:57.520Z[ host-image] Aug 26 21:26:57.528 INFO O| configuring SMF profile...
90502025-08-26T21:26:57.546Z[ host-image] Aug 26 21:26:57.528 INFO O| modifying shadow(5)...
90512025-08-26T21:26:57.546Z[ host-image] Aug 26 21:26:57.528 INFO O| loading user and group database...
90522025-08-26T21:26:57.546Z[ host-image] Aug 26 21:26:57.528 INFO O| loading facet selections...
90532025-08-26T21:26:58.161Z[ host-image] Aug 26 21:26:58.168 INFO O| devel -> true
90542025-08-26T21:26:58.161Z[ host-image] Aug 26 21:26:58.169 INFO O| doc.man -> true
90552025-08-26T21:26:58.186Z[ host-image] Aug 26 21:26:58.169 INFO O| version-lock.shell/ksh93 -> true
90562025-08-26T21:26:58.187Z[ host-image] Aug 26 21:26:58.169 INFO O| version-lock.system/data/hardware-registry -> true
90572025-08-26T21:26:58.187Z[ host-image] Aug 26 21:26:58.169 INFO O| version-lock.system/data/zoneinfo -> true
90582025-08-26T21:26:58.187Z[ host-image] Aug 26 21:26:58.169 INFO O| version-lock.system/microcode/amd -> true
90592025-08-26T21:26:58.187Z[ host-image] Aug 26 21:26:58.169 INFO O| version-lock.system/microcode/intel -> true
90602025-08-26T21:26:58.187Z[ host-image] Aug 26 21:26:58.169 INFO O| version-lock.system/microcode/oxide -> true
90612025-08-26T21:26:58.187Z[ host-image] Aug 26 21:26:58.169 INFO O| assessing packaged files...
90622025-08-26T21:27:01.696Z[ host-image] Aug 26 21:27:01.703 INFO O| creating archive...
90632025-08-26T21:27:01.726Z[ recovery-image] Aug 26 21:27:01.734 INFO E| Compiling clap_derive v4.5.41
90642025-08-26T21:27:01.752Z[ host-image] Aug 26 21:27:01.743 INFO O| missing from packaging:
90652025-08-26T21:27:01.752Z[ host-image] Aug 26 21:27:01.743 INFO O| "etc/.pwd.lock"
90662025-08-26T21:27:01.752Z[ host-image] Aug 26 21:27:01.743 INFO O| "etc/bash"
90672025-08-26T21:27:01.752Z[ host-image] Aug 26 21:27:01.750 INFO O| "etc/svc/profile/generic.xml"
90682025-08-26T21:27:01.752Z[ host-image] Aug 26 21:27:01.750 INFO O| "etc/svc/profile/inetd_services.xml"
90692025-08-26T21:27:01.752Z[ host-image] Aug 26 21:27:01.750 INFO O| "etc/svc/profile/name_service.xml"
90702025-08-26T21:27:01.752Z[ host-image] Aug 26 21:27:01.750 INFO O| "etc/svc/profile/platform.xml"
90712025-08-26T21:27:01.752Z[ host-image] Aug 26 21:27:01.750 INFO O| "etc/svc/profile/platform_omicron1.xml"
90722025-08-26T21:27:01.752Z[ host-image] Aug 26 21:27:01.750 INFO O| "etc/svc/repository.db"
90732025-08-26T21:27:01.777Z[ host-image] Aug 26 21:27:01.763 INFO O| "opt/ooce/share"
90742025-08-26T21:27:01.777Z[ host-image] Aug 26 21:27:01.763 INFO O| "opt/ooce/share/man"
90752025-08-26T21:27:01.777Z[ host-image] Aug 26 21:27:01.763 INFO O| "opt/ooce/share/man/man1"
90762025-08-26T21:27:01.777Z[ host-image] Aug 26 21:27:01.777 INFO O| finishing archive...
90772025-08-26T21:27:04.577Z[ recovery-image] Aug 26 21:27:04.584 INFO E| Compiling clap v4.5.41
90782025-08-26T21:27:04.694Z[ recovery-image] Aug 26 21:27:04.698 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
90792025-08-26T21:27:05.530Z[ host-image] Aug 26 21:27:05.538 INFO O| creating gzonly manifest...
90802025-08-26T21:27:05.556Z[ host-image] Aug 26 21:27:05.547 INFO O| ok
90812025-08-26T21:27:05.767Z[ host-image] Aug 26 21:27:05.774 INFO image builder template: ramdisk-02-trim...
90822025-08-26T21:27:05.767Z[ host-image] Aug 26 21:27:05.774 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/.tmpQmIViS/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.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
90832025-08-26T21:27:05.806Z[ host-image] Aug 26 21:27:05.813 INFO O| Aug 26 21:27:05.813 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90842025-08-26T21:27:05.831Z[ host-image] Aug 26 21:27:05.820 INFO O| Aug 26 21:27:05.820 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90852025-08-26T21:27:05.875Z[ host-image] Aug 26 21:27:05.880 INFO O| Aug 26 21:27:05.880 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
90862025-08-26T21:27:05.906Z[ host-image] Aug 26 21:27:05.913 INFO O| Aug 26 21:27:05.913 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
90872025-08-26T21:27:05.906Z[ host-image] Aug 26 21:27:05.913 INFO O| Aug 26 21:27:05.913 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
90882025-08-26T21:27:05.931Z[ host-image] Aug 26 21:27:05.921 INFO O| Aug 26 21:27:05.921 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
90892025-08-26T21:27:05.932Z[ host-image] Aug 26 21:27:05.926 INFO O| Aug 26 21:27:05.926 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
90902025-08-26T21:27:05.932Z[ host-image] Aug 26 21:27:05.936 INFO O| Aug 26 21:27:05.935 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
90912025-08-26T21:27:06.083Z[ host-image] Aug 26 21:27:06.090 INFO O| Aug 26 21:27:06.090 INFO rolled back to input snapshot; work may begin
90922025-08-26T21:27:06.108Z[ host-image] Aug 26 21:27:06.090 INFO O| Aug 26 21:27:06.090 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
90932025-08-26T21:27:06.108Z[ host-image] Aug 26 21:27:06.100 INFO O| Aug 26 21:27:06.099 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90942025-08-26T21:27:06.134Z[ host-image] Aug 26 21:27:06.117 INFO O| Aug 26 21:27:06.116 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
90952025-08-26T21:27:06.189Z[ host-image] Aug 26 21:27:06.177 INFO O| Aug 26 21:27:06.177 INFO STEP 0 (remove_files) COMPLETE
90962025-08-26T21:27:06.189Z[ host-image] Aug 26 21:27:06.177 INFO O| Aug 26 21:27:06.177 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90972025-08-26T21:27:06.189Z[ host-image] Aug 26 21:27:06.195 INFO O| Aug 26 21:27:06.195 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
90982025-08-26T21:27:06.214Z[ host-image] Aug 26 21:27:06.198 INFO O| Aug 26 21:27:06.198 INFO STEP 1 (remove_files) COMPLETE
90992025-08-26T21:27:06.214Z[ host-image] Aug 26 21:27:06.198 INFO O| Aug 26 21:27:06.198 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91002025-08-26T21:27:06.214Z[ host-image] Aug 26 21:27:06.217 INFO O| Aug 26 21:27:06.216 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
91012025-08-26T21:27:06.239Z[ host-image] Aug 26 21:27:06.235 INFO O| Aug 26 21:27:06.235 INFO STEP 2 (remove_files) COMPLETE
91022025-08-26T21:27:06.239Z[ host-image] Aug 26 21:27:06.235 INFO O| Aug 26 21:27:06.235 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91032025-08-26T21:27:06.265Z[ host-image] Aug 26 21:27:06.254 INFO O| Aug 26 21:27:06.254 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
91042025-08-26T21:27:06.265Z[ host-image] Aug 26 21:27:06.257 INFO O| Aug 26 21:27:06.257 INFO STEP 3 (remove_files) COMPLETE
91052025-08-26T21:27:06.265Z[ host-image] Aug 26 21:27:06.257 INFO O| Aug 26 21:27:06.257 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91062025-08-26T21:27:06.290Z[ host-image] Aug 26 21:27:06.275 INFO O| Aug 26 21:27:06.275 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
91072025-08-26T21:27:06.290Z[ host-image] Aug 26 21:27:06.281 INFO O| Aug 26 21:27:06.281 INFO STEP 4 (remove_files) COMPLETE
91082025-08-26T21:27:06.290Z[ host-image] Aug 26 21:27:06.281 INFO O| Aug 26 21:27:06.281 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91092025-08-26T21:27:06.290Z[ recovery-image] Aug 26 21:27:06.292 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.02s
91102025-08-26T21:27:06.290Z[ host-image] Aug 26 21:27:06.294 INFO O| Aug 26 21:27:06.294 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
91112025-08-26T21:27:06.290Z[ host-image] Aug 26 21:27:06.298 INFO O| Aug 26 21:27:06.298 INFO STEP 5 (remove_files) COMPLETE
91122025-08-26T21:27:06.290Z[ host-image] Aug 26 21:27:06.298 INFO O| Aug 26 21:27:06.298 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91132025-08-26T21:27:06.315Z[ recovery-image] Aug 26 21:27:06.307 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
91142025-08-26T21:27:06.315Z[ host-image] Aug 26 21:27:06.319 INFO O| Aug 26 21:27:06.319 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
91152025-08-26T21:27:06.341Z[ host-image] Aug 26 21:27:06.342 INFO O| Aug 26 21:27:06.342 INFO STEP 6 (remove_files) COMPLETE
91162025-08-26T21:27:06.341Z[ host-image] Aug 26 21:27:06.343 INFO O| Aug 26 21:27:06.342 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91172025-08-26T21:27:06.367Z[ host-image] Aug 26 21:27:06.362 INFO O| Aug 26 21:27:06.362 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
91182025-08-26T21:27:06.392Z[ host-image] Aug 26 21:27:06.383 INFO O| Aug 26 21:27:06.383 INFO STEP 7 (remove_files) COMPLETE
91192025-08-26T21:27:06.392Z[ host-image] Aug 26 21:27:06.383 INFO O| Aug 26 21:27:06.383 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91202025-08-26T21:27:06.392Z[ host-image] Aug 26 21:27:06.398 INFO O| Aug 26 21:27:06.398 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
91212025-08-26T21:27:06.520Z[ host-image] Aug 26 21:27:06.528 INFO O| Aug 26 21:27:06.528 INFO STEP 8 (remove_files) COMPLETE
91222025-08-26T21:27:06.520Z[ host-image] Aug 26 21:27:06.528 INFO O| Aug 26 21:27:06.528 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91232025-08-26T21:27:06.547Z[ host-image] Aug 26 21:27:06.549 INFO O| Aug 26 21:27:06.549 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
91242025-08-26T21:27:06.678Z[ host-image] Aug 26 21:27:06.685 INFO O| Aug 26 21:27:06.685 INFO STEP 9 (remove_files) COMPLETE
91252025-08-26T21:27:06.678Z[ host-image] Aug 26 21:27:06.685 INFO O| Aug 26 21:27:06.685 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91262025-08-26T21:27:06.704Z[ host-image] Aug 26 21:27:06.704 INFO O| Aug 26 21:27:06.704 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
91272025-08-26T21:27:06.704Z[ host-image] Aug 26 21:27:06.710 INFO O| Aug 26 21:27:06.710 INFO STEP 10 (remove_files) COMPLETE
91282025-08-26T21:27:06.704Z[ host-image] Aug 26 21:27:06.710 INFO O| Aug 26 21:27:06.710 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91292025-08-26T21:27:06.729Z[ host-image] Aug 26 21:27:06.728 INFO O| Aug 26 21:27:06.728 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
91302025-08-26T21:27:06.729Z[ host-image] Aug 26 21:27:06.730 INFO O| Aug 26 21:27:06.730 INFO STEP 11 (remove_files) COMPLETE
91312025-08-26T21:27:06.729Z[ host-image] Aug 26 21:27:06.730 INFO O| Aug 26 21:27:06.730 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91322025-08-26T21:27:06.755Z[ host-image] Aug 26 21:27:06.750 INFO O| Aug 26 21:27:06.750 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
91332025-08-26T21:27:06.755Z[ host-image] Aug 26 21:27:06.753 INFO O| Aug 26 21:27:06.753 INFO STEP 12 (remove_files) COMPLETE
91342025-08-26T21:27:06.755Z[ host-image] Aug 26 21:27:06.753 INFO O| Aug 26 21:27:06.753 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91352025-08-26T21:27:06.784Z[ host-image] Aug 26 21:27:06.791 INFO O| Aug 26 21:27:06.791 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
91362025-08-26T21:27:06.809Z[ recovery-image] Aug 26 21:27:06.792 INFO E| Downloading crates ...
91372025-08-26T21:27:06.809Z[ host-image] Aug 26 21:27:06.806 INFO O| Aug 26 21:27:06.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
91382025-08-26T21:27:06.809Z[ host-image] Aug 26 21:27:06.806 INFO O| Aug 26 21:27:06.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
91392025-08-26T21:27:06.810Z[ host-image] Aug 26 21:27:06.807 INFO O| Aug 26 21:27:06.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
91402025-08-26T21:27:06.810Z[ host-image] Aug 26 21:27:06.807 INFO O| Aug 26 21:27:06.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
91412025-08-26T21:27:06.810Z[ host-image] Aug 26 21:27:06.807 INFO O| Aug 26 21:27:06.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
91422025-08-26T21:27:06.810Z[ host-image] Aug 26 21:27:06.807 INFO O| Aug 26 21:27:06.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
91432025-08-26T21:27:06.810Z[ host-image] Aug 26 21:27:06.807 INFO O| Aug 26 21:27:06.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
91442025-08-26T21:27:06.810Z[ host-image] Aug 26 21:27:06.808 INFO O| Aug 26 21:27:06.808 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
91452025-08-26T21:27:06.810Z[ host-image] Aug 26 21:27:06.808 INFO O| Aug 26 21:27:06.808 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
91462025-08-26T21:27:06.810Z[ host-image] Aug 26 21:27:06.808 INFO O| Aug 26 21:27:06.808 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
91472025-08-26T21:27:06.810Z[ host-image] Aug 26 21:27:06.808 INFO O| Aug 26 21:27:06.808 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
91482025-08-26T21:27:06.810Z[ host-image] Aug 26 21:27:06.808 INFO O| Aug 26 21:27:06.808 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
91492025-08-26T21:27:06.810Z[ host-image] Aug 26 21:27:06.808 INFO O| Aug 26 21:27:06.808 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
91502025-08-26T21:27:06.810Z[ host-image] Aug 26 21:27:06.809 INFO O| Aug 26 21:27:06.809 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
91512025-08-26T21:27:06.810Z[ host-image] Aug 26 21:27:06.809 INFO O| Aug 26 21:27:06.809 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
91522025-08-26T21:27:06.810Z[ host-image] Aug 26 21:27:06.809 INFO O| Aug 26 21:27:06.809 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
91532025-08-26T21:27:06.844Z[ recovery-image] Aug 26 21:27:06.852 INFO E| Downloaded adler2 v2.0.1
91542025-08-26T21:27:06.870Z[ recovery-image] Aug 26 21:27:06.859 INFO E| Downloaded bit_field v0.10.2
91552025-08-26T21:27:06.870Z[ recovery-image] Aug 26 21:27:06.862 INFO E| Downloaded bitstruct_derive v0.1.0
91562025-08-26T21:27:06.870Z[ recovery-image] Aug 26 21:27:06.864 INFO E| Downloaded bitstruct v0.1.1
91572025-08-26T21:27:06.870Z[ recovery-image] Aug 26 21:27:06.867 INFO E| Downloaded seq-macro v0.3.6
91582025-08-26T21:27:06.870Z[ recovery-image] Aug 26 21:27:06.871 INFO E| Downloaded scroll v0.13.0
91592025-08-26T21:27:06.870Z[ recovery-image] Aug 26 21:27:06.874 INFO E| Downloaded cpio_reader v0.1.2
91602025-08-26T21:27:06.870Z[ recovery-image] Aug 26 21:27:06.876 INFO E| Downloaded scroll_derive v0.13.0
91612025-08-26T21:27:06.895Z[ recovery-image] Aug 26 21:27:06.879 INFO E| Downloaded miniz_oxide v0.8.9
91622025-08-26T21:27:06.896Z[ recovery-image] Aug 26 21:27:06.884 INFO E| Downloaded goblin v0.10.0
91632025-08-26T21:27:06.896Z[ recovery-image] Aug 26 21:27:06.895 INFO E| Downloaded raw-cpuid v10.7.0
91642025-08-26T21:27:06.921Z[ recovery-image] Aug 26 21:27:06.927 INFO E| Downloaded x86 v0.52.0
91652025-08-26T21:27:06.995Z[ recovery-image] Aug 26 21:27:07.002 INFO E| Updating crates.io index
91662025-08-26T21:27:07.053Z[ recovery-image] Aug 26 21:27:07.061 INFO E| Downloading crates ...
91672025-08-26T21:27:07.089Z[ recovery-image] Aug 26 21:27:07.097 INFO E| Downloaded rustc-demangle v0.1.25
91682025-08-26T21:27:07.114Z[ recovery-image] Aug 26 21:27:07.100 INFO E| Downloaded rustc-literal-escaper v0.0.5
91692025-08-26T21:27:07.114Z[ recovery-image] Aug 26 21:27:07.102 INFO E| Downloaded getopts v0.2.23
91702025-08-26T21:27:07.114Z[ recovery-image] Aug 26 21:27:07.106 INFO E| Downloaded unicode-width v0.2.1
91712025-08-26T21:27:07.193Z[ recovery-image] Aug 26 21:27:07.200 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
91722025-08-26T21:27:07.193Z[ recovery-image] Aug 26 21:27:07.201 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
91732025-08-26T21:27:07.218Z[ recovery-image] Aug 26 21:27:07.201 INFO E| Compiling proc-macro2 v1.0.95
91742025-08-26T21:27:07.218Z[ recovery-image] Aug 26 21:27:07.201 INFO E| Compiling unicode-ident v1.0.18
91752025-08-26T21:27:07.218Z[ recovery-image] Aug 26 21:27:07.201 INFO E| Compiling syn v1.0.109
91762025-08-26T21:27:07.218Z[ recovery-image] Aug 26 21:27:07.201 INFO E| Compiling x86 v0.52.0
91772025-08-26T21:27:07.218Z[ recovery-image] Aug 26 21:27:07.201 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
91782025-08-26T21:27:07.218Z[ recovery-image] Aug 26 21:27:07.201 INFO E| Compiling seq-macro v0.3.6
91792025-08-26T21:27:07.244Z[ host-image] Aug 26 21:27:07.247 INFO O| Aug 26 21:27:07.247 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
91802025-08-26T21:27:07.269Z[ host-image] Aug 26 21:27:07.252 INFO O| Aug 26 21:27:07.252 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
91812025-08-26T21:27:07.269Z[ host-image] Aug 26 21:27:07.256 INFO O| Aug 26 21:27:07.256 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
91822025-08-26T21:27:07.269Z[ host-image] Aug 26 21:27:07.264 INFO O| Aug 26 21:27:07.264 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
91832025-08-26T21:27:07.295Z[ host-image] Aug 26 21:27:07.281 INFO O| Aug 26 21:27:07.281 INFO STEP 13 (remove_files) COMPLETE
91842025-08-26T21:27:07.295Z[ host-image] Aug 26 21:27:07.281 INFO O| Aug 26 21:27:07.281 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91852025-08-26T21:27:07.295Z[ host-image] Aug 26 21:27:07.301 INFO O| Aug 26 21:27:07.301 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
91862025-08-26T21:27:07.320Z[ host-image] Aug 26 21:27:07.303 INFO O| Aug 26 21:27:07.303 INFO STEP 14 (remove_files) COMPLETE
91872025-08-26T21:27:07.320Z[ host-image] Aug 26 21:27:07.303 INFO O| Aug 26 21:27:07.303 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91882025-08-26T21:27:07.320Z[ host-image] Aug 26 21:27:07.321 INFO O| Aug 26 21:27:07.320 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
91892025-08-26T21:27:07.345Z[ host-image] Aug 26 21:27:07.331 INFO O| Aug 26 21:27:07.331 INFO STEP 15 (remove_files) COMPLETE
91902025-08-26T21:27:07.345Z[ host-image] Aug 26 21:27:07.331 INFO O| Aug 26 21:27:07.331 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91912025-08-26T21:27:07.345Z[ host-image] Aug 26 21:27:07.348 INFO O| Aug 26 21:27:07.347 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
91922025-08-26T21:27:07.346Z[ host-image] Aug 26 21:27:07.348 INFO O| Aug 26 21:27:07.348 INFO STEP 16 (remove_files) COMPLETE
91932025-08-26T21:27:07.346Z[ host-image] Aug 26 21:27:07.348 INFO O| Aug 26 21:27:07.348 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91942025-08-26T21:27:07.371Z[ host-image] Aug 26 21:27:07.364 INFO O| Aug 26 21:27:07.363 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
91952025-08-26T21:27:07.371Z[ host-image] Aug 26 21:27:07.366 INFO O| Aug 26 21:27:07.366 INFO STEP 17 (remove_files) COMPLETE
91962025-08-26T21:27:07.371Z[ host-image] Aug 26 21:27:07.366 INFO O| Aug 26 21:27:07.366 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91972025-08-26T21:27:07.397Z[ host-image] Aug 26 21:27:07.381 INFO O| Aug 26 21:27:07.381 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
91982025-08-26T21:27:07.397Z[ host-image] Aug 26 21:27:07.382 INFO O| Aug 26 21:27:07.381 INFO STEP 18 (remove_files) COMPLETE
91992025-08-26T21:27:07.397Z[ host-image] Aug 26 21:27:07.382 INFO O| Aug 26 21:27:07.382 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92002025-08-26T21:27:07.397Z[ host-image] Aug 26 21:27:07.397 INFO O| Aug 26 21:27:07.396 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
92012025-08-26T21:27:07.397Z[ host-image] Aug 26 21:27:07.397 INFO O| Aug 26 21:27:07.397 INFO STEP 19 (remove_files) COMPLETE
92022025-08-26T21:27:07.397Z[ host-image] Aug 26 21:27:07.397 INFO O| Aug 26 21:27:07.397 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92032025-08-26T21:27:07.426Z[ host-image] Aug 26 21:27:07.420 INFO O| Aug 26 21:27:07.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
92042025-08-26T21:27:07.426Z[ host-image] Aug 26 21:27:07.420 INFO O| Aug 26 21:27:07.412 INFO STEP 20 (remove_files) COMPLETE
92052025-08-26T21:27:07.426Z[ host-image] Aug 26 21:27:07.420 INFO O| Aug 26 21:27:07.412 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92062025-08-26T21:27:07.426Z[ host-image] Aug 26 21:27:07.429 INFO O| Aug 26 21:27:07.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
92072025-08-26T21:27:07.426Z[ host-image] Aug 26 21:27:07.429 INFO O| Aug 26 21:27:07.429 INFO STEP 21 (remove_files) COMPLETE
92082025-08-26T21:27:07.426Z[ host-image] Aug 26 21:27:07.429 INFO O| Aug 26 21:27:07.429 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92092025-08-26T21:27:07.452Z[ host-image] Aug 26 21:27:07.446 INFO O| Aug 26 21:27:07.446 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
92102025-08-26T21:27:07.452Z[ host-image] Aug 26 21:27:07.446 INFO O| Aug 26 21:27:07.446 INFO STEP 22 (remove_files) COMPLETE
92112025-08-26T21:27:07.452Z[ host-image] Aug 26 21:27:07.446 INFO O| Aug 26 21:27:07.446 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92122025-08-26T21:27:07.477Z[ host-image] Aug 26 21:27:07.464 INFO O| Aug 26 21:27:07.464 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
92132025-08-26T21:27:07.477Z[ host-image] Aug 26 21:27:07.464 INFO O| Aug 26 21:27:07.464 INFO STEP 23 (remove_files) COMPLETE
92142025-08-26T21:27:07.477Z[ host-image] Aug 26 21:27:07.464 INFO O| Aug 26 21:27:07.464 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92152025-08-26T21:27:07.477Z[ host-image] Aug 26 21:27:07.482 INFO O| Aug 26 21:27:07.481 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
92162025-08-26T21:27:07.477Z[ host-image] Aug 26 21:27:07.482 INFO O| Aug 26 21:27:07.482 INFO STEP 24 (remove_files) COMPLETE
92172025-08-26T21:27:07.477Z[ host-image] Aug 26 21:27:07.482 INFO O| Aug 26 21:27:07.482 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92182025-08-26T21:27:07.503Z[ host-image] Aug 26 21:27:07.500 INFO O| Aug 26 21:27:07.500 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
92192025-08-26T21:27:07.503Z[ host-image] Aug 26 21:27:07.500 INFO O| Aug 26 21:27:07.500 INFO STEP 25 (remove_files) COMPLETE
92202025-08-26T21:27:07.503Z[ host-image] Aug 26 21:27:07.500 INFO O| Aug 26 21:27:07.500 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92212025-08-26T21:27:07.547Z[ host-image] Aug 26 21:27:07.554 INFO O| Aug 26 21:27:07.554 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
92222025-08-26T21:27:07.547Z[ host-image] Aug 26 21:27:07.554 INFO O| Aug 26 21:27:07.554 INFO STEP 26 (remove_files) COMPLETE
92232025-08-26T21:27:07.547Z[ host-image] Aug 26 21:27:07.554 INFO O| Aug 26 21:27:07.554 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92242025-08-26T21:27:07.572Z[ host-image] Aug 26 21:27:07.572 INFO O| Aug 26 21:27:07.572 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
92252025-08-26T21:27:07.572Z[ host-image] Aug 26 21:27:07.573 INFO O| Aug 26 21:27:07.572 INFO STEP 27 (remove_files) COMPLETE
92262025-08-26T21:27:07.572Z[ host-image] Aug 26 21:27:07.573 INFO O| Aug 26 21:27:07.573 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92272025-08-26T21:27:07.598Z[ host-image] Aug 26 21:27:07.593 INFO O| Aug 26 21:27:07.593 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
92282025-08-26T21:27:07.598Z[ host-image] Aug 26 21:27:07.593 INFO O| Aug 26 21:27:07.593 INFO STEP 28 (remove_files) COMPLETE
92292025-08-26T21:27:07.598Z[ host-image] Aug 26 21:27:07.593 INFO O| Aug 26 21:27:07.593 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92302025-08-26T21:27:07.623Z[ host-image] Aug 26 21:27:07.609 INFO O| Aug 26 21:27:07.609 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
92312025-08-26T21:27:07.623Z[ host-image] Aug 26 21:27:07.609 INFO O| Aug 26 21:27:07.609 INFO STEP 29 (remove_files) COMPLETE
92322025-08-26T21:27:07.623Z[ host-image] Aug 26 21:27:07.609 INFO O| Aug 26 21:27:07.609 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92332025-08-26T21:27:07.624Z[ host-image] Aug 26 21:27:07.625 INFO O| Aug 26 21:27:07.624 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
92342025-08-26T21:27:07.624Z[ host-image] Aug 26 21:27:07.625 INFO O| Aug 26 21:27:07.625 INFO STEP 30 (remove_files) COMPLETE
92352025-08-26T21:27:07.624Z[ host-image] Aug 26 21:27:07.625 INFO O| Aug 26 21:27:07.625 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92362025-08-26T21:27:07.649Z[ host-image] Aug 26 21:27:07.641 INFO O| Aug 26 21:27:07.640 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
92372025-08-26T21:27:07.649Z[ host-image] Aug 26 21:27:07.641 INFO O| Aug 26 21:27:07.641 INFO STEP 31 (remove_files) COMPLETE
92382025-08-26T21:27:07.649Z[ host-image] Aug 26 21:27:07.641 INFO O| Aug 26 21:27:07.641 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92392025-08-26T21:27:07.674Z[ host-image] Aug 26 21:27:07.657 INFO O| Aug 26 21:27:07.657 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
92402025-08-26T21:27:07.674Z[ host-image] Aug 26 21:27:07.657 INFO O| Aug 26 21:27:07.657 INFO STEP 32 (remove_files) COMPLETE
92412025-08-26T21:27:07.674Z[ host-image] Aug 26 21:27:07.657 INFO O| Aug 26 21:27:07.657 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92422025-08-26T21:27:07.674Z[ host-image] Aug 26 21:27:07.673 INFO O| Aug 26 21:27:07.672 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
92432025-08-26T21:27:07.675Z[ host-image] Aug 26 21:27:07.673 INFO O| Aug 26 21:27:07.673 INFO STEP 33 (remove_files) COMPLETE
92442025-08-26T21:27:07.675Z[ host-image] Aug 26 21:27:07.673 INFO O| Aug 26 21:27:07.673 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92452025-08-26T21:27:07.700Z[ host-image] Aug 26 21:27:07.689 INFO O| Aug 26 21:27:07.689 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
92462025-08-26T21:27:07.700Z[ host-image] Aug 26 21:27:07.689 INFO O| Aug 26 21:27:07.689 INFO STEP 34 (remove_files) COMPLETE
92472025-08-26T21:27:07.700Z[ host-image] Aug 26 21:27:07.689 INFO O| Aug 26 21:27:07.689 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92482025-08-26T21:27:07.700Z[ host-image] Aug 26 21:27:07.705 INFO O| Aug 26 21:27:07.705 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
92492025-08-26T21:27:07.700Z[ host-image] Aug 26 21:27:07.705 INFO O| Aug 26 21:27:07.705 INFO STEP 35 (remove_files) COMPLETE
92502025-08-26T21:27:07.700Z[ host-image] Aug 26 21:27:07.705 INFO O| Aug 26 21:27:07.705 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92512025-08-26T21:27:07.726Z[ host-image] Aug 26 21:27:07.721 INFO O| Aug 26 21:27:07.721 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
92522025-08-26T21:27:07.726Z[ host-image] Aug 26 21:27:07.721 INFO O| Aug 26 21:27:07.721 INFO STEP 36 (remove_files) COMPLETE
92532025-08-26T21:27:07.726Z[ host-image] Aug 26 21:27:07.721 INFO O| Aug 26 21:27:07.721 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92542025-08-26T21:27:07.752Z[ host-image] Aug 26 21:27:07.738 INFO O| Aug 26 21:27:07.738 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
92552025-08-26T21:27:07.752Z[ host-image] Aug 26 21:27:07.738 INFO O| Aug 26 21:27:07.738 INFO STEP 37 (remove_files) COMPLETE
92562025-08-26T21:27:07.752Z[ host-image] Aug 26 21:27:07.738 INFO O| Aug 26 21:27:07.738 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92572025-08-26T21:27:07.752Z[ host-image] Aug 26 21:27:07.753 INFO O| Aug 26 21:27:07.753 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
92582025-08-26T21:27:07.752Z[ host-image] Aug 26 21:27:07.753 INFO O| Aug 26 21:27:07.753 INFO STEP 38 (remove_files) COMPLETE
92592025-08-26T21:27:07.752Z[ host-image] Aug 26 21:27:07.753 INFO O| Aug 26 21:27:07.753 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92602025-08-26T21:27:07.778Z[ host-image] Aug 26 21:27:07.772 INFO O| Aug 26 21:27:07.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
92612025-08-26T21:27:07.778Z[ host-image] Aug 26 21:27:07.772 INFO O| Aug 26 21:27:07.772 INFO STEP 39 (remove_files) COMPLETE
92622025-08-26T21:27:07.778Z[ host-image] Aug 26 21:27:07.772 INFO O| Aug 26 21:27:07.772 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92632025-08-26T21:27:07.820Z[ host-image] Aug 26 21:27:07.828 INFO O| Aug 26 21:27:07.828 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
92642025-08-26T21:27:07.820Z[ host-image] Aug 26 21:27:07.828 INFO O| Aug 26 21:27:07.828 INFO STEP 40 (remove_files) COMPLETE
92652025-08-26T21:27:07.820Z[ host-image] Aug 26 21:27:07.828 INFO O| Aug 26 21:27:07.828 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92662025-08-26T21:27:07.850Z[ host-image] Aug 26 21:27:07.847 INFO O| Aug 26 21:27:07.847 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
92672025-08-26T21:27:07.850Z[ host-image] Aug 26 21:27:07.847 INFO O| Aug 26 21:27:07.847 INFO STEP 41 (remove_files) COMPLETE
92682025-08-26T21:27:07.850Z[ host-image] Aug 26 21:27:07.847 INFO O| Aug 26 21:27:07.847 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92692025-08-26T21:27:07.876Z[ host-image] Aug 26 21:27:07.865 INFO O| Aug 26 21:27:07.865 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
92702025-08-26T21:27:07.876Z[ host-image] Aug 26 21:27:07.865 INFO O| Aug 26 21:27:07.865 INFO STEP 42 (remove_files) COMPLETE
92712025-08-26T21:27:07.876Z[ host-image] Aug 26 21:27:07.865 INFO O| Aug 26 21:27:07.865 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92722025-08-26T21:27:07.903Z[ host-image] Aug 26 21:27:07.884 INFO O| Aug 26 21:27:07.884 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
92732025-08-26T21:27:07.903Z[ host-image] Aug 26 21:27:07.884 INFO O| Aug 26 21:27:07.884 INFO STEP 43 (remove_files) COMPLETE
92742025-08-26T21:27:07.903Z[ host-image] Aug 26 21:27:07.884 INFO O| Aug 26 21:27:07.884 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92752025-08-26T21:27:07.903Z[ host-image] Aug 26 21:27:07.901 INFO O| Aug 26 21:27:07.900 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
92762025-08-26T21:27:07.903Z[ host-image] Aug 26 21:27:07.901 INFO O| Aug 26 21:27:07.901 INFO STEP 44 (remove_files) COMPLETE
92772025-08-26T21:27:07.903Z[ host-image] Aug 26 21:27:07.901 INFO O| Aug 26 21:27:07.901 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92782025-08-26T21:27:07.928Z[ host-image] Aug 26 21:27:07.916 INFO O| Aug 26 21:27:07.916 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
92792025-08-26T21:27:07.928Z[ host-image] Aug 26 21:27:07.917 INFO O| Aug 26 21:27:07.917 INFO STEP 45 (remove_files) COMPLETE
92802025-08-26T21:27:07.928Z[ host-image] Aug 26 21:27:07.917 INFO O| Aug 26 21:27:07.917 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92812025-08-26T21:27:07.954Z[ host-image] Aug 26 21:27:07.938 INFO O| Aug 26 21:27:07.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
92822025-08-26T21:27:07.954Z[ host-image] Aug 26 21:27:07.939 INFO O| Aug 26 21:27:07.939 INFO STEP 46 (remove_files) COMPLETE
92832025-08-26T21:27:07.954Z[ host-image] Aug 26 21:27:07.939 INFO O| Aug 26 21:27:07.939 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92842025-08-26T21:27:07.954Z[ host-image] Aug 26 21:27:07.959 INFO O| Aug 26 21:27:07.959 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
92852025-08-26T21:27:07.954Z[ host-image] Aug 26 21:27:07.960 INFO O| Aug 26 21:27:07.959 INFO STEP 47 (remove_files) COMPLETE
92862025-08-26T21:27:07.954Z[ host-image] Aug 26 21:27:07.960 INFO O| Aug 26 21:27:07.960 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92872025-08-26T21:27:07.979Z[ host-image] Aug 26 21:27:07.979 INFO O| Aug 26 21:27:07.979 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
92882025-08-26T21:27:07.979Z[ host-image] Aug 26 21:27:07.979 INFO O| Aug 26 21:27:07.979 INFO STEP 48 (remove_files) COMPLETE
92892025-08-26T21:27:07.979Z[ host-image] Aug 26 21:27:07.979 INFO O| Aug 26 21:27:07.979 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92902025-08-26T21:27:08.005Z[ host-image] Aug 26 21:27:07.997 INFO O| Aug 26 21:27:07.997 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
92912025-08-26T21:27:08.005Z[ host-image] Aug 26 21:27:07.997 INFO O| Aug 26 21:27:07.997 INFO STEP 49 (remove_files) COMPLETE
92922025-08-26T21:27:08.005Z[ host-image] Aug 26 21:27:07.997 INFO O| Aug 26 21:27:07.997 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92932025-08-26T21:27:08.030Z[ host-image] Aug 26 21:27:08.017 INFO O| Aug 26 21:27:08.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
92942025-08-26T21:27:08.030Z[ host-image] Aug 26 21:27:08.017 INFO O| Aug 26 21:27:08.017 INFO STEP 50 (remove_files) COMPLETE
92952025-08-26T21:27:08.030Z[ host-image] Aug 26 21:27:08.017 INFO O| Aug 26 21:27:08.017 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92962025-08-26T21:27:08.030Z[ host-image] Aug 26 21:27:08.034 INFO O| Aug 26 21:27:08.034 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
92972025-08-26T21:27:08.030Z[ host-image] Aug 26 21:27:08.034 INFO O| Aug 26 21:27:08.034 INFO STEP 51 (remove_files) COMPLETE
92982025-08-26T21:27:08.030Z[ host-image] Aug 26 21:27:08.034 INFO O| Aug 26 21:27:08.034 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92992025-08-26T21:27:08.056Z[ host-image] Aug 26 21:27:08.051 INFO O| Aug 26 21:27:08.051 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
93002025-08-26T21:27:08.056Z[ host-image] Aug 26 21:27:08.051 INFO O| Aug 26 21:27:08.051 INFO STEP 52 (remove_files) COMPLETE
93012025-08-26T21:27:08.056Z[ host-image] Aug 26 21:27:08.051 INFO O| Aug 26 21:27:08.051 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93022025-08-26T21:27:08.081Z[ host-image] Aug 26 21:27:08.075 INFO O| Aug 26 21:27:08.075 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
93032025-08-26T21:27:08.081Z[ host-image] Aug 26 21:27:08.075 INFO O| Aug 26 21:27:08.075 INFO STEP 53 (remove_files) COMPLETE
93042025-08-26T21:27:08.081Z[ host-image] Aug 26 21:27:08.075 INFO O| Aug 26 21:27:08.075 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93052025-08-26T21:27:08.107Z[ host-image] Aug 26 21:27:08.095 INFO O| Aug 26 21:27:08.095 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
93062025-08-26T21:27:08.107Z[ host-image] Aug 26 21:27:08.095 INFO O| Aug 26 21:27:08.095 INFO STEP 54 (remove_files) COMPLETE
93072025-08-26T21:27:08.107Z[ host-image] Aug 26 21:27:08.095 INFO O| Aug 26 21:27:08.095 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93082025-08-26T21:27:08.107Z[ host-image] Aug 26 21:27:08.113 INFO O| Aug 26 21:27:08.113 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
93092025-08-26T21:27:08.107Z[ host-image] Aug 26 21:27:08.113 INFO O| Aug 26 21:27:08.113 INFO STEP 55 (remove_files) COMPLETE
93102025-08-26T21:27:08.107Z[ host-image] Aug 26 21:27:08.113 INFO O| Aug 26 21:27:08.113 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93112025-08-26T21:27:08.132Z[ host-image] Aug 26 21:27:08.130 INFO O| Aug 26 21:27:08.130 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
93122025-08-26T21:27:08.132Z[ host-image] Aug 26 21:27:08.131 INFO O| Aug 26 21:27:08.131 INFO STEP 56 (remove_files) COMPLETE
93132025-08-26T21:27:08.132Z[ host-image] Aug 26 21:27:08.131 INFO O| Aug 26 21:27:08.131 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93142025-08-26T21:27:08.157Z[ host-image] Aug 26 21:27:08.150 INFO O| Aug 26 21:27:08.150 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
93152025-08-26T21:27:08.157Z[ host-image] Aug 26 21:27:08.150 INFO O| Aug 26 21:27:08.150 INFO STEP 57 (remove_files) COMPLETE
93162025-08-26T21:27:08.157Z[ host-image] Aug 26 21:27:08.150 INFO O| Aug 26 21:27:08.150 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93172025-08-26T21:27:08.183Z[ host-image] Aug 26 21:27:08.171 INFO O| Aug 26 21:27:08.171 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
93182025-08-26T21:27:08.183Z[ host-image] Aug 26 21:27:08.171 INFO O| Aug 26 21:27:08.171 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
93192025-08-26T21:27:08.183Z[ host-image] Aug 26 21:27:08.171 INFO O| Aug 26 21:27:08.171 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93202025-08-26T21:27:08.183Z[ host-image] Aug 26 21:27:08.171 INFO O| Aug 26 21:27:08.171 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93212025-08-26T21:27:08.183Z[ host-image] Aug 26 21:27:08.171 INFO O| Aug 26 21:27:08.171 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93222025-08-26T21:27:08.183Z[ host-image] Aug 26 21:27:08.172 INFO O| Aug 26 21:27:08.171 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93232025-08-26T21:27:08.184Z[ host-image] Aug 26 21:27:08.172 INFO O| Aug 26 21:27:08.171 INFO ok!
93242025-08-26T21:27:08.184Z[ host-image] Aug 26 21:27:08.172 INFO O| Aug 26 21:27:08.171 INFO STEP 58 (ensure_file) COMPLETE
93252025-08-26T21:27:08.184Z[ host-image] Aug 26 21:27:08.172 INFO O| Aug 26 21:27:08.171 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93262025-08-26T21:27:08.210Z[ host-image] Aug 26 21:27:08.191 INFO O| Aug 26 21:27:08.191 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
93272025-08-26T21:27:08.210Z[ host-image] Aug 26 21:27:08.192 INFO O| Aug 26 21:27:08.191 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
93282025-08-26T21:27:08.210Z[ host-image] Aug 26 21:27:08.192 INFO O| Aug 26 21:27:08.192 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93292025-08-26T21:27:08.210Z[ host-image] Aug 26 21:27:08.192 INFO O| Aug 26 21:27:08.192 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93302025-08-26T21:27:08.210Z[ host-image] Aug 26 21:27:08.192 INFO O| Aug 26 21:27:08.192 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93312025-08-26T21:27:08.210Z[ host-image] Aug 26 21:27:08.192 INFO O| Aug 26 21:27:08.192 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93322025-08-26T21:27:08.210Z[ host-image] Aug 26 21:27:08.192 INFO O| Aug 26 21:27:08.192 INFO ok!
93332025-08-26T21:27:08.210Z[ host-image] Aug 26 21:27:08.192 INFO O| Aug 26 21:27:08.192 INFO STEP 59 (ensure_file) COMPLETE
93342025-08-26T21:27:08.210Z[ host-image] Aug 26 21:27:08.192 INFO O| Aug 26 21:27:08.192 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93352025-08-26T21:27:08.210Z[ host-image] Aug 26 21:27:08.210 INFO O| Aug 26 21:27:08.210 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
93362025-08-26T21:27:08.210Z[ host-image] Aug 26 21:27:08.210 INFO O| Aug 26 21:27:08.210 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
93372025-08-26T21:27:08.210Z[ host-image] Aug 26 21:27:08.210 INFO O| Aug 26 21:27:08.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
93382025-08-26T21:27:08.210Z[ host-image] Aug 26 21:27:08.210 INFO O| Aug 26 21:27:08.210 INFO ok!
93392025-08-26T21:27:08.210Z[ host-image] Aug 26 21:27:08.210 INFO O| Aug 26 21:27:08.210 INFO STEP 60 (ensure_file) COMPLETE
93402025-08-26T21:27:08.210Z[ host-image] Aug 26 21:27:08.210 INFO O| Aug 26 21:27:08.210 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93412025-08-26T21:27:08.235Z[ host-image] Aug 26 21:27:08.231 INFO O| Aug 26 21:27:08.230 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
93422025-08-26T21:27:08.235Z[ host-image] Aug 26 21:27:08.231 INFO O| Aug 26 21:27:08.231 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
93432025-08-26T21:27:08.235Z[ host-image] Aug 26 21:27:08.231 INFO O| Aug 26 21:27:08.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
93442025-08-26T21:27:08.235Z[ host-image] Aug 26 21:27:08.231 INFO O| Aug 26 21:27:08.231 INFO ok!
93452025-08-26T21:27:08.235Z[ host-image] Aug 26 21:27:08.231 INFO O| Aug 26 21:27:08.231 INFO STEP 61 (ensure_file) COMPLETE
93462025-08-26T21:27:08.235Z[ host-image] Aug 26 21:27:08.231 INFO O| Aug 26 21:27:08.231 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93472025-08-26T21:27:08.261Z[ host-image] Aug 26 21:27:08.254 INFO O| Aug 26 21:27:08.254 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
93482025-08-26T21:27:08.261Z[ host-image] Aug 26 21:27:08.254 INFO O| Aug 26 21:27:08.254 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
93492025-08-26T21:27:08.261Z[ host-image] Aug 26 21:27:08.254 INFO O| Aug 26 21:27:08.254 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93502025-08-26T21:27:08.261Z[ host-image] Aug 26 21:27:08.254 INFO O| Aug 26 21:27:08.254 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93512025-08-26T21:27:08.261Z[ host-image] Aug 26 21:27:08.254 INFO O| Aug 26 21:27:08.254 INFO ok!
93522025-08-26T21:27:08.261Z[ host-image] Aug 26 21:27:08.254 INFO O| Aug 26 21:27:08.254 INFO STEP 62 (ensure_file) COMPLETE
93532025-08-26T21:27:08.261Z[ host-image] Aug 26 21:27:08.254 INFO O| Aug 26 21:27:08.254 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93542025-08-26T21:27:08.287Z[ host-image] Aug 26 21:27:08.273 INFO O| Aug 26 21:27:08.273 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
93552025-08-26T21:27:08.287Z[ host-image] Aug 26 21:27:08.273 INFO O| Aug 26 21:27:08.273 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
93562025-08-26T21:27:08.287Z[ host-image] Aug 26 21:27:08.273 INFO O| Aug 26 21:27:08.273 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93572025-08-26T21:27:08.287Z[ host-image] Aug 26 21:27:08.273 INFO O| Aug 26 21:27:08.273 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93582025-08-26T21:27:08.287Z[ host-image] Aug 26 21:27:08.273 INFO O| Aug 26 21:27:08.273 INFO ok!
93592025-08-26T21:27:08.287Z[ host-image] Aug 26 21:27:08.273 INFO O| Aug 26 21:27:08.273 INFO STEP 63 (ensure_file) COMPLETE
93602025-08-26T21:27:08.287Z[ host-image] Aug 26 21:27:08.273 INFO O| Aug 26 21:27:08.273 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93612025-08-26T21:27:08.287Z[ host-image] Aug 26 21:27:08.293 INFO O| Aug 26 21:27:08.293 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
93622025-08-26T21:27:08.287Z[ host-image] Aug 26 21:27:08.293 INFO O| Aug 26 21:27:08.293 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
93632025-08-26T21:27:08.287Z[ host-image] Aug 26 21:27:08.293 INFO O| Aug 26 21:27:08.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
93642025-08-26T21:27:08.287Z[ host-image] Aug 26 21:27:08.293 INFO O| Aug 26 21:27:08.293 INFO ok!
93652025-08-26T21:27:08.287Z[ host-image] Aug 26 21:27:08.293 INFO O| Aug 26 21:27:08.293 INFO STEP 64 (assemble_files) COMPLETE
93662025-08-26T21:27:08.287Z[ host-image] Aug 26 21:27:08.293 INFO O| Aug 26 21:27:08.293 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93672025-08-26T21:27:08.312Z[ host-image] Aug 26 21:27:08.316 INFO O| Aug 26 21:27:08.316 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
93682025-08-26T21:27:08.312Z[ host-image] Aug 26 21:27:08.316 INFO O| Aug 26 21:27:08.316 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
93692025-08-26T21:27:08.312Z[ host-image] Aug 26 21:27:08.316 INFO O| Aug 26 21:27:08.316 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93702025-08-26T21:27:08.312Z[ host-image] Aug 26 21:27:08.316 INFO O| Aug 26 21:27:08.316 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93712025-08-26T21:27:08.312Z[ host-image] Aug 26 21:27:08.316 INFO O| Aug 26 21:27:08.316 INFO ok!
93722025-08-26T21:27:08.312Z[ host-image] Aug 26 21:27:08.316 INFO O| Aug 26 21:27:08.316 INFO STEP 65 (ensure_file) COMPLETE
93732025-08-26T21:27:08.313Z[ host-image] Aug 26 21:27:08.316 INFO O| Aug 26 21:27:08.316 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93742025-08-26T21:27:08.338Z[ host-image] Aug 26 21:27:08.334 INFO O| Aug 26 21:27:08.333 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93752025-08-26T21:27:08.338Z[ host-image] Aug 26 21:27:08.334 INFO O| Aug 26 21:27:08.334 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93762025-08-26T21:27:08.338Z[ host-image] Aug 26 21:27:08.334 INFO O| Aug 26 21:27:08.334 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93772025-08-26T21:27:08.338Z[ host-image] Aug 26 21:27:08.334 INFO O| Aug 26 21:27:08.334 INFO STEP 66 (ensure_dir) COMPLETE
93782025-08-26T21:27:08.338Z[ host-image] Aug 26 21:27:08.334 INFO O| Aug 26 21:27:08.334 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93792025-08-26T21:27:08.365Z[ host-image] Aug 26 21:27:08.353 INFO O| Aug 26 21:27:08.353 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
93802025-08-26T21:27:08.365Z[ host-image] Aug 26 21:27:08.353 INFO O| Aug 26 21:27:08.353 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 ...
93812025-08-26T21:27:08.365Z[ host-image] Aug 26 21:27:08.363 INFO O| Aug 26 21:27:08.363 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
93822025-08-26T21:27:08.365Z[ host-image] Aug 26 21:27:08.363 INFO O| Aug 26 21:27:08.363 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
93832025-08-26T21:27:08.365Z[ host-image] Aug 26 21:27:08.363 INFO O| Aug 26 21:27:08.363 INFO ok!
93842025-08-26T21:27:08.365Z[ host-image] Aug 26 21:27:08.363 INFO O| Aug 26 21:27:08.363 INFO STEP 67 (ensure_file) COMPLETE
93852025-08-26T21:27:08.365Z[ host-image] Aug 26 21:27:08.363 INFO O| Aug 26 21:27:08.363 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93862025-08-26T21:27:08.390Z[ host-image] Aug 26 21:27:08.381 INFO O| Aug 26 21:27:08.381 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
93872025-08-26T21:27:08.390Z[ host-image] Aug 26 21:27:08.381 INFO O| Aug 26 21:27:08.381 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 ...
93882025-08-26T21:27:08.390Z[ host-image] Aug 26 21:27:08.381 INFO O| Aug 26 21:27:08.381 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
93892025-08-26T21:27:08.390Z[ host-image] Aug 26 21:27:08.381 INFO O| Aug 26 21:27:08.381 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
93902025-08-26T21:27:08.390Z[ host-image] Aug 26 21:27:08.381 INFO O| Aug 26 21:27:08.381 INFO ok!
93912025-08-26T21:27:08.390Z[ host-image] Aug 26 21:27:08.381 INFO O| Aug 26 21:27:08.381 INFO STEP 68 (ensure_file) COMPLETE
93922025-08-26T21:27:08.390Z[ host-image] Aug 26 21:27:08.381 INFO O| Aug 26 21:27:08.381 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93932025-08-26T21:27:08.416Z[ host-image] Aug 26 21:27:08.409 INFO O| Aug 26 21:27:08.409 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
93942025-08-26T21:27:08.416Z[ host-image] Aug 26 21:27:08.409 INFO O| Aug 26 21:27:08.409 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
93952025-08-26T21:27:08.963Z[ recovery-image] Aug 26 21:27:08.971 INFO E| Compiling quote v1.0.40
93962025-08-26T21:27:09.325Z[ recovery-image] Aug 26 21:27:09.332 INFO E| Compiling syn v2.0.104
93972025-08-26T21:27:11.507Z[ host-image] Aug 26 21:27:11.515 INFO O| Aug 26 21:27:11.515 INFO STEP 69 (pack_tar) COMPLETE
93982025-08-26T21:27:11.580Z[ host-image] Aug 26 21:27:11.515 INFO O| Aug 26 21:27:11.515 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93992025-08-26T21:27:11.580Z[ host-image] Aug 26 21:27:11.515 INFO O| Aug 26 21:27:11.515 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
94002025-08-26T21:27:11.619Z[ host-image] Aug 26 21:27:11.623 INFO O| Aug 26 21:27:11.623 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94012025-08-26T21:27:11.681Z[ host-image] Aug 26 21:27:11.689 INFO O| Aug 26 21:27:11.689 INFO completed processing sled/ramdisk-02-trim
94022025-08-26T21:27:11.707Z[ host-image] Aug 26 21:27:11.693 INFO image builder template: zfs...
94032025-08-26T21:27:11.707Z[ host-image] Aug 26 21:27:11.693 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/.tmpQmIViS/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.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "zfs"], pwd: None
94042025-08-26T21:27:11.707Z[ host-image] Aug 26 21:27:11.713 INFO O| Aug 26 21:27:11.712 INFO skip include "stress" because feature "stress" is not enabled
94052025-08-26T21:27:11.707Z[ host-image] Aug 26 21:27:11.713 INFO O| Aug 26 21:27:11.713 INFO skip include "stress" because feature "compliance" is not enabled
94062025-08-26T21:27:11.758Z[ host-image] Aug 26 21:27:11.765 INFO O| Aug 26 21:27:11.765 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
94072025-08-26T21:27:11.784Z[ host-image] Aug 26 21:27:11.774 INFO O| Aug 26 21:27:11.774 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
94082025-08-26T21:27:11.814Z[ host-image] Aug 26 21:27:11.822 INFO O| Aug 26 21:27:11.822 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
94092025-08-26T21:27:11.847Z[ host-image] Aug 26 21:27:11.854 INFO O| Aug 26 21:27:11.854 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
94102025-08-26T21:27:11.847Z[ host-image] Aug 26 21:27:11.854 INFO O| Aug 26 21:27:11.854 INFO work dataset: rpool/images/build/host/work/sled/zfs
94112025-08-26T21:27:11.872Z[ host-image] Aug 26 21:27:11.865 INFO O| Aug 26 21:27:11.865 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
94122025-08-26T21:27:11.903Z[ host-image] Aug 26 21:27:11.911 INFO O| Aug 26 21:27:11.911 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
94132025-08-26T21:27:11.929Z[ host-image] Aug 26 21:27:11.936 INFO O| Aug 26 21:27:11.936 INFO DESTROY POOL: TEMPORARY-sled-zfs
94142025-08-26T21:27:11.959Z[ host-image] Aug 26 21:27:11.953 INFO O| Aug 26 21:27:11.953 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
94152025-08-26T21:27:11.986Z[ host-image] Aug 26 21:27:11.962 INFO O| Aug 26 21:27:11.962 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
94162025-08-26T21:27:11.986Z[ host-image] Aug 26 21:27:11.962 INFO O| Aug 26 21:27:11.962 INFO no lofi found
94172025-08-26T21:27:11.986Z[ host-image] Aug 26 21:27:11.962 INFO O| Aug 26 21:27:11.962 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
94182025-08-26T21:27:11.986Z[ host-image] Aug 26 21:27:11.962 INFO O| Aug 26 21:27:11.962 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
94192025-08-26T21:27:13.354Z[ recovery-image] Aug 26 21:27:13.358 INFO E| Compiling scroll_derive v0.13.0
94202025-08-26T21:27:13.995Z[ host-image] Aug 26 21:27:14.002 INFO O| Aug 26 21:27:14.002 INFO lofi device = /dev/dsk/c3t1d0p0
94212025-08-26T21:27:14.020Z[ host-image] Aug 26 21:27:14.002 INFO O| Aug 26 21:27:14.002 INFO pool device = /dev/dsk/c3t1d0p0
94222025-08-26T21:27:14.020Z[ host-image] Aug 26 21:27:14.002 INFO O| Aug 26 21:27:14.002 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"]
94232025-08-26T21:27:14.166Z[ host-image] Aug 26 21:27:14.173 INFO O| Aug 26 21:27:14.173 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94242025-08-26T21:27:14.166Z[ host-image] Aug 26 21:27:14.174 INFO O| Aug 26 21:27:14.173 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
94252025-08-26T21:27:14.206Z[ host-image] Aug 26 21:27:14.214 INFO O| Aug 26 21:27:14.213 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
94262025-08-26T21:27:14.297Z[ host-image] Aug 26 21:27:14.305 INFO O| Aug 26 21:27:14.305 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
94272025-08-26T21:27:14.349Z[ host-image] Aug 26 21:27:14.357 INFO O| Aug 26 21:27:14.357 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
94282025-08-26T21:27:14.382Z[ host-image] Aug 26 21:27:14.390 INFO O| Aug 26 21:27:14.389 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
94292025-08-26T21:27:14.407Z[ host-image] Aug 26 21:27:14.415 INFO O| Aug 26 21:27:14.414 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
94302025-08-26T21:27:14.483Z[ host-image] Aug 26 21:27:14.490 INFO O| Aug 26 21:27:14.490 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
94312025-08-26T21:27:14.483Z[ host-image] Aug 26 21:27:14.491 INFO O| Aug 26 21:27:14.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
94322025-08-26T21:27:14.509Z[ host-image] Aug 26 21:27:14.491 INFO O| Aug 26 21:27:14.491 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
94332025-08-26T21:27:14.509Z[ host-image] Aug 26 21:27:14.505 INFO O| Aug 26 21:27:14.505 INFO boot environment UUID: 9cd9ad0b-5b95-4733-a149-2264ec512ed8
94342025-08-26T21:27:14.509Z[ host-image] Aug 26 21:27:14.506 INFO O| Aug 26 21:27:14.505 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 9cd9ad0b-5b95-4733-a149-2264ec512ed8
94352025-08-26T21:27:14.534Z[ host-image] Aug 26 21:27:14.531 INFO O| Aug 26 21:27:14.531 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
94362025-08-26T21:27:14.559Z[ host-image] Aug 26 21:27:14.560 INFO O| Aug 26 21:27:14.560 INFO STEP 0 (create_be) COMPLETE
94372025-08-26T21:27:14.559Z[ host-image] Aug 26 21:27:14.560 INFO O| Aug 26 21:27:14.560 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94382025-08-26T21:27:14.594Z[ host-image] Aug 26 21:27:14.601 INFO O| Aug 26 21:27:14.601 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
94392025-08-26T21:27:18.005Z[ recovery-image] Aug 26 21:27:18.013 INFO E| Compiling bitstruct_derive v0.1.0
94402025-08-26T21:27:40.449Z[ host-image] Aug 26 21:27:40.457 INFO O| Aug 26 21:27:40.457 INFO STEP 1 (unpack_tar) COMPLETE
94412025-08-26T21:27:40.449Z[ host-image] Aug 26 21:27:40.457 INFO O| Aug 26 21:27:40.457 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94422025-08-26T21:27:40.474Z[ host-image] Aug 26 21:27:40.472 INFO O| Aug 26 21:27:40.472 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
94432025-08-26T21:27:41.188Z[ host-image] Aug 26 21:27:41.196 INFO O| Aug 26 21:27:41.195 INFO STEP 2 (devfsadm) COMPLETE
94442025-08-26T21:27:41.188Z[ host-image] Aug 26 21:27:41.196 INFO O| Aug 26 21:27:41.196 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94452025-08-26T21:27:41.213Z[ host-image] Aug 26 21:27:41.209 INFO O| Aug 26 21:27:41.209 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94462025-08-26T21:27:41.213Z[ host-image] Aug 26 21:27:41.209 INFO O| Aug 26 21:27:41.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94472025-08-26T21:27:41.213Z[ host-image] Aug 26 21:27:41.209 INFO O| Aug 26 21:27:41.209 INFO STEP 3 (ensure_dir) COMPLETE
94482025-08-26T21:27:41.213Z[ host-image] Aug 26 21:27:41.209 INFO O| Aug 26 21:27:41.209 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94492025-08-26T21:27:41.240Z[ host-image] Aug 26 21:27:41.225 INFO O| Aug 26 21:27:41.225 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94502025-08-26T21:27:41.240Z[ host-image] Aug 26 21:27:41.225 INFO O| Aug 26 21:27:41.225 INFO STEP 4 (ensure_dir) COMPLETE
94512025-08-26T21:27:41.240Z[ host-image] Aug 26 21:27:41.225 INFO O| Aug 26 21:27:41.225 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94522025-08-26T21:27:41.240Z[ host-image] Aug 26 21:27:41.242 INFO O| Aug 26 21:27:41.242 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94532025-08-26T21:27:41.240Z[ host-image] Aug 26 21:27:41.242 INFO O| Aug 26 21:27:41.242 INFO STEP 5 (ensure_dir) COMPLETE
94542025-08-26T21:27:41.240Z[ host-image] Aug 26 21:27:41.242 INFO O| Aug 26 21:27:41.242 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94552025-08-26T21:27:41.265Z[ host-image] Aug 26 21:27:41.258 INFO O| Aug 26 21:27:41.258 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94562025-08-26T21:27:41.265Z[ host-image] Aug 26 21:27:41.259 INFO O| Aug 26 21:27:41.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94572025-08-26T21:27:41.265Z[ host-image] Aug 26 21:27:41.259 INFO O| Aug 26 21:27:41.259 INFO STEP 6 (ensure_dir) COMPLETE
94582025-08-26T21:27:41.265Z[ host-image] Aug 26 21:27:41.259 INFO O| Aug 26 21:27:41.259 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94592025-08-26T21:27:41.291Z[ host-image] Aug 26 21:27:41.276 INFO O| Aug 26 21:27:41.275 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94602025-08-26T21:27:41.291Z[ host-image] Aug 26 21:27:41.276 INFO O| Aug 26 21:27:41.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94612025-08-26T21:27:41.291Z[ host-image] Aug 26 21:27:41.276 INFO O| Aug 26 21:27:41.276 INFO STEP 7 (ensure_dir) COMPLETE
94622025-08-26T21:27:41.291Z[ host-image] Aug 26 21:27:41.276 INFO O| Aug 26 21:27:41.276 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94632025-08-26T21:27:41.291Z[ host-image] Aug 26 21:27:41.293 INFO O| Aug 26 21:27:41.293 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
94642025-08-26T21:27:41.291Z[ host-image] Aug 26 21:27:41.293 INFO O| Aug 26 21:27:41.293 INFO STEP 8 (remove_files) COMPLETE
94652025-08-26T21:27:41.291Z[ host-image] Aug 26 21:27:41.293 INFO O| Aug 26 21:27:41.293 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94662025-08-26T21:27:41.316Z[ host-image] Aug 26 21:27:41.310 INFO O| Aug 26 21:27:41.310 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
94672025-08-26T21:27:41.316Z[ host-image] Aug 26 21:27:41.311 INFO O| Aug 26 21:27:41.311 INFO STEP 9 (remove_files) COMPLETE
94682025-08-26T21:27:41.316Z[ host-image] Aug 26 21:27:41.311 INFO O| Aug 26 21:27:41.311 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94692025-08-26T21:27:41.316Z[ host-image] Aug 26 21:27:41.324 INFO O| Aug 26 21:27:41.324 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
94702025-08-26T21:27:41.341Z[ host-image] Aug 26 21:27:41.325 INFO O| Aug 26 21:27:41.325 INFO STEP 10 (remove_files) COMPLETE
94712025-08-26T21:27:41.341Z[ host-image] Aug 26 21:27:41.325 INFO O| Aug 26 21:27:41.325 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94722025-08-26T21:27:41.341Z[ host-image] Aug 26 21:27:41.337 INFO O| Aug 26 21:27:41.337 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
94732025-08-26T21:27:41.341Z[ host-image] Aug 26 21:27:41.337 INFO O| Aug 26 21:27:41.337 INFO STEP 11 (remove_files) COMPLETE
94742025-08-26T21:27:41.341Z[ host-image] Aug 26 21:27:41.337 INFO O| Aug 26 21:27:41.337 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94752025-08-26T21:27:41.369Z[ host-image] Aug 26 21:27:41.354 INFO O| Aug 26 21:27:41.354 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
94762025-08-26T21:27:41.369Z[ host-image] Aug 26 21:27:41.354 INFO O| Aug 26 21:27:41.354 INFO STEP 12 (remove_files) COMPLETE
94772025-08-26T21:27:41.369Z[ host-image] Aug 26 21:27:41.354 INFO O| Aug 26 21:27:41.354 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94782025-08-26T21:27:41.369Z[ host-image] Aug 26 21:27:41.366 INFO O| Aug 26 21:27:41.366 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94792025-08-26T21:27:41.369Z[ host-image] Aug 26 21:27:41.367 INFO O| Aug 26 21:27:41.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94802025-08-26T21:27:41.369Z[ host-image] Aug 26 21:27:41.367 INFO O| Aug 26 21:27:41.366 INFO STEP 13 (ensure_dir) COMPLETE
94812025-08-26T21:27:41.369Z[ host-image] Aug 26 21:27:41.367 INFO O| Aug 26 21:27:41.366 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94822025-08-26T21:27:41.396Z[ host-image] Aug 26 21:27:41.381 INFO O| Aug 26 21:27:41.381 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94832025-08-26T21:27:41.396Z[ host-image] Aug 26 21:27:41.381 INFO O| Aug 26 21:27:41.381 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94842025-08-26T21:27:41.396Z[ host-image] Aug 26 21:27:41.382 INFO O| Aug 26 21:27:41.382 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94852025-08-26T21:27:41.396Z[ host-image] Aug 26 21:27:41.382 INFO O| Aug 26 21:27:41.382 INFO STEP 14 (ensure_dir) COMPLETE
94862025-08-26T21:27:41.396Z[ host-image] Aug 26 21:27:41.382 INFO O| Aug 26 21:27:41.382 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94872025-08-26T21:27:41.396Z[ host-image] Aug 26 21:27:41.399 INFO O| Aug 26 21:27:41.399 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94882025-08-26T21:27:41.396Z[ host-image] Aug 26 21:27:41.399 INFO O| Aug 26 21:27:41.399 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94892025-08-26T21:27:41.396Z[ host-image] Aug 26 21:27:41.399 INFO O| Aug 26 21:27:41.399 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94902025-08-26T21:27:41.396Z[ host-image] Aug 26 21:27:41.400 INFO O| Aug 26 21:27:41.399 INFO STEP 15 (ensure_dir) COMPLETE
94912025-08-26T21:27:41.397Z[ host-image] Aug 26 21:27:41.400 INFO O| Aug 26 21:27:41.399 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94922025-08-26T21:27:41.422Z[ host-image] Aug 26 21:27:41.412 INFO O| Aug 26 21:27:41.412 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94932025-08-26T21:27:41.422Z[ host-image] Aug 26 21:27:41.412 INFO O| Aug 26 21:27:41.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94942025-08-26T21:27:41.422Z[ host-image] Aug 26 21:27:41.412 INFO O| Aug 26 21:27:41.412 INFO STEP 16 (ensure_dir) COMPLETE
94952025-08-26T21:27:41.422Z[ host-image] Aug 26 21:27:41.412 INFO O| Aug 26 21:27:41.412 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94962025-08-26T21:27:41.422Z[ host-image] Aug 26 21:27:41.426 INFO O| Aug 26 21:27:41.425 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94972025-08-26T21:27:41.422Z[ host-image] Aug 26 21:27:41.426 INFO O| Aug 26 21:27:41.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94982025-08-26T21:27:41.422Z[ host-image] Aug 26 21:27:41.426 INFO O| Aug 26 21:27:41.426 INFO STEP 17 (ensure_dir) COMPLETE
94992025-08-26T21:27:41.422Z[ host-image] Aug 26 21:27:41.426 INFO O| Aug 26 21:27:41.426 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95002025-08-26T21:27:41.448Z[ host-image] Aug 26 21:27:41.437 INFO O| Aug 26 21:27:41.437 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
95012025-08-26T21:27:41.448Z[ host-image] Aug 26 21:27:41.437 INFO O| Aug 26 21:27:41.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
95022025-08-26T21:27:41.448Z[ host-image] Aug 26 21:27:41.437 INFO O| Aug 26 21:27:41.437 INFO ok!
95032025-08-26T21:27:41.448Z[ host-image] Aug 26 21:27:41.437 INFO O| Aug 26 21:27:41.437 INFO STEP 18 (ensure_symlink) COMPLETE
95042025-08-26T21:27:41.448Z[ host-image] Aug 26 21:27:41.437 INFO O| Aug 26 21:27:41.437 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95052025-08-26T21:27:41.448Z[ host-image] Aug 26 21:27:41.449 INFO O| Aug 26 21:27:41.448 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
95062025-08-26T21:27:41.448Z[ host-image] Aug 26 21:27:41.449 INFO O| Aug 26 21:27:41.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
95072025-08-26T21:27:41.448Z[ host-image] Aug 26 21:27:41.449 INFO O| Aug 26 21:27:41.448 INFO ok!
95082025-08-26T21:27:41.448Z[ host-image] Aug 26 21:27:41.449 INFO O| Aug 26 21:27:41.449 INFO STEP 19 (ensure_file) COMPLETE
95092025-08-26T21:27:41.448Z[ host-image] Aug 26 21:27:41.449 INFO O| Aug 26 21:27:41.449 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95102025-08-26T21:27:41.474Z[ host-image] Aug 26 21:27:41.460 INFO O| Aug 26 21:27:41.460 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
95112025-08-26T21:27:41.474Z[ host-image] Aug 26 21:27:41.460 INFO O| Aug 26 21:27:41.460 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
95122025-08-26T21:27:41.474Z[ host-image] Aug 26 21:27:41.460 INFO O| Aug 26 21:27:41.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
95132025-08-26T21:27:41.474Z[ host-image] Aug 26 21:27:41.460 INFO O| Aug 26 21:27:41.460 INFO ok!
95142025-08-26T21:27:41.474Z[ host-image] Aug 26 21:27:41.460 INFO O| Aug 26 21:27:41.460 INFO STEP 20 (ensure_symlink) COMPLETE
95152025-08-26T21:27:41.474Z[ host-image] Aug 26 21:27:41.460 INFO O| Aug 26 21:27:41.460 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95162025-08-26T21:27:41.475Z[ host-image] Aug 26 21:27:41.478 INFO O| Aug 26 21:27:41.478 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
95172025-08-26T21:27:41.475Z[ host-image] Aug 26 21:27:41.478 INFO O| Aug 26 21:27:41.478 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
95182025-08-26T21:27:41.475Z[ host-image] Aug 26 21:27:41.478 INFO O| Aug 26 21:27:41.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
95192025-08-26T21:27:41.475Z[ host-image] Aug 26 21:27:41.478 INFO O| Aug 26 21:27:41.478 INFO ok!
95202025-08-26T21:27:41.475Z[ host-image] Aug 26 21:27:41.478 INFO O| Aug 26 21:27:41.478 INFO STEP 21 (ensure_symlink) COMPLETE
95212025-08-26T21:27:41.475Z[ host-image] Aug 26 21:27:41.478 INFO O| Aug 26 21:27:41.478 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95222025-08-26T21:27:41.500Z[ host-image] Aug 26 21:27:41.496 INFO O| Aug 26 21:27:41.496 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
95232025-08-26T21:27:41.500Z[ host-image] Aug 26 21:27:41.496 INFO O| Aug 26 21:27:41.496 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
95242025-08-26T21:27:41.500Z[ host-image] Aug 26 21:27:41.496 INFO O| Aug 26 21:27:41.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
95252025-08-26T21:27:41.500Z[ host-image] Aug 26 21:27:41.496 INFO O| Aug 26 21:27:41.496 INFO ok!
95262025-08-26T21:27:41.500Z[ host-image] Aug 26 21:27:41.496 INFO O| Aug 26 21:27:41.496 INFO STEP 22 (ensure_symlink) COMPLETE
95272025-08-26T21:27:41.500Z[ host-image] Aug 26 21:27:41.496 INFO O| Aug 26 21:27:41.496 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95282025-08-26T21:27:41.526Z[ host-image] Aug 26 21:27:41.509 INFO O| Aug 26 21:27:41.509 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
95292025-08-26T21:27:41.526Z[ host-image] Aug 26 21:27:41.509 INFO O| Aug 26 21:27:41.509 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
95302025-08-26T21:27:41.526Z[ host-image] Aug 26 21:27:41.509 INFO O| Aug 26 21:27:41.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
95312025-08-26T21:27:41.526Z[ host-image] Aug 26 21:27:41.509 INFO O| Aug 26 21:27:41.509 INFO ok!
95322025-08-26T21:27:41.526Z[ host-image] Aug 26 21:27:41.509 INFO O| Aug 26 21:27:41.509 INFO STEP 23 (ensure_symlink) COMPLETE
95332025-08-26T21:27:41.526Z[ host-image] Aug 26 21:27:41.509 INFO O| Aug 26 21:27:41.509 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95342025-08-26T21:27:41.526Z[ host-image] Aug 26 21:27:41.527 INFO O| Aug 26 21:27:41.527 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
95352025-08-26T21:27:41.526Z[ host-image] Aug 26 21:27:41.527 INFO O| Aug 26 21:27:41.527 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
95362025-08-26T21:27:41.526Z[ host-image] Aug 26 21:27:41.527 INFO O| Aug 26 21:27:41.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
95372025-08-26T21:27:41.526Z[ host-image] Aug 26 21:27:41.527 INFO O| Aug 26 21:27:41.527 INFO ok!
95382025-08-26T21:27:41.526Z[ host-image] Aug 26 21:27:41.527 INFO O| Aug 26 21:27:41.527 INFO STEP 24 (ensure_file) COMPLETE
95392025-08-26T21:27:41.526Z[ host-image] Aug 26 21:27:41.527 INFO O| Aug 26 21:27:41.527 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
95402025-08-26T21:27:41.552Z[ host-image] Aug 26 21:27:41.546 INFO O| Aug 26 21:27:41.546 INFO updating shadow file
95412025-08-26T21:27:41.552Z[ host-image] Aug 26 21:27:41.546 INFO O| Aug 26 21:27:41.546 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95422025-08-26T21:27:41.552Z[ host-image] Aug 26 21:27:41.546 INFO O| Aug 26 21:27:41.546 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95432025-08-26T21:27:41.552Z[ host-image] Aug 26 21:27:41.546 INFO O| Aug 26 21:27:41.546 INFO STEP 25 (shadow) COMPLETE
95442025-08-26T21:27:41.552Z[ host-image] Aug 26 21:27:41.546 INFO O| Aug 26 21:27:41.546 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95452025-08-26T21:27:41.577Z[ host-image] Aug 26 21:27:41.562 INFO O| Aug 26 21:27:41.562 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
95462025-08-26T21:27:41.578Z[ host-image] Aug 26 21:27:41.562 INFO O| Aug 26 21:27:41.562 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
95472025-08-26T21:27:41.578Z[ host-image] Aug 26 21:27:41.562 INFO O| Aug 26 21:27:41.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
95482025-08-26T21:27:41.578Z[ host-image] Aug 26 21:27:41.562 INFO O| Aug 26 21:27:41.562 INFO ok!
95492025-08-26T21:27:41.578Z[ host-image] Aug 26 21:27:41.562 INFO O| Aug 26 21:27:41.562 INFO STEP 26 (ensure_file) COMPLETE
95502025-08-26T21:27:41.578Z[ host-image] Aug 26 21:27:41.562 INFO O| Aug 26 21:27:41.562 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95512025-08-26T21:27:41.578Z[ host-image] Aug 26 21:27:41.577 INFO O| Aug 26 21:27:41.577 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
95522025-08-26T21:27:41.578Z[ host-image] Aug 26 21:27:41.577 INFO O| Aug 26 21:27:41.577 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
95532025-08-26T21:27:41.578Z[ host-image] Aug 26 21:27:41.577 INFO O| Aug 26 21:27:41.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
95542025-08-26T21:27:41.578Z[ host-image] Aug 26 21:27:41.577 INFO O| Aug 26 21:27:41.577 INFO ok!
95552025-08-26T21:27:41.578Z[ host-image] Aug 26 21:27:41.577 INFO O| Aug 26 21:27:41.577 INFO STEP 27 (ensure_file) COMPLETE
95562025-08-26T21:27:41.578Z[ host-image] Aug 26 21:27:41.577 INFO O| Aug 26 21:27:41.577 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95572025-08-26T21:27:41.604Z[ host-image] Aug 26 21:27:41.596 INFO O| Aug 26 21:27:41.596 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
95582025-08-26T21:27:41.604Z[ host-image] Aug 26 21:27:41.596 INFO O| Aug 26 21:27:41.596 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
95592025-08-26T21:27:41.604Z[ host-image] Aug 26 21:27:41.596 INFO O| Aug 26 21:27:41.596 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95602025-08-26T21:27:41.604Z[ host-image] Aug 26 21:27:41.596 INFO O| Aug 26 21:27:41.596 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95612025-08-26T21:27:41.604Z[ host-image] Aug 26 21:27:41.596 INFO O| Aug 26 21:27:41.596 INFO ok!
95622025-08-26T21:27:41.604Z[ host-image] Aug 26 21:27:41.596 INFO O| Aug 26 21:27:41.596 INFO STEP 28 (ensure_file) COMPLETE
95632025-08-26T21:27:41.604Z[ host-image] Aug 26 21:27:41.596 INFO O| Aug 26 21:27:41.596 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95642025-08-26T21:27:41.630Z[ host-image] Aug 26 21:27:41.614 INFO O| Aug 26 21:27:41.614 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
95652025-08-26T21:27:41.630Z[ host-image] Aug 26 21:27:41.614 INFO O| Aug 26 21:27:41.614 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
95662025-08-26T21:27:41.630Z[ host-image] Aug 26 21:27:41.614 INFO O| Aug 26 21:27:41.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
95672025-08-26T21:27:41.630Z[ host-image] Aug 26 21:27:41.614 INFO O| Aug 26 21:27:41.614 INFO ok!
95682025-08-26T21:27:41.630Z[ host-image] Aug 26 21:27:41.614 INFO O| Aug 26 21:27:41.614 INFO STEP 29 (ensure_file) COMPLETE
95692025-08-26T21:27:41.630Z[ host-image] Aug 26 21:27:41.614 INFO O| Aug 26 21:27:41.614 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95702025-08-26T21:27:41.630Z[ host-image] Aug 26 21:27:41.632 INFO O| Aug 26 21:27:41.632 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95712025-08-26T21:27:41.630Z[ host-image] Aug 26 21:27:41.632 INFO O| Aug 26 21:27:41.632 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95722025-08-26T21:27:41.630Z[ host-image] Aug 26 21:27:41.632 INFO O| Aug 26 21:27:41.632 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95732025-08-26T21:27:41.630Z[ host-image] Aug 26 21:27:41.632 INFO O| Aug 26 21:27:41.632 INFO STEP 30 (ensure_dir) COMPLETE
95742025-08-26T21:27:41.630Z[ host-image] Aug 26 21:27:41.632 INFO O| Aug 26 21:27:41.632 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95752025-08-26T21:27:41.656Z[ host-image] Aug 26 21:27:41.647 INFO O| Aug 26 21:27:41.646 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
95762025-08-26T21:27:41.656Z[ host-image] Aug 26 21:27:41.647 INFO O| Aug 26 21:27:41.647 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
95772025-08-26T21:27:41.656Z[ host-image] Aug 26 21:27:41.647 INFO O| Aug 26 21:27:41.647 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95782025-08-26T21:27:41.656Z[ host-image] Aug 26 21:27:41.647 INFO O| Aug 26 21:27:41.647 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95792025-08-26T21:27:41.656Z[ host-image] Aug 26 21:27:41.647 INFO O| Aug 26 21:27:41.647 INFO ok!
95802025-08-26T21:27:41.656Z[ host-image] Aug 26 21:27:41.647 INFO O| Aug 26 21:27:41.647 INFO STEP 31 (ensure_file) COMPLETE
95812025-08-26T21:27:41.656Z[ host-image] Aug 26 21:27:41.647 INFO O| Aug 26 21:27:41.647 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95822025-08-26T21:27:41.656Z[ host-image] Aug 26 21:27:41.659 INFO O| Aug 26 21:27:41.659 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95832025-08-26T21:27:41.656Z[ host-image] Aug 26 21:27:41.659 INFO O| Aug 26 21:27:41.659 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95842025-08-26T21:27:41.656Z[ host-image] Aug 26 21:27:41.659 INFO O| Aug 26 21:27:41.659 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95852025-08-26T21:27:41.656Z[ host-image] Aug 26 21:27:41.659 INFO O| Aug 26 21:27:41.659 INFO STEP 32 (ensure_dir) COMPLETE
95862025-08-26T21:27:41.656Z[ host-image] Aug 26 21:27:41.659 INFO O| Aug 26 21:27:41.659 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95872025-08-26T21:27:41.682Z[ host-image] Aug 26 21:27:41.672 INFO O| Aug 26 21:27:41.671 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
95882025-08-26T21:27:41.682Z[ host-image] Aug 26 21:27:41.672 INFO O| Aug 26 21:27:41.672 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 ...
95892025-08-26T21:27:41.682Z[ host-image] Aug 26 21:27:41.672 INFO O| Aug 26 21:27:41.672 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
95902025-08-26T21:27:41.682Z[ host-image] Aug 26 21:27:41.672 INFO O| Aug 26 21:27:41.672 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
95912025-08-26T21:27:41.682Z[ host-image] Aug 26 21:27:41.672 INFO O| Aug 26 21:27:41.672 INFO ok!
95922025-08-26T21:27:41.682Z[ host-image] Aug 26 21:27:41.672 INFO O| Aug 26 21:27:41.672 INFO STEP 33 (ensure_file) COMPLETE
95932025-08-26T21:27:41.682Z[ host-image] Aug 26 21:27:41.672 INFO O| Aug 26 21:27:41.672 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95942025-08-26T21:27:41.682Z[ host-image] Aug 26 21:27:41.684 INFO O| Aug 26 21:27:41.684 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
95952025-08-26T21:27:41.682Z[ host-image] Aug 26 21:27:41.684 INFO O| Aug 26 21:27:41.684 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
95962025-08-26T21:27:41.682Z[ host-image] Aug 26 21:27:41.685 INFO O| Aug 26 21:27:41.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
95972025-08-26T21:27:41.682Z[ host-image] Aug 26 21:27:41.685 INFO O| Aug 26 21:27:41.685 INFO ok!
95982025-08-26T21:27:41.682Z[ host-image] Aug 26 21:27:41.685 INFO O| Aug 26 21:27:41.685 INFO STEP 34 (ensure_file) COMPLETE
95992025-08-26T21:27:41.682Z[ host-image] Aug 26 21:27:41.685 INFO O| Aug 26 21:27:41.685 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96002025-08-26T21:27:41.708Z[ host-image] Aug 26 21:27:41.697 INFO O| Aug 26 21:27:41.697 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
96012025-08-26T21:27:41.708Z[ host-image] Aug 26 21:27:41.697 INFO O| Aug 26 21:27:41.697 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
96022025-08-26T21:27:41.708Z[ host-image] Aug 26 21:27:41.697 INFO O| Aug 26 21:27:41.697 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96032025-08-26T21:27:41.708Z[ host-image] Aug 26 21:27:41.697 INFO O| Aug 26 21:27:41.697 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96042025-08-26T21:27:41.708Z[ host-image] Aug 26 21:27:41.697 INFO O| Aug 26 21:27:41.697 INFO ok!
96052025-08-26T21:27:41.708Z[ host-image] Aug 26 21:27:41.697 INFO O| Aug 26 21:27:41.697 INFO STEP 35 (ensure_file) COMPLETE
96062025-08-26T21:27:41.708Z[ host-image] Aug 26 21:27:41.697 INFO O| Aug 26 21:27:41.697 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96072025-08-26T21:27:41.708Z[ host-image] Aug 26 21:27:41.709 INFO O| Aug 26 21:27:41.709 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
96082025-08-26T21:27:41.708Z[ host-image] Aug 26 21:27:41.709 INFO O| Aug 26 21:27:41.709 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
96092025-08-26T21:27:41.708Z[ host-image] Aug 26 21:27:41.709 INFO O| Aug 26 21:27:41.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
96102025-08-26T21:27:41.708Z[ host-image] Aug 26 21:27:41.709 INFO O| Aug 26 21:27:41.709 INFO ok!
96112025-08-26T21:27:41.708Z[ host-image] Aug 26 21:27:41.709 INFO O| Aug 26 21:27:41.709 INFO STEP 36 (ensure_file) COMPLETE
96122025-08-26T21:27:41.708Z[ host-image] Aug 26 21:27:41.709 INFO O| Aug 26 21:27:41.709 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96132025-08-26T21:27:41.736Z[ host-image] Aug 26 21:27:41.725 INFO O| Aug 26 21:27:41.725 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
96142025-08-26T21:27:41.736Z[ host-image] Aug 26 21:27:41.725 INFO O| Aug 26 21:27:41.725 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
96152025-08-26T21:27:41.736Z[ host-image] Aug 26 21:27:41.725 INFO O| Aug 26 21:27:41.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
96162025-08-26T21:27:41.736Z[ host-image] Aug 26 21:27:41.725 INFO O| Aug 26 21:27:41.725 INFO ok!
96172025-08-26T21:27:41.736Z[ host-image] Aug 26 21:27:41.725 INFO O| Aug 26 21:27:41.725 INFO STEP 37 (ensure_file) COMPLETE
96182025-08-26T21:27:41.736Z[ host-image] Aug 26 21:27:41.725 INFO O| Aug 26 21:27:41.725 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96192025-08-26T21:27:41.736Z[ host-image] Aug 26 21:27:41.741 INFO O| Aug 26 21:27:41.741 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
96202025-08-26T21:27:41.736Z[ host-image] Aug 26 21:27:41.741 INFO O| Aug 26 21:27:41.741 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
96212025-08-26T21:27:41.736Z[ host-image] Aug 26 21:27:41.741 INFO O| Aug 26 21:27:41.741 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96222025-08-26T21:27:41.736Z[ host-image] Aug 26 21:27:41.741 INFO O| Aug 26 21:27:41.741 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96232025-08-26T21:27:41.736Z[ host-image] Aug 26 21:27:41.741 INFO O| Aug 26 21:27:41.741 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96242025-08-26T21:27:41.736Z[ host-image] Aug 26 21:27:41.741 INFO O| Aug 26 21:27:41.741 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96252025-08-26T21:27:41.736Z[ host-image] Aug 26 21:27:41.741 INFO O| Aug 26 21:27:41.741 INFO ok!
96262025-08-26T21:27:41.736Z[ host-image] Aug 26 21:27:41.741 INFO O| Aug 26 21:27:41.741 INFO STEP 38 (ensure_file) COMPLETE
96272025-08-26T21:27:41.736Z[ host-image] Aug 26 21:27:41.741 INFO O| Aug 26 21:27:41.741 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96282025-08-26T21:27:41.762Z[ host-image] Aug 26 21:27:41.756 INFO O| Aug 26 21:27:41.756 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96292025-08-26T21:27:41.762Z[ host-image] Aug 26 21:27:41.757 INFO O| Aug 26 21:27:41.756 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96302025-08-26T21:27:41.762Z[ host-image] Aug 26 21:27:41.757 INFO O| Aug 26 21:27:41.757 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96312025-08-26T21:27:41.762Z[ host-image] Aug 26 21:27:41.757 INFO O| Aug 26 21:27:41.757 INFO STEP 39 (ensure_dir) COMPLETE
96322025-08-26T21:27:41.762Z[ host-image] Aug 26 21:27:41.757 INFO O| Aug 26 21:27:41.757 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96332025-08-26T21:27:41.787Z[ host-image] Aug 26 21:27:41.774 INFO O| Aug 26 21:27:41.773 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
96342025-08-26T21:27:41.787Z[ host-image] Aug 26 21:27:41.774 INFO O| Aug 26 21:27:41.773 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 ...
96352025-08-26T21:27:41.787Z[ host-image] Aug 26 21:27:41.774 INFO O| Aug 26 21:27:41.774 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
96362025-08-26T21:27:41.787Z[ host-image] Aug 26 21:27:41.774 INFO O| Aug 26 21:27:41.774 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
96372025-08-26T21:27:41.787Z[ host-image] Aug 26 21:27:41.774 INFO O| Aug 26 21:27:41.774 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
96382025-08-26T21:27:41.787Z[ host-image] Aug 26 21:27:41.774 INFO O| Aug 26 21:27:41.774 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
96392025-08-26T21:27:41.787Z[ host-image] Aug 26 21:27:41.774 INFO O| Aug 26 21:27:41.774 INFO ok!
96402025-08-26T21:27:41.788Z[ host-image] Aug 26 21:27:41.774 INFO O| Aug 26 21:27:41.774 INFO STEP 40 (ensure_file) COMPLETE
96412025-08-26T21:27:41.788Z[ host-image] Aug 26 21:27:41.774 INFO O| Aug 26 21:27:41.774 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96422025-08-26T21:27:41.788Z[ host-image] Aug 26 21:27:41.791 INFO O| Aug 26 21:27:41.790 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
96432025-08-26T21:27:41.788Z[ host-image] Aug 26 21:27:41.791 INFO O| Aug 26 21:27:41.791 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 ...
96442025-08-26T21:27:41.788Z[ host-image] Aug 26 21:27:41.791 INFO O| Aug 26 21:27:41.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
96452025-08-26T21:27:41.788Z[ host-image] Aug 26 21:27:41.791 INFO O| Aug 26 21:27:41.791 INFO ok!
96462025-08-26T21:27:41.788Z[ host-image] Aug 26 21:27:41.791 INFO O| Aug 26 21:27:41.791 INFO STEP 41 (ensure_symlink) COMPLETE
96472025-08-26T21:27:41.788Z[ host-image] Aug 26 21:27:41.791 INFO O| Aug 26 21:27:41.791 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96482025-08-26T21:27:41.813Z[ host-image] Aug 26 21:27:41.806 INFO O| Aug 26 21:27:41.806 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
96492025-08-26T21:27:41.813Z[ host-image] Aug 26 21:27:41.807 INFO O| Aug 26 21:27:41.806 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
96502025-08-26T21:27:41.813Z[ host-image] Aug 26 21:27:41.807 INFO O| Aug 26 21:27:41.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
96512025-08-26T21:27:41.813Z[ host-image] Aug 26 21:27:41.807 INFO O| Aug 26 21:27:41.807 INFO ok!
96522025-08-26T21:27:41.813Z[ host-image] Aug 26 21:27:41.807 INFO O| Aug 26 21:27:41.807 INFO STEP 42 (ensure_symlink) COMPLETE
96532025-08-26T21:27:41.813Z[ host-image] Aug 26 21:27:41.807 INFO O| Aug 26 21:27:41.807 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96542025-08-26T21:27:41.839Z[ host-image] Aug 26 21:27:41.823 INFO O| Aug 26 21:27:41.823 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
96552025-08-26T21:27:41.839Z[ host-image] Aug 26 21:27:41.823 INFO O| Aug 26 21:27:41.823 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
96562025-08-26T21:27:41.839Z[ host-image] Aug 26 21:27:41.823 INFO O| Aug 26 21:27:41.823 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96572025-08-26T21:27:41.839Z[ host-image] Aug 26 21:27:41.823 INFO O| Aug 26 21:27:41.823 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96582025-08-26T21:27:41.839Z[ host-image] Aug 26 21:27:41.824 INFO O| Aug 26 21:27:41.823 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96592025-08-26T21:27:41.839Z[ host-image] Aug 26 21:27:41.824 INFO O| Aug 26 21:27:41.824 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96602025-08-26T21:27:41.839Z[ host-image] Aug 26 21:27:41.824 INFO O| Aug 26 21:27:41.824 INFO ok!
96612025-08-26T21:27:41.839Z[ host-image] Aug 26 21:27:41.824 INFO O| Aug 26 21:27:41.824 INFO STEP 43 (ensure_file) COMPLETE
96622025-08-26T21:27:41.839Z[ host-image] Aug 26 21:27:41.824 INFO O| Aug 26 21:27:41.824 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96632025-08-26T21:27:41.839Z[ host-image] Aug 26 21:27:41.840 INFO O| Aug 26 21:27:41.840 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
96642025-08-26T21:27:41.839Z[ host-image] Aug 26 21:27:41.840 INFO O| Aug 26 21:27:41.840 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 ...
96652025-08-26T21:27:41.839Z[ host-image] Aug 26 21:27:41.840 INFO O| Aug 26 21:27:41.840 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
96662025-08-26T21:27:41.839Z[ host-image] Aug 26 21:27:41.840 INFO O| Aug 26 21:27:41.840 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
96672025-08-26T21:27:41.839Z[ host-image] Aug 26 21:27:41.840 INFO O| Aug 26 21:27:41.840 INFO ok!
96682025-08-26T21:27:41.839Z[ host-image] Aug 26 21:27:41.840 INFO O| Aug 26 21:27:41.840 INFO STEP 44 (ensure_file) COMPLETE
96692025-08-26T21:27:41.839Z[ host-image] Aug 26 21:27:41.840 INFO O| Aug 26 21:27:41.840 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96702025-08-26T21:27:41.865Z[ host-image] Aug 26 21:27:41.857 INFO O| Aug 26 21:27:41.857 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
96712025-08-26T21:27:41.865Z[ host-image] Aug 26 21:27:41.857 INFO O| Aug 26 21:27:41.857 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
96722025-08-26T21:27:41.865Z[ host-image] Aug 26 21:27:41.857 INFO O| Aug 26 21:27:41.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
96732025-08-26T21:27:41.865Z[ host-image] Aug 26 21:27:41.857 INFO O| Aug 26 21:27:41.857 INFO ok!
96742025-08-26T21:27:41.865Z[ host-image] Aug 26 21:27:41.857 INFO O| Aug 26 21:27:41.857 INFO STEP 45 (ensure_file) COMPLETE
96752025-08-26T21:27:41.865Z[ host-image] Aug 26 21:27:41.857 INFO O| Aug 26 21:27:41.857 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96762025-08-26T21:27:41.890Z[ host-image] Aug 26 21:27:41.875 INFO O| Aug 26 21:27:41.875 INFO updating shadow file
96772025-08-26T21:27:41.890Z[ host-image] Aug 26 21:27:41.875 INFO O| Aug 26 21:27:41.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96782025-08-26T21:27:41.890Z[ host-image] Aug 26 21:27:41.875 INFO O| Aug 26 21:27:41.875 INFO STEP 46 (shadow) COMPLETE
96792025-08-26T21:27:41.890Z[ host-image] Aug 26 21:27:41.875 INFO O| Aug 26 21:27:41.875 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96802025-08-26T21:27:41.890Z[ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
96812025-08-26T21:27:41.891Z[ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
96822025-08-26T21:27:41.891Z[ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96832025-08-26T21:27:41.891Z[ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96842025-08-26T21:27:41.891Z[ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 INFO ok!
96852025-08-26T21:27:41.891Z[ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 INFO STEP 47 (ensure_file) COMPLETE
96862025-08-26T21:27:41.891Z[ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96872025-08-26T21:27:41.891Z[ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 INFO skip step because feature "mfg" is not enabled
96882025-08-26T21:27:41.891Z[ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96892025-08-26T21:27:41.891Z[ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 INFO skip step because feature "mfg" is not enabled
96902025-08-26T21:27:41.891Z[ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96912025-08-26T21:27:41.917Z[ host-image] Aug 26 21:27:41.907 INFO O| Aug 26 21:27:41.907 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
96922025-08-26T21:27:41.917Z[ host-image] Aug 26 21:27:41.907 INFO O| Aug 26 21:27:41.907 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
96932025-08-26T21:27:42.812Z[ host-image] Aug 26 21:27:42.821 INFO O| Aug 26 21:27:42.821 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96942025-08-26T21:27:42.812Z[ host-image] Aug 26 21:27:42.821 INFO O| Aug 26 21:27:42.821 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96952025-08-26T21:27:42.838Z[ host-image] Aug 26 21:27:42.821 INFO O| Aug 26 21:27:42.821 INFO ok!
96962025-08-26T21:27:42.838Z[ host-image] Aug 26 21:27:42.821 INFO O| Aug 26 21:27:42.821 INFO STEP 50 (ensure_file) COMPLETE
96972025-08-26T21:27:42.838Z[ host-image] Aug 26 21:27:42.821 INFO O| Aug 26 21:27:42.821 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96982025-08-26T21:27:42.838Z[ host-image] Aug 26 21:27:42.821 INFO O| Aug 26 21:27:42.821 INFO skip step because feature "compliance" is not enabled
96992025-08-26T21:27:42.838Z[ host-image] Aug 26 21:27:42.821 INFO O| Aug 26 21:27:42.821 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97002025-08-26T21:27:42.838Z[ host-image] Aug 26 21:27:42.839 INFO O| Aug 26 21:27:42.839 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
97012025-08-26T21:27:42.838Z[ host-image] Aug 26 21:27:42.839 INFO O| Aug 26 21:27:42.839 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
97022025-08-26T21:27:42.838Z[ host-image] Aug 26 21:27:42.839 INFO O| Aug 26 21:27:42.839 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97032025-08-26T21:27:42.838Z[ host-image] Aug 26 21:27:42.839 INFO O| Aug 26 21:27:42.839 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97042025-08-26T21:27:42.838Z[ host-image] Aug 26 21:27:42.839 INFO O| Aug 26 21:27:42.839 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97052025-08-26T21:27:42.838Z[ host-image] Aug 26 21:27:42.839 INFO O| Aug 26 21:27:42.839 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97062025-08-26T21:27:42.838Z[ host-image] Aug 26 21:27:42.840 INFO O| Aug 26 21:27:42.839 INFO ok!
97072025-08-26T21:27:42.838Z[ host-image] Aug 26 21:27:42.840 INFO O| Aug 26 21:27:42.839 INFO STEP 52 (ensure_file) COMPLETE
97082025-08-26T21:27:42.838Z[ host-image] Aug 26 21:27:42.840 INFO O| Aug 26 21:27:42.839 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97092025-08-26T21:27:42.864Z[ host-image] Aug 26 21:27:42.856 INFO O| Aug 26 21:27:42.856 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
97102025-08-26T21:27:42.864Z[ host-image] Aug 26 21:27:42.856 INFO O| Aug 26 21:27:42.856 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 ...
97112025-08-26T21:27:42.864Z[ host-image] Aug 26 21:27:42.856 INFO O| Aug 26 21:27:42.856 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
97122025-08-26T21:27:42.864Z[ host-image] Aug 26 21:27:42.856 INFO O| Aug 26 21:27:42.856 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
97132025-08-26T21:27:42.864Z[ host-image] Aug 26 21:27:42.856 INFO O| Aug 26 21:27:42.856 INFO ok!
97142025-08-26T21:27:42.864Z[ host-image] Aug 26 21:27:42.856 INFO O| Aug 26 21:27:42.856 INFO STEP 53 (ensure_file) COMPLETE
97152025-08-26T21:27:42.864Z[ host-image] Aug 26 21:27:42.856 INFO O| Aug 26 21:27:42.856 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97162025-08-26T21:27:42.889Z[ host-image] Aug 26 21:27:42.874 INFO O| Aug 26 21:27:42.874 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
97172025-08-26T21:27:42.889Z[ host-image] Aug 26 21:27:42.874 INFO O| Aug 26 21:27:42.874 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 ...
97182025-08-26T21:27:42.889Z[ host-image] Aug 26 21:27:42.874 INFO O| Aug 26 21:27:42.874 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97192025-08-26T21:27:42.889Z[ host-image] Aug 26 21:27:42.874 INFO O| Aug 26 21:27:42.874 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97202025-08-26T21:27:42.889Z[ host-image] Aug 26 21:27:42.874 INFO O| Aug 26 21:27:42.874 INFO ok!
97212025-08-26T21:27:42.889Z[ host-image] Aug 26 21:27:42.874 INFO O| Aug 26 21:27:42.874 INFO STEP 54 (ensure_file) COMPLETE
97222025-08-26T21:27:42.889Z[ host-image] Aug 26 21:27:42.874 INFO O| Aug 26 21:27:42.874 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97232025-08-26T21:27:42.889Z[ host-image] Aug 26 21:27:42.893 INFO O| Aug 26 21:27:42.892 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
97242025-08-26T21:27:42.889Z[ host-image] Aug 26 21:27:42.893 INFO O| Aug 26 21:27:42.893 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 ...
97252025-08-26T21:27:42.889Z[ host-image] Aug 26 21:27:42.893 INFO O| Aug 26 21:27:42.893 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
97262025-08-26T21:27:42.889Z[ host-image] Aug 26 21:27:42.893 INFO O| Aug 26 21:27:42.893 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
97272025-08-26T21:27:42.889Z[ host-image] Aug 26 21:27:42.893 INFO O| Aug 26 21:27:42.893 INFO ok!
97282025-08-26T21:27:42.889Z[ host-image] Aug 26 21:27:42.893 INFO O| Aug 26 21:27:42.893 INFO STEP 55 (ensure_file) COMPLETE
97292025-08-26T21:27:42.889Z[ host-image] Aug 26 21:27:42.893 INFO O| Aug 26 21:27:42.893 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97302025-08-26T21:27:42.917Z[ host-image] Aug 26 21:27:42.911 INFO O| Aug 26 21:27:42.910 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
97312025-08-26T21:27:42.917Z[ host-image] Aug 26 21:27:42.911 INFO O| Aug 26 21:27:42.911 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 ...
97322025-08-26T21:27:42.917Z[ host-image] Aug 26 21:27:42.911 INFO O| Aug 26 21:27:42.911 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97332025-08-26T21:27:42.917Z[ host-image] Aug 26 21:27:42.911 INFO O| Aug 26 21:27:42.911 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97342025-08-26T21:27:42.917Z[ host-image] Aug 26 21:27:42.911 INFO O| Aug 26 21:27:42.911 INFO ok!
97352025-08-26T21:27:42.917Z[ host-image] Aug 26 21:27:42.911 INFO O| Aug 26 21:27:42.911 INFO STEP 56 (ensure_file) COMPLETE
97362025-08-26T21:27:42.917Z[ host-image] Aug 26 21:27:42.911 INFO O| Aug 26 21:27:42.911 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97372025-08-26T21:27:42.942Z[ host-image] Aug 26 21:27:42.932 INFO O| Aug 26 21:27:42.932 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
97382025-08-26T21:27:42.942Z[ host-image] Aug 26 21:27:42.932 INFO O| Aug 26 21:27:42.932 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 ...
97392025-08-26T21:27:42.942Z[ host-image] Aug 26 21:27:42.932 INFO O| Aug 26 21:27:42.932 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
97402025-08-26T21:27:42.943Z[ host-image] Aug 26 21:27:42.932 INFO O| Aug 26 21:27:42.932 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
97412025-08-26T21:27:42.943Z[ host-image] Aug 26 21:27:42.932 INFO O| Aug 26 21:27:42.932 INFO ok!
97422025-08-26T21:27:42.943Z[ host-image] Aug 26 21:27:42.932 INFO O| Aug 26 21:27:42.932 INFO STEP 57 (ensure_file) COMPLETE
97432025-08-26T21:27:42.943Z[ host-image] Aug 26 21:27:42.932 INFO O| Aug 26 21:27:42.932 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97442025-08-26T21:27:42.943Z[ host-image] Aug 26 21:27:42.947 INFO O| Aug 26 21:27:42.947 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
97452025-08-26T21:27:42.943Z[ host-image] Aug 26 21:27:42.947 INFO O| Aug 26 21:27:42.947 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 ...
97462025-08-26T21:27:42.943Z[ host-image] Aug 26 21:27:42.947 INFO O| Aug 26 21:27:42.947 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97472025-08-26T21:27:42.943Z[ host-image] Aug 26 21:27:42.947 INFO O| Aug 26 21:27:42.947 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97482025-08-26T21:27:42.943Z[ host-image] Aug 26 21:27:42.947 INFO O| Aug 26 21:27:42.947 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97492025-08-26T21:27:42.943Z[ host-image] Aug 26 21:27:42.947 INFO O| Aug 26 21:27:42.947 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97502025-08-26T21:27:42.943Z[ host-image] Aug 26 21:27:42.947 INFO O| Aug 26 21:27:42.947 INFO ok!
97512025-08-26T21:27:42.943Z[ host-image] Aug 26 21:27:42.947 INFO O| Aug 26 21:27:42.947 INFO STEP 58 (ensure_file) COMPLETE
97522025-08-26T21:27:42.943Z[ host-image] Aug 26 21:27:42.947 INFO O| Aug 26 21:27:42.947 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97532025-08-26T21:27:42.968Z[ host-image] Aug 26 21:27:42.962 INFO O| Aug 26 21:27:42.962 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
97542025-08-26T21:27:42.968Z[ host-image] Aug 26 21:27:42.962 INFO O| Aug 26 21:27:42.962 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 ...
97552025-08-26T21:27:42.968Z[ host-image] Aug 26 21:27:42.962 INFO O| Aug 26 21:27:42.962 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
97562025-08-26T21:27:42.968Z[ host-image] Aug 26 21:27:42.962 INFO O| Aug 26 21:27:42.962 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
97572025-08-26T21:27:42.968Z[ host-image] Aug 26 21:27:42.962 INFO O| Aug 26 21:27:42.962 INFO ok!
97582025-08-26T21:27:42.968Z[ host-image] Aug 26 21:27:42.962 INFO O| Aug 26 21:27:42.962 INFO STEP 59 (ensure_file) COMPLETE
97592025-08-26T21:27:42.968Z[ host-image] Aug 26 21:27:42.962 INFO O| Aug 26 21:27:42.962 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97602025-08-26T21:27:42.994Z[ host-image] Aug 26 21:27:42.984 INFO O| Aug 26 21:27:42.984 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
97612025-08-26T21:27:42.994Z[ host-image] Aug 26 21:27:42.984 INFO O| Aug 26 21:27:42.984 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
97622025-08-26T21:27:42.994Z[ host-image] Aug 26 21:27:42.984 INFO O| Aug 26 21:27:42.984 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97632025-08-26T21:27:42.994Z[ host-image] Aug 26 21:27:42.984 INFO O| Aug 26 21:27:42.984 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97642025-08-26T21:27:42.994Z[ host-image] Aug 26 21:27:42.984 INFO O| Aug 26 21:27:42.984 INFO ok!
97652025-08-26T21:27:42.994Z[ host-image] Aug 26 21:27:42.984 INFO O| Aug 26 21:27:42.984 INFO STEP 60 (ensure_file) COMPLETE
97662025-08-26T21:27:42.994Z[ host-image] Aug 26 21:27:42.984 INFO O| Aug 26 21:27:42.984 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97672025-08-26T21:27:43.020Z[ host-image] Aug 26 21:27:43.005 INFO O| Aug 26 21:27:43.005 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
97682025-08-26T21:27:43.020Z[ host-image] Aug 26 21:27:43.005 INFO O| Aug 26 21:27:43.005 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 ...
97692025-08-26T21:27:43.020Z[ host-image] Aug 26 21:27:43.005 INFO O| Aug 26 21:27:43.005 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
97702025-08-26T21:27:43.020Z[ host-image] Aug 26 21:27:43.005 INFO O| Aug 26 21:27:43.005 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
97712025-08-26T21:27:43.020Z[ host-image] Aug 26 21:27:43.005 INFO O| Aug 26 21:27:43.005 INFO ok!
97722025-08-26T21:27:43.020Z[ host-image] Aug 26 21:27:43.005 INFO O| Aug 26 21:27:43.005 INFO STEP 61 (ensure_file) COMPLETE
97732025-08-26T21:27:43.020Z[ host-image] Aug 26 21:27:43.005 INFO O| Aug 26 21:27:43.005 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97742025-08-26T21:27:43.020Z[ host-image] Aug 26 21:27:43.023 INFO O| Aug 26 21:27:43.023 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
97752025-08-26T21:27:43.020Z[ host-image] Aug 26 21:27:43.023 INFO O| Aug 26 21:27:43.023 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
97762025-08-26T21:27:43.020Z[ host-image] Aug 26 21:27:43.023 INFO O| Aug 26 21:27:43.023 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97772025-08-26T21:27:43.020Z[ host-image] Aug 26 21:27:43.023 INFO O| Aug 26 21:27:43.023 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97782025-08-26T21:27:43.020Z[ host-image] Aug 26 21:27:43.023 INFO O| Aug 26 21:27:43.023 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97792025-08-26T21:27:43.020Z[ host-image] Aug 26 21:27:43.023 INFO O| Aug 26 21:27:43.023 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97802025-08-26T21:27:43.020Z[ host-image] Aug 26 21:27:43.023 INFO O| Aug 26 21:27:43.023 INFO ok!
97812025-08-26T21:27:43.020Z[ host-image] Aug 26 21:27:43.023 INFO O| Aug 26 21:27:43.023 INFO STEP 62 (ensure_file) COMPLETE
97822025-08-26T21:27:43.020Z[ host-image] Aug 26 21:27:43.023 INFO O| Aug 26 21:27:43.023 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97832025-08-26T21:27:43.046Z[ host-image] Aug 26 21:27:43.046 INFO O| Aug 26 21:27:43.046 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
97842025-08-26T21:27:43.046Z[ host-image] Aug 26 21:27:43.046 INFO O| Aug 26 21:27:43.046 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 ...
97852025-08-26T21:27:43.046Z[ host-image] Aug 26 21:27:43.046 INFO O| Aug 26 21:27:43.046 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
97862025-08-26T21:27:43.046Z[ host-image] Aug 26 21:27:43.046 INFO O| Aug 26 21:27:43.046 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
97872025-08-26T21:27:43.046Z[ host-image] Aug 26 21:27:43.046 INFO O| Aug 26 21:27:43.046 INFO ok!
97882025-08-26T21:27:43.046Z[ host-image] Aug 26 21:27:43.046 INFO O| Aug 26 21:27:43.046 INFO STEP 63 (ensure_file) COMPLETE
97892025-08-26T21:27:43.046Z[ host-image] Aug 26 21:27:43.046 INFO O| Aug 26 21:27:43.046 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97902025-08-26T21:27:43.073Z[ host-image] Aug 26 21:27:43.066 INFO O| Aug 26 21:27:43.066 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
97912025-08-26T21:27:43.073Z[ host-image] Aug 26 21:27:43.066 INFO O| Aug 26 21:27:43.066 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 ...
97922025-08-26T21:27:43.073Z[ host-image] Aug 26 21:27:43.066 INFO O| Aug 26 21:27:43.066 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
97932025-08-26T21:27:43.073Z[ host-image] Aug 26 21:27:43.066 INFO O| Aug 26 21:27:43.066 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
97942025-08-26T21:27:43.073Z[ host-image] Aug 26 21:27:43.066 INFO O| Aug 26 21:27:43.066 INFO ok!
97952025-08-26T21:27:43.073Z[ host-image] Aug 26 21:27:43.066 INFO O| Aug 26 21:27:43.066 INFO STEP 64 (ensure_file) COMPLETE
97962025-08-26T21:27:43.073Z[ host-image] Aug 26 21:27:43.066 INFO O| Aug 26 21:27:43.066 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97972025-08-26T21:27:43.098Z[ host-image] Aug 26 21:27:43.083 INFO O| Aug 26 21:27:43.083 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
97982025-08-26T21:27:43.098Z[ host-image] Aug 26 21:27:43.083 INFO O| Aug 26 21:27:43.083 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 ...
97992025-08-26T21:27:43.099Z[ host-image] Aug 26 21:27:43.083 INFO O| Aug 26 21:27:43.083 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
98002025-08-26T21:27:43.099Z[ host-image] Aug 26 21:27:43.083 INFO O| Aug 26 21:27:43.083 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
98012025-08-26T21:27:43.099Z[ host-image] Aug 26 21:27:43.083 INFO O| Aug 26 21:27:43.083 INFO ok!
98022025-08-26T21:27:43.099Z[ host-image] Aug 26 21:27:43.083 INFO O| Aug 26 21:27:43.083 INFO STEP 65 (ensure_file) COMPLETE
98032025-08-26T21:27:43.099Z[ host-image] Aug 26 21:27:43.083 INFO O| Aug 26 21:27:43.083 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98042025-08-26T21:27:43.099Z[ host-image] Aug 26 21:27:43.102 INFO O| Aug 26 21:27:43.101 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
98052025-08-26T21:27:43.099Z[ host-image] Aug 26 21:27:43.102 INFO O| Aug 26 21:27:43.101 INFO STEP 66 (ensure_dir) COMPLETE
98062025-08-26T21:27:43.099Z[ host-image] Aug 26 21:27:43.102 INFO O| Aug 26 21:27:43.101 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98072025-08-26T21:27:43.124Z[ host-image] Aug 26 21:27:43.115 INFO O| Aug 26 21:27:43.114 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98082025-08-26T21:27:43.124Z[ host-image] Aug 26 21:27:43.115 INFO O| Aug 26 21:27:43.115 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98092025-08-26T21:27:43.124Z[ host-image] Aug 26 21:27:43.115 INFO O| Aug 26 21:27:43.115 INFO STEP 67 (ensure_dir) COMPLETE
98102025-08-26T21:27:43.124Z[ host-image] Aug 26 21:27:43.115 INFO O| Aug 26 21:27:43.115 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98112025-08-26T21:27:43.124Z[ host-image] Aug 26 21:27:43.127 INFO O| Aug 26 21:27:43.127 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98122025-08-26T21:27:43.124Z[ host-image] Aug 26 21:27:43.127 INFO O| Aug 26 21:27:43.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98132025-08-26T21:27:43.124Z[ host-image] Aug 26 21:27:43.127 INFO O| Aug 26 21:27:43.127 INFO STEP 68 (ensure_dir) COMPLETE
98142025-08-26T21:27:43.124Z[ host-image] Aug 26 21:27:43.127 INFO O| Aug 26 21:27:43.127 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98152025-08-26T21:27:43.150Z[ host-image] Aug 26 21:27:43.139 INFO O| Aug 26 21:27:43.139 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
98162025-08-26T21:27:43.150Z[ host-image] Aug 26 21:27:43.139 INFO O| Aug 26 21:27:43.139 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
98172025-08-26T21:27:44.684Z[ host-image] Aug 26 21:27:44.693 INFO O| Aug 26 21:27:44.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
98182025-08-26T21:27:44.710Z[ host-image] Aug 26 21:27:44.693 INFO O| Aug 26 21:27:44.693 INFO ok!
98192025-08-26T21:27:44.710Z[ host-image] Aug 26 21:27:44.693 INFO O| Aug 26 21:27:44.693 INFO STEP 69 (ensure_file) COMPLETE
98202025-08-26T21:27:44.710Z[ host-image] Aug 26 21:27:44.693 INFO O| Aug 26 21:27:44.693 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98212025-08-26T21:27:44.710Z[ host-image] Aug 26 21:27:44.710 INFO O| Aug 26 21:27:44.710 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
98222025-08-26T21:27:44.710Z[ host-image] Aug 26 21:27:44.710 INFO O| Aug 26 21:27:44.710 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
98232025-08-26T21:27:46.188Z[ host-image] Aug 26 21:27:46.194 INFO O| Aug 26 21:27:46.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
98242025-08-26T21:27:46.188Z[ host-image] Aug 26 21:27:46.194 INFO O| Aug 26 21:27:46.194 INFO ok!
98252025-08-26T21:27:46.188Z[ host-image] Aug 26 21:27:46.194 INFO O| Aug 26 21:27:46.194 INFO STEP 70 (ensure_file) COMPLETE
98262025-08-26T21:27:46.188Z[ host-image] Aug 26 21:27:46.194 INFO O| Aug 26 21:27:46.194 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98272025-08-26T21:27:46.214Z[ host-image] Aug 26 21:27:46.208 INFO O| Aug 26 21:27:46.208 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98282025-08-26T21:27:46.214Z[ host-image] Aug 26 21:27:46.208 INFO O| Aug 26 21:27:46.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98292025-08-26T21:27:46.214Z[ host-image] Aug 26 21:27:46.208 INFO O| Aug 26 21:27:46.208 INFO STEP 71 (ensure_dir) COMPLETE
98302025-08-26T21:27:46.214Z[ host-image] Aug 26 21:27:46.209 INFO O| Aug 26 21:27:46.208 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98312025-08-26T21:27:46.214Z[ host-image] Aug 26 21:27:46.222 INFO O| Aug 26 21:27:46.222 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
98322025-08-26T21:27:46.214Z[ host-image] Aug 26 21:27:46.222 INFO O| Aug 26 21:27:46.222 INFO copying /tmp/.tmpQmIViS/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 ...
98332025-08-26T21:27:46.214Z[ host-image] Aug 26 21:27:46.222 INFO O| Aug 26 21:27:46.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
98342025-08-26T21:27:46.214Z[ host-image] Aug 26 21:27:46.222 INFO O| Aug 26 21:27:46.222 INFO ok!
98352025-08-26T21:27:46.239Z[ host-image] Aug 26 21:27:46.222 INFO O| Aug 26 21:27:46.222 INFO STEP 72 (ensure_file) COMPLETE
98362025-08-26T21:27:46.239Z[ host-image] Aug 26 21:27:46.222 INFO O| Aug 26 21:27:46.222 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98372025-08-26T21:27:46.240Z[ host-image] Aug 26 21:27:46.235 INFO O| Aug 26 21:27:46.235 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
98382025-08-26T21:27:46.240Z[ host-image] Aug 26 21:27:46.235 INFO O| Aug 26 21:27:46.235 INFO copying /tmp/.tmpQmIViS/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 ...
98392025-08-26T21:27:46.240Z[ host-image] Aug 26 21:27:46.235 INFO O| Aug 26 21:27:46.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
98402025-08-26T21:27:46.240Z[ host-image] Aug 26 21:27:46.235 INFO O| Aug 26 21:27:46.235 INFO ok!
98412025-08-26T21:27:46.240Z[ host-image] Aug 26 21:27:46.235 INFO O| Aug 26 21:27:46.235 INFO STEP 73 (ensure_file) COMPLETE
98422025-08-26T21:27:46.240Z[ host-image] Aug 26 21:27:46.235 INFO O| Aug 26 21:27:46.235 INFO STEP 74: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98432025-08-26T21:27:46.240Z[ host-image] Aug 26 21:27:46.247 INFO O| Aug 26 21:27:46.247 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98442025-08-26T21:27:46.240Z[ host-image] Aug 26 21:27:46.247 INFO O| Aug 26 21:27:46.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98452025-08-26T21:27:46.240Z[ host-image] Aug 26 21:27:46.247 INFO O| Aug 26 21:27:46.247 INFO STEP 74 (ensure_dir) COMPLETE
98462025-08-26T21:27:46.240Z[ host-image] Aug 26 21:27:46.247 INFO O| Aug 26 21:27:46.247 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98472025-08-26T21:27:46.266Z[ host-image] Aug 26 21:27:46.261 INFO O| Aug 26 21:27:46.261 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
98482025-08-26T21:27:46.266Z[ host-image] Aug 26 21:27:46.261 INFO O| Aug 26 21:27:46.261 INFO copying /tmp/.tmpQmIViS/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 ...
98492025-08-26T21:27:46.266Z[ host-image] Aug 26 21:27:46.261 INFO O| Aug 26 21:27:46.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
98502025-08-26T21:27:46.266Z[ host-image] Aug 26 21:27:46.261 INFO O| Aug 26 21:27:46.261 INFO ok!
98512025-08-26T21:27:46.266Z[ host-image] Aug 26 21:27:46.261 INFO O| Aug 26 21:27:46.261 INFO STEP 75 (ensure_file) COMPLETE
98522025-08-26T21:27:46.266Z[ host-image] Aug 26 21:27:46.261 INFO O| Aug 26 21:27:46.261 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98532025-08-26T21:27:46.291Z[ host-image] Aug 26 21:27:46.281 INFO O| Aug 26 21:27:46.281 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
98542025-08-26T21:27:46.291Z[ host-image] Aug 26 21:27:46.281 INFO O| Aug 26 21:27:46.281 INFO copying /tmp/.tmpQmIViS/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 ...
98552025-08-26T21:27:46.291Z[ host-image] Aug 26 21:27:46.281 INFO O| Aug 26 21:27:46.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
98562025-08-26T21:27:46.291Z[ host-image] Aug 26 21:27:46.281 INFO O| Aug 26 21:27:46.281 INFO ok!
98572025-08-26T21:27:46.291Z[ host-image] Aug 26 21:27:46.281 INFO O| Aug 26 21:27:46.281 INFO STEP 76 (ensure_file) COMPLETE
98582025-08-26T21:27:46.291Z[ host-image] Aug 26 21:27:46.281 INFO O| Aug 26 21:27:46.281 INFO STEP 77: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98592025-08-26T21:27:46.317Z[ host-image] Aug 26 21:27:46.300 INFO O| Aug 26 21:27:46.300 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98602025-08-26T21:27:46.317Z[ host-image] Aug 26 21:27:46.300 INFO O| Aug 26 21:27:46.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98612025-08-26T21:27:46.317Z[ host-image] Aug 26 21:27:46.300 INFO O| Aug 26 21:27:46.300 INFO STEP 77 (ensure_dir) COMPLETE
98622025-08-26T21:27:46.317Z[ host-image] Aug 26 21:27:46.300 INFO O| Aug 26 21:27:46.300 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98632025-08-26T21:27:46.317Z[ host-image] Aug 26 21:27:46.318 INFO O| Aug 26 21:27:46.318 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
98642025-08-26T21:27:46.317Z[ host-image] Aug 26 21:27:46.318 INFO O| Aug 26 21:27:46.318 INFO copying /tmp/.tmpQmIViS/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 ...
98652025-08-26T21:27:46.317Z[ host-image] Aug 26 21:27:46.318 INFO O| Aug 26 21:27:46.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
98662025-08-26T21:27:46.317Z[ host-image] Aug 26 21:27:46.318 INFO O| Aug 26 21:27:46.318 INFO ok!
98672025-08-26T21:27:46.317Z[ host-image] Aug 26 21:27:46.318 INFO O| Aug 26 21:27:46.318 INFO STEP 78 (ensure_file) COMPLETE
98682025-08-26T21:27:46.317Z[ host-image] Aug 26 21:27:46.318 INFO O| Aug 26 21:27:46.318 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98692025-08-26T21:27:46.343Z[ host-image] Aug 26 21:27:46.337 INFO O| Aug 26 21:27:46.337 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
98702025-08-26T21:27:46.343Z[ host-image] Aug 26 21:27:46.337 INFO O| Aug 26 21:27:46.337 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
98712025-08-26T21:27:46.343Z[ host-image] Aug 26 21:27:46.337 INFO O| Aug 26 21:27:46.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
98722025-08-26T21:27:46.343Z[ host-image] Aug 26 21:27:46.337 INFO O| Aug 26 21:27:46.337 INFO ok!
98732025-08-26T21:27:46.343Z[ host-image] Aug 26 21:27:46.337 INFO O| Aug 26 21:27:46.337 INFO STEP 79 (ensure_file) COMPLETE
98742025-08-26T21:27:46.343Z[ host-image] Aug 26 21:27:46.337 INFO O| Aug 26 21:27:46.337 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98752025-08-26T21:27:46.368Z[ host-image] Aug 26 21:27:46.352 INFO O| Aug 26 21:27:46.352 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98762025-08-26T21:27:46.368Z[ host-image] Aug 26 21:27:46.352 INFO O| Aug 26 21:27:46.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98772025-08-26T21:27:46.368Z[ host-image] Aug 26 21:27:46.352 INFO O| Aug 26 21:27:46.352 INFO STEP 80 (ensure_dir) COMPLETE
98782025-08-26T21:27:46.368Z[ host-image] Aug 26 21:27:46.352 INFO O| Aug 26 21:27:46.352 INFO STEP 81: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98792025-08-26T21:27:46.368Z[ host-image] Aug 26 21:27:46.364 INFO O| Aug 26 21:27:46.364 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
98802025-08-26T21:27:46.368Z[ host-image] Aug 26 21:27:46.364 INFO O| Aug 26 21:27:46.364 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
98812025-08-26T21:27:47.112Z[ host-image] Aug 26 21:27:47.121 INFO O| Aug 26 21:27:47.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
98822025-08-26T21:27:47.112Z[ host-image] Aug 26 21:27:47.121 INFO O| Aug 26 21:27:47.121 INFO ok!
98832025-08-26T21:27:47.137Z[ host-image] Aug 26 21:27:47.121 INFO O| Aug 26 21:27:47.121 INFO STEP 81 (ensure_file) COMPLETE
98842025-08-26T21:27:47.137Z[ host-image] Aug 26 21:27:47.121 INFO O| Aug 26 21:27:47.121 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98852025-08-26T21:27:47.138Z[ host-image] Aug 26 21:27:47.136 INFO O| Aug 26 21:27:47.136 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
98862025-08-26T21:27:47.138Z[ host-image] Aug 26 21:27:47.136 INFO O| Aug 26 21:27:47.136 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
98872025-08-26T21:27:50.740Z[ host-image] Aug 26 21:27:50.748 INFO O| Aug 26 21:27:50.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
98882025-08-26T21:27:50.740Z[ host-image] Aug 26 21:27:50.748 INFO O| Aug 26 21:27:50.748 INFO ok!
98892025-08-26T21:27:50.766Z[ host-image] Aug 26 21:27:50.748 INFO O| Aug 26 21:27:50.748 INFO STEP 82 (ensure_file) COMPLETE
98902025-08-26T21:27:50.766Z[ host-image] Aug 26 21:27:50.748 INFO O| Aug 26 21:27:50.748 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98912025-08-26T21:27:50.766Z[ host-image] Aug 26 21:27:50.766 INFO O| Aug 26 21:27:50.765 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98922025-08-26T21:27:50.766Z[ host-image] Aug 26 21:27:50.766 INFO O| Aug 26 21:27:50.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98932025-08-26T21:27:50.766Z[ host-image] Aug 26 21:27:50.766 INFO O| Aug 26 21:27:50.766 INFO STEP 83 (ensure_dir) COMPLETE
98942025-08-26T21:27:50.766Z[ host-image] Aug 26 21:27:50.766 INFO O| Aug 26 21:27:50.766 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98952025-08-26T21:27:50.791Z[ host-image] Aug 26 21:27:50.781 INFO O| Aug 26 21:27:50.781 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
98962025-08-26T21:27:50.791Z[ host-image] Aug 26 21:27:50.781 INFO O| Aug 26 21:27:50.781 INFO copying /tmp/.tmpQmIViS/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 ...
98972025-08-26T21:27:50.791Z[ host-image] Aug 26 21:27:50.781 INFO O| Aug 26 21:27:50.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
98982025-08-26T21:27:50.791Z[ host-image] Aug 26 21:27:50.781 INFO O| Aug 26 21:27:50.781 INFO ok!
98992025-08-26T21:27:50.791Z[ host-image] Aug 26 21:27:50.781 INFO O| Aug 26 21:27:50.781 INFO STEP 84 (ensure_file) COMPLETE
99002025-08-26T21:27:50.791Z[ host-image] Aug 26 21:27:50.781 INFO O| Aug 26 21:27:50.781 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99012025-08-26T21:27:50.791Z[ host-image] Aug 26 21:27:50.799 INFO O| Aug 26 21:27:50.799 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
99022025-08-26T21:27:50.792Z[ host-image] Aug 26 21:27:50.799 INFO O| Aug 26 21:27:50.799 INFO copying /tmp/.tmpQmIViS/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 ...
99032025-08-26T21:27:50.817Z[ host-image] Aug 26 21:27:50.799 INFO O| Aug 26 21:27:50.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
99042025-08-26T21:27:50.817Z[ host-image] Aug 26 21:27:50.799 INFO O| Aug 26 21:27:50.799 INFO ok!
99052025-08-26T21:27:50.817Z[ host-image] Aug 26 21:27:50.799 INFO O| Aug 26 21:27:50.799 INFO STEP 85 (ensure_file) COMPLETE
99062025-08-26T21:27:50.817Z[ host-image] Aug 26 21:27:50.799 INFO O| Aug 26 21:27:50.799 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99072025-08-26T21:27:50.817Z[ host-image] Aug 26 21:27:50.816 INFO O| Aug 26 21:27:50.816 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
99082025-08-26T21:27:50.817Z[ host-image] Aug 26 21:27:50.816 INFO O| Aug 26 21:27:50.816 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
99092025-08-26T21:27:50.817Z[ host-image] Aug 26 21:27:50.816 INFO O| Aug 26 21:27:50.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
99102025-08-26T21:27:50.817Z[ host-image] Aug 26 21:27:50.816 INFO O| Aug 26 21:27:50.816 INFO ok!
99112025-08-26T21:27:50.817Z[ host-image] Aug 26 21:27:50.816 INFO O| Aug 26 21:27:50.816 INFO STEP 86 (ensure_file) COMPLETE
99122025-08-26T21:27:50.817Z[ host-image] Aug 26 21:27:50.816 INFO O| Aug 26 21:27:50.816 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99132025-08-26T21:27:50.843Z[ host-image] Aug 26 21:27:50.831 INFO O| Aug 26 21:27:50.831 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
99142025-08-26T21:27:50.843Z[ host-image] Aug 26 21:27:50.832 INFO O| Aug 26 21:27:50.831 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
99152025-08-26T21:27:50.843Z[ host-image] Aug 26 21:27:50.832 INFO O| Aug 26 21:27:50.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
99162025-08-26T21:27:50.843Z[ host-image] Aug 26 21:27:50.832 INFO O| Aug 26 21:27:50.832 INFO ok!
99172025-08-26T21:27:50.843Z[ host-image] Aug 26 21:27:50.832 INFO O| Aug 26 21:27:50.832 INFO STEP 87 (ensure_file) COMPLETE
99182025-08-26T21:27:50.843Z[ host-image] Aug 26 21:27:50.832 INFO O| Aug 26 21:27:50.832 INFO STEP 88: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99192025-08-26T21:27:50.843Z[ host-image] Aug 26 21:27:50.848 INFO O| Aug 26 21:27:50.848 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99202025-08-26T21:27:50.843Z[ host-image] Aug 26 21:27:50.848 INFO O| Aug 26 21:27:50.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99212025-08-26T21:27:50.844Z[ host-image] Aug 26 21:27:50.848 INFO O| Aug 26 21:27:50.848 INFO STEP 88 (ensure_dir) COMPLETE
99222025-08-26T21:27:50.869Z[ host-image] Aug 26 21:27:50.848 INFO O| Aug 26 21:27:50.848 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99232025-08-26T21:27:50.869Z[ host-image] Aug 26 21:27:50.865 INFO O| Aug 26 21:27:50.865 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
99242025-08-26T21:27:50.869Z[ host-image] Aug 26 21:27:50.865 INFO O| Aug 26 21:27:50.865 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
99252025-08-26T21:27:50.869Z[ host-image] Aug 26 21:27:50.873 INFO O| Aug 26 21:27:50.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
99262025-08-26T21:27:50.869Z[ host-image] Aug 26 21:27:50.873 INFO O| Aug 26 21:27:50.872 INFO ok!
99272025-08-26T21:27:50.869Z[ host-image] Aug 26 21:27:50.873 INFO O| Aug 26 21:27:50.872 INFO STEP 89 (ensure_file) COMPLETE
99282025-08-26T21:27:50.870Z[ host-image] Aug 26 21:27:50.873 INFO O| Aug 26 21:27:50.872 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99292025-08-26T21:27:50.896Z[ host-image] Aug 26 21:27:50.890 INFO O| Aug 26 21:27:50.890 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
99302025-08-26T21:27:50.896Z[ host-image] Aug 26 21:27:50.890 INFO O| Aug 26 21:27:50.890 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
99312025-08-26T21:27:50.896Z[ host-image] Aug 26 21:27:50.890 INFO O| Aug 26 21:27:50.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
99322025-08-26T21:27:50.896Z[ host-image] Aug 26 21:27:50.890 INFO O| Aug 26 21:27:50.890 INFO ok!
99332025-08-26T21:27:50.896Z[ host-image] Aug 26 21:27:50.890 INFO O| Aug 26 21:27:50.890 INFO STEP 90 (ensure_file) COMPLETE
99342025-08-26T21:27:50.896Z[ host-image] Aug 26 21:27:50.891 INFO O| Aug 26 21:27:50.890 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99352025-08-26T21:27:50.921Z[ host-image] Aug 26 21:27:50.906 INFO O| Aug 26 21:27:50.905 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
99362025-08-26T21:27:50.921Z[ host-image] Aug 26 21:27:50.906 INFO O| Aug 26 21:27:50.905 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
99372025-08-26T21:27:54.423Z[ host-image] Aug 26 21:27:54.432 INFO O| Aug 26 21:27:54.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
99382025-08-26T21:27:54.423Z[ host-image] Aug 26 21:27:54.433 INFO O| Aug 26 21:27:54.432 INFO ok!
99392025-08-26T21:27:54.449Z[ host-image] Aug 26 21:27:54.433 INFO O| Aug 26 21:27:54.432 INFO STEP 91 (ensure_file) COMPLETE
99402025-08-26T21:27:54.449Z[ host-image] Aug 26 21:27:54.433 INFO O| Aug 26 21:27:54.432 INFO STEP 92: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99412025-08-26T21:27:54.449Z[ host-image] Aug 26 21:27:54.448 INFO O| Aug 26 21:27:54.448 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99422025-08-26T21:27:54.449Z[ host-image] Aug 26 21:27:54.448 INFO O| Aug 26 21:27:54.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99432025-08-26T21:27:54.449Z[ host-image] Aug 26 21:27:54.448 INFO O| Aug 26 21:27:54.448 INFO STEP 92 (ensure_dir) COMPLETE
99442025-08-26T21:27:54.449Z[ host-image] Aug 26 21:27:54.448 INFO O| Aug 26 21:27:54.448 INFO STEP 93: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99452025-08-26T21:27:54.474Z[ host-image] Aug 26 21:27:54.462 INFO O| Aug 26 21:27:54.462 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99462025-08-26T21:27:54.474Z[ host-image] Aug 26 21:27:54.462 INFO O| Aug 26 21:27:54.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99472025-08-26T21:27:54.474Z[ host-image] Aug 26 21:27:54.462 INFO O| Aug 26 21:27:54.462 INFO STEP 93 (ensure_dir) COMPLETE
99482025-08-26T21:27:54.474Z[ host-image] Aug 26 21:27:54.462 INFO O| Aug 26 21:27:54.462 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99492025-08-26T21:27:54.474Z[ host-image] Aug 26 21:27:54.478 INFO O| Aug 26 21:27:54.478 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99502025-08-26T21:27:54.474Z[ host-image] Aug 26 21:27:54.478 INFO O| Aug 26 21:27:54.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99512025-08-26T21:27:54.474Z[ host-image] Aug 26 21:27:54.478 INFO O| Aug 26 21:27:54.478 INFO STEP 94 (ensure_dir) COMPLETE
99522025-08-26T21:27:54.474Z[ host-image] Aug 26 21:27:54.478 INFO O| Aug 26 21:27:54.478 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99532025-08-26T21:27:54.500Z[ host-image] Aug 26 21:27:54.493 INFO O| Aug 26 21:27:54.493 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99542025-08-26T21:27:54.500Z[ host-image] Aug 26 21:27:54.493 INFO O| Aug 26 21:27:54.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99552025-08-26T21:27:54.500Z[ host-image] Aug 26 21:27:54.493 INFO O| Aug 26 21:27:54.493 INFO STEP 95 (ensure_dir) COMPLETE
99562025-08-26T21:27:54.500Z[ host-image] Aug 26 21:27:54.493 INFO O| Aug 26 21:27:54.493 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99572025-08-26T21:27:54.500Z[ host-image] Aug 26 21:27:54.508 INFO O| Aug 26 21:27:54.508 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99582025-08-26T21:27:54.500Z[ host-image] Aug 26 21:27:54.508 INFO O| Aug 26 21:27:54.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99592025-08-26T21:27:54.500Z[ host-image] Aug 26 21:27:54.508 INFO O| Aug 26 21:27:54.508 INFO STEP 96 (ensure_dir) COMPLETE
99602025-08-26T21:27:54.500Z[ host-image] Aug 26 21:27:54.508 INFO O| Aug 26 21:27:54.508 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99612025-08-26T21:27:54.526Z[ host-image] Aug 26 21:27:54.523 INFO O| Aug 26 21:27:54.523 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
99622025-08-26T21:27:54.526Z[ host-image] Aug 26 21:27:54.523 INFO O| Aug 26 21:27:54.523 INFO copying /tmp/.tmpQmIViS/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 ...
99632025-08-26T21:27:54.526Z[ host-image] Aug 26 21:27:54.523 INFO O| Aug 26 21:27:54.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
99642025-08-26T21:27:54.526Z[ host-image] Aug 26 21:27:54.524 INFO O| Aug 26 21:27:54.523 INFO ok!
99652025-08-26T21:27:54.526Z[ host-image] Aug 26 21:27:54.524 INFO O| Aug 26 21:27:54.523 INFO STEP 97 (ensure_file) COMPLETE
99662025-08-26T21:27:54.526Z[ host-image] Aug 26 21:27:54.524 INFO O| Aug 26 21:27:54.524 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99672025-08-26T21:27:54.551Z[ host-image] Aug 26 21:27:54.541 INFO O| Aug 26 21:27:54.541 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99682025-08-26T21:27:54.551Z[ host-image] Aug 26 21:27:54.542 INFO O| Aug 26 21:27:54.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99692025-08-26T21:27:54.551Z[ host-image] Aug 26 21:27:54.542 INFO O| Aug 26 21:27:54.542 INFO STEP 98 (ensure_dir) COMPLETE
99702025-08-26T21:27:54.551Z[ host-image] Aug 26 21:27:54.542 INFO O| Aug 26 21:27:54.542 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99712025-08-26T21:27:54.551Z[ host-image] Aug 26 21:27:54.557 INFO O| Aug 26 21:27:54.557 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
99722025-08-26T21:27:54.551Z[ host-image] Aug 26 21:27:54.557 INFO O| Aug 26 21:27:54.557 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
99732025-08-26T21:27:54.551Z[ host-image] Aug 26 21:27:54.557 INFO O| Aug 26 21:27:54.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
99742025-08-26T21:27:54.551Z[ host-image] Aug 26 21:27:54.557 INFO O| Aug 26 21:27:54.557 INFO ok!
99752025-08-26T21:27:54.551Z[ host-image] Aug 26 21:27:54.557 INFO O| Aug 26 21:27:54.557 INFO STEP 99 (ensure_file) COMPLETE
99762025-08-26T21:27:54.551Z[ host-image] Aug 26 21:27:54.557 INFO O| Aug 26 21:27:54.557 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99772025-08-26T21:27:54.577Z[ host-image] Aug 26 21:27:54.572 INFO O| Aug 26 21:27:54.572 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
99782025-08-26T21:27:54.577Z[ host-image] Aug 26 21:27:54.572 INFO O| Aug 26 21:27:54.572 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
99792025-08-26T21:27:54.603Z[ host-image] Aug 26 21:27:54.593 INFO O| Aug 26 21:27:54.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
99802025-08-26T21:27:54.603Z[ host-image] Aug 26 21:27:54.593 INFO O| Aug 26 21:27:54.593 INFO ok!
99812025-08-26T21:27:54.603Z[ host-image] Aug 26 21:27:54.593 INFO O| Aug 26 21:27:54.593 INFO STEP 100 (ensure_file) COMPLETE
99822025-08-26T21:27:54.603Z[ host-image] Aug 26 21:27:54.593 INFO O| Aug 26 21:27:54.593 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99832025-08-26T21:27:54.603Z[ host-image] Aug 26 21:27:54.609 INFO O| Aug 26 21:27:54.609 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
99842025-08-26T21:27:54.603Z[ host-image] Aug 26 21:27:54.609 INFO O| Aug 26 21:27:54.609 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
99852025-08-26T21:27:55.316Z[ host-image] Aug 26 21:27:55.325 INFO O| Aug 26 21:27:55.325 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
99862025-08-26T21:27:55.316Z[ host-image] Aug 26 21:27:55.325 INFO O| Aug 26 21:27:55.325 INFO ok!
99872025-08-26T21:27:55.341Z[ host-image] Aug 26 21:27:55.325 INFO O| Aug 26 21:27:55.325 INFO STEP 101 (ensure_file) COMPLETE
99882025-08-26T21:27:55.341Z[ host-image] Aug 26 21:27:55.325 INFO O| Aug 26 21:27:55.325 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99892025-08-26T21:27:55.341Z[ host-image] Aug 26 21:27:55.344 INFO O| Aug 26 21:27:55.344 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
99902025-08-26T21:27:55.341Z[ host-image] Aug 26 21:27:55.344 INFO O| Aug 26 21:27:55.344 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
99912025-08-26T21:27:55.341Z[ host-image] Aug 26 21:27:55.344 INFO O| Aug 26 21:27:55.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
99922025-08-26T21:27:55.341Z[ host-image] Aug 26 21:27:55.344 INFO O| Aug 26 21:27:55.344 INFO ok!
99932025-08-26T21:27:55.341Z[ host-image] Aug 26 21:27:55.344 INFO O| Aug 26 21:27:55.344 INFO STEP 102 (ensure_file) COMPLETE
99942025-08-26T21:27:55.342Z[ host-image] Aug 26 21:27:55.344 INFO O| Aug 26 21:27:55.344 INFO STEP 103: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99952025-08-26T21:27:55.367Z[ host-image] Aug 26 21:27:55.360 INFO O| Aug 26 21:27:55.360 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
99962025-08-26T21:27:55.367Z[ host-image] Aug 26 21:27:55.360 INFO O| Aug 26 21:27:55.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
99972025-08-26T21:27:55.367Z[ host-image] Aug 26 21:27:55.360 INFO O| Aug 26 21:27:55.360 INFO STEP 103 (ensure_dir) COMPLETE
99982025-08-26T21:27:55.367Z[ host-image] Aug 26 21:27:55.360 INFO O| Aug 26 21:27:55.360 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99992025-08-26T21:27:55.367Z[ host-image] Aug 26 21:27:55.375 INFO O| Aug 26 21:27:55.375 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
100002025-08-26T21:27:55.368Z[ host-image] Aug 26 21:27:55.375 INFO O| Aug 26 21:27:55.375 INFO copying /tmp/.tmpQmIViS/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 ...
100012025-08-26T21:27:55.368Z[ host-image] Aug 26 21:27:55.375 INFO O| Aug 26 21:27:55.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
100022025-08-26T21:27:55.368Z[ host-image] Aug 26 21:27:55.375 INFO O| Aug 26 21:27:55.375 INFO ok!
100032025-08-26T21:27:55.368Z[ host-image] Aug 26 21:27:55.375 INFO O| Aug 26 21:27:55.375 INFO STEP 104 (ensure_file) COMPLETE
100042025-08-26T21:27:55.368Z[ host-image] Aug 26 21:27:55.375 INFO O| Aug 26 21:27:55.375 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100052025-08-26T21:27:55.393Z[ host-image] Aug 26 21:27:55.389 INFO O| Aug 26 21:27:55.389 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
100062025-08-26T21:27:55.393Z[ host-image] Aug 26 21:27:55.390 INFO O| Aug 26 21:27:55.389 INFO copying /tmp/.tmpQmIViS/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 ...
100072025-08-26T21:27:55.393Z[ host-image] Aug 26 21:27:55.390 INFO O| Aug 26 21:27:55.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
100082025-08-26T21:27:55.394Z[ host-image] Aug 26 21:27:55.390 INFO O| Aug 26 21:27:55.390 INFO ok!
100092025-08-26T21:27:55.394Z[ host-image] Aug 26 21:27:55.390 INFO O| Aug 26 21:27:55.390 INFO STEP 105 (ensure_file) COMPLETE
100102025-08-26T21:27:55.394Z[ host-image] Aug 26 21:27:55.390 INFO O| Aug 26 21:27:55.390 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100112025-08-26T21:27:55.419Z[ host-image] Aug 26 21:27:55.404 INFO O| Aug 26 21:27:55.404 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
100122025-08-26T21:27:55.419Z[ host-image] Aug 26 21:27:55.404 INFO O| Aug 26 21:27:55.404 INFO copying /tmp/.tmpQmIViS/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 ...
100132025-08-26T21:27:55.419Z[ host-image] Aug 26 21:27:55.405 INFO O| Aug 26 21:27:55.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
100142025-08-26T21:27:55.419Z[ host-image] Aug 26 21:27:55.405 INFO O| Aug 26 21:27:55.405 INFO ok!
100152025-08-26T21:27:55.419Z[ host-image] Aug 26 21:27:55.405 INFO O| Aug 26 21:27:55.405 INFO STEP 106 (ensure_file) COMPLETE
100162025-08-26T21:27:55.419Z[ host-image] Aug 26 21:27:55.405 INFO O| Aug 26 21:27:55.405 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100172025-08-26T21:27:55.419Z[ host-image] Aug 26 21:27:55.423 INFO O| Aug 26 21:27:55.423 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
100182025-08-26T21:27:55.419Z[ host-image] Aug 26 21:27:55.423 INFO O| Aug 26 21:27:55.423 INFO copying /tmp/.tmpQmIViS/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 ...
100192025-08-26T21:27:55.419Z[ host-image] Aug 26 21:27:55.423 INFO O| Aug 26 21:27:55.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
100202025-08-26T21:27:55.419Z[ host-image] Aug 26 21:27:55.423 INFO O| Aug 26 21:27:55.423 INFO ok!
100212025-08-26T21:27:55.419Z[ host-image] Aug 26 21:27:55.423 INFO O| Aug 26 21:27:55.423 INFO STEP 107 (ensure_file) COMPLETE
100222025-08-26T21:27:55.420Z[ host-image] Aug 26 21:27:55.423 INFO O| Aug 26 21:27:55.423 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100232025-08-26T21:27:55.445Z[ host-image] Aug 26 21:27:55.443 INFO O| Aug 26 21:27:55.443 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
100242025-08-26T21:27:55.445Z[ host-image] Aug 26 21:27:55.443 INFO O| Aug 26 21:27:55.443 INFO copying /tmp/.tmpQmIViS/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 ...
100252025-08-26T21:27:55.446Z[ host-image] Aug 26 21:27:55.443 INFO O| Aug 26 21:27:55.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
100262025-08-26T21:27:55.446Z[ host-image] Aug 26 21:27:55.443 INFO O| Aug 26 21:27:55.443 INFO ok!
100272025-08-26T21:27:55.446Z[ host-image] Aug 26 21:27:55.443 INFO O| Aug 26 21:27:55.443 INFO STEP 108 (ensure_file) COMPLETE
100282025-08-26T21:27:55.446Z[ host-image] Aug 26 21:27:55.443 INFO O| Aug 26 21:27:55.443 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100292025-08-26T21:27:55.471Z[ host-image] Aug 26 21:27:55.461 INFO O| Aug 26 21:27:55.461 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
100302025-08-26T21:27:55.471Z[ host-image] Aug 26 21:27:55.461 INFO O| Aug 26 21:27:55.461 INFO copying /tmp/.tmpQmIViS/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 ...
100312025-08-26T21:27:55.471Z[ host-image] Aug 26 21:27:55.461 INFO O| Aug 26 21:27:55.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d
100322025-08-26T21:27:55.471Z[ host-image] Aug 26 21:27:55.461 INFO O| Aug 26 21:27:55.461 INFO ok!
100332025-08-26T21:27:55.471Z[ host-image] Aug 26 21:27:55.461 INFO O| Aug 26 21:27:55.461 INFO STEP 109 (ensure_file) COMPLETE
100342025-08-26T21:27:55.471Z[ host-image] Aug 26 21:27:55.461 INFO O| Aug 26 21:27:55.461 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100352025-08-26T21:27:55.496Z[ host-image] Aug 26 21:27:55.480 INFO O| Aug 26 21:27:55.480 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
100362025-08-26T21:27:55.496Z[ host-image] Aug 26 21:27:55.480 INFO O| Aug 26 21:27:55.480 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
100372025-08-26T21:27:55.496Z[ host-image] Aug 26 21:27:55.480 INFO O| Aug 26 21:27:55.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
100382025-08-26T21:27:55.496Z[ host-image] Aug 26 21:27:55.480 INFO O| Aug 26 21:27:55.480 INFO ok!
100392025-08-26T21:27:55.496Z[ host-image] Aug 26 21:27:55.480 INFO O| Aug 26 21:27:55.480 INFO STEP 110 (ensure_file) COMPLETE
100402025-08-26T21:27:55.497Z[ host-image] Aug 26 21:27:55.480 INFO O| Aug 26 21:27:55.480 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100412025-08-26T21:27:55.497Z[ host-image] Aug 26 21:27:55.496 INFO O| Aug 26 21:27:55.496 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
100422025-08-26T21:27:55.497Z[ host-image] Aug 26 21:27:55.496 INFO O| Aug 26 21:27:55.496 INFO copying /tmp/.tmpQmIViS/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 ...
100432025-08-26T21:27:55.497Z[ host-image] Aug 26 21:27:55.496 INFO O| Aug 26 21:27:55.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
100442025-08-26T21:27:55.497Z[ host-image] Aug 26 21:27:55.496 INFO O| Aug 26 21:27:55.496 INFO ok!
100452025-08-26T21:27:55.497Z[ host-image] Aug 26 21:27:55.496 INFO O| Aug 26 21:27:55.496 INFO STEP 111 (ensure_file) COMPLETE
100462025-08-26T21:27:55.497Z[ host-image] Aug 26 21:27:55.496 INFO O| Aug 26 21:27:55.496 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100472025-08-26T21:27:55.522Z[ host-image] Aug 26 21:27:55.514 INFO O| Aug 26 21:27:55.514 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
100482025-08-26T21:27:55.522Z[ host-image] Aug 26 21:27:55.514 INFO O| Aug 26 21:27:55.514 INFO copying /tmp/.tmpQmIViS/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 ...
100492025-08-26T21:27:55.522Z[ host-image] Aug 26 21:27:55.514 INFO O| Aug 26 21:27:55.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
100502025-08-26T21:27:55.522Z[ host-image] Aug 26 21:27:55.514 INFO O| Aug 26 21:27:55.514 INFO ok!
100512025-08-26T21:27:55.522Z[ host-image] Aug 26 21:27:55.514 INFO O| Aug 26 21:27:55.514 INFO STEP 112 (ensure_file) COMPLETE
100522025-08-26T21:27:55.522Z[ host-image] Aug 26 21:27:55.514 INFO O| Aug 26 21:27:55.514 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100532025-08-26T21:27:55.548Z[ host-image] Aug 26 21:27:55.532 INFO O| Aug 26 21:27:55.532 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
100542025-08-26T21:27:55.548Z[ host-image] Aug 26 21:27:55.532 INFO O| Aug 26 21:27:55.532 INFO copying /tmp/.tmpQmIViS/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 ...
100552025-08-26T21:27:55.548Z[ host-image] Aug 26 21:27:55.532 INFO O| Aug 26 21:27:55.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
100562025-08-26T21:27:55.548Z[ host-image] Aug 26 21:27:55.532 INFO O| Aug 26 21:27:55.532 INFO ok!
100572025-08-26T21:27:55.548Z[ host-image] Aug 26 21:27:55.532 INFO O| Aug 26 21:27:55.532 INFO STEP 113 (ensure_file) COMPLETE
100582025-08-26T21:27:55.548Z[ host-image] Aug 26 21:27:55.532 INFO O| Aug 26 21:27:55.532 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100592025-08-26T21:27:55.548Z[ host-image] Aug 26 21:27:55.547 INFO O| Aug 26 21:27:55.547 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
100602025-08-26T21:27:55.548Z[ host-image] Aug 26 21:27:55.547 INFO O| Aug 26 21:27:55.547 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
100612025-08-26T21:27:55.548Z[ host-image] Aug 26 21:27:55.547 INFO O| Aug 26 21:27:55.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
100622025-08-26T21:27:55.548Z[ host-image] Aug 26 21:27:55.547 INFO O| Aug 26 21:27:55.547 INFO ok!
100632025-08-26T21:27:55.548Z[ host-image] Aug 26 21:27:55.547 INFO O| Aug 26 21:27:55.547 INFO STEP 114 (ensure_file) COMPLETE
100642025-08-26T21:27:55.548Z[ host-image] Aug 26 21:27:55.547 INFO O| Aug 26 21:27:55.547 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100652025-08-26T21:27:55.574Z[ host-image] Aug 26 21:27:55.565 INFO O| Aug 26 21:27:55.565 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
100662025-08-26T21:27:55.574Z[ host-image] Aug 26 21:27:55.565 INFO O| Aug 26 21:27:55.565 INFO copying /tmp/.tmpQmIViS/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 ...
100672025-08-26T21:27:55.574Z[ host-image] Aug 26 21:27:55.565 INFO O| Aug 26 21:27:55.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
100682025-08-26T21:27:55.574Z[ host-image] Aug 26 21:27:55.565 INFO O| Aug 26 21:27:55.565 INFO ok!
100692025-08-26T21:27:55.575Z[ host-image] Aug 26 21:27:55.565 INFO O| Aug 26 21:27:55.565 INFO STEP 115 (ensure_file) COMPLETE
100702025-08-26T21:27:55.575Z[ host-image] Aug 26 21:27:55.565 INFO O| Aug 26 21:27:55.565 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100712025-08-26T21:27:55.600Z[ host-image] Aug 26 21:27:55.585 INFO O| Aug 26 21:27:55.585 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
100722025-08-26T21:27:55.600Z[ host-image] Aug 26 21:27:55.585 INFO O| Aug 26 21:27:55.585 INFO copying /tmp/.tmpQmIViS/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 ...
100732025-08-26T21:27:55.600Z[ host-image] Aug 26 21:27:55.585 INFO O| Aug 26 21:27:55.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
100742025-08-26T21:27:55.600Z[ host-image] Aug 26 21:27:55.585 INFO O| Aug 26 21:27:55.585 INFO ok!
100752025-08-26T21:27:55.600Z[ host-image] Aug 26 21:27:55.585 INFO O| Aug 26 21:27:55.585 INFO STEP 116 (ensure_file) COMPLETE
100762025-08-26T21:27:55.600Z[ host-image] Aug 26 21:27:55.585 INFO O| Aug 26 21:27:55.585 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100772025-08-26T21:27:55.600Z[ host-image] Aug 26 21:27:55.603 INFO O| Aug 26 21:27:55.603 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
100782025-08-26T21:27:55.600Z[ host-image] Aug 26 21:27:55.603 INFO O| Aug 26 21:27:55.603 INFO copying /tmp/.tmpQmIViS/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 ...
100792025-08-26T21:27:55.600Z[ host-image] Aug 26 21:27:55.603 INFO O| Aug 26 21:27:55.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
100802025-08-26T21:27:55.600Z[ host-image] Aug 26 21:27:55.603 INFO O| Aug 26 21:27:55.603 INFO ok!
100812025-08-26T21:27:55.600Z[ host-image] Aug 26 21:27:55.603 INFO O| Aug 26 21:27:55.603 INFO STEP 117 (ensure_file) COMPLETE
100822025-08-26T21:27:55.601Z[ host-image] Aug 26 21:27:55.603 INFO O| Aug 26 21:27:55.603 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100832025-08-26T21:27:55.626Z[ host-image] Aug 26 21:27:55.620 INFO O| Aug 26 21:27:55.620 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
100842025-08-26T21:27:55.626Z[ host-image] Aug 26 21:27:55.620 INFO O| Aug 26 21:27:55.620 INFO copying /tmp/.tmpQmIViS/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 ...
100852025-08-26T21:27:55.626Z[ host-image] Aug 26 21:27:55.620 INFO O| Aug 26 21:27:55.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
100862025-08-26T21:27:55.626Z[ host-image] Aug 26 21:27:55.620 INFO O| Aug 26 21:27:55.620 INFO ok!
100872025-08-26T21:27:55.626Z[ host-image] Aug 26 21:27:55.620 INFO O| Aug 26 21:27:55.620 INFO STEP 118 (ensure_file) COMPLETE
100882025-08-26T21:27:55.626Z[ host-image] Aug 26 21:27:55.620 INFO O| Aug 26 21:27:55.620 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100892025-08-26T21:27:55.652Z[ host-image] Aug 26 21:27:55.637 INFO O| Aug 26 21:27:55.637 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
100902025-08-26T21:27:55.652Z[ host-image] Aug 26 21:27:55.638 INFO O| Aug 26 21:27:55.637 INFO copying /tmp/.tmpQmIViS/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 ...
100912025-08-26T21:27:55.652Z[ host-image] Aug 26 21:27:55.638 INFO O| Aug 26 21:27:55.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
100922025-08-26T21:27:55.652Z[ host-image] Aug 26 21:27:55.638 INFO O| Aug 26 21:27:55.638 INFO ok!
100932025-08-26T21:27:55.652Z[ host-image] Aug 26 21:27:55.638 INFO O| Aug 26 21:27:55.638 INFO STEP 119 (ensure_file) COMPLETE
100942025-08-26T21:27:55.652Z[ host-image] Aug 26 21:27:55.638 INFO O| Aug 26 21:27:55.638 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100952025-08-26T21:27:55.652Z[ host-image] Aug 26 21:27:55.652 INFO O| Aug 26 21:27:55.652 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
100962025-08-26T21:27:55.652Z[ host-image] Aug 26 21:27:55.653 INFO O| Aug 26 21:27:55.652 INFO copying /tmp/.tmpQmIViS/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 ...
100972025-08-26T21:27:55.652Z[ host-image] Aug 26 21:27:55.653 INFO O| Aug 26 21:27:55.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
100982025-08-26T21:27:55.652Z[ host-image] Aug 26 21:27:55.653 INFO O| Aug 26 21:27:55.653 INFO ok!
100992025-08-26T21:27:55.652Z[ host-image] Aug 26 21:27:55.653 INFO O| Aug 26 21:27:55.653 INFO STEP 120 (ensure_file) COMPLETE
101002025-08-26T21:27:55.652Z[ host-image] Aug 26 21:27:55.653 INFO O| Aug 26 21:27:55.653 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101012025-08-26T21:27:55.678Z[ host-image] Aug 26 21:27:55.667 INFO O| Aug 26 21:27:55.667 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
101022025-08-26T21:27:55.678Z[ host-image] Aug 26 21:27:55.667 INFO O| Aug 26 21:27:55.667 INFO copying /tmp/.tmpQmIViS/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 ...
101032025-08-26T21:27:55.678Z[ host-image] Aug 26 21:27:55.667 INFO O| Aug 26 21:27:55.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
101042025-08-26T21:27:55.678Z[ host-image] Aug 26 21:27:55.667 INFO O| Aug 26 21:27:55.667 INFO ok!
101052025-08-26T21:27:55.678Z[ host-image] Aug 26 21:27:55.667 INFO O| Aug 26 21:27:55.667 INFO STEP 121 (ensure_file) COMPLETE
101062025-08-26T21:27:55.678Z[ host-image] Aug 26 21:27:55.667 INFO O| Aug 26 21:27:55.667 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101072025-08-26T21:27:55.678Z[ host-image] Aug 26 21:27:55.684 INFO O| Aug 26 21:27:55.684 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
101082025-08-26T21:27:55.678Z[ host-image] Aug 26 21:27:55.684 INFO O| Aug 26 21:27:55.684 INFO copying /tmp/.tmpQmIViS/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 ...
101092025-08-26T21:27:55.678Z[ host-image] Aug 26 21:27:55.685 INFO O| Aug 26 21:27:55.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
101102025-08-26T21:27:55.678Z[ host-image] Aug 26 21:27:55.685 INFO O| Aug 26 21:27:55.685 INFO ok!
101112025-08-26T21:27:55.678Z[ host-image] Aug 26 21:27:55.685 INFO O| Aug 26 21:27:55.685 INFO STEP 122 (ensure_file) COMPLETE
101122025-08-26T21:27:55.678Z[ host-image] Aug 26 21:27:55.685 INFO O| Aug 26 21:27:55.685 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101132025-08-26T21:27:55.705Z[ host-image] Aug 26 21:27:55.702 INFO O| Aug 26 21:27:55.702 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
101142025-08-26T21:27:55.705Z[ host-image] Aug 26 21:27:55.703 INFO O| Aug 26 21:27:55.702 INFO copying /tmp/.tmpQmIViS/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 ...
101152025-08-26T21:27:55.705Z[ host-image] Aug 26 21:27:55.703 INFO O| Aug 26 21:27:55.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
101162025-08-26T21:27:55.705Z[ host-image] Aug 26 21:27:55.703 INFO O| Aug 26 21:27:55.703 INFO ok!
101172025-08-26T21:27:55.705Z[ host-image] Aug 26 21:27:55.703 INFO O| Aug 26 21:27:55.703 INFO STEP 123 (ensure_file) COMPLETE
101182025-08-26T21:27:55.705Z[ host-image] Aug 26 21:27:55.703 INFO O| Aug 26 21:27:55.703 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101192025-08-26T21:27:55.730Z[ host-image] Aug 26 21:27:55.722 INFO O| Aug 26 21:27:55.721 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
101202025-08-26T21:27:55.730Z[ host-image] Aug 26 21:27:55.722 INFO O| Aug 26 21:27:55.722 INFO copying /tmp/.tmpQmIViS/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 ...
101212025-08-26T21:27:55.730Z[ host-image] Aug 26 21:27:55.722 INFO O| Aug 26 21:27:55.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
101222025-08-26T21:27:55.730Z[ host-image] Aug 26 21:27:55.722 INFO O| Aug 26 21:27:55.722 INFO ok!
101232025-08-26T21:27:55.730Z[ host-image] Aug 26 21:27:55.722 INFO O| Aug 26 21:27:55.722 INFO STEP 124 (ensure_file) COMPLETE
101242025-08-26T21:27:55.730Z[ host-image] Aug 26 21:27:55.722 INFO O| Aug 26 21:27:55.722 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101252025-08-26T21:27:55.730Z[ host-image] Aug 26 21:27:55.735 INFO O| Aug 26 21:27:55.735 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
101262025-08-26T21:27:55.730Z[ host-image] Aug 26 21:27:55.735 INFO O| Aug 26 21:27:55.735 INFO copying /tmp/.tmpQmIViS/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 ...
101272025-08-26T21:27:55.730Z[ host-image] Aug 26 21:27:55.736 INFO O| Aug 26 21:27:55.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
101282025-08-26T21:27:55.730Z[ host-image] Aug 26 21:27:55.736 INFO O| Aug 26 21:27:55.735 INFO ok!
101292025-08-26T21:27:55.730Z[ host-image] Aug 26 21:27:55.736 INFO O| Aug 26 21:27:55.736 INFO STEP 125 (ensure_file) COMPLETE
101302025-08-26T21:27:55.730Z[ host-image] Aug 26 21:27:55.736 INFO O| Aug 26 21:27:55.736 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101312025-08-26T21:27:55.756Z[ host-image] Aug 26 21:27:55.748 INFO O| Aug 26 21:27:55.748 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
101322025-08-26T21:27:55.756Z[ host-image] Aug 26 21:27:55.748 INFO O| Aug 26 21:27:55.748 INFO copying /tmp/.tmpQmIViS/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 ...
101332025-08-26T21:27:55.756Z[ host-image] Aug 26 21:27:55.749 INFO O| Aug 26 21:27:55.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
101342025-08-26T21:27:55.756Z[ host-image] Aug 26 21:27:55.749 INFO O| Aug 26 21:27:55.749 INFO ok!
101352025-08-26T21:27:55.756Z[ host-image] Aug 26 21:27:55.749 INFO O| Aug 26 21:27:55.749 INFO STEP 126 (ensure_file) COMPLETE
101362025-08-26T21:27:55.756Z[ host-image] Aug 26 21:27:55.749 INFO O| Aug 26 21:27:55.749 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101372025-08-26T21:27:55.756Z[ host-image] Aug 26 21:27:55.761 INFO O| Aug 26 21:27:55.761 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
101382025-08-26T21:27:55.756Z[ host-image] Aug 26 21:27:55.761 INFO O| Aug 26 21:27:55.761 INFO copying /tmp/.tmpQmIViS/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 ...
101392025-08-26T21:27:55.756Z[ host-image] Aug 26 21:27:55.761 INFO O| Aug 26 21:27:55.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
101402025-08-26T21:27:55.756Z[ host-image] Aug 26 21:27:55.761 INFO O| Aug 26 21:27:55.761 INFO ok!
101412025-08-26T21:27:55.756Z[ host-image] Aug 26 21:27:55.761 INFO O| Aug 26 21:27:55.761 INFO STEP 127 (ensure_file) COMPLETE
101422025-08-26T21:27:55.756Z[ host-image] Aug 26 21:27:55.761 INFO O| Aug 26 21:27:55.761 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101432025-08-26T21:27:55.782Z[ host-image] Aug 26 21:27:55.774 INFO O| Aug 26 21:27:55.774 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
101442025-08-26T21:27:55.782Z[ host-image] Aug 26 21:27:55.774 INFO O| Aug 26 21:27:55.774 INFO copying /tmp/.tmpQmIViS/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 ...
101452025-08-26T21:27:55.782Z[ host-image] Aug 26 21:27:55.774 INFO O| Aug 26 21:27:55.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
101462025-08-26T21:27:55.782Z[ host-image] Aug 26 21:27:55.774 INFO O| Aug 26 21:27:55.774 INFO ok!
101472025-08-26T21:27:55.782Z[ host-image] Aug 26 21:27:55.774 INFO O| Aug 26 21:27:55.774 INFO STEP 128 (ensure_file) COMPLETE
101482025-08-26T21:27:55.782Z[ host-image] Aug 26 21:27:55.774 INFO O| Aug 26 21:27:55.774 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101492025-08-26T21:27:55.808Z[ host-image] Aug 26 21:27:55.799 INFO O| Aug 26 21:27:55.799 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
101502025-08-26T21:27:55.808Z[ host-image] Aug 26 21:27:55.799 INFO O| Aug 26 21:27:55.799 INFO copying /tmp/.tmpQmIViS/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 ...
101512025-08-26T21:27:55.808Z[ host-image] Aug 26 21:27:55.799 INFO O| Aug 26 21:27:55.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
101522025-08-26T21:27:55.808Z[ host-image] Aug 26 21:27:55.799 INFO O| Aug 26 21:27:55.799 INFO ok!
101532025-08-26T21:27:55.808Z[ host-image] Aug 26 21:27:55.799 INFO O| Aug 26 21:27:55.799 INFO STEP 129 (ensure_file) COMPLETE
101542025-08-26T21:27:55.808Z[ host-image] Aug 26 21:27:55.799 INFO O| Aug 26 21:27:55.799 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101552025-08-26T21:27:55.838Z[ host-image] Aug 26 21:27:55.817 INFO O| Aug 26 21:27:55.817 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
101562025-08-26T21:27:55.838Z[ host-image] Aug 26 21:27:55.818 INFO O| Aug 26 21:27:55.817 INFO copying /tmp/.tmpQmIViS/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 ...
101572025-08-26T21:27:55.838Z[ host-image] Aug 26 21:27:55.818 INFO O| Aug 26 21:27:55.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
101582025-08-26T21:27:55.838Z[ host-image] Aug 26 21:27:55.818 INFO O| Aug 26 21:27:55.818 INFO ok!
101592025-08-26T21:27:55.838Z[ host-image] Aug 26 21:27:55.818 INFO O| Aug 26 21:27:55.818 INFO STEP 130 (ensure_file) COMPLETE
101602025-08-26T21:27:55.838Z[ host-image] Aug 26 21:27:55.818 INFO O| Aug 26 21:27:55.818 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101612025-08-26T21:27:55.838Z[ host-image] Aug 26 21:27:55.834 INFO O| Aug 26 21:27:55.834 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
101622025-08-26T21:27:55.838Z[ host-image] Aug 26 21:27:55.834 INFO O| Aug 26 21:27:55.834 INFO copying /tmp/.tmpQmIViS/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 ...
101632025-08-26T21:27:55.838Z[ host-image] Aug 26 21:27:55.834 INFO O| Aug 26 21:27:55.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
101642025-08-26T21:27:55.838Z[ host-image] Aug 26 21:27:55.834 INFO O| Aug 26 21:27:55.834 INFO ok!
101652025-08-26T21:27:55.838Z[ host-image] Aug 26 21:27:55.834 INFO O| Aug 26 21:27:55.834 INFO STEP 131 (ensure_file) COMPLETE
101662025-08-26T21:27:55.838Z[ host-image] Aug 26 21:27:55.834 INFO O| Aug 26 21:27:55.834 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101672025-08-26T21:27:55.864Z[ host-image] Aug 26 21:27:55.853 INFO O| Aug 26 21:27:55.853 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
101682025-08-26T21:27:55.864Z[ host-image] Aug 26 21:27:55.853 INFO O| Aug 26 21:27:55.853 INFO copying /tmp/.tmpQmIViS/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 ...
101692025-08-26T21:27:55.864Z[ host-image] Aug 26 21:27:55.853 INFO O| Aug 26 21:27:55.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
101702025-08-26T21:27:55.864Z[ host-image] Aug 26 21:27:55.853 INFO O| Aug 26 21:27:55.853 INFO ok!
101712025-08-26T21:27:55.864Z[ host-image] Aug 26 21:27:55.853 INFO O| Aug 26 21:27:55.853 INFO STEP 132 (ensure_file) COMPLETE
101722025-08-26T21:27:55.864Z[ host-image] Aug 26 21:27:55.853 INFO O| Aug 26 21:27:55.853 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101732025-08-26T21:27:55.864Z[ host-image] Aug 26 21:27:55.872 INFO O| Aug 26 21:27:55.872 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
101742025-08-26T21:27:55.864Z[ host-image] Aug 26 21:27:55.873 INFO O| Aug 26 21:27:55.872 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md ...
101752025-08-26T21:27:55.864Z[ host-image] Aug 26 21:27:55.873 INFO O| Aug 26 21:27:55.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md
101762025-08-26T21:27:55.890Z[ host-image] Aug 26 21:27:55.873 INFO O| Aug 26 21:27:55.873 INFO ok!
101772025-08-26T21:27:55.890Z[ host-image] Aug 26 21:27:55.873 INFO O| Aug 26 21:27:55.873 INFO STEP 133 (ensure_file) COMPLETE
101782025-08-26T21:27:55.890Z[ host-image] Aug 26 21:27:55.873 INFO O| Aug 26 21:27:55.873 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792025-08-26T21:27:55.890Z[ host-image] Aug 26 21:27:55.890 INFO O| Aug 26 21:27:55.889 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
101802025-08-26T21:27:55.890Z[ host-image] Aug 26 21:27:55.890 INFO O| Aug 26 21:27:55.889 INFO copying /tmp/.tmpQmIViS/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 ...
101812025-08-26T21:27:55.890Z[ host-image] Aug 26 21:27:55.890 INFO O| Aug 26 21:27:55.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
101822025-08-26T21:27:55.890Z[ host-image] Aug 26 21:27:55.890 INFO O| Aug 26 21:27:55.890 INFO ok!
101832025-08-26T21:27:55.890Z[ host-image] Aug 26 21:27:55.890 INFO O| Aug 26 21:27:55.890 INFO STEP 134 (ensure_file) COMPLETE
101842025-08-26T21:27:55.890Z[ host-image] Aug 26 21:27:55.890 INFO O| Aug 26 21:27:55.890 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852025-08-26T21:27:55.915Z[ host-image] Aug 26 21:27:55.904 INFO O| Aug 26 21:27:55.904 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
101862025-08-26T21:27:55.915Z[ host-image] Aug 26 21:27:55.904 INFO O| Aug 26 21:27:55.904 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
101872025-08-26T21:27:55.916Z[ host-image] Aug 26 21:27:55.904 INFO O| Aug 26 21:27:55.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION
101882025-08-26T21:27:55.916Z[ host-image] Aug 26 21:27:55.904 INFO O| Aug 26 21:27:55.904 INFO ok!
101892025-08-26T21:27:55.916Z[ host-image] Aug 26 21:27:55.904 INFO O| Aug 26 21:27:55.904 INFO STEP 135 (ensure_file) COMPLETE
101902025-08-26T21:27:55.916Z[ host-image] Aug 26 21:27:55.904 INFO O| Aug 26 21:27:55.904 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101912025-08-26T21:27:55.916Z[ host-image] Aug 26 21:27:55.922 INFO O| Aug 26 21:27:55.922 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
101922025-08-26T21:27:55.916Z[ host-image] Aug 26 21:27:55.922 INFO O| Aug 26 21:27:55.922 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
101932025-08-26T21:28:09.065Z[ recovery-image] Aug 26 21:28:09.068 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
101942025-08-26T21:28:15.948Z[ host-image] Aug 26 21:28:15.958 INFO O| Aug 26 21:28:15.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
101952025-08-26T21:28:15.948Z[ host-image] Aug 26 21:28:15.958 INFO O| Aug 26 21:28:15.958 INFO ok!
101962025-08-26T21:28:15.974Z[ host-image] Aug 26 21:28:15.958 INFO O| Aug 26 21:28:15.958 INFO STEP 136 (ensure_file) COMPLETE
101972025-08-26T21:28:15.974Z[ host-image] Aug 26 21:28:15.958 INFO O| Aug 26 21:28:15.958 INFO STEP 137: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101982025-08-26T21:28:15.974Z[ host-image] Aug 26 21:28:15.975 INFO O| Aug 26 21:28:15.975 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
101992025-08-26T21:28:15.974Z[ host-image] Aug 26 21:28:15.975 INFO O| Aug 26 21:28:15.975 INFO STEP 137 (ensure_dir) COMPLETE
102002025-08-26T21:28:15.974Z[ host-image] Aug 26 21:28:15.975 INFO O| Aug 26 21:28:15.975 INFO STEP 138: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012025-08-26T21:28:15.999Z[ host-image] Aug 26 21:28:15.987 INFO O| Aug 26 21:28:15.987 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
102022025-08-26T21:28:15.999Z[ host-image] Aug 26 21:28:15.987 INFO O| Aug 26 21:28:15.987 INFO STEP 138 (ensure_dir) COMPLETE
102032025-08-26T21:28:15.999Z[ host-image] Aug 26 21:28:15.987 INFO O| Aug 26 21:28:15.987 INFO STEP 139: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102042025-08-26T21:28:15.999Z[ host-image] Aug 26 21:28:15.998 INFO O| Aug 26 21:28:15.998 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
102052025-08-26T21:28:15.999Z[ host-image] Aug 26 21:28:15.998 INFO O| Aug 26 21:28:15.998 INFO STEP 139 (ensure_dir) COMPLETE
102062025-08-26T21:28:15.999Z[ host-image] Aug 26 21:28:15.998 INFO O| Aug 26 21:28:15.998 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102072025-08-26T21:28:15.999Z[ host-image] Aug 26 21:28:16.009 INFO O| Aug 26 21:28:16.009 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
102082025-08-26T21:28:15.999Z[ host-image] Aug 26 21:28:16.009 INFO O| Aug 26 21:28:16.009 INFO STEP 140 (ensure_dir) COMPLETE
102092025-08-26T21:28:16.025Z[ host-image] Aug 26 21:28:16.009 INFO O| Aug 26 21:28:16.009 INFO STEP 141: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102102025-08-26T21:28:16.025Z[ host-image] Aug 26 21:28:16.020 INFO O| Aug 26 21:28:16.020 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
102112025-08-26T21:28:16.025Z[ host-image] Aug 26 21:28:16.020 INFO O| Aug 26 21:28:16.020 INFO copying /tmp/.tmpQmIViS/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 ...
102122025-08-26T21:28:16.025Z[ host-image] Aug 26 21:28:16.020 INFO O| Aug 26 21:28:16.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
102132025-08-26T21:28:16.025Z[ host-image] Aug 26 21:28:16.020 INFO O| Aug 26 21:28:16.020 INFO ok!
102142025-08-26T21:28:16.025Z[ host-image] Aug 26 21:28:16.020 INFO O| Aug 26 21:28:16.020 INFO STEP 141 (ensure_file) COMPLETE
102152025-08-26T21:28:16.025Z[ host-image] Aug 26 21:28:16.020 INFO O| Aug 26 21:28:16.020 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102162025-08-26T21:28:16.025Z[ host-image] Aug 26 21:28:16.031 INFO O| Aug 26 21:28:16.031 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
102172025-08-26T21:28:16.025Z[ host-image] Aug 26 21:28:16.031 INFO O| Aug 26 21:28:16.031 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
102182025-08-26T21:28:16.025Z[ host-image] Aug 26 21:28:16.031 INFO O| Aug 26 21:28:16.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
102192025-08-26T21:28:16.025Z[ host-image] Aug 26 21:28:16.031 INFO O| Aug 26 21:28:16.031 INFO STEP 142 (ensure_dir) COMPLETE
102202025-08-26T21:28:16.025Z[ host-image] Aug 26 21:28:16.031 INFO O| Aug 26 21:28:16.031 INFO STEP 143: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212025-08-26T21:28:16.051Z[ host-image] Aug 26 21:28:16.048 INFO O| Aug 26 21:28:16.048 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
102222025-08-26T21:28:16.051Z[ host-image] Aug 26 21:28:16.048 INFO O| Aug 26 21:28:16.048 INFO copying /tmp/.tmpQmIViS/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
102232025-08-26T21:28:16.051Z[ host-image] Aug 26 21:28:16.049 INFO O| Aug 26 21:28:16.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
102242025-08-26T21:28:16.051Z[ host-image] Aug 26 21:28:16.049 INFO O| Aug 26 21:28:16.048 INFO ok!
102252025-08-26T21:28:16.051Z[ host-image] Aug 26 21:28:16.049 INFO O| Aug 26 21:28:16.049 INFO STEP 143 (ensure_file) COMPLETE
102262025-08-26T21:28:16.051Z[ host-image] Aug 26 21:28:16.049 INFO O| Aug 26 21:28:16.049 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102272025-08-26T21:28:16.051Z[ host-image] Aug 26 21:28:16.060 INFO O| Aug 26 21:28:16.060 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
102282025-08-26T21:28:16.051Z[ host-image] Aug 26 21:28:16.060 INFO O| Aug 26 21:28:16.060 INFO STEP 144 (remove_files) COMPLETE
102292025-08-26T21:28:16.051Z[ host-image] Aug 26 21:28:16.060 INFO O| Aug 26 21:28:16.060 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102302025-08-26T21:28:16.077Z[ host-image] Aug 26 21:28:16.076 INFO O| Aug 26 21:28:16.076 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
102312025-08-26T21:28:16.077Z[ host-image] Aug 26 21:28:16.077 INFO O| Aug 26 21:28:16.077 INFO STEP 145 (remove_files) COMPLETE
102322025-08-26T21:28:16.077Z[ host-image] Aug 26 21:28:16.077 INFO O| Aug 26 21:28:16.077 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102332025-08-26T21:28:16.102Z[ host-image] Aug 26 21:28:16.088 INFO O| Aug 26 21:28:16.088 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
102342025-08-26T21:28:16.102Z[ host-image] Aug 26 21:28:16.089 INFO O| Aug 26 21:28:16.088 INFO STEP 146 (remove_files) COMPLETE
102352025-08-26T21:28:16.102Z[ host-image] Aug 26 21:28:16.089 INFO O| Aug 26 21:28:16.089 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102362025-08-26T21:28:16.102Z[ host-image] Aug 26 21:28:16.100 INFO O| Aug 26 21:28:16.100 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
102372025-08-26T21:28:16.102Z[ host-image] Aug 26 21:28:16.100 INFO O| Aug 26 21:28:16.100 INFO STEP 147 (remove_files) COMPLETE
102382025-08-26T21:28:16.102Z[ host-image] Aug 26 21:28:16.100 INFO O| Aug 26 21:28:16.100 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102392025-08-26T21:28:16.102Z[ host-image] Aug 26 21:28:16.111 INFO O| Aug 26 21:28:16.111 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
102402025-08-26T21:28:16.102Z[ host-image] Aug 26 21:28:16.111 INFO O| Aug 26 21:28:16.111 INFO STEP 148 (remove_files) COMPLETE
102412025-08-26T21:28:16.102Z[ host-image] Aug 26 21:28:16.111 INFO O| Aug 26 21:28:16.111 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102422025-08-26T21:28:16.131Z[ host-image] Aug 26 21:28:16.122 INFO O| Aug 26 21:28:16.122 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
102432025-08-26T21:28:16.131Z[ host-image] Aug 26 21:28:16.122 INFO O| Aug 26 21:28:16.122 INFO STEP 149 (remove_files) COMPLETE
102442025-08-26T21:28:16.131Z[ host-image] Aug 26 21:28:16.122 INFO O| Aug 26 21:28:16.122 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102452025-08-26T21:28:16.131Z[ host-image] Aug 26 21:28:16.138 INFO O| Aug 26 21:28:16.137 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
102462025-08-26T21:28:16.131Z[ host-image] Aug 26 21:28:16.138 INFO O| Aug 26 21:28:16.138 INFO STEP 150 (remove_files) COMPLETE
102472025-08-26T21:28:16.131Z[ host-image] Aug 26 21:28:16.138 INFO O| Aug 26 21:28:16.138 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102482025-08-26T21:28:16.156Z[ host-image] Aug 26 21:28:16.154 INFO O| Aug 26 21:28:16.154 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
102492025-08-26T21:28:16.157Z[ host-image] Aug 26 21:28:16.154 INFO O| Aug 26 21:28:16.154 INFO STEP 151 (remove_files) COMPLETE
102502025-08-26T21:28:16.157Z[ host-image] Aug 26 21:28:16.154 INFO O| Aug 26 21:28:16.154 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102512025-08-26T21:28:16.208Z[ host-image] Aug 26 21:28:16.172 INFO O| Aug 26 21:28:16.172 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
102522025-08-26T21:28:16.208Z[ host-image] Aug 26 21:28:16.172 INFO O| Aug 26 21:28:16.172 INFO STEP 152 (remove_files) COMPLETE
102532025-08-26T21:28:16.209Z[ host-image] Aug 26 21:28:16.172 INFO O| Aug 26 21:28:16.172 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102542025-08-26T21:28:16.209Z[ host-image] Aug 26 21:28:16.184 INFO O| Aug 26 21:28:16.184 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
102552025-08-26T21:28:16.210Z[ host-image] Aug 26 21:28:16.184 INFO O| Aug 26 21:28:16.184 INFO STEP 153 (remove_files) COMPLETE
102562025-08-26T21:28:16.210Z[ host-image] Aug 26 21:28:16.184 INFO O| Aug 26 21:28:16.184 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102572025-08-26T21:28:16.210Z[ host-image] Aug 26 21:28:16.195 INFO O| Aug 26 21:28:16.195 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
102582025-08-26T21:28:16.210Z[ host-image] Aug 26 21:28:16.195 INFO O| Aug 26 21:28:16.195 INFO STEP 154 (remove_files) COMPLETE
102592025-08-26T21:28:16.210Z[ host-image] Aug 26 21:28:16.195 INFO O| Aug 26 21:28:16.195 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102602025-08-26T21:28:16.210Z[ host-image] Aug 26 21:28:16.212 INFO O| Aug 26 21:28:16.212 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
102612025-08-26T21:28:16.210Z[ host-image] Aug 26 21:28:16.212 INFO O| Aug 26 21:28:16.212 INFO STEP 155 (remove_files) COMPLETE
102622025-08-26T21:28:16.210Z[ host-image] Aug 26 21:28:16.212 INFO O| Aug 26 21:28:16.212 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102632025-08-26T21:28:16.235Z[ host-image] Aug 26 21:28:16.225 INFO O| Aug 26 21:28:16.225 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
102642025-08-26T21:28:16.235Z[ host-image] Aug 26 21:28:16.225 INFO O| Aug 26 21:28:16.225 INFO STEP 156 (remove_files) COMPLETE
102652025-08-26T21:28:16.235Z[ host-image] Aug 26 21:28:16.225 INFO O| Aug 26 21:28:16.225 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102662025-08-26T21:28:16.235Z[ host-image] Aug 26 21:28:16.238 INFO O| Aug 26 21:28:16.237 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
102672025-08-26T21:28:16.235Z[ host-image] Aug 26 21:28:16.238 INFO O| Aug 26 21:28:16.238 INFO STEP 157 (remove_files) COMPLETE
102682025-08-26T21:28:16.236Z[ host-image] Aug 26 21:28:16.238 INFO O| Aug 26 21:28:16.238 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102692025-08-26T21:28:16.261Z[ host-image] Aug 26 21:28:16.249 INFO O| Aug 26 21:28:16.249 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
102702025-08-26T21:28:16.261Z[ host-image] Aug 26 21:28:16.250 INFO O| Aug 26 21:28:16.250 INFO STEP 158 (remove_files) COMPLETE
102712025-08-26T21:28:16.261Z[ host-image] Aug 26 21:28:16.250 INFO O| Aug 26 21:28:16.250 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102722025-08-26T21:28:16.261Z[ host-image] Aug 26 21:28:16.268 INFO O| Aug 26 21:28:16.268 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
102732025-08-26T21:28:16.261Z[ host-image] Aug 26 21:28:16.268 INFO O| Aug 26 21:28:16.268 INFO STEP 159 (remove_files) COMPLETE
102742025-08-26T21:28:16.262Z[ host-image] Aug 26 21:28:16.268 INFO O| Aug 26 21:28:16.268 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102752025-08-26T21:28:16.287Z[ host-image] Aug 26 21:28:16.281 INFO O| Aug 26 21:28:16.281 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
102762025-08-26T21:28:16.287Z[ host-image] Aug 26 21:28:16.282 INFO O| Aug 26 21:28:16.282 INFO STEP 160 (remove_files) COMPLETE
102772025-08-26T21:28:16.287Z[ host-image] Aug 26 21:28:16.282 INFO O| Aug 26 21:28:16.282 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102782025-08-26T21:28:16.287Z[ host-image] Aug 26 21:28:16.294 INFO O| Aug 26 21:28:16.294 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
102792025-08-26T21:28:16.287Z[ host-image] Aug 26 21:28:16.294 INFO O| Aug 26 21:28:16.294 INFO STEP 161 (remove_files) COMPLETE
102802025-08-26T21:28:16.287Z[ host-image] Aug 26 21:28:16.294 INFO O| Aug 26 21:28:16.294 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102812025-08-26T21:28:16.312Z[ host-image] Aug 26 21:28:16.306 INFO O| Aug 26 21:28:16.305 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
102822025-08-26T21:28:16.312Z[ host-image] Aug 26 21:28:16.306 INFO O| Aug 26 21:28:16.306 INFO STEP 162 (remove_files) COMPLETE
102832025-08-26T21:28:16.312Z[ host-image] Aug 26 21:28:16.306 INFO O| Aug 26 21:28:16.306 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102842025-08-26T21:28:16.312Z[ host-image] Aug 26 21:28:16.317 INFO O| Aug 26 21:28:16.317 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
102852025-08-26T21:28:16.312Z[ host-image] Aug 26 21:28:16.318 INFO O| Aug 26 21:28:16.317 INFO STEP 163 (remove_files) COMPLETE
102862025-08-26T21:28:16.312Z[ host-image] Aug 26 21:28:16.318 INFO O| Aug 26 21:28:16.317 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102872025-08-26T21:28:16.338Z[ host-image] Aug 26 21:28:16.330 INFO O| Aug 26 21:28:16.330 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
102882025-08-26T21:28:16.338Z[ host-image] Aug 26 21:28:16.330 INFO O| Aug 26 21:28:16.330 INFO STEP 164 (remove_files) COMPLETE
102892025-08-26T21:28:16.338Z[ host-image] Aug 26 21:28:16.330 INFO O| Aug 26 21:28:16.330 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102902025-08-26T21:28:16.363Z[ host-image] Aug 26 21:28:16.350 INFO O| Aug 26 21:28:16.350 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
102912025-08-26T21:28:16.363Z[ host-image] Aug 26 21:28:16.350 INFO O| Aug 26 21:28:16.350 INFO STEP 165 (remove_files) COMPLETE
102922025-08-26T21:28:16.363Z[ host-image] Aug 26 21:28:16.350 INFO O| Aug 26 21:28:16.350 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102932025-08-26T21:28:16.363Z[ host-image] Aug 26 21:28:16.365 INFO O| Aug 26 21:28:16.365 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
102942025-08-26T21:28:16.363Z[ host-image] Aug 26 21:28:16.365 INFO O| Aug 26 21:28:16.365 INFO STEP 166 (remove_files) COMPLETE
102952025-08-26T21:28:16.363Z[ host-image] Aug 26 21:28:16.365 INFO O| Aug 26 21:28:16.365 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102962025-08-26T21:28:16.389Z[ host-image] Aug 26 21:28:16.384 INFO O| Aug 26 21:28:16.384 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
102972025-08-26T21:28:16.389Z[ host-image] Aug 26 21:28:16.384 INFO O| Aug 26 21:28:16.384 INFO STEP 167 (remove_files) COMPLETE
102982025-08-26T21:28:16.389Z[ host-image] Aug 26 21:28:16.384 INFO O| Aug 26 21:28:16.384 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102992025-08-26T21:28:16.389Z[ host-image] Aug 26 21:28:16.398 INFO O| Aug 26 21:28:16.398 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
103002025-08-26T21:28:16.389Z[ host-image] Aug 26 21:28:16.398 INFO O| Aug 26 21:28:16.398 INFO STEP 168 (remove_files) COMPLETE
103012025-08-26T21:28:16.389Z[ host-image] Aug 26 21:28:16.398 INFO O| Aug 26 21:28:16.398 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103022025-08-26T21:28:16.414Z[ host-image] Aug 26 21:28:16.411 INFO O| Aug 26 21:28:16.411 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
103032025-08-26T21:28:16.414Z[ host-image] Aug 26 21:28:16.411 INFO O| Aug 26 21:28:16.411 INFO STEP 169 (remove_files) COMPLETE
103042025-08-26T21:28:16.414Z[ host-image] Aug 26 21:28:16.411 INFO O| Aug 26 21:28:16.411 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103052025-08-26T21:28:16.414Z[ host-image] Aug 26 21:28:16.423 INFO O| Aug 26 21:28:16.423 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
103062025-08-26T21:28:16.414Z[ host-image] Aug 26 21:28:16.423 INFO O| Aug 26 21:28:16.423 INFO STEP 170 (remove_files) COMPLETE
103072025-08-26T21:28:16.414Z[ host-image] Aug 26 21:28:16.423 INFO O| Aug 26 21:28:16.423 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103082025-08-26T21:28:16.442Z[ host-image] Aug 26 21:28:16.436 INFO O| Aug 26 21:28:16.436 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
103092025-08-26T21:28:16.442Z[ host-image] Aug 26 21:28:16.436 INFO O| Aug 26 21:28:16.436 INFO STEP 171 (remove_files) COMPLETE
103102025-08-26T21:28:16.442Z[ host-image] Aug 26 21:28:16.436 INFO O| Aug 26 21:28:16.436 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103112025-08-26T21:28:16.442Z[ host-image] Aug 26 21:28:16.448 INFO O| Aug 26 21:28:16.448 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
103122025-08-26T21:28:16.442Z[ host-image] Aug 26 21:28:16.449 INFO O| Aug 26 21:28:16.448 INFO STEP 172 (remove_files) COMPLETE
103132025-08-26T21:28:16.442Z[ host-image] Aug 26 21:28:16.449 INFO O| Aug 26 21:28:16.448 INFO STEP 173: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103142025-08-26T21:28:16.473Z[ host-image] Aug 26 21:28:16.474 INFO O| Aug 26 21:28:16.474 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
103152025-08-26T21:28:16.473Z[ host-image] Aug 26 21:28:16.474 INFO O| Aug 26 21:28:16.474 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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_CHECKHASH": "1"}
103162025-08-26T21:28:18.347Z[ recovery-image] Aug 26 21:28:18.355 INFO E| Compiling bitflags v1.3.2
103172025-08-26T21:28:18.372Z[ recovery-image] Aug 26 21:28:18.355 INFO E| Compiling bitflags v2.9.1
103182025-08-26T21:28:18.372Z[ recovery-image] Aug 26 21:28:18.355 INFO E| Compiling adler2 v2.0.1
103192025-08-26T21:28:18.372Z[ recovery-image] Aug 26 21:28:18.355 INFO E| Compiling plain v0.2.3
103202025-08-26T21:28:18.372Z[ recovery-image] Aug 26 21:28:18.355 INFO E| Compiling log v0.4.27
103212025-08-26T21:28:18.372Z[ recovery-image] Aug 26 21:28:18.355 INFO E| Compiling bit_field v0.10.2
103222025-08-26T21:28:18.372Z[ recovery-image] Aug 26 21:28:18.355 INFO E| Compiling scroll v0.13.0
103232025-08-26T21:28:18.673Z[ recovery-image] Aug 26 21:28:18.682 INFO E| Compiling raw-cpuid v10.7.0
103242025-08-26T21:28:18.803Z[ recovery-image] Aug 26 21:28:18.813 INFO E| Compiling miniz_oxide v0.8.9
103252025-08-26T21:28:18.917Z[ recovery-image] Aug 26 21:28:18.927 INFO E| Compiling cpio_reader v0.1.2
103262025-08-26T21:28:19.419Z[ recovery-image] Aug 26 21:28:19.429 INFO E| Compiling goblin v0.10.0
103272025-08-26T21:28:19.736Z[ recovery-image] Aug 26 21:28:19.746 INFO E| Compiling bitstruct v0.1.1
103282025-08-26T21:28:19.819Z[ recovery-image] Aug 26 21:28:19.828 INFO E| Compiling static_assertions v1.1.0
103292025-08-26T21:28:28.590Z[ host-image] Aug 26 21:28:28.599 INFO O| Aug 26 21:28:28.599 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
103302025-08-26T21:28:28.590Z[ host-image] Aug 26 21:28:28.599 INFO O| Aug 26 21:28:28.599 INFO E| svccfg: Loaded 79 smf(7) service descriptions
103312025-08-26T21:28:28.615Z[ host-image] Aug 26 21:28:28.620 INFO O| Aug 26 21:28:28.620 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"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", "SVCCFG_CHECKHASH": "1"}
103322025-08-26T21:28:28.841Z[ host-image] Aug 26 21:28:28.851 INFO O| Aug 26 21:28:28.851 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
103332025-08-26T21:28:29.031Z[ host-image] Aug 26 21:28:29.041 INFO O| Aug 26 21:28:29.041 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"}
103342025-08-26T21:28:29.246Z[ host-image] Aug 26 21:28:29.256 INFO O| Aug 26 21:28:29.256 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
103352025-08-26T21:28:29.272Z[ host-image] Aug 26 21:28:29.256 INFO O| Aug 26 21:28:29.256 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
103362025-08-26T21:28:29.272Z[ host-image] Aug 26 21:28:29.260 INFO O| Aug 26 21:28:29.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
103372025-08-26T21:28:29.272Z[ host-image] Aug 26 21:28:29.260 INFO O| Aug 26 21:28:29.260 INFO ok!
103382025-08-26T21:28:29.272Z[ host-image] Aug 26 21:28:29.261 INFO O| Aug 26 21:28:29.260 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
103392025-08-26T21:28:29.272Z[ host-image] Aug 26 21:28:29.261 INFO O| Aug 26 21:28:29.261 INFO STEP 173 (seed_smf) COMPLETE
103402025-08-26T21:28:29.272Z[ host-image] Aug 26 21:28:29.261 INFO O| Aug 26 21:28:29.261 INFO steps complete; finalising image!
103412025-08-26T21:28:29.272Z[ host-image] Aug 26 21:28:29.261 INFO O| Aug 26 21:28:29.261 INFO TRIM POOL: TEMPORARY-sled-zfs
103422025-08-26T21:28:29.462Z[ host-image] Aug 26 21:28:29.470 INFO O| Aug 26 21:28:29.470 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Tue Aug 26 21:28:29 2025)
103432025-08-26T21:28:29.670Z[ host-image] Aug 26 21:28:29.680 INFO O| Aug 26 21:28:29.679 INFO trim TEMPORARY-sled-zfs: (35% trimmed, started at Tue Aug 26 21:28:29 2025)
103442025-08-26T21:28:29.881Z[ host-image] Aug 26 21:28:29.891 INFO O| Aug 26 21:28:29.891 INFO trim TEMPORARY-sled-zfs: (65% trimmed, started at Tue Aug 26 21:28:29 2025)
103452025-08-26T21:28:30.116Z[ host-image] Aug 26 21:28:30.125 INFO O| Aug 26 21:28:30.125 INFO temporary pool has 756M used, 76.4M avail, 1.80x compressratio
103462025-08-26T21:28:30.116Z[ host-image] Aug 26 21:28:30.125 INFO O| Aug 26 21:28:30.125 INFO EXPORT POOL: TEMPORARY-sled-zfs
103472025-08-26T21:28:30.318Z[ recovery-image] Aug 26 21:28:30.328 INFO E| Finished `release` profile [optimized] target(s) in 1m 23s
103482025-08-26T21:28:30.399Z[ recovery-image] Aug 26 21:28:30.410 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103492025-08-26T21:28:30.531Z[ recovery-image] Aug 26 21:28:30.541 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')"
103502025-08-26T21:28:30.531Z[ recovery-image] Aug 26 21:28:30.541 INFO building ROM for cosmo
103512025-08-26T21:28:30.556Z[ recovery-image] Aug 26 21:28:30.541 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")
103522025-08-26T21:28:31.017Z[ host-image] Aug 26 21:28:31.026 INFO O| Aug 26 21:28:31.026 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
103532025-08-26T21:28:31.017Z[ host-image] Aug 26 21:28:31.027 INFO O| Aug 26 21:28:31.026 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
103542025-08-26T21:28:31.389Z[ recovery-image] Aug 26 21:28:31.399 INFO E| Downloading crates ...
103552025-08-26T21:28:31.870Z[ recovery-image] Aug 26 21:28:31.880 INFO E| Downloaded anstyle-parse v0.2.6
103562025-08-26T21:28:31.896Z[ recovery-image] Aug 26 21:28:31.889 INFO E| Downloaded anstyle-query v1.1.2
103572025-08-26T21:28:31.896Z[ recovery-image] Aug 26 21:28:31.891 INFO E| Downloaded clap_derive v4.5.32
103582025-08-26T21:28:31.896Z[ recovery-image] Aug 26 21:28:31.895 INFO E| Downloaded anstyle v1.0.10
103592025-08-26T21:28:31.896Z[ recovery-image] Aug 26 21:28:31.898 INFO E| Downloaded toml_write v0.1.1
103602025-08-26T21:28:31.896Z[ recovery-image] Aug 26 21:28:31.900 INFO E| Downloaded serde_spanned v0.6.8
103612025-08-26T21:28:31.896Z[ recovery-image] Aug 26 21:28:31.902 INFO E| Downloaded shared_child v1.0.1
103622025-08-26T21:28:31.896Z[ recovery-image] Aug 26 21:28:31.904 INFO E| Downloaded toml v0.8.22
103632025-08-26T21:28:31.982Z[ recovery-image] Aug 26 21:28:31.992 INFO E| Downloaded duct v0.13.7
103642025-08-26T21:28:32.008Z[ recovery-image] Aug 26 21:28:31.995 INFO E| Downloaded toml_edit v0.22.26
103652025-08-26T21:28:32.042Z[ recovery-image] Aug 26 21:28:32.052 INFO E| Downloaded clap v4.5.37
103662025-08-26T21:28:32.067Z[ recovery-image] Aug 26 21:28:32.065 INFO E| Downloaded os_pipe v1.2.1
103672025-08-26T21:28:32.067Z[ recovery-image] Aug 26 21:28:32.067 INFO E| Downloaded toml_datetime v0.6.9
103682025-08-26T21:28:32.068Z[ recovery-image] Aug 26 21:28:32.069 INFO E| Downloaded cc v1.2.20
103692025-08-26T21:28:32.068Z[ recovery-image] Aug 26 21:28:32.074 INFO E| Downloaded colorchoice v1.0.3
103702025-08-26T21:28:32.068Z[ recovery-image] Aug 26 21:28:32.076 INFO E| Downloaded winnow v0.7.7
103712025-08-26T21:28:32.094Z[ recovery-image] Aug 26 21:28:32.089 INFO E| Downloaded clap_builder v4.5.37
103722025-08-26T21:28:32.473Z[ recovery-image] Aug 26 21:28:32.483 INFO E| Compiling syn v2.0.101
103732025-08-26T21:28:32.603Z[ recovery-image] Aug 26 21:28:32.613 INFO E| Compiling libc v0.2.172
103742025-08-26T21:28:32.628Z[ recovery-image] Aug 26 21:28:32.614 INFO E| Compiling utf8parse v0.2.2
103752025-08-26T21:28:32.628Z[ recovery-image] Aug 26 21:28:32.614 INFO E| Compiling colorchoice v1.0.3
103762025-08-26T21:28:32.628Z[ recovery-image] Aug 26 21:28:32.615 INFO E| Compiling hashbrown v0.15.2
103772025-08-26T21:28:32.629Z[ recovery-image] Aug 26 21:28:32.615 INFO E| Compiling shlex v1.3.0
103782025-08-26T21:28:32.629Z[ recovery-image] Aug 26 21:28:32.615 INFO E| Compiling is_terminal_polyfill v1.70.1
103792025-08-26T21:28:32.629Z[ recovery-image] Aug 26 21:28:32.615 INFO E| Compiling equivalent v1.0.2
103802025-08-26T21:28:32.965Z[ host-image] Aug 26 21:28:32.975 INFO O| Aug 26 21:28:32.975 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
103812025-08-26T21:28:32.965Z[ host-image] Aug 26 21:28:32.975 INFO O| Aug 26 21:28:32.975 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
103822025-08-26T21:28:32.990Z[ host-image] Aug 26 21:28:32.975 INFO O| Aug 26 21:28:32.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
103832025-08-26T21:28:32.990Z[ host-image] Aug 26 21:28:32.975 INFO O| Aug 26 21:28:32.975 INFO completed processing sled/zfs
103842025-08-26T21:28:32.990Z[ host-image] Aug 26 21:28:32.975 INFO O| Aug 26 21:28:32.975 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
103852025-08-26T21:28:33.335Z[ recovery-image] Aug 26 21:28:33.345 INFO E| Compiling anstyle-parse v0.2.6
103862025-08-26T21:28:33.525Z[ recovery-image] Aug 26 21:28:33.535 INFO E| Compiling anstyle v1.0.10
103872025-08-26T21:28:33.791Z[ host-image] Aug 26 21:28:33.773 INFO O| Aug 26 21:28:33.773 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
103882025-08-26T21:28:33.818Z[ recovery-image] Aug 26 21:28:33.792 INFO E| Compiling once_cell v1.21.3
103892025-08-26T21:28:33.818Z[ recovery-image] Aug 26 21:28:33.818 INFO E| Compiling anstyle-query v1.1.2
103902025-08-26T21:28:33.978Z[ host-image] Aug 26 21:28:33.988 INFO BUILD STRING "heads/stlouis-0-g34a947f851\n"
103912025-08-26T21:28:33.978Z[ host-image] Aug 26 21:28:33.988 INFO expanded image name: "ci 823d0d5/${os_short_commit} 2025-08-26 20:34" -> "ci 823d0d5/34a947f 2025-08-26 20:34"
103922025-08-26T21:28:34.003Z[ host-image] Aug 26 21:28:33.988 INFO output artefacts stored in: "/work/os-host"
103932025-08-26T21:28:34.004Z[ host-image] Aug 26 21:28:33.988 INFO collecting git info from project "phbl"...
103942025-08-26T21:28:34.004Z[ host-image] Aug 26 21:28:33.999 INFO collecting git info from project "pilot"...
103952025-08-26T21:28:34.004Z[ recovery-image] Aug 26 21:28:34.010 INFO E| Compiling cc v1.2.20
103962025-08-26T21:28:34.004Z[ host-image] Aug 26 21:28:34.011 INFO collecting git info from project "bootserver"...
103972025-08-26T21:28:34.029Z[ host-image] Aug 26 21:28:34.020 INFO collecting git info from project "image-builder"...
103982025-08-26T21:28:34.029Z[ host-image] Aug 26 21:28:34.029 INFO collecting git info from project "pinprick"...
103992025-08-26T21:28:34.029Z[ host-image] Aug 26 21:28:34.038 INFO collecting git info from project "chelsio-t6-roms"...
104002025-08-26T21:28:34.066Z[ host-image] Aug 26 21:28:34.076 INFO collecting git info from project "amd-firmware"...
104012025-08-26T21:28:34.177Z[ host-image] Aug 26 21:28:34.183 INFO collecting git info from project "amd-host-image-builder"...
104022025-08-26T21:28:34.245Z[ host-image] Aug 26 21:28:34.255 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
104032025-08-26T21:28:34.300Z[ recovery-image] Aug 26 21:28:34.310 INFO E| Compiling anstream v0.6.18
104042025-08-26T21:28:34.481Z[ recovery-image] Aug 26 21:28:34.492 INFO E| Compiling toml_write v0.1.1
104052025-08-26T21:28:34.826Z[ recovery-image] Aug 26 21:28:34.837 INFO E| Compiling winnow v0.7.7
104062025-08-26T21:28:34.851Z[ recovery-image] Aug 26 21:28:34.846 INFO E| Compiling clap_lex v0.7.4
104072025-08-26T21:28:35.174Z[ recovery-image] Aug 26 21:28:35.184 INFO E| Compiling strsim v0.11.1
104082025-08-26T21:28:35.959Z[ recovery-image] Aug 26 21:28:35.970 INFO E| Compiling indexmap v2.9.0
104092025-08-26T21:28:35.985Z[ host-image] Aug 26 21:28:35.981 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
104102025-08-26T21:28:35.985Z[ recovery-image] Aug 26 21:28:35.988 INFO E| Compiling anyhow v1.0.98
104112025-08-26T21:28:36.246Z[ recovery-image] Aug 26 21:28:36.256 INFO E| Compiling os_pipe v1.2.1
104122025-08-26T21:28:36.511Z[ recovery-image] Aug 26 21:28:36.521 INFO E| Compiling shared_child v1.0.1
104132025-08-26T21:28:36.824Z[ recovery-image] Aug 26 21:28:36.835 INFO E| Compiling clap_builder v4.5.37
104142025-08-26T21:28:36.966Z[ recovery-image] Aug 26 21:28:36.976 INFO E| Compiling duct v0.13.7
104152025-08-26T21:28:37.268Z[ host-image] Aug 26 21:28:37.278 INFO creating Oxide boot image...
104162025-08-26T21:28:37.268Z[ host-image] Aug 26 21:28:37.278 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 823d0d5/34a947f 2025-08-26 20:34", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
104172025-08-26T21:28:39.679Z[ recovery-image] Aug 26 21:28:39.689 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
104182025-08-26T21:28:39.800Z[ host-image] Aug 26 21:28:39.810 INFO O| ok, image written!
104192025-08-26T21:28:39.800Z[ host-image] Aug 26 21:28:39.810 INFO O| ok, boot_image_csum file written!
104202025-08-26T21:28:39.825Z[ host-image] Aug 26 21:28:39.815 INFO creating boot archive (CPIO)...
104212025-08-26T21:28:39.825Z[ host-image] Aug 26 21:28:39.816 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
104222025-08-26T21:28:39.825Z[ host-image] Aug 26 21:28:39.827 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
104232025-08-26T21:28:39.825Z[ host-image] Aug 26 21:28:39.827 INFO E| + outfile=/work/os-host/cpio
104242025-08-26T21:28:39.825Z[ host-image] Aug 26 21:28:39.827 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
104252025-08-26T21:28:39.825Z[ host-image] Aug 26 21:28:39.830 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
104262025-08-26T21:28:39.825Z[ host-image] Aug 26 21:28:39.830 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
104272025-08-26T21:28:39.900Z[ host-image] Aug 26 21:28:39.910 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
104282025-08-26T21:28:39.900Z[ host-image] Aug 26 21:28:39.911 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
104292025-08-26T21:28:39.926Z[ host-image] Aug 26 21:28:39.926 INFO creating compressed cpio/unix for dev loaders...
104302025-08-26T21:28:39.926Z[ host-image] Aug 26 21:28:39.927 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
104312025-08-26T21:28:40.632Z[ host-image] Aug 26 21:28:40.642 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
104322025-08-26T21:28:45.606Z[ recovery-image] Aug 26 21:28:45.616 INFO E| Compiling serde_derive v1.0.219
104332025-08-26T21:28:45.606Z[ recovery-image] Aug 26 21:28:45.616 INFO E| Compiling clap_derive v4.5.32
104342025-08-26T21:28:49.956Z[ host-image] Aug 26 21:28:49.967 INFO creating reset image...
104352025-08-26T21:28:49.956Z[ host-image] Aug 26 21:28:49.967 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
104362025-08-26T21:28:50.097Z[ host-image] Aug 26 21:28:50.108 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-07-22-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
104372025-08-26T21:28:50.097Z[ host-image] Aug 26 21:28:50.108 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")
104382025-08-26T21:28:50.378Z[ host-image] Aug 26 21:28:50.389 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
104392025-08-26T21:28:50.404Z[ host-image] Aug 26 21:28:50.392 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
104402025-08-26T21:28:51.380Z[ host-image] Aug 26 21:28:51.391 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
104412025-08-26T21:28:51.405Z[ host-image] Aug 26 21:28:51.391 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
104422025-08-26T21:28:51.405Z[ host-image] Aug 26 21:28:51.391 INFO E| Compiling proc-macro2 v1.0.95
104432025-08-26T21:28:51.405Z[ host-image] Aug 26 21:28:51.391 INFO E| Compiling unicode-ident v1.0.18
104442025-08-26T21:28:51.406Z[ host-image] Aug 26 21:28:51.391 INFO E| Compiling syn v1.0.109
104452025-08-26T21:28:51.406Z[ host-image] Aug 26 21:28:51.391 INFO E| Compiling x86 v0.52.0
104462025-08-26T21:28:51.406Z[ host-image] Aug 26 21:28:51.391 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
104472025-08-26T21:28:51.406Z[ host-image] Aug 26 21:28:51.391 INFO E| Compiling seq-macro v0.3.6
104482025-08-26T21:28:52.540Z[ recovery-image] Aug 26 21:28:52.528 INFO E| Compiling clap v4.5.37
104492025-08-26T21:28:55.654Z[ recovery-image] Aug 26 21:28:55.638 INFO E| Compiling serde v1.0.219
104502025-08-26T21:28:55.680Z[ host-image] Aug 26 21:28:55.669 INFO E| Compiling quote v1.0.40
104512025-08-26T21:28:56.234Z[ host-image] Aug 26 21:28:56.244 INFO E| Compiling syn v2.0.104
104522025-08-26T21:29:00.937Z[ host-image] Aug 26 21:29:00.948 INFO E| Compiling scroll_derive v0.13.0
104532025-08-26T21:29:01.480Z[ recovery-image] Aug 26 21:29:01.490 INFO E| Compiling serde_spanned v0.6.8
104542025-08-26T21:29:01.480Z[ recovery-image] Aug 26 21:29:01.490 INFO E| Compiling toml_datetime v0.6.9
104552025-08-26T21:29:01.837Z[ recovery-image] Aug 26 21:29:01.848 INFO E| Compiling toml_edit v0.22.26
104562025-08-26T21:29:03.588Z[ host-image] Aug 26 21:29:03.599 INFO E| Compiling bitstruct_derive v0.1.0
104572025-08-26T21:29:05.179Z[ recovery-image] Aug 26 21:29:05.190 INFO E| Compiling toml v0.8.22
104582025-08-26T21:29:09.665Z[ recovery-image] Aug 26 21:29:09.676 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.92s
104592025-08-26T21:29:09.690Z[ recovery-image] Aug 26 21:29:09.697 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`
104602025-08-26T21:29:09.717Z[ recovery-image] Aug 26 21:29:09.728 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
104612025-08-26T21:29:09.976Z[ recovery-image] Aug 26 21:29:09.987 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.24s
104622025-08-26T21:29:10.001Z[ recovery-image] Aug 26 21:29:09.997 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`
104632025-08-26T21:29:10.570Z[ recovery-image] Aug 26 21:29:10.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x00_AmdPubKey_BRH.tkn"
104642025-08-26T21:29:10.570Z[ recovery-image] Aug 26 21:29:10.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x01_PspBl_BRH.esbin"
104652025-08-26T21:29:10.642Z[ recovery-image] Aug 26 21:29:10.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x02_PspOS_BRH.ecsbin"
104662025-08-26T21:29:10.642Z[ recovery-image] Aug 26 21:29:10.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x03_PspRecBl_BRH.esbin"
104672025-08-26T21:29:10.642Z[ recovery-image] Aug 26 21:29:10.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x08_SmuFirmware_breithorn.ecsbin"
104682025-08-26T21:29:10.642Z[ recovery-image] Aug 26 21:29:10.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104692025-08-26T21:29:10.642Z[ recovery-image] Aug 26 21:29:10.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104702025-08-26T21:29:10.642Z[ recovery-image] Aug 26 21:29:10.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x0A_PspAblPubKey_BRH.stkn"
104712025-08-26T21:29:10.642Z[ recovery-image] Aug 26 21:29:10.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x13_SduFw_BRH.ecsbin"
104722025-08-26T21:29:10.642Z[ recovery-image] Aug 26 21:29:10.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x21_PspAmdIkek_BRH.bin"
104732025-08-26T21:29:10.642Z[ recovery-image] Aug 26 21:29:10.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22_SecureEmptyToken.bin"
104742025-08-26T21:29:10.642Z[ recovery-image] Aug 26 21:29:10.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
104752025-08-26T21:29:10.642Z[ recovery-image] Aug 26 21:29:10.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
104762025-08-26T21:29:10.642Z[ recovery-image] Aug 26 21:29:10.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x28_PspSystemDriver_BRH.ecsbin"
104772025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
104782025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
104792025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2D_AblRt.ecsbin"
104802025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
104812025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x42_PhyFw_BRH.ecsbin"
104822025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x44_USB_PHY_BRH.esbin"
104832025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
104842025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
104852025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x50_PspKeyDataBase_BRH.sbin"
104862025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
104872025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x55_SPLTable_BRH.sbin"
104882025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x5DMpioFw_BRH.cesbin"
104892025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x64_RasDriver_BRH.ecsbin"
104902025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
104912025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1A_SevDriver_BRH.ecsbin"
104922025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
104932025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1B_BootDriver_BRH.ecsbin"
104942025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1C_SocDriver_BRH.ecsbin"
104952025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1D_HadDriver_BRH.ecsbin"
104962025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
104972025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x38_PspSevEmptyData.bin"
104982025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x47_DRTMDriver_BRH.ecsbin"
104992025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x67_FHPDriver_BRH.ecsbin"
105002025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x68_SPDMDriver_BRH.ecsbin"
105012025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x69_DPEDriver_BRH.ecsbin"
105022025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x73_PspBl_BRH.ecsbin"
105032025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x76_DfRib_BRH.csbin"
105042025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x8C_MPDMATF_BRH.sbin"
105052025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x91_GmiPhyFw_BRH.esbin"
105062025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x92_Page_BRH.sbin"
105072025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9D_AspSramFwExt_BRH.sbin"
105082025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105092025-08-26T21:29:10.643Z[ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_A0.sbin"
105102025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_A0.sbin"
105112025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_B0.sbin"
105122025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C0.sbin"
105132025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_B0.sbin"
105142025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C1.sbin"
105152025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.587 INFO O| Info: ABL version: 0x1006f010
105162025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.588 INFO O| Info: For sub_program 2: SMU firmware version: 99.123.0
105172025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.588 INFO O| Info: For sub_program 0: SMU firmware version: 94.123.0
105182025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/APOB_NV_BRH.bin"
105192025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105202025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105212025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105222025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105232025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105242025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105252025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105262025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105272025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105282025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105292025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105302025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105312025-08-26T21:29:10.644Z[ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105322025-08-26T21:29:10.645Z[ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105332025-08-26T21:29:10.645Z[ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105342025-08-26T21:29:10.645Z[ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105352025-08-26T21:29:10.645Z[ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105362025-08-26T21:29:10.645Z[ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105372025-08-26T21:29:10.645Z[ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105382025-08-26T21:29:10.671Z[ recovery-image] Aug 26 21:29:10.666 INFO building ROM for gimlet
105392025-08-26T21:29:10.671Z[ recovery-image] Aug 26 21:29:10.666 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")
105402025-08-26T21:29:10.883Z[ recovery-image] Aug 26 21:29:10.894 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
105412025-08-26T21:29:10.909Z[ recovery-image] Aug 26 21:29:10.904 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`
105422025-08-26T21:29:10.934Z[ recovery-image] Aug 26 21:29:10.938 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
105432025-08-26T21:29:11.068Z[ recovery-image] Aug 26 21:29:11.080 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
105442025-08-26T21:29:11.094Z[ recovery-image] Aug 26 21:29:11.086 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`
105452025-08-26T21:29:11.225Z[verify-libraries] Finished `release` profile [optimized] target(s) in 22m 51s
105462025-08-26T21:29:11.388Z[ recovery-image] Aug 26 21:29:11.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
105472025-08-26T21:29:11.388Z[ recovery-image] Aug 26 21:29:11.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
105482025-08-26T21:29:11.388Z[ recovery-image] Aug 26 21:29:11.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
105492025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
105502025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
105512025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
105522025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
105532025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
105542025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
105552025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
105562025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
105572025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
105582025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
105592025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
105602025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
105612025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.402 INFO O| Info: ABL version: 0x100a5010
105622025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.402 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
105632025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105642025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105652025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105662025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105672025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105682025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105692025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105702025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105712025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105722025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105732025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105742025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105752025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105762025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105772025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105782025-08-26T21:29:11.414Z[ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105792025-08-26T21:29:11.415Z[ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105802025-08-26T21:29:11.415Z[ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105812025-08-26T21:29:11.472Z[ recovery-image] Aug 26 21:29:11.483 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
105822025-08-26T21:29:11.776ZAug 26 21:29:11.788 INFO [verify-libraries] process exited with exit status: 0 (1380.358695693s)
105832025-08-26T21:29:16.890Z[ recovery-image] Aug 26 21:29:16.902 INFO image complete! materials are in "/work/os-recovery"
105842025-08-26T21:29:16.916Z[ recovery-image]
105852025-08-26T21:29:16.916Z[ recovery-image] real 23:04.407549272
105862025-08-26T21:29:16.916Z[ recovery-image] user 15:01.644835860
105872025-08-26T21:29:16.916Z[ recovery-image] sys 1:53.319624088
105882025-08-26T21:29:16.916Z[ recovery-image] trap 0.993966452
105892025-08-26T21:29:16.916Z[ recovery-image] tflt 0.844701550
105902025-08-26T21:29:16.916Z[ recovery-image] dflt 2.711150210
105912025-08-26T21:29:16.916Z[ recovery-image] kflt 0.037162427
105922025-08-26T21:29:16.916Z[ recovery-image] lock 48:02.382176260
105932025-08-26T21:29:16.916Z[ recovery-image] slp 2:20:27.485068699
105942025-08-26T21:29:16.916Z[ recovery-image] lat 7:28.274951236
105952025-08-26T21:29:16.916Z[ recovery-image] stop 11.038294783
105962025-08-26T21:29:16.916ZAug 26 21:29:16.910 INFO [recovery-image] process exited with exit status: 0 (1384.433109964s)
105972025-08-26T21:29:27.990Z[ host-image] Aug 26 21:29:28.000 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
105982025-08-26T21:29:32.838Z[ host-image] Aug 26 21:29:32.850 INFO E| Compiling bitflags v1.3.2
105992025-08-26T21:29:32.863Z[ host-image] Aug 26 21:29:32.850 INFO E| Compiling bitflags v2.9.1
106002025-08-26T21:29:32.863Z[ host-image] Aug 26 21:29:32.850 INFO E| Compiling bit_field v0.10.2
106012025-08-26T21:29:32.863Z[ host-image] Aug 26 21:29:32.850 INFO E| Compiling plain v0.2.3
106022025-08-26T21:29:32.863Z[ host-image] Aug 26 21:29:32.851 INFO E| Compiling scroll v0.13.0
106032025-08-26T21:29:32.863Z[ host-image] Aug 26 21:29:32.851 INFO E| Compiling adler2 v2.0.1
106042025-08-26T21:29:32.863Z[ host-image] Aug 26 21:29:32.851 INFO E| Compiling log v0.4.27
106052025-08-26T21:29:32.999Z[ host-image] Aug 26 21:29:33.011 INFO E| Compiling raw-cpuid v10.7.0
106062025-08-26T21:29:33.121Z[ host-image] Aug 26 21:29:33.133 INFO E| Compiling miniz_oxide v0.8.9
106072025-08-26T21:29:33.150Z[ host-image] Aug 26 21:29:33.162 INFO E| Compiling static_assertions v1.1.0
106082025-08-26T21:29:33.175Z[ host-image] Aug 26 21:29:33.169 INFO E| Compiling bitstruct v0.1.1
106092025-08-26T21:29:33.296Z[ host-image] Aug 26 21:29:33.308 INFO E| Compiling cpio_reader v0.1.2
106102025-08-26T21:29:33.395Z[ host-image] Aug 26 21:29:33.407 INFO E| Compiling goblin v0.10.0
106112025-08-26T21:29:40.525Z[ host-image] Aug 26 21:29:40.537 INFO E| Finished `release` profile [optimized] target(s) in 50.12s
106122025-08-26T21:29:40.551Z[ host-image] Aug 26 21:29:40.557 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106132025-08-26T21:29:40.644Z[ host-image] Aug 26 21:29:40.655 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')"
106142025-08-26T21:29:40.670Z[ host-image] Aug 26 21:29:40.655 INFO building ROM for gimlet
106152025-08-26T21:29:40.670Z[ host-image] Aug 26 21:29:40.655 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")
106162025-08-26T21:29:40.840Z[ host-image] Aug 26 21:29:40.852 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
106172025-08-26T21:29:40.865Z[ host-image] Aug 26 21:29:40.857 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`
106182025-08-26T21:29:40.865Z[ host-image] Aug 26 21:29:40.873 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
106192025-08-26T21:29:40.991Z[ host-image] Aug 26 21:29:41.003 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
106202025-08-26T21:29:41.017Z[ host-image] Aug 26 21:29:41.010 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`
106212025-08-26T21:29:41.253Z[ host-image] Aug 26 21:29:41.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
106222025-08-26T21:29:41.253Z[ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
106232025-08-26T21:29:41.253Z[ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
106242025-08-26T21:29:41.279Z[ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
106252025-08-26T21:29:41.279Z[ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
106262025-08-26T21:29:41.279Z[ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
106272025-08-26T21:29:41.279Z[ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
106282025-08-26T21:29:41.280Z[ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
106292025-08-26T21:29:41.280Z[ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
106302025-08-26T21:29:41.280Z[ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
106312025-08-26T21:29:41.280Z[ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
106322025-08-26T21:29:41.280Z[ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
106332025-08-26T21:29:41.280Z[ host-image] Aug 26 21:29:41.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
106342025-08-26T21:29:41.280Z[ host-image] Aug 26 21:29:41.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
106352025-08-26T21:29:41.280Z[ host-image] Aug 26 21:29:41.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
106362025-08-26T21:29:41.280Z[ host-image] Aug 26 21:29:41.265 INFO O| Info: ABL version: 0x100a5010
106372025-08-26T21:29:41.280Z[ host-image] Aug 26 21:29:41.265 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
106382025-08-26T21:29:41.280Z[ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106392025-08-26T21:29:41.280Z[ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106402025-08-26T21:29:41.280Z[ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106412025-08-26T21:29:41.280Z[ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106422025-08-26T21:29:41.280Z[ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106432025-08-26T21:29:41.280Z[ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106442025-08-26T21:29:41.280Z[ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106452025-08-26T21:29:41.281Z[ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106462025-08-26T21:29:41.281Z[ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106472025-08-26T21:29:41.281Z[ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106482025-08-26T21:29:41.281Z[ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106492025-08-26T21:29:41.281Z[ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106502025-08-26T21:29:41.281Z[ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106512025-08-26T21:29:41.281Z[ host-image] Aug 26 21:29:41.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106522025-08-26T21:29:41.281Z[ host-image] Aug 26 21:29:41.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106532025-08-26T21:29:41.281Z[ host-image] Aug 26 21:29:41.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106542025-08-26T21:29:41.281Z[ host-image] Aug 26 21:29:41.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106552025-08-26T21:29:41.281Z[ host-image] Aug 26 21:29:41.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106562025-08-26T21:29:41.312Z[ host-image] Aug 26 21:29:41.324 INFO building ROM for cosmo
106572025-08-26T21:29:41.312Z[ host-image] Aug 26 21:29:41.324 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")
106582025-08-26T21:29:41.562Z[ host-image] Aug 26 21:29:41.575 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
106592025-08-26T21:29:41.588Z[ host-image] Aug 26 21:29:41.580 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`
106602025-08-26T21:29:41.588Z[ host-image] Aug 26 21:29:41.597 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
106612025-08-26T21:29:41.732Z[ host-image] Aug 26 21:29:41.740 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
106622025-08-26T21:29:41.757Z[ host-image] Aug 26 21:29:41.747 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`
106632025-08-26T21:29:42.197Z[ host-image] Aug 26 21:29:42.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x00_AmdPubKey_BRH.tkn"
106642025-08-26T21:29:42.198Z[ host-image] Aug 26 21:29:42.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x01_PspBl_BRH.esbin"
106652025-08-26T21:29:42.198Z[ host-image] Aug 26 21:29:42.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x02_PspOS_BRH.ecsbin"
106662025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x03_PspRecBl_BRH.esbin"
106672025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106682025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106692025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106702025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x0A_PspAblPubKey_BRH.stkn"
106712025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x13_SduFw_BRH.ecsbin"
106722025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x21_PspAmdIkek_BRH.bin"
106732025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22_SecureEmptyToken.bin"
106742025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106752025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106762025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106772025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106782025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106792025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2D_AblRt.ecsbin"
106802025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106812025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x42_PhyFw_BRH.ecsbin"
106822025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x44_USB_PHY_BRH.esbin"
106832025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106842025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106852025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x50_PspKeyDataBase_BRH.sbin"
106862025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106872025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x55_SPLTable_BRH.sbin"
106882025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x5DMpioFw_BRH.cesbin"
106892025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x64_RasDriver_BRH.ecsbin"
106902025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106912025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1A_SevDriver_BRH.ecsbin"
106922025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106932025-08-26T21:29:42.224Z[ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1B_BootDriver_BRH.ecsbin"
106942025-08-26T21:29:42.225Z[ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1C_SocDriver_BRH.ecsbin"
106952025-08-26T21:29:42.225Z[ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1D_HadDriver_BRH.ecsbin"
106962025-08-26T21:29:42.225Z[ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106972025-08-26T21:29:42.225Z[ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x38_PspSevEmptyData.bin"
106982025-08-26T21:29:42.225Z[ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x47_DRTMDriver_BRH.ecsbin"
106992025-08-26T21:29:42.225Z[ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x67_FHPDriver_BRH.ecsbin"
107002025-08-26T21:29:42.225Z[ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x68_SPDMDriver_BRH.ecsbin"
107012025-08-26T21:29:42.225Z[ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x69_DPEDriver_BRH.ecsbin"
107022025-08-26T21:29:42.225Z[ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x73_PspBl_BRH.ecsbin"
107032025-08-26T21:29:42.225Z[ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x76_DfRib_BRH.csbin"
107042025-08-26T21:29:42.225Z[ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x8C_MPDMATF_BRH.sbin"
107052025-08-26T21:29:42.225Z[ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x91_GmiPhyFw_BRH.esbin"
107062025-08-26T21:29:42.225Z[ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x92_Page_BRH.sbin"
107072025-08-26T21:29:42.225Z[ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9D_AspSramFwExt_BRH.sbin"
107082025-08-26T21:29:42.225Z[ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107092025-08-26T21:29:42.225Z[ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_A0.sbin"
107102025-08-26T21:29:42.225Z[ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_A0.sbin"
107112025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_B0.sbin"
107122025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C0.sbin"
107132025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_B0.sbin"
107142025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C1.sbin"
107152025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.214 INFO O| Info: ABL version: 0x1006f010
107162025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.214 INFO O| Info: For sub_program 0: SMU firmware version: 94.123.0
107172025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.214 INFO O| Info: For sub_program 2: SMU firmware version: 99.123.0
107182025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/APOB_NV_BRH.bin"
107192025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107202025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107212025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107222025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107232025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107242025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107252025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107262025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107272025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107282025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107292025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107302025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107312025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107322025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107332025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107342025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107352025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107362025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107372025-08-26T21:29:42.226Z[ host-image] Aug 26 21:29:42.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107382025-08-26T21:29:42.264Z[ host-image] Aug 26 21:29:42.277 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107392025-08-26T21:30:11.983Z[ host-image] Aug 26 21:30:11.995 INFO image complete! materials are in "/work/os-host"
107402025-08-26T21:30:12.009Z[ host-image]
107412025-08-26T21:30:12.009Z[ host-image] real 24:55.184399880
107422025-08-26T21:30:12.009Z[ host-image] user 15:52.044653151
107432025-08-26T21:30:12.009Z[ host-image] sys 1:52.659574698
107442025-08-26T21:30:12.009Z[ host-image] trap 0.906215035
107452025-08-26T21:30:12.009Z[ host-image] tflt 0.196303461
107462025-08-26T21:30:12.009Z[ host-image] dflt 0.337295880
107472025-08-26T21:30:12.009Z[ host-image] kflt 0.124663495
107482025-08-26T21:30:12.009Z[ host-image] lock 9:49.859571450
107492025-08-26T21:30:12.009Z[ host-image] slp 2:24:52.719929995
107502025-08-26T21:30:12.009Z[ host-image] lat 5:08.000716896
107512025-08-26T21:30:12.009Z[ host-image] stop 4.824384556
107522025-08-26T21:30:12.009ZAug 26 21:30:12.002 INFO [host-image] process exited with exit status: 0 (1495.194900088s)
107532025-08-26T21:30:12.009ZAug 26 21:30:12.002 INFO [tuf-repo] running task
107542025-08-26T21:30:43.728ZAug 26 21:30:43.742 INFO assembling repository in `/tmp/tufaceousGe4btK`, component: OmicronRepoAssembler
107552025-08-26T21:30:56.058ZAug 26 21:30:53.353 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107562025-08-26T21:30:56.086ZAug 26 21:30:54.268 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107572025-08-26T21:31:33.026ZAug 26 21:31:33.042 INFO extracting uploaded archive to /tmp/.tmpRvgLpS
107582025-08-26T21:31:37.205ZAug 26 21:31:37.221 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.lriaH8
107592025-08-26T21:31:37.323ZAug 26 21:31:37.338 INFO added artifact, length: 6152623, hash: 1bcbc8d55d0da4fff9b503713178671ab2321fe0d20435300b65e41f4cc081d2, version: 1.0.45, kind: gimlet_sp, name: cosmo-a
107602025-08-26T21:31:37.556ZAug 26 21:31:37.571 INFO added artifact, length: 5288986, hash: 2e6f9599062f56dec56ec9bca2c09e41ee52847f4aa71b8555e03224dfb60c37, version: 1.0.45, kind: gimlet_sp, name: gimlet-b
107612025-08-26T21:31:37.774ZAug 26 21:31:37.790 INFO added artifact, length: 5289310, hash: 3c77a2bd46724fdbb4a70d2dca461dc3011454e424903a23e1fda7ae0557dbcd, version: 1.0.45, kind: gimlet_sp, name: gimlet-c
107622025-08-26T21:31:37.982ZAug 26 21:31:37.998 INFO added artifact, length: 5299591, hash: 22ed59cd3d60b770a12d3f9bceb7e9b7ee10da73c34e87f1c9cd5960207bd2c1, version: 1.0.45, kind: gimlet_sp, name: gimlet-d
107632025-08-26T21:31:38.196ZAug 26 21:31:38.211 INFO added artifact, length: 5299356, hash: 237437e23dca61971e205cbd97e2b775ecebb6feb7c99a178989401b6c0d045c, version: 1.0.45, kind: gimlet_sp, name: gimlet-e
107642025-08-26T21:31:38.410ZAug 26 21:31:38.425 INFO added artifact, length: 5299719, hash: 5fdd482fb845b0b513cffe01bb38cf25048b456a1f22902108baccea2964c981, version: 1.0.45, kind: gimlet_sp, name: gimlet-f
107652025-08-26T21:31:38.664ZAug 26 21:31:38.680 INFO added artifact, length: 1598190, hash: ae0581235f9b3b6bf0f5980455c24425ac4a5aeb8ff9eaca80c0e17f72b5e7bf, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
107662025-08-26T21:31:38.665ZAug 26 21:31:38.680 INFO added artifact, length: 1597980, hash: fcb5770aed74933236cdd8478d96055b93d31faa9c601834eca4b8162c5243bc, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
107672025-08-26T21:31:38.827ZAug 26 21:31:38.842 INFO added artifact, length: 1661760, hash: d2c1ea13b10bab4a8aeda937f7e4be9972284299d81a1feb8697c87f0d524035, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
107682025-08-26T21:31:38.827ZAug 26 21:31:38.842 INFO added artifact, length: 1661639, hash: 4953ef818ba59956b2f92d60e9843704b85249b24a09afcff028fa9d37a772e4, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
107692025-08-26T21:31:38.975ZAug 26 21:31:38.991 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107702025-08-26T21:31:38.976ZAug 26 21:31:38.991 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107712025-08-26T21:31:39.138ZAug 26 21:31:39.153 INFO added artifact, length: 1598023, hash: b98e6e28a26c13db80bddaaf4f7895d223c74e0b74eab6c2581bb1ed37db0103, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
107722025-08-26T21:31:39.138ZAug 26 21:31:39.153 INFO added artifact, length: 1597898, hash: 4d2a122ac664537097b100f51ae9acc7dfd10110f72090fb63986dd5a3543800, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
107732025-08-26T21:31:39.164ZAug 26 21:31:39.155 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
107742025-08-26T21:31:39.165ZAug 26 21:31:39.157 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107752025-08-26T21:31:39.165ZAug 26 21:31:39.158 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
107762025-08-26T21:31:52.782ZAug 26 21:31:52.798 INFO added artifact, length: 33554432, hash: 5821d9137240831a1a648e161f64783b7c00457f7b72528da173a60b4e31ef3d, version: 16.0.0-0.ci+git823d0d5e5b0, kind: host_phase_1, name: host
107772025-08-26T21:31:52.782ZAug 26 21:31:52.798 INFO added artifact, length: 1048580096, hash: da53a2b1c26ba53d4bd6681d837fe1b71f8cf181798745240ff31aefcd3427a7, version: 16.0.0-0.ci+git823d0d5e5b0, kind: host_phase_2, name: host
107782025-08-26T21:31:55.500ZAug 26 21:31:55.516 INFO added artifact, length: 33554432, hash: e81ce0fabbbbc5550f8b3114e4186944965f231ad7f31bf5d1ddce4626111b0b, version: 16.0.0-0.ci+git823d0d5e5b0, kind: trampoline_phase_1, name: trampoline
107792025-08-26T21:31:55.500ZAug 26 21:31:55.517 INFO added artifact, length: 142921027, hash: 6226c06037953f867fb799add64af5ef710f23563a688d96ac8a066ce4cc1ad8, version: 16.0.0-0.ci+git823d0d5e5b0, kind: trampoline_phase_2, name: trampoline
107802025-08-26T21:32:00.859ZAug 26 21:32:00.876 INFO added artifact, length: 306931354, hash: f7942a3e75e1d5d6a53f9b47a875766839a660b808db00369d8f4ab0b170dc9a, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: clickhouse_keeper
107812025-08-26T21:32:06.523ZAug 26 21:32:06.540 INFO added artifact, length: 323628439, hash: 1cb25489af29534077b9a63aa501c5fb79a3d83f6487e2efbbba330467382bff, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: clickhouse_server
107822025-08-26T21:32:14.037ZAug 26 21:32:14.054 INFO added artifact, length: 323628445, hash: 65929bbf129270967645702d082deb51826319a3696cc355c6c2dcbdeb758cb6, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: clickhouse
107832025-08-26T21:32:16.886ZAug 26 21:32:16.904 INFO added artifact, length: 164291251, hash: fbe774ccf572239d7d5e7e409bc03575963d638dca8e7f4b6a452582b79347af, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: cockroachdb
107842025-08-26T21:32:17.563ZAug 26 21:32:17.580 INFO added artifact, length: 39282178, hash: cf81b03ec080b49bc67d510a672a523d1c58d98ec9166404414c436f0943de7e, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: crucible-pantry-zone
107852025-08-26T21:32:18.457ZAug 26 21:32:18.461 INFO added artifact, length: 49320920, hash: a8684bcb53be4c15041c13a2378465d16f2e5f0bfe826efcecfa3effebcbf0ca, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: crucible-zone
107862025-08-26T21:32:19.366ZAug 26 21:32:19.346 INFO added artifact, length: 52307858, hash: c5c4b7f9ab57c9ed95ef5ce0ff541fa3c7bbd7962acb765d0013137764173c1d, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: external-dns
107872025-08-26T21:32:20.326ZAug 26 21:32:20.343 INFO added artifact, length: 52307457, hash: 1b4770f86de28a36bc7db4332f60c0635ecb024e08c558fc51830a5548b100e9, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: internal-dns
107882025-08-26T21:32:23.232ZAug 26 21:32:23.249 INFO added artifact, length: 137779908, hash: efd1f233f0ccf6f65c943a5d2a43ea4a12aec91583d7f19fbe494892cd1e9176, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: nexus
107892025-08-26T21:32:23.831ZAug 26 21:32:23.849 INFO added artifact, length: 34201950, hash: 60c273e7cfd1ceb6daf9be71cbb91fb6f1515eda9f5fb299922f8a0d5b40228b, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: ntp
107902025-08-26T21:32:25.045ZAug 26 21:32:25.062 INFO added artifact, length: 65340651, hash: db106bee2f122cefa365753aaef91371834de5fd74317a6ebf9013f9d1700535, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: oximeter
107912025-08-26T21:32:25.123ZAug 26 21:32:25.140 INFO added artifact, length: 3109590, hash: af67a99018cee17bb0ba823a41c08aab6788cf0078fd208178c86d66dc974bac, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: probe
107922025-08-26T21:32:25.269ZAug 26 21:32:25.286 INFO added artifact, length: 4017765, hash: b72ba6dfbb4bc79b3fd79d81ff955dd42ad09fc9f3c5ddd480abf60705c8efe6, version: 1.0.45, kind: psc_sp, name: psc-b
107932025-08-26T21:32:25.402ZAug 26 21:32:25.420 INFO added artifact, length: 4020290, hash: 43412370991ab61dbcf3f7491deddac3524eb52dd62cdb63b96a241ebce4f1ea, version: 1.0.45, kind: psc_sp, name: psc-c
107942025-08-26T21:32:25.641ZAug 26 21:32:25.659 INFO added artifact, length: 1598236, hash: d21ed8741159b27f30d2ce26703ce5dedbe767965333cea41540ee73872cf82c, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
107952025-08-26T21:32:25.641ZAug 26 21:32:25.659 INFO added artifact, length: 1598033, hash: c611abbf56ae4544b1620c7c0a981b1b5685bac6241de70307bcd1f838bcf404, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
107962025-08-26T21:32:25.913ZAug 26 21:32:25.931 INFO added artifact, length: 1661685, hash: d96c53558fd097fcc927502c3c44b9f8f55d8468d7db3d3d5f733fe8bdd8c2cf, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
107972025-08-26T21:32:25.913ZAug 26 21:32:25.931 INFO added artifact, length: 1661662, hash: cfad3ccee1ab13dea7f676ae880d2d84e39003f4da8b5475f8e28748fa4cba1c, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
107982025-08-26T21:32:26.179ZAug 26 21:32:26.177 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107992025-08-26T21:32:26.179ZAug 26 21:32:26.178 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108002025-08-26T21:32:26.452ZAug 26 21:32:26.468 INFO added artifact, length: 1598115, hash: 085fb6c070d5ae1549c9c8d97f591c6ccd727f2c5bcd7cb7fdb63145855fe0af, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-production-release
108012025-08-26T21:32:26.452ZAug 26 21:32:26.469 INFO added artifact, length: 1597926, hash: ba77aa3b3aa06ec1c79dac477b8adf20c58e8366f947828be540259f5f913eaa, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-production-release
108022025-08-26T21:32:26.478ZAug 26 21:32:26.473 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
108032025-08-26T21:32:26.478ZAug 26 21:32:26.477 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108042025-08-26T21:32:26.478ZAug 26 21:32:26.481 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
108052025-08-26T21:32:26.698ZAug 26 21:32:26.715 INFO added artifact, length: 6855843, hash: 86d546cda5fa0250ab11c2ae30152ac33905412538766407b73ab770ebac557a, version: 1.0.45, kind: switch_sp, name: sidecar-b
108062025-08-26T21:32:27.002ZAug 26 21:32:27.019 INFO added artifact, length: 6872740, hash: f7a13b41f35595042e872f8861400160b243e3a8c4e8f6d4372ba1a057c120b5, version: 1.0.45, kind: switch_sp, name: sidecar-c
108072025-08-26T21:32:27.286ZAug 26 21:32:27.304 INFO added artifact, length: 6872803, hash: 4f15b3d0a121c0e747ec50ae3413d7c5f2ae952df843316560bd0c589e7188ce, version: 1.0.45, kind: switch_sp, name: sidecar-d
108082025-08-26T21:32:27.597ZAug 26 21:32:27.615 INFO added artifact, length: 1598246, hash: ed0a49c26a0835892838e969690431c04efd017a20576ef524dd50e4b533dbb0, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
108092025-08-26T21:32:27.597ZAug 26 21:32:27.615 INFO added artifact, length: 1598102, hash: 83076b32fe50437e0e436bc529811e48e75d515725b3e210e85cc078363c0221, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
108102025-08-26T21:32:27.768ZAug 26 21:32:27.786 INFO added artifact, length: 1661625, hash: 0967279584f6f0b2bc5661fd90e23d0f4546e5e40de25ff4259bc2a0b2263378, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108112025-08-26T21:32:27.768ZAug 26 21:32:27.786 INFO added artifact, length: 1661641, hash: a4e2e0184f9b2b789ca3fd8c2f24466ed79c1eb417ae6f65097b828e73fc6e09, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108122025-08-26T21:32:27.935ZAug 26 21:32:27.953 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108132025-08-26T21:32:27.935ZAug 26 21:32:27.953 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108142025-08-26T21:32:28.099ZAug 26 21:32:28.116 INFO added artifact, length: 1598081, hash: 893dd0679fbc91d73a88991ee93678c70f115b305652ac2d068f3b6d6f0e0254, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-production-release
108152025-08-26T21:32:28.099ZAug 26 21:32:28.117 INFO added artifact, length: 1597886, hash: 8909fddaa87e68e0e581c27bf9e938a6ceee1dd219b14f8eb0c6dbcf05f3b45d, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-production-release
108162025-08-26T21:32:28.125ZAug 26 21:32:28.119 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
108172025-08-26T21:32:28.125ZAug 26 21:32:28.121 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108182025-08-26T21:32:28.125ZAug 26 21:32:28.124 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
108192025-08-26T21:32:28.125ZAug 26 21:32:28.125 INFO added artifact, length: 383, hash: 4dcd1742d552f453b3bdda95c41cc0642d48e8ac02ebd59cfedd9e6d827b342f, version: 16.0.0-0.ci+git823d0d5e5b0, kind: installinator_document, name: installinator_document
108202025-08-26T21:32:29.031ZAug 26 21:32:29.049 INFO extracting uploaded archive to /tmp/.tmpLvm6Kt
108212025-08-26T21:32:33.531ZAug 26 21:32:33.549 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.aKCFmn
108222025-08-26T21:32:33.657ZAug 26 21:32:33.675 INFO added artifact, length: 6152623, hash: 1bcbc8d55d0da4fff9b503713178671ab2321fe0d20435300b65e41f4cc081d2, version: 1.0.45, kind: gimlet_sp, name: cosmo-a
108232025-08-26T21:32:33.891ZAug 26 21:32:33.909 INFO added artifact, length: 5288986, hash: 2e6f9599062f56dec56ec9bca2c09e41ee52847f4aa71b8555e03224dfb60c37, version: 1.0.45, kind: gimlet_sp, name: gimlet-b
108242025-08-26T21:32:34.110ZAug 26 21:32:34.128 INFO added artifact, length: 5289310, hash: 3c77a2bd46724fdbb4a70d2dca461dc3011454e424903a23e1fda7ae0557dbcd, version: 1.0.45, kind: gimlet_sp, name: gimlet-c
108252025-08-26T21:32:34.357ZAug 26 21:32:34.375 INFO added artifact, length: 5299591, hash: 22ed59cd3d60b770a12d3f9bceb7e9b7ee10da73c34e87f1c9cd5960207bd2c1, version: 1.0.45, kind: gimlet_sp, name: gimlet-d
108262025-08-26T21:32:34.592ZAug 26 21:32:34.607 INFO added artifact, length: 5299356, hash: 237437e23dca61971e205cbd97e2b775ecebb6feb7c99a178989401b6c0d045c, version: 1.0.45, kind: gimlet_sp, name: gimlet-e
108272025-08-26T21:32:34.807ZAug 26 21:32:34.824 INFO added artifact, length: 5299719, hash: 5fdd482fb845b0b513cffe01bb38cf25048b456a1f22902108baccea2964c981, version: 1.0.45, kind: gimlet_sp, name: gimlet-f
108282025-08-26T21:32:35.087ZAug 26 21:32:35.095 INFO added artifact, length: 1598190, hash: ae0581235f9b3b6bf0f5980455c24425ac4a5aeb8ff9eaca80c0e17f72b5e7bf, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
108292025-08-26T21:32:35.087ZAug 26 21:32:35.095 INFO added artifact, length: 1597980, hash: fcb5770aed74933236cdd8478d96055b93d31faa9c601834eca4b8162c5243bc, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
108302025-08-26T21:32:35.246ZAug 26 21:32:35.264 INFO added artifact, length: 1661760, hash: d2c1ea13b10bab4a8aeda937f7e4be9972284299d81a1feb8697c87f0d524035, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108312025-08-26T21:32:35.246ZAug 26 21:32:35.264 INFO added artifact, length: 1661639, hash: 4953ef818ba59956b2f92d60e9843704b85249b24a09afcff028fa9d37a772e4, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108322025-08-26T21:32:35.410ZAug 26 21:32:35.428 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108332025-08-26T21:32:35.411ZAug 26 21:32:35.428 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108342025-08-26T21:32:35.575ZAug 26 21:32:35.592 INFO added artifact, length: 1598023, hash: b98e6e28a26c13db80bddaaf4f7895d223c74e0b74eab6c2581bb1ed37db0103, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
108352025-08-26T21:32:35.575ZAug 26 21:32:35.592 INFO added artifact, length: 1597898, hash: 4d2a122ac664537097b100f51ae9acc7dfd10110f72090fb63986dd5a3543800, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
108362025-08-26T21:32:35.602ZAug 26 21:32:35.594 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
108372025-08-26T21:32:35.602ZAug 26 21:32:35.596 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108382025-08-26T21:32:35.602ZAug 26 21:32:35.598 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
108392025-08-26T21:32:50.291ZAug 26 21:32:50.309 INFO added artifact, length: 33554432, hash: 5821d9137240831a1a648e161f64783b7c00457f7b72528da173a60b4e31ef3d, version: 16.0.0-0.ci+git823d0d5e5b0, kind: host_phase_1, name: host
108402025-08-26T21:32:50.291ZAug 26 21:32:50.309 INFO added artifact, length: 1048580096, hash: da53a2b1c26ba53d4bd6681d837fe1b71f8cf181798745240ff31aefcd3427a7, version: 16.0.0-0.ci+git823d0d5e5b0, kind: host_phase_2, name: host
108412025-08-26T21:32:53.124ZAug 26 21:32:53.142 INFO added artifact, length: 33554432, hash: e81ce0fabbbbc5550f8b3114e4186944965f231ad7f31bf5d1ddce4626111b0b, version: 16.0.0-0.ci+git823d0d5e5b0, kind: trampoline_phase_1, name: trampoline
108422025-08-26T21:32:53.124ZAug 26 21:32:53.142 INFO added artifact, length: 142921027, hash: 6226c06037953f867fb799add64af5ef710f23563a688d96ac8a066ce4cc1ad8, version: 16.0.0-0.ci+git823d0d5e5b0, kind: trampoline_phase_2, name: trampoline
108432025-08-26T21:33:16.049ZAug 26 21:33:16.068 INFO added artifact, length: 1606191743, hash: f331e19cebc32060f76bb2d910a9faf50d51f29a03a80ce3db138c55f8787463, version: 16.0.0-0.ci+git823d0d5e5b0, kind: control_plane, name: control-plane
108442025-08-26T21:33:16.132ZAug 26 21:33:16.151 INFO added artifact, length: 4017765, hash: b72ba6dfbb4bc79b3fd79d81ff955dd42ad09fc9f3c5ddd480abf60705c8efe6, version: 1.0.45, kind: psc_sp, name: psc-b
108452025-08-26T21:33:16.212ZAug 26 21:33:16.231 INFO added artifact, length: 4020290, hash: 43412370991ab61dbcf3f7491deddac3524eb52dd62cdb63b96a241ebce4f1ea, version: 1.0.45, kind: psc_sp, name: psc-c
108462025-08-26T21:33:16.363ZAug 26 21:33:16.382 INFO added artifact, length: 1598236, hash: d21ed8741159b27f30d2ce26703ce5dedbe767965333cea41540ee73872cf82c, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
108472025-08-26T21:33:16.363ZAug 26 21:33:16.383 INFO added artifact, length: 1598033, hash: c611abbf56ae4544b1620c7c0a981b1b5685bac6241de70307bcd1f838bcf404, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
108482025-08-26T21:33:16.513ZAug 26 21:33:16.531 INFO added artifact, length: 1661685, hash: d96c53558fd097fcc927502c3c44b9f8f55d8468d7db3d3d5f733fe8bdd8c2cf, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108492025-08-26T21:33:16.513ZAug 26 21:33:16.531 INFO added artifact, length: 1661662, hash: cfad3ccee1ab13dea7f676ae880d2d84e39003f4da8b5475f8e28748fa4cba1c, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108502025-08-26T21:33:16.663ZAug 26 21:33:16.683 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108512025-08-26T21:33:16.663ZAug 26 21:33:16.683 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108522025-08-26T21:33:16.820ZAug 26 21:33:16.840 INFO added artifact, length: 1598115, hash: 085fb6c070d5ae1549c9c8d97f591c6ccd727f2c5bcd7cb7fdb63145855fe0af, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-production-release
108532025-08-26T21:33:16.820ZAug 26 21:33:16.840 INFO added artifact, length: 1597926, hash: ba77aa3b3aa06ec1c79dac477b8adf20c58e8366f947828be540259f5f913eaa, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-production-release
108542025-08-26T21:33:16.847ZAug 26 21:33:16.842 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
108552025-08-26T21:33:16.847ZAug 26 21:33:16.844 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108562025-08-26T21:33:16.848ZAug 26 21:33:16.846 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
108572025-08-26T21:33:16.959ZAug 26 21:33:16.979 INFO added artifact, length: 6855843, hash: 86d546cda5fa0250ab11c2ae30152ac33905412538766407b73ab770ebac557a, version: 1.0.45, kind: switch_sp, name: sidecar-b
108582025-08-26T21:33:17.231ZAug 26 21:33:17.251 INFO added artifact, length: 6872740, hash: f7a13b41f35595042e872f8861400160b243e3a8c4e8f6d4372ba1a057c120b5, version: 1.0.45, kind: switch_sp, name: sidecar-c
108592025-08-26T21:33:17.496ZAug 26 21:33:17.516 INFO added artifact, length: 6872803, hash: 4f15b3d0a121c0e747ec50ae3413d7c5f2ae952df843316560bd0c589e7188ce, version: 1.0.45, kind: switch_sp, name: sidecar-d
108602025-08-26T21:33:17.774ZAug 26 21:33:17.793 INFO added artifact, length: 1598246, hash: ed0a49c26a0835892838e969690431c04efd017a20576ef524dd50e4b533dbb0, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
108612025-08-26T21:33:17.774ZAug 26 21:33:17.793 INFO added artifact, length: 1598102, hash: 83076b32fe50437e0e436bc529811e48e75d515725b3e210e85cc078363c0221, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
108622025-08-26T21:33:17.934ZAug 26 21:33:17.952 INFO added artifact, length: 1661625, hash: 0967279584f6f0b2bc5661fd90e23d0f4546e5e40de25ff4259bc2a0b2263378, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108632025-08-26T21:33:17.934ZAug 26 21:33:17.952 INFO added artifact, length: 1661641, hash: a4e2e0184f9b2b789ca3fd8c2f24466ed79c1eb417ae6f65097b828e73fc6e09, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108642025-08-26T21:33:18.085ZAug 26 21:33:18.105 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108652025-08-26T21:33:18.085ZAug 26 21:33:18.105 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108662025-08-26T21:33:18.240ZAug 26 21:33:18.256 INFO added artifact, length: 1598081, hash: 893dd0679fbc91d73a88991ee93678c70f115b305652ac2d068f3b6d6f0e0254, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-production-release
108672025-08-26T21:33:18.240ZAug 26 21:33:18.256 INFO added artifact, length: 1597886, hash: 8909fddaa87e68e0e581c27bf9e938a6ceee1dd219b14f8eb0c6dbcf05f3b45d, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-production-release
108682025-08-26T21:33:18.265ZAug 26 21:33:18.258 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
108692025-08-26T21:33:18.265ZAug 26 21:33:18.260 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108702025-08-26T21:33:18.266ZAug 26 21:33:18.262 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
108712025-08-26T21:33:18.266ZAug 26 21:33:18.262 INFO added artifact, length: 383, hash: 4dcd1742d552f453b3bdda95c41cc0642d48e8ac02ebd59cfedd9e6d827b342f, version: 16.0.0-0.ci+git823d0d5e5b0, kind: installinator_document, name: installinator_document
108722025-08-26T21:33:19.040ZAug 26 21:33:19.060 INFO [tuf-repo] task succeeded (187.057899323s)
108732025-08-26T21:33:19.040ZAug 26 21:33:19.060 INFO all jobs completed in 3558.076426826s
108742025-08-26T21:33:20.894Zprocess exited: duration 4401771 ms, exit code 0
 
108752025-08-26T21:33:20.952Zfound 41 output files
108762025-08-26T21:33:20.952Zuploading: /work/manifest.toml (14007 bytes)
108772025-08-26T21:33:22.114Zuploaded: /work/manifest.toml
108782025-08-26T21:33:22.114Zuploading: /work/repo.zip (2758893172 bytes)
108792025-08-26T21:41:31.760Zuploaded: /work/repo.zip
108802025-08-26T21:41:31.760Zuploading: /work/repo.zip.sha256.txt (65 bytes)
108812025-08-26T21:41:32.842Zuploaded: /work/repo.zip.sha256.txt
108822025-08-26T21:41:32.867Zuploading: /work/helios.json (584 bytes)
108832025-08-26T21:41:33.940Zuploaded: /work/helios.json
108842025-08-26T21:41:33.940Zuploading: /work/incorporation.p5m (99188 bytes)
108852025-08-26T21:41:35.157Zuploaded: /work/incorporation.p5m
108862025-08-26T21:41:35.157Zuploading: /work/incorporation.p5p (112640 bytes)
108872025-08-26T21:41:36.374Zuploaded: /work/incorporation.p5p
108882025-08-26T21:41:36.374Zuploading: /work/helios-incorp.log (526 bytes)
108892025-08-26T21:41:37.474Zuploaded: /work/helios-incorp.log
108902025-08-26T21:41:37.474Zuploading: /work/helios-setup.log (71968 bytes)
108912025-08-26T21:41:38.665Zuploaded: /work/helios-setup.log
108922025-08-26T21:41:38.665Zuploading: /work/host-image.log (233119 bytes)
108932025-08-26T21:41:39.935Zuploaded: /work/host-image.log
108942025-08-26T21:41:39.935Zuploading: /work/host-package.log (30044 bytes)
108952025-08-26T21:41:41.105Zuploaded: /work/host-package.log
108962025-08-26T21:41:41.130Zuploading: /work/host-target.log (101 bytes)
108972025-08-26T21:41:42.206Zuploaded: /work/host-target.log
108982025-08-26T21:41:42.206Zuploading: /work/incorp-create.log (0 bytes)
108992025-08-26T21:41:43.280Zuploaded: /work/incorp-create.log
109002025-08-26T21:41:43.280Zuploading: /work/incorp-fmt.log (0 bytes)
109012025-08-26T21:41:44.351Zuploaded: /work/incorp-fmt.log
109022025-08-26T21:41:44.375Zuploading: /work/incorp-pkgsend.log (108 bytes)
109032025-08-26T21:41:45.450Zuploaded: /work/incorp-pkgsend.log
109042025-08-26T21:41:45.451Zuploading: /work/incorp-publisher.log (0 bytes)
109052025-08-26T21:41:46.527Zuploaded: /work/incorp-publisher.log
109062025-08-26T21:41:46.552Zuploading: /work/omicron-package.log (6937 bytes)
109072025-08-26T21:41:47.648Zuploaded: /work/omicron-package.log
109082025-08-26T21:41:47.648Zuploading: /work/recovery-image.log (604370 bytes)
109092025-08-26T21:41:48.911Zuploaded: /work/recovery-image.log
109102025-08-26T21:41:48.911Zuploading: /work/recovery-package.log (1685 bytes)
109112025-08-26T21:41:50.008Zuploaded: /work/recovery-package.log
109122025-08-26T21:41:50.008Zuploading: /work/recovery-target.log (98 bytes)
109132025-08-26T21:41:51.105Zuploaded: /work/recovery-target.log
109142025-08-26T21:41:51.105Zuploading: /work/stamp-clickhouse.log (117 bytes)
109152025-08-26T21:41:52.203Zuploaded: /work/stamp-clickhouse.log
109162025-08-26T21:41:52.203Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109172025-08-26T21:41:53.300Zuploaded: /work/stamp-clickhouse_keeper.log
109182025-08-26T21:41:53.300Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109192025-08-26T21:41:54.399Zuploaded: /work/stamp-clickhouse_server.log
109202025-08-26T21:41:54.399Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109212025-08-26T21:41:55.495Zuploaded: /work/stamp-cockroachdb.log
109222025-08-26T21:41:55.495Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
109232025-08-26T21:41:56.593Zuploaded: /work/stamp-crucible-dtrace.log
109242025-08-26T21:41:56.593Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109252025-08-26T21:41:57.691Zuploaded: /work/stamp-crucible-pantry-zone.log
109262025-08-26T21:41:57.691Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109272025-08-26T21:41:58.790Zuploaded: /work/stamp-crucible-zone.log
109282025-08-26T21:41:58.790Zuploading: /work/stamp-external-dns.log (119 bytes)
109292025-08-26T21:41:59.888Zuploaded: /work/stamp-external-dns.log
109302025-08-26T21:41:59.888Zuploading: /work/stamp-installinator.log (103 bytes)
109312025-08-26T21:42:00.985Zuploaded: /work/stamp-installinator.log
109322025-08-26T21:42:00.985Zuploading: /work/stamp-internal-dns.log (119 bytes)
109332025-08-26T21:42:02.082Zuploaded: /work/stamp-internal-dns.log
109342025-08-26T21:42:02.082Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109352025-08-26T21:42:03.181Zuploaded: /work/stamp-mg-ddm-gz.log
109362025-08-26T21:42:03.181Zuploading: /work/stamp-nexus.log (112 bytes)
109372025-08-26T21:42:04.279Zuploaded: /work/stamp-nexus.log
109382025-08-26T21:42:04.279Zuploading: /work/stamp-ntp.log (110 bytes)
109392025-08-26T21:42:05.379Zuploaded: /work/stamp-ntp.log
109402025-08-26T21:42:05.379Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109412025-08-26T21:42:06.476Zuploaded: /work/stamp-omicron-sled-agent.log
109422025-08-26T21:42:06.476Zuploading: /work/stamp-overlay.log (114 bytes)
109432025-08-26T21:42:07.573Zuploaded: /work/stamp-overlay.log
109442025-08-26T21:42:07.598Zuploading: /work/stamp-oximeter.log (115 bytes)
109452025-08-26T21:42:08.674Zuploaded: /work/stamp-oximeter.log
109462025-08-26T21:42:08.674Zuploading: /work/stamp-oxlog.log (109 bytes)
109472025-08-26T21:42:09.772Zuploaded: /work/stamp-oxlog.log
109482025-08-26T21:42:09.772Zuploading: /work/stamp-probe.log (112 bytes)
109492025-08-26T21:42:10.871Zuploaded: /work/stamp-probe.log
109502025-08-26T21:42:10.872Zuploading: /work/stamp-propolis-server.log (122 bytes)
109512025-08-26T21:42:11.970Zuploaded: /work/stamp-propolis-server.log
109522025-08-26T21:42:11.971Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109532025-08-26T21:42:13.068Zuploaded: /work/stamp-pumpkind-gz.log
109542025-08-26T21:42:13.068Zuploading: /work/stamp-switch-asic.log (118 bytes)
109552025-08-26T21:42:14.167Zuploaded: /work/stamp-switch-asic.log
109562025-08-26T21:42:14.167Zuploading: /work/verify-libraries.log (7287 bytes)
109572025-08-26T21:42:15.286Zuploaded: /work/verify-libraries.log