01K5FHDN2VV70K8ZFGKC07VB6E: 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: 01K5FHEQ9ACTSXNDG2W6KAH201

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-09-18T23:12:23.125Zjob assigned to worker 01K5FHHM3QNZNSS4R1M278MBWF [factory aws, i-0032d509627bd630a] (queued for 2 m 32 s)
 
22025-09-18T23:12:31.712Zstarting task 0: "setup"
32025-09-18T23:12:31.717Z++ uname -s
42025-09-18T23:12:31.720Z+ kern=SunOS
52025-09-18T23:12:31.720Z+ build_user=build
62025-09-18T23:12:31.720Z+ build_uid=12345
72025-09-18T23:12:31.720Z+ work_dir=/work
82025-09-18T23:12:31.721Z+ input_dir=/input
92025-09-18T23:12:31.721Z+ [[ 0 == 12345 ]]
102025-09-18T23:12:31.721Z+ case "$kern" in
112025-09-18T23:12:31.721Z+ groupadd -g 12345 build
122025-09-18T23:12:31.724Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-09-18T23:12:33.737Z+ zfs create -o mountpoint=/work rpool/work
142025-09-18T23:12:33.851Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-09-18T23:12:33.856Z+ home_fs=zfs
162025-09-18T23:12:33.856Z+ [[ zfs == autofs ]]
172025-09-18T23:12:33.856Z+ mkdir -p /home/build
182025-09-18T23:12:33.856Z+ chown build:build /home/build /work
192025-09-18T23:12:35.857Z+ chmod 0700 /home/build /work
202025-09-18T23:12:35.860Zprocess exited: duration 4149 ms, exit code 0
 
212025-09-18T23:12:35.866Zstarting task 1: "rust-toolchain"
222025-09-18T23:12:35.872Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-09-18T23:12:35.872Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-09-18T23:12:35.872Z * rust toolchain channel = "1.89.0"
252025-09-18T23:12:35.872Z * rust toolchain profile = "default"
262025-09-18T23:12:35.872Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-09-18T23:12:35.872Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-09-18T23:12:35.875Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-09-18T23:12:35.875Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-09-18T23:12:35.964Zinfo: downloading installer
312025-09-18T23:12:37.157Zwarn: It looks like you have an existing installation of Rust at:
322025-09-18T23:12:37.158Zwarn: /opt/ooce/bin
332025-09-18T23:12:37.158Zwarn: It is recommended that rustup be the primary Rust installation.
342025-09-18T23:12:37.158Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-09-18T23:12:37.158Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-09-18T23:12:37.158Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-09-18T23:12:37.158Zwarn: or pass `-y' to ignore all ignorable checks.
382025-09-18T23:12:37.158Zerror: cannot install while Rust is installed
392025-09-18T23:12:37.158Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-09-18T23:12:37.196Zinfo: profile set to 'default'
412025-09-18T23:12:37.196Zinfo: default host triple is x86_64-unknown-illumos
422025-09-18T23:12:37.199Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-09-18T23:12:37.347Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-09-18T23:12:37.347Zinfo: downloading component 'cargo'
452025-09-18T23:12:38.046Zinfo: downloading component 'clippy'
462025-09-18T23:12:38.401Zinfo: downloading component 'rust-docs'
472025-09-18T23:12:39.938Zinfo: downloading component 'rust-std'
482025-09-18T23:12:41.864Zinfo: downloading component 'rustc'
492025-09-18T23:12:49.023Zinfo: downloading component 'rustfmt'
502025-09-18T23:12:49.384Zinfo: installing component 'cargo'
512025-09-18T23:12:50.205Zinfo: installing component 'clippy'
522025-09-18T23:12:50.597Zinfo: installing component 'rust-docs'
532025-09-18T23:12:52.448Zinfo: installing component 'rust-std'
542025-09-18T23:12:54.363Zinfo: installing component 'rustc'
552025-09-18T23:13:00.956Zinfo: installing component 'rustfmt'
562025-09-18T23:13:01.295Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-09-18T23:13:01.295Z
582025-09-18T23:13:01.720Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-09-18T23:13:01.720Z
602025-09-18T23:13:01.724Z
612025-09-18T23:13:01.724ZRust is installed now. Great!
622025-09-18T23:13:01.724Z
632025-09-18T23:13:01.724ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-09-18T23:13:01.724Zenvironment variable. This has not been done automatically.
652025-09-18T23:13:01.724Z
662025-09-18T23:13:01.724ZTo configure your current shell, you need to source
672025-09-18T23:13:01.724Zthe corresponding env file under $HOME/.cargo.
682025-09-18T23:13:01.724Z
692025-09-18T23:13:01.724ZThis is usually done by running one of the following (note the leading DOT):
702025-09-18T23:13:01.724Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-09-18T23:13:01.724Zsource "$HOME/.cargo/env.fish" # For fish
722025-09-18T23:13:01.725Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-09-18T23:13:01.824Z+ rustup --version
742025-09-18T23:13:01.840Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-09-18T23:13:01.846Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-09-18T23:13:01.959Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-09-18T23:13:01.963Z+ cargo --version
782025-09-18T23:13:02.029Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-09-18T23:13:02.032Z+ rustc --version
802025-09-18T23:13:02.103Zrustc 1.89.0 (29483883e 2025-08-04)
812025-09-18T23:13:02.107Zprocess exited: duration 26238 ms, exit code 0
 
822025-09-18T23:13:02.113Zstarting task 2: "authentication"
832025-09-18T23:13:02.138Zprocess exited: duration 22 ms, exit code 0
 
842025-09-18T23:13:02.145Zstarting task 3: "clone repository"
852025-09-18T23:13:02.150Z+ mkdir -p /work/oxidecomputer/omicron
862025-09-18T23:13:02.153Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-09-18T23:13:02.191ZCloning into '/work/oxidecomputer/omicron'...
882025-09-18T23:13:12.304Z+ cd /work/oxidecomputer/omicron
892025-09-18T23:13:12.308Z+ git fetch origin 2f19f09815893ce35cddf8d8f0ec2c6a38ec7d28
902025-09-18T23:13:12.623ZFrom https://github.com/oxidecomputer/omicron
912025-09-18T23:13:12.623Z * branch 2f19f09815893ce35cddf8d8f0ec2c6a38ec7d28 -> FETCH_HEAD
922025-09-18T23:13:12.634Z+ [[ -n omdb_nexus_gen ]]
932025-09-18T23:13:12.637Z++ git branch --show-current
942025-09-18T23:13:12.640Z+ current=main
952025-09-18T23:13:12.640Z+ [[ main != omdb_nexus_gen ]]
962025-09-18T23:13:12.640Z+ git branch -f omdb_nexus_gen 2f19f09815893ce35cddf8d8f0ec2c6a38ec7d28
972025-09-18T23:13:12.644Z+ git checkout -f omdb_nexus_gen
982025-09-18T23:13:12.899ZSwitched to branch 'omdb_nexus_gen'
992025-09-18T23:13:12.902Z+ git reset --hard 2f19f09815893ce35cddf8d8f0ec2c6a38ec7d28
1002025-09-18T23:13:12.930ZHEAD is now at 2f19f0981 review feedback
1012025-09-18T23:13:12.933Zprocess exited: duration 10786 ms, exit code 0
 
1022025-09-18T23:13:12.942Zstarting task 4: "build"
1032025-09-18T23:13:12.945Z+ source .github/buildomat/ci-env.sh
1042025-09-18T23:13:12.945Z++ export CARGO_TERM_COLOR=always
1052025-09-18T23:13:12.945Z++ CARGO_TERM_COLOR=always
1062025-09-18T23:13:12.945Z+ cargo --version
1072025-09-18T23:13:13.004Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-09-18T23:13:13.007Z+ rustc --version
1092025-09-18T23:13:13.079Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-09-18T23:13:13.082Z+ cargo tree --locked
1112025-09-18T23:13:13.361Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122025-09-18T23:13:13.682Z Updating crates.io index
1132025-09-18T23:13:13.727Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142025-09-18T23:13:14.051Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152025-09-18T23:13:14.692Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162025-09-18T23:13:14.978Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1172025-09-18T23:13:15.280Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182025-09-18T23:13:15.613Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192025-09-18T23:13:16.770Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202025-09-18T23:13:18.865Z Updating git repository `https://github.com/oxidecomputer/opte`
1212025-09-18T23:13:19.822Z Updating git repository `https://github.com/oxidecomputer/falcon`
1222025-09-18T23:13:20.525Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1232025-09-18T23:13:21.277Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242025-09-18T23:13:21.581Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1252025-09-18T23:13:21.861Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262025-09-18T23:13:22.390Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1272025-09-18T23:13:22.896Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1282025-09-18T23:13:23.174Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1292025-09-18T23:13:23.465Z Updating git repository `https://github.com/oxidecomputer/tofino`
1302025-09-18T23:13:23.777Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1312025-09-18T23:13:24.034Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1322025-09-18T23:13:24.306Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1332025-09-18T23:13:24.612Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1342025-09-18T23:13:24.967Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1352025-09-18T23:13:25.434Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1362025-09-18T23:13:25.787Z Updating git repository `https://github.com/oxidecomputer/ispf`
1372025-09-18T23:13:26.183Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1382025-09-18T23:13:26.613Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1392025-09-18T23:13:27.036Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1402025-09-18T23:13:27.284Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1412025-09-18T23:13:27.668Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1422025-09-18T23:13:28.095Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432025-09-18T23:13:28.358Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442025-09-18T23:13:28.653Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452025-09-18T23:13:28.970Z Updating git repository `https://github.com/oxidecomputer/omicron`
1462025-09-18T23:13:40.851Z Updating git repository `https://github.com/illumos/smf-rs`
1472025-09-18T23:13:42.367Z Downloading crates ...
1482025-09-18T23:13:42.491Z Downloaded addr2line v0.24.2
1492025-09-18T23:13:42.497Z Downloaded allocator-api2 v0.2.21
1502025-09-18T23:13:42.500Z Downloaded aead v0.5.2
1512025-09-18T23:13:42.508Z Downloaded either v1.15.0
1522025-09-18T23:13:42.511Z Downloaded anstyle-parse v0.2.5
1532025-09-18T23:13:42.515Z Downloaded aes-gcm v0.10.3
1542025-09-18T23:13:42.519Z Downloaded foreign-types-shared v0.3.1
1552025-09-18T23:13:42.522Z Downloaded async-channel v1.9.0
1562025-09-18T23:13:42.522Z Downloaded anstyle v1.0.11
1572025-09-18T23:13:42.525Z Downloaded assert-json-diff v2.0.2
1582025-09-18T23:13:42.528Z Downloaded array-init v0.0.4
1592025-09-18T23:13:42.531Z Downloaded adler2 v2.0.0
1602025-09-18T23:13:42.534Z Downloaded anstream v0.6.18
1612025-09-18T23:13:42.538Z Downloaded gimli v0.31.1
1622025-09-18T23:13:42.546Z Downloaded cfg-if v1.0.1
1632025-09-18T23:13:42.549Z Downloaded async-attributes v1.1.2
1642025-09-18T23:13:42.552Z Downloaded anes v0.1.6
1652025-09-18T23:13:42.555Z Downloaded aes v0.8.4
1662025-09-18T23:13:42.572Z Downloaded hickory-proto v0.25.2
1672025-09-18T23:13:42.576Z Downloaded ed25519 v2.2.3
1682025-09-18T23:13:42.579Z Downloaded elliptic-curve v0.13.8
1692025-09-18T23:13:42.582Z Downloaded ecdsa v0.16.9
1702025-09-18T23:13:42.586Z Downloaded escape8259 v0.5.3
1712025-09-18T23:13:42.586Z Downloaded erased-serde v0.4.6
1722025-09-18T23:13:42.589Z Downloaded embedded-io v0.4.0
1732025-09-18T23:13:42.592Z Downloaded async-std v1.13.0
1742025-09-18T23:13:42.611Z Downloaded nix v0.28.0
1752025-09-18T23:13:42.622Z Downloaded foreign-types-macros v0.2.3
1762025-09-18T23:13:42.625Z Downloaded foreign-types v0.3.2
1772025-09-18T23:13:42.629Z Downloaded futures-channel v0.3.31
1782025-09-18T23:13:42.633Z Downloaded foreign-types v0.5.0
1792025-09-18T23:13:42.633Z Downloaded async-stream-impl v0.3.6
1802025-09-18T23:13:42.636Z Downloaded futures-core v0.3.31
1812025-09-18T23:13:42.636Z Downloaded generic-array v0.14.7
1822025-09-18T23:13:42.639Z Downloaded futures-sink v0.3.31
1832025-09-18T23:13:42.639Z Downloaded futures-io v0.3.31
1842025-09-18T23:13:42.642Z Downloaded getrandom v0.2.15
1852025-09-18T23:13:42.645Z Downloaded fxhash v0.2.1
1862025-09-18T23:13:42.646Z Downloaded pbkdf2 v0.11.0
1872025-09-18T23:13:42.651Z Downloaded globset v0.4.15
1882025-09-18T23:13:42.651Z Downloaded ghash v0.5.1
1892025-09-18T23:13:42.655Z Downloaded equivalent v1.0.2
1902025-09-18T23:13:42.659Z Downloaded headers-core v0.3.0
1912025-09-18T23:13:42.659Z Downloaded endian-type v0.1.2
1922025-09-18T23:13:42.659Z Downloaded bcrypt-pbkdf v0.10.0
1932025-09-18T23:13:42.662Z Downloaded bit-set v0.5.3
1942025-09-18T23:13:42.662Z Downloaded num-conv v0.1.0
1952025-09-18T23:13:42.666Z Downloaded bit-vec v0.6.3
1962025-09-18T23:13:42.666Z Downloaded async-object-pool v0.1.5
1972025-09-18T23:13:42.669Z Downloaded byteorder v1.5.0
1982025-09-18T23:13:42.673Z Downloaded group v0.13.0
1992025-09-18T23:13:42.673Z Downloaded globwalk v0.9.1
2002025-09-18T23:13:42.676Z Downloaded openssl-macros v0.1.1
2012025-09-18T23:13:42.676Z Downloaded futures-task v0.3.31
2022025-09-18T23:13:42.679Z Downloaded cexpr v0.6.0
2032025-09-18T23:13:42.682Z Downloaded cbc v0.1.2
2042025-09-18T23:13:42.685Z Downloaded heck v0.5.0
2052025-09-18T23:13:42.685Z Downloaded hash32 v0.3.1
2062025-09-18T23:13:42.688Z Downloaded normalize-line-endings v0.3.0
2072025-09-18T23:13:42.688Z Downloaded heck v0.4.1
2082025-09-18T23:13:42.693Z Downloaded glob v0.3.2
2092025-09-18T23:13:42.696Z Downloaded guppy-workspace-hack v0.1.0
2102025-09-18T23:13:42.696Z Downloaded fallible-iterator v0.2.0
2112025-09-18T23:13:42.696Z Downloaded hex-literal v0.4.1
2122025-09-18T23:13:42.699Z Downloaded enum-as-inner v0.6.1
2132025-09-18T23:13:42.702Z Downloaded heck v0.3.3
2142025-09-18T23:13:42.702Z Downloaded bytecount v0.6.8
2152025-09-18T23:13:42.705Z Downloaded progenitor-client v0.9.1
2162025-09-18T23:13:42.708Z Downloaded progenitor-client v0.8.0
2172025-09-18T23:13:42.708Z Downloaded hash32 v0.2.1
2182025-09-18T23:13:42.711Z Downloaded fs-err v2.11.0
2192025-09-18T23:13:42.714Z Downloaded castaway v0.2.3
2202025-09-18T23:13:42.717Z Downloaded proc-macro-crate v1.3.1
2212025-09-18T23:13:42.720Z Downloaded pbkdf2 v0.12.2
2222025-09-18T23:13:42.720Z Downloaded env_logger v0.11.5
2232025-09-18T23:13:42.723Z Downloaded md-5 v0.10.6
2242025-09-18T23:13:42.726Z Downloaded memoffset v0.9.1
2252025-09-18T23:13:42.731Z Downloaded multimap v0.10.1
2262025-09-18T23:13:42.731Z Downloaded bit-vec v0.8.0
2272025-09-18T23:13:42.734Z Downloaded multer v3.1.0
2282025-09-18T23:13:42.739Z Downloaded flate2 v1.1.2
2292025-09-18T23:13:42.743Z Downloaded scroll_derive v0.12.0
2302025-09-18T23:13:42.743Z Downloaded progenitor v0.8.0
2312025-09-18T23:13:42.747Z Downloaded progenitor v0.10.0
2322025-09-18T23:13:42.750Z Downloaded async-process v2.3.0
2332025-09-18T23:13:42.753Z Downloaded progenitor v0.11.0
2342025-09-18T23:13:42.756Z Downloaded base64ct v1.6.0
2352025-09-18T23:13:42.759Z Downloaded cancel-safe-futures v0.1.5
2362025-09-18T23:13:42.762Z Downloaded ref-cast-impl v1.0.24
2372025-09-18T23:13:42.765Z Downloaded piper v0.2.4
2382025-09-18T23:13:42.765Z Downloaded pest_generator v2.7.14
2392025-09-18T23:13:42.768Z Downloaded postcard v1.0.10
2402025-09-18T23:13:42.771Z Downloaded take_mut v0.2.2
2412025-09-18T23:13:42.774Z Downloaded target-triple v0.1.3
2422025-09-18T23:13:42.774Z Downloaded half v2.4.1
2432025-09-18T23:13:42.777Z Downloaded proc-macro-crate v3.2.0
2442025-09-18T23:13:42.780Z Downloaded ref-cast v1.0.24
2452025-09-18T23:13:42.783Z Downloaded testing_table v0.3.0
2462025-09-18T23:13:42.788Z Downloaded relative-path v1.9.3
2472025-09-18T23:13:42.791Z Downloaded void v1.0.2
2482025-09-18T23:13:42.791Z Downloaded want v0.3.1
2492025-09-18T23:13:42.791Z Downloaded usdt-macro v0.5.0
2502025-09-18T23:13:42.794Z Downloaded proc-macro-error-attr v1.0.4
2512025-09-18T23:13:42.794Z Downloaded async-io v2.3.4
2522025-09-18T23:13:42.797Z Downloaded terminal_size v0.4.0
2532025-09-18T23:13:42.800Z Downloaded signal-hook-tokio v0.3.1
2542025-09-18T23:13:42.803Z Downloaded signal-hook-registry v1.4.2
2552025-09-18T23:13:42.803Z Downloaded usdt-attr-macro v0.5.0
2562025-09-18T23:13:42.806Z Downloaded camino v1.2.0
2572025-09-18T23:13:42.809Z Downloaded slog-json v2.6.1
2582025-09-18T23:13:42.812Z Downloaded thiserror v1.0.69
2592025-09-18T23:13:42.817Z Downloaded zone_cfg_derive v0.3.0
2602025-09-18T23:13:42.820Z Downloaded zone_cfg_derive v0.1.2
2612025-09-18T23:13:42.822Z Downloaded zerofrom v0.1.4
2622025-09-18T23:13:42.823Z Downloaded support-bundle-viewer v0.1.2
2632025-09-18T23:13:42.825Z Downloaded poly1305 v0.8.0
2642025-09-18T23:13:42.829Z Downloaded pest_derive v2.7.14
2652025-09-18T23:13:42.832Z Downloaded sync-ptr v0.1.4
2662025-09-18T23:13:42.832Z Downloaded proc-macro-error v1.0.4
2672025-09-18T23:13:42.835Z Downloaded primeorder v0.13.6
2682025-09-18T23:13:42.838Z Downloaded utf-8 v0.7.6
2692025-09-18T23:13:42.841Z Downloaded anyhow v1.0.99
2702025-09-18T23:13:42.845Z Downloaded derive_builder_macro v0.20.2
2712025-09-18T23:13:42.848Z Downloaded toml_writer v1.0.2
2722025-09-18T23:13:42.851Z Downloaded which v4.4.2
2732025-09-18T23:13:42.851Z Downloaded doc-comment v0.3.3
2742025-09-18T23:13:42.857Z Downloaded toml_write v0.1.2
2752025-09-18T23:13:42.860Z Downloaded parking_lot_core v0.8.6
2762025-09-18T23:13:42.860Z Downloaded ident_case v1.0.1
2772025-09-18T23:13:42.863Z Downloaded document-features v0.2.11
2782025-09-18T23:13:42.863Z Downloaded http-body v1.0.1
2792025-09-18T23:13:42.866Z Downloaded icu_provider_macros v1.5.0
2802025-09-18T23:13:42.866Z Downloaded cipher v0.4.4
2812025-09-18T23:13:42.869Z Downloaded zerovec-derive v0.10.3
2822025-09-18T23:13:42.872Z Downloaded thiserror v2.0.16
2832025-09-18T23:13:42.877Z Downloaded http-range v0.1.5
2842025-09-18T23:13:42.880Z Downloaded heapless v0.7.17
2852025-09-18T23:13:42.883Z Downloaded fancy-regex v0.14.0
2862025-09-18T23:13:42.888Z Downloaded cobs v0.2.3
2872025-09-18T23:13:42.891Z Downloaded criterion-plot v0.6.0
2882025-09-18T23:13:42.894Z Downloaded ciborium-ll v0.2.2
2892025-09-18T23:13:42.897Z Downloaded term v1.1.0
2902025-09-18T23:13:42.900Z Downloaded bytes v1.10.1
2912025-09-18T23:13:42.903Z Downloaded daft v0.1.4
2922025-09-18T23:13:42.906Z Downloaded curve25519-dalek-derive v0.1.1
2932025-09-18T23:13:42.909Z Downloaded peg-runtime v0.8.5
2942025-09-18T23:13:42.909Z Downloaded displaydoc v0.2.5
2952025-09-18T23:13:42.913Z Downloaded oso-derive v0.27.3
2962025-09-18T23:13:42.916Z Downloaded test-strategy v0.4.3
2972025-09-18T23:13:42.919Z Downloaded dirs-sys-next v0.1.2
2982025-09-18T23:13:42.922Z Downloaded ingot v0.1.1
2992025-09-18T23:13:42.925Z Downloaded http-body-util v0.1.3
3002025-09-18T23:13:42.928Z Downloaded hashbrown v0.12.3
3012025-09-18T23:13:42.931Z Downloaded ipnetwork v0.21.1
3022025-09-18T23:13:42.934Z Downloaded expectorate v1.2.0
3032025-09-18T23:13:42.937Z Downloaded precomputed-hash v0.1.1
3042025-09-18T23:13:42.940Z Downloaded lazycell v1.3.0
3052025-09-18T23:13:42.940Z Downloaded lazy_static v1.5.0
3062025-09-18T23:13:42.943Z Downloaded macaddr v1.0.1
3072025-09-18T23:13:42.946Z Downloaded rfc6979 v0.4.0
3082025-09-18T23:13:42.949Z Downloaded prettyplease v0.2.36
3092025-09-18T23:13:42.952Z Downloaded serde_derive v1.0.223
3102025-09-18T23:13:42.955Z Downloaded csv-core v0.1.11
3112025-09-18T23:13:42.958Z Downloaded russh-cryptovec v0.7.3
3122025-09-18T23:13:42.961Z Downloaded pem v3.0.5
3132025-09-18T23:13:42.961Z Downloaded rayon-core v1.12.1
3142025-09-18T23:13:42.965Z Downloaded packed_struct v0.10.1
3152025-09-18T23:13:42.968Z Downloaded ipnet v2.11.0
3162025-09-18T23:13:42.971Z Downloaded scheduled-thread-pool v0.2.7
3172025-09-18T23:13:42.974Z Downloaded hickory-server v0.25.2
3182025-09-18T23:13:42.977Z Downloaded cookie v0.18.1
3192025-09-18T23:13:42.980Z Downloaded scrypt v0.11.0
3202025-09-18T23:13:42.983Z Downloaded scopeguard v1.2.0
3212025-09-18T23:13:42.986Z Downloaded predicates-core v1.0.8
3222025-09-18T23:13:42.986Z Downloaded sigpipe v0.1.3
3232025-09-18T23:13:42.989Z Downloaded quinn-udp v0.5.5
3242025-09-18T23:13:42.992Z Downloaded lock_api v0.4.12
3252025-09-18T23:13:42.995Z Downloaded once_cell v1.21.3
3262025-09-18T23:13:42.998Z Downloaded ingot-macros v0.1.1
3272025-09-18T23:13:43.001Z Downloaded rustc-hash v2.1.1
3282025-09-18T23:13:43.002Z Downloaded rustc-hash v1.1.0
3292025-09-18T23:13:43.005Z Downloaded time-core v0.1.2
3302025-09-18T23:13:43.005Z Downloaded resolv-conf v0.7.0
3312025-09-18T23:13:43.009Z Downloaded schemars_derive v0.8.22
3322025-09-18T23:13:43.012Z Downloaded pem-rfc7468 v0.7.0
3332025-09-18T23:13:43.015Z Downloaded salsa20 v0.10.2
3342025-09-18T23:13:43.015Z Downloaded icu_locid_transform_data v1.5.0
3352025-09-18T23:13:43.018Z Downloaded peg-macros v0.8.5
3362025-09-18T23:13:43.021Z Downloaded smawk v0.3.2
3372025-09-18T23:13:43.024Z Downloaded serde_spanned v1.0.0
3382025-09-18T23:13:43.028Z Downloaded des v0.8.1
3392025-09-18T23:13:43.028Z Downloaded smf v0.2.3
3402025-09-18T23:13:43.031Z Downloaded slog-envlogger v2.2.0
3412025-09-18T23:13:43.031Z Downloaded cc v1.2.30
3422025-09-18T23:13:43.035Z Downloaded cfg_aliases v0.1.1
3432025-09-18T23:13:43.039Z Downloaded simd-adler32 v0.3.7
3442025-09-18T23:13:43.042Z Downloaded vte_generate_state_changes v0.1.2
3452025-09-18T23:13:43.042Z Downloaded try-lock v0.2.5
3462025-09-18T23:13:43.045Z Downloaded postgres-protocol v0.6.8
3472025-09-18T23:13:43.048Z Downloaded ssh-cipher v0.2.0
3482025-09-18T23:13:43.051Z Downloaded rustc-demangle v0.1.24
3492025-09-18T23:13:43.051Z Downloaded sha1 v0.10.6
3502025-09-18T23:13:43.054Z Downloaded strum_macros v0.24.3
3512025-09-18T23:13:43.057Z Downloaded sct v0.7.1
3522025-09-18T23:13:43.060Z Downloaded dtrace-parser v0.2.0
3532025-09-18T23:13:43.063Z Downloaded hashbrown v0.16.0
3542025-09-18T23:13:43.067Z Downloaded crc8 v0.1.1
3552025-09-18T23:13:43.070Z Downloaded tls_codec_derive v0.4.1
3562025-09-18T23:13:43.073Z Downloaded tls_codec v0.4.1
3572025-09-18T23:13:43.076Z Downloaded tap v1.0.1
3582025-09-18T23:13:43.076Z Downloaded unicode-xid v0.2.6
3592025-09-18T23:13:43.079Z Downloaded typeid v1.0.3
3602025-09-18T23:13:43.082Z Downloaded owo-colors v4.2.2
3612025-09-18T23:13:43.085Z Downloaded match_cfg v0.1.0
3622025-09-18T23:13:43.088Z Downloaded tokio-tungstenite v0.23.1
3632025-09-18T23:13:43.091Z Downloaded convert_case v0.4.0
3642025-09-18T23:13:43.091Z Downloaded crossbeam-deque v0.8.5
3652025-09-18T23:13:43.094Z Downloaded zeroize v1.8.1
3662025-09-18T23:13:43.097Z Downloaded rust-argon2 v2.1.0
3672025-09-18T23:13:43.100Z Downloaded version_check v0.9.5
3682025-09-18T23:13:43.100Z Downloaded russh-keys v0.45.0
3692025-09-18T23:13:43.103Z Downloaded postgres-types v0.2.9
3702025-09-18T23:13:43.106Z Downloaded defmt-macros v0.3.9
3712025-09-18T23:13:43.110Z Downloaded hyper-tls v0.6.0
3722025-09-18T23:13:43.113Z Downloaded zerofrom-derive v0.1.4
3732025-09-18T23:13:43.116Z Downloaded topological-sort v0.2.2
3742025-09-18T23:13:43.116Z Downloaded newtype_derive v0.1.6
3752025-09-18T23:13:43.119Z Downloaded clap_lex v0.7.4
3762025-09-18T23:13:43.122Z Downloaded wait-timeout v0.2.0
3772025-09-18T23:13:43.122Z Downloaded subprocess v0.2.9
3782025-09-18T23:13:43.126Z Downloaded crossbeam-channel v0.5.15
3792025-09-18T23:13:43.130Z Downloaded newline-converter v0.3.0
3802025-09-18T23:13:43.133Z Downloaded kv-log-macro v1.0.7
3812025-09-18T23:13:43.136Z Downloaded crc-catalog v2.4.0
3822025-09-18T23:13:43.136Z Downloaded libz-rs-sys v0.5.1
3832025-09-18T23:13:43.139Z Downloaded nibble_vec v0.1.0
3842025-09-18T23:13:43.142Z Downloaded maplit v1.0.2
3852025-09-18T23:13:43.142Z Downloaded derive_builder_core v0.20.2
3862025-09-18T23:13:43.145Z Downloaded guppy v0.17.20
3872025-09-18T23:13:43.152Z Downloaded hostname v0.3.1
3882025-09-18T23:13:43.155Z Downloaded managed v0.8.0
3892025-09-18T23:13:43.158Z Downloaded schemars v0.8.22
3902025-09-18T23:13:43.169Z Downloaded slog-bunyan v2.5.0
3912025-09-18T23:13:43.173Z Downloaded serde-big-array v0.5.1
3922025-09-18T23:13:43.176Z Downloaded phf v0.11.2
3932025-09-18T23:13:43.176Z Downloaded similar v2.7.0
3942025-09-18T23:13:43.182Z Downloaded progenitor-macro v0.11.0
3952025-09-18T23:13:43.185Z Downloaded progenitor-client v0.11.0
3962025-09-18T23:13:43.188Z Downloaded icu_provider v1.5.0
3972025-09-18T23:13:43.191Z Downloaded write16 v1.0.0
3982025-09-18T23:13:43.191Z Downloaded rand_seeder v0.4.0
3992025-09-18T23:13:43.194Z Downloaded indoc v1.0.9
4002025-09-18T23:13:43.197Z Downloaded siphasher v1.0.1
4012025-09-18T23:13:43.200Z Downloaded trybuild v1.0.106
4022025-09-18T23:13:43.205Z Downloaded serde-untagged v0.1.7
4032025-09-18T23:13:43.208Z Downloaded num-rational v0.4.2
4042025-09-18T23:13:43.211Z Downloaded num-iter v0.1.45
4052025-09-18T23:13:43.214Z Downloaded tabwriter v1.4.0
4062025-09-18T23:13:43.214Z Downloaded num-integer v0.1.46
4072025-09-18T23:13:43.217Z Downloaded crossbeam-utils v0.8.21
4082025-09-18T23:13:43.220Z Downloaded pkg-config v0.3.31
4092025-09-18T23:13:43.223Z Downloaded quick-error v1.2.3
4102025-09-18T23:13:43.223Z Downloaded crossbeam-epoch v0.9.18
4112025-09-18T23:13:43.226Z Downloaded thread_local v1.1.8
4122025-09-18T23:13:43.229Z Downloaded stringmetrics v2.2.2
4132025-09-18T23:13:43.232Z Downloaded string_cache v0.8.9
4142025-09-18T23:13:43.235Z Downloaded unsafe-libyaml v0.2.11
4152025-09-18T23:13:43.238Z Downloaded rustc_version v0.4.1
4162025-09-18T23:13:43.241Z Downloaded toml_datetime v0.7.0
4172025-09-18T23:13:43.241Z Downloaded toml_datetime v0.6.11
4182025-09-18T23:13:43.244Z Downloaded phf v0.12.1
4192025-09-18T23:13:43.247Z Downloaded untrusted v0.9.0
4202025-09-18T23:13:43.251Z Downloaded compact_str v0.8.0
4212025-09-18T23:13:43.254Z Downloaded serde-value v0.7.0
4222025-09-18T23:13:43.257Z Downloaded vergen v8.3.2
4232025-09-18T23:13:43.260Z Downloaded quinn v0.11.5
4242025-09-18T23:13:43.263Z Downloaded untrusted v0.7.1
4252025-09-18T23:13:43.266Z Downloaded darling_macro v0.20.10
4262025-09-18T23:13:43.266Z Downloaded crc-any v2.5.0
4272025-09-18T23:13:43.269Z Downloaded instant v0.1.13
4282025-09-18T23:13:43.273Z Downloaded thread-id v4.2.2
4292025-09-18T23:13:43.276Z Downloaded cpufeatures v0.2.14
4302025-09-18T23:13:43.276Z Downloaded time-macros v0.2.18
4312025-09-18T23:13:43.280Z Downloaded partial-io v0.5.4
4322025-09-18T23:13:43.285Z Downloaded derive_more v0.99.20
4332025-09-18T23:13:43.288Z Downloaded thiserror-no-std v2.0.2
4342025-09-18T23:13:43.291Z Downloaded ryu v1.0.18
4352025-09-18T23:13:43.296Z Downloaded bitvec v1.0.1
4362025-09-18T23:13:43.312Z Downloaded openssl-probe v0.1.5
4372025-09-18T23:13:43.316Z Downloaded sha2 v0.10.9
4382025-09-18T23:13:43.320Z Downloaded goblin v0.8.2
4392025-09-18T23:13:43.323Z Downloaded num_threads v0.1.7
4402025-09-18T23:13:43.326Z Downloaded ciborium v0.2.2
4412025-09-18T23:13:43.329Z Downloaded steno v0.4.1
4422025-09-18T23:13:43.333Z Downloaded hostname v0.4.0
4432025-09-18T23:13:43.339Z Downloaded diesel-dtrace v0.4.2
4442025-09-18T23:13:43.342Z Downloaded progenitor-macro v0.9.1
4452025-09-18T23:13:43.342Z Downloaded semver v0.1.20
4462025-09-18T23:13:43.342Z Downloaded kstat-rs v0.2.4
4472025-09-18T23:13:43.345Z Downloaded instability v0.3.2
4482025-09-18T23:13:43.345Z Downloaded pkcs8 v0.10.2
4492025-09-18T23:13:43.349Z Downloaded typify v0.2.0
4502025-09-18T23:13:43.352Z Downloaded toml_edit v0.22.27
4512025-09-18T23:13:43.358Z Downloaded tracing-core v0.1.32
4522025-09-18T23:13:43.361Z Downloaded typify-macro v0.4.3
4532025-09-18T23:13:43.365Z Downloaded serde_regex v1.1.0
4542025-09-18T23:13:43.368Z Downloaded zerocopy-derive v0.7.35
4552025-09-18T23:13:43.371Z Downloaded radium v0.7.0
4562025-09-18T23:13:43.374Z Downloaded progenitor-macro v0.10.0
4572025-09-18T23:13:43.374Z Downloaded lockfree-object-pool v0.1.6
4582025-09-18T23:13:43.377Z Downloaded hyper-util v0.1.16
4592025-09-18T23:13:43.383Z Downloaded cfg_aliases v0.2.1
4602025-09-18T23:13:43.386Z Downloaded serde_spanned v0.6.9
4612025-09-18T23:13:43.389Z Downloaded highway v1.3.0
4622025-09-18T23:13:43.392Z Downloaded diff v0.1.13
4632025-09-18T23:13:43.395Z Downloaded derive-ex v0.1.8
4642025-09-18T23:13:43.398Z Downloaded time v0.3.36
4652025-09-18T23:13:43.404Z Downloaded waitgroup v0.1.2
4662025-09-18T23:13:43.407Z Downloaded unicode-ident v1.0.18
4672025-09-18T23:13:43.410Z Downloaded git2 v0.19.0
4682025-09-18T23:13:43.418Z Downloaded md5 v0.7.0
4692025-09-18T23:13:43.421Z Downloaded iddqd v0.3.13
4702025-09-18T23:13:43.435Z Downloaded new_debug_unreachable v1.0.6
4712025-09-18T23:13:43.438Z Downloaded parse-size v1.1.0
4722025-09-18T23:13:43.442Z Downloaded chacha20 v0.9.1
4732025-09-18T23:13:43.445Z Downloaded path-slash v0.1.5
4742025-09-18T23:13:43.445Z Downloaded is-terminal v0.4.13
4752025-09-18T23:13:43.448Z Downloaded concurrent-queue v2.5.0
4762025-09-18T23:13:43.448Z Downloaded tokio-tungstenite v0.21.0
4772025-09-18T23:13:43.453Z Downloaded url v2.5.4
4782025-09-18T23:13:43.456Z Downloaded xshell v0.2.7
4792025-09-18T23:13:43.459Z Downloaded digest v0.10.7
4802025-09-18T23:13:43.462Z Downloaded xattr v1.3.1
4812025-09-18T23:13:43.465Z Downloaded crc v3.2.1
4822025-09-18T23:13:43.468Z Downloaded tracing v0.1.40
4832025-09-18T23:13:43.471Z Downloaded path-tree v0.8.1
4842025-09-18T23:13:43.474Z Downloaded linear-map v1.2.0
4852025-09-18T23:13:43.477Z Downloaded rustls-webpki v0.102.8
4862025-09-18T23:13:43.495Z Downloaded same-file v1.0.6
4872025-09-18T23:13:43.498Z Downloaded phf_shared v0.11.2
4882025-09-18T23:13:43.498Z Downloaded libscf-sys v1.1.0
4892025-09-18T23:13:43.501Z Downloaded internet-checksum v0.2.1
4902025-09-18T23:13:43.501Z Downloaded const-oid v0.9.6
4912025-09-18T23:13:43.504Z Downloaded crucible-workspace-hack v0.1.0
4922025-09-18T23:13:43.507Z Downloaded sec1 v0.7.3
4932025-09-18T23:13:43.507Z Downloaded pathdiff v0.2.3
4942025-09-18T23:13:43.510Z Downloaded paste v1.0.15
4952025-09-18T23:13:43.513Z Downloaded console v0.15.10
4962025-09-18T23:13:43.517Z Downloaded unicase v2.7.0
4972025-09-18T23:13:43.520Z Downloaded target-lexicon v0.13.2
4982025-09-18T23:13:43.523Z Downloaded nested v0.1.1
4992025-09-18T23:13:43.526Z Downloaded signature v2.2.0
5002025-09-18T23:13:43.526Z Downloaded rtoolbox v0.0.2
5012025-09-18T23:13:43.529Z Downloaded slog-dtrace v0.3.0
5022025-09-18T23:13:43.532Z Downloaded tower-service v0.3.3
5032025-09-18T23:13:43.532Z Downloaded hyper-rustls v0.27.7
5042025-09-18T23:13:43.535Z Downloaded darling v0.21.0
5052025-09-18T23:13:43.542Z Downloaded tinyvec_macros v0.1.1
5062025-09-18T23:13:43.545Z Downloaded is_terminal_polyfill v1.70.1
5072025-09-18T23:13:43.548Z Downloaded indent_write v2.2.0
5082025-09-18T23:13:43.548Z Downloaded wyz v0.5.1
5092025-09-18T23:13:43.551Z Downloaded thiserror-impl v2.0.16
5102025-09-18T23:13:43.551Z Downloaded deranged v0.3.11
5112025-09-18T23:13:43.555Z Downloaded tower-layer v0.3.3
5122025-09-18T23:13:43.555Z Downloaded usdt v0.5.0
5132025-09-18T23:13:43.558Z Downloaded libsw v3.5.0
5142025-09-18T23:13:43.561Z Downloaded progenitor-impl v0.9.1
5152025-09-18T23:13:43.561Z Downloaded plotters-svg v0.3.7
5162025-09-18T23:13:43.564Z Downloaded debug-ignore v1.0.5
5172025-09-18T23:13:43.567Z Downloaded crunchy v0.2.2
5182025-09-18T23:13:43.567Z Downloaded strum v0.26.3
5192025-09-18T23:13:43.570Z Downloaded pin-utils v0.1.0
5202025-09-18T23:13:43.570Z Downloaded zstd v0.13.3
5212025-09-18T23:13:43.574Z Downloaded dropshot_endpoint v0.16.4
5222025-09-18T23:13:43.578Z Downloaded ciborium-io v0.2.2
5232025-09-18T23:13:43.581Z Downloaded cstr-argument v0.1.2
5242025-09-18T23:13:43.584Z Downloaded bindgen v0.71.1
5252025-09-18T23:13:43.589Z Downloaded rand_chacha v0.9.0
5262025-09-18T23:13:43.592Z Downloaded phf_shared v0.12.1
5272025-09-18T23:13:43.595Z Downloaded keccak v0.1.5
5282025-09-18T23:13:43.595Z Downloaded sqlparser_derive v0.2.2
5292025-09-18T23:13:43.598Z Downloaded derive_builder v0.20.2
5302025-09-18T23:13:43.602Z Downloaded rand_chacha v0.3.1
5312025-09-18T23:13:43.617Z Downloaded tokio-stream v0.1.17
5322025-09-18T23:13:43.617Z Downloaded unarray v0.1.4
5332025-09-18T23:13:43.617Z Downloaded tokio-rustls v0.25.0
5342025-09-18T23:13:43.622Z Downloaded strip-ansi-escapes v0.2.0
5352025-09-18T23:13:43.622Z Downloaded darling_core v0.20.10
5362025-09-18T23:13:43.622Z Downloaded is_ci v1.2.0
5372025-09-18T23:13:43.626Z Downloaded progenitor-macro v0.8.0
5382025-09-18T23:13:43.626Z Downloaded convert_case v0.7.1
5392025-09-18T23:13:43.629Z Downloaded constant_time_eq v0.3.1
5402025-09-18T23:13:43.629Z Downloaded datatest-stable v0.3.2
5412025-09-18T23:13:43.633Z Downloaded darling_core v0.21.0
5422025-09-18T23:13:43.639Z Downloaded memmap v0.7.0
5432025-09-18T23:13:43.642Z Downloaded hubpack_derive v0.1.1
5442025-09-18T23:13:43.645Z Downloaded unicode-truncate v1.1.0
5452025-09-18T23:13:43.645Z Downloaded rsa v0.9.6
5462025-09-18T23:13:43.650Z Downloaded xshell-macros v0.2.7
5472025-09-18T23:13:43.653Z Downloaded daft-derive v0.1.4
5482025-09-18T23:13:43.656Z Downloaded crypto-common v0.1.6
5492025-09-18T23:13:43.660Z Downloaded openssl v0.10.73
5502025-09-18T23:13:43.667Z Downloaded libsw-core v0.3.1
5512025-09-18T23:13:43.670Z Downloaded tokio-macros v2.5.0
5522025-09-18T23:13:43.673Z Downloaded swrite v0.1.0
5532025-09-18T23:13:43.673Z Downloaded secrecy v0.8.0
5542025-09-18T23:13:43.676Z Downloaded serde_urlencoded v0.7.1
5552025-09-18T23:13:43.679Z Downloaded plotters-backend v0.3.7
5562025-09-18T23:13:43.679Z Downloaded slab v0.4.9
5572025-09-18T23:13:43.682Z Downloaded siphasher v0.3.11
5582025-09-18T23:13:43.682Z Downloaded pin-project-lite v0.2.14
5592025-09-18T23:13:43.688Z Downloaded pretty-hex v0.4.1
5602025-09-18T23:13:43.692Z Downloaded itoa v1.0.11
5612025-09-18T23:13:43.692Z Downloaded indoc v2.0.6
5622025-09-18T23:13:43.695Z Downloaded shell-words v1.1.0
5632025-09-18T23:13:43.698Z Downloaded serde_tokenstream v0.2.2
5642025-09-18T23:13:43.701Z Downloaded quick-xml v0.37.2
5652025-09-18T23:13:43.704Z Downloaded derive-where v1.5.0
5662025-09-18T23:13:43.708Z Downloaded subtle v2.6.1
5672025-09-18T23:13:43.711Z Downloaded writeable v0.5.5
5682025-09-18T23:13:43.714Z Downloaded shlex v1.3.0
5692025-09-18T23:13:43.717Z Downloaded pin-project v1.1.6
5702025-09-18T23:13:43.727Z Downloaded predicates-tree v1.0.12
5712025-09-18T23:13:43.730Z Downloaded value-bag v1.9.0
5722025-09-18T23:13:43.733Z Downloaded nanorand v0.7.0
5732025-09-18T23:13:43.736Z Downloaded utf16_iter v1.0.5
5742025-09-18T23:13:43.736Z Downloaded native-tls v0.2.12
5752025-09-18T23:13:43.739Z Downloaded synstructure v0.13.1
5762025-09-18T23:13:43.744Z Downloaded mime v0.3.17
5772025-09-18T23:13:43.744Z Downloaded jobserver v0.1.32
5782025-09-18T23:13:43.750Z Downloaded humantime v2.2.0
5792025-09-18T23:13:43.750Z Downloaded spki v0.7.3
5802025-09-18T23:13:43.753Z Downloaded snafu-derive v0.8.5
5812025-09-18T23:13:43.753Z Downloaded ron v0.7.1
5822025-09-18T23:13:43.756Z Downloaded pretty-hex v0.2.1
5832025-09-18T23:13:43.759Z Downloaded rstest_macros v0.25.0
5842025-09-18T23:13:43.762Z Downloaded console v0.16.0
5852025-09-18T23:13:43.765Z Downloaded dyn-clone v1.0.20
5862025-09-18T23:13:43.768Z Downloaded strum v0.27.2
5872025-09-18T23:13:43.768Z Downloaded similar-asserts v1.7.0
5882025-09-18T23:13:43.771Z Downloaded reqwest v0.12.22
5892025-09-18T23:13:43.778Z Downloaded tinystr v0.7.6
5902025-09-18T23:13:43.782Z Downloaded hubpack v0.1.2
5912025-09-18T23:13:43.782Z Downloaded hkdf v0.12.4
5922025-09-18T23:13:43.785Z Downloaded nodrop v0.1.14
5932025-09-18T23:13:43.788Z Downloaded toml v0.8.23
5942025-09-18T23:13:43.791Z Downloaded icu_locid_transform v1.5.0
5952025-09-18T23:13:43.794Z Downloaded idna_adapter v1.2.0
5962025-09-18T23:13:43.794Z Downloaded toml v0.7.8
5972025-09-18T23:13:43.798Z Downloaded sqlformat v0.3.5
5982025-09-18T23:13:43.801Z Downloaded mime_guess v2.0.5
5992025-09-18T23:13:43.801Z Downloaded icu_normalizer v1.5.0
6002025-09-18T23:13:43.805Z Downloaded tower v0.5.2
6012025-09-18T23:13:43.815Z Downloaded utf8_iter v1.0.4
6022025-09-18T23:13:43.818Z Downloaded psl-types v2.0.11
6032025-09-18T23:13:43.818Z Downloaded indexmap v1.9.3
6042025-09-18T23:13:43.821Z Downloaded winnow v0.7.10
6052025-09-18T23:13:43.830Z Downloaded difflib v0.4.0
6062025-09-18T23:13:43.833Z Downloaded const_format v0.2.34
6072025-09-18T23:13:43.835Z Downloaded unicode-bidi v0.3.17
6082025-09-18T23:13:43.839Z Downloaded dsl_auto_type v0.1.2
6092025-09-18T23:13:43.842Z Downloaded clap_builder v4.5.41
6102025-09-18T23:13:43.847Z Downloaded icu_normalizer_data v1.5.0
6112025-09-18T23:13:43.850Z Downloaded publicsuffix v2.3.0
6122025-09-18T23:13:43.853Z Downloaded yansi v1.0.1
6132025-09-18T23:13:43.856Z Downloaded progenitor-impl v0.11.0
6142025-09-18T23:13:43.859Z Downloaded chrono v0.4.41
6152025-09-18T23:13:43.864Z Downloaded rustls-pemfile v2.2.0
6162025-09-18T23:13:43.867Z Downloaded curve25519-dalek v4.1.3
6172025-09-18T23:13:43.876Z Downloaded russh v0.45.0
6182025-09-18T23:13:43.881Z Downloaded rustls-pki-types v1.10.0
6192025-09-18T23:13:43.884Z Downloaded iri-string v0.7.8
6202025-09-18T23:13:43.891Z Downloaded tinytemplate v1.2.1
6212025-09-18T23:13:43.894Z Downloaded derive_more-impl v2.0.1
6222025-09-18T23:13:43.898Z Downloaded icu_properties v1.5.1
6232025-09-18T23:13:43.901Z Downloaded rand v0.9.2
6242025-09-18T23:13:43.904Z Downloaded idna v1.0.3
6252025-09-18T23:13:43.908Z Downloaded tinyvec v1.8.0
6262025-09-18T23:13:43.911Z Downloaded tabled v0.20.0
6272025-09-18T23:13:43.929Z Downloaded icu_locid v1.5.0
6282025-09-18T23:13:43.933Z Downloaded syn v1.0.109
6292025-09-18T23:13:43.943Z Downloaded crossterm v0.28.1
6302025-09-18T23:13:43.948Z Downloaded syn v2.0.106
6312025-09-18T23:13:43.959Z Downloaded unicode-segmentation v1.12.0
6322025-09-18T23:13:43.964Z Downloaded regex-syntax v0.8.5
6332025-09-18T23:13:43.969Z Downloaded toml_edit v0.19.15
6342025-09-18T23:13:43.986Z Downloaded crossterm v0.29.0
6352025-09-18T23:13:43.992Z Downloaded progenitor-impl v0.10.0
6362025-09-18T23:13:43.995Z Downloaded prefix-trie v0.7.0
6372025-09-18T23:13:43.998Z Downloaded memchr v2.7.4
6382025-09-18T23:13:44.002Z Downloaded uuid v1.18.1
6392025-09-18T23:13:44.005Z Downloaded unicode-width v0.2.0
6402025-09-18T23:13:44.011Z Downloaded tower-http v0.6.6
6412025-09-18T23:13:44.019Z Downloaded vcpkg v0.2.15
6422025-09-18T23:13:44.056Z Downloaded zip v4.2.0
6432025-09-18T23:13:44.060Z Downloaded hickory-proto v0.24.4
6442025-09-18T23:13:44.075Z Downloaded winnow v0.5.40
6452025-09-18T23:13:44.082Z Downloaded salty v0.3.0
6462025-09-18T23:13:44.089Z Downloaded serde_with v3.14.0
6472025-09-18T23:13:44.101Z Downloaded proptest v1.7.0
6482025-09-18T23:13:44.109Z Downloaded itertools v0.14.0
6492025-09-18T23:13:44.116Z Downloaded nom v7.1.3
6502025-09-18T23:13:44.121Z Downloaded plotters v0.3.7
6512025-09-18T23:13:44.131Z Downloaded tabled v0.15.0
6522025-09-18T23:13:44.146Z Downloaded hyper v1.7.0
6532025-09-18T23:13:44.152Z Downloaded zerocopy v0.8.26
6542025-09-18T23:13:44.174Z Downloaded sqlparser v0.45.0
6552025-09-18T23:13:44.178Z Downloaded rustls v0.23.19
6562025-09-18T23:13:44.189Z Downloaded rustls v0.21.12
6572025-09-18T23:13:44.198Z Downloaded unicode-width v0.1.14
6582025-09-18T23:13:44.204Z Downloaded tabled v0.18.0
6592025-09-18T23:13:44.221Z Downloaded polar-core v0.27.3
6602025-09-18T23:13:44.228Z Downloaded nix v0.27.1
6612025-09-18T23:13:44.237Z Downloaded rustls v0.22.4
6622025-09-18T23:13:44.250Z Downloaded object v0.30.4
6632025-09-18T23:13:44.258Z Downloaded openapiv3 v2.2.0
6642025-09-18T23:13:44.267Z Downloaded bstr v1.10.0
6652025-09-18T23:13:44.275Z Downloaded radix_trie v0.2.1
6662025-09-18T23:13:44.280Z Downloaded rustix v0.38.37
6672025-09-18T23:13:44.301Z Downloaded nix v0.30.1
6682025-09-18T23:13:44.312Z Downloaded rustix v1.0.7
6692025-09-18T23:13:44.334Z Downloaded object v0.36.5
6702025-09-18T23:13:44.343Z Downloaded smoltcp v0.11.0
6712025-09-18T23:13:44.354Z Downloaded dropshot v0.16.4
6722025-09-18T23:13:44.376Z Downloaded typify-impl v0.4.3
6732025-09-18T23:13:44.388Z Downloaded typify-impl v0.2.0
6742025-09-18T23:13:44.400Z Downloaded nix v0.29.0
6752025-09-18T23:13:44.413Z Downloaded petgraph v0.6.5
6762025-09-18T23:13:44.431Z Downloaded ratatui v0.29.0
6772025-09-18T23:13:44.448Z Downloaded zerocopy-derive v0.6.6
6782025-09-18T23:13:44.458Z Downloaded diesel v2.2.12
6792025-09-18T23:13:44.476Z Downloaded typify-impl v0.3.0
6802025-09-18T23:13:44.489Z Downloaded petgraph v0.8.2
6812025-09-18T23:13:44.508Z Downloaded sled v0.34.7
6822025-09-18T23:13:44.517Z Downloaded libc v0.2.174
6832025-09-18T23:13:44.540Z Downloaded regex-automata v0.4.8
6842025-09-18T23:13:44.554Z Downloaded bzip2-sys v0.1.13+1.0.8
6852025-09-18T23:13:44.564Z Downloaded petname v2.0.2
6862025-09-18T23:13:44.570Z Downloaded jiff v0.2.15
6872025-09-18T23:13:44.585Z Downloaded zlib-rs v0.5.1
6882025-09-18T23:13:44.589Z Downloaded tough v0.20.0
6892025-09-18T23:13:44.597Z Downloaded rand v0.8.5
6902025-09-18T23:13:44.600Z Downloaded qorb v0.4.1
6912025-09-18T23:13:44.605Z Downloaded winnow v0.6.26
6922025-09-18T23:13:44.614Z Downloaded lzma-sys v0.1.20
6932025-09-18T23:13:44.640Z Downloaded smoltcp v0.9.1
6942025-09-18T23:13:44.650Z Downloaded icu_properties_data v1.5.0
6952025-09-18T23:13:44.660Z Downloaded libm v0.2.8
6962025-09-18T23:13:44.666Z Downloaded regress v0.10.4
6972025-09-18T23:13:44.675Z Downloaded rpassword v7.4.0
6982025-09-18T23:13:44.678Z Downloaded tokio v1.47.0
6992025-09-18T23:13:44.712Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
7002025-09-18T23:13:44.727Z Downloaded tokio-postgres v0.7.13
7012025-09-18T23:13:44.732Z Downloaded csv v1.3.1
7022025-09-18T23:13:44.750Z Downloaded lalrpop v0.19.12
7032025-09-18T23:13:44.759Z Downloaded samael v0.0.19
7042025-09-18T23:13:44.765Z Downloaded quinn-proto v0.11.8
7052025-09-18T23:13:44.771Z Downloaded chrono-tz v0.10.4
7062025-09-18T23:13:44.786Z Downloaded itertools v0.13.0
7072025-09-18T23:13:44.793Z Downloaded dunce v1.0.5
7082025-09-18T23:13:44.796Z Downloaded libz-sys v1.1.20
7092025-09-18T23:13:44.812Z Downloaded sha3 v0.10.8
7102025-09-18T23:13:44.816Z Downloaded progenitor-impl v0.8.0
7112025-09-18T23:13:44.819Z Downloaded tokio-dtrace v0.1.0
7122025-09-18T23:13:44.822Z Downloaded moka v0.12.10
7132025-09-18T23:13:44.829Z Downloaded clap v4.5.41
7142025-09-18T23:13:44.837Z Downloaded clang-sys v1.8.1
7152025-09-18T23:13:44.840Z Downloaded snafu v0.8.5
7162025-09-18T23:13:44.846Z Downloaded typify v0.4.3
7172025-09-18T23:13:44.849Z Downloaded typify v0.3.0
7182025-09-18T23:13:44.852Z Downloaded encoding_rs v0.8.34
7192025-09-18T23:13:44.871Z Downloaded pin-project-internal v1.1.6
7202025-09-18T23:13:44.874Z Downloaded x509-cert v0.2.5
7212025-09-18T23:13:44.878Z Downloaded webpki-roots v1.0.1
7222025-09-18T23:13:44.882Z Downloaded regex-syntax v0.6.29
7232025-09-18T23:13:44.887Z Downloaded xz2 v0.1.7
7242025-09-18T23:13:44.892Z Downloaded rustls-webpki v0.101.7
7252025-09-18T23:13:44.903Z Downloaded chacha20poly1305 v0.10.1
7262025-09-18T23:13:44.906Z Downloaded httpmock v0.8.0-alpha.1
7272025-09-18T23:13:44.922Z Downloaded icu_collections v1.5.0
7282025-09-18T23:13:44.928Z Downloaded serde_with_macros v3.14.0
7292025-09-18T23:13:44.931Z Downloaded rstest v0.25.0
7302025-09-18T23:13:44.934Z Downloaded itertools v0.10.5
7312025-09-18T23:13:44.940Z Downloaded const_format_proc_macros v0.2.34
7322025-09-18T23:13:44.943Z Downloaded r2d2 v0.8.10
7332025-09-18T23:13:44.943Z Downloaded yoke v0.7.4
7342025-09-18T23:13:44.946Z Downloaded uzers v0.12.1
7352025-09-18T23:13:44.949Z Downloaded tiny-keccak v2.0.2
7362025-09-18T23:13:44.949Z Downloaded zerocopy v0.7.35
7372025-09-18T23:13:44.964Z Downloaded slog v2.7.0
7382025-09-18T23:13:44.967Z Downloaded tokio-util v0.7.15
7392025-09-18T23:13:44.972Z Downloaded bindgen v0.69.5
7402025-09-18T23:13:44.978Z Downloaded ron v0.8.1
7412025-09-18T23:13:44.983Z Downloaded regex v1.11.1
7422025-09-18T23:13:44.994Z Downloaded defmt-parser v0.3.4
7432025-09-18T23:13:44.997Z Downloaded ring v0.17.14
7442025-09-18T23:13:45.034Z Downloaded zone v0.3.1
7452025-09-18T23:13:45.037Z Downloaded zone v0.1.8
7462025-09-18T23:13:45.037Z Downloaded tokio-native-tls v0.3.1
7472025-09-18T23:13:45.037Z Downloaded libxml v0.3.3
7482025-09-18T23:13:45.042Z Downloaded libgit2-sys v0.17.0+1.8.1
7492025-09-18T23:13:45.091Z Downloaded pretty_assertions v1.4.1
7502025-09-18T23:13:45.095Z Downloaded zip v0.6.6
7512025-09-18T23:13:45.098Z Downloaded oorandom v11.1.4
7522025-09-18T23:13:45.098Z Downloaded num_enum_derive v0.5.11
7532025-09-18T23:13:45.101Z Downloaded num-derive v0.4.2
7542025-09-18T23:13:45.101Z Downloaded num-derive v0.3.3
7552025-09-18T23:13:45.104Z Downloaded indexmap v2.11.0
7562025-09-18T23:13:45.107Z Downloaded p521 v0.13.3
7572025-09-18T23:13:45.110Z Downloaded log v0.4.27
7582025-09-18T23:13:45.113Z Downloaded litrs v0.4.1
7592025-09-18T23:13:45.113Z Downloaded crypto-bigint v0.5.5
7602025-09-18T23:13:45.118Z Downloaded spin v0.9.8
7612025-09-18T23:13:45.122Z Downloaded tokio-rustls v0.26.0
7622025-09-18T23:13:45.125Z Downloaded num-bigint-dig v0.8.4
7632025-09-18T23:13:45.129Z Downloaded diesel_derives v2.2.3
7642025-09-18T23:13:45.132Z Downloaded socket2 v0.5.10
7652025-09-18T23:13:45.132Z Downloaded number_prefix v0.4.0
7662025-09-18T23:13:45.136Z Downloaded itertools v0.12.1
7672025-09-18T23:13:45.140Z Downloaded maybe-uninit v2.0.0
7682025-09-18T23:13:45.144Z Downloaded data-encoding v2.9.0
7692025-09-18T23:13:45.144Z Downloaded typify-macro v0.3.0
7702025-09-18T23:13:45.144Z Downloaded tabled_derive v0.10.0
7712025-09-18T23:13:45.144Z Downloaded tabled_derive v0.7.0
7722025-09-18T23:13:45.144Z Downloaded parking_lot v0.12.3
7732025-09-18T23:13:45.147Z Downloaded papergrid v0.11.0
7742025-09-18T23:13:45.151Z Downloaded socket2 v0.6.0
7752025-09-18T23:13:45.154Z Downloaded rand_distr v0.5.1
7762025-09-18T23:13:45.159Z Downloaded zerocopy-derive v0.8.26
7772025-09-18T23:13:45.162Z Downloaded typed-path v0.9.3
7782025-09-18T23:13:45.166Z Downloaded rustls-native-certs v0.8.1
7792025-09-18T23:13:45.169Z Downloaded parking_lot v0.11.2
7802025-09-18T23:13:45.174Z Downloaded litemap v0.7.3
7812025-09-18T23:13:45.174Z Downloaded openssl-sys v0.9.109
7822025-09-18T23:13:45.177Z Downloaded utf8parse v0.2.2
7832025-09-18T23:13:45.182Z Downloaded thiserror-impl v1.0.69
7842025-09-18T23:13:45.182Z Downloaded tabled_derive v0.11.0
7852025-09-18T23:13:45.182Z Downloaded supports-color v3.0.2
7862025-09-18T23:13:45.185Z Downloaded strsim v0.11.1
7872025-09-18T23:13:45.185Z Downloaded serde_repr v0.1.19
7882025-09-18T23:13:45.185Z Downloaded serde_plain v1.0.2
7892025-09-18T23:13:45.185Z Downloaded serde_bytes v0.11.17
7902025-09-18T23:13:45.189Z Downloaded secrecy v0.10.3
7912025-09-18T23:13:45.189Z Downloaded rustls-pemfile v1.0.4
7922025-09-18T23:13:45.192Z Downloaded typenum v1.17.0
7932025-09-18T23:13:45.192Z Downloaded rayon v1.10.0
7942025-09-18T23:13:45.199Z Downloaded p384 v0.13.0
7952025-09-18T23:13:45.204Z Downloaded criterion v0.7.0
7962025-09-18T23:13:45.211Z Downloaded blake3 v1.5.4
7972025-09-18T23:13:45.218Z Downloaded ucd-trie v0.1.7
7982025-09-18T23:13:45.221Z Downloaded parse-display-derive v0.10.0
7992025-09-18T23:13:45.221Z Downloaded parking v2.2.1
8002025-09-18T23:13:45.225Z Downloaded packed_struct_codegen v0.10.1
8012025-09-18T23:13:45.225Z Downloaded ordered-float v2.10.1
8022025-09-18T23:13:45.225Z Downloaded linked-hash-map v0.5.6
8032025-09-18T23:13:45.228Z Downloaded libloading v0.8.5
8042025-09-18T23:13:45.228Z Downloaded httptest v0.16.3
8052025-09-18T23:13:45.233Z Downloaded inout v0.1.3
8062025-09-18T23:13:45.233Z Downloaded ingot-types v0.1.2
8072025-09-18T23:13:45.233Z Downloaded derive_more v2.0.1
8082025-09-18T23:13:45.239Z Downloaded reedline v0.40.0
8092025-09-18T23:13:45.246Z Downloaded darling_macro v0.21.0
8102025-09-18T23:13:45.249Z Downloaded darling v0.20.10
8112025-09-18T23:13:45.252Z Downloaded num-bigint v0.4.6
8122025-09-18T23:13:45.256Z Downloaded pest v2.7.14
8132025-09-18T23:13:45.260Z Downloaded opaque-debug v0.3.1
8142025-09-18T23:13:45.263Z Downloaded impl-trait-for-tuples v0.2.2
8152025-09-18T23:13:45.263Z Downloaded httpdate v1.0.3
8162025-09-18T23:13:45.267Z Downloaded zeroize_derive v1.4.2
8172025-09-18T23:13:45.267Z Downloaded yasna v0.5.2
8182025-09-18T23:13:45.270Z Downloaded rand_core v0.9.3
8192025-09-18T23:13:45.270Z Downloaded rand_core v0.6.4
8202025-09-18T23:13:45.270Z Downloaded papergrid v0.17.0
8212025-09-18T23:13:45.274Z Downloaded papergrid v0.14.0
8222025-09-18T23:13:45.278Z Downloaded ignore v0.4.23
8232025-09-18T23:13:45.282Z Downloaded hmac v0.12.1
8242025-09-18T23:13:45.286Z Downloaded http v1.3.1
8252025-09-18T23:13:45.286Z Downloaded zerovec v0.10.4
8262025-09-18T23:13:45.290Z Downloaded indicatif v0.18.0
8272025-09-18T23:13:45.294Z Downloaded indicatif v0.17.11
8282025-09-18T23:13:45.298Z Downloaded unicode_categories v0.1.1
8292025-09-18T23:13:45.316Z Downloaded unicode-normalization v0.1.24
8302025-09-18T23:13:45.316Z Downloaded thiserror-impl-no-std v2.0.2
8312025-09-18T23:13:45.316Z Downloaded stringprep v0.1.5
8322025-09-18T23:13:45.316Z Downloaded password-hash v0.4.2
8332025-09-18T23:13:45.316Z Downloaded portable-atomic v1.11.0
8342025-09-18T23:13:45.316Z Downloaded futures-util v0.3.31
8352025-09-18T23:13:45.324Z Downloaded minimal-lexical v0.2.1
8362025-09-18T23:13:45.328Z Downloaded ssh-key v0.6.6
8372025-09-18T23:13:45.334Z Downloaded serde-hex v0.1.0
8382025-09-18T23:13:45.337Z Downloaded serde_json v1.0.145
8392025-09-18T23:13:45.342Z Downloaded rustc_version v0.1.7
8402025-09-18T23:13:45.346Z Downloaded quote v1.0.40
8412025-09-18T23:13:45.346Z Downloaded tar v0.4.44
8422025-09-18T23:13:45.349Z Downloaded crc32fast v1.4.2
8432025-09-18T23:13:45.349Z Downloaded mio v1.0.2
8442025-09-18T23:13:45.353Z Downloaded h2 v0.4.6
8452025-09-18T23:13:45.360Z Downloaded libtest-mimic v0.8.1
8462025-09-18T23:13:45.363Z Downloaded clap_derive v4.5.41
8472025-09-18T23:13:45.363Z Downloaded jiff-static v0.2.15
8482025-09-18T23:13:45.366Z Downloaded progenitor-client v0.10.0
8492025-09-18T23:13:45.366Z Downloaded plain v0.2.3
8502025-09-18T23:13:45.367Z Downloaded lru v0.12.5
8512025-09-18T23:13:45.371Z Downloaded hyper-staticfile v0.10.1
8522025-09-18T23:13:45.371Z Downloaded zstd-safe v7.2.3
8532025-09-18T23:13:45.374Z Downloaded vte v0.11.1
8542025-09-18T23:13:45.374Z Downloaded vsss-rs v3.3.4
8552025-09-18T23:13:45.374Z Downloaded defmt v0.3.8
8562025-09-18T23:13:45.377Z Downloaded serde_yaml v0.9.34+deprecated
8572025-09-18T23:13:45.380Z Downloaded polling v3.7.3
8582025-09-18T23:13:45.383Z Downloaded hashbrown v0.15.4
8592025-09-18T23:13:45.387Z Downloaded home v0.5.9
8602025-09-18T23:13:45.390Z Downloaded dof v0.3.0
8612025-09-18T23:13:45.390Z Downloaded rustyline v14.0.0
8622025-09-18T23:13:45.394Z Downloaded twox-hash v2.1.0
8632025-09-18T23:13:45.398Z Downloaded der v0.7.9
8642025-09-18T23:13:45.402Z Downloaded tokio-rustls v0.24.1
8652025-09-18T23:13:45.405Z Downloaded miniz_oxide v0.8.5
8662025-09-18T23:13:45.405Z Downloaded unit-prefix v0.5.1
8672025-09-18T23:13:45.405Z Downloaded oso v0.27.3
8682025-09-18T23:13:45.408Z Downloaded tagptr v0.2.0
8692025-09-18T23:13:45.411Z Downloaded strum_macros v0.27.1
8702025-09-18T23:13:45.411Z Downloaded strum_macros v0.26.4
8712025-09-18T23:13:45.414Z Downloaded predicates v3.1.3
8722025-09-18T23:13:45.417Z Downloaded omicron-zone-package v0.12.2
8732025-09-18T23:13:45.420Z Downloaded static_assertions v1.1.0
8742025-09-18T23:13:45.420Z Downloaded der_derive v0.7.3
8752025-09-18T23:13:45.423Z Downloaded tracing-attributes v0.1.27
8762025-09-18T23:13:45.423Z Downloaded num v0.4.3
8772025-09-18T23:13:45.423Z Downloaded lzss v0.8.2
8782025-09-18T23:13:45.426Z Downloaded iana-time-zone v0.1.63
8792025-09-18T23:13:45.429Z Downloaded num-complex v0.4.6
8802025-09-18T23:13:45.429Z Downloaded cookie_store v0.21.1
8812025-09-18T23:13:45.432Z Downloaded powerfmt v0.2.0
8822025-09-18T23:13:45.432Z Downloaded tungstenite v0.23.0
8832025-09-18T23:13:45.437Z Downloaded ppv-lite86 v0.2.20
8842025-09-18T23:13:45.437Z Downloaded httparse v1.9.5
8852025-09-18T23:13:45.440Z Downloaded tungstenite v0.21.0
8862025-09-18T23:13:45.444Z Downloaded toml v0.9.5
8872025-09-18T23:13:45.447Z Downloaded hickory-resolver v0.25.2
8882025-09-18T23:13:45.447Z Downloaded password-hash v0.5.0
8892025-09-18T23:13:45.450Z Downloaded zopfli v0.8.1
8902025-09-18T23:13:45.453Z Downloaded serde_core v1.0.223
8912025-09-18T23:13:45.453Z Downloaded peg v0.8.5
8922025-09-18T23:13:45.459Z Downloaded tempfile v3.20.0
8932025-09-18T23:13:45.463Z Downloaded target-spec v3.5.0
8942025-09-18T23:13:45.463Z Downloaded rcgen v0.12.1
8952025-09-18T23:13:45.466Z Downloaded lru-cache v0.1.2
8962025-09-18T23:13:45.466Z Downloaded lalrpop-util v0.19.12
8972025-09-18T23:13:45.466Z Downloaded libefi-sys v0.1.0
8982025-09-18T23:13:45.466Z Downloaded colored v2.2.0
8992025-09-18T23:13:45.469Z Downloaded colorchoice v1.0.2
9002025-09-18T23:13:45.469Z Downloaded zerocopy v0.6.6
9012025-09-18T23:13:45.472Z Downloaded unicode-properties v0.1.3
9022025-09-18T23:13:45.475Z Downloaded p256 v0.13.2
9032025-09-18T23:13:45.475Z Downloaded hickory-resolver v0.24.4
9042025-09-18T23:13:45.479Z Downloaded dirs-next v2.0.0
9052025-09-18T23:13:45.482Z Downloaded textwrap v0.16.2
9062025-09-18T23:13:45.485Z Downloaded display-error-chain v0.2.2
9072025-09-18T23:13:45.485Z Downloaded walkdir v2.5.0
9082025-09-18T23:13:45.485Z Downloaded usdt-impl v0.5.0
9092025-09-18T23:13:45.489Z Downloaded num-traits v0.2.19
9102025-09-18T23:13:45.492Z Downloaded hashbrown v0.13.2
9112025-09-18T23:13:45.492Z Downloaded base64 v0.21.7
9122025-09-18T23:13:45.495Z Downloaded whoami v1.5.2
9132025-09-18T23:13:45.498Z Downloaded slog-term v2.9.2
9142025-09-18T23:13:45.501Z Downloaded ctr v0.9.2
9152025-09-18T23:13:45.501Z Downloaded critical-section v1.1.3
9162025-09-18T23:13:45.504Z Downloaded toml_parser v1.0.2
9172025-09-18T23:13:45.504Z Downloaded signal-hook v0.3.18
9182025-09-18T23:13:45.507Z Downloaded serde_cbor v0.11.2
9192025-09-18T23:13:45.510Z Downloaded arc-swap v1.7.1
9202025-09-18T23:13:45.513Z Downloaded term v0.7.0
9212025-09-18T23:13:45.516Z Downloaded cmake v0.1.51
9222025-09-18T23:13:45.516Z Downloaded heapless v0.8.0
9232025-09-18T23:13:45.519Z Downloaded diesel_table_macro_syntax v0.2.0
9242025-09-18T23:13:45.522Z Downloaded bumpalo v3.16.0
9252025-09-18T23:13:45.522Z Downloaded structmeta-derive v0.3.0
9262025-09-18T23:13:45.525Z Downloaded smallvec v1.15.1
9272025-09-18T23:13:45.525Z Downloaded base64 v0.22.1
9282025-09-18T23:13:45.528Z Downloaded headers v0.4.1
9292025-09-18T23:13:45.532Z Downloaded termcolor v1.4.1
9302025-09-18T23:13:45.536Z Downloaded serde_derive_internals v0.29.1
9312025-09-18T23:13:45.536Z Downloaded serde v1.0.223
9322025-09-18T23:13:45.539Z Downloaded semver v1.0.26
9332025-09-18T23:13:45.539Z Downloaded universal-hash v0.5.1
9342025-09-18T23:13:45.543Z Downloaded unicode-linebreak v0.1.5
9352025-09-18T23:13:45.543Z Downloaded typify-macro v0.2.0
9362025-09-18T23:13:45.543Z Downloaded tui-tree-widget v0.23.1
9372025-09-18T23:13:45.543Z Downloaded proc-macro2 v1.0.101
9382025-09-18T23:13:45.546Z Downloaded yoke-derive v0.7.4
9392025-09-18T23:13:45.546Z Downloaded termtree v0.5.1
9402025-09-18T23:13:45.549Z Downloaded termios v0.3.3
9412025-09-18T23:13:45.549Z Downloaded ssh-encoding v0.2.0
9422025-09-18T23:13:45.553Z Downloaded pkcs5 v0.7.1
9432025-09-18T23:13:45.556Z Downloaded pest_meta v2.7.14
9442025-09-18T23:13:45.556Z Downloaded parking_lot_core v0.9.10
9452025-09-18T23:13:45.559Z Downloaded structmeta v0.3.0
9462025-09-18T23:13:45.559Z Downloaded stable_deref_trait v1.2.0
9472025-09-18T23:13:45.559Z Downloaded smallvec v0.6.14
9482025-09-18T23:13:45.562Z Downloaded slog-stdlog v4.1.1
9492025-09-18T23:13:45.562Z Downloaded slog-scope v4.4.0
9502025-09-18T23:13:45.562Z Downloaded signal-hook-mio v0.2.4
9512025-09-18T23:13:45.565Z Downloaded slog-async v2.8.0
9522025-09-18T23:13:45.565Z Downloaded nu-ansi-term v0.50.1
9532025-09-18T23:13:45.568Z Downloaded blake2 v0.10.6
9542025-09-18T23:13:45.568Z Downloaded serde_path_to_error v0.1.17
9552025-09-18T23:13:45.572Z Downloaded scroll v0.12.0
9562025-09-18T23:13:45.572Z Downloaded bzip2 v0.5.2
9572025-09-18T23:13:45.575Z Downloaded cfg-expr v0.20.1
9582025-09-18T23:13:45.575Z Downloaded blake2b_simd v1.0.2
9592025-09-18T23:13:45.578Z Downloaded bitflags v2.9.1
9602025-09-18T23:13:45.582Z Downloaded rusty-fork v0.3.0
9612025-09-18T23:13:45.582Z Downloaded rustversion v1.0.17
9622025-09-18T23:13:45.586Z Downloaded proc-macro-error2 v2.0.1
9632025-09-18T23:13:45.586Z Downloaded memmap2 v0.9.5
9642025-09-18T23:13:45.589Z Downloaded cargo_metadata v0.18.1
9652025-09-18T23:13:45.589Z Downloaded rand_xorshift v0.4.0
9662025-09-18T23:13:45.589Z Downloaded half v1.8.3
9672025-09-18T23:13:45.592Z Downloaded async-global-executor v2.4.1
9682025-09-18T23:13:45.595Z Downloaded sync_wrapper v1.0.1
9692025-09-18T23:13:45.595Z Downloaded futures v0.3.31
9702025-09-18T23:13:45.598Z Downloaded cargo-util-schemas v0.8.2
9712025-09-18T23:13:45.601Z Downloaded buf-list v1.0.3
9722025-09-18T23:13:45.601Z Downloaded percent-encoding v2.3.2
9732025-09-18T23:13:45.605Z Downloaded oxnet v0.1.3
9742025-09-18T23:13:45.605Z Downloaded oxide-tokio-rt v0.1.2
9752025-09-18T23:13:45.605Z Downloaded olpc-cjson v0.1.4
9762025-09-18T23:13:45.608Z Downloaded polyval v0.6.2
9772025-09-18T23:13:45.608Z Downloaded pkcs1 v0.7.5
9782025-09-18T23:13:45.611Z Downloaded getrandom v0.3.1
9792025-09-18T23:13:45.611Z Downloaded cargo_metadata v0.21.0
9802025-09-18T23:13:45.615Z Downloaded cargo-platform v0.1.8
9812025-09-18T23:13:45.615Z Downloaded async-lock v3.4.0
9822025-09-18T23:13:45.618Z Downloaded progenitor v0.9.1
9832025-09-18T23:13:45.618Z Downloaded proc-macro-error-attr2 v2.0.0
9842025-09-18T23:13:45.618Z Downloaded parse-display v0.10.0
9852025-09-18T23:13:45.622Z Downloaded num_enum v0.5.11
9862025-09-18T23:13:45.625Z Downloaded newtype-uuid v1.2.4
9872025-09-18T23:13:45.625Z Downloaded camino-tempfile v1.4.1
9882025-09-18T23:13:45.628Z Downloaded async-bb8-diesel v0.2.1
9892025-09-18T23:13:45.628Z Downloaded backoff v0.4.0
9902025-09-18T23:13:45.631Z Downloaded async-executor v1.13.1
9912025-09-18T23:13:45.634Z Downloaded hickory-client v0.25.2
9922025-09-18T23:13:45.634Z Downloaded camino-tempfile-ext v0.3.2
9932025-09-18T23:13:45.638Z Downloaded block-buffer v0.10.4
9942025-09-18T23:13:45.638Z Downloaded gethostname v0.5.0
9952025-09-18T23:13:45.638Z Downloaded backtrace v0.3.74
9962025-09-18T23:13:45.643Z Downloaded async-trait v0.1.89
9972025-09-18T23:13:45.646Z Downloaded async-task v4.7.1
9982025-09-18T23:13:45.648Z Downloaded hex v0.4.3
9992025-09-18T23:13:45.649Z Downloaded atomic-waker v1.1.2
10002025-09-18T23:13:45.651Z Downloaded futures-timer v3.0.3
10012025-09-18T23:13:45.652Z Downloaded cast v0.3.0
10022025-09-18T23:13:45.655Z Downloaded cassowary v0.3.0
10032025-09-18T23:13:45.655Z Downloaded futures-macro v0.3.31
10042025-09-18T23:13:45.655Z Downloaded event-listener-strategy v0.5.2
10052025-09-18T23:13:45.655Z Downloaded errno v0.3.12
10062025-09-18T23:13:45.658Z Downloaded env_filter v0.1.2
10072025-09-18T23:13:45.658Z Downloaded cargo-platform v0.2.0
10082025-09-18T23:13:45.661Z Downloaded blowfish v0.9.1
10092025-09-18T23:13:45.661Z Downloaded blocking v1.6.1
10102025-09-18T23:13:45.661Z Downloaded bitfield-struct v0.6.2
10112025-09-18T23:13:45.664Z Downloaded bitfield v0.14.0
10122025-09-18T23:13:45.664Z Downloaded bit-set v0.8.0
10132025-09-18T23:13:45.667Z Downloaded base16ct v0.2.0
10142025-09-18T23:13:45.667Z Downloaded bb8 v0.8.5
10152025-09-18T23:13:45.667Z Downloaded funty v2.0.0
10162025-09-18T23:13:45.667Z Downloaded fnv v1.0.7
10172025-09-18T23:13:45.671Z Downloaded env_logger v0.10.2
10182025-09-18T23:13:45.671Z Downloaded anstyle-query v1.1.1
10192025-09-18T23:13:45.673Z Downloaded futures-lite v2.3.0
10202025-09-18T23:13:45.673Z Downloaded fs-err v3.1.1
10212025-09-18T23:13:45.677Z Downloaded futures-executor v0.3.31
10222025-09-18T23:13:45.677Z Downloaded form_urlencoded v1.2.2
10232025-09-18T23:13:45.680Z Downloaded foldhash v0.2.0
10242025-09-18T23:13:45.680Z Downloaded flagset v0.4.6
10252025-09-18T23:13:45.680Z Downloaded fs_extra v1.3.0
10262025-09-18T23:13:45.683Z Downloaded float-ord v0.3.2
10272025-09-18T23:13:45.683Z Downloaded fastrand v2.1.1
10282025-09-18T23:13:45.686Z Downloaded foldhash v0.1.5
10292025-09-18T23:13:45.686Z Downloaded fixedbitset v0.5.7
10302025-09-18T23:13:45.689Z Downloaded fatfs v0.3.6
10312025-09-18T23:13:45.689Z Downloaded embedded-io v0.6.1
10322025-09-18T23:13:45.692Z Downloaded ed25519-dalek v2.1.1
10332025-09-18T23:13:45.695Z Downloaded bzip2 v0.4.4
10342025-09-18T23:13:45.695Z Downloaded block-padding v0.3.3
10352025-09-18T23:13:45.695Z Downloaded autocfg v1.4.0
10362025-09-18T23:13:45.699Z Downloaded atty v0.2.14
10372025-09-18T23:13:45.699Z Downloaded assert_matches v1.5.0
10382025-09-18T23:13:45.701Z Downloaded argon2 v0.5.3
10392025-09-18T23:13:45.702Z Downloaded approx v0.5.1
10402025-09-18T23:13:45.705Z Downloaded foreign-types-shared v0.1.1
10412025-09-18T23:13:45.705Z Downloaded float-cmp v0.10.0
10422025-09-18T23:13:45.705Z Downloaded fixedbitset v0.4.2
10432025-09-18T23:13:45.705Z Downloaded filetime v0.2.25
10442025-09-18T23:13:45.708Z Downloaded ff v0.13.0
10452025-09-18T23:13:45.708Z Downloaded fd-lock v4.0.2
10462025-09-18T23:13:45.711Z Downloaded event-listener v5.3.1
10472025-09-18T23:13:45.714Z Downloaded event-listener v2.5.3
10482025-09-18T23:13:45.714Z Downloaded ena v0.14.3
10492025-09-18T23:13:45.717Z Downloaded bitflags v1.3.2
10502025-09-18T23:13:45.717Z Downloaded base64 v0.13.1
10512025-09-18T23:13:45.720Z Downloaded aws-lc-rs v1.12.4
10522025-09-18T23:13:45.729Z Downloaded async-stream v0.3.6
10532025-09-18T23:13:45.732Z Downloaded async-recursion v1.1.1
10542025-09-18T23:13:45.735Z Downloaded arrayref v0.3.9
10552025-09-18T23:13:45.735Z Downloaded bcs v0.1.6
10562025-09-18T23:13:45.735Z Downloaded atomicwrites v0.4.4
10572025-09-18T23:13:45.738Z Downloaded async-signal v0.2.10
10582025-09-18T23:13:45.738Z Downloaded assert_cmd v2.0.17
10592025-09-18T23:13:45.741Z Downloaded ahash v0.8.12
10602025-09-18T23:13:45.744Z Downloaded async-channel v2.3.1
10612025-09-18T23:13:45.744Z Downloaded ascii-canvas v3.0.0
10622025-09-18T23:13:45.744Z Downloaded arrayvec v0.7.6
10632025-09-18T23:13:45.747Z Downloaded flume v0.11.1
10642025-09-18T23:13:45.751Z Downloaded aho-corasick v1.1.3
10652025-09-18T23:13:45.871Z Downloaded aws-lc-sys v0.26.0
10662025-09-18T23:13:46.345Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10672025-09-18T23:14:00.579Z Startup: Refreshing catalog 'helios-dev' ... Done
10682025-09-18T23:14:08.532Z Startup: Caching catalogs ... Done
10692025-09-18T23:14:16.374ZPlanning: Solver setup ... Done (6.603s)
10702025-09-18T23:14:16.433ZPlanning: Running solver ... Done (0.060s)
10712025-09-18T23:14:16.538ZPlanning: Finding local manifests ... Done (0.004s)
10722025-09-18T23:14:16.552ZPlanning: Fetching manifests: 0/4 0% complete
10732025-09-18T23:14:16.689ZPlanning: Fetching manifests: 4/4 100% complete
10742025-09-18T23:14:16.738ZPlanning: Package planning ... Done (0.049s)
10752025-09-18T23:14:16.791ZPlanning: Merging actions ... Done (0.052s)
10762025-09-18T23:14:17.171ZPlanning: Checking for conflicting actions ... Done (0.380s)
10772025-09-18T23:14:17.183ZPlanning: Consolidating action changes ... Done (0.011s)
10782025-09-18T23:14:18.092ZPlanning: Evaluating mediators ... Done (0.910s)
10792025-09-18T23:14:18.102ZPlanning: Planning completed in 9.44 seconds
10802025-09-18T23:14:18.116Z Packages to install: 4
10812025-09-18T23:14:18.116Z Mediators to change: 2
10822025-09-18T23:14:18.120Z Services to change: 1
10832025-09-18T23:14:18.120Z Estimated space available: 155.17 GB
10842025-09-18T23:14:18.120ZEstimated space to be consumed: 1.72 GB
10852025-09-18T23:14:18.120Z Create boot environment: No
10862025-09-18T23:14:18.120ZCreate backup boot environment: No
10872025-09-18T23:14:18.120Z Rebuild boot archive: No
10882025-09-18T23:14:18.120Z
10892025-09-18T23:14:18.120ZChanged mediators:
10902025-09-18T23:14:18.120Z mediator clang:
10912025-09-18T23:14:18.120Z version: None -> 15 (system default)
10922025-09-18T23:14:18.120Z
10932025-09-18T23:14:18.120Z mediator llvm:
10942025-09-18T23:14:18.120Z version: 14 (system default) -> 15 (system default)
10952025-09-18T23:14:18.120Z
10962025-09-18T23:14:18.120ZChanged packages:
10972025-09-18T23:14:18.120Zhelios-dev
10982025-09-18T23:14:18.120Z developer/build-essential
10992025-09-18T23:14:18.120Z None -> 11-2.0
11002025-09-18T23:14:18.120Z library/libxmlsec1
11012025-09-18T23:14:18.120Z None -> 1.2.35-2.0
11022025-09-18T23:14:18.120Z ooce/developer/clang-15
11032025-09-18T23:14:18.120Z None -> 15.0.7-2.0
11042025-09-18T23:14:18.120Z ooce/developer/llvm-15
11052025-09-18T23:14:18.120Z None -> 15.0.7-2.0
11062025-09-18T23:14:18.120Z
11072025-09-18T23:14:18.120ZServices:
11082025-09-18T23:14:18.120Z restart_fmri:
11092025-09-18T23:14:18.120Z svc:/system/update-man-index:default
11102025-09-18T23:14:18.170Z
11112025-09-18T23:14:18.170ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11122025-09-18T23:14:23.170ZDownload: 2958/3290 items 121.0/212.6MB 56% complete (24.5M/s)
11132025-09-18T23:14:25.963ZDownload: Completed 212.60 MB in 7.79 seconds (27.3M/s)
11142025-09-18T23:14:26.296Z Actions: 1/3689 actions (Installing new actions)
11152025-09-18T23:14:30.840Z Actions: Completed 3689 actions in 4.55 seconds.
11162025-09-18T23:14:31.456Z Done (0.612s)
11172025-09-18T23:14:31.456Z Done (0.000s)
11182025-09-18T23:14:32.362Z Done (0.905s)
11192025-09-18T23:14:37.237Z Done (4.550s)
11202025-09-18T23:14:37.330Z Done (0.017s)
11212025-09-18T23:14:37.336Z Done (0.000s)
11222025-09-18T23:14:37.508Z Done (0.000s)
11232025-09-18T23:14:38.387ZPlanning: Evaluating mediator changes ... Done
11242025-09-18T23:14:38.549ZPlanning: Checking for conflicting actions ... Done
11252025-09-18T23:14:38.552ZPlanning: Consolidating action changes ... Done
11262025-09-18T23:14:38.832ZPlanning: Evaluating mediators ... Done
11272025-09-18T23:14:38.836ZPlanning: Planning completed in 0.45 seconds
11282025-09-18T23:14:38.865Z Mediators to change: 2
11292025-09-18T23:14:38.865Z Create boot environment: No
11302025-09-18T23:14:38.869ZCreate backup boot environment: No
11312025-09-18T23:14:38.956Z Done
11322025-09-18T23:14:38.956Z Done
11332025-09-18T23:14:39.604Z Done
11342025-09-18T23:14:43.187Z Done
11352025-09-18T23:14:43.282Z Done
11362025-09-18T23:14:43.285Z Done
11372025-09-18T23:14:43.420Z Done
11382025-09-18T23:14:44.047ZPlanning: Evaluating mediator changes ... Done
11392025-09-18T23:14:44.050ZPlanning: Merging actions ... Done
11402025-09-18T23:14:44.233ZPlanning: Checking for conflicting actions ... Done
11412025-09-18T23:14:44.237ZPlanning: Consolidating action changes ... Done
11422025-09-18T23:14:44.503ZPlanning: Evaluating mediators ... Done
11432025-09-18T23:14:44.559ZPlanning: Planning completed in 0.76 seconds
11442025-09-18T23:14:44.593Z Packages to change: 1
11452025-09-18T23:14:44.593Z Mediators to change: 1
11462025-09-18T23:14:44.596Z Services to change: 1
11472025-09-18T23:14:44.596Z Create boot environment: No
11482025-09-18T23:14:44.596ZCreate backup boot environment: Yes
11492025-09-18T23:14:47.053Z Actions: 1/6 actions (Updating modified actions)
11502025-09-18T23:14:47.056Z Actions: Completed 6 actions in 0.00 seconds.
11512025-09-18T23:14:47.056Z Done
11522025-09-18T23:14:47.056Z Done
11532025-09-18T23:14:47.239Z Done
11542025-09-18T23:14:51.007Z Done
11552025-09-18T23:14:51.097Z Done
11562025-09-18T23:14:51.100Z Done
11572025-09-18T23:14:51.253Z Done
11582025-09-18T23:14:51.701ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11592025-09-18T23:14:51.701Zclang system 15 system
11602025-09-18T23:14:51.701Zcsh system system illumos
11612025-09-18T23:14:51.701Zctags system system illumos
11622025-09-18T23:14:51.701Zfile system system illumos
11632025-09-18T23:14:51.701Zgcc vendor 12 vendor
11642025-09-18T23:14:51.701Zgcc system 10 system
11652025-09-18T23:14:51.701Zgcc system 7 system
11662025-09-18T23:14:51.701Zgo system 1.20 system
11672025-09-18T23:14:51.702Zgo system 1.19 system
11682025-09-18T23:14:51.702Zllvm system 15 system
11692025-09-18T23:14:51.702Zllvm system 14 system
11702025-09-18T23:14:51.702Zmariadb system 10.6 system
11712025-09-18T23:14:51.702Zmta vendor vendor dma
11722025-09-18T23:14:51.702Zopenjdk system 17 system
11732025-09-18T23:14:51.702Zopenjdk system 11 system
11742025-09-18T23:14:51.702Zopenjdk system 1.8 system
11752025-09-18T23:14:51.702Zopenssl vendor 3 vendor
11762025-09-18T23:14:51.702Zperl system 5.36 system
11772025-09-18T23:14:51.702Zpostgresql system 15 system
11782025-09-18T23:14:51.702Zpostgresql system 13 system
11792025-09-18T23:14:51.702Zpython vendor 3 vendor
11802025-09-18T23:14:51.702Zpython system 2 system
11812025-09-18T23:14:51.702Zpython3 system 3.11 system
11822025-09-18T23:14:51.702Zruby system 3.0 system
11832025-09-18T23:14:51.702Zwords vendor vendor american-english
11842025-09-18T23:14:51.702Zwords system system australian-english
11852025-09-18T23:14:51.702Zwords system system british-english
11862025-09-18T23:14:51.702Zwords system system canadian-english
11872025-09-18T23:14:51.702Zwords system system french
11882025-09-18T23:14:51.702Zwords system system italian
11892025-09-18T23:14:51.702Zwords system system ngerman
11902025-09-18T23:14:51.702Zwords system system ogerman
11912025-09-18T23:14:51.702Zwords system system spanish
11922025-09-18T23:14:52.039ZPUBLISHER TYPE STATUS P LOCATION
11932025-09-18T23:14:52.039Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11942025-09-18T23:14:57.053ZFMRI IFO
11952025-09-18T23:14:57.053Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11962025-09-18T23:14:57.053Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11972025-09-18T23:14:57.053Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11982025-09-18T23:14:57.053Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11992025-09-18T23:14:57.053Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12002025-09-18T23:14:57.053Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12012025-09-18T23:14:57.053Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12022025-09-18T23:14:57.053Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12032025-09-18T23:14:57.053Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12042025-09-18T23:14:57.054Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12052025-09-18T23:14:57.054Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12062025-09-18T23:14:57.054Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12072025-09-18T23:14:57.054Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12082025-09-18T23:14:57.054Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12092025-09-18T23:14:57.054Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12102025-09-18T23:14:57.054Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12112025-09-18T23:14:58.567Z Downloading crates ...
12122025-09-18T23:14:58.657Z Downloaded cargo_toml v0.21.0
12132025-09-18T23:14:58.721Z Compiling proc-macro2 v1.0.101
12142025-09-18T23:14:58.724Z Compiling unicode-ident v1.0.18
12152025-09-18T23:14:58.724Z Compiling serde_core v1.0.223
12162025-09-18T23:14:58.724Z Compiling serde v1.0.223
12172025-09-18T23:14:58.724Z Compiling version_check v0.9.5
12182025-09-18T23:14:58.724Z Compiling libc v0.2.174
12192025-09-18T23:14:58.724Z Compiling memchr v2.7.4
12202025-09-18T23:14:58.724Z Compiling thiserror v1.0.69
12212025-09-18T23:14:59.084Z Compiling stable_deref_trait v1.2.0
12222025-09-18T23:14:59.249Z Compiling itoa v1.0.11
12232025-09-18T23:14:59.421Z Compiling litemap v0.7.3
12242025-09-18T23:14:59.477Z Compiling writeable v0.5.5
12252025-09-18T23:14:59.736Z Compiling ryu v1.0.18
12262025-09-18T23:14:59.971Z Compiling ucd-trie v0.1.7
12272025-09-18T23:15:00.032Z Compiling autocfg v1.4.0
12282025-09-18T23:15:00.060Z Compiling once_cell v1.21.3
12292025-09-18T23:15:00.433Z Compiling byteorder v1.5.0
12302025-09-18T23:15:00.448Z Compiling bitflags v2.9.1
12312025-09-18T23:15:00.730Z Compiling icu_locid_transform_data v1.5.0
12322025-09-18T23:15:00.867Z Compiling serde_json v1.0.145
12332025-09-18T23:15:00.891Z Compiling errno v0.3.12
12342025-09-18T23:15:00.908Z Compiling icu_properties_data v1.5.0
12352025-09-18T23:15:01.037Z Compiling quote v1.0.40
12362025-09-18T23:15:01.142Z Compiling num-traits v0.2.19
12372025-09-18T23:15:01.143Z Compiling icu_normalizer_data v1.5.0
12382025-09-18T23:15:01.267Z Compiling equivalent v1.0.2
12392025-09-18T23:15:01.280Z Compiling smallvec v1.15.1
12402025-09-18T23:15:01.410Z Compiling syn v2.0.106
12412025-09-18T23:15:01.483Z Compiling hashbrown v0.15.4
12422025-09-18T23:15:01.670Z Compiling utf16_iter v1.0.5
12432025-09-18T23:15:01.685Z Compiling utf8_iter v1.0.4
12442025-09-18T23:15:01.699Z Compiling write16 v1.0.0
12452025-09-18T23:15:01.717Z Compiling typeid v1.0.3
12462025-09-18T23:15:01.874Z Compiling rustix v0.38.37
12472025-09-18T23:15:02.287Z Compiling usdt-impl v0.5.0
12482025-09-18T23:15:02.422Z Compiling proc-macro-error-attr v1.0.4
12492025-09-18T23:15:02.630Z Compiling indexmap v2.11.0
12502025-09-18T23:15:02.644Z Compiling syn v1.0.109
12512025-09-18T23:15:02.657Z Compiling toml_write v0.1.2
12522025-09-18T23:15:02.674Z Compiling winnow v0.7.10
12532025-09-18T23:15:03.053Z Compiling thread-id v4.2.2
12542025-09-18T23:15:03.467Z Compiling proc-macro-error v1.0.4
12552025-09-18T23:15:03.807Z Compiling semver v1.0.26
12562025-09-18T23:15:03.955Z Compiling camino v1.2.0
12572025-09-18T23:15:04.439Z Compiling getrandom v0.3.1
12582025-09-18T23:15:04.509Z Compiling thiserror v2.0.16
12592025-09-18T23:15:04.585Z Compiling plain v0.2.3
12602025-09-18T23:15:04.962Z Compiling percent-encoding v2.3.2
12612025-09-18T23:15:05.011Z Compiling rustix v1.0.7
12622025-09-18T23:15:05.114Z Compiling log v0.4.27
12632025-09-18T23:15:05.134Z Compiling utf8parse v0.2.2
12642025-09-18T23:15:05.312Z Compiling anstyle-parse v0.2.5
12652025-09-18T23:15:05.315Z Compiling form_urlencoded v1.2.2
12662025-09-18T23:15:05.624Z Compiling ordered-float v2.10.1
12672025-09-18T23:15:05.820Z Compiling terminal_size v0.4.0
12682025-09-18T23:15:06.054Z Compiling cfg-if v1.0.1
12692025-09-18T23:15:06.155Z Compiling colorchoice v1.0.2
12702025-09-18T23:15:06.195Z Compiling pretty-hex v0.4.1
12712025-09-18T23:15:06.367Z Compiling anstyle v1.0.11
12722025-09-18T23:15:06.412Z Compiling is_terminal_polyfill v1.70.1
12732025-09-18T23:15:06.442Z Compiling anstyle-query v1.1.1
12742025-09-18T23:15:06.722Z Compiling anstream v0.6.18
12752025-09-18T23:15:06.940Z Compiling fs-err v3.1.1
12762025-09-18T23:15:07.287Z Compiling heck v0.5.0
12772025-09-18T23:15:07.332Z Compiling clap_lex v0.7.4
12782025-09-18T23:15:07.387Z Compiling anyhow v1.0.99
12792025-09-18T23:15:07.648Z Compiling fnv v1.0.7
12802025-09-18T23:15:07.779Z Compiling unicode-xid v0.2.6
12812025-09-18T23:15:07.803Z Compiling heck v0.4.1
12822025-09-18T23:15:07.973Z Compiling synstructure v0.13.1
12832025-09-18T23:15:07.989Z Compiling unicode-width v0.1.14
12842025-09-18T23:15:08.150Z Compiling fastrand v2.1.1
12852025-09-18T23:15:08.225Z Compiling bytecount v0.6.8
12862025-09-18T23:15:08.449Z Compiling strsim v0.11.1
12872025-09-18T23:15:08.534Z Compiling tempfile v3.20.0
12882025-09-18T23:15:08.910Z Compiling clap_builder v4.5.41
12892025-09-18T23:15:09.183Z Compiling papergrid v0.11.0
12902025-09-18T23:15:09.361Z Compiling memmap v0.7.0
12912025-09-18T23:15:09.444Z Compiling unicode-width v0.2.0
12922025-09-18T23:15:09.672Z Compiling unicode-linebreak v0.1.5
12932025-09-18T23:15:09.675Z Compiling smawk v0.3.2
12942025-09-18T23:15:10.170Z Compiling textwrap v0.16.2
12952025-09-18T23:15:10.527Z Compiling camino-tempfile v1.4.1
12962025-09-18T23:15:10.691Z Compiling swrite v0.1.0
12972025-09-18T23:15:10.831Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
12982025-09-18T23:15:11.266Z Compiling tabled_derive v0.7.0
12992025-09-18T23:15:11.935Z Compiling serde_derive v1.0.223
13002025-09-18T23:15:11.935Z Compiling zerofrom-derive v0.1.4
13012025-09-18T23:15:11.935Z Compiling yoke-derive v0.7.4
13022025-09-18T23:15:11.938Z Compiling thiserror-impl v1.0.69
13032025-09-18T23:15:11.987Z Compiling zerovec-derive v0.10.3
13042025-09-18T23:15:13.311Z Compiling displaydoc v0.2.5
13052025-09-18T23:15:14.446Z Compiling icu_provider_macros v1.5.0
13062025-09-18T23:15:14.632Z Compiling zerocopy-derive v0.7.35
13072025-09-18T23:15:14.872Z Compiling scroll_derive v0.12.0
13082025-09-18T23:15:15.053Z Compiling pest v2.7.14
13092025-09-18T23:15:15.318Z Compiling zerofrom v0.1.4
13102025-09-18T23:15:15.475Z Compiling thiserror-impl v2.0.16
13112025-09-18T23:15:15.558Z Compiling yoke v0.7.4
13122025-09-18T23:15:15.929Z Compiling zerovec v0.10.4
13132025-09-18T23:15:16.266Z Compiling scroll v0.12.0
13142025-09-18T23:15:16.462Z Compiling clap_derive v4.5.41
13152025-09-18T23:15:16.598Z Compiling zerocopy v0.7.35
13162025-09-18T23:15:16.813Z Compiling goblin v0.8.2
13172025-09-18T23:15:17.467Z Compiling tabled v0.15.0
13182025-09-18T23:15:17.995Z Compiling tinystr v0.7.6
13192025-09-18T23:15:18.016Z Compiling pest_meta v2.7.14
13202025-09-18T23:15:18.037Z Compiling icu_collections v1.5.0
13212025-09-18T23:15:18.351Z Compiling icu_locid v1.5.0
13222025-09-18T23:15:19.333Z Compiling pest_generator v2.7.14
13232025-09-18T23:15:20.170Z Compiling icu_provider v1.5.0
13242025-09-18T23:15:20.322Z Compiling clap v4.5.41
13252025-09-18T23:15:20.529Z Compiling toml_datetime v0.6.11
13262025-09-18T23:15:20.615Z Compiling serde_spanned v0.6.9
13272025-09-18T23:15:20.629Z Compiling dof v0.3.0
13282025-09-18T23:15:20.858Z Compiling icu_locid_transform v1.5.0
13292025-09-18T23:15:21.058Z Compiling toml_edit v0.22.27
13302025-09-18T23:15:21.086Z Compiling serde_tokenstream v0.2.2
13312025-09-18T23:15:21.111Z Compiling erased-serde v0.4.6
13322025-09-18T23:15:21.706Z Compiling serde-value v0.7.0
13332025-09-18T23:15:22.205Z Compiling pest_derive v2.7.14
13342025-09-18T23:15:22.268Z Compiling icu_properties v1.5.1
13352025-09-18T23:15:22.271Z Compiling serde-untagged v0.1.7
13362025-09-18T23:15:22.794Z Compiling cargo-platform v0.2.0
13372025-09-18T23:15:23.024Z Compiling dtrace-parser v0.2.0
13382025-09-18T23:15:23.110Z Compiling macaddr v1.0.1
13392025-09-18T23:15:24.368Z Compiling toml v0.8.23
13402025-09-18T23:15:24.866Z Compiling usdt-attr-macro v0.5.0
13412025-09-18T23:15:24.881Z Compiling usdt-macro v0.5.0
13422025-09-18T23:15:25.283Z Compiling cargo_toml v0.21.0
13432025-09-18T23:15:25.722Z Compiling icu_normalizer v1.5.0
13442025-09-18T23:15:26.080Z Compiling usdt v0.5.0
13452025-09-18T23:15:26.372Z Compiling idna_adapter v1.2.0
13462025-09-18T23:15:26.517Z Compiling idna v1.0.3
13472025-09-18T23:15:26.940Z Compiling url v2.5.4
13482025-09-18T23:15:27.749Z Compiling cargo-util-schemas v0.8.2
13492025-09-18T23:15:29.237Z Compiling cargo_metadata v0.21.0
13502025-09-18T23:15:30.773Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13512025-09-18T23:15:34.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.36s
13522025-09-18T23:15:34.294Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13532025-09-18T23:15:35.398Z Compiling value-bag v1.9.0
13542025-09-18T23:15:35.398Z Compiling shlex v1.3.0
13552025-09-18T23:15:35.398Z Compiling lock_api v0.4.12
13562025-09-18T23:15:35.404Z Compiling scopeguard v1.2.0
13572025-09-18T23:15:35.404Z Compiling typenum v1.17.0
13582025-09-18T23:15:35.404Z Compiling syn v2.0.106
13592025-09-18T23:15:35.549Z Compiling getrandom v0.2.15
13602025-09-18T23:15:35.553Z Compiling jobserver v0.1.32
13612025-09-18T23:15:35.776Z Compiling generic-array v0.14.7
13622025-09-18T23:15:35.903Z Compiling log v0.4.27
13632025-09-18T23:15:35.986Z Compiling cc v1.2.30
13642025-09-18T23:15:36.036Z Compiling rand_core v0.6.4
13652025-09-18T23:15:36.109Z Compiling smallvec v1.15.1
13662025-09-18T23:15:36.446Z Compiling portable-atomic v1.11.0
13672025-09-18T23:15:36.471Z Compiling subtle v2.6.1
13682025-09-18T23:15:36.533Z Compiling critical-section v1.1.3
13692025-09-18T23:15:36.620Z Compiling const-oid v0.9.6
13702025-09-18T23:15:36.672Z Compiling pkg-config v0.3.31
13712025-09-18T23:15:36.698Z Compiling pin-project-lite v0.2.14
13722025-09-18T23:15:36.817Z Compiling parking_lot_core v0.9.10
13732025-09-18T23:15:36.853Z Compiling rustix v0.38.37
13742025-09-18T23:15:37.701Z Compiling signal-hook-registry v1.4.2
13752025-09-18T23:15:37.810Z Compiling parking_lot v0.12.3
13762025-09-18T23:15:37.814Z Compiling mio v1.0.2
13772025-09-18T23:15:37.867Z Compiling futures-core v0.3.31
13782025-09-18T23:15:38.144Z Compiling spin v0.9.8
13792025-09-18T23:15:38.399Z Compiling libm v0.2.8
13802025-09-18T23:15:38.549Z Compiling socket2 v0.6.0
13812025-09-18T23:15:38.613Z Compiling once_cell v1.21.3
13822025-09-18T23:15:38.643Z Compiling slab v0.4.9
13832025-09-18T23:15:38.758Z Compiling num-traits v0.2.19
13842025-09-18T23:15:38.811Z Compiling aho-corasick v1.1.3
13852025-09-18T23:15:38.846Z Compiling serde_json v1.0.145
13862025-09-18T23:15:38.984Z Compiling allocator-api2 v0.2.21
13872025-09-18T23:15:39.006Z Compiling getrandom v0.3.1
13882025-09-18T23:15:39.094Z Compiling foldhash v0.1.5
13892025-09-18T23:15:39.192Z Compiling cpufeatures v0.2.14
13902025-09-18T23:15:39.317Z Compiling regex-syntax v0.8.5
13912025-09-18T23:15:39.628Z Compiling hashbrown v0.15.4
13922025-09-18T23:15:39.706Z Compiling glob v0.3.2
13932025-09-18T23:15:39.726Z Compiling percent-encoding v2.3.2
13942025-09-18T23:15:39.748Z Compiling either v1.15.0
13952025-09-18T23:15:40.060Z Compiling futures-sink v0.3.31
13962025-09-18T23:15:40.235Z Compiling futures-channel v0.3.31
13972025-09-18T23:15:40.522Z Compiling clang-sys v1.8.1
13982025-09-18T23:15:40.931Z Compiling prettyplease v0.2.36
13992025-09-18T23:15:40.954Z Compiling futures-task v0.3.31
14002025-09-18T23:15:41.252Z Compiling futures-io v0.3.31
14012025-09-18T23:15:41.274Z Compiling pin-utils v0.1.0
14022025-09-18T23:15:41.386Z Compiling lazy_static v1.5.0
14032025-09-18T23:15:41.407Z Compiling minimal-lexical v0.2.1
14042025-09-18T23:15:41.535Z Compiling libloading v0.8.5
14052025-09-18T23:15:41.557Z Compiling base64ct v1.6.0
14062025-09-18T23:15:41.925Z Compiling nom v7.1.3
14072025-09-18T23:15:41.943Z Compiling home v0.5.9
14082025-09-18T23:15:42.144Z Compiling bindgen v0.69.5
14092025-09-18T23:15:42.177Z Compiling pem-rfc7468 v0.7.0
14102025-09-18T23:15:42.814Z Compiling synstructure v0.13.1
14112025-09-18T23:15:43.080Z Compiling regex-automata v0.4.8
14122025-09-18T23:15:43.586Z Compiling itertools v0.12.1
14132025-09-18T23:15:44.194Z Compiling flagset v0.4.6
14142025-09-18T23:15:44.436Z Compiling lazycell v1.3.0
14152025-09-18T23:15:44.627Z Compiling rustc-hash v1.1.0
14162025-09-18T23:15:44.803Z Compiling cmake v0.1.51
14172025-09-18T23:15:45.018Z Compiling cexpr v0.6.0
14182025-09-18T23:15:45.227Z Compiling fs_extra v1.3.0
14192025-09-18T23:15:45.680Z Compiling dunce v1.0.5
14202025-09-18T23:15:45.774Z Compiling form_urlencoded v1.2.2
14212025-09-18T23:15:45.838Z Compiling vcpkg v0.2.15
14222025-09-18T23:15:46.093Z Compiling paste v1.0.15
14232025-09-18T23:15:46.115Z Compiling iana-time-zone v0.1.63
14242025-09-18T23:15:46.517Z Compiling ring v0.17.14
14252025-09-18T23:15:46.540Z Compiling tracing-core v0.1.32
14262025-09-18T23:15:46.564Z Compiling aws-lc-rs v1.12.4
14272025-09-18T23:15:47.030Z Compiling rustls-pki-types v1.10.0
14282025-09-18T23:15:47.526Z Compiling openssl-sys v0.9.109
14292025-09-18T23:15:47.747Z Compiling rustversion v1.0.17
14302025-09-18T23:15:47.765Z Compiling base64 v0.22.1
14312025-09-18T23:15:47.782Z Compiling serde_derive v1.0.223
14322025-09-18T23:15:47.962Z Compiling zeroize_derive v1.4.2
14332025-09-18T23:15:48.347Z Compiling zerofrom-derive v0.1.4
14342025-09-18T23:15:48.368Z Compiling yoke-derive v0.7.4
14352025-09-18T23:15:48.539Z Compiling zerovec-derive v0.10.3
14362025-09-18T23:15:49.385Z Compiling zeroize v1.8.1
14372025-09-18T23:15:50.914Z Compiling displaydoc v0.2.5
14382025-09-18T23:15:50.935Z Compiling zerocopy-derive v0.7.35
14392025-09-18T23:15:51.244Z Compiling crypto-common v0.1.6
14402025-09-18T23:15:51.497Z Compiling block-buffer v0.10.4
14412025-09-18T23:15:51.779Z Compiling digest v0.10.7
14422025-09-18T23:15:51.800Z Compiling zerofrom v0.1.4
14432025-09-18T23:15:52.053Z Compiling yoke v0.7.4
14442025-09-18T23:15:52.261Z Compiling tokio-macros v2.5.0
14452025-09-18T23:15:52.405Z Compiling zerovec v0.10.4
14462025-09-18T23:15:52.427Z Compiling hmac v0.12.1
14472025-09-18T23:15:52.465Z Compiling icu_provider_macros v1.5.0
14482025-09-18T23:15:52.699Z Compiling block-padding v0.3.3
14492025-09-18T23:15:52.859Z Compiling zerocopy v0.7.35
14502025-09-18T23:15:52.952Z Compiling futures-macro v0.3.31
14512025-09-18T23:15:53.273Z Compiling inout v0.1.3
14522025-09-18T23:15:53.535Z Compiling cipher v0.4.4
14532025-09-18T23:15:53.583Z Compiling sha2 v0.10.9
14542025-09-18T23:15:53.667Z Compiling regex v1.11.1
14552025-09-18T23:15:53.778Z Compiling der_derive v0.7.3
14562025-09-18T23:15:54.070Z Compiling tinystr v0.7.6
14572025-09-18T23:15:54.158Z Compiling icu_collections v1.5.0
14582025-09-18T23:15:54.323Z Compiling thiserror-impl v1.0.69
14592025-09-18T23:15:54.465Z Compiling icu_locid v1.5.0
14602025-09-18T23:15:54.593Z Compiling ppv-lite86 v0.2.20
14612025-09-18T23:15:54.808Z Compiling futures-util v0.3.31
14622025-09-18T23:15:54.831Z Compiling serde v1.0.223
14632025-09-18T23:15:55.384Z Compiling salsa20 v0.10.2
14642025-09-18T23:15:55.406Z Compiling pbkdf2 v0.12.2
14652025-09-18T23:15:55.603Z Compiling icu_provider v1.5.0
14662025-09-18T23:15:55.635Z Compiling scrypt v0.11.0
14672025-09-18T23:15:56.005Z Compiling bitflags v2.9.1
14682025-09-18T23:15:56.029Z Compiling bytes v1.10.1
14692025-09-18T23:15:56.137Z Compiling semver v1.0.26
14702025-09-18T23:15:56.515Z Compiling icu_locid_transform v1.5.0
14712025-09-18T23:15:56.562Z Compiling indexmap v2.11.0
14722025-09-18T23:15:56.898Z Compiling der v0.7.9
14732025-09-18T23:15:57.074Z Compiling rustc_version v0.4.1
14742025-09-18T23:15:57.267Z Compiling tokio v1.47.0
14752025-09-18T23:15:57.523Z Compiling thiserror v1.0.69
14762025-09-18T23:15:57.693Z Compiling http v1.3.1
14772025-09-18T23:15:57.718Z Compiling cbc v0.1.2
14782025-09-18T23:15:57.980Z Compiling icu_properties v1.5.1
14792025-09-18T23:15:58.043Z Compiling aes v0.8.4
14802025-09-18T23:15:58.806Z Compiling pest v2.7.14
14812025-09-18T23:15:59.789Z Compiling spki v0.7.3
14822025-09-18T23:15:59.792Z Compiling uuid v1.18.1
14832025-09-18T23:16:00.185Z Compiling which v4.4.2
14842025-09-18T23:16:00.283Z Compiling pkcs5 v0.7.1
14852025-09-18T23:16:00.771Z Compiling chrono v0.4.41
14862025-09-18T23:16:01.176Z Compiling tracing-attributes v0.1.27
14872025-09-18T23:16:01.328Z Compiling pkcs8 v0.10.2
14882025-09-18T23:16:01.435Z Compiling pest_meta v2.7.14
14892025-09-18T23:16:01.814Z Compiling icu_normalizer v1.5.0
14902025-09-18T23:16:01.986Z Compiling http-body v1.0.1
14912025-09-18T23:16:02.256Z Compiling scroll_derive v0.12.0
14922025-09-18T23:16:02.517Z Compiling httparse v1.9.5
14932025-09-18T23:16:03.213Z Compiling idna_adapter v1.2.0
14942025-09-18T23:16:03.466Z Compiling idna v1.0.3
14952025-09-18T23:16:03.547Z Compiling tinyvec_macros v0.1.1
14962025-09-18T23:16:03.666Z Compiling tinyvec v1.8.0
14972025-09-18T23:16:03.687Z Compiling scroll v0.12.0
14982025-09-18T23:16:04.123Z Compiling url v2.5.4
14992025-09-18T23:16:04.203Z Compiling pest_generator v2.7.14
15002025-09-18T23:16:04.364Z Compiling tracing v0.1.40
15012025-09-18T23:16:04.924Z Compiling serde_derive_internals v0.29.1
15022025-09-18T23:16:04.955Z Compiling rand_core v0.9.3
15032025-09-18T23:16:05.156Z Compiling bzip2-sys v0.1.13+1.0.8
15042025-09-18T23:16:05.536Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15052025-09-18T23:16:05.819Z Compiling tokio-util v0.7.15
15062025-09-18T23:16:05.829Z Compiling tower-service v0.3.3
15072025-09-18T23:16:05.830Z Compiling powerfmt v0.2.0
15082025-09-18T23:16:05.858Z Compiling schemars v0.8.22
15092025-09-18T23:16:06.003Z Compiling adler2 v2.0.0
15102025-09-18T23:16:06.489Z Compiling num-conv v0.1.0
15112025-09-18T23:16:06.507Z Compiling atomic-waker v1.1.2
15122025-09-18T23:16:06.507Z Compiling untrusted v0.9.0
15132025-09-18T23:16:06.507Z Compiling time-core v0.1.2
15142025-09-18T23:16:06.507Z Compiling openssl v0.10.73
15152025-09-18T23:16:06.519Z Compiling untrusted v0.7.1
15162025-09-18T23:16:06.522Z Compiling try-lock v0.2.5
15172025-09-18T23:16:06.552Z Compiling openssl-probe v0.1.5
15182025-09-18T23:16:06.696Z Compiling foreign-types-shared v0.1.1
15192025-09-18T23:16:06.731Z Compiling want v0.3.1
15202025-09-18T23:16:06.830Z Compiling foreign-types v0.3.2
15212025-09-18T23:16:06.967Z Compiling time-macros v0.2.18
15222025-09-18T23:16:07.036Z Compiling miniz_oxide v0.8.5
15232025-09-18T23:16:07.057Z Compiling schemars_derive v0.8.22
15242025-09-18T23:16:08.400Z Compiling h2 v0.4.6
15252025-09-18T23:16:08.425Z Compiling deranged v0.3.11
15262025-09-18T23:16:09.673Z Compiling pest_derive v2.7.14
15272025-09-18T23:16:09.768Z Compiling goblin v0.8.2
15282025-09-18T23:16:10.469Z Compiling rand_chacha v0.9.0
15292025-09-18T23:16:11.836Z Compiling ipnet v2.11.0
15302025-09-18T23:16:11.889Z Compiling openssl-macros v0.1.1
15312025-09-18T23:16:12.483Z Compiling dyn-clone v1.0.20
15322025-09-18T23:16:12.592Z Compiling rustls v0.23.19
15332025-09-18T23:16:12.633Z Compiling num_threads v0.1.7
15342025-09-18T23:16:12.730Z Compiling zerocopy v0.8.26
15352025-09-18T23:16:12.790Z Compiling httpdate v1.0.3
15362025-09-18T23:16:12.914Z Compiling crossbeam-utils v0.8.21
15372025-09-18T23:16:13.008Z Compiling native-tls v0.2.12
15382025-09-18T23:16:13.223Z Compiling syn v1.0.109
15392025-09-18T23:16:13.423Z Compiling time v0.3.36
15402025-09-18T23:16:14.043Z Compiling rand v0.9.2
15412025-09-18T23:16:15.811Z Compiling dof v0.3.0
15422025-09-18T23:16:16.822Z Compiling hyper v1.7.0
15432025-09-18T23:16:17.480Z Compiling dtrace-parser v0.2.0
15442025-09-18T23:16:17.626Z Compiling unicode-normalization v0.1.24
15452025-09-18T23:16:17.819Z Compiling heapless v0.7.17
15462025-09-18T23:16:18.307Z Compiling signature v2.2.0
15472025-09-18T23:16:18.629Z Compiling zerocopy-derive v0.8.26
15482025-09-18T23:16:18.715Z Compiling cookie v0.18.1
15492025-09-18T23:16:18.736Z Compiling crc32fast v1.4.2
15502025-09-18T23:16:19.050Z Compiling zlib-rs v0.5.1
15512025-09-18T23:16:19.079Z Compiling unicode-properties v0.1.3
15522025-09-18T23:16:19.333Z Compiling unicode-bidi v0.3.17
15532025-09-18T23:16:19.516Z Compiling siphasher v0.3.11
15542025-09-18T23:16:19.920Z Compiling slog v2.7.0
15552025-09-18T23:16:20.269Z Compiling zstd-safe v7.2.3
15562025-09-18T23:16:20.468Z Compiling signal-hook v0.3.18
15572025-09-18T23:16:20.583Z Compiling stringprep v0.1.5
15582025-09-18T23:16:20.623Z Compiling phf_shared v0.11.2
15592025-09-18T23:16:20.999Z Compiling hyper-util v0.1.16
15602025-09-18T23:16:21.059Z Compiling usdt-impl v0.5.0
15612025-09-18T23:16:21.582Z Compiling curve25519-dalek v4.1.3
15622025-09-18T23:16:22.307Z Compiling serde_tokenstream v0.2.2
15632025-09-18T23:16:22.383Z Compiling serde_spanned v0.6.9
15642025-09-18T23:16:22.635Z Compiling toml_datetime v0.6.11
15652025-09-18T23:16:22.683Z Compiling rand_chacha v0.3.1
15662025-09-18T23:16:22.917Z Compiling md-5 v0.10.6
15672025-09-18T23:16:23.194Z Compiling num-integer v0.1.46
15682025-09-18T23:16:23.223Z Compiling sync_wrapper v1.0.1
15692025-09-18T23:16:23.393Z Compiling hash32 v0.2.1
15702025-09-18T23:16:23.732Z Compiling ff v0.13.0
15712025-09-18T23:16:23.930Z Compiling memoffset v0.9.1
15722025-09-18T23:16:23.971Z Compiling gimli v0.31.1
15732025-09-18T23:16:24.294Z Compiling cfg_aliases v0.2.1
15742025-09-18T23:16:24.426Z Compiling fallible-iterator v0.2.0
15752025-09-18T23:16:24.718Z Compiling num-bigint-dig v0.8.4
15762025-09-18T23:16:25.023Z Compiling psl-types v2.0.11
15772025-09-18T23:16:25.071Z Compiling newtype-uuid v1.2.4
15782025-09-18T23:16:25.143Z Compiling libz-rs-sys v0.5.1
15792025-09-18T23:16:25.221Z Compiling litrs v0.4.1
15802025-09-18T23:16:25.247Z Compiling tower-layer v0.3.3
15812025-09-18T23:16:25.404Z Compiling smoltcp v0.9.1
15822025-09-18T23:16:25.445Z Compiling base16ct v0.2.0
15832025-09-18T23:16:25.564Z Compiling tower v0.5.2
15842025-09-18T23:16:25.785Z Compiling sec1 v0.7.3
15852025-09-18T23:16:26.118Z Compiling flate2 v1.1.2
15862025-09-18T23:16:26.176Z Compiling publicsuffix v2.3.0
15872025-09-18T23:16:26.368Z Compiling document-features v0.2.11
15882025-09-18T23:16:26.397Z Compiling postgres-protocol v0.6.8
15892025-09-18T23:16:26.454Z Compiling nix v0.29.0
15902025-09-18T23:16:26.658Z Compiling group v0.13.0
15912025-09-18T23:16:27.004Z Compiling num-iter v0.1.45
15922025-09-18T23:16:27.205Z Compiling rand v0.8.5
15932025-09-18T23:16:27.433Z Compiling tokio-native-tls v0.3.1
15942025-09-18T23:16:28.118Z Compiling addr2line v0.24.2
15952025-09-18T23:16:28.537Z Compiling ipnetwork v0.21.1
15962025-09-18T23:16:28.579Z Compiling strum_macros v0.27.1
15972025-09-18T23:16:28.672Z Compiling rustls-native-certs v0.8.1
15982025-09-18T23:16:28.763Z Compiling http-body-util v0.1.3
15992025-09-18T23:16:28.821Z Compiling terminal_size v0.4.0
16002025-09-18T23:16:29.063Z Compiling hkdf v0.12.4
16012025-09-18T23:16:29.210Z Compiling crypto-bigint v0.5.5
16022025-09-18T23:16:29.233Z Compiling thiserror-impl v2.0.16
16032025-09-18T23:16:29.236Z Compiling curve25519-dalek-derive v0.1.1
16042025-09-18T23:16:29.336Z Compiling async-trait v0.1.89
16052025-09-18T23:16:29.406Z Compiling webpki-roots v1.0.1
16062025-09-18T23:16:29.648Z Compiling ahash v0.8.12
16072025-09-18T23:16:30.039Z Compiling fs-err v3.1.1
16082025-09-18T23:16:30.374Z Compiling object v0.36.5
16092025-09-18T23:16:30.591Z Compiling managed v0.8.0
16102025-09-18T23:16:31.053Z Compiling bitflags v1.3.2
16112025-09-18T23:16:31.227Z Compiling lockfree-object-pool v0.1.6
16122025-09-18T23:16:31.523Z Compiling bumpalo v3.16.0
16132025-09-18T23:16:31.904Z Compiling iri-string v0.7.8
16142025-09-18T23:16:32.013Z Compiling buf-list v1.0.3
16152025-09-18T23:16:32.375Z Compiling simd-adler32 v0.3.7
16162025-09-18T23:16:32.646Z Compiling winnow v0.5.40
16172025-09-18T23:16:32.916Z Compiling rustix v1.0.7
16182025-09-18T23:16:33.078Z Compiling hubpack_derive v0.1.1
16192025-09-18T23:16:33.599Z Compiling rustc-demangle v0.1.24
16202025-09-18T23:16:33.660Z Compiling anyhow v1.0.99
16212025-09-18T23:16:33.999Z Compiling hubpack v0.1.2
16222025-09-18T23:16:34.557Z Compiling strum v0.27.2
16232025-09-18T23:16:34.611Z Compiling zopfli v0.8.1
16242025-09-18T23:16:34.730Z Compiling clap_builder v4.5.41
16252025-09-18T23:16:34.770Z Compiling tower-http v0.6.6
16262025-09-18T23:16:35.049Z Compiling thiserror v2.0.16
16272025-09-18T23:16:35.233Z Compiling elliptic-curve v0.13.8
16282025-09-18T23:16:36.031Z Compiling toml_edit v0.19.15
16292025-09-18T23:16:36.268Z Compiling hyper-tls v0.6.0
16302025-09-18T23:16:36.331Z Compiling oxnet v0.1.3
16312025-09-18T23:16:37.147Z Compiling backtrace v0.3.74
16322025-09-18T23:16:37.508Z Compiling cookie_store v0.21.1
16332025-09-18T23:16:37.695Z Compiling signal-hook-mio v0.2.4
16342025-09-18T23:16:37.896Z Compiling zstd v0.13.3
16352025-09-18T23:16:38.483Z Compiling postgres-types v0.2.9
16362025-09-18T23:16:39.407Z Compiling usdt-macro v0.5.0
16372025-09-18T23:16:39.747Z Compiling usdt-attr-macro v0.5.0
16382025-09-18T23:16:39.973Z Compiling phf v0.11.2
16392025-09-18T23:16:40.285Z Compiling ed25519 v2.2.3
16402025-09-18T23:16:40.887Z Compiling bzip2 v0.4.4
16412025-09-18T23:16:41.310Z Compiling bzip2 v0.5.2
16422025-09-18T23:16:41.332Z Compiling strum_macros v0.26.4
16432025-09-18T23:16:41.716Z Compiling pkcs1 v0.7.5
16442025-09-18T23:16:42.302Z Compiling serde_urlencoded v0.7.1
16452025-09-18T23:16:42.513Z Compiling serde-big-array v0.5.1
16462025-09-18T23:16:42.629Z Compiling rfc6979 v0.4.0
16472025-09-18T23:16:42.760Z Compiling bstr v1.10.0
16482025-09-18T23:16:42.781Z Compiling serde_repr v0.1.19
16492025-09-18T23:16:42.817Z Compiling daft-derive v0.1.4
16502025-09-18T23:16:42.840Z Compiling clap_derive v4.5.41
16512025-09-18T23:16:43.398Z Compiling enum-as-inner v0.6.1
16522025-09-18T23:16:43.904Z Compiling float-cmp v0.10.0
16532025-09-18T23:16:44.170Z Compiling socket2 v0.5.10
16542025-09-18T23:16:44.283Z Compiling encoding_rs v0.8.34
16552025-09-18T23:16:44.398Z Compiling precomputed-hash v0.1.1
16562025-09-18T23:16:44.460Z Compiling fixedbitset v0.4.2
16572025-09-18T23:16:44.535Z Compiling normalize-line-endings v0.3.0
16582025-09-18T23:16:44.690Z Compiling predicates-core v1.0.8
16592025-09-18T23:16:44.870Z Compiling unicode-segmentation v1.12.0
16602025-09-18T23:16:45.027Z Compiling whoami v1.5.2
16612025-09-18T23:16:45.071Z Compiling static_assertions v1.1.0
16622025-09-18T23:16:45.194Z Compiling new_debug_unreachable v1.0.6
16632025-09-18T23:16:45.318Z Compiling mime v0.3.17
16642025-09-18T23:16:45.592Z Compiling difflib v0.4.0
16652025-09-18T23:16:45.754Z Compiling data-encoding v2.9.0
16662025-09-18T23:16:45.774Z Compiling strum v0.26.3
16672025-09-18T23:16:45.863Z Compiling similar v2.7.0
16682025-09-18T23:16:45.971Z Compiling tokio-postgres v0.7.13
16692025-09-18T23:16:46.944Z Compiling hickory-proto v0.25.2
16702025-09-18T23:16:47.329Z Compiling clap v4.5.41
16712025-09-18T23:16:47.470Z Compiling predicates v3.1.3
16722025-09-18T23:16:47.593Z Compiling string_cache v0.8.9
16732025-09-18T23:16:47.911Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16742025-09-18T23:16:48.011Z Compiling toml_edit v0.22.27
16752025-09-18T23:16:48.036Z Compiling petgraph v0.6.5
16762025-09-18T23:16:48.884Z Compiling daft v0.1.4
16772025-09-18T23:16:49.458Z Compiling usdt v0.5.0
16782025-09-18T23:16:49.935Z Compiling ecdsa v0.16.9
16792025-09-18T23:16:49.959Z Compiling rsa v0.9.6
16802025-09-18T23:16:50.747Z Compiling zip v4.2.0
16812025-09-18T23:16:51.595Z Compiling zip v0.6.6
16822025-09-18T23:16:51.618Z Compiling ed25519-dalek v2.1.1
16832025-09-18T23:16:52.869Z Compiling toml v0.7.8
16842025-09-18T23:16:53.850Z Compiling crossterm v0.28.1
16852025-09-18T23:16:54.990Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16862025-09-18T23:16:55.306Z Compiling crossbeam-epoch v0.9.18
16872025-09-18T23:16:55.431Z Compiling tokio-stream v0.1.17
16882025-09-18T23:16:55.563Z Compiling x509-cert v0.2.5
16892025-09-18T23:16:56.020Z Compiling openapiv3 v2.2.0
16902025-09-18T23:16:56.470Z Compiling sha1 v0.10.6
16912025-09-18T23:16:56.922Z Compiling itertools v0.10.5
16922025-09-18T23:16:57.072Z Compiling itertools v0.13.0
16932025-09-18T23:16:57.674Z Compiling winnow v0.6.26
16942025-09-18T23:16:58.068Z Compiling lalrpop-util v0.19.12
16952025-09-18T23:16:58.415Z Compiling rustc-hash v2.1.1
16962025-09-18T23:16:58.453Z Compiling peg-runtime v0.8.5
16972025-09-18T23:16:58.638Z Compiling thread_local v1.1.8
16982025-09-18T23:16:59.039Z Compiling slog-async v2.8.0
16992025-09-18T23:16:59.141Z Compiling crossbeam-channel v0.5.15
17002025-09-18T23:16:59.498Z Compiling xattr v1.3.1
17012025-09-18T23:16:59.674Z Compiling futures-executor v0.3.31
17022025-09-18T23:16:59.785Z Compiling is-terminal v0.4.13
17032025-09-18T23:16:59.942Z Compiling filetime v0.2.25
17042025-09-18T23:16:59.971Z Compiling term v1.1.0
17052025-09-18T23:16:59.996Z Compiling take_mut v0.2.2
17062025-09-18T23:17:00.000Z Compiling futures v0.3.31
17072025-09-18T23:17:00.247Z Compiling tar v0.4.44
17082025-09-18T23:17:01.120Z Compiling slog-term v2.9.2
17092025-09-18T23:17:04.589Z Compiling aws-lc-sys v0.26.0
17102025-09-18T23:17:34.240Z Compiling rustls-webpki v0.102.8
17112025-09-18T23:17:38.808Z Compiling tokio-rustls v0.26.0
17122025-09-18T23:17:39.107Z Compiling hyper-rustls v0.27.7
17132025-09-18T23:17:39.463Z Compiling reqwest v0.12.22
17142025-09-18T23:17:42.892Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17152025-09-18T23:17:43.187Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17162025-09-18T23:17:47.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
17172025-09-18T23:17:48.022Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17182025-09-18T23:17:48.076ZSep 18 23:17:46.572 INFO Starting download, target: DendriteStub
17192025-09-18T23:17:48.079ZSep 18 23:17:46.573 INFO Starting download, target: Cockroach
17202025-09-18T23:17:48.079ZSep 18 23:17:46.573 INFO Starting download, target: Console
17212025-09-18T23:17:48.079ZSep 18 23:17:46.573 INFO Starting download, target: Clickhouse
17222025-09-18T23:17:48.079ZSep 18 23:17:46.573 INFO Starting download, target: MaghemiteMgd
17232025-09-18T23:17:48.079ZSep 18 23:17:46.573 INFO Starting download, target: TransceiverControl
17242025-09-18T23:17:48.079ZSep 18 23:17:46.573 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17252025-09-18T23:17:48.079ZSep 18 23:17:46.573 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17262025-09-18T23:17:48.079ZSep 18 23:17:46.573 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17272025-09-18T23:17:48.079ZSep 18 23:17:46.574 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17282025-09-18T23:17:48.080ZSep 18 23:17:46.574 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17292025-09-18T23:17:48.080ZSep 18 23:17:46.574 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17302025-09-18T23:17:48.534ZSep 18 23:17:46.965 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17312025-09-18T23:17:48.665ZSep 18 23:17:47.076 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17322025-09-18T23:17:48.984ZSep 18 23:17:47.405 INFO Download complete, target: TransceiverControl
17332025-09-18T23:17:49.076ZSep 18 23:17:47.535 INFO Download complete, target: Console
17342025-09-18T23:17:49.304ZSep 18 23:17:47.784 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17352025-09-18T23:17:49.546ZSep 18 23:17:48.042 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17362025-09-18T23:17:49.768ZSep 18 23:17:48.265 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17372025-09-18T23:17:49.768ZSep 18 23:17:48.265 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17382025-09-18T23:17:50.531ZSep 18 23:17:49.027 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17392025-09-18T23:17:53.912ZSep 18 23:17:52.403 INFO Download complete, target: DendriteStub
17402025-09-18T23:17:54.121ZSep 18 23:17:52.605 INFO Download complete, target: MaghemiteMgd
17412025-09-18T23:17:57.076ZSep 18 23:17:55.572 INFO Checking that binary works, target: Cockroach
17422025-09-18T23:17:57.212ZSep 18 23:17:55.708 INFO Download complete, target: Cockroach
17432025-09-18T23:18:01.422ZSep 18 23:17:59.918 INFO Checking that binary works, target: Clickhouse
17442025-09-18T23:18:01.554ZSep 18 23:18:00.050 INFO Download complete, target: Clickhouse
17452025-09-18T23:18:01.560ZAll prerequisites installed successfully
17462025-09-18T23:18:01.563Z
17472025-09-18T23:18:01.563Zreal 4:15.201228535
17482025-09-18T23:18:01.563Zuser 16:26.790658493
17492025-09-18T23:18:01.563Zsys 2:16.501053796
17502025-09-18T23:18:01.563Ztrap 0.579715512
17512025-09-18T23:18:01.563Ztflt 1.427334192
17522025-09-18T23:18:01.563Zdflt 1.667655535
17532025-09-18T23:18:01.563Zkflt 0.029060241
17542025-09-18T23:18:01.563Zlock 42:28.706750686
17552025-09-18T23:18:01.563Zslp 1:00:02.449825669
17562025-09-18T23:18:01.563Zlat 1:13.466293371
17572025-09-18T23:18:01.563Zstop 2:51.181423402
17582025-09-18T23:18:01.563Z+ source ./tools/include/force-git-over-https.sh
17592025-09-18T23:18:01.564Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17602025-09-18T23:18:01.564Z++ (( i = 0 ))
17612025-09-18T23:18:01.564Z++ (( i < 5 ))
17622025-09-18T23:18:01.564Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17632025-09-18T23:18:01.567Z++ (( i++ ))
17642025-09-18T23:18:01.567Z++ (( i < 5 ))
17652025-09-18T23:18:01.567Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17662025-09-18T23:18:01.570Z++ (( i++ ))
17672025-09-18T23:18:01.570Z++ (( i < 5 ))
17682025-09-18T23:18:01.570Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17692025-09-18T23:18:01.573Z++ (( i++ ))
17702025-09-18T23:18:01.573Z++ (( i < 5 ))
17712025-09-18T23:18:01.574Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17722025-09-18T23:18:01.577Z++ (( i++ ))
17732025-09-18T23:18:01.577Z++ (( i < 5 ))
17742025-09-18T23:18:01.577Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17752025-09-18T23:18:01.580Z++ (( i++ ))
17762025-09-18T23:18:01.580Z++ (( i < 5 ))
17772025-09-18T23:18:01.580Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17782025-09-18T23:18:01.580Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17792025-09-18T23:18:01.580Z+ rc=0
17802025-09-18T23:18:01.580Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17812025-09-18T23:18:30.831Z+ case $rc in
17822025-09-18T23:18:30.831Z+ pfexec zfs create -p rpool/images/build/host
17832025-09-18T23:18:31.102Z+ pfexec zfs create -p rpool/images/build/recovery
17842025-09-18T23:18:31.174Z+ cargo xtask releng --output-dir /work --mkincorp
17852025-09-18T23:18:31.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17862025-09-18T23:18:31.928Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
17872025-09-18T23:18:33.146Z Compiling proc-macro2 v1.0.101
17882025-09-18T23:18:33.146Z Compiling unicode-ident v1.0.18
17892025-09-18T23:18:33.149Z Compiling libc v0.2.174
17902025-09-18T23:18:33.149Z Compiling serde_core v1.0.223
17912025-09-18T23:18:33.149Z Compiling serde v1.0.223
17922025-09-18T23:18:33.149Z Compiling autocfg v1.4.0
17932025-09-18T23:18:33.149Z Compiling cfg-if v1.0.1
17942025-09-18T23:18:33.533Z Compiling version_check v0.9.5
17952025-09-18T23:18:33.558Z Compiling memchr v2.7.4
17962025-09-18T23:18:33.561Z Compiling shlex v1.3.0
17972025-09-18T23:18:34.087Z Compiling lock_api v0.4.12
17982025-09-18T23:18:34.118Z Compiling typenum v1.17.0
17992025-09-18T23:18:34.468Z Compiling generic-array v0.14.7
18002025-09-18T23:18:34.892Z Compiling portable-atomic v1.11.0
18012025-09-18T23:18:34.961Z Compiling value-bag v1.9.0
18022025-09-18T23:18:35.563Z Compiling quote v1.0.40
18032025-09-18T23:18:35.594Z Compiling jobserver v0.1.32
18042025-09-18T23:18:35.778Z Compiling log v0.4.27
18052025-09-18T23:18:35.814Z Compiling getrandom v0.3.1
18062025-09-18T23:18:35.851Z Compiling libm v0.2.8
18072025-09-18T23:18:36.292Z Compiling syn v2.0.106
18082025-09-18T23:18:36.328Z Compiling cc v1.2.30
18092025-09-18T23:18:36.388Z Compiling num-traits v0.2.19
18102025-09-18T23:18:36.622Z Compiling scopeguard v1.2.0
18112025-09-18T23:18:36.651Z Compiling serde_json v1.0.145
18122025-09-18T23:18:36.835Z Compiling parking_lot_core v0.9.10
18132025-09-18T23:18:37.047Z Compiling semver v1.0.26
18142025-09-18T23:18:37.310Z Compiling rustix v0.38.37
18152025-09-18T23:18:37.374Z Compiling smallvec v1.15.1
18162025-09-18T23:18:37.573Z Compiling pkg-config v0.3.31
18172025-09-18T23:18:37.823Z Compiling getrandom v0.2.15
18182025-09-18T23:18:37.913Z Compiling itoa v1.0.11
18192025-09-18T23:18:38.665Z Compiling aho-corasick v1.1.3
18202025-09-18T23:18:38.668Z Compiling slab v0.4.9
18212025-09-18T23:18:38.859Z Compiling regex-syntax v0.8.5
18222025-09-18T23:18:39.148Z Compiling errno v0.3.12
18232025-09-18T23:18:39.540Z Compiling spin v0.9.8
18242025-09-18T23:18:39.575Z Compiling subtle v2.6.1
18252025-09-18T23:18:39.694Z Compiling stable_deref_trait v1.2.0
18262025-09-18T23:18:39.697Z Compiling either v1.15.0
18272025-09-18T23:18:39.908Z Compiling glob v0.3.2
18282025-09-18T23:18:39.973Z Compiling rand_core v0.6.4
18292025-09-18T23:18:40.057Z Compiling prettyplease v0.2.36
18302025-09-18T23:18:40.133Z Compiling lazy_static v1.5.0
18312025-09-18T23:18:40.631Z Compiling heck v0.5.0
18322025-09-18T23:18:40.653Z Compiling minimal-lexical v0.2.1
18332025-09-18T23:18:40.674Z Compiling clang-sys v1.8.1
18342025-09-18T23:18:41.091Z Compiling nom v7.1.3
18352025-09-18T23:18:42.011Z Compiling libloading v0.8.5
18362025-09-18T23:18:42.081Z Compiling critical-section v1.1.3
18372025-09-18T23:18:42.169Z Compiling home v0.5.9
18382025-09-18T23:18:42.431Z Compiling bindgen v0.69.5
18392025-09-18T23:18:42.489Z Compiling once_cell v1.21.3
18402025-09-18T23:18:42.924Z Compiling regex-automata v0.4.8
18412025-09-18T23:18:43.063Z Compiling itertools v0.12.1
18422025-09-18T23:18:43.524Z Compiling lazycell v1.3.0
18432025-09-18T23:18:43.801Z Compiling synstructure v0.13.1
18442025-09-18T23:18:44.453Z Compiling cexpr v0.6.0
18452025-09-18T23:18:45.002Z Compiling paste v1.0.15
18462025-09-18T23:18:45.585Z Compiling rustc-hash v1.1.0
18472025-09-18T23:18:45.966Z Compiling cmake v0.1.51
18482025-09-18T23:18:46.173Z Compiling dunce v1.0.5
18492025-09-18T23:18:46.212Z Compiling fs_extra v1.3.0
18502025-09-18T23:18:46.842Z Compiling ryu v1.0.18
18512025-09-18T23:18:47.530Z Compiling allocator-api2 v0.2.21
18522025-09-18T23:18:47.692Z Compiling litemap v0.7.3
18532025-09-18T23:18:47.841Z Compiling writeable v0.5.5
18542025-09-18T23:18:47.883Z Compiling serde_derive v1.0.223
18552025-09-18T23:18:47.963Z Compiling zeroize_derive v1.4.2
18562025-09-18T23:18:48.236Z Compiling zerofrom-derive v0.1.4
18572025-09-18T23:18:48.480Z Compiling yoke-derive v0.7.4
18582025-09-18T23:18:48.569Z Compiling zerovec-derive v0.10.3
18592025-09-18T23:18:48.959Z Compiling displaydoc v0.2.5
18602025-09-18T23:18:49.334Z Compiling icu_provider_macros v1.5.0
18612025-09-18T23:18:50.542Z Compiling zeroize v1.8.1
18622025-09-18T23:18:50.602Z Compiling tokio-macros v2.5.0
18632025-09-18T23:18:51.104Z Compiling zerocopy-derive v0.7.35
18642025-09-18T23:18:51.282Z Compiling regex v1.11.1
18652025-09-18T23:18:51.341Z Compiling futures-macro v0.3.31
18662025-09-18T23:18:51.499Z Compiling zerofrom v0.1.4
18672025-09-18T23:18:51.783Z Compiling yoke v0.7.4
18682025-09-18T23:18:52.314Z Compiling zerovec v0.10.4
18692025-09-18T23:18:53.153Z Compiling percent-encoding v2.3.2
18702025-09-18T23:18:53.178Z Compiling pin-project-lite v0.2.14
18712025-09-18T23:18:53.197Z Compiling schemars v0.8.22
18722025-09-18T23:18:53.221Z Compiling equivalent v1.0.2
18732025-09-18T23:18:53.644Z Compiling serde_derive_internals v0.29.1
18742025-09-18T23:18:53.700Z Compiling foldhash v0.1.5
18752025-09-18T23:18:53.761Z Compiling icu_locid_transform_data v1.5.0
18762025-09-18T23:18:54.215Z Compiling hashbrown v0.15.4
18772025-09-18T23:18:54.387Z Compiling tinystr v0.7.6
18782025-09-18T23:18:54.967Z Compiling icu_locid v1.5.0
18792025-09-18T23:18:55.611Z Compiling icu_collections v1.5.0
18802025-09-18T23:18:55.687Z Compiling schemars_derive v0.8.22
18812025-09-18T23:18:55.925Z Compiling crypto-common v0.1.6
18822025-09-18T23:18:56.262Z Compiling der_derive v0.7.3
18832025-09-18T23:18:56.336Z Compiling bitflags v2.9.1
18842025-09-18T23:18:56.425Z Compiling bytes v1.10.1
18852025-09-18T23:18:58.664Z Compiling icu_provider v1.5.0
18862025-09-18T23:18:58.750Z Compiling ring v0.17.14
18872025-09-18T23:18:58.814Z Compiling icu_properties_data v1.5.0
18882025-09-18T23:18:59.518Z Compiling icu_normalizer_data v1.5.0
18892025-09-18T23:18:59.700Z Compiling icu_locid_transform v1.5.0
18902025-09-18T23:18:59.739Z Compiling const-oid v0.9.6
18912025-09-18T23:19:00.557Z Compiling futures-core v0.3.31
18922025-09-18T23:19:00.940Z Compiling which v4.4.2
18932025-09-18T23:19:01.031Z Compiling utf8_iter v1.0.4
18942025-09-18T23:19:01.099Z Compiling aws-lc-rs v1.12.4
18952025-09-18T23:19:01.497Z Compiling icu_properties v1.5.1
18962025-09-18T23:19:01.678Z Compiling utf16_iter v1.0.5
18972025-09-18T23:19:01.864Z Compiling write16 v1.0.0
18982025-09-18T23:19:01.974Z Compiling byteorder v1.5.0
18992025-09-18T23:19:02.031Z Compiling vcpkg v0.2.15
19002025-09-18T23:19:02.909Z Compiling signal-hook-registry v1.4.2
19012025-09-18T23:19:03.721Z Compiling openssl-sys v0.9.109
19022025-09-18T23:19:03.799Z Compiling thiserror v1.0.69
19032025-09-18T23:19:04.453Z Compiling parking_lot v0.12.3
19042025-09-18T23:19:04.927Z Compiling tracing-attributes v0.1.27
19052025-09-18T23:19:05.043Z Compiling mio v1.0.2
19062025-09-18T23:19:05.459Z Compiling icu_normalizer v1.5.0
19072025-09-18T23:19:06.868Z Compiling idna_adapter v1.2.0
19082025-09-18T23:19:07.207Z Compiling idna v1.0.3
19092025-09-18T23:19:07.883Z Compiling block-buffer v0.10.4
19102025-09-18T23:19:07.947Z Compiling form_urlencoded v1.2.2
19112025-09-18T23:19:08.196Z Compiling thiserror-impl v1.0.69
19122025-09-18T23:19:08.370Z Compiling httparse v1.9.5
19132025-09-18T23:19:08.428Z Compiling digest v0.10.7
19142025-09-18T23:19:08.952Z Compiling socket2 v0.6.0
19152025-09-18T23:19:09.024Z Compiling thiserror v2.0.16
19162025-09-18T23:19:09.941Z Compiling tokio v1.47.0
19172025-09-18T23:19:10.107Z Compiling url v2.5.4
19182025-09-18T23:19:10.926Z Compiling indexmap v2.11.0
19192025-09-18T23:19:11.355Z Compiling thiserror-impl v2.0.16
19202025-09-18T23:19:12.622Z Compiling num-conv v0.1.0
19212025-09-18T23:19:12.863Z Compiling time-core v0.1.2
19222025-09-18T23:19:13.085Z Compiling futures-sink v0.3.31
19232025-09-18T23:19:13.218Z Compiling time-macros v0.2.18
19242025-09-18T23:19:13.337Z Compiling futures-channel v0.3.31
19252025-09-18T23:19:13.801Z Compiling aws-lc-sys v0.26.0
19262025-09-18T23:19:14.835Z Compiling fnv v1.0.7
19272025-09-18T23:19:14.980Z Compiling futures-task v0.3.31
19282025-09-18T23:19:15.059Z Compiling pin-utils v0.1.0
19292025-09-18T23:19:15.198Z Compiling futures-io v0.3.31
19302025-09-18T23:19:15.566Z Compiling openssl v0.10.73
19312025-09-18T23:19:15.643Z Compiling futures-util v0.3.31
19322025-09-18T23:19:15.675Z Compiling zerocopy v0.7.35
19332025-09-18T23:19:15.675Z Compiling iana-time-zone v0.1.63
19342025-09-18T23:19:16.081Z Compiling chrono v0.4.41
19352025-09-18T23:19:16.330Z Compiling uuid v1.18.1
19362025-09-18T23:19:17.194Z Compiling openssl-macros v0.1.1
19372025-09-18T23:19:18.063Z Compiling native-tls v0.2.12
19382025-09-18T23:19:18.204Z Compiling cpufeatures v0.2.14
19392025-09-18T23:19:18.306Z Compiling rustls v0.23.19
19402025-09-18T23:19:18.436Z Compiling hmac v0.12.1
19412025-09-18T23:19:18.440Z Compiling rustc_version v0.4.1
19422025-09-18T23:19:20.407Z Compiling block-padding v0.3.3
19432025-09-18T23:19:21.076Z Compiling cookie v0.18.1
19442025-09-18T23:19:21.367Z Compiling inout v0.1.3
19452025-09-18T23:19:21.693Z Compiling http v1.3.1
19462025-09-18T23:19:22.141Z Compiling serde_tokenstream v0.2.2
19472025-09-18T23:19:22.282Z Compiling bzip2-sys v0.1.13+1.0.8
19482025-09-18T23:19:22.716Z Compiling dyn-clone v1.0.20
19492025-09-18T23:19:22.779Z Compiling zerocopy v0.8.26
19502025-09-18T23:19:23.692Z Compiling cipher v0.4.4
19512025-09-18T23:19:24.007Z Compiling sha2 v0.10.9
19522025-09-18T23:19:25.325Z Compiling scroll_derive v0.12.0
19532025-09-18T23:19:26.244Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19542025-09-18T23:19:26.317Z Compiling crossbeam-utils v0.8.21
19552025-09-18T23:19:26.612Z Compiling syn v1.0.109
19562025-09-18T23:19:26.901Z Compiling rustls-pki-types v1.10.0
19572025-09-18T23:19:27.054Z Compiling base64ct v1.6.0
19582025-09-18T23:19:27.312Z Compiling slog v2.7.0
19592025-09-18T23:19:27.347Z Compiling rustix v1.0.7
19602025-09-18T23:19:27.938Z Compiling rustversion v1.0.17
19612025-09-18T23:19:28.137Z Compiling ucd-trie v0.1.7
19622025-09-18T23:19:28.608Z Compiling pest v2.7.14
19632025-09-18T23:19:28.748Z Compiling pem-rfc7468 v0.7.0
19642025-09-18T23:19:29.378Z Compiling ppv-lite86 v0.2.20
19652025-09-18T23:19:30.381Z Compiling zerocopy-derive v0.8.26
19662025-09-18T23:19:31.567Z Compiling litrs v0.4.1
19672025-09-18T23:19:31.620Z Compiling flagset v0.4.6
19682025-09-18T23:19:31.932Z Compiling der v0.7.9
19692025-09-18T23:19:32.809Z Compiling document-features v0.2.11
19702025-09-18T23:19:32.911Z Compiling pest_meta v2.7.14
19712025-09-18T23:19:34.926Z Compiling tokio-util v0.7.15
19722025-09-18T23:19:36.457Z Compiling tracing-core v0.1.32
19732025-09-18T23:19:36.657Z Compiling untrusted v0.7.1
19742025-09-18T23:19:36.912Z Compiling untrusted v0.9.0
19752025-09-18T23:19:37.187Z Compiling base64 v0.22.1
19762025-09-18T23:19:38.630Z Compiling newtype-uuid v1.2.4
19772025-09-18T23:19:38.827Z Compiling powerfmt v0.2.0
19782025-09-18T23:19:39.484Z Compiling deranged v0.3.11
19792025-09-18T23:19:39.871Z Compiling tracing v0.1.40
19802025-09-18T23:19:40.229Z Compiling pest_generator v2.7.14
19812025-09-18T23:19:40.723Z Compiling spki v0.7.3
19822025-09-18T23:19:40.923Z Compiling salsa20 v0.10.2
19832025-09-18T23:19:41.208Z Compiling http-body v1.0.1
19842025-09-18T23:19:41.261Z Compiling pbkdf2 v0.12.2
19852025-09-18T23:19:41.961Z Compiling num_threads v0.1.7
19862025-09-18T23:19:42.219Z Compiling atomic-waker v1.1.2
19872025-09-18T23:19:42.525Z Compiling time v0.3.36
19882025-09-18T23:19:42.551Z Compiling pest_derive v2.7.14
19892025-09-18T23:19:44.215Z Compiling scrypt v0.11.0
19902025-09-18T23:19:44.620Z Compiling cbc v0.1.2
19912025-09-18T23:19:44.770Z Compiling aes v0.8.4
19922025-09-18T23:19:45.989Z Compiling usdt-impl v0.5.0
19932025-09-18T23:19:46.442Z Compiling num-bigint-dig v0.8.4
19942025-09-18T23:19:46.516Z Compiling zstd-safe v7.2.3
19952025-09-18T23:19:46.844Z Compiling try-lock v0.2.5
19962025-09-18T23:19:47.014Z Compiling tower-service v0.3.3
19972025-09-18T23:19:47.064Z Compiling want v0.3.1
19982025-09-18T23:19:47.262Z Compiling pkcs5 v0.7.1
19992025-09-18T23:19:48.111Z Compiling h2 v0.4.6
20002025-09-18T23:19:49.506Z Compiling scroll v0.12.0
20012025-09-18T23:19:50.481Z Compiling heapless v0.7.17
20022025-09-18T23:19:51.073Z Compiling ipnet v2.11.0
20032025-09-18T23:19:51.116Z Compiling async-trait v0.1.89
20042025-09-18T23:19:52.583Z Compiling ahash v0.8.12
20052025-09-18T23:19:53.088Z Compiling foreign-types-shared v0.1.1
20062025-09-18T23:19:53.330Z Compiling anyhow v1.0.99
20072025-09-18T23:19:53.594Z Compiling plain v0.2.3
20082025-09-18T23:19:53.935Z Compiling httpdate v1.0.3
20092025-09-18T23:19:54.094Z Compiling openssl-probe v0.1.5
20102025-09-18T23:19:54.229Z Compiling signal-hook v0.3.18
20112025-09-18T23:19:54.681Z Compiling goblin v0.8.2
20122025-09-18T23:19:54.722Z Compiling foreign-types v0.3.2
20132025-09-18T23:19:55.664Z Compiling pkcs8 v0.10.2
20142025-09-18T23:19:57.895Z Compiling hyper v1.7.0
20152025-09-18T23:20:00.105Z Compiling daft-derive v0.1.4
20162025-09-18T23:20:02.856Z Compiling strsim v0.11.1
20172025-09-18T23:20:03.583Z Compiling pretty-hex v0.4.1
20182025-09-18T23:20:03.640Z Compiling tinyvec_macros v0.1.1
20192025-09-18T23:20:04.740Z Compiling dof v0.3.0
20202025-09-18T23:20:05.396Z Compiling tinyvec v1.8.0
20212025-09-18T23:20:06.426Z Compiling hyper-util v0.1.16
20222025-09-18T23:20:09.894Z Compiling dtrace-parser v0.2.0
20232025-09-18T23:20:11.388Z Compiling curve25519-dalek v4.1.3
20242025-09-18T23:20:11.818Z Compiling rand_core v0.9.3
20252025-09-18T23:20:11.929Z Compiling clap_derive v4.5.41
20262025-09-18T23:20:13.026Z Compiling thread-id v4.2.2
20272025-09-18T23:20:13.262Z Compiling memoffset v0.9.1
20282025-09-18T23:20:14.133Z Compiling adler2 v2.0.0
20292025-09-18T23:20:15.124Z Compiling smoltcp v0.9.1
20302025-09-18T23:20:16.367Z Compiling miniz_oxide v0.8.5
20312025-09-18T23:20:20.540Z Compiling rand_chacha v0.9.0
20322025-09-18T23:20:22.331Z Compiling http-body-util v0.1.3
20332025-09-18T23:20:23.360Z Compiling strum_macros v0.26.4
20342025-09-18T23:20:24.947Z Compiling sync_wrapper v1.0.1
20352025-09-18T23:20:25.725Z Compiling encoding_rs v0.8.34
20362025-09-18T23:20:26.267Z Compiling tower-layer v0.3.3
20372025-09-18T23:20:26.781Z Compiling cfg_aliases v0.2.1
20382025-09-18T23:20:27.354Z Compiling mime v0.3.17
20392025-09-18T23:20:27.498Z Compiling buf-list v1.0.3
20402025-09-18T23:20:28.107Z Compiling psl-types v2.0.11
20412025-09-18T23:20:28.633Z Compiling publicsuffix v2.3.0
20422025-09-18T23:20:30.240Z Compiling nix v0.29.0
20432025-09-18T23:20:30.430Z Compiling tower v0.5.2
20442025-09-18T23:20:34.172Z Compiling rand v0.9.2
20452025-09-18T23:20:37.461Z Compiling tokio-native-tls v0.3.1
20462025-09-18T23:20:37.786Z Compiling unicode-normalization v0.1.24
20472025-09-18T23:20:37.871Z Compiling rustls-native-certs v0.8.1
20482025-09-18T23:20:38.716Z Compiling hubpack_derive v0.1.1
20492025-09-18T23:20:38.977Z Compiling strum_macros v0.27.1
20502025-09-18T23:20:39.489Z Compiling webpki-roots v1.0.1
20512025-09-18T23:20:39.747Z Compiling openapiv3 v2.2.0
20522025-09-18T23:20:39.783Z Compiling signature v2.2.0
20532025-09-18T23:20:39.834Z Compiling serde_urlencoded v0.7.1
20542025-09-18T23:20:40.101Z Compiling toml_datetime v0.6.11
20552025-09-18T23:20:40.538Z Compiling serde_spanned v0.6.9
20562025-09-18T23:20:40.624Z Compiling curve25519-dalek-derive v0.1.1
20572025-09-18T23:20:40.859Z Compiling fs-err v3.1.1
20582025-09-18T23:20:40.969Z Compiling crc32fast v1.4.2
20592025-09-18T23:20:41.371Z Compiling anstyle v1.0.11
20602025-09-18T23:20:41.399Z Compiling unicode-bidi v0.3.17
20612025-09-18T23:20:41.859Z Compiling siphasher v0.3.11
20622025-09-18T23:20:42.199Z Compiling utf8parse v0.2.2
20632025-09-18T23:20:42.376Z Compiling zlib-rs v0.5.1
20642025-09-18T23:20:42.465Z Compiling unicode-properties v0.1.3
20652025-09-18T23:20:42.852Z Compiling iri-string v0.7.8
20662025-09-18T23:20:42.944Z Compiling stringprep v0.1.5
20672025-09-18T23:20:43.940Z Compiling anstyle-parse v0.2.5
20682025-09-18T23:20:44.094Z Compiling phf_shared v0.11.2
20692025-09-18T23:20:47.107Z Compiling tower-http v0.6.6
20702025-09-18T23:20:47.468Z Compiling libz-rs-sys v0.5.1
20712025-09-18T23:20:48.239Z Compiling hyper-tls v0.6.0
20722025-09-18T23:20:48.362Z Compiling cookie_store v0.21.1
20732025-09-18T23:20:49.436Z Compiling usdt-macro v0.5.0
20742025-09-18T23:20:49.584Z Compiling usdt-attr-macro v0.5.0
20752025-09-18T23:20:50.344Z Compiling rand_chacha v0.3.1
20762025-09-18T23:20:51.267Z Compiling md-5 v0.10.6
20772025-09-18T23:20:51.429Z Compiling num-integer v0.1.46
20782025-09-18T23:20:51.475Z Compiling hash32 v0.2.1
20792025-09-18T23:20:51.992Z Compiling ff v0.13.0
20802025-09-18T23:20:52.325Z Compiling anstyle-query v1.1.1
20812025-09-18T23:20:52.574Z Compiling base16ct v0.2.0
20822025-09-18T23:20:52.879Z Compiling fallible-iterator v0.2.0
20832025-09-18T23:20:52.958Z Compiling colorchoice v1.0.2
20842025-09-18T23:20:53.002Z Compiling gimli v0.31.1
20852025-09-18T23:20:53.005Z Compiling is_terminal_polyfill v1.70.1
20862025-09-18T23:20:53.081Z Compiling winnow v0.7.10
20872025-09-18T23:20:53.291Z Compiling anstream v0.6.18
20882025-09-18T23:20:53.567Z Compiling postgres-protocol v0.6.8
20892025-09-18T23:20:54.627Z Compiling sec1 v0.7.3
20902025-09-18T23:20:54.808Z Compiling group v0.13.0
20912025-09-18T23:20:55.004Z Compiling num-iter v0.1.45
20922025-09-18T23:20:56.164Z Compiling rand v0.8.5
20932025-09-18T23:20:57.559Z Compiling addr2line v0.24.2
20942025-09-18T23:20:57.875Z Compiling flate2 v1.1.2
20952025-09-18T23:20:59.042Z Compiling ipnetwork v0.21.1
20962025-09-18T23:21:00.049Z Compiling hkdf v0.12.4
20972025-09-18T23:21:00.430Z Compiling terminal_size v0.4.0
20982025-09-18T23:21:00.653Z Compiling crypto-bigint v0.5.5
20992025-09-18T23:21:00.775Z Compiling enum-as-inner v0.6.1
21002025-09-18T23:21:01.070Z Compiling serde_repr v0.1.19
21012025-09-18T23:21:01.870Z Compiling object v0.36.5
21022025-09-18T23:21:02.544Z Compiling simd-adler32 v0.3.7
21032025-09-18T23:21:02.905Z Compiling rustls-webpki v0.102.8
21042025-09-18T23:21:03.662Z Compiling managed v0.8.0
21052025-09-18T23:21:04.640Z Compiling lockfree-object-pool v0.1.6
21062025-09-18T23:21:05.116Z Compiling clap_lex v0.7.4
21072025-09-18T23:21:06.797Z Compiling bumpalo v3.16.0
21082025-09-18T23:21:07.126Z Compiling winnow v0.5.40
21092025-09-18T23:21:07.253Z Compiling rustc-demangle v0.1.24
21102025-09-18T23:21:08.156Z Compiling bitflags v1.3.2
21112025-09-18T23:21:09.964Z Compiling backtrace v0.3.74
21122025-09-18T23:21:10.519Z Compiling zopfli v0.8.1
21132025-09-18T23:21:10.755Z Compiling toml_edit v0.19.15
21142025-09-18T23:21:12.029Z Compiling tokio-rustls v0.26.0
21152025-09-18T23:21:12.505Z Compiling hyper-rustls v0.27.7
21162025-09-18T23:21:13.872Z Compiling clap_builder v4.5.41
21172025-09-18T23:21:14.574Z Compiling elliptic-curve v0.13.8
21182025-09-18T23:21:14.926Z Compiling oxnet v0.1.3
21192025-09-18T23:21:17.530Z Compiling zstd v0.13.3
21202025-09-18T23:21:17.607Z Compiling signal-hook-mio v0.2.4
21212025-09-18T23:21:18.192Z Compiling postgres-types v0.2.9
21222025-09-18T23:21:19.525Z Compiling phf v0.11.2
21232025-09-18T23:21:19.556Z Compiling strum v0.27.2
21242025-09-18T23:21:19.758Z Compiling ed25519 v2.2.3
21252025-09-18T23:21:19.815Z Compiling hubpack v0.1.2
21262025-09-18T23:21:19.860Z Compiling bzip2 v0.5.2
21272025-09-18T23:21:19.978Z Compiling bzip2 v0.4.4
21282025-09-18T23:21:20.329Z Compiling pkcs1 v0.7.5
21292025-09-18T23:21:20.641Z Compiling rfc6979 v0.4.0
21302025-09-18T23:21:20.782Z Compiling float-cmp v0.10.0
21312025-09-18T23:21:20.929Z Compiling serde-big-array v0.5.1
21322025-09-18T23:21:21.068Z Compiling regress v0.10.4
21332025-09-18T23:21:21.159Z Compiling bstr v1.10.0
21342025-09-18T23:21:22.714Z Compiling socket2 v0.5.10
21352025-09-18T23:21:23.620Z Compiling memmap v0.7.0
21362025-09-18T23:21:23.993Z Compiling fastrand v2.1.1
21372025-09-18T23:21:24.735Z Compiling new_debug_unreachable v1.0.6
21382025-09-18T23:21:24.870Z Compiling static_assertions v1.1.0
21392025-09-18T23:21:25.020Z Compiling predicates-core v1.0.8
21402025-09-18T23:21:25.275Z Compiling difflib v0.4.0
21412025-09-18T23:21:27.704Z Compiling fixedbitset v0.4.2
21422025-09-18T23:21:27.750Z Compiling normalize-line-endings v0.3.0
21432025-09-18T23:21:27.927Z Compiling whoami v1.5.2
21442025-09-18T23:21:28.144Z Compiling precomputed-hash v0.1.1
21452025-09-18T23:21:28.172Z Compiling data-encoding v2.9.0
21462025-09-18T23:21:28.342Z Compiling toml_write v0.1.2
21472025-09-18T23:21:28.557Z Compiling unicode-segmentation v1.12.0
21482025-09-18T23:21:28.843Z Compiling tokio-postgres v0.7.13
21492025-09-18T23:21:29.567Z Compiling similar v2.7.0
21502025-09-18T23:21:30.473Z Compiling hickory-proto v0.25.2
21512025-09-18T23:21:31.523Z Compiling toml_edit v0.22.27
21522025-09-18T23:21:33.719Z Compiling reqwest v0.12.22
21532025-09-18T23:21:34.428Z Compiling string_cache v0.8.9
21542025-09-18T23:21:34.954Z Compiling petgraph v0.6.5
21552025-09-18T23:21:38.456Z Compiling predicates v3.1.3
21562025-09-18T23:21:41.476Z Compiling typify-impl v0.3.0
21572025-09-18T23:21:42.323Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21582025-09-18T23:21:44.876Z Compiling tempfile v3.20.0
21592025-09-18T23:21:46.778Z Compiling usdt v0.5.0
21602025-09-18T23:21:47.565Z Compiling ecdsa v0.16.9
21612025-09-18T23:21:49.266Z Compiling rsa v0.9.6
21622025-09-18T23:21:51.469Z Compiling zip v0.6.6
21632025-09-18T23:21:52.024Z Compiling zip v4.2.0
21642025-09-18T23:21:52.565Z Compiling ed25519-dalek v2.1.1
21652025-09-18T23:21:53.175Z Compiling crossterm v0.28.1
21662025-09-18T23:21:53.502Z Compiling clap v4.5.41
21672025-09-18T23:21:53.561Z Compiling daft v0.1.4
21682025-09-18T23:21:54.235Z Compiling crossbeam-epoch v0.9.18
21692025-09-18T23:21:54.273Z Compiling toml v0.7.8
21702025-09-18T23:21:55.051Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21712025-09-18T23:21:55.586Z Compiling strum v0.26.3
21722025-09-18T23:21:56.003Z Compiling tokio-stream v0.1.17
21732025-09-18T23:21:56.337Z Compiling x509-cert v0.2.5
21742025-09-18T23:21:57.036Z Compiling sha1 v0.10.6
21752025-09-18T23:21:57.148Z Compiling hex v0.4.3
21762025-09-18T23:21:57.549Z Compiling structmeta-derive v0.3.0
21772025-09-18T23:21:57.968Z Compiling itertools v0.13.0
21782025-09-18T23:21:58.337Z Compiling itertools v0.10.5
21792025-09-18T23:21:59.830Z Compiling winnow v0.6.26
21802025-09-18T23:22:00.868Z Compiling lalrpop-util v0.19.12
21812025-09-18T23:22:00.894Z Compiling peg-runtime v0.8.5
21822025-09-18T23:22:01.426Z Compiling rustc-hash v2.1.1
21832025-09-18T23:22:01.634Z Compiling camino v1.2.0
21842025-09-18T23:22:02.206Z Compiling unicode-xid v0.2.6
21852025-09-18T23:22:03.165Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21862025-09-18T23:22:06.449Z Compiling structmeta v0.3.0
21872025-09-18T23:22:08.790Z Compiling typify-macro v0.3.0
21882025-09-18T23:22:13.960Z Compiling radium v0.7.0
21892025-09-18T23:22:23.145Z Compiling is-terminal v0.4.13
21902025-09-18T23:22:24.036Z Compiling tap v1.0.1
21912025-09-18T23:22:24.139Z Compiling maybe-uninit v2.0.0
21922025-09-18T23:22:24.256Z Compiling wyz v0.5.1
21932025-09-18T23:22:27.480Z Compiling futures-executor v0.3.31
21942025-09-18T23:22:27.851Z Compiling zerocopy-derive v0.6.6
21952025-09-18T23:22:28.936Z Compiling wait-timeout v0.2.0
21962025-09-18T23:22:28.963Z Compiling funty v2.0.0
21972025-09-18T23:22:29.402Z Compiling packed_struct v0.10.1
21982025-09-18T23:22:29.557Z Compiling typeid v1.0.3
21992025-09-18T23:22:29.850Z Compiling quick-error v1.2.3
22002025-09-18T23:22:30.064Z Compiling bit-vec v0.8.0
22012025-09-18T23:22:30.445Z Compiling ident_case v1.0.1
22022025-09-18T23:22:30.676Z Compiling darling_core v0.20.10
22032025-09-18T23:22:30.710Z Compiling bit-set v0.8.0
22042025-09-18T23:22:32.050Z Compiling rusty-fork v0.3.0
22052025-09-18T23:22:33.257Z Compiling bitvec v1.0.1
22062025-09-18T23:22:33.415Z Compiling zerocopy v0.6.6
22072025-09-18T23:22:33.923Z Compiling futures v0.3.31
22082025-09-18T23:22:35.812Z Compiling typify v0.3.0
22092025-09-18T23:22:36.021Z Compiling derive-ex v0.1.8
22102025-09-18T23:22:39.104Z Compiling rand_xorshift v0.4.0
22112025-09-18T23:22:39.158Z Compiling packed_struct_codegen v0.10.1
22122025-09-18T23:22:39.770Z Compiling indexmap v1.9.3
22132025-09-18T23:22:39.823Z Compiling crc-catalog v2.4.0
22142025-09-18T23:22:40.011Z Compiling unsafe-libyaml v0.2.11
22152025-09-18T23:22:41.254Z Compiling unarray v0.1.4
22162025-09-18T23:22:41.439Z Compiling nodrop v0.1.14
22172025-09-18T23:22:41.529Z Compiling rustls v0.22.4
22182025-09-18T23:22:41.645Z Compiling array-init v0.0.4
22192025-09-18T23:22:42.724Z Compiling proptest v1.7.0
22202025-09-18T23:22:46.354Z Compiling serde_yaml v0.9.34+deprecated
22212025-09-18T23:22:50.196Z Compiling crc v3.2.1
22222025-09-18T23:22:50.236Z Compiling test-strategy v0.4.3
22232025-09-18T23:22:53.680Z Compiling progenitor-impl v0.9.1
22242025-09-18T23:22:53.960Z Compiling darling_macro v0.20.10
22252025-09-18T23:22:54.576Z Compiling smallvec v0.6.14
22262025-09-18T23:22:58.442Z Compiling toml v0.8.23
22272025-09-18T23:22:58.912Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22282025-09-18T23:22:59.571Z Compiling xattr v1.3.1
22292025-09-18T23:22:59.943Z Compiling pin-project-internal v1.1.6
22302025-09-18T23:23:00.871Z Compiling thread_local v1.1.8
22312025-09-18T23:23:01.563Z Compiling filetime v0.2.25
22322025-09-18T23:23:01.962Z Compiling multer v3.1.0
22332025-09-18T23:23:02.363Z Compiling slog-async v2.8.0
22342025-09-18T23:23:02.426Z Compiling base64 v0.21.7
22352025-09-18T23:23:02.854Z Compiling ref-cast v1.0.24
22362025-09-18T23:23:02.934Z Compiling same-file v1.0.6
22372025-09-18T23:23:03.162Z Compiling termcolor v1.4.1
22382025-09-18T23:23:03.266Z Compiling match_cfg v0.1.0
22392025-09-18T23:23:03.357Z Compiling rayon-core v1.12.1
22402025-09-18T23:23:03.405Z Compiling bitfield v0.14.0
22412025-09-18T23:23:03.730Z Compiling hashbrown v0.12.3
22422025-09-18T23:23:03.800Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
22432025-09-18T23:23:04.182Z Compiling env_logger v0.10.2
22442025-09-18T23:23:04.208Z Compiling hostname v0.3.1
22452025-09-18T23:23:04.607Z Compiling walkdir v2.5.0
22462025-09-18T23:23:05.046Z Compiling ron v0.8.1
22472025-09-18T23:23:05.701Z Compiling pin-project v1.1.6
22482025-09-18T23:23:05.994Z Compiling tar v0.4.44
22492025-09-18T23:23:06.042Z Compiling progenitor-macro v0.9.1
22502025-09-18T23:23:06.148Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
22512025-09-18T23:23:07.182Z Compiling erased-serde v0.4.6
22522025-09-18T23:23:08.725Z Compiling serde-hex v0.1.0
22532025-09-18T23:23:09.564Z Compiling darling v0.20.10
22542025-09-18T23:23:10.693Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22552025-09-18T23:23:11.736Z Compiling hashbrown v0.13.2
22562025-09-18T23:23:13.077Z Compiling progenitor-client v0.9.1
22572025-09-18T23:23:13.918Z Compiling toml_parser v1.0.2
22582025-09-18T23:23:14.018Z Compiling crossbeam-channel v0.5.15
22592025-09-18T23:23:15.596Z Compiling slog-json v2.6.1
22602025-09-18T23:23:16.071Z Compiling serde_path_to_error v0.1.17
22612025-09-18T23:23:16.586Z Compiling serde_spanned v1.0.0
22622025-09-18T23:23:16.892Z Compiling toml_datetime v0.7.0
22632025-09-18T23:23:17.034Z Compiling ref-cast-impl v1.0.24
22642025-09-18T23:23:17.061Z Compiling async-stream-impl v0.3.6
22652025-09-18T23:23:17.138Z Compiling snafu-derive v0.8.5
22662025-09-18T23:23:17.815Z Compiling ordered-float v2.10.1
22672025-09-18T23:23:18.118Z Compiling dropshot v0.16.4
22682025-09-18T23:23:18.265Z Compiling fs-err v2.11.0
22692025-09-18T23:23:18.409Z Compiling term v1.1.0
22702025-09-18T23:23:18.498Z Compiling toml_writer v1.0.2
22712025-09-18T23:23:18.646Z Compiling take_mut v0.2.2
22722025-09-18T23:23:18.860Z Compiling debug-ignore v1.0.5
22732025-09-18T23:23:19.068Z Compiling crc-any v2.5.0
22742025-09-18T23:23:19.093Z Compiling slog-term v2.9.2
22752025-09-18T23:23:19.994Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
22762025-09-18T23:23:21.348Z Compiling snafu v0.8.5
22772025-09-18T23:23:21.787Z Compiling toml v0.9.5
22782025-09-18T23:23:22.874Z Compiling serde-value v0.7.0
22792025-09-18T23:23:24.542Z Compiling async-stream v0.3.6
22802025-09-18T23:23:24.980Z Compiling progenitor v0.9.1
22812025-09-18T23:23:25.085Z Compiling slog-bunyan v2.5.0
22822025-09-18T23:23:25.263Z Compiling tokio-rustls v0.25.0
22832025-09-18T23:23:25.548Z Compiling object v0.30.4
22842025-09-18T23:23:25.796Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22852025-09-18T23:23:27.205Z Compiling serde_with_macros v3.14.0
22862025-09-18T23:23:29.523Z Compiling serde-untagged v0.1.7
22872025-09-18T23:23:31.306Z Compiling camino-tempfile v1.4.1
22882025-09-18T23:23:31.404Z Compiling globset v0.4.15
22892025-09-18T23:23:32.119Z Compiling crossbeam-deque v0.8.5
22902025-09-18T23:23:32.589Z Compiling parse-display-derive v0.10.0
22912025-09-18T23:23:32.893Z Compiling olpc-cjson v0.1.4
22922025-09-18T23:23:33.241Z Compiling waitgroup v0.1.2
22932025-09-18T23:23:33.541Z Compiling pem v3.0.5
22942025-09-18T23:23:34.296Z Compiling rustls-pemfile v2.2.0
22952025-09-18T23:23:34.828Z Compiling dropshot_endpoint v0.16.4
22962025-09-18T23:23:34.976Z Compiling serde_plain v1.0.2
22972025-09-18T23:23:35.552Z Compiling hashbrown v0.16.0
22982025-09-18T23:23:35.850Z Compiling derive-where v1.5.0
22992025-09-18T23:23:36.073Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23002025-09-18T23:23:36.876Z Compiling async-recursion v1.1.1
23012025-09-18T23:23:37.087Z Compiling blake3 v1.5.4
23022025-09-18T23:23:37.395Z Compiling hostname v0.4.0
23032025-09-18T23:23:37.544Z Compiling instant v0.1.13
23042025-09-18T23:23:37.703Z Compiling typed-path v0.9.3
23052025-09-18T23:23:37.753Z Compiling path-slash v0.1.5
23062025-09-18T23:23:37.781Z Compiling foldhash v0.2.0
23072025-09-18T23:23:38.016Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
23082025-09-18T23:23:38.163Z Compiling iddqd v0.3.13
23092025-09-18T23:23:38.752Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23102025-09-18T23:23:38.961Z Compiling backoff v0.4.0
23112025-09-18T23:23:39.140Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23122025-09-18T23:23:39.344Z Compiling parse-display v0.10.0
23132025-09-18T23:23:39.413Z Compiling cargo-util-schemas v0.8.2
23142025-09-18T23:23:41.378Z Compiling tough v0.20.0
23152025-09-18T23:23:41.994Z Compiling serde_with v3.14.0
23162025-09-18T23:23:42.745Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23172025-09-18T23:23:43.524Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
23182025-09-18T23:23:44.979Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
23192025-09-18T23:23:45.252Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
23202025-09-18T23:23:45.537Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23212025-09-18T23:23:45.573Z Compiling progenitor-client v0.10.0
23222025-09-18T23:23:46.535Z Compiling macaddr v1.0.1
23232025-09-18T23:23:46.560Z Compiling cargo-platform v0.2.0
23242025-09-18T23:23:46.673Z Compiling memmap2 v0.9.5
23252025-09-18T23:23:47.136Z Compiling arrayref v0.3.9
23262025-09-18T23:23:47.273Z Compiling parse-size v1.1.0
23272025-09-18T23:23:47.296Z Compiling constant_time_eq v0.3.1
23282025-09-18T23:23:47.524Z Compiling arrayvec v0.7.6
23292025-09-18T23:23:47.624Z Compiling indent_write v2.2.0
23302025-09-18T23:23:47.753Z Compiling cargo_metadata v0.21.0
23312025-09-18T23:23:47.904Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
23322025-09-18T23:23:50.375Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23332025-09-18T23:23:52.666Z Compiling display-error-chain v0.2.2
23342025-09-18T23:23:52.813Z Compiling topological-sort v0.2.2
23352025-09-18T23:23:52.927Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23362025-09-18T23:23:53.146Z Compiling omicron-zone-package v0.12.2
23372025-09-18T23:23:57.188Z Compiling shell-words v1.1.0
23382025-09-18T23:24:05.951Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23392025-09-18T23:24:16.358Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23402025-09-18T23:24:34.572Z Finished `release` profile [optimized] target(s) in 6m 02s
23412025-09-18T23:24:34.774Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
23422025-09-18T23:24:34.833ZSep 18 23:24:33.311 DEBG changing working directory to /work/oxidecomputer/omicron
23432025-09-18T23:24:34.961ZSep 18 23:24:33.439 DEBG running: git rev-parse HEAD
23442025-09-18T23:24:34.964ZSep 18 23:24:33.443 DEBG process exited with exit status: 0 (3.235977ms)
23452025-09-18T23:24:34.964ZSep 18 23:24:33.443 INFO version: 16.0.0-0.ci+git2f19f098158
23462025-09-18T23:24:35.003ZSep 18 23:24:33.482 INFO cloning helios to /work/oxidecomputer/helios
23472025-09-18T23:24:35.004ZSep 18 23:24:33.482 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
23482025-09-18T23:24:35.007ZCloning into '/work/oxidecomputer/helios'...
23492025-09-18T23:24:35.512ZSep 18 23:24:33.991 DEBG process exited with exit status: 0 (508.15311ms)
23502025-09-18T23:24:35.512ZSep 18 23:24:33.991 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
23512025-09-18T23:24:35.515ZSep 18 23:24:33.994 DEBG process exited with exit status: 0 (3.08007ms)
23522025-09-18T23:24:35.515ZSep 18 23:24:33.994 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
23532025-09-18T23:24:36.713ZSep 18 23:24:35.192 DEBG process exited with exit status: 0 (1.198385019s)
23542025-09-18T23:24:36.713ZSep 18 23:24:35.192 DEBG running: zfs list rpool/images/build/host
23552025-09-18T23:24:36.718ZNAME USED AVAIL REFER MOUNTPOINT
23562025-09-18T23:24:36.718Zrpool/images/build/host 24K 151G 24K /rpool/images/build/host
23572025-09-18T23:24:36.721ZSep 18 23:24:35.198 DEBG process exited with exit status: 0 (5.733006ms)
23582025-09-18T23:24:36.721ZSep 18 23:24:35.198 DEBG running: zfs list rpool/images/build/recovery
23592025-09-18T23:24:36.724ZNAME USED AVAIL REFER MOUNTPOINT
23602025-09-18T23:24:36.724Zrpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery
23612025-09-18T23:24:36.724ZSep 18 23:24:35.203 DEBG process exited with exit status: 0 (4.764292ms)
23622025-09-18T23:24:36.728ZSep 18 23:24:35.203 INFO [hubris-production] running task
23632025-09-18T23:24:36.728ZSep 18 23:24:35.203 INFO [hubris-staging] running task
23642025-09-18T23:24:36.728ZSep 18 23:24:35.204 INFO [incorp-manifest] running task
23652025-09-18T23:24:36.728ZSep 18 23:24:35.204 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
23662025-09-18T23:24:36.728ZSep 18 23:24:35.204 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
23672025-09-18T23:24:36.728ZSep 18 23:24:35.204 INFO [incorp-create] running: pkgrepo create /work/incorporation
23682025-09-18T23:24:36.728ZSep 18 23:24:35.206 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
23692025-09-18T23:24:36.814Z[ helios-setup] cd tools/helios-build && cargo build --quiet
23702025-09-18T23:24:37.085ZSep 18 23:24:35.563 INFO [incorp-create] process exited with exit status: 0 (359.179751ms)
23712025-09-18T23:24:37.088ZSep 18 23:24:35.564 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
23722025-09-18T23:24:37.481Z[ omicron-package] Blocking waiting for file lock on package cache
23732025-09-18T23:24:37.484ZSep 18 23:24:35.960 INFO [incorp-publisher] process exited with exit status: 0 (396.300885ms)
23742025-09-18T23:24:37.987Z[ omicron-package] Blocking waiting for file lock on package cache
23752025-09-18T23:24:38.903ZSep 18 23:24:37.381 INFO [hubris-production] task succeeded (2.178076807s)
23762025-09-18T23:24:39.267Z[ omicron-package] Compiling ring v0.17.14
23772025-09-18T23:24:39.276Z[ omicron-package] Compiling darling_core v0.21.0
23782025-09-18T23:24:39.279Z[ omicron-package] Compiling proc-macro-crate v1.3.1
23792025-09-18T23:24:39.279Z[ omicron-package] Compiling itertools v0.14.0
23802025-09-18T23:24:39.279Z[ omicron-package] Compiling heapless v0.8.0
23812025-09-18T23:24:39.279Z[ omicron-package] Compiling hash32 v0.3.1
23822025-09-18T23:24:39.279Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23832025-09-18T23:24:40.797Z[ omicron-package] Compiling smoltcp v0.11.0
23842025-09-18T23:24:41.254Z[ omicron-package] Compiling num_enum_derive v0.5.11
23852025-09-18T23:24:41.459Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
23862025-09-18T23:24:42.557Z[ omicron-package] Compiling cobs v0.2.3
23872025-09-18T23:24:42.644Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23882025-09-18T23:24:43.520Z[ omicron-package] Compiling postcard v1.0.10
23892025-09-18T23:24:44.201Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
23902025-09-18T23:24:45.019Z[ omicron-package] Compiling foreign-types-macros v0.2.3
23912025-09-18T23:24:45.434Z[ omicron-package] Compiling num_enum v0.5.11
23922025-09-18T23:24:46.175Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
23932025-09-18T23:24:46.258Z[ omicron-package] Compiling proc-macro-error v1.0.4
23942025-09-18T23:24:46.305Z[ omicron-package] Compiling foreign-types-shared v0.3.1
23952025-09-18T23:24:46.642Z[ omicron-package] Compiling unicode-width v0.1.14
23962025-09-18T23:24:47.672Z[ omicron-package] Compiling rustls v0.23.19
23972025-09-18T23:24:47.786Z[ omicron-package] Compiling foreign-types v0.5.0
23982025-09-18T23:24:47.959Z[ omicron-package] Compiling tabwriter v1.4.0
23992025-09-18T23:24:48.777Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24002025-09-18T23:24:49.166Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24012025-09-18T23:24:49.304Z[ omicron-package] Compiling cstr-argument v0.1.2
24022025-09-18T23:24:49.769Z[ omicron-package] Compiling pretty-hex v0.2.1
24032025-09-18T23:24:50.123Z[ omicron-package] Compiling darling_macro v0.21.0
24042025-09-18T23:24:50.123Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24052025-09-18T23:24:50.677Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
24062025-09-18T23:24:50.719Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24072025-09-18T23:24:50.912Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24082025-09-18T23:24:51.196Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24092025-09-18T23:24:51.803Z[ omicron-package] Compiling rayon v1.10.0
24102025-09-18T23:24:51.929Z[ omicron-package] Compiling colored v2.2.0
24112025-09-18T23:24:52.097Z[ omicron-package] Compiling darling v0.21.0
24122025-09-18T23:24:52.371Z[ omicron-package] Compiling ingot-macros v0.1.1
24132025-09-18T23:24:52.617Z[ omicron-package] Compiling heck v0.4.1
24142025-09-18T23:24:52.707Z[ omicron-package] Compiling rustls-webpki v0.102.8
24152025-09-18T23:24:53.675Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
24162025-09-18T23:24:55.593Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24172025-09-18T23:24:55.692Z[ omicron-package] Compiling num-derive v0.4.2
24182025-09-18T23:24:56.421Z[ omicron-package] Compiling sigpipe v0.1.3
24192025-09-18T23:24:56.659Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24202025-09-18T23:24:57.453Z[ omicron-package] Compiling glob v0.3.2
24212025-09-18T23:24:58.151Z[ omicron-package] Compiling jiff v0.2.15
24222025-09-18T23:24:58.653Z[ omicron-package] Compiling libefi-sys v0.1.0
24232025-09-18T23:24:59.738Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
24242025-09-18T23:25:00.120Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24252025-09-18T23:25:00.383Z[ omicron-package] Compiling zone v0.3.1
24262025-09-18T23:25:01.213Z[ omicron-package] Compiling rustls v0.22.4
24272025-09-18T23:25:01.534Z[ omicron-package] Compiling ingot-types v0.1.2
24282025-09-18T23:25:01.874Z[ omicron-package] Compiling smf v0.2.3
24292025-09-18T23:25:03.490Z[ omicron-package] Compiling ingot v0.1.1
24302025-09-18T23:25:05.121Z[ omicron-package] Compiling tokio-rustls v0.26.0
24312025-09-18T23:25:05.775Z[ omicron-package] Compiling hyper-rustls v0.27.7
24322025-09-18T23:25:06.590Z[ omicron-package] Compiling reqwest v0.12.22
24332025-09-18T23:25:06.748Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24342025-09-18T23:25:11.119Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24352025-09-18T23:25:11.254Z[ omicron-package] Compiling bitfield-struct v0.6.2
24362025-09-18T23:25:12.931Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24372025-09-18T23:25:13.173Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24382025-09-18T23:25:14.419Z[ omicron-package] Compiling unicode-width v0.2.0
24392025-09-18T23:25:14.455Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24402025-09-18T23:25:15.532Z[ omicron-package] Compiling tokio-rustls v0.25.0
24412025-09-18T23:25:16.208Z[ omicron-package] Compiling dropshot v0.16.4
24422025-09-18T23:25:16.537Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24432025-09-18T23:25:17.073Z[ omicron-package] Compiling console v0.16.0
24442025-09-18T23:25:17.446Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24452025-09-18T23:25:19.407Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24462025-09-18T23:25:19.897ZSep 18 23:25:18.374 INFO [hubris-staging] task succeeded (43.170735523s)
24472025-09-18T23:25:19.980Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24482025-09-18T23:25:20.153Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
24492025-09-18T23:25:20.153Z[ helios-setup] --> src/main.rs:79:10
24502025-09-18T23:25:20.156Z[ helios-setup] |
24512025-09-18T23:25:20.339Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
24522025-09-18T23:25:20.502Z[ helios-setup] | ^^^^ --------- the same lifetime is hidden here
24532025-09-18T23:25:20.533Z[ helios-setup] | |
24542025-09-18T23:25:20.533Z[ helios-setup] | the lifetime is elided here
24552025-09-18T23:25:20.553Z[ helios-setup] |
24562025-09-18T23:25:20.573Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
24572025-09-18T23:25:20.576Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
24582025-09-18T23:25:20.576Z[ helios-setup] help: use `'_` for type paths
24592025-09-18T23:25:20.576Z[ helios-setup] |
24602025-09-18T23:25:20.576Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
24612025-09-18T23:25:20.576Z[ helios-setup] | ++++
24622025-09-18T23:25:20.576Z[ helios-setup]
24632025-09-18T23:25:20.679Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24642025-09-18T23:25:20.893Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24652025-09-18T23:25:21.933Z[ omicron-package] Compiling tokio-dtrace v0.1.0
24662025-09-18T23:25:22.700Z[ omicron-package] Compiling gethostname v0.5.0
24672025-09-18T23:25:23.059Z[ omicron-package] Compiling unit-prefix v0.5.1
24682025-09-18T23:25:23.520Z[ omicron-package] Compiling fixedbitset v0.5.7
24692025-09-18T23:25:23.568Z[ omicron-package] Compiling indicatif v0.18.0
24702025-09-18T23:25:25.226Z[ omicron-package] Compiling petgraph v0.8.2
24712025-09-18T23:25:27.460Z[ helios-setup] Sep 18 23:25:25.936 INFO helios repository root is: /work/oxidecomputer/helios
24722025-09-18T23:25:27.463Z[ helios-setup] Sep 18 23:25:25.938 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
24732025-09-18T23:25:27.463Z[ helios-setup] Sep 18 23:25:25.938 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
24742025-09-18T23:25:27.466Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
24752025-09-18T23:25:28.766Z[ helios-setup] Sep 18 23:25:27.242 INFO clone ok!, project: chelsio-t6-roms
24762025-09-18T23:25:28.769Z[ helios-setup] Sep 18 23:25:27.242 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
24772025-09-18T23:25:28.769Z[ helios-setup] Sep 18 23:25:27.242 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
24782025-09-18T23:25:28.772Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
24792025-09-18T23:25:29.006Z[ omicron-package] Compiling progenitor-client v0.9.1
24802025-09-18T23:25:30.266Z[ helios-setup] Sep 18 23:25:28.742 INFO clone ok!, project: amd-host-image-builder
24812025-09-18T23:25:30.269Z[ helios-setup] Sep 18 23:25:28.742 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
24822025-09-18T23:25:30.269Z[ helios-setup] Sep 18 23:25:28.742 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
24832025-09-18T23:25:30.273Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
24842025-09-18T23:25:30.273Z[ omicron-package] Compiling progenitor v0.9.1
24852025-09-18T23:25:30.591Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
24862025-09-18T23:25:30.801Z[ omicron-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24872025-09-18T23:25:31.360Z[ helios-setup] Sep 18 23:25:29.837 INFO clone ok!, project: image-builder
24882025-09-18T23:25:31.364Z[ helios-setup] Sep 18 23:25:29.837 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
24892025-09-18T23:25:31.364Z[ helios-setup] Sep 18 23:25:29.837 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
24902025-09-18T23:25:31.364Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
24912025-09-18T23:25:31.438Z[ omicron-package] Compiling progenitor-client v0.10.0
24922025-09-18T23:25:31.703ZSep 18 23:25:30.179 DEBG process exited with exit status: 0 (54.975004658s)
24932025-09-18T23:25:31.706ZSep 18 23:25:30.181 INFO [incorp-manifest] task succeeded (54.977403568s)
24942025-09-18T23:25:31.706ZSep 18 23:25:30.181 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24952025-09-18T23:25:31.889Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24962025-09-18T23:25:32.201ZSep 18 23:25:30.677 INFO [incorp-fmt] process exited with exit status: 0 (496.090057ms)
24972025-09-18T23:25:32.205ZSep 18 23:25:30.678 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24982025-09-18T23:25:32.679Z[ helios-setup] Sep 18 23:25:31.155 INFO clone ok!, project: pilot
24992025-09-18T23:25:32.682Z[ helios-setup] Sep 18 23:25:31.155 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
25002025-09-18T23:25:32.682Z[ helios-setup] Sep 18 23:25:31.155 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25012025-09-18T23:25:32.685Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25022025-09-18T23:25:32.803Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25032025-09-18T23:25:32.810Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250918T232531Z
25042025-09-18T23:25:32.810Z[ incorp-pkgsend] PUBLISHED
25052025-09-18T23:25:32.880ZSep 18 23:25:31.357 INFO [incorp-pkgsend] process exited with exit status: 0 (679.023042ms)
25062025-09-18T23:25:32.883ZSep 18 23:25:31.360 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25072025-09-18T23:25:33.409Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
25082025-09-18T23:25:33.418Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
25092025-09-18T23:25:33.443Z[ helios-setup] Sep 18 23:25:31.919 INFO clone ok!, project: pinprick
25102025-09-18T23:25:33.446Z[ helios-setup] Sep 18 23:25:31.920 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25112025-09-18T23:25:33.447Z[ helios-setup] Sep 18 23:25:31.920 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25122025-09-18T23:25:33.447Z[ helios-setup] Sep 18 23:25:31.920 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
25132025-09-18T23:25:33.447Z[ helios-setup] Sep 18 23:25:31.920 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25142025-09-18T23:25:33.449Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25152025-09-18T23:25:33.485Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25162025-09-18T23:25:33.485Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25172025-09-18T23:25:33.489Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25182025-09-18T23:25:33.495Z[ helios-incorp]
25192025-09-18T23:25:33.495Z[ helios-incorp] Archiving packages ...
25202025-09-18T23:25:33.498Z[ helios-incorp] Packages to add: 1
25212025-09-18T23:25:33.498Z[ helios-incorp] Files to retrieve: 0
25222025-09-18T23:25:33.498Z[ helios-incorp] Estimated transfer size: 0.00 B
25232025-09-18T23:25:33.498Z[ helios-incorp]
25242025-09-18T23:25:33.498Z[ helios-incorp] Packages to archive:
25252025-09-18T23:25:33.498Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250918T232531Z
25262025-09-18T23:25:33.498Z[ helios-incorp]
25272025-09-18T23:25:33.498Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25282025-09-18T23:25:33.498Z[ helios-incorp] Archiving: Completed 106.69 kB in 0.00 seconds
25292025-09-18T23:25:33.617ZSep 18 23:25:32.093 INFO [helios-incorp] process exited with exit status: 0 (735.784707ms)
25302025-09-18T23:25:34.272Z[ helios-setup] Sep 18 23:25:32.748 INFO clone ok!, project: phbl
25312025-09-18T23:25:34.275Z[ helios-setup] Sep 18 23:25:32.749 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
25322025-09-18T23:25:34.275Z[ helios-setup] Sep 18 23:25:32.749 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25332025-09-18T23:25:34.278Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25342025-09-18T23:25:34.539Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25352025-09-18T23:25:35.192Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25362025-09-18T23:25:37.202Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25372025-09-18T23:25:47.081Z[ helios-setup] Sep 18 23:25:45.556 INFO clone ok!, project: amd-firmware
25382025-09-18T23:25:47.084Z[ helios-setup] Sep 18 23:25:45.557 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25392025-09-18T23:25:47.084Z[ helios-setup] Sep 18 23:25:45.557 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
25402025-09-18T23:25:47.084Z[ helios-setup] Sep 18 23:25:45.557 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25412025-09-18T23:25:47.087Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25422025-09-18T23:25:47.825Z[ helios-setup] Sep 18 23:25:46.300 INFO clone ok!, project: bootserver
25432025-09-18T23:25:47.828Z[ helios-setup] Sep 18 23:25:46.301 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
25442025-09-18T23:25:48.394Z[ helios-setup] Sep 18 23:25:46.869 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
25452025-09-18T23:25:48.989Z[ helios-setup] Sep 18 23:25:47.465 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
25462025-09-18T23:25:48.993Z[ helios-setup] Sep 18 23:25:47.465 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
25472025-09-18T23:25:49.637Z[ helios-setup] Sep 18 23:25:48.112 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
25482025-09-18T23:25:50.201Z[ helios-setup] Sep 18 23:25:48.676 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
25492025-09-18T23:25:50.201Z[ helios-setup] Sep 18 23:25:48.676 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
25502025-09-18T23:25:50.866Z[ helios-setup] Sep 18 23:25:49.342 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
25512025-09-18T23:25:51.530Z[ helios-setup] Sep 18 23:25:50.006 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
25522025-09-18T23:25:51.534Z[ helios-setup] Sep 18 23:25:50.006 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
25532025-09-18T23:25:51.534Z[ helios-setup] Sep 18 23:25:50.006 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
25542025-09-18T23:25:51.534Z[ helios-setup] Sep 18 23:25:50.006 INFO ok!
25552025-09-18T23:25:51.534Z[ helios-setup] Sep 18 23:25:50.006 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
25562025-09-18T23:25:51.534Z[ helios-setup] Sep 18 23:25:50.006 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
25572025-09-18T23:25:51.534Z[ helios-setup] Sep 18 23:25:50.006 INFO ok!
25582025-09-18T23:25:51.534Z[ helios-setup] Sep 18 23:25:50.006 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
25592025-09-18T23:25:51.534Z[ helios-setup] Sep 18 23:25:50.006 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
25602025-09-18T23:25:51.534Z[ helios-setup] Sep 18 23:25:50.006 INFO ok!
25612025-09-18T23:25:51.534Z[ helios-setup] Sep 18 23:25:50.006 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
25622025-09-18T23:25:51.647Z[ helios-setup] Sep 18 23:25:50.123 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')"
25632025-09-18T23:25:51.648Z[ helios-setup] Sep 18 23:25:50.123 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
25642025-09-18T23:25:51.651Z[ helios-setup] Sep 18 23:25:50.123 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
25652025-09-18T23:25:51.948Z[ helios-setup] Sep 18 23:25:50.423 INFO E| Updating crates.io index
25662025-09-18T23:25:52.013Z[ helios-setup] Sep 18 23:25:50.489 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
25672025-09-18T23:25:52.454Z[ helios-setup] Sep 18 23:25:50.929 INFO E| From https://github.com/oxidecomputer/amd-apcb
25682025-09-18T23:25:52.454Z[ helios-setup] Sep 18 23:25:50.929 INFO E| * [new ref] d8244b0a0f4a1496799c660e53dfe294b46f8888 -> refs/commit/d8244b0a0f4a1496799c660e53dfe294b46f8888
25692025-09-18T23:25:52.474Z[ helios-setup] Sep 18 23:25:50.949 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
25702025-09-18T23:25:52.876Z[ helios-setup] Sep 18 23:25:51.351 INFO E| From https://github.com/oxidecomputer/amd-efs
25712025-09-18T23:25:52.876Z[ helios-setup] Sep 18 23:25:51.351 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
25722025-09-18T23:25:53.113Z[ helios-setup] Sep 18 23:25:51.588 INFO E| Downloading crates ...
25732025-09-18T23:25:53.244Z[ helios-setup] Sep 18 23:25:51.719 INFO E| Downloaded unic-ucd-version v0.9.0
25742025-09-18T23:25:53.247Z[ helios-setup] Sep 18 23:25:51.721 INFO E| Downloaded bytesize v2.0.1
25752025-09-18T23:25:53.250Z[ helios-setup] Sep 18 23:25:51.725 INFO E| Downloaded fletcher v1.0.0
25762025-09-18T23:25:53.253Z[ helios-setup] Sep 18 23:25:51.726 INFO E| Downloaded cpufeatures v0.2.17
25772025-09-18T23:25:53.253Z[ helios-setup] Sep 18 23:25:51.729 INFO E| Downloaded vec_map v0.8.2
25782025-09-18T23:25:53.256Z[ helios-setup] Sep 18 23:25:51.730 INFO E| Downloaded strsim v0.8.0
25792025-09-18T23:25:53.259Z[ helios-setup] Sep 18 23:25:51.733 INFO E| Downloaded ryu v1.0.20
25802025-09-18T23:25:53.284Z[ helios-setup] Sep 18 23:25:51.759 INFO E| Downloaded unic-ucd-ident v0.9.0
25812025-09-18T23:25:53.287Z[ helios-setup] Sep 18 23:25:51.762 INFO E| Downloaded four-cc v0.4.0
25822025-09-18T23:25:53.290Z[ helios-setup] Sep 18 23:25:51.763 INFO E| Downloaded dyn-clone v1.0.19
25832025-09-18T23:25:53.292Z[ helios-setup] Sep 18 23:25:51.766 INFO E| Downloaded clap v2.34.0
25842025-09-18T23:25:53.301Z[ helios-setup] Sep 18 23:25:51.776 INFO E| Downloaded structopt-derive v0.4.18
25852025-09-18T23:25:53.304Z[ helios-setup] Sep 18 23:25:51.778 INFO E| Downloaded thiserror-impl v2.0.12
25862025-09-18T23:25:53.307Z[ helios-setup] Sep 18 23:25:51.781 INFO E| Downloaded proc-macro2 v1.0.95
25872025-09-18T23:25:53.313Z[ helios-setup] Sep 18 23:25:51.785 INFO E| Downloaded pest_generator v2.8.0
25882025-09-18T23:25:53.313Z[ helios-setup] Sep 18 23:25:51.787 INFO E| Downloaded unic-common v0.9.0
25892025-09-18T23:25:53.313Z[ helios-setup] Sep 18 23:25:51.789 INFO E| Downloaded scroll_derive v0.12.1
25902025-09-18T23:25:53.316Z[ helios-setup] Sep 18 23:25:51.790 INFO E| Downloaded modular-bitfield-impl v0.11.2
25912025-09-18T23:25:53.316Z[ helios-setup] Sep 18 23:25:51.792 INFO E| Downloaded itoa v1.0.15
25922025-09-18T23:25:53.319Z[ helios-setup] Sep 18 23:25:51.793 INFO E| Downloaded ansi_term v0.12.1
25932025-09-18T23:25:53.322Z[ helios-setup] Sep 18 23:25:51.797 INFO E| Downloaded unic-char-range v0.9.0
25942025-09-18T23:25:53.325Z[ helios-setup] Sep 18 23:25:51.799 INFO E| Downloaded modular-bitfield v0.11.2
25952025-09-18T23:25:53.340Z[ helios-setup] Sep 18 23:25:51.815 INFO E| Downloaded rustversion v1.0.20
25962025-09-18T23:25:53.344Z[ helios-setup] Sep 18 23:25:51.819 INFO E| Downloaded parse_int v0.9.0
25972025-09-18T23:25:53.347Z[ helios-setup] Sep 18 23:25:51.821 INFO E| Downloaded pest_meta v2.8.0
25982025-09-18T23:25:53.350Z[ helios-setup] Sep 18 23:25:51.824 INFO E| Downloaded unic-char-property v0.9.0
25992025-09-18T23:25:53.353Z[ helios-setup] Sep 18 23:25:51.826 INFO E| Downloaded strum v0.27.1
26002025-09-18T23:25:53.353Z[ helios-setup] Sep 18 23:25:51.828 INFO E| Downloaded serde_derive v1.0.219
26012025-09-18T23:25:53.356Z[ helios-setup] Sep 18 23:25:51.831 INFO E| Downloaded pest_derive v2.8.0
26022025-09-18T23:25:53.360Z[ helios-setup] Sep 18 23:25:51.835 INFO E| Downloaded typenum v1.18.0
26032025-09-18T23:25:53.365Z[ helios-setup] Sep 18 23:25:51.840 INFO E| Downloaded thiserror v2.0.12
26042025-09-18T23:25:53.374Z[ helios-setup] Sep 18 23:25:51.850 INFO E| Downloaded zerocopy-derive v0.8.25
26052025-09-18T23:25:53.384Z[ helios-setup] Sep 18 23:25:51.859 INFO E| Downloaded serde_json v1.0.140
26062025-09-18T23:25:53.394Z[ helios-setup] Sep 18 23:25:51.869 INFO E| Downloaded serde v1.0.219
26072025-09-18T23:25:53.402Z[ helios-setup] Sep 18 23:25:51.878 INFO E| Downloaded pest v2.8.0
26082025-09-18T23:25:53.409Z[ helios-setup] Sep 18 23:25:51.885 INFO E| Downloaded textwrap v0.11.0
26092025-09-18T23:25:53.412Z[ helios-setup] Sep 18 23:25:51.887 INFO E| Downloaded structopt v0.3.26
26102025-09-18T23:25:53.424Z[ helios-setup] Sep 18 23:25:51.899 INFO E| Downloaded goblin v0.9.3
26112025-09-18T23:25:53.433Z[ helios-setup] Sep 18 23:25:51.908 INFO E| Downloaded zerocopy v0.8.25
26122025-09-18T23:25:53.472Z[ helios-setup] Sep 18 23:25:51.947 INFO E| Downloaded syn v2.0.101
26132025-09-18T23:25:53.528Z[ helios-setup] Sep 18 23:25:52.003 INFO E| Downloaded libc v0.2.172
26142025-09-18T23:25:53.640Z[ helios-setup] Sep 18 23:25:52.113 INFO E| Compiling proc-macro2 v1.0.95
26152025-09-18T23:25:53.734Z[ helios-setup] Sep 18 23:25:52.210 INFO E| Compiling unicode-ident v1.0.18
26162025-09-18T23:25:53.754Z[ helios-setup] Sep 18 23:25:52.229 INFO E| Compiling memchr v2.7.4
26172025-09-18T23:25:53.761Z[ helios-setup] Sep 18 23:25:52.235 INFO E| Compiling syn v1.0.109
26182025-09-18T23:25:53.761Z[ helios-setup] Sep 18 23:25:52.235 INFO E| Compiling thiserror v2.0.12
26192025-09-18T23:25:53.761Z[ helios-setup] Sep 18 23:25:52.236 INFO E| Compiling autocfg v1.4.0
26202025-09-18T23:25:53.761Z[ helios-setup] Sep 18 23:25:52.236 INFO E| Compiling serde v1.0.219
26212025-09-18T23:25:53.764Z[ helios-setup] Sep 18 23:25:52.236 INFO E| Compiling version_check v0.9.5
26222025-09-18T23:25:54.081Z[ helios-setup] Sep 18 23:25:52.555 INFO E| Compiling serde_json v1.0.140
26232025-09-18T23:25:54.758Z[ helios-setup] Sep 18 23:25:53.233 INFO E| Compiling ryu v1.0.20
26242025-09-18T23:25:54.871Z[ helios-setup] Sep 18 23:25:53.346 INFO E| Compiling itoa v1.0.15
26252025-09-18T23:25:54.878Z[ helios-setup] Sep 18 23:25:53.353 INFO E| Compiling schemars v0.8.22
26262025-09-18T23:25:55.022Z[ helios-setup] Sep 18 23:25:53.497 INFO E| Compiling num-traits v0.2.19
26272025-09-18T23:25:55.133Z[ helios-setup] Sep 18 23:25:53.608 INFO E| Compiling memoffset v0.9.1
26282025-09-18T23:25:55.214Z[ helios-setup] Sep 18 23:25:53.686 INFO E| Compiling proc-macro-error-attr v1.0.4
26292025-09-18T23:25:55.254Z[ helios-setup] Sep 18 23:25:53.729 INFO E| Compiling ucd-trie v0.1.7
26302025-09-18T23:25:55.285Z[ helios-setup] Sep 18 23:25:53.760 INFO E| Compiling dyn-clone v1.0.19
26312025-09-18T23:25:55.484Z[ helios-setup] Sep 18 23:25:53.951 INFO E| Compiling zerocopy v0.8.25
26322025-09-18T23:25:55.593Z[ helios-setup] Sep 18 23:25:54.069 INFO E| Compiling rustversion v1.0.20
26332025-09-18T23:25:55.630Z[ helios-setup] Sep 18 23:25:54.105 INFO E| Compiling libc v0.2.172
26342025-09-18T23:25:55.731Z[ helios-setup] Sep 18 23:25:54.206 INFO E| Compiling paste v1.0.15
26352025-09-18T23:25:56.031Z[ helios-setup] Sep 18 23:25:54.506 INFO E| Compiling proc-macro-error v1.0.4
26362025-09-18T23:25:56.393Z[ helios-setup] Sep 18 23:25:54.868 INFO E| Compiling static_assertions v1.1.0
26372025-09-18T23:25:56.509Z[ helios-setup] Sep 18 23:25:54.984 INFO E| Compiling once_cell v1.21.3
26382025-09-18T23:25:57.186Z[ helios-setup] Sep 18 23:25:55.661 INFO E| Compiling heck v0.5.0
26392025-09-18T23:25:57.322Z[ helios-setup] Sep 18 23:25:55.797 INFO E| Compiling unicode-segmentation v1.12.0
26402025-09-18T23:25:57.375Z[ helios-setup] Sep 18 23:25:55.850 INFO E| Compiling quote v1.0.40
26412025-09-18T23:25:57.948Z[ helios-setup] Sep 18 23:25:56.423 INFO E| Compiling unicode-width v0.1.14
26422025-09-18T23:25:58.192Z[ helios-setup] Sep 18 23:25:56.667 INFO E| Compiling syn v2.0.101
26432025-09-18T23:25:59.110Z[ helios-setup] Sep 18 23:25:57.585 INFO E| Compiling atty v0.2.14
26442025-09-18T23:25:59.171Z[ helios-setup] Sep 18 23:25:57.645 INFO E| Compiling textwrap v0.11.0
26452025-09-18T23:25:59.178Z[ helios-setup] Sep 18 23:25:57.653 INFO E| Compiling heck v0.3.3
26462025-09-18T23:25:59.445Z[ helios-setup] Sep 18 23:25:57.920 INFO E| Compiling bitflags v1.3.2
26472025-09-18T23:25:59.547Z[ helios-setup] Sep 18 23:25:58.022 INFO E| Compiling unic-char-range v0.9.0
26482025-09-18T23:25:59.597Z[ helios-setup] Sep 18 23:25:58.072 INFO E| Compiling strsim v0.8.0
26492025-09-18T23:25:59.706Z[ helios-setup] Sep 18 23:25:58.181 INFO E| Compiling byteorder v1.5.0
26502025-09-18T23:25:59.960Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26512025-09-18T23:26:00.048Z[ helios-setup] Sep 18 23:25:58.522 INFO E| Compiling parse_int v0.9.0
26522025-09-18T23:26:00.095Z[ helios-setup] Sep 18 23:25:58.570 INFO E| Compiling fletcher v1.0.0
26532025-09-18T23:26:00.307Z[ helios-setup] Sep 18 23:25:58.782 INFO E| Compiling strum v0.27.1
26542025-09-18T23:26:00.339Z[ helios-setup] Sep 18 23:25:58.812 INFO E| Compiling unic-common v0.9.0
26552025-09-18T23:26:00.388Z[ helios-setup] Sep 18 23:25:58.863 INFO E| Compiling vec_map v0.8.2
26562025-09-18T23:26:00.583Z[ helios-setup] Sep 18 23:25:59.056 INFO E| Compiling ansi_term v0.12.1
26572025-09-18T23:26:00.616Z[ helios-setup] Sep 18 23:25:59.091 INFO E| Compiling unic-ucd-version v0.9.0
26582025-09-18T23:26:00.686Z[ helios-setup] Sep 18 23:25:59.161 INFO E| Compiling unic-char-property v0.9.0
26592025-09-18T23:26:00.792Z[ helios-setup] Sep 18 23:25:59.266 INFO E| Compiling log v0.4.27
26602025-09-18T23:26:00.818Z[ helios-setup] Sep 18 23:25:59.293 INFO E| Compiling plain v0.2.3
26612025-09-18T23:26:00.844Z[ helios-setup] Sep 18 23:25:59.319 INFO E| Compiling lazy_static v1.5.0
26622025-09-18T23:26:00.894Z[ helios-setup] Sep 18 23:25:59.369 INFO E| Compiling unic-ucd-ident v0.9.0
26632025-09-18T23:26:01.006Z[ helios-setup] Sep 18 23:25:59.480 INFO E| Compiling bytesize v2.0.1
26642025-09-18T23:26:01.186Z[ helios-setup] Sep 18 23:25:59.661 INFO E| Compiling clap v2.34.0
26652025-09-18T23:26:02.409Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26662025-09-18T23:26:05.408Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26672025-09-18T23:26:07.481Z[ helios-setup] Sep 18 23:26:05.955 INFO E| Compiling modular-bitfield-impl v0.11.2
26682025-09-18T23:26:07.481Z[ helios-setup] Sep 18 23:26:05.955 INFO E| Compiling structopt-derive v0.4.18
26692025-09-18T23:26:07.733Z[ helios-setup] Sep 18 23:26:06.207 INFO E| Compiling serde_derive_internals v0.29.1
26702025-09-18T23:26:10.823Z[ helios-setup] Sep 18 23:26:09.297 INFO E| Compiling thiserror-impl v2.0.12
26712025-09-18T23:26:10.823Z[ helios-setup] Sep 18 23:26:09.298 INFO E| Compiling serde_derive v1.0.219
26722025-09-18T23:26:10.823Z[ helios-setup] Sep 18 23:26:09.298 INFO E| Compiling schemars_derive v0.8.22
26732025-09-18T23:26:10.826Z[ helios-setup] Sep 18 23:26:09.298 INFO E| Compiling zerocopy-derive v0.8.25
26742025-09-18T23:26:10.826Z[ helios-setup] Sep 18 23:26:09.298 INFO E| Compiling num-derive v0.4.2
26752025-09-18T23:26:10.861Z[ helios-setup] Sep 18 23:26:09.336 INFO E| Compiling scroll_derive v0.12.1
26762025-09-18T23:26:11.066Z[ helios-setup] Sep 18 23:26:09.540 INFO E| Compiling modular-bitfield v0.11.2
26772025-09-18T23:26:11.367Z[ helios-setup] Sep 18 23:26:09.842 INFO E| Compiling strum_macros v0.27.1
26782025-09-18T23:26:12.537Z[ helios-setup] Sep 18 23:26:11.011 INFO E| Compiling structopt v0.3.26
26792025-09-18T23:26:14.048Z[ helios-setup] Sep 18 23:26:12.523 INFO E| Compiling scroll v0.12.0
26802025-09-18T23:26:14.884Z[ helios-setup] Sep 18 23:26:13.359 INFO E| Compiling goblin v0.9.3
26812025-09-18T23:26:15.584Z[ helios-setup] Sep 18 23:26:14.058 INFO E| Compiling pest v2.8.0
26822025-09-18T23:26:17.694Z[ helios-setup] Sep 18 23:26:16.168 INFO E| Compiling pest_meta v2.8.0
26832025-09-18T23:26:18.877Z[ helios-setup] Sep 18 23:26:17.351 INFO E| Compiling pest_generator v2.8.0
26842025-09-18T23:26:20.895Z[ helios-setup] Sep 18 23:26:19.369 INFO E| Compiling pest_derive v2.8.0
26852025-09-18T23:26:24.062Z[ helios-setup] Sep 18 23:26:22.536 INFO E| Compiling json5 v0.4.1
26862025-09-18T23:26:27.972Z[ helios-setup] Sep 18 23:26:26.446 INFO E| Compiling four-cc v0.4.0
26872025-09-18T23:26:27.972Z[ helios-setup] Sep 18 23:26:26.446 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
26882025-09-18T23:26:28.144Z[ helios-setup] Sep 18 23:26:26.618 INFO E| Compiling amd-apcb v0.5.4 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#d8244b0a)
26892025-09-18T23:26:29.652Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 52s
26902025-09-18T23:26:29.944Z[ omicron-package]
26912025-09-18T23:26:29.944Z[ omicron-package] real 1:53.153646302
26922025-09-18T23:26:29.944Z[ omicron-package] user 8:49.745564802
26932025-09-18T23:26:29.947Z[ omicron-package] sys 33.967387755
26942025-09-18T23:26:29.947Z[ omicron-package] trap 1.054090600
26952025-09-18T23:26:29.947Z[ omicron-package] tflt 0.815029149
26962025-09-18T23:26:29.947Z[ omicron-package] dflt 0.735945930
26972025-09-18T23:26:29.947Z[ omicron-package] kflt 0.000317634
26982025-09-18T23:26:29.947Z[ omicron-package] lock 30:27.037308851
26992025-09-18T23:26:29.947Z[ omicron-package] slp 34:31.338913335
27002025-09-18T23:26:29.947Z[ omicron-package] lat 4:26.578327784
27012025-09-18T23:26:29.947ZSep 18 23:26:28.418 INFO [omicron-package] process exited with exit status: 0 (113.212668199s)
27022025-09-18T23:26:29.947Z[ omicron-package] stop 1:28.791902500
27032025-09-18T23:26:29.947ZSep 18 23:26:28.419 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27042025-09-18T23:26:29.947ZSep 18 23:26:28.419 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27052025-09-18T23:26:29.959Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27062025-09-18T23:26:29.962Z[ host-target] Created new build target 'host' and set it as active
27072025-09-18T23:26:29.962Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27082025-09-18T23:26:29.962Z[ recovery-target] Created new build target 'recovery' and set it as active
27092025-09-18T23:26:29.962ZSep 18 23:26:28.436 INFO [host-target] process exited with exit status: 0 (17.483785ms)
27102025-09-18T23:26:29.962ZSep 18 23:26:28.436 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27112025-09-18T23:26:29.965ZSep 18 23:26:28.437 INFO [recovery-target] process exited with exit status: 0 (18.157123ms)
27122025-09-18T23:26:29.972Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27132025-09-18T23:26:32.076Z[ host-package] Compiling ring v0.17.14
27142025-09-18T23:26:32.360Z[ host-package] Compiling typify-impl v0.4.3
27152025-09-18T23:26:32.421Z[ host-package] Compiling convert_case v0.4.0
27162025-09-18T23:26:32.421Z[ host-package] Compiling num-rational v0.4.2
27172025-09-18T23:26:32.424Z[ host-package] Compiling num-complex v0.4.6
27182025-09-18T23:26:32.424Z[ host-package] Compiling float-ord v0.3.2
27192025-09-18T23:26:32.723Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27202025-09-18T23:26:33.085Z[ host-package] Compiling derive_more v0.99.20
27212025-09-18T23:26:33.537Z[ host-package] Compiling num v0.4.3
27222025-09-18T23:26:33.686Z[ host-package] Compiling bytecount v0.6.8
27232025-09-18T23:26:33.721Z[ host-package] Compiling is-terminal v0.4.13
27242025-09-18T23:26:33.911Z[ host-package] Compiling secrecy v0.10.3
27252025-09-18T23:26:34.067Z[ host-package] Compiling swrite v0.1.0
27262025-09-18T23:26:34.274Z[ host-package] Compiling console v0.15.10
27272025-09-18T23:26:34.312Z[ host-package] Compiling camino v1.2.0
27282025-09-18T23:26:34.464Z[ host-package] Compiling password-hash v0.5.0
27292025-09-18T23:26:34.753Z[ host-package] Compiling blake2 v0.10.6
27302025-09-18T23:26:35.994Z[ host-package] Compiling argon2 v0.5.3
27312025-09-18T23:26:37.438Z[ host-package] Compiling atomicwrites v0.4.4
27322025-09-18T23:26:38.018Z[ host-package] Compiling rustls v0.23.19
27332025-09-18T23:26:38.074Z[ host-package] Compiling newline-converter v0.3.0
27342025-09-18T23:26:38.128Z[ host-package] Compiling fastrand v2.1.1
27352025-09-18T23:26:38.357Z[ host-package] Compiling expectorate v1.2.0
27362025-09-18T23:26:38.662Z[ host-package] Compiling tempfile v3.20.0
27372025-09-18T23:26:38.717Z[ host-package] Compiling rustls v0.22.4
27382025-09-18T23:26:38.796Z[ host-package] Compiling thread_local v1.1.8
27392025-09-18T23:26:38.847Z[ host-package] Compiling wait-timeout v0.2.0
27402025-09-18T23:26:38.884Z[ host-package] Compiling match_cfg v0.1.0
27412025-09-18T23:26:39.063Z[ host-package] Compiling quick-error v1.2.3
27422025-09-18T23:26:39.280Z[ host-package] Compiling owo-colors v4.2.2
27432025-09-18T23:26:39.315Z[ host-package] Compiling bit-vec v0.8.0
27442025-09-18T23:26:39.383Z[ host-package] Compiling cancel-safe-futures v0.1.5
27452025-09-18T23:26:39.469Z[ host-package] Compiling rusty-fork v0.3.0
27462025-09-18T23:26:39.834Z[ host-package] Compiling bit-set v0.8.0
27472025-09-18T23:26:39.934Z[ host-package] Compiling hostname v0.3.1
27482025-09-18T23:26:40.084Z[ host-package] Compiling ref-cast v1.0.24
27492025-09-18T23:26:40.171Z[ host-package] Compiling multer v3.1.0
27502025-09-18T23:26:40.174Z[ host-package] Compiling slog-async v2.8.0
27512025-09-18T23:26:40.244Z[ host-package] Compiling crossbeam-channel v0.5.15
27522025-09-18T23:26:40.280Z[ host-package] Compiling toml_parser v1.0.2
27532025-09-18T23:26:40.283Z[ host-package] Compiling slog-json v2.6.1
27542025-09-18T23:26:40.382Z[ host-package] Compiling rustls-webpki v0.102.8
27552025-09-18T23:26:40.734Z[ host-package] Compiling rand_xorshift v0.4.0
27562025-09-18T23:26:41.086Z[ host-package] Compiling libsw-core v0.3.1
27572025-09-18T23:26:41.320Z[ host-package] Compiling futures-executor v0.3.31
27582025-09-18T23:26:41.836Z[ host-package] Compiling serde_spanned v1.0.0
27592025-09-18T23:26:41.836Z[ host-package] Compiling toml_datetime v0.7.0
27602025-09-18T23:26:42.172Z[ host-package] Compiling hex v0.4.3
27612025-09-18T23:26:42.232Z[ host-package] Compiling take_mut v0.2.2
27622025-09-18T23:26:42.508Z[ host-package] Compiling term v1.1.0
27632025-09-18T23:26:42.562Z[ host-package] Compiling typify-macro v0.4.3
27642025-09-18T23:26:42.562Z[ host-package] Compiling unarray v0.1.4
27652025-09-18T23:26:42.784Z[ host-package] Compiling toml_writer v1.0.2
27662025-09-18T23:26:42.827Z[ host-package] Compiling proptest v1.7.0
27672025-09-18T23:26:43.481Z[ host-package] Compiling toml v0.9.5
27682025-09-18T23:26:43.716Z[ host-package] Compiling slog-term v2.9.2
27692025-09-18T23:26:44.845Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27702025-09-18T23:26:46.223Z[ host-package] Compiling tokio-rustls v0.25.0
27712025-09-18T23:26:46.296Z[ host-package] Compiling typify v0.4.3
27722025-09-18T23:26:46.592Z[ host-package] Compiling progenitor-impl v0.10.0
27732025-09-18T23:26:46.816Z[ host-package] Compiling futures v0.3.31
27742025-09-18T23:26:47.015Z[ host-package] Compiling libsw v3.5.0
27752025-09-18T23:26:47.699Z[ host-package] Compiling slog-bunyan v2.5.0
27762025-09-18T23:26:49.337Z[ host-package] Compiling tokio-rustls v0.26.0
27772025-09-18T23:26:49.902Z[ host-package] Compiling hyper-rustls v0.27.7
27782025-09-18T23:26:50.689Z[ host-package] Compiling reqwest v0.12.22
27792025-09-18T23:26:53.963Z[ host-package] Compiling progenitor-macro v0.10.0
27802025-09-18T23:26:54.768Z[ host-package] Compiling progenitor-client v0.9.1
27812025-09-18T23:26:55.477Z[ host-package] Compiling progenitor v0.9.1
27822025-09-18T23:26:57.331Z[ host-package] Compiling dropshot v0.16.4
27832025-09-18T23:26:57.478Z[ host-package] Compiling async-stream v0.3.6
27842025-09-18T23:26:57.870Z[ host-package] Compiling waitgroup v0.1.2
27852025-09-18T23:26:58.255Z[ host-package] Compiling rustls-pemfile v2.2.0
27862025-09-18T23:26:58.720Z[ host-package] Compiling hashbrown v0.16.0
27872025-09-18T23:27:00.479Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27882025-09-18T23:27:01.327Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27892025-09-18T23:27:03.658Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27902025-09-18T23:27:04.018Z[ host-package] Compiling serde_path_to_error v0.1.17
27912025-09-18T23:27:04.948Z[ host-package] Compiling hostname v0.4.0
27922025-09-18T23:27:05.315Z[ host-package] Compiling instant v0.1.13
27932025-09-18T23:27:05.536Z[ host-package] Compiling linear-map v1.2.0
27942025-09-18T23:27:05.888Z[ helios-setup] Sep 18 23:27:04.334 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
27952025-09-18T23:27:06.037Z[ host-package] Compiling foldhash v0.2.0
27962025-09-18T23:27:06.660Z[ host-package] Compiling progenitor-client v0.10.0
27972025-09-18T23:27:08.188Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
27982025-09-18T23:27:08.267Z[ host-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
27992025-09-18T23:27:08.769Z[ host-package] Compiling progenitor v0.10.0
28002025-09-18T23:27:09.139Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28012025-09-18T23:27:15.348Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28022025-09-18T23:27:16.336Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28032025-09-18T23:27:18.019Z[ helios-setup] Sep 18 23:27:16.490 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28042025-09-18T23:27:26.168Z[ host-package] Compiling debug-ignore v1.0.5
28052025-09-18T23:27:29.744Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28062025-09-18T23:27:31.370Z[ host-package] Compiling iddqd v0.3.13
28072025-09-18T23:27:33.975Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28082025-09-18T23:27:36.908Z[ host-package] Compiling backoff v0.4.0
28092025-09-18T23:27:39.016Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
28102025-09-18T23:27:39.085Z[ host-package] Compiling parse-display v0.10.0
28112025-09-18T23:27:39.855Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28122025-09-18T23:27:40.322Z[ host-package] Compiling serde_with v3.14.0
28132025-09-18T23:27:40.971Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28142025-09-18T23:27:42.061Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28152025-09-18T23:27:44.348Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28162025-09-18T23:27:45.402Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
28172025-09-18T23:27:46.899Z[ host-package] Compiling macaddr v1.0.1
28182025-09-18T23:27:47.601Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28192025-09-18T23:27:48.078Z[ host-package] Compiling utf-8 v0.7.6
28202025-09-18T23:27:48.166Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28212025-09-18T23:27:48.521Z[ helios-setup] Sep 18 23:27:46.991 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s
28222025-09-18T23:27:48.567Z[ helios-setup] Sep 18 23:27:47.037 INFO building project "amd-host-image-builder" ok (116 seconds)
28232025-09-18T23:27:48.570Z[ helios-setup] Sep 18 23:27:47.037 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
28242025-09-18T23:27:48.698Z[ helios-setup] Sep 18 23:27:47.168 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.89.0-x86_64-unknown-illumos (default)"
28252025-09-18T23:27:48.698Z[ helios-setup] Sep 18 23:27:47.168 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28262025-09-18T23:27:48.701Z[ helios-setup] Sep 18 23:27:47.168 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28272025-09-18T23:27:48.740Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28282025-09-18T23:27:48.961Z[ helios-setup] Sep 18 23:27:47.430 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28292025-09-18T23:27:49.369Z[ helios-setup] Sep 18 23:27:47.838 INFO E| From https://github.com/jclulow/rust-jmclib
28302025-09-18T23:27:49.369Z[ helios-setup] Sep 18 23:27:47.838 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
28312025-09-18T23:27:49.388Z[ helios-setup] Sep 18 23:27:47.858 INFO E| Updating crates.io index
28322025-09-18T23:27:49.516Z[ helios-setup] Sep 18 23:27:47.986 INFO E| Downloading crates ...
28332025-09-18T23:27:49.644Z[ helios-setup] Sep 18 23:27:48.114 INFO E| Downloaded digest v0.9.0
28342025-09-18T23:27:49.647Z[ helios-setup] Sep 18 23:27:48.117 INFO E| Downloaded cpufeatures v0.2.9
28352025-09-18T23:27:49.650Z[ helios-setup] Sep 18 23:27:48.119 INFO E| Downloaded libdevinfo-sys v1.0.0
28362025-09-18T23:27:49.657Z[ helios-setup] Sep 18 23:27:48.127 INFO E| Downloaded quote v1.0.31
28372025-09-18T23:27:49.675Z[ helios-setup] Sep 18 23:27:48.146 INFO E| Downloaded opaque-debug v0.3.0
28382025-09-18T23:27:49.679Z[ helios-setup] Sep 18 23:27:48.147 INFO E| Downloaded getrandom v0.2.10
28392025-09-18T23:27:49.682Z[ helios-setup] Sep 18 23:27:48.150 INFO E| Downloaded once_cell v1.18.0
28402025-09-18T23:27:49.704Z[ helios-setup] Sep 18 23:27:48.174 INFO E| Downloaded unicode-width v0.1.10
28412025-09-18T23:27:49.707Z[ helios-setup] Sep 18 23:27:48.176 INFO E| Downloaded sha-1 v0.9.8
28422025-09-18T23:27:49.710Z[ helios-setup] Sep 18 23:27:48.179 INFO E| Downloaded md-5 v0.9.1
28432025-09-18T23:27:49.715Z[ helios-setup] Sep 18 23:27:48.181 INFO E| Downloaded fastrand v2.0.0
28442025-09-18T23:27:49.715Z[ helios-setup] Sep 18 23:27:48.184 INFO E| Downloaded walkdir v2.3.3
28452025-09-18T23:27:49.718Z[ helios-setup] Sep 18 23:27:48.186 INFO E| Downloaded tempfile v3.7.0
28462025-09-18T23:27:49.723Z[ helios-setup] Sep 18 23:27:48.189 INFO E| Downloaded typenum v1.16.0
28472025-09-18T23:27:49.726Z[ helios-setup] Sep 18 23:27:48.194 INFO E| Downloaded uuid v0.8.2
28482025-09-18T23:27:49.729Z[ helios-setup] Sep 18 23:27:48.199 INFO E| Downloaded proc-macro2 v1.0.66
28492025-09-18T23:27:49.733Z[ helios-setup] Sep 18 23:27:48.204 INFO E| Downloaded ryu v1.0.15
28502025-09-18T23:27:49.739Z[ helios-setup] Sep 18 23:27:48.209 INFO E| Downloaded bitflags v2.3.3
28512025-09-18T23:27:49.743Z[ helios-setup] Sep 18 23:27:48.213 INFO E| Downloaded serde v1.0.193
28522025-09-18T23:27:49.750Z[ helios-setup] Sep 18 23:27:48.220 INFO E| Downloaded anyhow v1.0.72
28532025-09-18T23:27:49.757Z[ helios-setup] Sep 18 23:27:48.227 INFO E| Downloaded unicode-ident v1.0.11
28542025-09-18T23:27:49.761Z[ helios-setup] Sep 18 23:27:48.231 INFO E| Downloaded toml v0.5.11
28552025-09-18T23:27:49.766Z[ helios-setup] Sep 18 23:27:48.236 INFO E| Downloaded serde_derive v1.0.193
28562025-09-18T23:27:49.770Z[ helios-setup] Sep 18 23:27:48.240 INFO E| Downloaded serde_json v1.0.103
28572025-09-18T23:27:49.781Z[ helios-setup] Sep 18 23:27:48.251 INFO E| Downloaded glob v0.3.1
28582025-09-18T23:27:49.785Z[ helios-setup] Sep 18 23:27:48.253 INFO E| Downloaded syn v2.0.32
28592025-09-18T23:27:49.799Z[ helios-setup] Sep 18 23:27:48.269 INFO E| Downloaded errno v0.3.1
28602025-09-18T23:27:49.803Z[ helios-setup] Sep 18 23:27:48.271 INFO E| Downloaded itoa v1.0.9
28612025-09-18T23:27:49.806Z[ helios-setup] Sep 18 23:27:48.273 INFO E| Downloaded block-buffer v0.9.0
28622025-09-18T23:27:49.833Z[ helios-setup] Sep 18 23:27:48.303 INFO E| Downloaded rustix v0.38.4
28632025-09-18T23:27:49.916Z[ helios-setup] Sep 18 23:27:48.386 INFO E| Downloaded libc v0.2.147
28642025-09-18T23:27:50.035Z[ helios-setup] Sep 18 23:27:48.505 INFO E| Compiling libc v0.2.147
28652025-09-18T23:27:50.038Z[ helios-setup] Sep 18 23:27:48.505 INFO E| Compiling proc-macro2 v1.0.66
28662025-09-18T23:27:50.038Z[ helios-setup] Sep 18 23:27:48.505 INFO E| Compiling unicode-ident v1.0.11
28672025-09-18T23:27:50.038Z[ helios-setup] Sep 18 23:27:48.505 INFO E| Compiling cfg-if v1.0.0
28682025-09-18T23:27:50.038Z[ helios-setup] Sep 18 23:27:48.505 INFO E| Compiling version_check v0.9.4
28692025-09-18T23:27:50.038Z[ helios-setup] Sep 18 23:27:48.505 INFO E| Compiling typenum v1.16.0
28702025-09-18T23:27:50.038Z[ helios-setup] Sep 18 23:27:48.505 INFO E| Compiling serde v1.0.193
28712025-09-18T23:27:50.039Z[ helios-setup] Sep 18 23:27:48.505 INFO E| Compiling powerfmt v0.2.0
28722025-09-18T23:27:50.660Z[ helios-setup] Sep 18 23:27:49.130 INFO E| Compiling itoa v1.0.9
28732025-09-18T23:27:50.684Z[ helios-setup] Sep 18 23:27:49.154 INFO E| Compiling rustix v0.38.4
28742025-09-18T23:27:51.150Z[ helios-setup] Sep 18 23:27:49.620 INFO E| Compiling time-core v0.1.2
28752025-09-18T23:27:51.523Z[ helios-setup] Sep 18 23:27:49.992 INFO E| Compiling slog v2.7.0
28762025-09-18T23:27:51.523Z[ helios-setup] Sep 18 23:27:49.992 INFO E| Compiling num-conv v0.1.0
28772025-09-18T23:27:51.866Z[ helios-setup] Sep 18 23:27:50.336 INFO E| Compiling generic-array v0.14.7
28782025-09-18T23:27:52.156Z[ helios-setup] Sep 18 23:27:50.626 INFO E| Compiling deranged v0.3.11
28792025-09-18T23:27:52.170Z[ helios-setup] Sep 18 23:27:50.640 INFO E| Compiling time-macros v0.2.18
28802025-09-18T23:27:52.657Z[ helios-setup] Sep 18 23:27:51.127 INFO E| Compiling num_threads v0.1.6
28812025-09-18T23:27:52.810Z[ helios-setup] Sep 18 23:27:51.280 INFO E| Compiling once_cell v1.18.0
28822025-09-18T23:27:53.055Z[ helios-setup] Sep 18 23:27:51.525 INFO E| Compiling quote v1.0.31
28832025-09-18T23:27:53.267Z[ helios-setup] Sep 18 23:27:51.736 INFO E| Compiling bitflags v2.3.3
28842025-09-18T23:27:53.772Z[ helios-setup] Sep 18 23:27:52.242 INFO E| Compiling syn v2.0.32
28852025-09-18T23:27:53.944Z[ helios-setup] Sep 18 23:27:52.414 INFO E| Compiling thread_local v1.1.7
28862025-09-18T23:27:54.274Z[ helios-setup] Sep 18 23:27:52.744 INFO E| Compiling anyhow v1.0.72
28872025-09-18T23:27:54.933Z[ helios-setup] Sep 18 23:27:53.403 INFO E| Compiling dirs-sys-next v0.1.2
28882025-09-18T23:27:55.001Z[ helios-setup] Sep 18 23:27:53.471 INFO E| Compiling errno v0.3.1
28892025-09-18T23:27:55.511Z[ helios-setup] Sep 18 23:27:53.981 INFO E| Compiling dirs-next v2.0.0
28902025-09-18T23:27:55.675Z[ helios-setup] Sep 18 23:27:54.144 INFO E| Compiling atty v0.2.14
28912025-09-18T23:27:55.680Z[ helios-setup] Sep 18 23:27:54.150 INFO E| Compiling fastrand v2.0.0
28922025-09-18T23:27:55.841Z[ helios-setup] Sep 18 23:27:54.310 INFO E| Compiling block-buffer v0.9.0
28932025-09-18T23:27:55.878Z[ helios-setup] Sep 18 23:27:54.346 INFO E| Compiling digest v0.9.0
28942025-09-18T23:27:56.004Z[ helios-setup] Sep 18 23:27:54.473 INFO E| Compiling term v0.7.0
28952025-09-18T23:27:56.219Z[ helios-setup] Sep 18 23:27:54.689 INFO E| Compiling opaque-debug v0.3.0
28962025-09-18T23:27:56.331Z[ helios-setup] Sep 18 23:27:54.800 INFO E| Compiling serde_json v1.0.103
28972025-09-18T23:27:56.512Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28982025-09-18T23:27:56.560Z[ helios-setup] Sep 18 23:27:55.030 INFO E| Compiling getrandom v0.2.10
28992025-09-18T23:27:56.686Z[ helios-setup] Sep 18 23:27:55.156 INFO E| Compiling cpufeatures v0.2.9
29002025-09-18T23:27:56.825Z[ helios-setup] Sep 18 23:27:55.294 INFO E| Compiling unicode-width v0.1.10
29012025-09-18T23:27:57.076Z[ helios-setup] Sep 18 23:27:55.545 INFO E| Compiling ryu v1.0.15
29022025-09-18T23:27:57.389Z[ helios-setup] Sep 18 23:27:55.858 INFO E| Compiling same-file v1.0.6
29032025-09-18T23:27:57.633Z[ helios-setup] Sep 18 23:27:56.096 INFO E| Compiling time v0.3.36
29042025-09-18T23:27:57.730Z[ helios-setup] Sep 18 23:27:56.200 INFO E| Compiling getopts v0.2.21
29052025-09-18T23:27:57.783Z[ helios-setup] Sep 18 23:27:56.253 INFO E| Compiling sha-1 v0.9.8
29062025-09-18T23:27:58.047Z[ helios-setup] Sep 18 23:27:56.516 INFO E| Compiling walkdir v2.3.3
29072025-09-18T23:27:58.951Z[ helios-setup] Sep 18 23:27:57.420 INFO E| Compiling tempfile v3.7.0
29082025-09-18T23:27:59.119Z[ helios-setup] Sep 18 23:27:57.589 INFO E| Compiling md-5 v0.9.1
29092025-09-18T23:27:59.445Z[ helios-setup] Sep 18 23:27:57.915 INFO E| Compiling glob v0.3.1
29102025-09-18T23:27:59.516Z[ helios-setup] Sep 18 23:27:57.986 INFO E| Compiling libdevinfo-sys v1.0.0
29112025-09-18T23:28:01.489Z[ helios-setup] Sep 18 23:27:59.958 INFO E| Compiling slog-term v2.9.0
29122025-09-18T23:28:01.732Z[ helios-setup] Sep 18 23:28:00.202 INFO E| Compiling serde_derive v1.0.193
29132025-09-18T23:28:05.158Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29142025-09-18T23:28:05.565Z[ host-package] Compiling toml v0.8.23
29152025-09-18T23:28:07.337Z[ host-package] Compiling keccak v0.1.5
29162025-09-18T23:28:08.847Z[ host-package] Compiling sha3 v0.10.8
29172025-09-18T23:28:08.920Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29182025-09-18T23:28:09.570Z[ host-package] Compiling prettyplease v0.2.36
29192025-09-18T23:28:09.834Z[ host-package] Compiling papergrid v0.11.0
29202025-09-18T23:28:10.900Z[ host-package] Compiling tabled_derive v0.7.0
29212025-09-18T23:28:12.442Z[ host-package] Compiling csv-core v0.1.11
29222025-09-18T23:28:12.563Z[ host-package] Compiling highway v1.3.0
29232025-09-18T23:28:13.305Z[ host-package] Compiling tabled v0.15.0
29242025-09-18T23:28:13.460Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29252025-09-18T23:28:14.292Z[ helios-setup] Sep 18 23:28:12.761 INFO E| Compiling toml v0.5.11
29262025-09-18T23:28:14.293Z[ helios-setup] Sep 18 23:28:12.761 INFO E| Compiling uuid v0.8.2
29272025-09-18T23:28:14.526Z[ host-package] Compiling csv v1.3.1
29282025-09-18T23:28:16.330Z[ helios-setup] Sep 18 23:28:14.799 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
29292025-09-18T23:28:17.545Z[ host-package] Compiling tungstenite v0.21.0
29302025-09-18T23:28:17.939Z[ helios-setup] Sep 18 23:28:16.408 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
29312025-09-18T23:28:20.246Z[ host-package] Compiling half v2.4.1
29322025-09-18T23:28:21.161Z[ host-package] Compiling ciborium-io v0.2.2
29332025-09-18T23:28:21.399Z[ host-package] Compiling semver v0.1.20
29342025-09-18T23:28:22.240Z[ host-package] Compiling rustc_version v0.1.7
29352025-09-18T23:28:22.705Z[ host-package] Compiling ciborium-ll v0.2.2
29362025-09-18T23:28:22.915Z[ host-package] Compiling tough v0.20.0
29372025-09-18T23:28:23.454Z[ host-package] Compiling tokio-tungstenite v0.21.0
29382025-09-18T23:28:24.204Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29392025-09-18T23:28:24.328Z[ host-package] Compiling ciborium v0.2.2
29402025-09-18T23:28:25.334Z[ host-package] Compiling newtype_derive v0.1.6
29412025-09-18T23:28:25.506Z[ host-package] Compiling unicode-linebreak v0.1.5
29422025-09-18T23:28:25.919Z[ host-package] Compiling smawk v0.3.2
29432025-09-18T23:28:26.263Z[ host-package] Compiling textwrap v0.16.2
29442025-09-18T23:28:26.533Z[ host-package] Compiling humantime v2.2.0
29452025-09-18T23:28:27.189Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
29462025-09-18T23:28:27.921Z[ host-package] Compiling resolv-conf v0.7.0
29472025-09-18T23:28:28.159Z[ helios-setup] Sep 18 23:28:26.627 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.34s
29482025-09-18T23:28:28.192Z[ helios-setup] Sep 18 23:28:26.660 INFO building project "image-builder" ok (39 seconds)
29492025-09-18T23:28:28.192Z[ helios-setup] Sep 18 23:28:26.660 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
29502025-09-18T23:28:28.323Z[ helios-setup] Sep 18 23:28:26.791 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.89.0-x86_64-unknown-illumos (default)"
29512025-09-18T23:28:28.323Z[ helios-setup] Sep 18 23:28:26.791 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29522025-09-18T23:28:28.327Z[ helios-setup] Sep 18 23:28:26.791 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29532025-09-18T23:28:28.647Z[ helios-setup] Sep 18 23:28:27.115 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
29542025-09-18T23:28:29.671Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
29552025-09-18T23:28:29.990Z[ helios-setup] Sep 18 23:28:28.458 INFO E| From https://github.com/oxidecomputer/progenitor
29562025-09-18T23:28:29.990Z[ helios-setup] Sep 18 23:28:28.458 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
29572025-09-18T23:28:30.102Z[ helios-setup] Sep 18 23:28:28.570 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29582025-09-18T23:28:30.148Z[ host-package] Compiling universal-hash v0.5.1
29592025-09-18T23:28:30.198Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
29602025-09-18T23:28:30.456Z[ host-package] Compiling opaque-debug v0.3.1
29612025-09-18T23:28:30.528Z[ helios-setup] Sep 18 23:28:28.996 INFO E| From https://github.com/jclulow/hiercmd
29622025-09-18T23:28:30.528Z[ helios-setup] Sep 18 23:28:28.996 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
29632025-09-18T23:28:30.565Z[ helios-setup] Sep 18 23:28:29.033 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
29642025-09-18T23:28:30.682Z[ host-package] Compiling poly1305 v0.8.0
29652025-09-18T23:28:30.757Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
29662025-09-18T23:28:31.027Z[ helios-setup] Sep 18 23:28:29.495 INFO E| From https://github.com/jclulow/network-interface
29672025-09-18T23:28:31.027Z[ helios-setup] Sep 18 23:28:29.495 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
29682025-09-18T23:28:31.045Z[ helios-setup] Sep 18 23:28:29.513 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29692025-09-18T23:28:31.477Z[ helios-setup] Sep 18 23:28:29.945 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29702025-09-18T23:28:31.477Z[ helios-setup] Sep 18 23:28:29.945 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29712025-09-18T23:28:31.503Z[ host-package] Compiling steno v0.4.1
29722025-09-18T23:28:31.533Z[ helios-setup] Sep 18 23:28:29.999 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29732025-09-18T23:28:32.178Z[ helios-setup] Sep 18 23:28:30.646 INFO E| From https://github.com/oxidecomputer/facade
29742025-09-18T23:28:32.178Z[ helios-setup] Sep 18 23:28:30.646 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29752025-09-18T23:28:32.192Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29762025-09-18T23:28:32.221Z[ helios-setup] Sep 18 23:28:30.688 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
29772025-09-18T23:28:32.251Z[ host-package] Compiling chacha20 v0.9.1
29782025-09-18T23:28:32.576Z[ host-package] Compiling aead v0.5.2
29792025-09-18T23:28:32.766Z[ host-package] Compiling thiserror-no-std v2.0.2
29802025-09-18T23:28:32.794Z[ helios-setup] Sep 18 23:28:31.262 INFO E| From https://github.com/oxidecomputer/dropshot
29812025-09-18T23:28:32.794Z[ helios-setup] Sep 18 23:28:31.262 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29822025-09-18T23:28:32.830Z[ helios-setup] Sep 18 23:28:31.298 INFO E| Updating crates.io index
29832025-09-18T23:28:32.891Z[ host-package] Compiling linked-hash-map v0.5.6
29842025-09-18T23:28:32.950Z[ helios-setup] Sep 18 23:28:31.418 INFO E| Updating git repository `https://github.com/oxidecomputer/lpc55_support`
29852025-09-18T23:28:32.960Z[ host-package] Compiling vsss-rs v3.3.4
29862025-09-18T23:28:33.126Z[ host-package] Compiling chacha20poly1305 v0.10.1
29872025-09-18T23:28:33.349Z[ helios-setup] Sep 18 23:28:31.816 INFO E| From https://github.com/oxidecomputer/lpc55_support
29882025-09-18T23:28:33.349Z[ helios-setup] Sep 18 23:28:31.817 INFO E| * [new ref] f05c063e4b68926069efa0edb1159c8a2dbd9253 -> refs/commit/f05c063e4b68926069efa0edb1159c8a2dbd9253
29892025-09-18T23:28:33.405Z[ helios-setup] Sep 18 23:28:31.872 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29902025-09-18T23:28:33.408Z[ host-package] Compiling lru-cache v0.1.2
29912025-09-18T23:28:33.456Z[ host-package] Compiling hickory-proto v0.24.4
29922025-09-18T23:28:33.711Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29932025-09-18T23:28:34.003Z[ helios-setup] Sep 18 23:28:32.471 INFO E| From https://github.com/oxidecomputer/typify
29942025-09-18T23:28:34.003Z[ helios-setup] Sep 18 23:28:32.471 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29952025-09-18T23:28:34.332Z[ helios-setup] Sep 18 23:28:32.800 INFO E| Downloading crates ...
29962025-09-18T23:28:34.588Z[ helios-setup] Sep 18 23:28:33.054 INFO E| Downloaded anstyle v0.3.5
29972025-09-18T23:28:34.592Z[ helios-setup] Sep 18 23:28:33.058 INFO E| Downloaded anstream v0.2.6
29982025-09-18T23:28:34.595Z[ helios-setup] Sep 18 23:28:33.062 INFO E| Downloaded camino v1.1.4
29992025-09-18T23:28:34.599Z[ helios-setup] Sep 18 23:28:33.065 INFO E| Downloaded bincode v1.3.3
30002025-09-18T23:28:34.602Z[ helios-setup] Sep 18 23:28:33.070 INFO E| Downloaded aho-corasick v0.7.20
30012025-09-18T23:28:34.608Z[ helios-setup] Sep 18 23:28:33.076 INFO E| Downloaded cc v1.0.78
30022025-09-18T23:28:34.612Z[ helios-setup] Sep 18 23:28:33.081 INFO E| Downloaded clap v4.2.1
30032025-09-18T23:28:34.628Z[ helios-setup] Sep 18 23:28:33.097 INFO E| Downloaded byteorder v1.4.3
30042025-09-18T23:28:34.632Z[ helios-setup] Sep 18 23:28:33.100 INFO E| Downloaded built v0.6.0
30052025-09-18T23:28:34.635Z[ helios-setup] Sep 18 23:28:33.103 INFO E| Downloaded base64ct v1.8.0
30062025-09-18T23:28:34.642Z[ helios-setup] Sep 18 23:28:33.108 INFO E| Downloaded quote v1.0.36
30072025-09-18T23:28:34.646Z[ helios-setup] Sep 18 23:28:33.114 INFO E| Downloaded chrono v0.4.24
30082025-09-18T23:28:34.659Z[ helios-setup] Sep 18 23:28:33.127 INFO E| Downloaded async-trait v0.1.68
30092025-09-18T23:28:34.665Z[ helios-setup] Sep 18 23:28:33.133 INFO E| Downloaded futures-sink v0.3.28
30102025-09-18T23:28:34.669Z[ helios-setup] Sep 18 23:28:33.136 INFO E| Downloaded jobserver v0.1.26
30112025-09-18T23:28:34.672Z[ helios-setup] Sep 18 23:28:33.140 INFO E| Downloaded futures-macro v0.3.28
30122025-09-18T23:28:34.676Z[ helios-setup] Sep 18 23:28:33.144 INFO E| Downloaded futures-task v0.3.28
30132025-09-18T23:28:34.679Z[ helios-setup] Sep 18 23:28:33.147 INFO E| Downloaded regress v0.5.0
30142025-09-18T23:28:34.732Z[ helios-setup] Sep 18 23:28:33.200 INFO E| Downloaded strsim v0.10.0
30152025-09-18T23:28:34.736Z[ helios-setup] Sep 18 23:28:33.204 INFO E| Downloaded project-root v0.2.2
30162025-09-18T23:28:34.739Z[ helios-setup] Sep 18 23:28:33.205 INFO E| Downloaded concolor-override v1.0.0
30172025-09-18T23:28:34.742Z[ helios-setup] Sep 18 23:28:33.207 INFO E| Downloaded lazy_static v1.4.0
30182025-09-18T23:28:34.742Z[ helios-setup] Sep 18 23:28:33.210 INFO E| Downloaded want v0.3.0
30192025-09-18T23:28:34.745Z[ helios-setup] Sep 18 23:28:33.212 INFO E| Downloaded toolchain_find v0.2.0
30202025-09-18T23:28:34.749Z[ helios-setup] Sep 18 23:28:33.218 INFO E| Downloaded serde_path_to_error v0.1.11
30212025-09-18T23:28:34.754Z[ helios-setup] Sep 18 23:28:33.222 INFO E| Downloaded terminal_size v0.2.6
30222025-09-18T23:28:34.757Z[ helios-setup] Sep 18 23:28:33.225 INFO E| Downloaded termcolor v1.2.0
30232025-09-18T23:28:34.760Z[ helios-setup] Sep 18 23:28:33.228 INFO E| Downloaded futures-executor v0.3.28
30242025-09-18T23:28:34.763Z[ helios-setup] Sep 18 23:28:33.231 INFO E| Downloaded try-lock v0.2.4
30252025-09-18T23:28:34.766Z[ helios-setup] Sep 18 23:28:33.233 INFO E| Downloaded ppv-lite86 v0.2.17
30262025-09-18T23:28:34.769Z[ helios-setup] Sep 18 23:28:33.235 INFO E| Downloaded toml_datetime v0.6.1
30272025-09-18T23:28:34.772Z[ helios-setup] Sep 18 23:28:33.238 INFO E| Downloaded semver v0.11.0
30282025-09-18T23:28:34.775Z[ helios-setup] Sep 18 23:28:33.241 INFO E| Downloaded utf8parse v0.2.1
30292025-09-18T23:28:34.775Z[ helios-setup] Sep 18 23:28:33.243 INFO E| Downloaded rustfmt-wrapper v0.2.0
30302025-09-18T23:28:34.778Z[ helios-setup] Sep 18 23:28:33.246 INFO E| Downloaded percent-encoding v2.2.0
30312025-09-18T23:28:34.782Z[ helios-setup] Sep 18 23:28:33.248 INFO E| Downloaded proc-macro-crate v1.2.1
30322025-09-18T23:28:34.785Z[ helios-setup] Sep 18 23:28:33.250 INFO E| Downloaded derive-where v1.4.0
30332025-09-18T23:28:34.788Z[ helios-setup] Sep 18 23:28:33.257 INFO E| Downloaded tokio-macros v2.0.0
30342025-09-18T23:28:34.791Z[ helios-setup] Sep 18 23:28:33.259 INFO E| Downloaded serde_derive_internals v0.26.0
30352025-09-18T23:28:34.794Z[ helios-setup] Sep 18 23:28:33.262 INFO E| Downloaded crossbeam-channel v0.5.6
30362025-09-18T23:28:34.801Z[ helios-setup] Sep 18 23:28:33.269 INFO E| Downloaded smawk v0.3.1
30372025-09-18T23:28:34.804Z[ helios-setup] Sep 18 23:28:33.272 INFO E| Downloaded paste v1.0.12
30382025-09-18T23:28:34.810Z[ helios-setup] Sep 18 23:28:33.278 INFO E| Downloaded tls_codec_derive v0.4.2
30392025-09-18T23:28:34.813Z[ helios-setup] Sep 18 23:28:33.281 INFO E| Downloaded pin-project-lite v0.2.9
30402025-09-18T23:28:34.820Z[ helios-setup] Sep 18 23:28:33.288 INFO E| Downloaded tokio-rustls v0.24.0
30412025-09-18T23:28:34.823Z[ helios-setup] Sep 18 23:28:33.292 INFO E| Downloaded socket2 v0.4.9
30422025-09-18T23:28:34.827Z[ helios-setup] Sep 18 23:28:33.295 INFO E| Downloaded tokio-tungstenite v0.18.0
30432025-09-18T23:28:34.830Z[ helios-setup] Sep 18 23:28:33.299 INFO E| Downloaded tls_codec v0.4.2
30442025-09-18T23:28:34.833Z[ helios-setup] Sep 18 23:28:33.302 INFO E| Downloaded num-traits v0.2.15
30452025-09-18T23:28:34.838Z[ helios-setup] Sep 18 23:28:33.306 INFO E| Downloaded unicode-bidi v0.3.13
30462025-09-18T23:28:34.842Z[ helios-setup] Sep 18 23:28:33.310 INFO E| Downloaded ryu v1.0.13
30472025-09-18T23:28:34.847Z[ helios-setup] Sep 18 23:28:33.315 INFO E| Downloaded tracing-core v0.1.30
30482025-09-18T23:28:34.888Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30492025-09-18T23:28:34.891Z[ helios-setup] Sep 18 23:28:33.359 INFO E| Downloaded uuid v1.3.0
30502025-09-18T23:28:34.897Z[ helios-setup] Sep 18 23:28:33.366 INFO E| Downloaded memchr v2.5.0
30512025-09-18T23:28:34.904Z[ helios-setup] Sep 18 23:28:33.373 INFO E| Downloaded tungstenite v0.18.0
30522025-09-18T23:28:34.910Z[ helios-setup] Sep 18 23:28:33.378 INFO E| Downloaded toml v0.7.3
30532025-09-18T23:28:34.915Z[ helios-setup] Sep 18 23:28:33.384 INFO E| Downloaded url v2.3.1
30542025-09-18T23:28:34.920Z[ helios-setup] Sep 18 23:28:33.389 INFO E| Downloaded tracing v0.1.37
30552025-09-18T23:28:34.927Z[ helios-setup] Sep 18 23:28:33.395 INFO E| Downloaded unicode-linebreak v0.1.4
30562025-09-18T23:28:34.931Z[ helios-setup] Sep 18 23:28:33.399 INFO E| Downloaded toml_edit v0.19.8
30572025-09-18T23:28:34.960Z[ helios-setup] Sep 18 23:28:33.427 INFO E| Downloaded tokio-util v0.7.7
30582025-09-18T23:28:34.969Z[ helios-setup] Sep 18 23:28:33.437 INFO E| Downloaded futures-util v0.3.28
30592025-09-18T23:28:34.989Z[ helios-setup] Sep 18 23:28:33.457 INFO E| Downloaded winnow v0.4.1
30602025-09-18T23:28:35.002Z[ helios-setup] Sep 18 23:28:33.470 INFO E| Downloaded unicode-normalization v0.1.22
30612025-09-18T23:28:35.008Z[ helios-setup] Sep 18 23:28:33.476 INFO E| Downloaded reqwest v0.11.16
30622025-09-18T23:28:35.019Z[ helios-setup] Sep 18 23:28:33.487 INFO E| Downloaded h2 v0.3.16
30632025-09-18T23:28:35.046Z[ helios-setup] Sep 18 23:28:33.514 INFO E| Downloaded serde_json v1.0.95
30642025-09-18T23:28:35.058Z[ helios-setup] Sep 18 23:28:33.526 INFO E| Downloaded hyper v0.14.25
30652025-09-18T23:28:35.099Z[ helios-setup] Sep 18 23:28:33.567 INFO E| Downloaded regex v1.7.3
30662025-09-18T23:28:35.112Z[ helios-setup] Sep 18 23:28:33.580 INFO E| Downloaded rustls v0.21.0
30672025-09-18T23:28:35.157Z[ helios-setup] Sep 18 23:28:33.625 INFO E| Downloaded rhai v1.14.0
30682025-09-18T23:28:35.193Z[ helios-setup] Sep 18 23:28:33.661 INFO E| Downloaded syn v1.0.107
30692025-09-18T23:28:35.205Z[ helios-setup] Sep 18 23:28:33.673 INFO E| Downloaded syn v2.0.72
30702025-09-18T23:28:35.219Z[ helios-setup] Sep 18 23:28:33.687 INFO E| Downloaded rustix v0.37.3
30712025-09-18T23:28:35.238Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
30722025-09-18T23:28:35.244Z[ helios-setup] Sep 18 23:28:33.712 INFO E| Downloaded idna v0.3.0
30732025-09-18T23:28:35.253Z[ helios-setup] Sep 18 23:28:33.721 INFO E| Downloaded git2 v0.16.1
30742025-09-18T23:28:35.265Z[ helios-setup] Sep 18 23:28:33.733 INFO E| Downloaded libm v0.2.15
30752025-09-18T23:28:35.285Z[ helios-setup] Sep 18 23:28:33.753 INFO E| Downloaded openapiv3 v1.0.2
30762025-09-18T23:28:35.303Z[ helios-setup] Sep 18 23:28:33.771 INFO E| Downloaded textwrap v0.16.0
30772025-09-18T23:28:35.306Z[ helios-setup] Sep 18 23:28:33.775 INFO E| Downloaded ucd-trie v0.1.5
30782025-09-18T23:28:35.310Z[ helios-setup] Sep 18 23:28:33.777 INFO E| Downloaded hashbrown v0.15.3
30792025-09-18T23:28:35.318Z[ helios-setup] Sep 18 23:28:33.786 INFO E| Downloaded pest v2.5.7
30802025-09-18T23:28:35.327Z[ helios-setup] Sep 18 23:28:33.793 INFO E| Downloaded unsafe-libyaml v0.2.8
30812025-09-18T23:28:35.331Z[ helios-setup] Sep 18 23:28:33.799 INFO E| Downloaded serde_yaml v0.9.21
30822025-09-18T23:28:35.337Z[ helios-setup] Sep 18 23:28:33.804 INFO E| Downloaded serde v1.0.204
30832025-09-18T23:28:35.347Z[ helios-setup] Sep 18 23:28:33.815 INFO E| Downloaded rustls-webpki v0.100.1
30842025-09-18T23:28:35.357Z[ helios-setup] Sep 18 23:28:33.825 INFO E| Downloaded rsa v0.9.8
30852025-09-18T23:28:35.364Z[ helios-setup] Sep 18 23:28:33.833 INFO E| Downloaded mio v0.8.5
30862025-09-18T23:28:35.373Z[ helios-setup] Sep 18 23:28:33.841 INFO E| Downloaded http v0.2.9
30872025-09-18T23:28:35.379Z[ helios-setup] Sep 18 23:28:33.846 INFO E| Downloaded unicode-ident v1.0.8
30882025-09-18T23:28:35.383Z[ helios-setup] Sep 18 23:28:33.852 INFO E| Downloaded flate2 v1.0.25
30892025-09-18T23:28:35.392Z[ helios-setup] Sep 18 23:28:33.860 INFO E| Downloaded clap_builder v4.2.1
30902025-09-18T23:28:35.402Z[ helios-setup] Sep 18 23:28:33.870 INFO E| Downloaded base64 v0.21.0
30912025-09-18T23:28:35.408Z[ helios-setup] Sep 18 23:28:33.876 INFO E| Downloaded tinyvec v1.6.0
30922025-09-18T23:28:35.414Z[ helios-setup] Sep 18 23:28:33.882 INFO E| Downloaded libc v0.2.139
30932025-09-18T23:28:35.451Z[ helios-setup] Sep 18 23:28:33.919 INFO E| Downloaded tokio v1.27.0
30942025-09-18T23:28:35.512Z[ helios-setup] Sep 18 23:28:33.979 INFO E| Downloaded serde_derive v1.0.204
30952025-09-18T23:28:35.516Z[ helios-setup] Sep 18 23:28:33.984 INFO E| Downloaded once_cell v1.17.0
30962025-09-18T23:28:35.519Z[ helios-setup] Sep 18 23:28:33.987 INFO E| Downloaded miniz_oxide v0.6.2
30972025-09-18T23:28:35.523Z[ helios-setup] Sep 18 23:28:33.991 INFO E| Downloaded time v0.1.45
30982025-09-18T23:28:35.525Z[ helios-setup] Sep 18 23:28:33.993 INFO E| Downloaded der v0.7.10
30992025-09-18T23:28:35.534Z[ helios-setup] Sep 18 23:28:34.002 INFO E| Downloaded anyhow v1.0.68
31002025-09-18T23:28:35.540Z[ helios-setup] Sep 18 23:28:34.008 INFO E| Downloaded schemars v0.8.12
31012025-09-18T23:28:35.559Z[ helios-setup] Sep 18 23:28:34.027 INFO E| Downloaded proc-macro2 v1.0.86
31022025-09-18T23:28:35.563Z[ helios-setup] Sep 18 23:28:34.031 INFO E| Downloaded parking_lot v0.12.1
31032025-09-18T23:28:35.567Z[ helios-setup] Sep 18 23:28:34.035 INFO E| Downloaded iddqd v0.3.1
31042025-09-18T23:28:35.574Z[ helios-setup] Sep 18 23:28:34.042 INFO E| Downloaded crossbeam-utils v0.8.14
31052025-09-18T23:28:35.578Z[ helios-setup] Sep 18 23:28:34.046 INFO E| Downloaded smallvec v1.10.0
31062025-09-18T23:28:35.581Z[ helios-setup] Sep 18 23:28:34.049 INFO E| Downloaded semver v1.0.17
31072025-09-18T23:28:35.586Z[ helios-setup] Sep 18 23:28:34.054 INFO E| Downloaded sct v0.7.0
31082025-09-18T23:28:35.594Z[ helios-setup] Sep 18 23:28:34.060 INFO E| Downloaded rustls-pemfile v1.0.2
31092025-09-18T23:28:35.597Z[ helios-setup] Sep 18 23:28:34.064 INFO E| Downloaded lock_api v0.4.9
31102025-09-18T23:28:35.600Z[ helios-setup] Sep 18 23:28:34.067 INFO E| Downloaded clap_derive v4.2.0
31112025-09-18T23:28:35.603Z[ helios-setup] Sep 18 23:28:34.070 INFO E| Downloaded log v0.4.17
31122025-09-18T23:28:35.612Z[ helios-setup] Sep 18 23:28:34.080 INFO E| Downloaded futures-io v0.3.28
31132025-09-18T23:28:35.615Z[ helios-setup] Sep 18 23:28:34.082 INFO E| Downloaded slab v0.4.7
31142025-09-18T23:28:35.616Z[ helios-setup] Sep 18 23:28:34.083 INFO E| Downloaded serde_tokenstream v0.2.0
31152025-09-18T23:28:35.619Z[ helios-setup] Sep 18 23:28:34.087 INFO E| Downloaded parking_lot_core v0.9.6
31162025-09-18T23:28:35.622Z[ helios-setup] Sep 18 23:28:34.090 INFO E| Downloaded ipnet v2.7.2
31172025-09-18T23:28:35.625Z[ helios-setup] Sep 18 23:28:34.092 INFO E| Downloaded io-lifetimes v1.0.10
31182025-09-18T23:28:35.628Z[ helios-setup] Sep 18 23:28:34.095 INFO E| Downloaded httparse v1.8.0
31192025-09-18T23:28:35.632Z[ helios-setup] Sep 18 23:28:34.100 INFO E| Downloaded futures v0.3.28
31202025-09-18T23:28:35.636Z[ helios-setup] Sep 18 23:28:34.104 INFO E| Downloaded tempfile v3.5.0
31212025-09-18T23:28:35.639Z[ helios-setup] Sep 18 23:28:34.107 INFO E| Downloaded slog-async v2.7.0
31222025-09-18T23:28:35.642Z[ helios-setup] Sep 18 23:28:34.108 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
31232025-09-18T23:28:35.645Z[ helios-setup] Sep 18 23:28:34.111 INFO E| Downloaded getrandom v0.2.8
31242025-09-18T23:28:35.648Z[ helios-setup] Sep 18 23:28:34.114 INFO E| Downloaded generic-array v0.14.6
31252025-09-18T23:28:35.648Z[ helios-setup] Sep 18 23:28:34.116 INFO E| Downloaded clap_lex v0.4.1
31262025-09-18T23:28:35.651Z[ helios-setup] Sep 18 23:28:34.117 INFO E| Downloaded num_enum_derive v0.5.7
31272025-09-18T23:28:35.651Z[ helios-setup] Sep 18 23:28:34.119 INFO E| Downloaded httpdate v1.0.2
31282025-09-18T23:28:35.654Z[ helios-setup] Sep 18 23:28:34.120 INFO E| Downloaded home v0.5.4
31292025-09-18T23:28:35.654Z[ helios-setup] Sep 18 23:28:34.121 INFO E| Downloaded concolor-query v0.3.3
31302025-09-18T23:28:35.654Z[ helios-setup] Sep 18 23:28:34.122 INFO E| Downloaded anstyle-parse v0.1.1
31312025-09-18T23:28:35.657Z[ helios-setup] Sep 18 23:28:34.124 INFO E| Downloaded thiserror-impl v1.0.38
31322025-09-18T23:28:35.661Z[ helios-setup] Sep 18 23:28:34.126 INFO E| Downloaded thiserror v1.0.38
31332025-09-18T23:28:35.666Z[ helios-setup] Sep 18 23:28:34.131 INFO E| Downloaded num_enum v0.5.7
31342025-09-18T23:28:35.670Z[ helios-setup] Sep 18 23:28:34.135 INFO E| Downloaded itoa v1.0.6
31352025-09-18T23:28:35.670Z[ helios-setup] Sep 18 23:28:34.137 INFO E| Downloaded encoding_rs v0.8.32
31362025-09-18T23:28:35.681Z[ host-package] Compiling slog-dtrace v0.3.0
31372025-09-18T23:28:35.698Z[ helios-setup] Sep 18 23:28:34.166 INFO E| Downloaded num-iter v0.1.44
31382025-09-18T23:28:35.700Z[ helios-setup] Sep 18 23:28:34.167 INFO E| Downloaded spin v0.5.2
31392025-09-18T23:28:35.703Z[ helios-setup] Sep 18 23:28:34.170 INFO E| Downloaded serde_spanned v0.6.1
31402025-09-18T23:28:35.703Z[ helios-setup] Sep 18 23:28:34.171 INFO E| Downloaded autocfg v1.1.0
31412025-09-18T23:28:35.707Z[ helios-setup] Sep 18 23:28:34.175 INFO E| Downloaded pkg-config v0.3.26
31422025-09-18T23:28:35.710Z[ helios-setup] Sep 18 23:28:34.178 INFO E| Downloaded tower-service v0.3.2
31432025-09-18T23:28:35.713Z[ helios-setup] Sep 18 23:28:34.179 INFO E| Downloaded num_cpus v1.15.0
31442025-09-18T23:28:35.716Z[ helios-setup] Sep 18 23:28:34.183 INFO E| Downloaded smartstring v1.0.1
31452025-09-18T23:28:35.719Z[ helios-setup] Sep 18 23:28:34.186 INFO E| Downloaded rhai_codegen v1.5.0
31462025-09-18T23:28:35.731Z[ helios-setup] Sep 18 23:28:34.199 INFO E| Downloaded num-integer v0.1.45
31472025-09-18T23:28:35.735Z[ helios-setup] Sep 18 23:28:34.203 INFO E| Downloaded http-body v0.4.5
31482025-09-18T23:28:35.738Z[ helios-setup] Sep 18 23:28:34.206 INFO E| Downloaded bytes v1.4.0
31492025-09-18T23:28:35.744Z[ helios-setup] Sep 18 23:28:34.212 INFO E| Downloaded slog-bunyan v2.4.0
31502025-09-18T23:28:35.747Z[ helios-setup] Sep 18 23:28:34.214 INFO E| Downloaded sha2 v0.10.6
31512025-09-18T23:28:35.751Z[ helios-setup] Sep 18 23:28:34.217 INFO E| Downloaded sha1 v0.10.5
31522025-09-18T23:28:35.754Z[ helios-setup] Sep 18 23:28:34.219 INFO E| Downloaded semver-parser v0.10.2
31532025-09-18T23:28:35.754Z[ helios-setup] Sep 18 23:28:34.222 INFO E| Downloaded scopeguard v1.1.0
31542025-09-18T23:28:35.757Z[ helios-setup] Sep 18 23:28:34.223 INFO E| Downloaded schemars_derive v0.8.12
31552025-09-18T23:28:35.760Z[ helios-setup] Sep 18 23:28:34.226 INFO E| Downloaded futures-channel v0.3.28
31562025-09-18T23:28:35.763Z[ helios-setup] Sep 18 23:28:34.229 INFO E| Downloaded is-terminal v0.4.7
31572025-09-18T23:28:35.763Z[ helios-setup] Sep 18 23:28:34.230 INFO E| Downloaded iana-time-zone v0.1.56
31582025-09-18T23:28:35.766Z[ helios-setup] Sep 18 23:28:34.233 INFO E| Downloaded futures-core v0.3.28
31592025-09-18T23:28:35.770Z[ helios-setup] Sep 18 23:28:34.235 INFO E| Downloaded const-random-macro v0.1.15
31602025-09-18T23:28:35.770Z[ helios-setup] Sep 18 23:28:34.237 INFO E| Downloaded const-random v0.1.15
31612025-09-18T23:28:35.773Z[ helios-setup] Sep 18 23:28:34.238 INFO E| Downloaded async-stream v0.3.5
31622025-09-18T23:28:35.773Z[ helios-setup] Sep 18 23:28:34.241 INFO E| Downloaded signal-hook-registry v1.4.0
31632025-09-18T23:28:35.776Z[ helios-setup] Sep 18 23:28:34.243 INFO E| Downloaded dyn-clone v1.0.11
31642025-09-18T23:28:35.779Z[ helios-setup] Sep 18 23:28:34.245 INFO E| Downloaded crc v3.3.0
31652025-09-18T23:28:35.800Z[ helios-setup] Sep 18 23:28:34.268 INFO E| Downloaded cpufeatures v0.2.5
31662025-09-18T23:28:35.803Z[ helios-setup] Sep 18 23:28:34.271 INFO E| Downloaded async-stream-impl v0.3.5
31672025-09-18T23:28:35.807Z[ helios-setup] Sep 18 23:28:34.272 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31682025-09-18T23:28:35.887Z[ helios-setup] Sep 18 23:28:34.355 INFO E| Downloaded form_urlencoded v1.1.0
31692025-09-18T23:28:35.891Z[ helios-setup] Sep 18 23:28:34.356 INFO E| Downloaded flagset v0.4.7
31702025-09-18T23:28:35.894Z[ helios-setup] Sep 18 23:28:34.359 INFO E| Downloaded fastrand v1.9.0
31712025-09-18T23:28:35.894Z[ helios-setup] Sep 18 23:28:34.360 INFO E| Downloaded block-buffer v0.10.3
31722025-09-18T23:28:35.897Z[ helios-setup] Sep 18 23:28:34.362 INFO E| Downloaded cargo-lock v8.0.3
31732025-09-18T23:28:35.900Z[ helios-setup] Sep 18 23:28:34.366 INFO E| Downloaded ahash v0.7.6
31742025-09-18T23:28:35.902Z[ helios-setup] Sep 18 23:28:34.370 INFO E| Downloaded ahash v0.8.3
31752025-09-18T23:28:35.975Z[ helios-setup] Sep 18 23:28:34.443 INFO E| Downloaded libz-sys v1.1.8
31762025-09-18T23:28:36.153Z[ host-package] Compiling moka v0.12.10
31772025-09-18T23:28:36.342Z[ helios-setup] Sep 18 23:28:34.810 INFO E| Downloaded ring v0.16.20
31782025-09-18T23:28:36.680Z[ helios-setup] Sep 18 23:28:35.148 INFO E| Compiling proc-macro2 v1.0.86
31792025-09-18T23:28:36.680Z[ helios-setup] Sep 18 23:28:35.148 INFO E| Compiling unicode-ident v1.0.8
31802025-09-18T23:28:36.680Z[ helios-setup] Sep 18 23:28:35.148 INFO E| Compiling libc v0.2.139
31812025-09-18T23:28:36.683Z[ helios-setup] Sep 18 23:28:35.148 INFO E| Compiling autocfg v1.1.0
31822025-09-18T23:28:36.683Z[ helios-setup] Sep 18 23:28:35.148 INFO E| Compiling cfg-if v1.0.0
31832025-09-18T23:28:36.683Z[ helios-setup] Sep 18 23:28:35.148 INFO E| Compiling version_check v0.9.4
31842025-09-18T23:28:36.683Z[ helios-setup] Sep 18 23:28:35.148 INFO E| Compiling serde v1.0.204
31852025-09-18T23:28:36.683Z[ helios-setup] Sep 18 23:28:35.148 INFO E| Compiling syn v1.0.107
31862025-09-18T23:28:37.246Z[ host-package] Compiling tagptr v0.2.0
31872025-09-18T23:28:37.452Z[ helios-setup] Sep 18 23:28:35.920 INFO E| Compiling memchr v2.5.0
31882025-09-18T23:28:37.559Z[ helios-setup] Sep 18 23:28:36.024 INFO E| Compiling once_cell v1.17.0
31892025-09-18T23:28:37.871Z[ helios-setup] Sep 18 23:28:36.339 INFO E| Compiling thiserror v1.0.38
31902025-09-18T23:28:38.730Z[ helios-setup] Sep 18 23:28:37.198 INFO E| Compiling log v0.4.17
31912025-09-18T23:28:38.765Z[ helios-setup] Sep 18 23:28:37.233 INFO E| Compiling serde_json v1.0.95
31922025-09-18T23:28:39.156Z[ helios-setup] Sep 18 23:28:37.624 INFO E| Compiling itoa v1.0.6
31932025-09-18T23:28:39.761Z[ helios-setup] Sep 18 23:28:38.229 INFO E| Compiling indexmap v1.9.3
31942025-09-18T23:28:40.352Z[ helios-setup] Sep 18 23:28:38.820 INFO E| Compiling bitflags v1.3.2
31952025-09-18T23:28:40.491Z[ helios-setup] Sep 18 23:28:38.959 INFO E| Compiling jobserver v0.1.26
31962025-09-18T23:28:40.690Z[ helios-setup] Sep 18 23:28:39.157 INFO E| Compiling getrandom v0.2.8
31972025-09-18T23:28:40.787Z[ helios-setup] Sep 18 23:28:39.254 INFO E| Compiling typenum v1.16.0
31982025-09-18T23:28:40.889Z[ helios-setup] Sep 18 23:28:39.357 INFO E| Compiling quote v1.0.36
31992025-09-18T23:28:41.686Z[ helios-setup] Sep 18 23:28:40.154 INFO E| Compiling cc v1.0.78
32002025-09-18T23:28:41.852Z[ helios-setup] Sep 18 23:28:40.320 INFO E| Compiling const-oid v0.9.6
32012025-09-18T23:28:41.941Z[ helios-setup] Sep 18 23:28:40.408 INFO E| Compiling syn v2.0.72
32022025-09-18T23:28:42.103Z[ helios-setup] Sep 18 23:28:40.571 INFO E| Compiling pin-project-lite v0.2.9
32032025-09-18T23:28:42.554Z[ helios-setup] Sep 18 23:28:41.021 INFO E| Compiling generic-array v0.14.6
32042025-09-18T23:28:42.682Z[ helios-setup] Sep 18 23:28:41.149 INFO E| Compiling bytes v1.4.0
32052025-09-18T23:28:43.167Z[ helios-setup] Sep 18 23:28:41.634 INFO E| Compiling futures-core v0.3.28
32062025-09-18T23:28:44.317Z[ helios-setup] Sep 18 23:28:42.785 INFO E| Compiling ryu v1.0.13
32072025-09-18T23:28:44.425Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32082025-09-18T23:28:44.939Z[ helios-setup] Sep 18 23:28:43.407 INFO E| Compiling lock_api v0.4.9
32092025-09-18T23:28:45.688Z[ helios-setup] Sep 18 23:28:44.156 INFO E| Compiling parking_lot_core v0.9.6
32102025-09-18T23:28:46.036Z[ helios-setup] Sep 18 23:28:44.503 INFO E| Compiling slab v0.4.7
32112025-09-18T23:28:46.805Z[ helios-setup] Sep 18 23:28:45.272 INFO E| Compiling futures-channel v0.3.28
32122025-09-18T23:28:47.018Z[ helios-setup] Sep 18 23:28:45.485 INFO E| Compiling pkg-config v0.3.26
32132025-09-18T23:28:47.160Z[ helios-setup] Sep 18 23:28:45.628 INFO E| Compiling io-lifetimes v1.0.10
32142025-09-18T23:28:47.247Z[ helios-setup] Sep 18 23:28:45.714 INFO E| Compiling futures-task v0.3.28
32152025-09-18T23:28:47.876Z[ helios-setup] Sep 18 23:28:46.341 INFO E| Compiling futures-sink v0.3.28
32162025-09-18T23:28:48.232Z[ helios-setup] Sep 18 23:28:46.700 INFO E| Compiling libm v0.2.15
32172025-09-18T23:28:48.274Z[ helios-setup] Sep 18 23:28:46.741 INFO E| Compiling scopeguard v1.1.0
32182025-09-18T23:28:48.921Z[ helios-setup] Sep 18 23:28:47.388 INFO E| Compiling block-buffer v0.10.3
32192025-09-18T23:28:49.015Z[ helios-setup] Sep 18 23:28:47.482 INFO E| Compiling crypto-common v0.1.6
32202025-09-18T23:28:49.127Z[ helios-setup] Sep 18 23:28:47.594 INFO E| Compiling tokio v1.27.0
32212025-09-18T23:28:49.608Z[ helios-setup] Sep 18 23:28:48.075 INFO E| Compiling num-traits v0.2.15
32222025-09-18T23:28:49.733Z[ helios-setup] Sep 18 23:28:48.183 INFO E| Compiling rustix v0.37.3
32232025-09-18T23:28:49.733Z[ helios-setup] Sep 18 23:28:48.184 INFO E| Compiling futures-util v0.3.28
32242025-09-18T23:28:50.653Z[ helios-setup] Sep 18 23:28:49.115 INFO E| Compiling digest v0.10.7
32252025-09-18T23:28:51.997Z[ helios-setup] Sep 18 23:28:50.464 INFO E| Compiling errno v0.3.1
32262025-09-18T23:28:52.101Z[ helios-setup] Sep 18 23:28:50.568 INFO E| Compiling num_cpus v1.15.0
32272025-09-18T23:28:52.413Z[ helios-setup] Sep 18 23:28:50.878 INFO E| Compiling socket2 v0.4.9
32282025-09-18T23:28:52.436Z[ helios-setup] Sep 18 23:28:50.890 INFO E| Compiling mio v0.8.5
32292025-09-18T23:28:52.622Z[ helios-setup] Sep 18 23:28:51.089 INFO E| Compiling signal-hook-registry v1.4.0
32302025-09-18T23:28:52.817Z[ helios-setup] Sep 18 23:28:51.284 INFO E| Compiling crunchy v0.2.2
32312025-09-18T23:28:52.871Z[ helios-setup] Sep 18 23:28:51.339 INFO E| Compiling spin v0.5.2
32322025-09-18T23:28:53.257Z[ host-package] Compiling hickory-resolver v0.24.4
32332025-09-18T23:28:53.574Z[ helios-setup] Sep 18 23:28:52.041 INFO E| Compiling pin-utils v0.1.0
32342025-09-18T23:28:53.729Z[ helios-setup] Sep 18 23:28:52.196 INFO E| Compiling futures-io v0.3.28
32352025-09-18T23:28:55.569Z[ helios-setup] Sep 18 23:28:54.036 INFO E| Compiling num-integer v0.1.45
32362025-09-18T23:28:56.092Z[ helios-setup] Sep 18 23:28:54.558 INFO E| Compiling cpufeatures v0.2.5
32372025-09-18T23:28:56.394Z[ helios-setup] Sep 18 23:28:54.861 INFO E| Compiling tiny-keccak v2.0.2
32382025-09-18T23:28:56.708Z[ helios-setup] Sep 18 23:28:55.175 INFO E| Compiling schemars v0.8.12
32392025-09-18T23:28:57.137Z[ helios-setup] Sep 18 23:28:55.605 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
32402025-09-18T23:28:57.285Z[ helios-setup] Sep 18 23:28:55.752 INFO E| Compiling hashbrown v0.12.3
32412025-09-18T23:28:57.288Z[ host-package] Compiling hickory-resolver v0.25.2
32422025-09-18T23:28:57.820Z[ helios-setup] Sep 18 23:28:56.287 INFO E| Compiling serde_derive_internals v0.26.0
32432025-09-18T23:28:58.257Z[ helios-setup] Sep 18 23:28:56.723 INFO E| Compiling ahash v0.7.6
32442025-09-18T23:28:58.820Z[ helios-setup] Sep 18 23:28:57.287 INFO E| Compiling heck v0.4.1
32452025-09-18T23:28:59.460Z[ helios-setup] Sep 18 23:28:57.926 INFO E| Compiling slog v2.7.0
32462025-09-18T23:29:00.482Z[ helios-setup] Sep 18 23:28:58.949 INFO E| Compiling thiserror-impl v1.0.38
32472025-09-18T23:29:00.963Z[ helios-setup] Sep 18 23:28:59.430 INFO E| Compiling ahash v0.8.3
32482025-09-18T23:29:01.168Z[ helios-setup] Sep 18 23:28:59.635 INFO E| Compiling schemars_derive v0.8.12
32492025-09-18T23:29:02.079Z[ helios-setup] Sep 18 23:29:00.545 INFO E| Compiling anyhow v1.0.68
32502025-09-18T23:29:02.686Z[ helios-setup] Sep 18 23:29:01.153 INFO E| Compiling unicode-width v0.1.10
32512025-09-18T23:29:03.106Z[ helios-setup] Sep 18 23:29:01.573 INFO E| Compiling const-random-macro v0.1.15
32522025-09-18T23:29:03.336Z[ helios-setup] Sep 18 23:29:01.800 INFO E| Compiling serde_derive v1.0.204
32532025-09-18T23:29:03.403Z[ helios-setup] Sep 18 23:29:01.870 INFO E| Compiling tokio-macros v2.0.0
32542025-09-18T23:29:03.665Z[ helios-setup] Sep 18 23:29:02.132 INFO E| Compiling futures-macro v0.3.28
32552025-09-18T23:29:06.104Z[ host-package] Compiling qorb v0.4.1
32562025-09-18T23:29:06.197Z[ helios-setup] Sep 18 23:29:04.664 INFO E| Compiling fnv v1.0.7
32572025-09-18T23:29:06.221Z[ helios-setup] Sep 18 23:29:04.688 INFO E| Compiling byteorder v1.4.3
32582025-09-18T23:29:06.837Z[ helios-setup] Sep 18 23:29:05.303 INFO E| Compiling http v0.2.9
32592025-09-18T23:29:06.911Z[ helios-setup] Sep 18 23:29:05.375 INFO E| Compiling const-random v0.1.15
32602025-09-18T23:29:07.811Z[ helios-setup] Sep 18 23:29:06.277 INFO E| Compiling getopts v0.2.21
32612025-09-18T23:29:08.368Z[ helios-setup] Sep 18 23:29:06.835 INFO E| Compiling aho-corasick v0.7.20
32622025-09-18T23:29:08.470Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32632025-09-18T23:29:08.502Z[ helios-setup] Sep 18 23:29:06.962 INFO E| Compiling rand_core v0.6.4
32642025-09-18T23:29:08.656Z[ helios-setup] Sep 18 23:29:07.120 INFO E| Compiling tinyvec_macros v0.1.1
32652025-09-18T23:29:09.090Z[ helios-setup] Sep 18 23:29:07.557 INFO E| Compiling percent-encoding v2.2.0
32662025-09-18T23:29:09.342Z[ helios-setup] Sep 18 23:29:07.808 INFO E| Compiling httparse v1.8.0
32672025-09-18T23:29:09.736Z[ helios-setup] Sep 18 23:29:08.202 INFO E| Compiling time-core v0.1.2
32682025-09-18T23:29:10.108Z[ helios-setup] Sep 18 23:29:08.574 INFO E| Compiling num-conv v0.1.0
32692025-09-18T23:29:10.521Z[ helios-setup] Sep 18 23:29:08.987 INFO E| Compiling crc32fast v1.3.2
32702025-09-18T23:29:10.677Z[ helios-setup] Sep 18 23:29:09.143 INFO E| Compiling regex-syntax v0.6.29
32712025-09-18T23:29:10.972Z[ helios-setup] Sep 18 23:29:09.438 INFO E| Compiling powerfmt v0.2.0
32722025-09-18T23:29:11.610Z[ helios-setup] Sep 18 23:29:10.076 INFO E| Compiling deranged v0.3.11
32732025-09-18T23:29:11.891Z[ helios-setup] Sep 18 23:29:10.357 INFO E| Compiling tinyvec v1.6.0
32742025-09-18T23:29:12.351Z[ helios-setup] Sep 18 23:29:10.817 INFO E| Compiling time-macros v0.2.18
32752025-09-18T23:29:12.480Z[ helios-setup] Sep 18 23:29:10.946 INFO E| Compiling form_urlencoded v1.1.0
32762025-09-18T23:29:14.803Z[ helios-setup] Sep 18 23:29:13.269 INFO E| Compiling hashbrown v0.13.2
32772025-09-18T23:29:15.530Z[ helios-setup] Sep 18 23:29:13.996 INFO E| Compiling chrono v0.4.24
32782025-09-18T23:29:16.977Z[ helios-setup] Sep 18 23:29:15.444 INFO E| Compiling libz-sys v1.1.8
32792025-09-18T23:29:17.741Z[ helios-setup] Sep 18 23:29:16.208 INFO E| Compiling regex v1.7.3
32802025-09-18T23:29:18.146Z[ helios-setup] Sep 18 23:29:16.612 INFO E| Compiling ppv-lite86 v0.2.17
32812025-09-18T23:29:18.677Z[ helios-setup] Sep 18 23:29:17.143 INFO E| Compiling num_threads v0.1.6
32822025-09-18T23:29:19.004Z[ helios-setup] Sep 18 23:29:17.468 INFO E| Compiling dyn-clone v1.0.11
32832025-09-18T23:29:19.595Z[ helios-setup] Sep 18 23:29:18.048 INFO E| Compiling uuid v1.3.0
32842025-09-18T23:29:19.758Z[ helios-setup] Sep 18 23:29:18.224 INFO E| Compiling rand_chacha v0.3.1
32852025-09-18T23:29:19.863Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32862025-09-18T23:29:20.031Z[ helios-setup] Sep 18 23:29:18.495 INFO E| Compiling time v0.3.36
32872025-09-18T23:29:20.221Z[ helios-setup] Sep 18 23:29:18.687 INFO E| Compiling unicode-normalization v0.1.22
32882025-09-18T23:29:20.822Z[ helios-setup] Sep 18 23:29:19.287 INFO E| Compiling regress v0.5.0
32892025-09-18T23:29:22.039Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32902025-09-18T23:29:22.194Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32912025-09-18T23:29:24.121Z[ helios-setup] Sep 18 23:29:22.587 INFO E| Compiling is-terminal v0.4.7
32922025-09-18T23:29:24.647Z[ helios-setup] Sep 18 23:29:23.113 INFO E| Compiling sha2 v0.10.6
32932025-09-18T23:29:24.738Z[ helios-setup] Sep 18 23:29:23.204 INFO E| Compiling lazy_static v1.4.0
32942025-09-18T23:29:25.112Z[ helios-setup] Sep 18 23:29:23.578 INFO E| Compiling dirs-sys-next v0.1.2
32952025-09-18T23:29:25.368Z[ helios-setup] Sep 18 23:29:23.834 INFO E| Compiling tracing-core v0.1.30
32962025-09-18T23:29:26.649Z[ helios-setup] Sep 18 23:29:25.115 INFO E| Compiling unicode-bidi v0.3.13
32972025-09-18T23:29:28.397Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32982025-09-18T23:29:28.854Z[ host-package] Compiling nix v0.30.1
32992025-09-18T23:29:28.997Z[ helios-setup] Sep 18 23:29:27.461 INFO E| Compiling smallvec v1.10.0
33002025-09-18T23:29:29.514Z[ helios-setup] Sep 18 23:29:27.979 INFO E| Compiling toml v0.5.11
33012025-09-18T23:29:31.365Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33022025-09-18T23:29:31.598Z[ helios-setup] Sep 18 23:29:30.064 INFO E| Compiling parking_lot v0.12.1
33032025-09-18T23:29:32.253Z[ helios-setup] Sep 18 23:29:30.717 INFO E| Compiling serde_tokenstream v0.2.0
33042025-09-18T23:29:32.484Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33052025-09-18T23:29:33.404Z[ helios-setup] Sep 18 23:29:31.869 INFO E| Compiling base64 v0.21.0
33062025-09-18T23:29:33.499Z[ host-package] Compiling proc-macro-error2 v2.0.1
33072025-09-18T23:29:33.728Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33082025-09-18T23:29:34.902Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33092025-09-18T23:29:35.214Z[ host-package] Compiling dirs-sys-next v0.1.2
33102025-09-18T23:29:35.217Z[ helios-setup] Sep 18 23:29:33.681 INFO E| Compiling ucd-trie v0.1.5
33112025-09-18T23:29:36.417Z[ host-package] Compiling maplit v1.0.2
33122025-09-18T23:29:36.433Z[ helios-setup] Sep 18 23:29:34.898 INFO E| Compiling utf8parse v0.2.1
33132025-09-18T23:29:36.966Z[ host-package] Compiling crunchy v0.2.2
33142025-09-18T23:29:37.071Z[ helios-setup] Sep 18 23:29:35.536 INFO E| Compiling anstyle-parse v0.1.1
33152025-09-18T23:29:38.066Z[ helios-setup] Sep 18 23:29:36.531 INFO E| Compiling pest v2.5.7
33162025-09-18T23:29:38.139Z[ helios-setup] Sep 18 23:29:36.604 INFO E| Compiling proc-macro-crate v1.2.1
33172025-09-18T23:29:38.142Z[ host-package] Compiling dirs-next v2.0.0
33182025-09-18T23:29:38.302Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
33192025-09-18T23:29:38.753Z[ host-package] Compiling dsl_auto_type v0.1.2
33202025-09-18T23:29:38.971Z[ helios-setup] Sep 18 23:29:37.405 INFO E| Compiling idna v0.3.0
33212025-09-18T23:29:39.971Z[ helios-setup] Sep 18 23:29:38.435 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33222025-09-18T23:29:41.403Z[ helios-setup] Sep 18 23:29:39.867 INFO E| Compiling tracing v0.1.37
33232025-09-18T23:29:41.560Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33242025-09-18T23:29:42.855Z[ helios-setup] Sep 18 23:29:41.320 INFO E| Compiling dirs-next v2.0.0
33252025-09-18T23:29:43.691Z[ helios-setup] Sep 18 23:29:42.156 INFO E| Compiling rand v0.8.5
33262025-09-18T23:29:43.927Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33272025-09-18T23:29:43.930Z[ helios-setup] Sep 18 23:29:42.392 INFO E| Compiling futures-executor v0.3.28
33282025-09-18T23:29:44.047Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
33292025-09-18T23:29:45.508Z[ host-package] Compiling tiny-keccak v2.0.2
33302025-09-18T23:29:45.945Z[ helios-setup] Sep 18 23:29:44.410 INFO E| Compiling terminal_size v0.2.6
33312025-09-18T23:29:46.457Z[ helios-setup] Sep 18 23:29:44.921 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
33322025-09-18T23:29:46.544Z[ helios-setup] Sep 18 23:29:45.009 INFO E| Compiling time v0.1.45
33332025-09-18T23:29:46.687Z[ helios-setup] Sep 18 23:29:45.151 INFO E| Compiling thread_local v1.1.7
33342025-09-18T23:29:46.998Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
33352025-09-18T23:29:47.166Z[ helios-setup] Sep 18 23:29:45.631 INFO E| Compiling concolor-override v1.0.0
33362025-09-18T23:29:47.306Z[ helios-setup] Sep 18 23:29:45.771 INFO E| Compiling semver v1.0.17
33372025-09-18T23:29:48.415Z[ helios-setup] Sep 18 23:29:46.880 INFO E| Compiling iana-time-zone v0.1.56
33382025-09-18T23:29:48.717Z[ helios-setup] Sep 18 23:29:47.181 INFO E| Compiling concolor-query v0.3.3
33392025-09-18T23:29:49.401Z[ helios-setup] Sep 18 23:29:47.865 INFO E| Compiling anstyle v0.3.5
33402025-09-18T23:29:49.564Z[ helios-setup] Sep 18 23:29:48.029 INFO E| Compiling tokio-util v0.7.7
33412025-09-18T23:29:50.601Z[ helios-setup] Sep 18 23:29:49.066 INFO E| Compiling anstream v0.2.6
33422025-09-18T23:29:50.749Z[ helios-setup] Sep 18 23:29:49.213 INFO E| Compiling futures v0.3.28
33432025-09-18T23:29:50.939Z[ helios-setup] Sep 18 23:29:49.403 INFO E| Compiling url v2.3.1
33442025-09-18T23:29:51.109Z[ host-package] Compiling diesel_derives v2.2.3
33452025-09-18T23:29:51.317Z[ helios-setup] Sep 18 23:29:49.782 INFO E| Compiling term v0.7.0
33462025-09-18T23:29:52.249Z[ host-package] Compiling r2d2 v0.8.10
33472025-09-18T23:29:52.434Z[ helios-setup] Sep 18 23:29:50.898 INFO E| Compiling semver-parser v0.10.2
33482025-09-18T23:29:52.779Z[ helios-setup] Sep 18 23:29:51.244 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33492025-09-18T23:29:52.993Z[ host-package] Compiling term v0.7.0
33502025-09-18T23:29:53.961Z[ helios-setup] Sep 18 23:29:52.425 INFO E| Compiling num_enum_derive v0.5.7
33512025-09-18T23:29:54.918Z[ host-package] Compiling const_format_proc_macros v0.2.34
33522025-09-18T23:29:56.880Z[ helios-setup] Sep 18 23:29:55.345 INFO E| Compiling atty v0.2.14
33532025-09-18T23:29:57.262Z[ helios-setup] Sep 18 23:29:55.726 INFO E| Compiling same-file v1.0.6
33542025-09-18T23:29:57.350Z[ helios-setup] Sep 18 23:29:55.814 INFO E| Compiling clap_lex v0.4.1
33552025-09-18T23:29:57.718Z[ helios-setup] Sep 18 23:29:56.183 INFO E| Compiling strsim v0.10.0
33562025-09-18T23:29:57.831Z[ helios-setup] Sep 18 23:29:56.295 INFO E| Compiling try-lock v0.2.4
33572025-09-18T23:29:58.237Z[ host-package] Compiling num-derive v0.3.3
33582025-09-18T23:29:58.314Z[ host-package] Compiling bit-vec v0.6.3
33592025-09-18T23:29:58.740Z[ host-package] Compiling const_format v0.2.34
33602025-09-18T23:29:58.869Z[ helios-setup] Sep 18 23:29:57.334 INFO E| Compiling adler v1.0.2
33612025-09-18T23:29:59.351Z[ host-package] Compiling bit-set v0.5.3
33622025-09-18T23:29:59.485Z[ helios-setup] Sep 18 23:29:57.949 INFO E| Compiling miniz_oxide v0.6.2
33632025-09-18T23:29:59.732Z[ helios-setup] Sep 18 23:29:58.196 INFO E| Compiling clap_builder v4.2.1
33642025-09-18T23:30:00.199Z[ helios-setup] Sep 18 23:29:58.663 INFO E| Compiling want v0.3.0
33652025-09-18T23:30:00.399Z[ host-package] Compiling ascii-canvas v3.0.0
33662025-09-18T23:30:01.371Z[ helios-setup] Sep 18 23:29:59.835 INFO E| Compiling walkdir v2.3.3
33672025-09-18T23:30:01.624Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
33682025-09-18T23:30:01.799Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
33692025-09-18T23:30:02.737Z[ host-package] Compiling libscf-sys v1.1.0
33702025-09-18T23:30:03.490Z[ helios-setup] Sep 18 23:30:01.954 INFO E| Compiling slog-term v2.9.0
33712025-09-18T23:30:03.842Z[ helios-setup] Sep 18 23:30:02.306 INFO E| Compiling num_enum v0.5.7
33722025-09-18T23:30:03.939Z[ host-package] Compiling ena v0.14.3
33732025-09-18T23:30:04.833Z[ helios-setup] Sep 18 23:30:03.297 INFO E| Compiling semver v0.11.0
33742025-09-18T23:30:05.083Z[ host-package] Compiling bindgen v0.71.1
33752025-09-18T23:30:05.440Z[ helios-setup] Sep 18 23:30:03.904 INFO E| Compiling h2 v0.3.16
33762025-09-18T23:30:06.269Z[ host-package] Compiling regex-syntax v0.6.29
33772025-09-18T23:30:07.015Z[ helios-setup] Sep 18 23:30:05.478 INFO E| Compiling http-body v0.4.5
33782025-09-18T23:30:08.205Z[ helios-setup] Sep 18 23:30:06.669 INFO E| Compiling clap_derive v4.2.0
33792025-09-18T23:30:09.151Z[ helios-setup] Sep 18 23:30:07.614 INFO E| Compiling ring v0.16.20
33802025-09-18T23:30:12.065Z[ host-package] Compiling diesel v2.2.12
33812025-09-18T23:30:12.194Z[ host-package] Compiling diff v0.1.13
33822025-09-18T23:30:13.683Z[ host-package] Compiling lalrpop v0.19.12
33832025-09-18T23:30:16.096Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
33842025-09-18T23:30:16.717Z[ helios-setup] Sep 18 23:30:15.180 INFO E| Compiling fastrand v1.9.0
33852025-09-18T23:30:17.231Z[ helios-setup] Sep 18 23:30:15.694 INFO E| Compiling zeroize v1.8.1
33862025-09-18T23:30:17.783Z[ helios-setup] Sep 18 23:30:16.246 INFO E| Compiling base64ct v1.8.0
33872025-09-18T23:30:17.824Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33882025-09-18T23:30:19.121Z[ helios-setup] Sep 18 23:30:17.584 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33892025-09-18T23:30:19.612Z[ helios-setup] Sep 18 23:30:18.076 INFO E| Compiling tower-service v0.3.2
33902025-09-18T23:30:20.220Z[ helios-setup] Sep 18 23:30:18.683 INFO E| Compiling home v0.5.4
33912025-09-18T23:30:20.589Z[ helios-setup] Sep 18 23:30:19.052 INFO E| Compiling httpdate v1.0.2
33922025-09-18T23:30:20.931Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33932025-09-18T23:30:21.206Z[ helios-setup] Sep 18 23:30:19.669 INFO E| Compiling hyper v0.14.25
33942025-09-18T23:30:21.600Z[ helios-setup] Sep 18 23:30:20.062 INFO E| Compiling toolchain_find v0.2.0
33952025-09-18T23:30:22.201Z[ helios-setup] Sep 18 23:30:20.664 INFO E| Compiling pem-rfc7468 v0.7.0
33962025-09-18T23:30:22.854Z[ helios-setup] Sep 18 23:30:21.317 INFO E| Compiling tempfile v3.5.0
33972025-09-18T23:30:24.173Z[ helios-setup] Sep 18 23:30:22.636 INFO E| Compiling clap v4.2.1
33982025-09-18T23:30:25.773Z[ host-package] Compiling tabled_derive v0.11.0
33992025-09-18T23:30:26.009Z[ helios-setup] Sep 18 23:30:24.472 INFO E| Compiling cargo-lock v8.0.3
34002025-09-18T23:30:30.316Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34012025-09-18T23:30:30.903Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34022025-09-18T23:30:32.075Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34032025-09-18T23:30:32.835Z[ host-package] Compiling papergrid v0.17.0
34042025-09-18T23:30:32.957Z[ host-package] Compiling testing_table v0.3.0
34052025-09-18T23:30:33.719Z[ helios-setup] Sep 18 23:30:32.181 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
34062025-09-18T23:30:34.704Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34072025-09-18T23:30:35.426Z[ helios-setup] Sep 18 23:30:33.889 INFO E| Compiling flate2 v1.0.25
34082025-09-18T23:30:38.206Z[ helios-setup] Sep 18 23:30:36.668 INFO E| Compiling serde_urlencoded v0.7.1
34092025-09-18T23:30:39.632Z[ helios-setup] Sep 18 23:30:38.094 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
34102025-09-18T23:30:41.783Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34112025-09-18T23:30:42.020Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34122025-09-18T23:30:42.576Z[ helios-setup] Sep 18 23:30:41.038 INFO E| Compiling der_derive v0.7.3
34132025-09-18T23:30:43.033Z[ host-package] Compiling tabled v0.20.0
34142025-09-18T23:30:44.100Z[ helios-setup] Sep 18 23:30:42.562 INFO E| Compiling sha1 v0.10.5
34152025-09-18T23:30:45.675Z[ helios-setup] Sep 18 23:30:44.137 INFO E| Compiling flagset v0.4.7
34162025-09-18T23:30:47.111Z[ helios-setup] Sep 18 23:30:45.573 INFO E| Compiling der v0.7.10
34172025-09-18T23:30:49.211Z[ helios-setup] Sep 18 23:30:47.673 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34182025-09-18T23:30:51.864Z[ helios-setup] Sep 18 23:30:50.326 INFO E| Compiling rustfmt-wrapper v0.2.0
34192025-09-18T23:30:53.705Z[ helios-setup] Sep 18 23:30:52.166 INFO E| Compiling openapiv3 v1.0.2
34202025-09-18T23:30:53.708Z[ helios-setup] Sep 18 23:30:52.167 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
34212025-09-18T23:30:54.307Z[ helios-setup] Sep 18 23:30:52.769 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34222025-09-18T23:30:55.064Z[ helios-setup] Sep 18 23:30:53.526 INFO E| Compiling encoding_rs v0.8.32
34232025-09-18T23:30:56.458Z[ helios-setup] Sep 18 23:30:54.919 INFO E| Compiling base64 v0.13.1
34242025-09-18T23:30:57.488Z[ host-package] Compiling polar-core v0.27.3
34252025-09-18T23:30:58.098Z[ helios-setup] Sep 18 23:30:56.559 INFO E| Compiling project-root v0.2.2
34262025-09-18T23:30:58.699Z[ helios-setup] Sep 18 23:30:57.160 INFO E| Compiling unsafe-libyaml v0.2.8
34272025-09-18T23:31:00.319Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34282025-09-18T23:31:00.463Z[ helios-setup] Sep 18 23:30:58.925 INFO E| Compiling untrusted v0.7.1
34292025-09-18T23:31:00.539Z[ host-package] Compiling derive_builder_core v0.20.2
34302025-09-18T23:31:01.176Z[ helios-setup] Sep 18 23:30:59.638 INFO E| Compiling utf-8 v0.7.6
34312025-09-18T23:31:01.424Z[ host-package] Compiling headers-core v0.3.0
34322025-09-18T23:31:01.585Z[ helios-setup] Sep 18 23:31:00.046 INFO E| Compiling ipnet v2.7.2
34332025-09-18T23:31:01.994Z[ helios-setup] Sep 18 23:31:00.455 INFO E| Compiling mime v0.3.17
34342025-09-18T23:31:02.051Z[ helios-setup] Sep 18 23:31:00.512 INFO E| Compiling radium v0.7.0
34352025-09-18T23:31:02.409Z[ host-package] Compiling libxml v0.3.3
34362025-09-18T23:31:02.860Z[ helios-setup] Sep 18 23:31:01.321 INFO E| Compiling serde_yaml v0.9.21
34372025-09-18T23:31:03.097Z[ host-package] Compiling headers v0.4.1
34382025-09-18T23:31:03.646Z[ helios-setup] Sep 18 23:31:02.107 INFO E| Compiling reqwest v0.11.16
34392025-09-18T23:31:03.704Z[ helios-setup] Sep 18 23:31:02.164 INFO E| Compiling tungstenite v0.18.0
34402025-09-18T23:31:04.818Z[ host-package] Compiling derive_builder_macro v0.20.2
34412025-09-18T23:31:06.792Z[ helios-setup] Sep 18 23:31:05.253 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34422025-09-18T23:31:07.620Z[ helios-setup] Sep 18 23:31:06.081 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34432025-09-18T23:31:09.166Z[ helios-setup] Sep 18 23:31:07.627 INFO E| Compiling spki v0.7.3
34442025-09-18T23:31:09.546Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34452025-09-18T23:31:13.438Z[ helios-setup] Sep 18 23:31:11.899 INFO E| Compiling tap v1.0.1
34462025-09-18T23:31:14.241Z[ helios-setup] Sep 18 23:31:12.701 INFO E| Compiling crossbeam-utils v0.8.14
34472025-09-18T23:31:15.692Z[ helios-setup] Sep 18 23:31:14.153 INFO E| Compiling maybe-uninit v2.0.0
34482025-09-18T23:31:15.724Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34492025-09-18T23:31:15.900Z[ helios-setup] Sep 18 23:31:14.360 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34502025-09-18T23:31:16.944Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34512025-09-18T23:31:17.601Z[ helios-setup] Sep 18 23:31:16.062 INFO E| Compiling wyz v0.5.1
34522025-09-18T23:31:17.635Z[ host-package] Compiling strum_macros v0.24.3
34532025-09-18T23:31:18.176Z[ host-package] Compiling convert_case v0.7.1
34542025-09-18T23:31:18.248Z[ host-package] Compiling crc8 v0.1.1
34552025-09-18T23:31:18.997Z[ host-package] Compiling indoc v1.0.9
34562025-09-18T23:31:19.070Z[ host-package] Compiling samael v0.0.19
34572025-09-18T23:31:19.239Z[ host-package] Compiling termtree v0.5.1
34582025-09-18T23:31:19.896Z[ host-package] Compiling derive_more-impl v2.0.1
34592025-09-18T23:31:20.353Z[ host-package] Compiling derive_builder v0.20.2
34602025-09-18T23:31:20.825Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34612025-09-18T23:31:21.886Z[ host-package] Compiling progenitor-impl v0.11.0
34622025-09-18T23:31:22.910Z[ helios-setup] Sep 18 23:31:21.370 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34632025-09-18T23:31:23.165Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
34642025-09-18T23:31:23.230Z[ host-package] Compiling oso-derive v0.27.3
34652025-09-18T23:31:24.840Z[ helios-setup] Sep 18 23:31:23.300 INFO E| Compiling tokio-tungstenite v0.18.0
34662025-09-18T23:31:25.838Z[ host-package] Compiling quick-xml v0.37.2
34672025-09-18T23:31:27.661Z[ helios-setup] Sep 18 23:31:26.121 INFO E| Compiling toml_datetime v0.6.1
34682025-09-18T23:31:29.155Z[ helios-setup] Sep 18 23:31:27.615 INFO E| Compiling serde_spanned v0.6.1
34692025-09-18T23:31:29.412Z[ host-package] Compiling derive_more v2.0.1
34702025-09-18T23:31:29.808Z[ helios-setup] Sep 18 23:31:28.268 INFO E| Compiling zerocopy-derive v0.6.6
34712025-09-18T23:31:29.844Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34722025-09-18T23:31:30.012Z[ host-package] Compiling progenitor-client v0.11.0
34732025-09-18T23:31:33.430Z[ host-package] Compiling vte_generate_state_changes v0.1.2
34742025-09-18T23:31:33.855Z[ host-package] Compiling progenitor-macro v0.11.0
34752025-09-18T23:31:34.120Z[ host-package] Compiling diesel-dtrace v0.4.2
34762025-09-18T23:31:34.334Z[ helios-setup] Sep 18 23:31:32.794 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
34772025-09-18T23:31:34.429Z[ helios-setup] Sep 18 23:31:32.888 INFO E| Compiling smartstring v1.0.1
34782025-09-18T23:31:34.948Z[ host-package] Compiling siphasher v1.0.1
34792025-09-18T23:31:35.336Z[ host-package] Compiling arc-swap v1.7.1
34802025-09-18T23:31:35.487Z[ helios-setup] Sep 18 23:31:33.946 INFO E| Compiling num-bigint-dig v0.8.4
34812025-09-18T23:31:35.693Z[ helios-setup] Sep 18 23:31:34.153 INFO E| Compiling funty v2.0.0
34822025-09-18T23:31:36.460Z[ helios-setup] Sep 18 23:31:34.919 INFO E| Compiling packed_struct v0.10.1
34832025-09-18T23:31:36.813Z[ host-package] Compiling slog-scope v4.4.0
34842025-09-18T23:31:37.888Z[ helios-setup] Sep 18 23:31:36.347 INFO E| Compiling winnow v0.4.1
34852025-09-18T23:31:38.603Z[ host-package] Compiling phf_shared v0.12.1
34862025-09-18T23:31:40.259Z[ host-package] Compiling vte v0.11.1
34872025-09-18T23:31:41.815Z[ helios-setup] Sep 18 23:31:40.274 INFO E| Compiling rustls v0.21.0
34882025-09-18T23:31:42.115Z[ helios-setup] Sep 18 23:31:40.574 INFO E| Compiling bitvec v1.0.1
34892025-09-18T23:31:43.766Z[ host-package] Compiling crossterm v0.29.0
34902025-09-18T23:31:44.907Z[ helios-setup] Sep 18 23:31:43.367 INFO E| Compiling toml_edit v0.19.8
34912025-09-18T23:31:49.792Z[ host-package] Compiling oso v0.27.3
34922025-09-18T23:31:51.424Z[ helios-setup] Sep 18 23:31:49.883 INFO E| Compiling zerocopy v0.6.6
34932025-09-18T23:31:53.142Z[ helios-setup] Sep 18 23:31:51.601 INFO E| Compiling pkcs8 v0.10.2
34942025-09-18T23:31:55.156Z[ host-package] Compiling progenitor v0.11.0
34952025-09-18T23:31:55.903Z[ helios-setup] Sep 18 23:31:54.361 INFO E| Compiling num-iter v0.1.44
34962025-09-18T23:31:55.924Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
34972025-09-18T23:31:56.516Z[ helios-setup] Sep 18 23:31:54.975 INFO E| Compiling packed_struct_codegen v0.10.1
34982025-09-18T23:31:56.733Z[ helios-setup] Sep 18 23:31:55.192 INFO E| Compiling nodrop v0.1.14
34992025-09-18T23:31:57.219Z[ helios-setup] Sep 18 23:31:55.677 INFO E| Compiling async-trait v0.1.68
35002025-09-18T23:31:58.338Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35012025-09-18T23:31:58.546Z[ helios-setup] Sep 18 23:31:57.004 INFO E| Compiling slog-async v2.7.0
35022025-09-18T23:32:00.002Z[ helios-setup] Sep 18 23:31:58.461 INFO E| Compiling paste v1.0.12
35032025-09-18T23:32:00.190Z[ helios-setup] Sep 18 23:31:58.649 INFO E| Compiling static_assertions v1.1.0
35042025-09-18T23:32:00.606Z[ helios-setup] Sep 18 23:31:59.065 INFO E| Compiling match_cfg v0.1.0
35052025-09-18T23:32:00.957Z[ helios-setup] Sep 18 23:31:59.415 INFO E| Compiling camino v1.1.4
35062025-09-18T23:32:01.148Z[ helios-setup] Sep 18 23:31:59.607 INFO E| Compiling crc-catalog v2.4.0
35072025-09-18T23:32:01.623Z[ helios-setup] Sep 18 23:32:00.082 INFO E| Compiling crc v3.3.0
35082025-09-18T23:32:02.779Z[ helios-setup] Sep 18 23:32:01.237 INFO E| Compiling hostname v0.3.1
35092025-09-18T23:32:04.010Z[ helios-setup] Sep 18 23:32:02.468 INFO E| Compiling array-init v0.0.4
35102025-09-18T23:32:06.493Z[ helios-setup] Sep 18 23:32:04.951 INFO E| Compiling crossbeam-channel v0.5.6
35112025-09-18T23:32:09.677Z[ helios-setup] Sep 18 23:32:08.135 INFO E| Compiling pkcs1 v0.7.5
35122025-09-18T23:32:10.893Z[ helios-setup] Sep 18 23:32:09.351 INFO E| Compiling smallvec v0.6.14
35132025-09-18T23:32:12.711Z[ helios-setup] Sep 18 23:32:11.169 INFO E| Compiling toml v0.7.3
35142025-09-18T23:32:12.925Z[ helios-setup] Sep 18 23:32:11.383 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
35152025-09-18T23:32:14.278Z[ helios-setup] Sep 18 23:32:12.735 INFO E| Compiling slog-json v2.6.1
35162025-09-18T23:32:15.607Z[ helios-setup] Sep 18 23:32:14.064 INFO E| Compiling bitflags v2.9.1
35172025-09-18T23:32:16.586Z[ helios-setup] Sep 18 23:32:15.043 INFO E| Compiling bincode v1.3.3
35182025-09-18T23:32:17.330Z[ helios-setup] Sep 18 23:32:15.788 INFO E| Compiling unicode-linebreak v0.1.4
35192025-09-18T23:32:18.871Z[ helios-setup] Sep 18 23:32:17.328 INFO E| Compiling signature v2.2.0
35202025-09-18T23:32:19.656Z[ helios-setup] Sep 18 23:32:18.114 INFO E| Compiling async-stream-impl v0.3.5
35212025-09-18T23:32:24.134Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35222025-09-18T23:32:24.249Z[ helios-setup] Sep 18 23:32:19.348 INFO E| Compiling rhai_codegen v1.5.0
35232025-09-18T23:32:24.249Z[ host-package] Compiling bb8 v0.8.5
35242025-09-18T23:32:24.288Z[ helios-setup] Sep 18 23:32:20.706 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
35252025-09-18T23:32:24.288Z[ host-package] Compiling unicase v2.7.0
35262025-09-18T23:32:24.288Z[ helios-setup] Sep 18 23:32:21.091 INFO E| Compiling allocator-api2 v0.2.21
35272025-09-18T23:32:24.288Z[ helios-setup] Sep 18 23:32:21.171 INFO E| Compiling termcolor v1.2.0
35282025-09-18T23:32:24.288Z[ host-package] Compiling xshell-macros v0.2.7
35292025-09-18T23:32:24.288Z[ helios-setup] Sep 18 23:32:21.938 INFO E| Compiling subtle v2.6.1
35302025-09-18T23:32:24.288Z[ host-package] Compiling chrono-tz v0.10.4
35312025-09-18T23:32:24.289Z[ helios-setup] Sep 18 23:32:22.352 INFO E| Compiling foldhash v0.1.5
35322025-09-18T23:32:24.289Z[ helios-setup] Sep 18 23:32:22.658 INFO E| Compiling take_mut v0.2.2
35332025-09-18T23:32:24.532Z[ helios-setup] Sep 18 23:32:22.989 INFO E| Compiling bitfield v0.14.0
35342025-09-18T23:32:24.734Z[ helios-setup] Sep 18 23:32:23.192 INFO E| Compiling equivalent v1.0.2
35352025-09-18T23:32:24.824Z[ helios-setup] Sep 18 23:32:23.281 INFO E| Compiling rsa v0.9.8
35362025-09-18T23:32:24.839Z[ host-package] Compiling xshell v0.2.7
35372025-09-18T23:32:24.886Z[ helios-setup] Sep 18 23:32:23.343 INFO E| Compiling env_logger v0.10.2
35382025-09-18T23:32:24.933Z[ host-package] Compiling async-bb8-diesel v0.2.1
35392025-09-18T23:32:25.016Z[ helios-setup] Sep 18 23:32:23.472 INFO E| Compiling hashbrown v0.15.3
35402025-09-18T23:32:25.183Z[ helios-setup] Sep 18 23:32:23.641 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
35412025-09-18T23:32:26.116Z[ helios-setup] Sep 18 23:32:24.573 INFO E| Compiling rhai v1.14.0
35422025-09-18T23:32:26.983Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
35432025-09-18T23:32:27.997Z[ helios-setup] Sep 18 23:32:26.453 INFO E| Compiling async-stream v0.3.5
35442025-09-18T23:32:28.218Z[ helios-setup] Sep 18 23:32:26.675 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
35452025-09-18T23:32:28.776Z[ helios-setup] Sep 18 23:32:27.232 INFO E| Compiling ron v0.8.1
35462025-09-18T23:32:28.841Z[ helios-setup] Sep 18 23:32:27.298 INFO E| Compiling slog-bunyan v2.4.0
35472025-09-18T23:32:29.811Z[ helios-setup] Sep 18 23:32:28.268 INFO E| Compiling serde-hex v0.1.0
35482025-09-18T23:32:29.874Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35492025-09-18T23:32:35.159Z[ helios-setup] Sep 18 23:32:33.616 INFO E| Compiling sct v0.7.0
35502025-09-18T23:32:35.256Z[ helios-setup] Sep 18 23:32:33.712 INFO E| Compiling rustls-webpki v0.100.1
35512025-09-18T23:32:39.337Z[ helios-setup] Sep 18 23:32:37.794 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35522025-09-18T23:32:40.058Z[ helios-setup] Sep 18 23:32:38.514 INFO E| Compiling x509-cert v0.2.5
35532025-09-18T23:32:40.549Z[ helios-setup] Sep 18 23:32:39.006 INFO E| Compiling rustls-pemfile v1.0.2
35542025-09-18T23:32:41.750Z[ helios-setup] Sep 18 23:32:40.206 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
35552025-09-18T23:32:41.950Z[ helios-setup] Sep 18 23:32:40.401 INFO E| Compiling serde_path_to_error v0.1.11
35562025-09-18T23:32:42.151Z[ helios-setup] Sep 18 23:32:40.607 INFO E| Compiling derive-where v1.4.0
35572025-09-18T23:32:42.668Z[ helios-setup] Sep 18 23:32:41.125 INFO E| Compiling debug-ignore v1.0.5
35582025-09-18T23:32:43.453Z[ helios-setup] Sep 18 23:32:41.909 INFO E| Compiling crc-any v2.5.0
35592025-09-18T23:32:44.051Z[ helios-setup] Sep 18 23:32:42.507 INFO E| Compiling rustc-hash v2.1.1
35602025-09-18T23:32:44.707Z[ helios-setup] Sep 18 23:32:43.163 INFO E| Compiling hex v0.4.3
35612025-09-18T23:32:45.268Z[ helios-setup] Sep 18 23:32:43.724 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
35622025-09-18T23:32:45.561Z[ host-package] Compiling strip-ansi-escapes v0.2.0
35632025-09-18T23:32:46.410Z[ helios-setup] Sep 18 23:32:44.866 INFO E| Compiling object v0.30.4
35642025-09-18T23:32:46.939Z[ helios-setup] Sep 18 23:32:45.395 INFO E| Compiling path-slash v0.1.5
35652025-09-18T23:32:47.202Z[ host-package] Compiling phf v0.12.1
35662025-09-18T23:32:47.711Z[ host-package] Compiling slog-stdlog v4.1.1
35672025-09-18T23:32:47.744Z[ helios-setup] Sep 18 23:32:46.201 INFO E| Compiling tokio-rustls v0.24.0
35682025-09-18T23:32:48.043Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35692025-09-18T23:32:48.427Z[ helios-setup] Sep 18 23:32:46.883 INFO E| Compiling iddqd v0.3.1
35702025-09-18T23:32:48.510Z[ helios-setup] Sep 18 23:32:46.965 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
35712025-09-18T23:32:49.148Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35722025-09-18T23:32:49.747Z[ host-package] Compiling fd-lock v4.0.2
35732025-09-18T23:32:49.857Z[ host-package] Compiling peg-macros v0.8.5
35742025-09-18T23:32:50.724Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35752025-09-18T23:32:52.872Z[ host-package] Compiling nu-ansi-term v0.50.1
35762025-09-18T23:32:55.197Z[ helios-setup] Sep 18 23:32:53.653 INFO E| Compiling smawk v0.3.1
35772025-09-18T23:32:55.318Z[ host-package] Compiling reedline v0.40.0
35782025-09-18T23:32:55.805Z[ host-package] Compiling peg v0.8.5
35792025-09-18T23:32:55.875Z[ helios-setup] Sep 18 23:32:54.331 INFO E| Compiling textwrap v0.16.0
35802025-09-18T23:32:56.410Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35812025-09-18T23:33:01.647Z[ helios-setup] Sep 18 23:33:00.102 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
35822025-09-18T23:33:02.542Z[ helios-setup] Sep 18 23:33:00.997 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
35832025-09-18T23:33:10.601Z[ host-package] Compiling slog-envlogger v2.2.0
35842025-09-18T23:33:23.582Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35852025-09-18T23:33:24.441Z[ helios-setup] Sep 18 23:33:22.896 INFO E| Compiling bzip2 v0.4.4
35862025-09-18T23:33:25.233Z[ helios-setup] Sep 18 23:33:23.688 INFO E| Compiling zip v0.6.6
35872025-09-18T23:33:27.710Z[ helios-setup] Sep 18 23:33:26.164 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
35882025-09-18T23:33:30.014Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
35892025-09-18T23:33:31.884Z[ helios-setup] Sep 18 23:33:30.338 INFO E| Compiling git2 v0.16.1
35902025-09-18T23:33:38.766Z[ helios-setup] Sep 18 23:33:37.220 INFO E| Compiling built v0.6.0
35912025-09-18T23:33:40.780Z[ helios-setup] Sep 18 23:33:39.235 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
35922025-09-18T23:33:41.804Z[ host-package] Compiling typify-impl v0.2.0
35932025-09-18T23:33:42.536Z[ helios-setup] Sep 18 23:33:40.990 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
35942025-09-18T23:33:42.697Z[ host-package] Compiling bcs v0.1.6
35952025-09-18T23:33:43.354Z[ helios-setup] Sep 18 23:33:41.808 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
35962025-09-18T23:33:43.354Z[ helios-setup] Sep 18 23:33:41.808 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
35972025-09-18T23:33:43.831Z[ host-package] Compiling fxhash v0.2.1
35982025-09-18T23:33:44.317Z[ host-package] Compiling libz-sys v1.1.20
35992025-09-18T23:33:44.939Z[ helios-setup] Sep 18 23:33:43.393 INFO E| warning: struct `NeedRequestContext` is never constructed
36002025-09-18T23:33:44.939Z[ helios-setup] Sep 18 23:33:43.393 INFO E| --> racktest/agent/server/src/lib.rs:104:9
36012025-09-18T23:33:44.944Z[ helios-setup] Sep 18 23:33:43.393 INFO E| |
36022025-09-18T23:33:44.944Z[ helios-setup] Sep 18 23:33:43.393 INFO E| 104 | rc: RequestContext<Arc<Agent>>,
36032025-09-18T23:33:44.944Z[ helios-setup] Sep 18 23:33:43.393 INFO E| | ^^^^^^^^^^^^^^
36042025-09-18T23:33:44.944Z[ helios-setup] Sep 18 23:33:43.393 INFO E| |
36052025-09-18T23:33:44.944Z[ helios-setup] Sep 18 23:33:43.393 INFO E| = note: `#[warn(dead_code)]` on by default
36062025-09-18T23:33:44.944Z[ helios-setup] Sep 18 23:33:43.393 INFO E| warning: struct `NeedHttpResponse` is never constructed
36072025-09-18T23:33:44.944Z[ helios-setup] Sep 18 23:33:43.393 INFO E| --> racktest/agent/server/src/lib.rs:107:6
36082025-09-18T23:33:44.944Z[ helios-setup] Sep 18 23:33:43.393 INFO E| |
36092025-09-18T23:33:44.944Z[ helios-setup] Sep 18 23:33:43.393 INFO E| 107 | ) -> DSResult<HttpResponseUpdatedNoContent> {
36102025-09-18T23:33:44.944Z[ helios-setup] Sep 18 23:33:43.393 INFO E| | ^^^^^^^^
36112025-09-18T23:33:44.944Z[ helios-setup] Sep 18 23:33:43.393 INFO E| warning: struct `NeedRequestContext` is never constructed
36122025-09-18T23:33:44.944Z[ helios-setup] Sep 18 23:33:43.393 INFO E| --> racktest/agent/server/src/lib.rs:132:9
36132025-09-18T23:33:44.944Z[ helios-setup] Sep 18 23:33:43.393 INFO E| |
36142025-09-18T23:33:44.944Z[ helios-setup] Sep 18 23:33:43.393 INFO E| 132 | rc: RequestContext<Arc<Agent>>,
36152025-09-18T23:33:44.944Z[ helios-setup] Sep 18 23:33:43.393 INFO E| | ^^^^^^^^^^^^^^
36162025-09-18T23:33:44.944Z[ helios-setup] Sep 18 23:33:43.394 INFO E| warning: struct `NeedHttpResponse` is never constructed
36172025-09-18T23:33:44.944Z[ helios-setup] Sep 18 23:33:43.394 INFO E| --> racktest/agent/server/src/lib.rs:135:6
36182025-09-18T23:33:44.944Z[ helios-setup] Sep 18 23:33:43.394 INFO E| |
36192025-09-18T23:33:44.944Z[ helios-setup] Sep 18 23:33:43.394 INFO E| 135 | ) -> DSResult<HttpResponseUpdatedNoContent> {
36202025-09-18T23:33:44.944Z[ helios-setup] Sep 18 23:33:43.394 INFO E| | ^^^^^^^^
36212025-09-18T23:33:44.944Z[ helios-setup] Sep 18 23:33:43.394 INFO E| warning: struct `NeedRequestContext` is never constructed
36222025-09-18T23:33:44.945Z[ helios-setup] Sep 18 23:33:43.394 INFO E| --> racktest/agent/server/src/lib.rs:284:9
36232025-09-18T23:33:44.945Z[ helios-setup] Sep 18 23:33:43.394 INFO E| |
36242025-09-18T23:33:44.945Z[ helios-setup] Sep 18 23:33:43.394 INFO E| 284 | rc: RequestContext<Arc<Agent>>,
36252025-09-18T23:33:44.945Z[ helios-setup] Sep 18 23:33:43.394 INFO E| | ^^^^^^^^^^^^^^
36262025-09-18T23:33:44.945Z[ helios-setup] Sep 18 23:33:43.394 INFO E| warning: struct `NeedRequestContext` is never constructed
36272025-09-18T23:33:44.945Z[ helios-setup] Sep 18 23:33:43.394 INFO E| --> racktest/agent/server/src/lib.rs:406:9
36282025-09-18T23:33:44.945Z[ helios-setup] Sep 18 23:33:43.394 INFO E| |
36292025-09-18T23:33:44.945Z[ helios-setup] Sep 18 23:33:43.394 INFO E| 406 | rc: RequestContext<Arc<Agent>>,
36302025-09-18T23:33:44.945Z[ helios-setup] Sep 18 23:33:43.394 INFO E| | ^^^^^^^^^^^^^^
36312025-09-18T23:33:45.352Z[ host-package] Compiling half v1.8.3
36322025-09-18T23:33:46.500Z[ host-package] Compiling serde_cbor v0.11.2
36332025-09-18T23:33:47.572Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36342025-09-18T23:33:50.476Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36352025-09-18T23:33:54.002Z[ helios-setup] Sep 18 23:33:52.456 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
36362025-09-18T23:33:55.815Z[ host-package] Compiling kstat-rs v0.2.4
36372025-09-18T23:33:56.716Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36382025-09-18T23:33:57.368Z[ host-package] Compiling typify-macro v0.2.0
36392025-09-18T23:33:57.821Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36402025-09-18T23:33:58.793Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36412025-09-18T23:33:59.049Z[ host-package] Compiling nanorand v0.7.0
36422025-09-18T23:34:00.692Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
36432025-09-18T23:34:02.485Z[ host-package] Compiling parking_lot_core v0.8.6
36442025-09-18T23:34:04.248Z[ host-package] Compiling flume v0.11.1
36452025-09-18T23:34:05.886Z[ host-package] Compiling mime_guess v2.0.5
36462025-09-18T23:34:09.737Z[ helios-setup] Sep 18 23:34:08.190 INFO E| warning: `racktest-agent` (lib) generated 6 warnings
36472025-09-18T23:34:09.831Z[ host-package] Compiling tabled_derive v0.10.0
36482025-09-18T23:34:10.368Z[ host-package] Compiling ignore v0.4.23
36492025-09-18T23:34:14.483Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36502025-09-18T23:34:24.754Z[ host-package] Compiling papergrid v0.14.0
36512025-09-18T23:34:27.888Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36522025-09-18T23:34:28.002Z[ helios-setup] Sep 18 23:34:26.454 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
36532025-09-18T23:34:29.294Z[ host-package] Compiling castaway v0.2.3
36542025-09-18T23:34:29.623Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36552025-09-18T23:34:30.240Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36562025-09-18T23:34:31.404Z[ host-package] Compiling compact_str v0.8.0
36572025-09-18T23:34:32.128Z[ host-package] Compiling tabled v0.18.0
36582025-09-18T23:34:36.605Z[ host-package] Compiling globwalk v0.9.1
36592025-09-18T23:34:36.720Z[ host-package] Compiling typify v0.2.0
36602025-09-18T23:34:38.091Z[ host-package] Compiling predicates-tree v1.0.12
36612025-09-18T23:34:39.357Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36622025-09-18T23:34:40.235Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36632025-09-18T23:34:43.402Z[ host-package] Compiling unicode-truncate v1.1.0
36642025-09-18T23:34:44.548Z[ host-package] Compiling lru v0.12.5
36652025-09-18T23:34:45.481Z[ host-package] Compiling vergen v8.3.2
36662025-09-18T23:34:46.712Z[ host-package] Compiling nibble_vec v0.1.0
36672025-09-18T23:34:47.596Z[ host-package] Compiling cargo-platform v0.1.8
36682025-09-18T23:34:48.812Z[ host-package] Compiling instability v0.3.2
36692025-09-18T23:34:50.886Z[ host-package] Compiling atty v0.2.14
36702025-09-18T23:34:51.448Z[ host-package] Compiling cassowary v0.3.0
36712025-09-18T23:34:51.981Z[ host-package] Compiling endian-type v0.1.2
36722025-09-18T23:34:52.574Z[ host-package] Compiling http-range v0.1.5
36732025-09-18T23:34:53.546Z[ host-package] Compiling indoc v2.0.6
36742025-09-18T23:34:54.539Z[ host-package] Compiling salty v0.3.0
36752025-09-18T23:34:55.338Z[ host-package] Compiling ratatui v0.29.0
36762025-09-18T23:34:56.019Z[ host-package] Compiling radix_trie v0.2.1
36772025-09-18T23:34:58.128Z[ host-package] Compiling cargo_metadata v0.18.1
36782025-09-18T23:35:02.198Z[ host-package] Compiling camino-tempfile-ext v0.3.2
36792025-09-18T23:35:03.812Z[ host-package] Compiling parking_lot v0.11.2
36802025-09-18T23:35:04.839Z[ host-package] Compiling progenitor-impl v0.8.0
36812025-09-18T23:35:07.363Z[ host-package] Compiling git2 v0.19.0
36822025-09-18T23:35:18.969Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36832025-09-18T23:35:20.379Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36842025-09-18T23:35:21.192Z[ helios-setup] Sep 18 23:35:19.641 INFO E| Finished `release` profile [optimized] target(s) in 6m 52s
36852025-09-18T23:35:21.366Z[ helios-setup] Sep 18 23:35:19.816 INFO building project "pilot" ok (413 seconds)
36862025-09-18T23:35:21.370Z[ helios-setup] Sep 18 23:35:19.816 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
36872025-09-18T23:35:21.493Z[ helios-setup] Sep 18 23:35:19.942 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.89.0-x86_64-unknown-illumos (default)"
36882025-09-18T23:35:21.493Z[ helios-setup] Sep 18 23:35:19.942 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
36892025-09-18T23:35:21.496Z[ helios-setup] Sep 18 23:35:19.942 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
36902025-09-18T23:35:21.963Z[ helios-setup] Sep 18 23:35:20.412 INFO E| Downloading crates ...
36912025-09-18T23:35:22.029Z[ helios-setup] Sep 18 23:35:20.478 INFO E| Downloaded miniz_oxide v0.8.8
36922025-09-18T23:35:22.116Z[ helios-setup] Sep 18 23:35:20.566 INFO E| Compiling adler2 v2.0.0
36932025-09-18T23:35:22.305Z[ helios-setup] Sep 18 23:35:20.755 INFO E| Compiling miniz_oxide v0.8.8
36942025-09-18T23:35:24.990Z[ helios-setup] Sep 18 23:35:23.440 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
36952025-09-18T23:35:26.109Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
36962025-09-18T23:35:26.140Z[ helios-setup] Sep 18 23:35:24.589 INFO E| Finished `release` profile [optimized] target(s) in 4.50s
36972025-09-18T23:35:26.154Z[ helios-setup] Sep 18 23:35:24.602 INFO building project "pinprick" ok (4 seconds)
36982025-09-18T23:35:26.154Z[ helios-setup] Sep 18 23:35:24.602 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
36992025-09-18T23:35:26.289Z[ helios-setup] Sep 18 23:35:24.739 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.89.0-x86_64-unknown-illumos (default)"
37002025-09-18T23:35:26.289Z[ helios-setup] Sep 18 23:35:24.739 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
37012025-09-18T23:35:26.293Z[ helios-setup] Sep 18 23:35:24.739 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
37022025-09-18T23:35:26.669Z[ helios-setup] Sep 18 23:35:25.119 INFO E| Downloading crates ...
37032025-09-18T23:35:26.752Z[ helios-setup] Sep 18 23:35:25.201 INFO E| Downloaded anyhow v1.0.62
37042025-09-18T23:35:26.758Z[ helios-setup] Sep 18 23:35:25.207 INFO E| Downloaded sha2 v0.10.5
37052025-09-18T23:35:26.761Z[ helios-setup] Sep 18 23:35:25.211 INFO E| Downloaded typenum v1.15.0
37062025-09-18T23:35:26.764Z[ helios-setup] Sep 18 23:35:25.214 INFO E| Downloaded digest v0.10.3
37072025-09-18T23:35:26.768Z[ helios-setup] Sep 18 23:35:25.216 INFO E| Downloaded bytes v1.2.1
37082025-09-18T23:35:26.855Z[ helios-setup] Sep 18 23:35:25.304 INFO E| Compiling version_check v0.9.4
37092025-09-18T23:35:26.855Z[ helios-setup] Sep 18 23:35:25.304 INFO E| Compiling typenum v1.15.0
37102025-09-18T23:35:26.863Z[ helios-setup] Sep 18 23:35:25.304 INFO E| Compiling crc32fast v1.3.2
37112025-09-18T23:35:26.863Z[ helios-setup] Sep 18 23:35:25.304 INFO E| Compiling cfg-if v1.0.0
37122025-09-18T23:35:26.863Z[ helios-setup] Sep 18 23:35:25.304 INFO E| Compiling anyhow v1.0.62
37132025-09-18T23:35:26.863Z[ helios-setup] Sep 18 23:35:25.304 INFO E| Compiling adler v1.0.2
37142025-09-18T23:35:26.863Z[ helios-setup] Sep 18 23:35:25.305 INFO E| Compiling cpufeatures v0.2.5
37152025-09-18T23:35:26.863Z[ helios-setup] Sep 18 23:35:25.305 INFO E| Compiling unicode-width v0.1.10
37162025-09-18T23:35:27.683Z[ helios-setup] Sep 18 23:35:26.131 INFO E| Compiling bytes v1.2.1
37172025-09-18T23:35:27.717Z[ helios-setup] Sep 18 23:35:26.153 INFO E| Compiling bitflags v1.3.2
37182025-09-18T23:35:27.976Z[ helios-setup] Sep 18 23:35:26.425 INFO E| Compiling getopts v0.2.21
37192025-09-18T23:35:28.083Z[ helios-setup] Sep 18 23:35:26.532 INFO E| Compiling miniz_oxide v0.6.2
37202025-09-18T23:35:28.874Z[ helios-setup] Sep 18 23:35:27.324 INFO E| Compiling generic-array v0.14.6
37212025-09-18T23:35:29.590Z[ helios-setup] Sep 18 23:35:28.040 INFO E| Compiling flate2 v1.0.25
37222025-09-18T23:35:30.777Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
37232025-09-18T23:35:32.787Z[ helios-setup] Sep 18 23:35:31.236 INFO E| Compiling block-buffer v0.10.3
37242025-09-18T23:35:32.787Z[ helios-setup] Sep 18 23:35:31.236 INFO E| Compiling crypto-common v0.1.6
37252025-09-18T23:35:33.026Z[ helios-setup] Sep 18 23:35:31.473 INFO E| Compiling digest v0.10.3
37262025-09-18T23:35:33.399Z[ helios-setup] Sep 18 23:35:31.849 INFO E| Compiling sha2 v0.10.5
37272025-09-18T23:35:33.535Z[ host-package] Compiling rand_seeder v0.4.0
37282025-09-18T23:35:34.082Z[ host-package] Compiling prefix-trie v0.7.0
37292025-09-18T23:35:34.107Z[ helios-setup] Sep 18 23:35:32.556 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
37302025-09-18T23:35:35.731Z[ host-package] Compiling lzma-sys v0.1.20
37312025-09-18T23:35:36.213Z[ host-package] Compiling rustls v0.21.12
37322025-09-18T23:35:36.730Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
37332025-09-18T23:35:37.154Z[ host-package] Compiling hickory-server v0.25.2
37342025-09-18T23:35:38.688Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37352025-09-18T23:35:39.113Z[ host-package] Compiling hyper-staticfile v0.10.1
37362025-09-18T23:35:39.118Z[ helios-setup] Sep 18 23:35:37.567 INFO E| Finished `release` profile [optimized] target(s) in 12.70s
37372025-09-18T23:35:39.136Z[ helios-setup] Sep 18 23:35:37.585 INFO building project "bootserver" ok (12 seconds)
37382025-09-18T23:35:39.139Z[ helios-setup] rm -f helios-build
37392025-09-18T23:35:39.143Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37402025-09-18T23:35:39.146Z[ helios-setup]
37412025-09-18T23:35:39.149Z[ helios-setup] Setup complete! ./helios-build is now available.
37422025-09-18T23:35:39.149Z[ helios-setup]
37432025-09-18T23:35:39.156ZSep 18 23:35:37.599[ helios-setup]
37442025-09-18T23:35:39.156Z INFO [helios-setup] process exited with exit status: 0 (662.395634717s)
37452025-09-18T23:35:39.156Z[ helios-setup] real 11:02.392286571
37462025-09-18T23:35:39.156Z[ helios-setup] user 29:45.731094652
37472025-09-18T23:35:39.156Z[ helios-setup] sys 2:40.972893687
37482025-09-18T23:35:39.156Z[ helios-setup] trap 1.839755277
37492025-09-18T23:35:39.156Z[ helios-setup] tflt 4.400232832
37502025-09-18T23:35:39.156Z[ helios-setup] dflt 15.080451787
37512025-09-18T23:35:39.156Z[ helios-setup] kflt 0.000133510
37522025-09-18T23:35:39.156Z[ helios-setup] lock 2:35:19.469003558
37532025-09-18T23:35:39.156Z[ helios-setup] slp 3:53:48.237731709
37542025-09-18T23:35:39.156Z[ helios-setup] lat 33:18.333381302
37552025-09-18T23:35:39.156Z[ helios-setup] stop 6:05.241151081
37562025-09-18T23:35:39.156ZSep 18 23:35:37.600 INFO [helios-record] running task
37572025-09-18T23:35:39.157ZSep 18 23:35:37.600 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37582025-09-18T23:35:39.166ZSep 18 23:35:37.607 DEBG process exited with exit status: 0 (7.051355ms)
37592025-09-18T23:35:39.167ZSep 18 23:35:37.607 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37602025-09-18T23:35:39.167ZSep 18 23:35:37.614 DEBG process exited with exit status: 0 (6.391835ms)
37612025-09-18T23:35:39.167ZSep 18 23:35:37.614 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37622025-09-18T23:35:39.170ZSep 18 23:35:37.619 DEBG process exited with exit status: 0 (5.521799ms)
37632025-09-18T23:35:39.170ZSep 18 23:35:37.619 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37642025-09-18T23:35:39.182ZSep 18 23:35:37.631 DEBG process exited with exit status: 0 (11.624141ms)
37652025-09-18T23:35:39.182ZSep 18 23:35:37.631 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37662025-09-18T23:35:39.188ZSep 18 23:35:37.637 DEBG process exited with exit status: 0 (6.204229ms)
37672025-09-18T23:35:39.188ZSep 18 23:35:37.637 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37682025-09-18T23:35:39.193ZSep 18 23:35:37.643 DEBG process exited with exit status: 0 (5.52701ms)
37692025-09-18T23:35:39.194ZSep 18 23:35:37.643 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37702025-09-18T23:35:39.199ZSep 18 23:35:37.648 DEBG process exited with exit status: 0 (5.56195ms)
37712025-09-18T23:35:39.199ZSep 18 23:35:37.648 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37722025-09-18T23:35:39.205ZSep 18 23:35:37.654 DEBG process exited with exit status: 0 (5.489761ms)
37732025-09-18T23:35:39.208ZSep 18 23:35:37.654 INFO [helios-record] task succeeded (54.391343ms)
37742025-09-18T23:35:43.239Z[ host-package] Compiling progenitor-macro v0.8.0
37752025-09-18T23:35:50.018Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37762025-09-18T23:35:51.055Z[ host-package] Compiling sled v0.34.7
37772025-09-18T23:35:54.378Z[ host-package] Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
37782025-09-18T23:35:55.498Z[ host-package] Compiling hickory-client v0.25.2
37792025-09-18T23:36:03.929Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37802025-09-18T23:36:05.233Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
37812025-09-18T23:36:07.982Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37822025-09-18T23:36:08.975Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37832025-09-18T23:36:14.274Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37842025-09-18T23:36:14.823Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
37852025-09-18T23:36:15.666Z[ host-package] Compiling progenitor-client v0.8.0
37862025-09-18T23:36:16.486Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37872025-09-18T23:36:16.659Z[ host-package] Compiling sct v0.7.1
37882025-09-18T23:36:16.897Z[ host-package] Compiling rustls-webpki v0.101.7
37892025-09-18T23:36:17.169Z[ host-package] Compiling primeorder v0.13.6
37902025-09-18T23:36:17.821Z[ host-package] Compiling heck v0.3.3
37912025-09-18T23:36:18.220Z[ host-package] Compiling env_filter v0.1.2
37922025-09-18T23:36:18.825Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
37932025-09-18T23:36:19.281Z[ host-package] Compiling void v1.0.2
37942025-09-18T23:36:19.541Z[ host-package] Compiling lzss v0.8.2
37952025-09-18T23:36:19.914Z[ host-package] Compiling env_logger v0.11.5
37962025-09-18T23:36:20.078Z[ host-package] Compiling zone_cfg_derive v0.1.2
37972025-09-18T23:36:20.528Z[ host-package] Compiling p384 v0.13.0
37982025-09-18T23:36:21.338Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37992025-09-18T23:36:21.394Z[ host-package] Compiling progenitor v0.8.0
38002025-09-18T23:36:21.705Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38012025-09-18T23:36:22.425Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38022025-09-18T23:36:26.098Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
38032025-09-18T23:36:26.342Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38042025-09-18T23:36:27.650Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38052025-09-18T23:36:33.667Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
38062025-09-18T23:36:34.259Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38072025-09-18T23:36:35.381Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38082025-09-18T23:36:35.802Z[ host-package] Compiling tungstenite v0.23.0
38092025-09-18T23:36:41.253Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38102025-09-18T23:36:41.410Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38112025-09-18T23:36:41.675Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38122025-09-18T23:36:41.831Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38132025-09-18T23:36:42.078Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38142025-09-18T23:36:42.242Z[ host-package] Compiling nix v0.27.1
38152025-09-18T23:36:42.631Z[ host-package] Compiling serde_bytes v0.11.17
38162025-09-18T23:36:42.850Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
38172025-09-18T23:36:43.233Z[ host-package] Compiling base64 v0.13.1
38182025-09-18T23:36:43.273Z[ host-package] Compiling number_prefix v0.4.0
38192025-09-18T23:36:43.602Z[ host-package] Compiling indicatif v0.17.11
38202025-09-18T23:36:45.062Z[ host-package] Compiling ron v0.7.1
38212025-09-18T23:36:45.297Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38222025-09-18T23:36:46.339Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
38232025-09-18T23:36:48.477Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38242025-09-18T23:36:50.063Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38252025-09-18T23:36:52.030Z[ host-package] Compiling tokio-tungstenite v0.23.1
38262025-09-18T23:36:52.687Z[ host-package] Compiling xz2 v0.1.7
38272025-09-18T23:36:53.224Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38282025-09-18T23:36:53.369Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38292025-09-18T23:36:56.090Z[ host-package] Compiling tokio-rustls v0.24.1
38302025-09-18T23:36:56.711Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38312025-09-18T23:36:58.799Z[ host-package] Compiling zone v0.1.8
38322025-09-18T23:36:59.117Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38332025-09-18T23:37:02.273Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38342025-09-18T23:37:02.643Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38352025-09-18T23:37:04.718Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38362025-09-18T23:37:05.535Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38372025-09-18T23:37:10.568Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38382025-09-18T23:37:12.892Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38392025-09-18T23:37:16.068Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
38402025-09-18T23:37:19.097Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38412025-09-18T23:37:19.522Z[ host-package] Compiling rustls-pemfile v1.0.4
38422025-09-18T23:37:19.749Z[ host-package] Compiling signal-hook-tokio v0.3.1
38432025-09-18T23:37:20.056Z[ host-package] Compiling twox-hash v2.1.0
38442025-09-18T23:37:20.156Z[ host-package] Compiling yasna v0.5.2
38452025-09-18T23:37:20.345Z[ host-package] Compiling secrecy v0.8.0
38462025-09-18T23:37:20.753Z[ host-package] Compiling is_ci v1.2.0
38472025-09-18T23:37:21.129Z[ host-package] Compiling supports-color v3.0.2
38482025-09-18T23:37:21.616Z[ host-package] Compiling rcgen v0.12.1
38492025-09-18T23:37:23.631Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38502025-09-18T23:37:32.380Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38512025-09-18T23:37:33.013Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38522025-09-18T23:37:39.055Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
38532025-09-18T23:37:42.050Z[ host-package] Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
38542025-09-18T23:37:55.817Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
38552025-09-18T23:37:58.578Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
38562025-09-18T23:37:59.437Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38572025-09-18T23:38:05.513Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38582025-09-18T23:38:06.544Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38592025-09-18T23:38:13.945Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38602025-09-18T23:38:14.270Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38612025-09-18T23:38:15.938Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38622025-09-18T23:38:21.745Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38632025-09-18T23:38:22.101Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38642025-09-18T23:38:22.511Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38652025-09-18T23:38:22.929Z[ host-package] Compiling fatfs v0.3.6
38662025-09-18T23:38:23.307Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
38672025-09-18T23:38:23.950Z[ host-package] Compiling rtoolbox v0.0.2
38682025-09-18T23:38:24.453Z[ host-package] Compiling subprocess v0.2.9
38692025-09-18T23:38:25.761Z[ host-package] Compiling assert_matches v1.5.0
38702025-09-18T23:38:25.938Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38712025-09-18T23:38:32.464Z[ host-package] Compiling rpassword v7.4.0
38722025-09-18T23:38:33.119Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38732025-09-18T23:38:33.156Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38742025-09-18T23:38:33.946Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38752025-09-18T23:38:39.593Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38762025-09-18T23:39:00.532Z[ host-package] Compiling tui-tree-widget v0.23.1
38772025-09-18T23:39:01.045Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38782025-09-18T23:39:13.537Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38792025-09-18T23:39:15.611Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38802025-09-18T23:39:16.025Z[ host-package] Compiling uzers v0.12.1
38812025-09-18T23:39:16.441Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38822025-09-18T23:39:16.957Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38832025-09-18T23:39:19.176Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38842025-09-18T23:39:34.277Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38852025-09-18T23:39:46.697Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38862025-09-18T23:39:49.150Z[ host-package] Compiling support-bundle-viewer v0.1.2
38872025-09-18T23:39:51.499Z[ host-package] Compiling multimap v0.10.1
38882025-09-18T23:42:08.576Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38892025-09-18T23:51:18.613Z[ host-package] Finished `release` profile [optimized] target(s) in 24m 48s
38902025-09-18T23:52:16.155ZSep 18 23:52:14.559 INFO [host-package] process exited with exit status: 0 (1546.123192056s)
38912025-09-18T23:52:16.155ZSep 18 23:52:14.560 INFO [host-stamp] running task
38922025-09-18T23:52:16.158ZSep 18 23:52:14.560 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38932025-09-18T23:52:16.158ZSep 18 23:52:14.560 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+git2f19f098158
38942025-09-18T23:52:16.158ZSep 18 23:52:14.561 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+git2f19f098158
38952025-09-18T23:52:16.158ZSep 18 23:52:14.561 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+git2f19f098158
38962025-09-18T23:52:16.158ZSep 18 23:52:14.562 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+git2f19f098158
38972025-09-18T23:52:16.158ZSep 18 23:52:14.562 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+git2f19f098158
38982025-09-18T23:52:16.158ZSep 18 23:52:14.562 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+git2f19f098158
38992025-09-18T23:52:16.162ZSep 18 23:52:14.563 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+git2f19f098158
39002025-09-18T23:52:16.162ZSep 18 23:52:14.563 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+git2f19f098158
39012025-09-18T23:52:16.171Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39022025-09-18T23:52:16.171Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39032025-09-18T23:52:16.176Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39042025-09-18T23:52:16.176Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39052025-09-18T23:52:16.176Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
39062025-09-18T23:52:16.176Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39072025-09-18T23:52:16.176Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39082025-09-18T23:52:16.176Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39092025-09-18T23:52:16.177Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39102025-09-18T23:52:16.180Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39112025-09-18T23:52:16.180Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
39122025-09-18T23:52:16.180ZSep 18 23:52:14.583 INFO [stamp-overlay] process exited with exit status: 0 (20.393357ms)
39132025-09-18T23:52:16.180ZSep 18 23:52:14.585 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (24.52668ms)
39142025-09-18T23:52:16.189Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39152025-09-18T23:52:16.194ZSep 18 23:52:14.598 INFO [stamp-oxlog] process exited with exit status: 0 (36.651743ms)
39162025-09-18T23:52:16.278Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39172025-09-18T23:52:16.282ZSep 18 23:52:14.687 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (125.724438ms)
39182025-09-18T23:52:16.543Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39192025-09-18T23:52:16.549ZSep 18 23:52:14.950 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (388.393214ms)
39202025-09-18T23:52:16.655Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39212025-09-18T23:52:16.661ZSep 18 23:52:15.063 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (500.673372ms)
39222025-09-18T23:52:17.442Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39232025-09-18T23:52:17.447ZSep 18 23:52:15.850 INFO [stamp-propolis-server] process exited with exit status: 0 (1.28910518s)
39242025-09-18T23:52:17.740Z[recovery-package] Compiling newtype-uuid v1.2.4
39252025-09-18T23:52:18.305Z[recovery-package] Compiling daft v0.1.4
39262025-09-18T23:52:18.675Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39272025-09-18T23:52:19.048Z[recovery-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
39282025-09-18T23:52:19.048Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39292025-09-18T23:52:19.052Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39302025-09-18T23:52:19.097Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39312025-09-18T23:52:19.819Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39322025-09-18T23:52:24.986Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39332025-09-18T23:52:24.990ZSep 18 23:52:23.395 INFO [stamp-switch-asic] process exited with exit status: 0 (8.83227695s)
39342025-09-18T23:52:24.990ZSep 18 23:52:23.395 INFO [host-stamp] task succeeded (8.835161473s)
39352025-09-18T23:52:24.990ZSep 18 23:52:23.395 INFO [host-proto] running task
39362025-09-18T23:52:25.584ZSep 18 23:52:23.988 INFO [host-proto] task succeeded (593.081504ms)
39372025-09-18T23:52:25.584ZSep 18 23:52:23.988 INFO [host-profile] running task
39382025-09-18T23:52:25.589ZSep 18 23:52:23.988 INFO [host-profile] task succeeded (300.375µs)
39392025-09-18T23:52:25.589ZSep 18 23:52:23.988 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/.tmpSCTRpn/proto/host/root -N 'ci 2f19f09/${os_short_commit} 2025-09-18 23:24' -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/'
39402025-09-18T23:52:25.593Z[ host-image] Sep 18 23:52:23.996 INFO Checking files for board 'cosmo'
39412025-09-18T23:52:25.593Z[ host-image] Sep 18 23:52:23.996 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39422025-09-18T23:52:25.593Z[ host-image] Sep 18 23:52:23.996 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
39432025-09-18T23:52:25.593Z[ host-image] Sep 18 23:52:23.996 INFO Checking files for board 'gimlet'
39442025-09-18T23:52:25.593Z[ host-image] Sep 18 23:52:23.996 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39452025-09-18T23:52:25.593Z[ host-image] Sep 18 23:52:23.996 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
39462025-09-18T23:52:25.606Z[ host-image] Sep 18 23:52:24.010 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpSCTRpn/proto/host/root"
39472025-09-18T23:52:25.606Z[ host-image] Sep 18 23:52:24.010 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39482025-09-18T23:52:25.606Z[ host-image] Sep 18 23:52:24.010 INFO image builder template: ramdisk-01-os...
39492025-09-18T23:52:25.610Z[ host-image] Sep 18 23:52:24.010 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/.tmpSCTRpn/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
39502025-09-18T23:52:25.626Z[ host-image] Sep 18 23:52:24.030 INFO O| Sep 18 23:52:24.030 INFO CREATE DATASET: rpool/images/build/host/output
39512025-09-18T23:52:26.073Z[ host-image] Sep 18 23:52:24.477 INFO O| Sep 18 23:52:24.477 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39522025-09-18T23:52:26.077Z[ host-image] Sep 18 23:52:24.481 INFO O| Sep 18 23:52:24.481 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39532025-09-18T23:52:26.347Z[ host-image] Sep 18 23:52:24.751 INFO O| Sep 18 23:52:24.751 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39542025-09-18T23:52:26.419Z[ host-image] Sep 18 23:52:24.823 INFO O| Sep 18 23:52:24.823 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39552025-09-18T23:52:26.424Z[ host-image] Sep 18 23:52:24.823 INFO O| Sep 18 23:52:24.823 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39562025-09-18T23:52:26.424Z[ host-image] Sep 18 23:52:24.824 INFO O| Sep 18 23:52:24.824 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39572025-09-18T23:52:26.424Z[ host-image] Sep 18 23:52:24.824 INFO O| Sep 18 23:52:24.824 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39582025-09-18T23:52:26.428Z[ host-image] Sep 18 23:52:24.830 INFO O| Sep 18 23:52:24.830 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39592025-09-18T23:52:26.648Z[ host-image] Sep 18 23:52:25.052 INFO O| Sep 18 23:52:25.052 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39602025-09-18T23:52:26.657Z[ host-image] Sep 18 23:52:25.062 INFO O| Sep 18 23:52:25.062 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39612025-09-18T23:52:27.025Z[ host-image] Sep 18 23:52:25.429 INFO O| Sep 18 23:52:25.429 INFO O| Caching catalogs ... Done
39622025-09-18T23:52:27.112Z[ host-image] Sep 18 23:52:25.515 INFO O| Sep 18 23:52:25.514 INFO STEP 0 (pkg_image_create) COMPLETE
39632025-09-18T23:52:27.112Z[ host-image] Sep 18 23:52:25.515 INFO O| Sep 18 23:52:25.514 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39642025-09-18T23:52:27.119Z[ host-image] Sep 18 23:52:25.524 INFO O| Sep 18 23:52:25.524 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"]
39652025-09-18T23:52:27.462Z[ host-image] Sep 18 23:52:25.865 INFO O| Sep 18 23:52:25.865 INFO STEP 1 (pkg_set_publisher) COMPLETE
39662025-09-18T23:52:27.462Z[ host-image] Sep 18 23:52:25.865 INFO O| Sep 18 23:52:25.865 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39672025-09-18T23:52:27.463Z[ host-image] Sep 18 23:52:25.865 INFO O| Sep 18 23:52:25.865 INFO skip step because feature "publisher_1_name" is not enabled
39682025-09-18T23:52:27.466Z[ host-image] Sep 18 23:52:25.865 INFO O| Sep 18 23:52:25.865 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39692025-09-18T23:52:27.466Z[ host-image] Sep 18 23:52:25.865 INFO O| Sep 18 23:52:25.865 INFO skip step because feature "publisher_2_name" is not enabled
39702025-09-18T23:52:27.466Z[ host-image] Sep 18 23:52:25.865 INFO O| Sep 18 23:52:25.865 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39712025-09-18T23:52:27.466Z[ host-image] Sep 18 23:52:25.865 INFO O| Sep 18 23:52:25.865 INFO skip step because feature "publisher_3_name" is not enabled
39722025-09-18T23:52:27.466Z[ host-image] Sep 18 23:52:25.865 INFO O| Sep 18 23:52:25.865 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39732025-09-18T23:52:27.810Z[ host-image] Sep 18 23:52:26.214 INFO O| Sep 18 23:52:26.214 INFO variant opensolaris.zone is already global
39742025-09-18T23:52:27.818Z[ host-image] Sep 18 23:52:26.214 INFO O| Sep 18 23:52:26.214 INFO STEP 5 (pkg_change_variant) COMPLETE
39752025-09-18T23:52:27.818Z[ host-image] Sep 18 23:52:26.214 INFO O| Sep 18 23:52:26.214 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39762025-09-18T23:52:28.148Z[ host-image] Sep 18 23:52:26.551 INFO O| Sep 18 23:52:26.551 INFO variant opensolaris.imagetype is full; changing to partial
39772025-09-18T23:52:28.148Z[ host-image] Sep 18 23:52:26.551 INFO O| Sep 18 23:52:26.551 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39782025-09-18T23:52:29.232Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39792025-09-18T23:52:29.232Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39802025-09-18T23:52:29.236Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39812025-09-18T23:52:34.480Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39822025-09-18T23:52:34.594Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39832025-09-18T23:52:36.098Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39842025-09-18T23:52:36.121Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39852025-09-18T23:52:36.914Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39862025-09-18T23:52:39.585Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39872025-09-18T23:52:46.217Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39882025-09-18T23:52:55.880Z[ host-image] Sep 18 23:52:54.279 INFO O| Sep 18 23:52:54.279 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39892025-09-18T23:53:06.176Z[recovery-package] Finished `release` profile [optimized] target(s) in 49.68s
39902025-09-18T23:53:06.853Z[ host-image] Sep 18 23:53:05.255 INFO O| Sep 18 23:53:05.255 INFO O| Startup: Caching catalogs ... Done
39912025-09-18T23:53:06.949Z[ host-image] Sep 18 23:53:05.348 INFO O| Sep 18 23:53:05.348 INFO O| Planning: Planning completed in 0.00 seconds
39922025-09-18T23:53:06.959Z[ host-image] Sep 18 23:53:05.349 INFO O| Sep 18 23:53:05.349 INFO O| Planning: Consolidating action changes ... Done
39932025-09-18T23:53:06.959Z[ host-image] Sep 18 23:53:05.349 INFO O| Sep 18 23:53:05.349 INFO O| Planning: Evaluating mediators ... Done
39942025-09-18T23:53:06.959Z[ host-image] Sep 18 23:53:05.349 INFO O| Sep 18 23:53:05.349 INFO O| Planning: Planning completed in 0.00 seconds
39952025-09-18T23:53:06.959Z[ host-image] Sep 18 23:53:05.350 INFO O| Sep 18 23:53:05.350 INFO O| Variants/Facets to change: 1
39962025-09-18T23:53:07.587Z[ host-image] Sep 18 23:53:05.987 INFO O| Sep 18 23:53:05.987 INFO O| Done
39972025-09-18T23:53:07.592Z[ host-image] Sep 18 23:53:05.987 INFO O| Sep 18 23:53:05.987 INFO O| Done
39982025-09-18T23:53:07.942ZSep 18 23:53:06.344 INFO [recovery-package] process exited with exit status: 0 (51.784192883s)
39992025-09-18T23:53:07.942ZSep 18 23:53:06.344 INFO [recovery-stamp] running task
40002025-09-18T23:53:07.946ZSep 18 23:53:06.345 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+git2f19f098158
40012025-09-18T23:53:07.946ZSep 18 23:53:06.345 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
40022025-09-18T23:53:07.946ZSep 18 23:53:06.345 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 16.0.0-0.ci+git2f19f098158
40032025-09-18T23:53:07.953Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40042025-09-18T23:53:07.957Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40052025-09-18T23:53:08.054Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40062025-09-18T23:53:08.058ZSep 18 23:53:06.460 INFO [stamp-installinator] process exited with exit status: 0 (114.962134ms)
40072025-09-18T23:53:08.181Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40082025-09-18T23:53:08.185ZSep 18 23:53:06.588 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (242.891867ms)
40092025-09-18T23:53:08.185ZSep 18 23:53:06.588 INFO [recovery-stamp] task succeeded (243.172273ms)
40102025-09-18T23:53:08.186ZSep 18 23:53:06.588 INFO [recovery-proto] running task
40112025-09-18T23:53:08.186ZSep 18 23:53:06.588 INFO [tuf-stamp] running task
40122025-09-18T23:53:08.189ZSep 18 23:53:06.589 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+git2f19f098158
40132025-09-18T23:53:08.189ZSep 18 23:53:06.589 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+git2f19f098158
40142025-09-18T23:53:08.189ZSep 18 23:53:06.589 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+git2f19f098158
40152025-09-18T23:53:08.189ZSep 18 23:53:06.590 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+git2f19f098158
40162025-09-18T23:53:08.190ZSep 18 23:53:06.590 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+git2f19f098158
40172025-09-18T23:53:08.194ZSep 18 23:53:06.593 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+git2f19f098158
40182025-09-18T23:53:08.194ZSep 18 23:53:06.593 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+git2f19f098158
40192025-09-18T23:53:08.194ZSep 18 23:53:06.594 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+git2f19f098158
40202025-09-18T23:53:08.194ZSep 18 23:53:06.595 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+git2f19f098158
40212025-09-18T23:53:08.198ZSep 18 23:53:06.598 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+git2f19f098158
40222025-09-18T23:53:08.202ZSep 18 23:53:06.601 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+git2f19f098158
40232025-09-18T23:53:08.202ZSep 18 23:53:06.601 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+git2f19f098158
40242025-09-18T23:53:08.206Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40252025-09-18T23:53:08.206Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40262025-09-18T23:53:08.206Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40272025-09-18T23:53:08.211Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40282025-09-18T23:53:08.211Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40292025-09-18T23:53:08.216Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40302025-09-18T23:53:08.216Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40312025-09-18T23:53:08.216Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40322025-09-18T23:53:08.232Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40332025-09-18T23:53:08.232Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40342025-09-18T23:53:08.232Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40352025-09-18T23:53:08.242Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40362025-09-18T23:53:08.291Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40372025-09-18T23:53:08.296ZSep 18 23:53:06.699 INFO [stamp-probe] process exited with exit status: 0 (103.141977ms)
40382025-09-18T23:53:08.452ZSep 18 23:53:06.854 INFO [recovery-proto] task succeeded (266.04074ms)
40392025-09-18T23:53:08.456ZSep 18 23:53:06.854 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/.tmpSCTRpn/proto/recovery/root -N 'recovery 2f19f09/${os_short_commit} 2025-09-18 23:24' -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/'
40402025-09-18T23:53:08.465Z[ recovery-image] Sep 18 23:53:06.867 INFO Checking files for board 'gimlet'
40412025-09-18T23:53:08.465Z[ recovery-image] Sep 18 23:53:06.867 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40422025-09-18T23:53:08.465Z[ recovery-image] Sep 18 23:53:06.867 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
40432025-09-18T23:53:08.465Z[ recovery-image] Sep 18 23:53:06.867 INFO Checking files for board 'cosmo'
40442025-09-18T23:53:08.470Z[ recovery-image] Sep 18 23:53:06.867 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40452025-09-18T23:53:08.470Z[ recovery-image] Sep 18 23:53:06.867 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
40462025-09-18T23:53:08.482Z[ recovery-image] Sep 18 23:53:06.884 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpSCTRpn/proto/recovery/root"
40472025-09-18T23:53:08.482Z[ recovery-image] Sep 18 23:53:06.884 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40482025-09-18T23:53:08.524Z[ recovery-image] Sep 18 23:53:06.884 INFO image builder template: ramdisk-01-os...
40492025-09-18T23:53:08.524Z[ recovery-image] Sep 18 23:53:06.884 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/.tmpSCTRpn/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
40502025-09-18T23:53:08.524Z[ recovery-image] Sep 18 23:53:06.911 INFO O| Sep 18 23:53:06.911 INFO CREATE DATASET: rpool/images/build/recovery/output
40512025-09-18T23:53:08.970Z[ recovery-image] Sep 18 23:53:07.371 INFO O| Sep 18 23:53:07.371 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40522025-09-18T23:53:08.975Z[ recovery-image] Sep 18 23:53:07.377 INFO O| Sep 18 23:53:07.376 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40532025-09-18T23:53:09.342Z[ recovery-image] Sep 18 23:53:07.743 INFO O| Sep 18 23:53:07.743 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40542025-09-18T23:53:09.426Z[ recovery-image] Sep 18 23:53:07.828 INFO O| Sep 18 23:53:07.828 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40552025-09-18T23:53:09.426Z[ recovery-image] Sep 18 23:53:07.828 INFO O| Sep 18 23:53:07.828 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40562025-09-18T23:53:09.430Z[ recovery-image] Sep 18 23:53:07.828 INFO O| Sep 18 23:53:07.828 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40572025-09-18T23:53:09.431Z[ recovery-image] Sep 18 23:53:07.828 INFO O| Sep 18 23:53:07.828 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40582025-09-18T23:53:09.435Z[ recovery-image] Sep 18 23:53:07.837 INFO O| Sep 18 23:53:07.837 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40592025-09-18T23:53:09.594Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
40602025-09-18T23:53:09.620Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40612025-09-18T23:53:09.626ZSep 18 23:53:08.027 INFO [stamp-ntp] process exited with exit status: 0 (1.437873452s)
40622025-09-18T23:53:09.670Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40632025-09-18T23:53:09.814Z[ recovery-image] Sep 18 23:53:08.216 INFO O| Sep 18 23:53:08.215 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40642025-09-18T23:53:09.827Z[ recovery-image] Sep 18 23:53:08.228 INFO O| Sep 18 23:53:08.228 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40652025-09-18T23:53:10.015Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40662025-09-18T23:53:10.080ZSep 18 23:53:08.482 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.888678958s)
40672025-09-18T23:53:10.244Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40682025-09-18T23:53:10.261Z[ host-image] Sep 18 23:53:08.663 INFO O| Sep 18 23:53:08.662 INFO O| Done
40692025-09-18T23:53:10.283ZSep 18 23:53:08.686 INFO [stamp-internal-dns] process exited with exit status: 0 (2.087849059s)
40702025-09-18T23:53:10.423Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40712025-09-18T23:53:10.457ZSep 18 23:53:08.859 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.270669606s)
40722025-09-18T23:53:10.477Z[ host-image] Sep 18 23:53:08.879 INFO O| Sep 18 23:53:08.879 INFO O| Done
40732025-09-18T23:53:10.481Z[ host-image] Sep 18 23:53:08.880 INFO O| Sep 18 23:53:08.880 INFO O| Done
40742025-09-18T23:53:10.481Z[ host-image] Sep 18 23:53:08.880 INFO O| Sep 18 23:53:08.880 INFO O| Done
40752025-09-18T23:53:10.481Z[ host-image] Sep 18 23:53:08.882 INFO O| Sep 18 23:53:08.882 INFO O| Done
40762025-09-18T23:53:10.533Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40772025-09-18T23:53:10.576ZSep 18 23:53:08.978 INFO [stamp-external-dns] process exited with exit status: 0 (2.384915583s)
40782025-09-18T23:53:10.584Z[ recovery-image] Sep 18 23:53:08.986 INFO O| Sep 18 23:53:08.986 INFO O| Caching catalogs ... Done
40792025-09-18T23:53:10.736Z[ recovery-image] Sep 18 23:53:09.138 INFO O| Sep 18 23:53:09.138 INFO STEP 0 (pkg_image_create) COMPLETE
40802025-09-18T23:53:10.737Z[ recovery-image] Sep 18 23:53:09.138 INFO O| Sep 18 23:53:09.138 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40812025-09-18T23:53:10.750Z[ recovery-image] Sep 18 23:53:09.151 INFO O| Sep 18 23:53:09.151 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"]
40822025-09-18T23:53:10.926Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40832025-09-18T23:53:10.987ZSep 18 23:53:09.389 INFO [stamp-oximeter] process exited with exit status: 0 (2.794658788s)
40842025-09-18T23:53:11.337Z[ recovery-image] Sep 18 23:53:09.738 INFO O| Sep 18 23:53:09.738 INFO STEP 1 (pkg_set_publisher) COMPLETE
40852025-09-18T23:53:11.337Z[ recovery-image] Sep 18 23:53:09.738 INFO O| Sep 18 23:53:09.738 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40862025-09-18T23:53:11.337Z[ recovery-image] Sep 18 23:53:09.738 INFO O| Sep 18 23:53:09.738 INFO skip step because feature "publisher_1_name" is not enabled
40872025-09-18T23:53:11.337Z[ recovery-image] Sep 18 23:53:09.738 INFO O| Sep 18 23:53:09.738 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40882025-09-18T23:53:11.337Z[ recovery-image] Sep 18 23:53:09.738 INFO O| Sep 18 23:53:09.738 INFO skip step because feature "publisher_2_name" is not enabled
40892025-09-18T23:53:11.341Z[ recovery-image] Sep 18 23:53:09.739 INFO O| Sep 18 23:53:09.738 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40902025-09-18T23:53:11.341Z[ recovery-image] Sep 18 23:53:09.739 INFO O| Sep 18 23:53:09.738 INFO skip step because feature "publisher_3_name" is not enabled
40912025-09-18T23:53:11.341Z[ recovery-image] Sep 18 23:53:09.739 INFO O| Sep 18 23:53:09.738 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40922025-09-18T23:53:11.866Z[ recovery-image] Sep 18 23:53:10.268 INFO O| Sep 18 23:53:10.268 INFO variant opensolaris.zone is already global
40932025-09-18T23:53:11.866Z[ recovery-image] Sep 18 23:53:10.268 INFO O| Sep 18 23:53:10.268 INFO STEP 5 (pkg_change_variant) COMPLETE
40942025-09-18T23:53:11.866Z[ recovery-image] Sep 18 23:53:10.268 INFO O| Sep 18 23:53:10.268 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40952025-09-18T23:53:12.027Z[ host-image] Sep 18 23:53:10.428 INFO O| Sep 18 23:53:10.428 INFO STEP 6 (pkg_change_variant) COMPLETE
40962025-09-18T23:53:12.027Z[ host-image] Sep 18 23:53:10.429 INFO O| Sep 18 23:53:10.428 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40972025-09-18T23:53:12.027Z[ host-image] Sep 18 23:53:10.429 INFO O| Sep 18 23:53:10.428 INFO skip step because feature "debug_variant" is not enabled
40982025-09-18T23:53:12.033Z[ host-image] Sep 18 23:53:10.429 INFO O| Sep 18 23:53:10.428 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40992025-09-18T23:53:12.346Z[ recovery-image] Sep 18 23:53:10.747 INFO O| Sep 18 23:53:10.747 INFO variant opensolaris.imagetype is full; changing to partial
41002025-09-18T23:53:12.346Z[ recovery-image] Sep 18 23:53:10.747 INFO O| Sep 18 23:53:10.747 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41012025-09-18T23:53:12.525Z[ host-image] Sep 18 23:53:10.926 INFO O| Sep 18 23:53:10.926 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41022025-09-18T23:53:13.042Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41032025-09-18T23:53:13.047ZSep 18 23:53:11.450 INFO [stamp-nexus] process exited with exit status: 0 (4.848679899s)
41042025-09-18T23:53:13.733Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41052025-09-18T23:53:13.738ZSep 18 23:53:12.140 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.549949639s)
41062025-09-18T23:53:17.033Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41072025-09-18T23:53:17.045Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41082025-09-18T23:53:17.050ZSep 18 23:53:15.452 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.850262887s)
41092025-09-18T23:53:17.243Z[verify-libraries] Compiling home v0.5.9
41102025-09-18T23:53:17.273Z[verify-libraries] Compiling cfg_aliases v0.1.1
41112025-09-18T23:53:17.303Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
41122025-09-18T23:53:17.307Z[verify-libraries] Compiling sqlparser_derive v0.2.2
41132025-09-18T23:53:17.307Z[verify-libraries] Compiling unicode_categories v0.1.1
41142025-09-18T23:53:17.307Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41152025-09-18T23:53:17.312Z[verify-libraries] Compiling polyval v0.6.2
41162025-09-18T23:53:17.383Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41172025-09-18T23:53:17.398ZSep 18 23:53:15.800 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.210859785s)
41182025-09-18T23:53:17.706Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41192025-09-18T23:53:17.732Z[verify-libraries] Compiling nix v0.28.0
41202025-09-18T23:53:17.737ZSep 18 23:53:16.137 INFO [stamp-clickhouse] process exited with exit status: 0 (9.546870592s)
41212025-09-18T23:53:17.737ZSep 18 23:53:16.137 INFO [tuf-stamp] task succeeded (9.549254054s)
41222025-09-18T23:53:17.773Z[verify-libraries] Compiling sqlformat v0.3.5
41232025-09-18T23:53:17.865Z[verify-libraries] Compiling ghash v0.5.1
41242025-09-18T23:53:18.062Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41252025-09-18T23:53:18.260Z[verify-libraries] Compiling ctr v0.9.2
41262025-09-18T23:53:18.480Z[verify-libraries] Compiling sqlparser v0.45.0
41272025-09-18T23:53:18.532Z[verify-libraries] Compiling ssh-encoding v0.2.0
41282025-09-18T23:53:18.626Z[verify-libraries] Compiling blowfish v0.9.1
41292025-09-18T23:53:18.794Z[verify-libraries] Compiling aes-gcm v0.10.3
41302025-09-18T23:53:19.265Z[verify-libraries] Compiling ssh-cipher v0.2.0
41312025-09-18T23:53:19.331Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41322025-09-18T23:53:20.153Z[verify-libraries] Compiling password-hash v0.4.2
41332025-09-18T23:53:22.813Z[verify-libraries] Compiling rustyline v14.0.0
41342025-09-18T23:53:23.775Z[verify-libraries] Compiling petname v2.0.2
41352025-09-18T23:53:25.388Z[verify-libraries] Compiling pbkdf2 v0.11.0
41362025-09-18T23:53:25.877Z[verify-libraries] Compiling ssh-key v0.6.6
41372025-09-18T23:53:26.026Z[verify-libraries] Compiling p256 v0.13.2
41382025-09-18T23:53:27.311Z[verify-libraries] Compiling p521 v0.13.3
41392025-09-18T23:53:28.160Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41402025-09-18T23:53:28.779Z[verify-libraries] Compiling md5 v0.7.0
41412025-09-18T23:53:29.555Z[verify-libraries] Compiling russh-keys v0.45.0
41422025-09-18T23:53:37.363Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41432025-09-18T23:53:37.815Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41442025-09-18T23:53:38.538Z[verify-libraries] Compiling num-bigint v0.4.6
41452025-09-18T23:53:38.880Z[verify-libraries] Compiling des v0.8.1
41462025-09-18T23:53:39.684Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41472025-09-18T23:53:41.221Z[verify-libraries] Compiling sync-ptr v0.1.4
41482025-09-18T23:53:41.560Z[verify-libraries] Compiling hex-literal v0.4.1
41492025-09-18T23:53:41.930Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
41502025-09-18T23:53:46.283Z[verify-libraries] Compiling russh v0.45.0
41512025-09-18T23:53:49.121Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41522025-09-18T23:53:50.248Z[ recovery-image] Sep 18 23:53:48.648 INFO O| Sep 18 23:53:48.648 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41532025-09-18T23:53:51.082Z[ host-image] Sep 18 23:53:49.483 INFO O| Sep 18 23:53:49.483 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41542025-09-18T23:53:54.071Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41552025-09-18T23:54:04.805Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41562025-09-18T23:54:07.470Z[ recovery-image] Sep 18 23:54:05.870 INFO O| Sep 18 23:54:05.870 INFO O| Startup: Caching catalogs ... Done
41572025-09-18T23:54:07.606Z[ recovery-image] Sep 18 23:54:06.005 INFO O| Sep 18 23:54:06.005 INFO O| Planning: Planning completed in 0.00 seconds
41582025-09-18T23:54:07.610Z[ recovery-image] Sep 18 23:54:06.006 INFO O| Sep 18 23:54:06.006 INFO O| Planning: Consolidating action changes ... Done
41592025-09-18T23:54:07.610Z[ recovery-image] Sep 18 23:54:06.006 INFO O| Sep 18 23:54:06.006 INFO O| Planning: Evaluating mediators ... Done
41602025-09-18T23:54:07.610Z[ recovery-image] Sep 18 23:54:06.007 INFO O| Sep 18 23:54:06.007 INFO O| Planning: Planning completed in 0.00 seconds
41612025-09-18T23:54:07.610Z[ recovery-image] Sep 18 23:54:06.007 INFO O| Sep 18 23:54:06.007 INFO O| Variants/Facets to change: 1
41622025-09-18T23:54:07.677Z[ recovery-image] Sep 18 23:54:06.070 INFO O| Sep 18 23:54:06.070 INFO O| Done
41632025-09-18T23:54:07.681Z[ recovery-image] Sep 18 23:54:06.070 INFO O| Sep 18 23:54:06.070 INFO O| Done
41642025-09-18T23:54:09.803Z[ host-image] Sep 18 23:54:08.203 INFO O| Sep 18 23:54:08.202 INFO O| Startup: Caching catalogs ... Done
41652025-09-18T23:54:09.907Z[ recovery-image] Sep 18 23:54:08.306 INFO O| Sep 18 23:54:08.306 INFO O| Done
41662025-09-18T23:54:09.912Z[ host-image] Sep 18 23:54:08.311 INFO O| Sep 18 23:54:08.311 INFO O| Planning: Planning completed in 0.00 seconds
41672025-09-18T23:54:09.915Z[ host-image] Sep 18 23:54:08.312 INFO O| Sep 18 23:54:08.312 INFO O| Planning: Consolidating action changes ... Done
41682025-09-18T23:54:09.915Z[ host-image] Sep 18 23:54:08.312 INFO O| Sep 18 23:54:08.312 INFO O| Planning: Evaluating mediators ... Done
41692025-09-18T23:54:09.915Z[ host-image] Sep 18 23:54:08.313 INFO O| Sep 18 23:54:08.313 INFO O| Planning: Planning completed in 0.00 seconds
41702025-09-18T23:54:09.915Z[ host-image] Sep 18 23:54:08.314 INFO O| Sep 18 23:54:08.314 INFO O| Variants/Facets to change: 1
41712025-09-18T23:54:09.982Z[ host-image] Sep 18 23:54:08.382 INFO O| Sep 18 23:54:08.382 INFO O| Done
41722025-09-18T23:54:09.983Z[ host-image] Sep 18 23:54:08.382 INFO O| Sep 18 23:54:08.382 INFO O| Done
41732025-09-18T23:54:10.116Z[ recovery-image] Sep 18 23:54:08.516 INFO O| Sep 18 23:54:08.516 INFO O| Done
41742025-09-18T23:54:10.120Z[ recovery-image] Sep 18 23:54:08.518 INFO O| Sep 18 23:54:08.517 INFO O| Done
41752025-09-18T23:54:10.120Z[ recovery-image] Sep 18 23:54:08.518 INFO O| Sep 18 23:54:08.518 INFO O| Done
41762025-09-18T23:54:10.120Z[ recovery-image] Sep 18 23:54:08.520 INFO O| Sep 18 23:54:08.520 INFO O| Done
41772025-09-18T23:54:11.834Z[ recovery-image] Sep 18 23:54:10.222 INFO O| Sep 18 23:54:10.222 INFO STEP 6 (pkg_change_variant) COMPLETE
41782025-09-18T23:54:11.835Z[ recovery-image] Sep 18 23:54:10.222 INFO O| Sep 18 23:54:10.222 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41792025-09-18T23:54:11.835Z[ recovery-image] Sep 18 23:54:10.222 INFO O| Sep 18 23:54:10.222 INFO skip step because feature "debug_variant" is not enabled
41802025-09-18T23:54:11.835Z[ recovery-image] Sep 18 23:54:10.222 INFO O| Sep 18 23:54:10.222 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41812025-09-18T23:54:12.378Z[ host-image] Sep 18 23:54:10.775 INFO O| Sep 18 23:54:10.775 INFO O| Done
41822025-09-18T23:54:12.545Z[ host-image] Sep 18 23:54:10.944 INFO O| Sep 18 23:54:10.944 INFO O| Done
41832025-09-18T23:54:12.595Z[ host-image] Sep 18 23:54:10.945 INFO O| Sep 18 23:54:10.945 INFO O| Done
41842025-09-18T23:54:12.595Z[ host-image] Sep 18 23:54:10.945 INFO O| Sep 18 23:54:10.945 INFO O| Done
41852025-09-18T23:54:12.595Z[ host-image] Sep 18 23:54:10.947 INFO O| Sep 18 23:54:10.947 INFO O| Done
41862025-09-18T23:54:12.676Z[ recovery-image] Sep 18 23:54:11.075 INFO O| Sep 18 23:54:11.075 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41872025-09-18T23:54:12.697Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
41882025-09-18T23:54:12.965Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41892025-09-18T23:54:14.392Z[ host-image] Sep 18 23:54:12.791 INFO O| Sep 18 23:54:12.791 INFO STEP 8 (pkg_change_facet) COMPLETE
41902025-09-18T23:54:14.396Z[ host-image] Sep 18 23:54:12.791 INFO O| Sep 18 23:54:12.791 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41912025-09-18T23:54:14.396Z[ host-image] Sep 18 23:54:12.791 INFO O| Sep 18 23:54:12.791 INFO skip step because feature "recovery" is not enabled
41922025-09-18T23:54:14.396Z[ host-image] Sep 18 23:54:12.791 INFO O| Sep 18 23:54:12.791 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41932025-09-18T23:54:14.396Z[ host-image] Sep 18 23:54:12.791 INFO O| Sep 18 23:54:12.791 INFO skip step because feature "recovery" is not enabled
41942025-09-18T23:54:14.396Z[ host-image] Sep 18 23:54:12.791 INFO O| Sep 18 23:54:12.791 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41952025-09-18T23:54:14.409Z[ host-image] Sep 18 23:54:12.809 INFO O| Sep 18 23:54:12.809 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"]
41962025-09-18T23:54:18.289Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41972025-09-18T23:54:19.172Z[verify-libraries] Compiling internet-checksum v0.2.1
41982025-09-18T23:54:19.813Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41992025-09-18T23:54:43.817Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42002025-09-18T23:54:47.024Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42012025-09-18T23:54:55.521Z[ recovery-image] Sep 18 23:54:53.918 INFO O| Sep 18 23:54:53.918 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42022025-09-18T23:54:57.372Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42032025-09-18T23:55:00.568Z[ host-image] Sep 18 23:54:58.965 INFO O| Sep 18 23:54:58.965 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42042025-09-18T23:55:03.372Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42052025-09-18T23:55:04.561Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42062025-09-18T23:55:11.752Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42072025-09-18T23:55:13.165Z[ recovery-image] Sep 18 23:55:11.562 INFO O| Sep 18 23:55:11.562 INFO O| Startup: Caching catalogs ... Done
42082025-09-18T23:55:13.260Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42092025-09-18T23:55:13.336Z[ recovery-image] Sep 18 23:55:11.733 INFO O| Sep 18 23:55:11.733 INFO O| Planning: Planning completed in 0.00 seconds
42102025-09-18T23:55:13.339Z[ recovery-image] Sep 18 23:55:11.734 INFO O| Sep 18 23:55:11.734 INFO O| Planning: Consolidating action changes ... Done
42112025-09-18T23:55:13.339Z[ recovery-image] Sep 18 23:55:11.734 INFO O| Sep 18 23:55:11.734 INFO O| Planning: Evaluating mediators ... Done
42122025-09-18T23:55:13.339Z[ recovery-image] Sep 18 23:55:11.735 INFO O| Sep 18 23:55:11.734 INFO O| Planning: Planning completed in 0.00 seconds
42132025-09-18T23:55:13.339Z[ recovery-image] Sep 18 23:55:11.735 INFO O| Sep 18 23:55:11.735 INFO O| Variants/Facets to change: 1
42142025-09-18T23:55:13.403Z[ recovery-image] Sep 18 23:55:11.800 INFO O| Sep 18 23:55:11.799 INFO O| Done
42152025-09-18T23:55:13.403Z[ recovery-image] Sep 18 23:55:11.800 INFO O| Sep 18 23:55:11.800 INFO O| Done
42162025-09-18T23:55:15.619Z[ recovery-image] Sep 18 23:55:14.016 INFO O| Sep 18 23:55:14.016 INFO O| Done
42172025-09-18T23:55:15.772Z[ recovery-image] Sep 18 23:55:14.169 INFO O| Sep 18 23:55:14.169 INFO O| Done
42182025-09-18T23:55:15.776Z[ recovery-image] Sep 18 23:55:14.170 INFO O| Sep 18 23:55:14.170 INFO O| Done
42192025-09-18T23:55:15.776Z[ recovery-image] Sep 18 23:55:14.170 INFO O| Sep 18 23:55:14.170 INFO O| Done
42202025-09-18T23:55:15.776Z[ recovery-image] Sep 18 23:55:14.172 INFO O| Sep 18 23:55:14.172 INFO O| Done
42212025-09-18T23:55:15.947Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42222025-09-18T23:55:17.671Z[ recovery-image] Sep 18 23:55:16.067 INFO O| Sep 18 23:55:16.067 INFO STEP 8 (pkg_change_facet) COMPLETE
42232025-09-18T23:55:17.671Z[ recovery-image] Sep 18 23:55:16.067 INFO O| Sep 18 23:55:16.067 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42242025-09-18T23:55:18.302Z[ host-image] Sep 18 23:55:16.699 INFO O| Sep 18 23:55:16.699 INFO O| Startup: Caching catalogs ... Done
42252025-09-18T23:55:18.458Z[ recovery-image] Sep 18 23:55:16.855 INFO O| Sep 18 23:55:16.855 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42262025-09-18T23:55:41.848Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42272025-09-18T23:55:48.432Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42282025-09-18T23:55:54.927Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42292025-09-18T23:55:56.637Z[verify-libraries] Compiling diff v0.1.13
42302025-09-18T23:55:58.313Z[verify-libraries] Compiling heck v0.4.1
42312025-09-18T23:56:00.026Z[ recovery-image] Sep 18 23:55:58.421 INFO O| Sep 18 23:55:58.421 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42322025-09-18T23:56:00.347Z[verify-libraries] Compiling yansi v1.0.1
42332025-09-18T23:56:01.794Z[verify-libraries] Compiling pretty_assertions v1.4.1
42342025-09-18T23:56:03.197Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
42352025-09-18T23:56:11.872Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
42362025-09-18T23:56:12.077Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42372025-09-18T23:56:17.206Z[ recovery-image] Sep 18 23:56:15.600 INFO O| Sep 18 23:56:15.600 INFO O| Startup: Caching catalogs ... Done
42382025-09-18T23:56:17.361Z[ recovery-image] Sep 18 23:56:15.755 INFO O| Sep 18 23:56:15.755 INFO O| Planning: Planning completed in 0.00 seconds
42392025-09-18T23:56:17.364Z[ recovery-image] Sep 18 23:56:15.756 INFO O| Sep 18 23:56:15.756 INFO O| Planning: Consolidating action changes ... Done
42402025-09-18T23:56:17.364Z[ recovery-image] Sep 18 23:56:15.756 INFO O| Sep 18 23:56:15.756 INFO O| Planning: Evaluating mediators ... Done
42412025-09-18T23:56:17.364Z[ recovery-image] Sep 18 23:56:15.756 INFO O| Sep 18 23:56:15.756 INFO O| Planning: Planning completed in 0.00 seconds
42422025-09-18T23:56:17.365Z[ recovery-image] Sep 18 23:56:15.757 INFO O| Sep 18 23:56:15.757 INFO O| Variants/Facets to change: 1
42432025-09-18T23:56:17.555Z[ recovery-image] Sep 18 23:56:15.949 INFO O| Sep 18 23:56:15.949 INFO O| Done
42442025-09-18T23:56:17.555Z[ recovery-image] Sep 18 23:56:15.949 INFO O| Sep 18 23:56:15.949 INFO O| Done
42452025-09-18T23:56:19.804Z[ recovery-image] Sep 18 23:56:18.198 INFO O| Sep 18 23:56:18.198 INFO O| Done
42462025-09-18T23:56:19.993Z[ recovery-image] Sep 18 23:56:18.387 INFO O| Sep 18 23:56:18.387 INFO O| Done
42472025-09-18T23:56:19.997Z[ recovery-image] Sep 18 23:56:18.388 INFO O| Sep 18 23:56:18.388 INFO O| Done
42482025-09-18T23:56:19.997Z[ recovery-image] Sep 18 23:56:18.388 INFO O| Sep 18 23:56:18.388 INFO O| Done
42492025-09-18T23:56:19.997Z[ recovery-image] Sep 18 23:56:18.390 INFO O| Sep 18 23:56:18.390 INFO O| Done
42502025-09-18T23:56:21.848Z[ recovery-image] Sep 18 23:56:20.242 INFO O| Sep 18 23:56:20.242 INFO STEP 9 (pkg_change_facet) COMPLETE
42512025-09-18T23:56:21.851Z[ recovery-image] Sep 18 23:56:20.242 INFO O| Sep 18 23:56:20.242 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42522025-09-18T23:56:22.648Z[ recovery-image] Sep 18 23:56:21.042 INFO O| Sep 18 23:56:21.042 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42532025-09-18T23:56:40.795Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42542025-09-18T23:56:42.725Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42552025-09-18T23:56:43.299Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42562025-09-18T23:56:43.850Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42572025-09-18T23:56:44.677Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42582025-09-18T23:56:45.356Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42592025-09-18T23:56:45.879Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42602025-09-18T23:56:56.500Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
42612025-09-18T23:57:04.461Z[ recovery-image] Sep 18 23:57:02.852 INFO O| Sep 18 23:57:02.852 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42622025-09-18T23:57:20.672Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
42632025-09-18T23:57:22.523Z[ recovery-image] Sep 18 23:57:20.914 INFO O| Sep 18 23:57:20.914 INFO O| Startup: Caching catalogs ... Done
42642025-09-18T23:57:22.643Z[ recovery-image] Sep 18 23:57:21.032 INFO O| Sep 18 23:57:21.032 INFO O| Planning: Planning completed in 0.00 seconds
42652025-09-18T23:57:22.647Z[ recovery-image] Sep 18 23:57:21.033 INFO O| Sep 18 23:57:21.033 INFO O| Planning: Consolidating action changes ... Done
42662025-09-18T23:57:22.647Z[ recovery-image] Sep 18 23:57:21.033 INFO O| Sep 18 23:57:21.033 INFO O| Planning: Evaluating mediators ... Done
42672025-09-18T23:57:22.647Z[ recovery-image] Sep 18 23:57:21.034 INFO O| Sep 18 23:57:21.034 INFO O| Planning: Planning completed in 0.00 seconds
42682025-09-18T23:57:22.647Z[ recovery-image] Sep 18 23:57:21.034 INFO O| Sep 18 23:57:21.034 INFO O| Variants/Facets to change: 1
42692025-09-18T23:57:22.714Z[ recovery-image] Sep 18 23:57:21.105 INFO O| Sep 18 23:57:21.105 INFO O| Done
42702025-09-18T23:57:22.715Z[ recovery-image] Sep 18 23:57:21.106 INFO O| Sep 18 23:57:21.105 INFO O| Done
42712025-09-18T23:57:25.040Z[ recovery-image] Sep 18 23:57:23.430 INFO O| Sep 18 23:57:23.430 INFO O| Done
42722025-09-18T23:57:25.235Z[ recovery-image] Sep 18 23:57:23.626 INFO O| Sep 18 23:57:23.626 INFO O| Done
42732025-09-18T23:57:25.239Z[ recovery-image] Sep 18 23:57:23.627 INFO O| Sep 18 23:57:23.627 INFO O| Done
42742025-09-18T23:57:25.239Z[ recovery-image] Sep 18 23:57:23.627 INFO O| Sep 18 23:57:23.627 INFO O| Done
42752025-09-18T23:57:25.239Z[ recovery-image] Sep 18 23:57:23.630 INFO O| Sep 18 23:57:23.630 INFO O| Done
42762025-09-18T23:57:27.186Z[ recovery-image] Sep 18 23:57:25.577 INFO O| Sep 18 23:57:25.577 INFO STEP 10 (pkg_change_facet) COMPLETE
42772025-09-18T23:57:27.186Z[ recovery-image] Sep 18 23:57:25.577 INFO O| Sep 18 23:57:25.577 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42782025-09-18T23:57:27.203Z[ recovery-image] Sep 18 23:57:25.594 INFO O| Sep 18 23:57:25.594 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"]
42792025-09-18T23:57:45.024Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
42802025-09-18T23:57:48.744Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42812025-09-18T23:57:55.043Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42822025-09-18T23:57:56.559Z[ host-image] Sep 18 23:57:54.949 INFO O| Sep 18 23:57:54.949 INFO O| Planning: Solver setup ... Done
42832025-09-18T23:57:57.650Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42842025-09-18T23:58:03.658Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42852025-09-18T23:58:04.216Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42862025-09-18T23:58:07.059Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42872025-09-18T23:58:12.822Z[ recovery-image] Sep 18 23:58:11.211 INFO O| Sep 18 23:58:11.211 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42882025-09-18T23:58:16.699Z[verify-libraries] Compiling termios v0.3.3
42892025-09-18T23:58:17.324Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42902025-09-18T23:58:31.017Z[ recovery-image] Sep 18 23:58:28.125 INFO O| Sep 18 23:58:28.125 INFO O| Startup: Caching catalogs ... Done
42912025-09-18T23:58:42.540Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42922025-09-18T23:58:59.360Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
42932025-09-18T23:59:22.298Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
42942025-09-18T23:59:23.387Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42952025-09-19T00:01:21.722Z[ recovery-image] Sep 19 00:01:20.102 INFO O| Sep 19 00:01:20.102 INFO O| Planning: Solver setup ... Done
42962025-09-19T00:02:42.548Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42972025-09-19T00:02:44.510Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42982025-09-19T00:03:20.678Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
42992025-09-19T00:03:43.777Z[ host-image] Sep 19 00:03:42.151 INFO O| Sep 19 00:03:42.151 INFO O| Planning: Running solver ... Done
43002025-09-19T00:03:46.183Z[ host-image] Sep 19 00:03:44.553 INFO O| Sep 19 00:03:44.553 INFO O| Planning: Finding local manifests ... Done
43012025-09-19T00:03:46.561Z[ host-image] Sep 19 00:03:44.918 INFO O| Sep 19 00:03:44.918 INFO O| Planning: Fetching manifests: 0/126 0% complete
43022025-09-19T00:03:46.793Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43032025-09-19T00:03:47.183Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43042025-09-19T00:03:51.557Z[ host-image] Sep 19 00:03:49.931 INFO O| Sep 19 00:03:49.931 INFO O| Planning: Fetching manifests: 73/126 57% complete
43052025-09-19T00:03:54.744Z[ host-image] Sep 19 00:03:53.118 INFO O| Sep 19 00:03:53.118 INFO O| Planning: Fetching manifests: 126/126 100% complete
43062025-09-19T00:03:54.996Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43072025-09-19T00:03:56.074Z[ host-image] Sep 19 00:03:54.448 INFO O| Sep 19 00:03:54.447 INFO O| Planning: Package planning ... Done
43082025-09-19T00:03:56.935Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43092025-09-19T00:03:57.524Z[ host-image] Sep 19 00:03:55.897 INFO O| Sep 19 00:03:55.897 INFO O| Planning: Merging actions ... Done
43102025-09-19T00:03:57.816Z[ host-image] Sep 19 00:03:56.189 INFO O| Sep 19 00:03:56.189 INFO O| Planning: Checking for conflicting actions ... Done
43112025-09-19T00:03:58.122Z[ host-image] Sep 19 00:03:56.495 INFO O| Sep 19 00:03:56.495 INFO O| Planning: Consolidating action changes ... Done
43122025-09-19T00:03:58.679Z[ host-image] Sep 19 00:03:57.052 INFO O| Sep 19 00:03:57.052 INFO O| Planning: Evaluating mediators ... Done
43132025-09-19T00:04:05.352Z[ host-image] Sep 19 00:04:03.725 INFO O| Sep 19 00:04:03.725 INFO O| Planning: Planning completed in 526.90 seconds
43142025-09-19T00:04:05.360Z[ host-image] Sep 19 00:04:03.734 INFO O| Sep 19 00:04:03.734 INFO O| Packages to install: 126
43152025-09-19T00:04:05.364Z[ host-image] Sep 19 00:04:03.734 INFO O| Sep 19 00:04:03.734 INFO O| Mediators to change: 5
43162025-09-19T00:04:05.364Z[ host-image] Sep 19 00:04:03.734 INFO O| Sep 19 00:04:03.734 INFO O| Services to change: 6
43172025-09-19T00:04:05.533Z[ host-image] Sep 19 00:04:03.906 INFO O| Sep 19 00:04:03.906 INFO O| Download: 0/22885 items 0.0/207.4MB 0% complete
43182025-09-19T00:04:10.542Z[ host-image] Sep 19 00:04:08.915 INFO O| Sep 19 00:04:08.914 INFO O| Download: 1426/22885 items 9.2/207.4MB 4% complete (1.9M/s)
43192025-09-19T00:04:15.557Z[ host-image] Sep 19 00:04:13.930 INFO O| Sep 19 00:04:13.930 INFO O| Download: 1867/22885 items 19.4/207.4MB 9% complete (1.9M/s)
43202025-09-19T00:04:20.558Z[ host-image] Sep 19 00:04:18.930 INFO O| Sep 19 00:04:18.930 INFO O| Download: 2634/22885 items 31.1/207.4MB 14% complete (2.2M/s)
43212025-09-19T00:04:25.581Z[ host-image] Sep 19 00:04:23.953 INFO O| Sep 19 00:04:23.953 INFO O| Download: 4076/22885 items 40.4/207.4MB 19% complete (2.2M/s)
43222025-09-19T00:04:30.609Z[ host-image] Sep 19 00:04:28.981 INFO O| Sep 19 00:04:28.980 INFO O| Download: 5010/22885 items 46.2/207.4MB 22% complete (1.5M/s)
43232025-09-19T00:04:35.620Z[ host-image] Sep 19 00:04:33.992 INFO O| Sep 19 00:04:33.991 INFO O| Download: 6606/22885 items 47.1/207.4MB 22% complete (674k/s)
43242025-09-19T00:04:40.638Z[ host-image] Sep 19 00:04:39.009 INFO O| Sep 19 00:04:39.009 INFO O| Download: 7849/22885 items 59.3/207.4MB 28% complete (1.3M/s)
43252025-09-19T00:04:45.647Z[ host-image] Sep 19 00:04:44.018 INFO O| Sep 19 00:04:44.018 INFO O| Download: 8630/22885 items 73.4/207.4MB 35% complete (2.6M/s)
43262025-09-19T00:04:50.666Z[ host-image] Sep 19 00:04:49.037 INFO O| Sep 19 00:04:49.037 INFO O| Download: 9907/22885 items 87.0/207.4MB 41% complete (2.7M/s)
43272025-09-19T00:04:55.678Z[ host-image] Sep 19 00:04:54.048 INFO O| Sep 19 00:04:54.048 INFO O| Download: 11038/22885 items 94.4/207.4MB 45% complete (2.1M/s)
43282025-09-19T00:05:00.777Z[ host-image] Sep 19 00:04:59.148 INFO O| Sep 19 00:04:59.148 INFO O| Download: 12057/22885 items 101.6/207.4MB 48% complete (1.4M/s)
43292025-09-19T00:05:05.779Z[ host-image] Sep 19 00:05:04.149 INFO O| Sep 19 00:05:04.149 INFO O| Download: 13132/22885 items 113.3/207.4MB 54% complete (1.9M/s)
43302025-09-19T00:05:11.060Z[ host-image] Sep 19 00:05:09.430 INFO O| Sep 19 00:05:09.430 INFO O| Download: 14340/22885 items 114.2/207.4MB 55% complete (1.3M/s)
43312025-09-19T00:05:16.068Z[ host-image] Sep 19 00:05:14.436 INFO O| Sep 19 00:05:14.434 INFO O| Download: 15511/22885 items 128.5/207.4MB 61% complete (1.5M/s)
43322025-09-19T00:05:21.070Z[ host-image] Sep 19 00:05:19.439 INFO O| Sep 19 00:05:19.439 INFO O| Download: 16552/22885 items 139.4/207.4MB 67% complete (2.5M/s)
43332025-09-19T00:05:26.121Z[ host-image] Sep 19 00:05:24.491 INFO O| Sep 19 00:05:24.491 INFO O| Download: 17961/22885 items 154.1/207.4MB 74% complete (2.6M/s)
43342025-09-19T00:05:31.134Z[ host-image] Sep 19 00:05:29.503 INFO O| Sep 19 00:05:29.503 INFO O| Download: 19306/22885 items 171.4/207.4MB 82% complete (3.2M/s)
43352025-09-19T00:05:36.134Z[ host-image] Sep 19 00:05:34.503 INFO O| Sep 19 00:05:34.503 INFO O| Download: 20717/22885 items 176.3/207.4MB 85% complete (2.2M/s)
43362025-09-19T00:05:41.164Z[ host-image] Sep 19 00:05:39.533 INFO O| Sep 19 00:05:39.533 INFO O| Download: 21666/22885 items 186.5/207.4MB 89% complete (1.6M/s)
43372025-09-19T00:05:46.207Z[ host-image] Sep 19 00:05:44.575 INFO O| Sep 19 00:05:44.575 INFO O| Download: 22346/22885 items 205.4/207.4MB 99% complete (2.9M/s)
43382025-09-19T00:05:48.388Z[ host-image] Sep 19 00:05:46.757 INFO O| Sep 19 00:05:46.756 INFO O| Download: Completed 207.37 MB in 102.85 seconds (2.0M/s)
43392025-09-19T00:05:50.325Z[ host-image] Sep 19 00:05:48.693 INFO O| Sep 19 00:05:48.693 INFO O| Actions: 1/50799 actions (Installing new actions)
43402025-09-19T00:05:55.326Z[ host-image] Sep 19 00:05:53.693 INFO O| Sep 19 00:05:53.693 INFO O| Actions: 10439/50799 actions (Installing new actions)
43412025-09-19T00:06:00.327Z[ host-image] Sep 19 00:05:58.694 INFO O| Sep 19 00:05:58.694 INFO O| Actions: 17579/50799 actions (Installing new actions)
43422025-09-19T00:06:05.329Z[ host-image] Sep 19 00:06:03.696 INFO O| Sep 19 00:06:03.696 INFO O| Actions: 24617/50799 actions (Installing new actions)
43432025-09-19T00:06:10.329Z[ host-image] Sep 19 00:06:08.697 INFO O| Sep 19 00:06:08.697 INFO O| Actions: 50292/50799 actions (Installing new actions)
43442025-09-19T00:06:11.296Z[ host-image] Sep 19 00:06:09.663 INFO O| Sep 19 00:06:09.663 INFO O| Actions: Completed 50799 actions in 20.96 seconds.
43452025-09-19T00:06:13.178Z[ host-image] Sep 19 00:06:11.545 INFO O| Sep 19 00:06:11.545 INFO O| Done
43462025-09-19T00:06:13.181Z[ host-image] Sep 19 00:06:11.545 INFO O| Sep 19 00:06:11.545 INFO O| Done
43472025-09-19T00:06:15.762Z[ host-image] Sep 19 00:06:14.130 INFO O| Sep 19 00:06:14.130 INFO O| Done
43482025-09-19T00:06:18.452Z[ host-image] Sep 19 00:06:16.819 INFO O| Sep 19 00:06:16.819 INFO O| Done
43492025-09-19T00:06:18.527Z[ host-image] Sep 19 00:06:16.895 INFO O| Sep 19 00:06:16.894 INFO O| Done
43502025-09-19T00:06:25.818Z[ host-image] Sep 19 00:06:24.184 INFO O| Sep 19 00:06:24.184 INFO O| Done
43512025-09-19T00:06:26.970Z[ host-image] Sep 19 00:06:25.337 INFO O| Sep 19 00:06:25.337 INFO O| Done
43522025-09-19T00:06:31.228Z[ host-image] Sep 19 00:06:29.595 INFO O| Sep 19 00:06:29.595 INFO STEP 11 (pkg_install) COMPLETE
43532025-09-19T00:06:31.228Z[ host-image] Sep 19 00:06:29.595 INFO O| Sep 19 00:06:29.595 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43542025-09-19T00:06:31.261Z[ host-image] Sep 19 00:06:29.627 INFO O| Sep 19 00:06:29.627 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"]
43552025-09-19T00:06:36.481Z[ recovery-image] Sep 19 00:06:34.848 INFO O| Sep 19 00:06:34.848 INFO O| Planning: Running solver ... Done
43562025-09-19T00:06:37.796Z[ recovery-image] Sep 19 00:06:36.162 INFO O| Sep 19 00:06:36.162 INFO O| Planning: Finding local manifests ... Done
43572025-09-19T00:06:37.870Z[ recovery-image] Sep 19 00:06:36.237 INFO O| Sep 19 00:06:36.236 INFO O| Planning: Fetching manifests: 0/126 0% complete
43582025-09-19T00:06:42.894Z[ recovery-image] Sep 19 00:06:41.260 INFO O| Sep 19 00:06:41.260 INFO O| Planning: Fetching manifests: 103/126 81% complete
43592025-09-19T00:06:44.369Z[ recovery-image] Sep 19 00:06:42.735 INFO O| Sep 19 00:06:42.735 INFO O| Planning: Fetching manifests: 126/126 100% complete
43602025-09-19T00:06:45.518Z[ recovery-image] Sep 19 00:06:43.883 INFO O| Sep 19 00:06:43.883 INFO O| Planning: Package planning ... Done
43612025-09-19T00:06:46.197Z[ recovery-image] Sep 19 00:06:44.563 INFO O| Sep 19 00:06:44.563 INFO O| Planning: Merging actions ... Done
43622025-09-19T00:06:46.411Z[ recovery-image] Sep 19 00:06:44.777 INFO O| Sep 19 00:06:44.777 INFO O| Planning: Checking for conflicting actions ... Done
43632025-09-19T00:06:46.573Z[ recovery-image] Sep 19 00:06:44.939 INFO O| Sep 19 00:06:44.939 INFO O| Planning: Consolidating action changes ... Done
43642025-09-19T00:06:46.982Z[ recovery-image] Sep 19 00:06:45.348 INFO O| Sep 19 00:06:45.348 INFO O| Planning: Evaluating mediators ... Done
43652025-09-19T00:06:53.682Z[ recovery-image] Sep 19 00:06:52.048 INFO O| Sep 19 00:06:52.048 INFO O| Planning: Planning completed in 503.80 seconds
43662025-09-19T00:06:53.686Z[ recovery-image] Sep 19 00:06:52.052 INFO O| Sep 19 00:06:52.052 INFO O| Packages to install: 126
43672025-09-19T00:06:53.686Z[ recovery-image] Sep 19 00:06:52.052 INFO O| Sep 19 00:06:52.052 INFO O| Mediators to change: 5
43682025-09-19T00:06:53.690Z[ recovery-image] Sep 19 00:06:52.052 INFO O| Sep 19 00:06:52.052 INFO O| Services to change: 5
43692025-09-19T00:06:53.840Z[ recovery-image] Sep 19 00:06:52.205 INFO O| Sep 19 00:06:52.205 INFO O| Download: 0/15944 items 0.0/184.0MB 0% complete
43702025-09-19T00:06:59.165Z[ recovery-image] Sep 19 00:06:57.530 INFO O| Sep 19 00:06:57.530 INFO O| Download: 1098/15944 items 9.2/184.0MB 5% complete (1.9M/s)
43712025-09-19T00:07:04.399Z[ recovery-image] Sep 19 00:07:02.764 INFO O| Sep 19 00:07:02.764 INFO O| Download: 1654/15944 items 25.7/184.0MB 13% complete (2.5M/s)
43722025-09-19T00:07:09.421Z[ recovery-image] Sep 19 00:07:07.785 INFO O| Sep 19 00:07:07.785 INFO O| Download: 2994/15944 items 37.2/184.0MB 20% complete (2.8M/s)
43732025-09-19T00:07:14.438Z[ recovery-image] Sep 19 00:07:12.802 INFO O| Sep 19 00:07:12.802 INFO O| Download: 4171/15944 items 42.9/184.0MB 23% complete (1.7M/s)
43742025-09-19T00:07:14.701Z[ host-image] Sep 19 00:07:13.066 INFO O| Sep 19 00:07:13.066 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43752025-09-19T00:07:19.442Z[ recovery-image] Sep 19 00:07:17.806 INFO O| Sep 19 00:07:17.806 INFO O| Download: 5687/15944 items 43.8/184.0MB 23% complete (674k/s)
43762025-09-19T00:07:24.756Z[ recovery-image] Sep 19 00:07:23.120 INFO O| Sep 19 00:07:23.120 INFO O| Download: 6176/15944 items 56.9/184.0MB 30% complete (1.2M/s)
43772025-09-19T00:07:29.758Z[ recovery-image] Sep 19 00:07:28.122 INFO O| Sep 19 00:07:28.122 INFO O| Download: 7377/15944 items 76.8/184.0MB 41% complete (3.2M/s)
43782025-09-19T00:07:31.337Z[ host-image] Sep 19 00:07:29.701 INFO O| Sep 19 00:07:29.701 INFO O| Startup: Caching catalogs ... Done
43792025-09-19T00:07:34.761Z[ recovery-image] Sep 19 00:07:33.124 INFO O| Sep 19 00:07:33.124 INFO O| Download: 8485/15944 items 83.2/184.0MB 45% complete (2.6M/s)
43802025-09-19T00:07:39.761Z[ recovery-image] Sep 19 00:07:38.125 INFO O| Sep 19 00:07:38.125 INFO O| Download: 9304/15944 items 96.2/184.0MB 52% complete (1.9M/s)
43812025-09-19T00:07:41.263Z[ host-image] Sep 19 00:07:39.626 INFO O| Sep 19 00:07:39.626 INFO O| Planning: Solver setup ... Done
43822025-09-19T00:07:41.277Z[ host-image] Sep 19 00:07:39.640 INFO O| Sep 19 00:07:39.640 INFO O| Planning: Running solver ... Done
43832025-09-19T00:07:41.471Z[ host-image] Sep 19 00:07:39.835 INFO O| Sep 19 00:07:39.835 INFO O| Planning: Finding local manifests ... Done
43842025-09-19T00:07:41.560Z[ host-image] Sep 19 00:07:39.923 INFO O| Sep 19 00:07:39.923 INFO O| Planning: Fetching manifests: 0/5 0% complete
43852025-09-19T00:07:41.744Z[ host-image] Sep 19 00:07:40.107 INFO O| Sep 19 00:07:40.107 INFO O| Planning: Fetching manifests: 5/5 100% complete
43862025-09-19T00:07:41.804Z[ host-image] Sep 19 00:07:40.168 INFO O| Sep 19 00:07:40.167 INFO O| Planning: Package planning ... Done
43872025-09-19T00:07:41.811Z[ host-image] Sep 19 00:07:40.175 INFO O| Sep 19 00:07:40.175 INFO O| Planning: Merging actions ... Done
43882025-09-19T00:07:41.994Z[ host-image] Sep 19 00:07:40.357 INFO O| Sep 19 00:07:40.357 INFO O| Planning: Checking for conflicting actions ... Done
43892025-09-19T00:07:41.998Z[ host-image] Sep 19 00:07:40.359 INFO O| Sep 19 00:07:40.359 INFO O| Planning: Consolidating action changes ... Done
43902025-09-19T00:07:42.359Z[ host-image] Sep 19 00:07:40.721 INFO O| Sep 19 00:07:40.721 INFO O| Planning: Evaluating mediators ... Done
43912025-09-19T00:07:42.362Z[ host-image] Sep 19 00:07:40.724 INFO O| Sep 19 00:07:40.724 INFO O| Planning: Planning completed in 10.91 seconds
43922025-09-19T00:07:42.362Z[ host-image] Sep 19 00:07:40.725 INFO O| Sep 19 00:07:40.725 INFO O| Packages to install: 5
43932025-09-19T00:07:42.362Z[ host-image] Sep 19 00:07:40.725 INFO O| Sep 19 00:07:40.725 INFO O| Services to change: 2
43942025-09-19T00:07:42.393Z[ host-image] Sep 19 00:07:40.756 INFO O| Sep 19 00:07:40.756 INFO O| Download: 0/121 items 0.0/1.5MB 0% complete
43952025-09-19T00:07:44.327Z[ host-image] Sep 19 00:07:42.690 INFO O| Sep 19 00:07:42.690 INFO O| Download: Completed 1.48 MB in 1.93 seconds (781k/s)
43962025-09-19T00:07:44.410Z[ host-image] Sep 19 00:07:42.774 INFO O| Sep 19 00:07:42.774 INFO O| Actions: 1/313 actions (Installing new actions)
43972025-09-19T00:07:44.643Z[ host-image] Sep 19 00:07:43.006 INFO O| Sep 19 00:07:43.006 INFO O| Actions: Completed 313 actions in 0.23 seconds.
43982025-09-19T00:07:44.762Z[ recovery-image] Sep 19 00:07:43.125 INFO O| Sep 19 00:07:43.125 INFO O| Download: 10725/15944 items 96.9/184.0MB 52% complete (1.4M/s)
43992025-09-19T00:07:45.914Z[ host-image] Sep 19 00:07:44.277 INFO O| Sep 19 00:07:44.277 INFO O| Done
44002025-09-19T00:07:45.917Z[ host-image] Sep 19 00:07:44.277 INFO O| Sep 19 00:07:44.277 INFO O| Done
44012025-09-19T00:07:48.034Z[ host-image] Sep 19 00:07:46.397 INFO O| Sep 19 00:07:46.397 INFO O| Done
44022025-09-19T00:07:49.762Z[ recovery-image] Sep 19 00:07:48.125 INFO O| Sep 19 00:07:48.125 INFO O| Download: 11587/15944 items 114.9/184.0MB 62% complete (1.8M/s)
44032025-09-19T00:07:50.772Z[ host-image] Sep 19 00:07:49.134 INFO O| Sep 19 00:07:49.134 INFO O| Done
44042025-09-19T00:07:50.814Z[ host-image] Sep 19 00:07:49.177 INFO O| Sep 19 00:07:49.177 INFO O| Done
44052025-09-19T00:07:50.818Z[ host-image] Sep 19 00:07:49.178 INFO O| Sep 19 00:07:49.178 INFO O| Done
44062025-09-19T00:07:50.880Z[ host-image] Sep 19 00:07:49.243 INFO O| Sep 19 00:07:49.243 INFO O| Done
44072025-09-19T00:07:52.622Z[ host-image] Sep 19 00:07:50.982 INFO O| Sep 19 00:07:50.982 INFO STEP 12 (pkg_install) COMPLETE
44082025-09-19T00:07:52.622Z[ host-image] Sep 19 00:07:50.982 INFO O| Sep 19 00:07:50.982 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44092025-09-19T00:07:52.634Z[ host-image] Sep 19 00:07:50.997 INFO O| Sep 19 00:07:50.997 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44102025-09-19T00:07:54.766Z[ recovery-image] Sep 19 00:07:53.129 INFO O| Sep 19 00:07:53.129 INFO O| Download: 12772/15944 items 146.2/184.0MB 79% complete (4.9M/s)
44112025-09-19T00:07:59.771Z[ recovery-image] Sep 19 00:07:58.133 INFO O| Sep 19 00:07:58.133 INFO O| Download: 14116/15944 items 152.3/184.0MB 82% complete (3.8M/s)
44122025-09-19T00:08:04.781Z[ recovery-image] Sep 19 00:08:03.143 INFO O| Sep 19 00:08:03.143 INFO O| Download: 15020/15944 items 161.3/184.0MB 87% complete (1.5M/s)
44132025-09-19T00:08:09.781Z[ recovery-image] Sep 19 00:08:08.143 INFO O| Sep 19 00:08:08.143 INFO O| Download: 15752/15944 items 179.7/184.0MB 97% complete (2.7M/s)
44142025-09-19T00:08:11.121Z[ recovery-image] Sep 19 00:08:09.483 INFO O| Sep 19 00:08:09.483 INFO O| Download: Completed 184.02 MB in 77.28 seconds (2.4M/s)
44152025-09-19T00:08:12.254Z[ recovery-image] Sep 19 00:08:10.616 INFO O| Sep 19 00:08:10.616 INFO O| Actions: 1/26303 actions (Installing new actions)
44162025-09-19T00:08:17.254Z[ recovery-image] Sep 19 00:08:15.616 INFO O| Sep 19 00:08:15.616 INFO O| Actions: 10471/26303 actions (Installing new actions)
44172025-09-19T00:08:22.255Z[ recovery-image] Sep 19 00:08:20.617 INFO O| Sep 19 00:08:20.616 INFO O| Actions: 16662/26303 actions (Installing new actions)
44182025-09-19T00:08:27.255Z[ recovery-image] Sep 19 00:08:25.617 INFO O| Sep 19 00:08:25.617 INFO O| Actions: 25791/26303 actions (Installing new actions)
44192025-09-19T00:08:28.461Z[ recovery-image] Sep 19 00:08:26.822 INFO O| Sep 19 00:08:26.822 INFO O| Actions: Completed 26303 actions in 16.20 seconds.
44202025-09-19T00:08:29.209Z[ recovery-image] Sep 19 00:08:27.570 INFO O| Sep 19 00:08:27.570 INFO O| Done
44212025-09-19T00:08:29.210Z[ recovery-image] Sep 19 00:08:27.570 INFO O| Sep 19 00:08:27.570 INFO O| Done
44222025-09-19T00:08:32.153Z[ recovery-image] Sep 19 00:08:30.514 INFO O| Sep 19 00:08:30.514 INFO O| Done
44232025-09-19T00:08:33.699Z[ host-image] Sep 19 00:08:32.058 INFO O| Sep 19 00:08:32.058 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44242025-09-19T00:08:34.316Z[ recovery-image] Sep 19 00:08:32.677 INFO O| Sep 19 00:08:32.677 INFO O| Done
44252025-09-19T00:08:34.350Z[ recovery-image] Sep 19 00:08:32.711 INFO O| Sep 19 00:08:32.711 INFO O| Done
44262025-09-19T00:08:39.574Z[ recovery-image] Sep 19 00:08:37.935 INFO O| Sep 19 00:08:37.934 INFO O| Done
44272025-09-19T00:08:40.319Z[ recovery-image] Sep 19 00:08:38.679 INFO O| Sep 19 00:08:38.679 INFO O| Done
44282025-09-19T00:08:43.348Z[ recovery-image] Sep 19 00:08:41.709 INFO O| Sep 19 00:08:41.708 INFO STEP 11 (pkg_install) COMPLETE
44292025-09-19T00:08:43.348Z[ recovery-image] Sep 19 00:08:41.709 INFO O| Sep 19 00:08:41.709 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44302025-09-19T00:08:43.351Z[ recovery-image] Sep 19 00:08:41.709 INFO O| Sep 19 00:08:41.709 INFO skip step because feature "recovery" is enabled
44312025-09-19T00:08:43.352Z[ recovery-image] Sep 19 00:08:41.709 INFO O| Sep 19 00:08:41.709 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44322025-09-19T00:08:43.352Z[ recovery-image] Sep 19 00:08:41.709 INFO O| Sep 19 00:08:41.709 INFO skip step because feature "omicron1" is not enabled
44332025-09-19T00:08:43.352Z[ recovery-image] Sep 19 00:08:41.709 INFO O| Sep 19 00:08:41.709 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44342025-09-19T00:08:43.362Z[ recovery-image] Sep 19 00:08:41.723 INFO O| Sep 19 00:08:41.723 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.37.402"]
44352025-09-19T00:08:51.193Z[ host-image] Sep 19 00:08:49.554 INFO O| Sep 19 00:08:49.554 INFO O| Startup: Caching catalogs ... Done
44362025-09-19T00:08:59.864Z[ host-image] Sep 19 00:08:58.224 INFO O| Sep 19 00:08:58.224 INFO O| Planning: Solver setup ... Done
44372025-09-19T00:08:59.878Z[ host-image] Sep 19 00:08:58.238 INFO O| Sep 19 00:08:58.238 INFO O| Planning: Running solver ... Done
44382025-09-19T00:09:00.068Z[ host-image] Sep 19 00:08:58.428 INFO O| Sep 19 00:08:58.428 INFO O| Planning: Finding local manifests ... Done
44392025-09-19T00:09:00.151Z[ host-image] Sep 19 00:08:58.511 INFO O| Sep 19 00:08:58.511 INFO O| Planning: Fetching manifests: 0/6 0% complete
44402025-09-19T00:09:00.403Z[ host-image] Sep 19 00:08:58.763 INFO O| Sep 19 00:08:58.763 INFO O| Planning: Fetching manifests: 6/6 100% complete
44412025-09-19T00:09:00.508Z[ host-image] Sep 19 00:08:58.868 INFO O| Sep 19 00:08:58.868 INFO O| Planning: Package planning ... Done
44422025-09-19T00:09:00.564Z[ host-image] Sep 19 00:08:58.924 INFO O| Sep 19 00:08:58.924 INFO O| Planning: Merging actions ... Done
44432025-09-19T00:09:00.717Z[ host-image] Sep 19 00:08:59.077 INFO O| Sep 19 00:08:59.077 INFO O| Planning: Checking for conflicting actions ... Done
44442025-09-19T00:09:00.724Z[ host-image] Sep 19 00:08:59.084 INFO O| Sep 19 00:08:59.084 INFO O| Planning: Consolidating action changes ... Done
44452025-09-19T00:09:01.146Z[ host-image] Sep 19 00:08:59.506 INFO O| Sep 19 00:08:59.506 INFO O| Planning: Evaluating mediators ... Done
44462025-09-19T00:09:01.152Z[ host-image] Sep 19 00:08:59.512 INFO O| Sep 19 00:08:59.512 INFO O| Planning: Planning completed in 9.83 seconds
44472025-09-19T00:09:01.156Z[ host-image] Sep 19 00:08:59.513 INFO O| Sep 19 00:08:59.513 INFO O| Packages to install: 6
44482025-09-19T00:09:01.156Z[ host-image] Sep 19 00:08:59.513 INFO O| Sep 19 00:08:59.513 INFO O| Mediators to change: 1
44492025-09-19T00:09:01.156Z[ host-image] Sep 19 00:08:59.513 INFO O| Sep 19 00:08:59.513 INFO O| Services to change: 1
44502025-09-19T00:09:01.193Z[ host-image] Sep 19 00:08:59.553 INFO O| Sep 19 00:08:59.553 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
44512025-09-19T00:09:06.215Z[ host-image] Sep 19 00:09:04.574 INFO O| Sep 19 00:09:04.574 INFO O| Download: 1139/1140 items 7.6/7.7MB 97% complete (1.4M/s)
44522025-09-19T00:09:06.224Z[ host-image] Sep 19 00:09:04.584 INFO O| Sep 19 00:09:04.584 INFO O| Download: Completed 7.71 MB in 5.03 seconds (1.5M/s)
44532025-09-19T00:09:06.384Z[ host-image] Sep 19 00:09:04.743 INFO O| Sep 19 00:09:04.743 INFO O| Actions: 1/1361 actions (Installing new actions)
44542025-09-19T00:09:07.158Z[ host-image] Sep 19 00:09:05.517 INFO O| Sep 19 00:09:05.517 INFO O| Actions: Completed 1361 actions in 0.77 seconds.
44552025-09-19T00:09:08.628Z[ host-image] Sep 19 00:09:06.987 INFO O| Sep 19 00:09:06.987 INFO O| Done
44562025-09-19T00:09:08.631Z[ host-image] Sep 19 00:09:06.987 INFO O| Sep 19 00:09:06.987 INFO O| Done
44572025-09-19T00:09:10.815Z[ host-image] Sep 19 00:09:09.174 INFO O| Sep 19 00:09:09.174 INFO O| Done
44582025-09-19T00:09:13.224Z[ host-image] Sep 19 00:09:11.583 INFO O| Sep 19 00:09:11.583 INFO O| Done
44592025-09-19T00:09:13.269Z[ host-image] Sep 19 00:09:11.628 INFO O| Sep 19 00:09:11.628 INFO O| Done
44602025-09-19T00:09:13.272Z[ host-image] Sep 19 00:09:11.628 INFO O| Sep 19 00:09:11.628 INFO O| Done
44612025-09-19T00:09:13.341Z[ host-image] Sep 19 00:09:11.700 INFO O| Sep 19 00:09:11.700 INFO O| Done
44622025-09-19T00:09:14.874Z[ host-image] Sep 19 00:09:13.233 INFO O| Sep 19 00:09:13.233 INFO STEP 13 (pkg_install) COMPLETE
44632025-09-19T00:09:14.874Z[ host-image] Sep 19 00:09:13.234 INFO O| Sep 19 00:09:13.233 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44642025-09-19T00:09:14.890Z[ host-image] Sep 19 00:09:13.249 INFO O| Sep 19 00:09:13.249 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.37.402"]
44652025-09-19T00:09:20.049Z[ recovery-image] Sep 19 00:09:18.408 INFO O| Sep 19 00:09:18.408 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44662025-09-19T00:09:37.674Z[ recovery-image] Sep 19 00:09:35.011 INFO O| Sep 19 00:09:35.011 INFO O| Startup: Caching catalogs ... Done
44672025-09-19T00:09:45.522Z[ recovery-image] Sep 19 00:09:43.880 INFO O| Sep 19 00:09:43.880 INFO O| Planning: Solver setup ... Done
44682025-09-19T00:09:45.536Z[ recovery-image] Sep 19 00:09:43.894 INFO O| Sep 19 00:09:43.894 INFO O| Planning: Running solver ... Done
44692025-09-19T00:09:45.697Z[ recovery-image] Sep 19 00:09:44.055 INFO O| Sep 19 00:09:44.055 INFO O| Planning: Finding local manifests ... Done
44702025-09-19T00:09:45.766Z[ recovery-image] Sep 19 00:09:44.124 INFO O| Sep 19 00:09:44.124 INFO O| Planning: Fetching manifests: 0/1 0% complete
44712025-09-19T00:09:45.832Z[ recovery-image] Sep 19 00:09:44.137 INFO O| Sep 19 00:09:44.137 INFO O| Planning: Fetching manifests: 1/1 100% complete
44722025-09-19T00:09:45.836Z[ recovery-image] Sep 19 00:09:44.181 INFO O| Sep 19 00:09:44.181 INFO O| Planning: Package planning ... Done
44732025-09-19T00:09:45.836Z[ recovery-image] Sep 19 00:09:44.182 INFO O| Sep 19 00:09:44.182 INFO O| Planning: Merging actions ... Done
44742025-09-19T00:09:45.893Z[ recovery-image] Sep 19 00:09:44.251 INFO O| Sep 19 00:09:44.251 INFO O| Planning: Checking for conflicting actions ... Done
44752025-09-19T00:09:45.896Z[ recovery-image] Sep 19 00:09:44.251 INFO O| Sep 19 00:09:44.251 INFO O| Planning: Consolidating action changes ... Done
44762025-09-19T00:09:46.192Z[ recovery-image] Sep 19 00:09:44.549 INFO O| Sep 19 00:09:44.549 INFO O| Planning: Evaluating mediators ... Done
44772025-09-19T00:09:46.195Z[ recovery-image] Sep 19 00:09:44.549 INFO O| Sep 19 00:09:44.549 INFO O| Planning: Planning completed in 9.34 seconds
44782025-09-19T00:09:46.195Z[ recovery-image] Sep 19 00:09:44.550 INFO O| Sep 19 00:09:44.550 INFO O| Packages to install: 1
44792025-09-19T00:09:46.232Z[ recovery-image] Sep 19 00:09:44.590 INFO O| Sep 19 00:09:44.590 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete
44802025-09-19T00:09:46.819Z[ recovery-image] Sep 19 00:09:45.177 INFO O| Sep 19 00:09:45.177 INFO O| Download: Completed 10.09 MB in 0.59 seconds (17.2M/s)
44812025-09-19T00:09:46.925Z[ recovery-image] Sep 19 00:09:45.283 INFO O| Sep 19 00:09:45.283 INFO O| Actions: 1/22 actions (Installing new actions)
44822025-09-19T00:09:47.361Z[ recovery-image] Sep 19 00:09:45.719 INFO O| Sep 19 00:09:45.719 INFO O| Actions: Completed 22 actions in 0.44 seconds.
44832025-09-19T00:09:48.824Z[ recovery-image] Sep 19 00:09:47.182 INFO O| Sep 19 00:09:47.181 INFO O| Done
44842025-09-19T00:09:48.824Z[ recovery-image] Sep 19 00:09:47.182 INFO O| Sep 19 00:09:47.182 INFO O| Done
44852025-09-19T00:09:51.064Z[ host-image] Sep 19 00:09:49.422 INFO O| Sep 19 00:09:49.422 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44862025-09-19T00:09:51.146Z[ recovery-image] Sep 19 00:09:49.503 INFO O| Sep 19 00:09:49.503 INFO O| Done
44872025-09-19T00:09:53.444Z[ recovery-image] Sep 19 00:09:51.802 INFO O| Sep 19 00:09:51.802 INFO O| Done
44882025-09-19T00:09:53.470Z[ recovery-image] Sep 19 00:09:51.828 INFO O| Sep 19 00:09:51.827 INFO O| Done
44892025-09-19T00:09:53.470Z[ recovery-image] Sep 19 00:09:51.828 INFO O| Sep 19 00:09:51.828 INFO O| Done
44902025-09-19T00:09:53.497Z[ recovery-image] Sep 19 00:09:51.854 INFO O| Sep 19 00:09:51.854 INFO O| Done
44912025-09-19T00:09:55.364Z[ recovery-image] Sep 19 00:09:53.722 INFO O| Sep 19 00:09:53.722 INFO STEP 14 (pkg_install) COMPLETE
44922025-09-19T00:09:55.364Z[ recovery-image] Sep 19 00:09:53.722 INFO O| Sep 19 00:09:53.722 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44932025-09-19T00:09:55.368Z[ recovery-image] Sep 19 00:09:53.722 INFO O| Sep 19 00:09:53.722 INFO skip step because feature "mfg" is not enabled
44942025-09-19T00:09:55.368Z[ recovery-image] Sep 19 00:09:53.722 INFO O| Sep 19 00:09:53.722 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44952025-09-19T00:09:55.368Z[ recovery-image] Sep 19 00:09:53.722 INFO O| Sep 19 00:09:53.722 INFO skip step because feature "compliance" is not enabled
44962025-09-19T00:09:55.368Z[ recovery-image] Sep 19 00:09:53.722 INFO O| Sep 19 00:09:53.722 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44972025-09-19T00:09:55.368Z[ recovery-image] Sep 19 00:09:53.722 INFO O| Sep 19 00:09:53.722 INFO skip step because feature "stress" is not enabled
44982025-09-19T00:09:55.368Z[ recovery-image] Sep 19 00:09:53.722 INFO O| Sep 19 00:09:53.722 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44992025-09-19T00:09:55.368Z[ recovery-image] Sep 19 00:09:53.722 INFO O| Sep 19 00:09:53.722 INFO skip step because feature "compliance" is not enabled
45002025-09-19T00:09:55.368Z[ recovery-image] Sep 19 00:09:53.722 INFO O| Sep 19 00:09:53.722 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45012025-09-19T00:09:55.368Z[ recovery-image] Sep 19 00:09:53.722 INFO O| Sep 19 00:09:53.722 INFO skip step because feature "nfs" is not enabled
45022025-09-19T00:09:55.368Z[ recovery-image] Sep 19 00:09:53.722 INFO O| Sep 19 00:09:53.722 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45032025-09-19T00:09:55.369Z[ recovery-image] Sep 19 00:09:53.722 INFO O| Sep 19 00:09:53.722 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45042025-09-19T00:09:55.430Z[ recovery-image] Sep 19 00:09:53.787 INFO O| Sep 19 00:09:53.787 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45052025-09-19T00:09:55.648Z[ recovery-image] Sep 19 00:09:54.005 INFO O| Sep 19 00:09:54.005 INFO completed processing sled/ramdisk-01-os
45062025-09-19T00:09:55.652Z[ recovery-image] Sep 19 00:09:54.008 INFO image builder template: ramdisk-02-trim...
45072025-09-19T00:09:55.652Z[ recovery-image] Sep 19 00:09:54.009 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/.tmpSCTRpn/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
45082025-09-19T00:09:55.685Z[ recovery-image] Sep 19 00:09:54.042 INFO O| Sep 19 00:09:54.042 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45092025-09-19T00:09:55.691Z[ recovery-image] Sep 19 00:09:54.048 INFO O| Sep 19 00:09:54.048 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45102025-09-19T00:09:55.848Z[ recovery-image] Sep 19 00:09:54.206 INFO O| Sep 19 00:09:54.205 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45112025-09-19T00:09:55.920Z[ recovery-image] Sep 19 00:09:54.277 INFO O| Sep 19 00:09:54.277 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45122025-09-19T00:09:55.920Z[ recovery-image] Sep 19 00:09:54.277 INFO O| Sep 19 00:09:54.277 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45132025-09-19T00:09:55.926Z[ recovery-image] Sep 19 00:09:54.284 INFO O| Sep 19 00:09:54.284 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45142025-09-19T00:09:55.932Z[ recovery-image] Sep 19 00:09:54.289 INFO O| Sep 19 00:09:54.289 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45152025-09-19T00:09:55.937Z[ recovery-image] Sep 19 00:09:54.295 INFO O| Sep 19 00:09:54.295 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45162025-09-19T00:09:56.344Z[ recovery-image] Sep 19 00:09:54.702 INFO O| Sep 19 00:09:54.701 INFO rolled back to input snapshot; work may begin
45172025-09-19T00:09:56.344Z[ recovery-image] Sep 19 00:09:54.702 INFO O| Sep 19 00:09:54.702 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45182025-09-19T00:09:56.351Z[ recovery-image] Sep 19 00:09:54.708 INFO O| Sep 19 00:09:54.708 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45192025-09-19T00:09:56.368Z[ recovery-image] Sep 19 00:09:54.726 INFO O| Sep 19 00:09:54.725 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45202025-09-19T00:09:56.444Z[ recovery-image] Sep 19 00:09:54.802 INFO O| Sep 19 00:09:54.802 INFO STEP 0 (remove_files) COMPLETE
45212025-09-19T00:09:56.445Z[ recovery-image] Sep 19 00:09:54.802 INFO O| Sep 19 00:09:54.802 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45222025-09-19T00:09:56.458Z[ recovery-image] Sep 19 00:09:54.816 INFO O| Sep 19 00:09:54.816 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45232025-09-19T00:09:56.461Z[ recovery-image] Sep 19 00:09:54.819 INFO O| Sep 19 00:09:54.818 INFO STEP 1 (remove_files) COMPLETE
45242025-09-19T00:09:56.461Z[ recovery-image] Sep 19 00:09:54.819 INFO O| Sep 19 00:09:54.819 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45252025-09-19T00:09:56.475Z[ recovery-image] Sep 19 00:09:54.832 INFO O| Sep 19 00:09:54.832 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45262025-09-19T00:09:56.513Z[ recovery-image] Sep 19 00:09:54.870 INFO O| Sep 19 00:09:54.870 INFO STEP 2 (remove_files) COMPLETE
45272025-09-19T00:09:56.513Z[ recovery-image] Sep 19 00:09:54.870 INFO O| Sep 19 00:09:54.870 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45282025-09-19T00:09:56.526Z[ recovery-image] Sep 19 00:09:54.884 INFO O| Sep 19 00:09:54.884 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45292025-09-19T00:09:56.529Z[ recovery-image] Sep 19 00:09:54.886 INFO O| Sep 19 00:09:54.886 INFO STEP 3 (remove_files) COMPLETE
45302025-09-19T00:09:56.529Z[ recovery-image] Sep 19 00:09:54.886 INFO O| Sep 19 00:09:54.886 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45312025-09-19T00:09:56.542Z[ recovery-image] Sep 19 00:09:54.900 INFO O| Sep 19 00:09:54.900 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45322025-09-19T00:09:56.548Z[ recovery-image] Sep 19 00:09:54.906 INFO O| Sep 19 00:09:54.906 INFO STEP 4 (remove_files) COMPLETE
45332025-09-19T00:09:56.548Z[ recovery-image] Sep 19 00:09:54.906 INFO O| Sep 19 00:09:54.906 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45342025-09-19T00:09:56.563Z[ recovery-image] Sep 19 00:09:54.921 INFO O| Sep 19 00:09:54.921 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45352025-09-19T00:09:56.563Z[ recovery-image] Sep 19 00:09:54.921 INFO O| Sep 19 00:09:54.921 INFO STEP 5 (remove_files) COMPLETE
45362025-09-19T00:09:56.563Z[ recovery-image] Sep 19 00:09:54.921 INFO O| Sep 19 00:09:54.921 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45372025-09-19T00:09:56.578Z[ recovery-image] Sep 19 00:09:54.935 INFO O| Sep 19 00:09:54.935 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45382025-09-19T00:09:56.594Z[ recovery-image] Sep 19 00:09:54.952 INFO O| Sep 19 00:09:54.952 INFO STEP 6 (remove_files) COMPLETE
45392025-09-19T00:09:56.594Z[ recovery-image] Sep 19 00:09:54.952 INFO O| Sep 19 00:09:54.952 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45402025-09-19T00:09:56.594Z[ recovery-image] Sep 19 00:09:54.952 INFO O| Sep 19 00:09:54.952 INFO skip step because feature "recovery" is enabled
45412025-09-19T00:09:56.594Z[ recovery-image] Sep 19 00:09:54.952 INFO O| Sep 19 00:09:54.952 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45422025-09-19T00:09:56.594Z[ recovery-image] Sep 19 00:09:54.952 INFO O| Sep 19 00:09:54.952 INFO skip step because feature "recovery" is enabled
45432025-09-19T00:09:56.598Z[ recovery-image] Sep 19 00:09:54.952 INFO O| Sep 19 00:09:54.952 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45442025-09-19T00:09:56.598Z[ recovery-image] Sep 19 00:09:54.952 INFO O| Sep 19 00:09:54.952 INFO skip step because feature "recovery" is enabled
45452025-09-19T00:09:56.598Z[ recovery-image] Sep 19 00:09:54.952 INFO O| Sep 19 00:09:54.952 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45462025-09-19T00:09:56.624Z[ recovery-image] Sep 19 00:09:54.982 INFO O| Sep 19 00:09:54.982 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45472025-09-19T00:09:56.629Z[ recovery-image] Sep 19 00:09:54.987 INFO O| Sep 19 00:09:54.987 INFO STEP 10 (remove_files) COMPLETE
45482025-09-19T00:09:56.629Z[ recovery-image] Sep 19 00:09:54.987 INFO O| Sep 19 00:09:54.987 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45492025-09-19T00:09:56.644Z[ recovery-image] Sep 19 00:09:55.001 INFO O| Sep 19 00:09:55.001 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45502025-09-19T00:09:56.647Z[ recovery-image] Sep 19 00:09:55.003 INFO O| Sep 19 00:09:55.002 INFO STEP 11 (remove_files) COMPLETE
45512025-09-19T00:09:56.647Z[ recovery-image] Sep 19 00:09:55.003 INFO O| Sep 19 00:09:55.002 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45522025-09-19T00:09:56.660Z[ recovery-image] Sep 19 00:09:55.018 INFO O| Sep 19 00:09:55.018 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45532025-09-19T00:09:56.664Z[ recovery-image] Sep 19 00:09:55.021 INFO O| Sep 19 00:09:55.021 INFO STEP 12 (remove_files) COMPLETE
45542025-09-19T00:09:56.664Z[ recovery-image] Sep 19 00:09:55.021 INFO O| Sep 19 00:09:55.021 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45552025-09-19T00:09:56.927Z[ recovery-image] Sep 19 00:09:55.283 INFO O| Sep 19 00:09:55.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
45562025-09-19T00:09:56.938Z[ recovery-image] Sep 19 00:09:55.296 INFO O| Sep 19 00:09:55.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45572025-09-19T00:09:56.964Z[ recovery-image] Sep 19 00:09:55.322 INFO O| Sep 19 00:09:55.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
45582025-09-19T00:09:56.968Z[ recovery-image] Sep 19 00:09:55.326 INFO O| Sep 19 00:09:55.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45592025-09-19T00:09:57.062Z[ recovery-image] Sep 19 00:09:55.420 INFO O| Sep 19 00:09:55.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
45602025-09-19T00:09:57.108Z[ recovery-image] Sep 19 00:09:55.465 INFO O| Sep 19 00:09:55.465 INFO STEP 13 (remove_files) COMPLETE
45612025-09-19T00:09:57.108Z[ recovery-image] Sep 19 00:09:55.465 INFO O| Sep 19 00:09:55.465 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45622025-09-19T00:09:57.123Z[ recovery-image] Sep 19 00:09:55.481 INFO O| Sep 19 00:09:55.481 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45632025-09-19T00:09:57.127Z[ recovery-image] Sep 19 00:09:55.483 INFO O| Sep 19 00:09:55.483 INFO STEP 14 (remove_files) COMPLETE
45642025-09-19T00:09:57.127Z[ recovery-image] Sep 19 00:09:55.483 INFO O| Sep 19 00:09:55.483 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45652025-09-19T00:09:57.141Z[ recovery-image] Sep 19 00:09:55.498 INFO O| Sep 19 00:09:55.498 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
45662025-09-19T00:09:57.151Z[ recovery-image] Sep 19 00:09:55.508 INFO O| Sep 19 00:09:55.508 INFO STEP 15 (remove_files) COMPLETE
45672025-09-19T00:09:57.151Z[ recovery-image] Sep 19 00:09:55.508 INFO O| Sep 19 00:09:55.508 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45682025-09-19T00:09:57.165Z[ recovery-image] Sep 19 00:09:55.522 INFO O| Sep 19 00:09:55.522 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
45692025-09-19T00:09:57.168Z[ recovery-image] Sep 19 00:09:55.523 INFO O| Sep 19 00:09:55.523 INFO STEP 16 (remove_files) COMPLETE
45702025-09-19T00:09:57.168Z[ recovery-image] Sep 19 00:09:55.523 INFO O| Sep 19 00:09:55.523 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45712025-09-19T00:09:57.189Z[ recovery-image] Sep 19 00:09:55.547 INFO O| Sep 19 00:09:55.547 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
45722025-09-19T00:09:57.192Z[ recovery-image] Sep 19 00:09:55.548 INFO O| Sep 19 00:09:55.548 INFO STEP 17 (remove_files) COMPLETE
45732025-09-19T00:09:57.192Z[ recovery-image] Sep 19 00:09:55.548 INFO O| Sep 19 00:09:55.548 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45742025-09-19T00:09:57.203Z[ recovery-image] Sep 19 00:09:55.561 INFO O| Sep 19 00:09:55.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
45752025-09-19T00:09:57.203Z[ recovery-image] Sep 19 00:09:55.561 INFO O| Sep 19 00:09:55.561 INFO STEP 18 (remove_files) COMPLETE
45762025-09-19T00:09:57.204Z[ recovery-image] Sep 19 00:09:55.561 INFO O| Sep 19 00:09:55.561 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45772025-09-19T00:09:57.215Z[ recovery-image] Sep 19 00:09:55.573 INFO O| Sep 19 00:09:55.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
45782025-09-19T00:09:57.216Z[ recovery-image] Sep 19 00:09:55.573 INFO O| Sep 19 00:09:55.573 INFO STEP 19 (remove_files) COMPLETE
45792025-09-19T00:09:57.219Z[ recovery-image] Sep 19 00:09:55.573 INFO O| Sep 19 00:09:55.573 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45802025-09-19T00:09:57.227Z[ recovery-image] Sep 19 00:09:55.585 INFO O| Sep 19 00:09:55.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
45812025-09-19T00:09:57.227Z[ recovery-image] Sep 19 00:09:55.585 INFO O| Sep 19 00:09:55.585 INFO STEP 20 (remove_files) COMPLETE
45822025-09-19T00:09:57.231Z[ recovery-image] Sep 19 00:09:55.585 INFO O| Sep 19 00:09:55.585 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45832025-09-19T00:09:57.240Z[ recovery-image] Sep 19 00:09:55.597 INFO O| Sep 19 00:09:55.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
45842025-09-19T00:09:57.240Z[ recovery-image] Sep 19 00:09:55.597 INFO O| Sep 19 00:09:55.597 INFO STEP 21 (remove_files) COMPLETE
45852025-09-19T00:09:57.243Z[ recovery-image] Sep 19 00:09:55.597 INFO O| Sep 19 00:09:55.597 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45862025-09-19T00:09:57.252Z[ recovery-image] Sep 19 00:09:55.610 INFO O| Sep 19 00:09:55.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
45872025-09-19T00:09:57.252Z[ recovery-image] Sep 19 00:09:55.610 INFO O| Sep 19 00:09:55.610 INFO STEP 22 (remove_files) COMPLETE
45882025-09-19T00:09:57.255Z[ recovery-image] Sep 19 00:09:55.610 INFO O| Sep 19 00:09:55.610 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45892025-09-19T00:09:57.267Z[ recovery-image] Sep 19 00:09:55.621 INFO O| Sep 19 00:09:55.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
45902025-09-19T00:09:57.267Z[ recovery-image] Sep 19 00:09:55.621 INFO O| Sep 19 00:09:55.621 INFO STEP 23 (remove_files) COMPLETE
45912025-09-19T00:09:57.267Z[ recovery-image] Sep 19 00:09:55.621 INFO O| Sep 19 00:09:55.621 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45922025-09-19T00:09:57.276Z[ recovery-image] Sep 19 00:09:55.633 INFO O| Sep 19 00:09:55.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
45932025-09-19T00:09:57.279Z[ recovery-image] Sep 19 00:09:55.633 INFO O| Sep 19 00:09:55.633 INFO STEP 24 (remove_files) COMPLETE
45942025-09-19T00:09:57.279Z[ recovery-image] Sep 19 00:09:55.633 INFO O| Sep 19 00:09:55.633 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45952025-09-19T00:09:57.289Z[ recovery-image] Sep 19 00:09:55.647 INFO O| Sep 19 00:09:55.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
45962025-09-19T00:09:57.289Z[ recovery-image] Sep 19 00:09:55.647 INFO O| Sep 19 00:09:55.647 INFO STEP 25 (remove_files) COMPLETE
45972025-09-19T00:09:57.292Z[ recovery-image] Sep 19 00:09:55.647 INFO O| Sep 19 00:09:55.647 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45982025-09-19T00:09:57.303Z[ recovery-image] Sep 19 00:09:55.661 INFO O| Sep 19 00:09:55.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
45992025-09-19T00:09:57.307Z[ recovery-image] Sep 19 00:09:55.661 INFO O| Sep 19 00:09:55.661 INFO STEP 26 (remove_files) COMPLETE
46002025-09-19T00:09:57.307Z[ recovery-image] Sep 19 00:09:55.661 INFO O| Sep 19 00:09:55.661 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46012025-09-19T00:09:57.318Z[ recovery-image] Sep 19 00:09:55.675 INFO O| Sep 19 00:09:55.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46022025-09-19T00:09:57.318Z[ recovery-image] Sep 19 00:09:55.676 INFO O| Sep 19 00:09:55.675 INFO STEP 27 (remove_files) COMPLETE
46032025-09-19T00:09:57.318Z[ recovery-image] Sep 19 00:09:55.676 INFO O| Sep 19 00:09:55.676 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46042025-09-19T00:09:57.332Z[ recovery-image] Sep 19 00:09:55.690 INFO O| Sep 19 00:09:55.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46052025-09-19T00:09:57.332Z[ recovery-image] Sep 19 00:09:55.690 INFO O| Sep 19 00:09:55.690 INFO STEP 28 (remove_files) COMPLETE
46062025-09-19T00:09:57.332Z[ recovery-image] Sep 19 00:09:55.690 INFO O| Sep 19 00:09:55.690 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46072025-09-19T00:09:57.346Z[ recovery-image] Sep 19 00:09:55.704 INFO O| Sep 19 00:09:55.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46082025-09-19T00:09:57.346Z[ recovery-image] Sep 19 00:09:55.704 INFO O| Sep 19 00:09:55.704 INFO STEP 29 (remove_files) COMPLETE
46092025-09-19T00:09:57.346Z[ recovery-image] Sep 19 00:09:55.704 INFO O| Sep 19 00:09:55.704 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46102025-09-19T00:09:57.360Z[ recovery-image] Sep 19 00:09:55.718 INFO O| Sep 19 00:09:55.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46112025-09-19T00:09:57.360Z[ recovery-image] Sep 19 00:09:55.718 INFO O| Sep 19 00:09:55.718 INFO STEP 30 (remove_files) COMPLETE
46122025-09-19T00:09:57.360Z[ recovery-image] Sep 19 00:09:55.718 INFO O| Sep 19 00:09:55.718 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46132025-09-19T00:09:57.374Z[ recovery-image] Sep 19 00:09:55.732 INFO O| Sep 19 00:09:55.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46142025-09-19T00:09:57.374Z[ recovery-image] Sep 19 00:09:55.732 INFO O| Sep 19 00:09:55.732 INFO STEP 31 (remove_files) COMPLETE
46152025-09-19T00:09:57.374Z[ recovery-image] Sep 19 00:09:55.732 INFO O| Sep 19 00:09:55.732 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46162025-09-19T00:09:57.388Z[ recovery-image] Sep 19 00:09:55.745 INFO O| Sep 19 00:09:55.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46172025-09-19T00:09:57.388Z[ recovery-image] Sep 19 00:09:55.746 INFO O| Sep 19 00:09:55.745 INFO STEP 32 (remove_files) COMPLETE
46182025-09-19T00:09:57.391Z[ recovery-image] Sep 19 00:09:55.746 INFO O| Sep 19 00:09:55.746 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46192025-09-19T00:09:57.401Z[ recovery-image] Sep 19 00:09:55.759 INFO O| Sep 19 00:09:55.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46202025-09-19T00:09:57.401Z[ recovery-image] Sep 19 00:09:55.759 INFO O| Sep 19 00:09:55.759 INFO STEP 33 (remove_files) COMPLETE
46212025-09-19T00:09:57.401Z[ recovery-image] Sep 19 00:09:55.759 INFO O| Sep 19 00:09:55.759 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46222025-09-19T00:09:57.415Z[ recovery-image] Sep 19 00:09:55.772 INFO O| Sep 19 00:09:55.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46232025-09-19T00:09:57.415Z[ recovery-image] Sep 19 00:09:55.772 INFO O| Sep 19 00:09:55.772 INFO STEP 34 (remove_files) COMPLETE
46242025-09-19T00:09:57.415Z[ recovery-image] Sep 19 00:09:55.772 INFO O| Sep 19 00:09:55.772 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46252025-09-19T00:09:57.428Z[ recovery-image] Sep 19 00:09:55.785 INFO O| Sep 19 00:09:55.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46262025-09-19T00:09:57.431Z[ recovery-image] Sep 19 00:09:55.785 INFO O| Sep 19 00:09:55.785 INFO STEP 35 (remove_files) COMPLETE
46272025-09-19T00:09:57.438Z[ recovery-image] Sep 19 00:09:55.796 INFO O| Sep 19 00:09:55.785 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46282025-09-19T00:09:57.454Z[ recovery-image] Sep 19 00:09:55.811 INFO O| Sep 19 00:09:55.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46292025-09-19T00:09:57.454Z[ recovery-image] Sep 19 00:09:55.811 INFO O| Sep 19 00:09:55.811 INFO STEP 36 (remove_files) COMPLETE
46302025-09-19T00:09:57.454Z[ recovery-image] Sep 19 00:09:55.811 INFO O| Sep 19 00:09:55.811 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46312025-09-19T00:09:57.468Z[ recovery-image] Sep 19 00:09:55.825 INFO O| Sep 19 00:09:55.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46322025-09-19T00:09:57.468Z[ recovery-image] Sep 19 00:09:55.825 INFO O| Sep 19 00:09:55.825 INFO STEP 37 (remove_files) COMPLETE
46332025-09-19T00:09:57.468Z[ recovery-image] Sep 19 00:09:55.825 INFO O| Sep 19 00:09:55.825 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46342025-09-19T00:09:57.481Z[ recovery-image] Sep 19 00:09:55.839 INFO O| Sep 19 00:09:55.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46352025-09-19T00:09:57.481Z[ recovery-image] Sep 19 00:09:55.839 INFO O| Sep 19 00:09:55.839 INFO STEP 38 (remove_files) COMPLETE
46362025-09-19T00:09:57.484Z[ recovery-image] Sep 19 00:09:55.839 INFO O| Sep 19 00:09:55.839 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46372025-09-19T00:09:57.495Z[ recovery-image] Sep 19 00:09:55.852 INFO O| Sep 19 00:09:55.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46382025-09-19T00:09:57.495Z[ recovery-image] Sep 19 00:09:55.853 INFO O| Sep 19 00:09:55.852 INFO STEP 39 (remove_files) COMPLETE
46392025-09-19T00:09:57.499Z[ recovery-image] Sep 19 00:09:55.853 INFO O| Sep 19 00:09:55.853 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46402025-09-19T00:09:57.508Z[ recovery-image] Sep 19 00:09:55.866 INFO O| Sep 19 00:09:55.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46412025-09-19T00:09:57.508Z[ recovery-image] Sep 19 00:09:55.866 INFO O| Sep 19 00:09:55.866 INFO STEP 40 (remove_files) COMPLETE
46422025-09-19T00:09:57.508Z[ recovery-image] Sep 19 00:09:55.866 INFO O| Sep 19 00:09:55.866 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46432025-09-19T00:09:57.522Z[ recovery-image] Sep 19 00:09:55.879 INFO O| Sep 19 00:09:55.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46442025-09-19T00:09:57.522Z[ recovery-image] Sep 19 00:09:55.879 INFO O| Sep 19 00:09:55.879 INFO STEP 41 (remove_files) COMPLETE
46452025-09-19T00:09:57.524Z[ recovery-image] Sep 19 00:09:55.879 INFO O| Sep 19 00:09:55.879 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462025-09-19T00:09:57.536Z[ recovery-image] Sep 19 00:09:55.893 INFO O| Sep 19 00:09:55.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46472025-09-19T00:09:57.536Z[ recovery-image] Sep 19 00:09:55.893 INFO O| Sep 19 00:09:55.893 INFO STEP 42 (remove_files) COMPLETE
46482025-09-19T00:09:57.539Z[ recovery-image] Sep 19 00:09:55.893 INFO O| Sep 19 00:09:55.893 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46492025-09-19T00:09:57.560Z[ recovery-image] Sep 19 00:09:55.917 INFO O| Sep 19 00:09:55.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46502025-09-19T00:09:57.560Z[ recovery-image] Sep 19 00:09:55.917 INFO O| Sep 19 00:09:55.917 INFO STEP 43 (remove_files) COMPLETE
46512025-09-19T00:09:57.560Z[ recovery-image] Sep 19 00:09:55.917 INFO O| Sep 19 00:09:55.917 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522025-09-19T00:09:57.573Z[ recovery-image] Sep 19 00:09:55.930 INFO O| Sep 19 00:09:55.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46532025-09-19T00:09:57.573Z[ recovery-image] Sep 19 00:09:55.931 INFO O| Sep 19 00:09:55.931 INFO STEP 44 (remove_files) COMPLETE
46542025-09-19T00:09:57.576Z[ recovery-image] Sep 19 00:09:55.931 INFO O| Sep 19 00:09:55.931 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552025-09-19T00:09:57.586Z[ recovery-image] Sep 19 00:09:55.943 INFO O| Sep 19 00:09:55.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46562025-09-19T00:09:57.586Z[ recovery-image] Sep 19 00:09:55.943 INFO O| Sep 19 00:09:55.943 INFO STEP 45 (remove_files) COMPLETE
46572025-09-19T00:09:57.586Z[ recovery-image] Sep 19 00:09:55.943 INFO O| Sep 19 00:09:55.943 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582025-09-19T00:09:57.598Z[ recovery-image] Sep 19 00:09:55.955 INFO O| Sep 19 00:09:55.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46592025-09-19T00:09:57.598Z[ recovery-image] Sep 19 00:09:55.955 INFO O| Sep 19 00:09:55.955 INFO STEP 46 (remove_files) COMPLETE
46602025-09-19T00:09:57.598Z[ recovery-image] Sep 19 00:09:55.955 INFO O| Sep 19 00:09:55.955 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612025-09-19T00:09:57.609Z[ recovery-image] Sep 19 00:09:55.966 INFO O| Sep 19 00:09:55.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46622025-09-19T00:09:57.609Z[ recovery-image] Sep 19 00:09:55.966 INFO O| Sep 19 00:09:55.966 INFO STEP 47 (remove_files) COMPLETE
46632025-09-19T00:09:57.609Z[ recovery-image] Sep 19 00:09:55.966 INFO O| Sep 19 00:09:55.966 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46642025-09-19T00:09:57.642Z[ recovery-image] Sep 19 00:09:55.999 INFO O| Sep 19 00:09:55.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
46652025-09-19T00:09:57.642Z[ recovery-image] Sep 19 00:09:55.999 INFO O| Sep 19 00:09:55.999 INFO STEP 48 (remove_files) COMPLETE
46662025-09-19T00:09:57.645Z[ recovery-image] Sep 19 00:09:55.999 INFO O| Sep 19 00:09:55.999 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672025-09-19T00:09:57.686Z[ recovery-image] Sep 19 00:09:56.044 INFO O| Sep 19 00:09:56.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
46682025-09-19T00:09:57.690Z[ recovery-image] Sep 19 00:09:56.044 INFO O| Sep 19 00:09:56.044 INFO STEP 49 (remove_files) COMPLETE
46692025-09-19T00:09:57.690Z[ recovery-image] Sep 19 00:09:56.044 INFO O| Sep 19 00:09:56.044 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702025-09-19T00:09:57.700Z[ recovery-image] Sep 19 00:09:56.058 INFO O| Sep 19 00:09:56.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
46712025-09-19T00:09:57.704Z[ recovery-image] Sep 19 00:09:56.058 INFO O| Sep 19 00:09:56.058 INFO STEP 50 (remove_files) COMPLETE
46722025-09-19T00:09:57.704Z[ recovery-image] Sep 19 00:09:56.058 INFO O| Sep 19 00:09:56.058 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732025-09-19T00:09:57.714Z[ recovery-image] Sep 19 00:09:56.072 INFO O| Sep 19 00:09:56.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
46742025-09-19T00:09:57.718Z[ recovery-image] Sep 19 00:09:56.072 INFO O| Sep 19 00:09:56.072 INFO STEP 51 (remove_files) COMPLETE
46752025-09-19T00:09:57.718Z[ recovery-image] Sep 19 00:09:56.072 INFO O| Sep 19 00:09:56.072 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46762025-09-19T00:09:57.728Z[ recovery-image] Sep 19 00:09:56.085 INFO O| Sep 19 00:09:56.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
46772025-09-19T00:09:57.731Z[ recovery-image] Sep 19 00:09:56.085 INFO O| Sep 19 00:09:56.085 INFO STEP 52 (remove_files) COMPLETE
46782025-09-19T00:09:57.731Z[ recovery-image] Sep 19 00:09:56.086 INFO O| Sep 19 00:09:56.085 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46792025-09-19T00:09:57.741Z[ recovery-image] Sep 19 00:09:56.099 INFO O| Sep 19 00:09:56.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
46802025-09-19T00:09:57.744Z[ recovery-image] Sep 19 00:09:56.099 INFO O| Sep 19 00:09:56.099 INFO STEP 53 (remove_files) COMPLETE
46812025-09-19T00:09:57.744Z[ recovery-image] Sep 19 00:09:56.099 INFO O| Sep 19 00:09:56.099 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46822025-09-19T00:09:57.754Z[ recovery-image] Sep 19 00:09:56.112 INFO O| Sep 19 00:09:56.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
46832025-09-19T00:09:57.754Z[ recovery-image] Sep 19 00:09:56.112 INFO O| Sep 19 00:09:56.112 INFO STEP 54 (remove_files) COMPLETE
46842025-09-19T00:09:57.758Z[ recovery-image] Sep 19 00:09:56.112 INFO O| Sep 19 00:09:56.112 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46852025-09-19T00:09:57.767Z[ recovery-image] Sep 19 00:09:56.125 INFO O| Sep 19 00:09:56.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
46862025-09-19T00:09:57.768Z[ recovery-image] Sep 19 00:09:56.125 INFO O| Sep 19 00:09:56.125 INFO STEP 55 (remove_files) COMPLETE
46872025-09-19T00:09:57.771Z[ recovery-image] Sep 19 00:09:56.125 INFO O| Sep 19 00:09:56.125 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46882025-09-19T00:09:57.781Z[ recovery-image] Sep 19 00:09:56.138 INFO O| Sep 19 00:09:56.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
46892025-09-19T00:09:57.781Z[ recovery-image] Sep 19 00:09:56.138 INFO O| Sep 19 00:09:56.138 INFO STEP 56 (remove_files) COMPLETE
46902025-09-19T00:09:57.781Z[ recovery-image] Sep 19 00:09:56.138 INFO O| Sep 19 00:09:56.138 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46912025-09-19T00:09:57.794Z[ recovery-image] Sep 19 00:09:56.151 INFO O| Sep 19 00:09:56.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
46922025-09-19T00:09:57.794Z[ recovery-image] Sep 19 00:09:56.151 INFO O| Sep 19 00:09:56.151 INFO STEP 57 (remove_files) COMPLETE
46932025-09-19T00:09:57.794Z[ recovery-image] Sep 19 00:09:56.151 INFO O| Sep 19 00:09:56.151 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46942025-09-19T00:09:57.807Z[ recovery-image] Sep 19 00:09:56.164 INFO O| Sep 19 00:09:56.164 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
46952025-09-19T00:09:57.807Z[ recovery-image] Sep 19 00:09:56.164 INFO O| Sep 19 00:09:56.164 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
46962025-09-19T00:09:57.810Z[ recovery-image] Sep 19 00:09:56.164 INFO O| Sep 19 00:09:56.164 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46972025-09-19T00:09:57.810Z[ recovery-image] Sep 19 00:09:56.164 INFO O| Sep 19 00:09:56.164 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46982025-09-19T00:09:57.810Z[ recovery-image] Sep 19 00:09:56.164 INFO O| Sep 19 00:09:56.164 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46992025-09-19T00:09:57.810Z[ recovery-image] Sep 19 00:09:56.164 INFO O| Sep 19 00:09:56.164 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47002025-09-19T00:09:57.810Z[ recovery-image] Sep 19 00:09:56.164 INFO O| Sep 19 00:09:56.164 INFO ok!
47012025-09-19T00:09:57.810Z[ recovery-image] Sep 19 00:09:56.164 INFO O| Sep 19 00:09:56.164 INFO STEP 58 (ensure_file) COMPLETE
47022025-09-19T00:09:57.810Z[ recovery-image] Sep 19 00:09:56.164 INFO O| Sep 19 00:09:56.164 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47032025-09-19T00:09:57.821Z[ recovery-image] Sep 19 00:09:56.178 INFO O| Sep 19 00:09:56.178 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47042025-09-19T00:09:57.821Z[ recovery-image] Sep 19 00:09:56.178 INFO O| Sep 19 00:09:56.178 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47052025-09-19T00:09:57.824Z[ recovery-image] Sep 19 00:09:56.178 INFO O| Sep 19 00:09:56.178 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47062025-09-19T00:09:57.824Z[ recovery-image] Sep 19 00:09:56.178 INFO O| Sep 19 00:09:56.178 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47072025-09-19T00:09:57.824Z[ recovery-image] Sep 19 00:09:56.178 INFO O| Sep 19 00:09:56.178 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47082025-09-19T00:09:57.824Z[ recovery-image] Sep 19 00:09:56.178 INFO O| Sep 19 00:09:56.178 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47092025-09-19T00:09:57.824Z[ recovery-image] Sep 19 00:09:56.178 INFO O| Sep 19 00:09:56.178 INFO ok!
47102025-09-19T00:09:57.824Z[ recovery-image] Sep 19 00:09:56.178 INFO O| Sep 19 00:09:56.178 INFO STEP 59 (ensure_file) COMPLETE
47112025-09-19T00:09:57.824Z[ recovery-image] Sep 19 00:09:56.178 INFO O| Sep 19 00:09:56.178 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47122025-09-19T00:09:57.834Z[ recovery-image] Sep 19 00:09:56.192 INFO O| Sep 19 00:09:56.192 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47132025-09-19T00:09:57.834Z[ recovery-image] Sep 19 00:09:56.192 INFO O| Sep 19 00:09:56.192 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47142025-09-19T00:09:57.837Z[ recovery-image] Sep 19 00:09:56.192 INFO O| Sep 19 00:09:56.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47152025-09-19T00:09:57.837Z[ recovery-image] Sep 19 00:09:56.192 INFO O| Sep 19 00:09:56.192 INFO ok!
47162025-09-19T00:09:57.837Z[ recovery-image] Sep 19 00:09:56.192 INFO O| Sep 19 00:09:56.192 INFO STEP 60 (ensure_file) COMPLETE
47172025-09-19T00:09:57.837Z[ recovery-image] Sep 19 00:09:56.192 INFO O| Sep 19 00:09:56.192 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47182025-09-19T00:09:57.848Z[ recovery-image] Sep 19 00:09:56.205 INFO O| Sep 19 00:09:56.205 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47192025-09-19T00:09:57.848Z[ recovery-image] Sep 19 00:09:56.206 INFO O| Sep 19 00:09:56.205 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47202025-09-19T00:09:57.848Z[ recovery-image] Sep 19 00:09:56.206 INFO O| Sep 19 00:09:56.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47212025-09-19T00:09:57.851Z[ recovery-image] Sep 19 00:09:56.206 INFO O| Sep 19 00:09:56.206 INFO ok!
47222025-09-19T00:09:57.851Z[ recovery-image] Sep 19 00:09:56.206 INFO O| Sep 19 00:09:56.206 INFO STEP 61 (ensure_file) COMPLETE
47232025-09-19T00:09:57.851Z[ recovery-image] Sep 19 00:09:56.206 INFO O| Sep 19 00:09:56.206 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47242025-09-19T00:09:57.861Z[ recovery-image] Sep 19 00:09:56.219 INFO O| Sep 19 00:09:56.219 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47252025-09-19T00:09:57.861Z[ recovery-image] Sep 19 00:09:56.219 INFO O| Sep 19 00:09:56.219 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47262025-09-19T00:09:57.861Z[ recovery-image] Sep 19 00:09:56.219 INFO O| Sep 19 00:09:56.219 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47272025-09-19T00:09:57.865Z[ recovery-image] Sep 19 00:09:56.219 INFO O| Sep 19 00:09:56.219 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47282025-09-19T00:09:57.865Z[ recovery-image] Sep 19 00:09:56.219 INFO O| Sep 19 00:09:56.219 INFO ok!
47292025-09-19T00:09:57.865Z[ recovery-image] Sep 19 00:09:56.219 INFO O| Sep 19 00:09:56.219 INFO STEP 62 (ensure_file) COMPLETE
47302025-09-19T00:09:57.865Z[ recovery-image] Sep 19 00:09:56.219 INFO O| Sep 19 00:09:56.219 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47312025-09-19T00:09:57.874Z[ recovery-image] Sep 19 00:09:56.232 INFO O| Sep 19 00:09:56.232 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47322025-09-19T00:09:57.874Z[ recovery-image] Sep 19 00:09:56.232 INFO O| Sep 19 00:09:56.232 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47332025-09-19T00:09:57.874Z[ recovery-image] Sep 19 00:09:56.232 INFO O| Sep 19 00:09:56.232 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47342025-09-19T00:09:57.877Z[ recovery-image] Sep 19 00:09:56.232 INFO O| Sep 19 00:09:56.232 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47352025-09-19T00:09:57.877Z[ recovery-image] Sep 19 00:09:56.232 INFO O| Sep 19 00:09:56.232 INFO ok!
47362025-09-19T00:09:57.877Z[ recovery-image] Sep 19 00:09:56.232 INFO O| Sep 19 00:09:56.232 INFO STEP 63 (ensure_file) COMPLETE
47372025-09-19T00:09:57.877Z[ recovery-image] Sep 19 00:09:56.232 INFO O| Sep 19 00:09:56.232 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47382025-09-19T00:09:57.888Z[ recovery-image] Sep 19 00:09:56.245 INFO O| Sep 19 00:09:56.245 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47392025-09-19T00:09:57.888Z[ recovery-image] Sep 19 00:09:56.245 INFO O| Sep 19 00:09:56.245 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47402025-09-19T00:09:57.888Z[ recovery-image] Sep 19 00:09:56.245 INFO O| Sep 19 00:09:56.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47412025-09-19T00:09:57.888Z[ recovery-image] Sep 19 00:09:56.245 INFO O| Sep 19 00:09:56.245 INFO ok!
47422025-09-19T00:09:57.891Z[ recovery-image] Sep 19 00:09:56.245 INFO O| Sep 19 00:09:56.245 INFO STEP 64 (assemble_files) COMPLETE
47432025-09-19T00:09:57.891Z[ recovery-image] Sep 19 00:09:56.245 INFO O| Sep 19 00:09:56.245 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47442025-09-19T00:09:57.902Z[ recovery-image] Sep 19 00:09:56.259 INFO O| Sep 19 00:09:56.259 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47452025-09-19T00:09:57.902Z[ recovery-image] Sep 19 00:09:56.260 INFO O| Sep 19 00:09:56.259 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47462025-09-19T00:09:57.902Z[ recovery-image] Sep 19 00:09:56.260 INFO O| Sep 19 00:09:56.260 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47472025-09-19T00:09:57.902Z[ recovery-image] Sep 19 00:09:56.260 INFO O| Sep 19 00:09:56.260 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47482025-09-19T00:09:57.902Z[ recovery-image] Sep 19 00:09:56.260 INFO O| Sep 19 00:09:56.260 INFO ok!
47492025-09-19T00:09:57.905Z[ recovery-image] Sep 19 00:09:56.260 INFO O| Sep 19 00:09:56.260 INFO STEP 65 (ensure_file) COMPLETE
47502025-09-19T00:09:57.906Z[ recovery-image] Sep 19 00:09:56.260 INFO O| Sep 19 00:09:56.260 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47512025-09-19T00:09:57.906Z[ recovery-image] Sep 19 00:09:56.260 INFO O| Sep 19 00:09:56.260 INFO skip step because feature "omicron1" is not enabled
47522025-09-19T00:09:57.906Z[ recovery-image] Sep 19 00:09:56.260 INFO O| Sep 19 00:09:56.260 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47532025-09-19T00:09:57.906Z[ recovery-image] Sep 19 00:09:56.260 INFO O| Sep 19 00:09:56.260 INFO skip step because feature "omicron1" is not enabled
47542025-09-19T00:09:57.906Z[ recovery-image] Sep 19 00:09:56.260 INFO O| Sep 19 00:09:56.260 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47552025-09-19T00:09:57.906Z[ recovery-image] Sep 19 00:09:56.260 INFO O| Sep 19 00:09:56.260 INFO skip step because feature "omicron1" is not enabled
47562025-09-19T00:09:57.906Z[ recovery-image] Sep 19 00:09:56.260 INFO O| Sep 19 00:09:56.260 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47572025-09-19T00:09:57.922Z[ recovery-image] Sep 19 00:09:56.280 INFO O| Sep 19 00:09:56.280 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47582025-09-19T00:09:57.922Z[ recovery-image] Sep 19 00:09:56.280 INFO O| Sep 19 00:09:56.280 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47592025-09-19T00:10:00.940Z[ recovery-image] Sep 19 00:09:59.297 INFO O| Sep 19 00:09:59.297 INFO STEP 69 (pack_tar) COMPLETE
47602025-09-19T00:10:00.940Z[ recovery-image] Sep 19 00:09:59.297 INFO O| Sep 19 00:09:59.297 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47612025-09-19T00:10:00.944Z[ recovery-image] Sep 19 00:09:59.297 INFO O| Sep 19 00:09:59.297 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47622025-09-19T00:10:01.517Z[ recovery-image] Sep 19 00:09:59.874 INFO O| Sep 19 00:09:59.874 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47632025-09-19T00:10:01.706Z[ recovery-image] Sep 19 00:10:00.063 INFO O| Sep 19 00:10:00.063 INFO completed processing sled/ramdisk-02-trim
47642025-09-19T00:10:01.709Z[ recovery-image] Sep 19 00:10:00.065 INFO image builder template: ramdisk-03-recovery-trim...
47652025-09-19T00:10:01.709Z[ recovery-image] Sep 19 00:10:00.065 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/.tmpSCTRpn/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
47662025-09-19T00:10:01.885Z[ recovery-image] Sep 19 00:10:00.242 INFO O| Sep 19 00:10:00.242 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47672025-09-19T00:10:01.890Z[ recovery-image] Sep 19 00:10:00.247 INFO O| Sep 19 00:10:00.247 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47682025-09-19T00:10:01.988Z[ recovery-image] Sep 19 00:10:00.345 INFO O| Sep 19 00:10:00.345 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
47692025-09-19T00:10:02.067Z[ recovery-image] Sep 19 00:10:00.425 INFO O| Sep 19 00:10:00.425 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47702025-09-19T00:10:02.068Z[ recovery-image] Sep 19 00:10:00.425 INFO O| Sep 19 00:10:00.425 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
47712025-09-19T00:10:02.077Z[ recovery-image] Sep 19 00:10:00.435 INFO O| Sep 19 00:10:00.435 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
47722025-09-19T00:10:02.082Z[ recovery-image] Sep 19 00:10:00.439 INFO O| Sep 19 00:10:00.439 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47732025-09-19T00:10:02.087Z[ recovery-image] Sep 19 00:10:00.445 INFO O| Sep 19 00:10:00.445 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47742025-09-19T00:10:02.555Z[ recovery-image] Sep 19 00:10:00.912 INFO O| Sep 19 00:10:00.912 INFO rolled back to input snapshot; work may begin
47752025-09-19T00:10:02.555Z[ recovery-image] Sep 19 00:10:00.912 INFO O| Sep 19 00:10:00.912 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
47762025-09-19T00:10:02.563Z[ recovery-image] Sep 19 00:10:00.920 INFO O| Sep 19 00:10:00.920 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772025-09-19T00:10:02.578Z[ recovery-image] Sep 19 00:10:00.935 INFO O| Sep 19 00:10:00.935 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
47782025-09-19T00:10:02.589Z[ recovery-image] Sep 19 00:10:00.946 INFO O| Sep 19 00:10:00.946 INFO STEP 0 (remove_files) COMPLETE
47792025-09-19T00:10:02.589Z[ recovery-image] Sep 19 00:10:00.946 INFO O| Sep 19 00:10:00.946 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802025-09-19T00:10:02.604Z[ recovery-image] Sep 19 00:10:00.961 INFO O| Sep 19 00:10:00.961 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
47812025-09-19T00:10:02.849Z[ recovery-image] Sep 19 00:10:01.206 INFO O| Sep 19 00:10:01.206 INFO STEP 1 (remove_files) COMPLETE
47822025-09-19T00:10:02.849Z[ recovery-image] Sep 19 00:10:01.206 INFO O| Sep 19 00:10:01.206 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832025-09-19T00:10:02.864Z[ recovery-image] Sep 19 00:10:01.221 INFO O| Sep 19 00:10:01.221 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
47842025-09-19T00:10:02.867Z[ recovery-image] Sep 19 00:10:01.224 INFO O| Sep 19 00:10:01.224 INFO STEP 2 (remove_files) COMPLETE
47852025-09-19T00:10:02.867Z[ recovery-image] Sep 19 00:10:01.224 INFO O| Sep 19 00:10:01.224 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862025-09-19T00:10:02.882Z[ recovery-image] Sep 19 00:10:01.239 INFO O| Sep 19 00:10:01.239 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
47872025-09-19T00:10:03.024Z[ recovery-image] Sep 19 00:10:01.381 INFO O| Sep 19 00:10:01.381 INFO STEP 3 (remove_files) COMPLETE
47882025-09-19T00:10:03.024Z[ recovery-image] Sep 19 00:10:01.381 INFO O| Sep 19 00:10:01.381 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892025-09-19T00:10:03.039Z[ recovery-image] Sep 19 00:10:01.396 INFO O| Sep 19 00:10:01.396 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
47902025-09-19T00:10:03.271Z[ recovery-image] Sep 19 00:10:01.628 INFO O| Sep 19 00:10:01.628 INFO STEP 4 (remove_files) COMPLETE
47912025-09-19T00:10:03.271Z[ recovery-image] Sep 19 00:10:01.628 INFO O| Sep 19 00:10:01.628 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922025-09-19T00:10:03.286Z[ recovery-image] Sep 19 00:10:01.643 INFO O| Sep 19 00:10:01.643 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
47932025-09-19T00:10:03.325Z[ recovery-image] Sep 19 00:10:01.682 INFO O| Sep 19 00:10:01.682 INFO STEP 5 (remove_files) COMPLETE
47942025-09-19T00:10:03.325Z[ recovery-image] Sep 19 00:10:01.682 INFO O| Sep 19 00:10:01.682 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952025-09-19T00:10:03.341Z[ recovery-image] Sep 19 00:10:01.698 INFO O| Sep 19 00:10:01.698 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
47962025-09-19T00:10:03.368Z[ recovery-image] Sep 19 00:10:01.725 INFO O| Sep 19 00:10:01.725 INFO STEP 6 (remove_files) COMPLETE
47972025-09-19T00:10:03.368Z[ recovery-image] Sep 19 00:10:01.725 INFO O| Sep 19 00:10:01.725 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982025-09-19T00:10:03.382Z[ recovery-image] Sep 19 00:10:01.739 INFO O| Sep 19 00:10:01.739 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
47992025-09-19T00:10:03.460Z[ recovery-image] Sep 19 00:10:01.817 INFO O| Sep 19 00:10:01.817 INFO STEP 7 (remove_files) COMPLETE
48002025-09-19T00:10:03.460Z[ recovery-image] Sep 19 00:10:01.818 INFO O| Sep 19 00:10:01.817 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012025-09-19T00:10:03.475Z[ recovery-image] Sep 19 00:10:01.832 INFO O| Sep 19 00:10:01.832 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48022025-09-19T00:10:03.478Z[ recovery-image] Sep 19 00:10:01.833 INFO O| Sep 19 00:10:01.832 INFO STEP 8 (remove_files) COMPLETE
48032025-09-19T00:10:03.478Z[ recovery-image] Sep 19 00:10:01.833 INFO O| Sep 19 00:10:01.833 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042025-09-19T00:10:03.489Z[ recovery-image] Sep 19 00:10:01.846 INFO O| Sep 19 00:10:01.846 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48052025-09-19T00:10:03.498Z[ recovery-image] Sep 19 00:10:01.855 INFO O| Sep 19 00:10:01.855 INFO STEP 9 (remove_files) COMPLETE
48062025-09-19T00:10:03.498Z[ recovery-image] Sep 19 00:10:01.855 INFO O| Sep 19 00:10:01.855 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072025-09-19T00:10:03.538Z[ recovery-image] Sep 19 00:10:01.895 INFO O| Sep 19 00:10:01.895 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48082025-09-19T00:10:03.848Z[ recovery-image] Sep 19 00:10:02.206 INFO O| Sep 19 00:10:02.205 INFO STEP 10 (remove_files) COMPLETE
48092025-09-19T00:10:03.848Z[ recovery-image] Sep 19 00:10:02.206 INFO O| Sep 19 00:10:02.206 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102025-09-19T00:10:03.863Z[ recovery-image] Sep 19 00:10:02.220 INFO O| Sep 19 00:10:02.220 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48112025-09-19T00:10:03.866Z[ recovery-image] Sep 19 00:10:02.223 INFO O| Sep 19 00:10:02.223 INFO STEP 11 (remove_files) COMPLETE
48122025-09-19T00:10:03.866Z[ recovery-image] Sep 19 00:10:02.223 INFO O| Sep 19 00:10:02.223 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132025-09-19T00:10:03.880Z[ recovery-image] Sep 19 00:10:02.238 INFO O| Sep 19 00:10:02.238 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48142025-09-19T00:10:03.884Z[ recovery-image] Sep 19 00:10:02.242 INFO O| Sep 19 00:10:02.241 INFO STEP 12 (remove_files) COMPLETE
48152025-09-19T00:10:03.884Z[ recovery-image] Sep 19 00:10:02.242 INFO O| Sep 19 00:10:02.241 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162025-09-19T00:10:03.899Z[ recovery-image] Sep 19 00:10:02.257 INFO O| Sep 19 00:10:02.256 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48172025-09-19T00:10:03.902Z[ recovery-image] Sep 19 00:10:02.257 INFO O| Sep 19 00:10:02.257 INFO STEP 13 (remove_files) COMPLETE
48182025-09-19T00:10:03.902Z[ recovery-image] Sep 19 00:10:02.257 INFO O| Sep 19 00:10:02.257 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192025-09-19T00:10:03.914Z[ recovery-image] Sep 19 00:10:02.271 INFO O| Sep 19 00:10:02.270 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48202025-09-19T00:10:03.917Z[ recovery-image] Sep 19 00:10:02.272 INFO O| Sep 19 00:10:02.272 INFO STEP 14 (remove_files) COMPLETE
48212025-09-19T00:10:03.917Z[ recovery-image] Sep 19 00:10:02.272 INFO O| Sep 19 00:10:02.272 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222025-09-19T00:10:03.928Z[ recovery-image] Sep 19 00:10:02.286 INFO O| Sep 19 00:10:02.286 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48232025-09-19T00:10:03.947Z[ recovery-image] Sep 19 00:10:02.304 INFO O| Sep 19 00:10:02.304 INFO STEP 15 (remove_files) COMPLETE
48242025-09-19T00:10:03.947Z[ recovery-image] Sep 19 00:10:02.304 INFO O| Sep 19 00:10:02.304 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252025-09-19T00:10:03.961Z[ recovery-image] Sep 19 00:10:02.318 INFO O| Sep 19 00:10:02.318 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48262025-09-19T00:10:03.964Z[ recovery-image] Sep 19 00:10:02.318 INFO O| Sep 19 00:10:02.318 INFO STEP 16 (remove_files) COMPLETE
48272025-09-19T00:10:03.964Z[ recovery-image] Sep 19 00:10:02.318 INFO O| Sep 19 00:10:02.318 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282025-09-19T00:10:03.974Z[ recovery-image] Sep 19 00:10:02.331 INFO O| Sep 19 00:10:02.331 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48292025-09-19T00:10:03.991Z[ recovery-image] Sep 19 00:10:02.348 INFO O| Sep 19 00:10:02.348 INFO STEP 17 (remove_files) COMPLETE
48302025-09-19T00:10:03.991Z[ recovery-image] Sep 19 00:10:02.348 INFO O| Sep 19 00:10:02.348 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312025-09-19T00:10:04.005Z[ recovery-image] Sep 19 00:10:02.362 INFO O| Sep 19 00:10:02.362 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48322025-09-19T00:10:04.315Z[ recovery-image] Sep 19 00:10:02.672 INFO O| Sep 19 00:10:02.672 INFO STEP 18 (remove_files) COMPLETE
48332025-09-19T00:10:04.315Z[ recovery-image] Sep 19 00:10:02.672 INFO O| Sep 19 00:10:02.672 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342025-09-19T00:10:04.330Z[ recovery-image] Sep 19 00:10:02.687 INFO O| Sep 19 00:10:02.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48352025-09-19T00:10:04.333Z[ recovery-image] Sep 19 00:10:02.689 INFO O| Sep 19 00:10:02.689 INFO STEP 19 (remove_files) COMPLETE
48362025-09-19T00:10:04.333Z[ recovery-image] Sep 19 00:10:02.689 INFO O| Sep 19 00:10:02.689 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372025-09-19T00:10:04.346Z[ recovery-image] Sep 19 00:10:02.703 INFO O| Sep 19 00:10:02.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48382025-09-19T00:10:04.372Z[ recovery-image] Sep 19 00:10:02.729 INFO O| Sep 19 00:10:02.729 INFO STEP 20 (remove_files) COMPLETE
48392025-09-19T00:10:04.372Z[ recovery-image] Sep 19 00:10:02.729 INFO O| Sep 19 00:10:02.729 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402025-09-19T00:10:04.386Z[ recovery-image] Sep 19 00:10:02.744 INFO O| Sep 19 00:10:02.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48412025-09-19T00:10:04.390Z[ recovery-image] Sep 19 00:10:02.744 INFO O| Sep 19 00:10:02.744 INFO STEP 21 (remove_files) COMPLETE
48422025-09-19T00:10:04.390Z[ recovery-image] Sep 19 00:10:02.744 INFO O| Sep 19 00:10:02.744 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432025-09-19T00:10:04.400Z[ recovery-image] Sep 19 00:10:02.757 INFO O| Sep 19 00:10:02.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48442025-09-19T00:10:04.403Z[ recovery-image] Sep 19 00:10:02.758 INFO O| Sep 19 00:10:02.758 INFO STEP 22 (remove_files) COMPLETE
48452025-09-19T00:10:04.403Z[ recovery-image] Sep 19 00:10:02.758 INFO O| Sep 19 00:10:02.758 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462025-09-19T00:10:04.414Z[ recovery-image] Sep 19 00:10:02.771 INFO O| Sep 19 00:10:02.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48472025-09-19T00:10:04.432Z[ recovery-image] Sep 19 00:10:02.789 INFO O| Sep 19 00:10:02.789 INFO STEP 23 (remove_files) COMPLETE
48482025-09-19T00:10:04.432Z[ recovery-image] Sep 19 00:10:02.789 INFO O| Sep 19 00:10:02.789 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492025-09-19T00:10:04.448Z[ recovery-image] Sep 19 00:10:02.805 INFO O| Sep 19 00:10:02.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48502025-09-19T00:10:04.448Z[ recovery-image] Sep 19 00:10:02.805 INFO O| Sep 19 00:10:02.805 INFO STEP 24 (remove_files) COMPLETE
48512025-09-19T00:10:04.451Z[ recovery-image] Sep 19 00:10:02.805 INFO O| Sep 19 00:10:02.805 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522025-09-19T00:10:04.462Z[ recovery-image] Sep 19 00:10:02.819 INFO O| Sep 19 00:10:02.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48532025-09-19T00:10:04.465Z[ recovery-image] Sep 19 00:10:02.820 INFO O| Sep 19 00:10:02.820 INFO STEP 25 (remove_files) COMPLETE
48542025-09-19T00:10:04.465Z[ recovery-image] Sep 19 00:10:02.820 INFO O| Sep 19 00:10:02.820 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552025-09-19T00:10:04.515Z[ recovery-image] Sep 19 00:10:02.872 INFO O| Sep 19 00:10:02.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48562025-09-19T00:10:04.519Z[ recovery-image] Sep 19 00:10:02.873 INFO O| Sep 19 00:10:02.873 INFO STEP 26 (remove_files) COMPLETE
48572025-09-19T00:10:04.519Z[ recovery-image] Sep 19 00:10:02.873 INFO O| Sep 19 00:10:02.873 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582025-09-19T00:10:04.529Z[ recovery-image] Sep 19 00:10:02.886 INFO O| Sep 19 00:10:02.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
48592025-09-19T00:10:04.532Z[ recovery-image] Sep 19 00:10:02.886 INFO O| Sep 19 00:10:02.886 INFO STEP 27 (remove_files) COMPLETE
48602025-09-19T00:10:04.532Z[ recovery-image] Sep 19 00:10:02.886 INFO O| Sep 19 00:10:02.886 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612025-09-19T00:10:04.544Z[ recovery-image] Sep 19 00:10:02.901 INFO O| Sep 19 00:10:02.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48622025-09-19T00:10:04.547Z[ recovery-image] Sep 19 00:10:02.901 INFO O| Sep 19 00:10:02.901 INFO STEP 28 (remove_files) COMPLETE
48632025-09-19T00:10:04.547Z[ recovery-image] Sep 19 00:10:02.901 INFO O| Sep 19 00:10:02.901 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642025-09-19T00:10:04.558Z[ recovery-image] Sep 19 00:10:02.915 INFO O| Sep 19 00:10:02.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
48652025-09-19T00:10:04.572Z[ recovery-image] Sep 19 00:10:02.929 INFO O| Sep 19 00:10:02.929 INFO STEP 29 (remove_files) COMPLETE
48662025-09-19T00:10:04.572Z[ recovery-image] Sep 19 00:10:02.929 INFO O| Sep 19 00:10:02.929 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672025-09-19T00:10:04.586Z[ recovery-image] Sep 19 00:10:02.943 INFO O| Sep 19 00:10:02.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
48682025-09-19T00:10:04.586Z[ recovery-image] Sep 19 00:10:02.944 INFO O| Sep 19 00:10:02.944 INFO STEP 30 (remove_files) COMPLETE
48692025-09-19T00:10:04.590Z[ recovery-image] Sep 19 00:10:02.944 INFO O| Sep 19 00:10:02.944 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702025-09-19T00:10:04.599Z[ recovery-image] Sep 19 00:10:02.957 INFO O| Sep 19 00:10:02.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
48712025-09-19T00:10:04.621Z[ recovery-image] Sep 19 00:10:02.978 INFO O| Sep 19 00:10:02.978 INFO STEP 31 (remove_files) COMPLETE
48722025-09-19T00:10:04.621Z[ recovery-image] Sep 19 00:10:02.978 INFO O| Sep 19 00:10:02.978 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732025-09-19T00:10:04.635Z[ recovery-image] Sep 19 00:10:02.992 INFO O| Sep 19 00:10:02.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
48742025-09-19T00:10:04.635Z[ recovery-image] Sep 19 00:10:02.992 INFO O| Sep 19 00:10:02.992 INFO STEP 32 (remove_files) COMPLETE
48752025-09-19T00:10:04.638Z[ recovery-image] Sep 19 00:10:02.992 INFO O| Sep 19 00:10:02.992 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762025-09-19T00:10:04.649Z[ recovery-image] Sep 19 00:10:03.006 INFO O| Sep 19 00:10:03.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
48772025-09-19T00:10:04.652Z[ recovery-image] Sep 19 00:10:03.006 INFO O| Sep 19 00:10:03.006 INFO STEP 33 (remove_files) COMPLETE
48782025-09-19T00:10:04.652Z[ recovery-image] Sep 19 00:10:03.006 INFO O| Sep 19 00:10:03.006 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792025-09-19T00:10:04.681Z[ recovery-image] Sep 19 00:10:03.038 INFO O| Sep 19 00:10:03.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
48802025-09-19T00:10:04.684Z[ recovery-image] Sep 19 00:10:03.038 INFO O| Sep 19 00:10:03.038 INFO STEP 34 (remove_files) COMPLETE
48812025-09-19T00:10:04.684Z[ recovery-image] Sep 19 00:10:03.038 INFO O| Sep 19 00:10:03.038 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822025-09-19T00:10:04.696Z[ recovery-image] Sep 19 00:10:03.053 INFO O| Sep 19 00:10:03.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
48832025-09-19T00:10:04.718Z[ recovery-image] Sep 19 00:10:03.075 INFO O| Sep 19 00:10:03.075 INFO STEP 35 (remove_files) COMPLETE
48842025-09-19T00:10:04.718Z[ recovery-image] Sep 19 00:10:03.075 INFO O| Sep 19 00:10:03.075 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852025-09-19T00:10:04.734Z[ recovery-image] Sep 19 00:10:03.091 INFO O| Sep 19 00:10:03.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
48862025-09-19T00:10:04.737Z[ recovery-image] Sep 19 00:10:03.091 INFO O| Sep 19 00:10:03.091 INFO STEP 36 (remove_files) COMPLETE
48872025-09-19T00:10:04.737Z[ recovery-image] Sep 19 00:10:03.091 INFO O| Sep 19 00:10:03.091 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882025-09-19T00:10:04.748Z[ recovery-image] Sep 19 00:10:03.105 INFO O| Sep 19 00:10:03.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
48892025-09-19T00:10:04.751Z[ recovery-image] Sep 19 00:10:03.105 INFO O| Sep 19 00:10:03.105 INFO STEP 37 (remove_files) COMPLETE
48902025-09-19T00:10:04.751Z[ recovery-image] Sep 19 00:10:03.105 INFO O| Sep 19 00:10:03.105 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912025-09-19T00:10:04.772Z[ recovery-image] Sep 19 00:10:03.129 INFO O| Sep 19 00:10:03.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
48922025-09-19T00:10:04.772Z[ recovery-image] Sep 19 00:10:03.129 INFO O| Sep 19 00:10:03.129 INFO STEP 38 (remove_files) COMPLETE
48932025-09-19T00:10:04.776Z[ recovery-image] Sep 19 00:10:03.130 INFO O| Sep 19 00:10:03.129 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942025-09-19T00:10:04.787Z[ recovery-image] Sep 19 00:10:03.144 INFO O| Sep 19 00:10:03.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
48952025-09-19T00:10:04.787Z[ recovery-image] Sep 19 00:10:03.144 INFO O| Sep 19 00:10:03.144 INFO STEP 39 (remove_files) COMPLETE
48962025-09-19T00:10:04.790Z[ recovery-image] Sep 19 00:10:03.144 INFO O| Sep 19 00:10:03.144 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972025-09-19T00:10:04.801Z[ recovery-image] Sep 19 00:10:03.159 INFO O| Sep 19 00:10:03.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
48982025-09-19T00:10:04.802Z[ recovery-image] Sep 19 00:10:03.159 INFO O| Sep 19 00:10:03.159 INFO STEP 40 (remove_files) COMPLETE
48992025-09-19T00:10:04.805Z[ recovery-image] Sep 19 00:10:03.159 INFO O| Sep 19 00:10:03.159 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002025-09-19T00:10:04.815Z[ recovery-image] Sep 19 00:10:03.172 INFO O| Sep 19 00:10:03.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49012025-09-19T00:10:04.815Z[ recovery-image] Sep 19 00:10:03.172 INFO O| Sep 19 00:10:03.172 INFO STEP 41 (remove_files) COMPLETE
49022025-09-19T00:10:04.818Z[ recovery-image] Sep 19 00:10:03.172 INFO O| Sep 19 00:10:03.172 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032025-09-19T00:10:04.828Z[ recovery-image] Sep 19 00:10:03.185 INFO O| Sep 19 00:10:03.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49042025-09-19T00:10:04.828Z[ recovery-image] Sep 19 00:10:03.185 INFO O| Sep 19 00:10:03.185 INFO STEP 42 (remove_files) COMPLETE
49052025-09-19T00:10:04.828Z[ recovery-image] Sep 19 00:10:03.185 INFO O| Sep 19 00:10:03.185 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062025-09-19T00:10:04.841Z[ recovery-image] Sep 19 00:10:03.198 INFO O| Sep 19 00:10:03.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49072025-09-19T00:10:04.844Z[ recovery-image] Sep 19 00:10:03.199 INFO O| Sep 19 00:10:03.199 INFO STEP 43 (remove_files) COMPLETE
49082025-09-19T00:10:04.844Z[ recovery-image] Sep 19 00:10:03.199 INFO O| Sep 19 00:10:03.199 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092025-09-19T00:10:04.855Z[ recovery-image] Sep 19 00:10:03.212 INFO O| Sep 19 00:10:03.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49102025-09-19T00:10:04.855Z[ recovery-image] Sep 19 00:10:03.212 INFO O| Sep 19 00:10:03.212 INFO STEP 44 (remove_files) COMPLETE
49112025-09-19T00:10:04.855Z[ recovery-image] Sep 19 00:10:03.212 INFO O| Sep 19 00:10:03.212 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122025-09-19T00:10:04.868Z[ recovery-image] Sep 19 00:10:03.225 INFO O| Sep 19 00:10:03.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49132025-09-19T00:10:04.868Z[ recovery-image] Sep 19 00:10:03.225 INFO O| Sep 19 00:10:03.225 INFO STEP 45 (remove_files) COMPLETE
49142025-09-19T00:10:04.871Z[ recovery-image] Sep 19 00:10:03.225 INFO O| Sep 19 00:10:03.225 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152025-09-19T00:10:04.881Z[ recovery-image] Sep 19 00:10:03.238 INFO O| Sep 19 00:10:03.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49162025-09-19T00:10:04.881Z[ recovery-image] Sep 19 00:10:03.238 INFO O| Sep 19 00:10:03.238 INFO STEP 46 (remove_files) COMPLETE
49172025-09-19T00:10:04.884Z[ recovery-image] Sep 19 00:10:03.239 INFO O| Sep 19 00:10:03.238 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182025-09-19T00:10:04.895Z[ recovery-image] Sep 19 00:10:03.252 INFO O| Sep 19 00:10:03.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49192025-09-19T00:10:04.895Z[ recovery-image] Sep 19 00:10:03.252 INFO O| Sep 19 00:10:03.252 INFO STEP 47 (remove_files) COMPLETE
49202025-09-19T00:10:04.898Z[ recovery-image] Sep 19 00:10:03.252 INFO O| Sep 19 00:10:03.252 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212025-09-19T00:10:04.909Z[ recovery-image] Sep 19 00:10:03.266 INFO O| Sep 19 00:10:03.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49222025-09-19T00:10:04.909Z[ recovery-image] Sep 19 00:10:03.266 INFO O| Sep 19 00:10:03.266 INFO STEP 48 (remove_files) COMPLETE
49232025-09-19T00:10:04.909Z[ recovery-image] Sep 19 00:10:03.266 INFO O| Sep 19 00:10:03.266 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242025-09-19T00:10:04.922Z[ recovery-image] Sep 19 00:10:03.280 INFO O| Sep 19 00:10:03.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49252025-09-19T00:10:04.922Z[ recovery-image] Sep 19 00:10:03.280 INFO O| Sep 19 00:10:03.280 INFO STEP 49 (remove_files) COMPLETE
49262025-09-19T00:10:04.925Z[ recovery-image] Sep 19 00:10:03.280 INFO O| Sep 19 00:10:03.280 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272025-09-19T00:10:04.936Z[ recovery-image] Sep 19 00:10:03.293 INFO O| Sep 19 00:10:03.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49282025-09-19T00:10:04.939Z[ recovery-image] Sep 19 00:10:03.294 INFO O| Sep 19 00:10:03.294 INFO STEP 50 (remove_files) COMPLETE
49292025-09-19T00:10:04.939Z[ recovery-image] Sep 19 00:10:03.294 INFO O| Sep 19 00:10:03.294 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302025-09-19T00:10:04.950Z[ recovery-image] Sep 19 00:10:03.307 INFO O| Sep 19 00:10:03.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49312025-09-19T00:10:04.950Z[ recovery-image] Sep 19 00:10:03.308 INFO O| Sep 19 00:10:03.308 INFO STEP 51 (remove_files) COMPLETE
49322025-09-19T00:10:04.953Z[ recovery-image] Sep 19 00:10:03.308 INFO O| Sep 19 00:10:03.308 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332025-09-19T00:10:04.963Z[ recovery-image] Sep 19 00:10:03.320 INFO O| Sep 19 00:10:03.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49342025-09-19T00:10:04.967Z[ recovery-image] Sep 19 00:10:03.321 INFO O| Sep 19 00:10:03.321 INFO STEP 52 (remove_files) COMPLETE
49352025-09-19T00:10:04.967Z[ recovery-image] Sep 19 00:10:03.321 INFO O| Sep 19 00:10:03.321 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362025-09-19T00:10:04.977Z[ recovery-image] Sep 19 00:10:03.334 INFO O| Sep 19 00:10:03.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49372025-09-19T00:10:04.977Z[ recovery-image] Sep 19 00:10:03.334 INFO O| Sep 19 00:10:03.334 INFO STEP 53 (remove_files) COMPLETE
49382025-09-19T00:10:04.977Z[ recovery-image] Sep 19 00:10:03.334 INFO O| Sep 19 00:10:03.334 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392025-09-19T00:10:04.990Z[ recovery-image] Sep 19 00:10:03.347 INFO O| Sep 19 00:10:03.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49402025-09-19T00:10:04.993Z[ recovery-image] Sep 19 00:10:03.348 INFO O| Sep 19 00:10:03.348 INFO STEP 54 (remove_files) COMPLETE
49412025-09-19T00:10:04.993Z[ recovery-image] Sep 19 00:10:03.348 INFO O| Sep 19 00:10:03.348 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422025-09-19T00:10:05.003Z[ recovery-image] Sep 19 00:10:03.360 INFO O| Sep 19 00:10:03.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49432025-09-19T00:10:05.003Z[ recovery-image] Sep 19 00:10:03.360 INFO O| Sep 19 00:10:03.360 INFO STEP 55 (remove_files) COMPLETE
49442025-09-19T00:10:05.003Z[ recovery-image] Sep 19 00:10:03.360 INFO O| Sep 19 00:10:03.360 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452025-09-19T00:10:05.017Z[ recovery-image] Sep 19 00:10:03.374 INFO O| Sep 19 00:10:03.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49462025-09-19T00:10:05.017Z[ recovery-image] Sep 19 00:10:03.375 INFO O| Sep 19 00:10:03.374 INFO STEP 56 (remove_files) COMPLETE
49472025-09-19T00:10:05.021Z[ recovery-image] Sep 19 00:10:03.375 INFO O| Sep 19 00:10:03.375 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482025-09-19T00:10:05.031Z[ recovery-image] Sep 19 00:10:03.388 INFO O| Sep 19 00:10:03.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49492025-09-19T00:10:05.034Z[ recovery-image] Sep 19 00:10:03.388 INFO O| Sep 19 00:10:03.388 INFO STEP 57 (remove_files) COMPLETE
49502025-09-19T00:10:05.034Z[ recovery-image] Sep 19 00:10:03.389 INFO O| Sep 19 00:10:03.388 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512025-09-19T00:10:05.044Z[ recovery-image] Sep 19 00:10:03.402 INFO O| Sep 19 00:10:03.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49522025-09-19T00:10:05.045Z[ recovery-image] Sep 19 00:10:03.402 INFO O| Sep 19 00:10:03.402 INFO STEP 58 (remove_files) COMPLETE
49532025-09-19T00:10:05.045Z[ recovery-image] Sep 19 00:10:03.402 INFO O| Sep 19 00:10:03.402 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542025-09-19T00:10:05.058Z[ recovery-image] Sep 19 00:10:03.415 INFO O| Sep 19 00:10:03.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49552025-09-19T00:10:05.058Z[ recovery-image] Sep 19 00:10:03.415 INFO O| Sep 19 00:10:03.415 INFO STEP 59 (remove_files) COMPLETE
49562025-09-19T00:10:05.058Z[ recovery-image] Sep 19 00:10:03.415 INFO O| Sep 19 00:10:03.415 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572025-09-19T00:10:05.072Z[ recovery-image] Sep 19 00:10:03.429 INFO O| Sep 19 00:10:03.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49582025-09-19T00:10:05.072Z[ recovery-image] Sep 19 00:10:03.429 INFO O| Sep 19 00:10:03.429 INFO STEP 60 (remove_files) COMPLETE
49592025-09-19T00:10:05.072Z[ recovery-image] Sep 19 00:10:03.429 INFO O| Sep 19 00:10:03.429 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602025-09-19T00:10:05.086Z[ recovery-image] Sep 19 00:10:03.443 INFO O| Sep 19 00:10:03.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49612025-09-19T00:10:05.086Z[ recovery-image] Sep 19 00:10:03.443 INFO O| Sep 19 00:10:03.443 INFO STEP 61 (remove_files) COMPLETE
49622025-09-19T00:10:05.089Z[ recovery-image] Sep 19 00:10:03.443 INFO O| Sep 19 00:10:03.443 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632025-09-19T00:10:05.099Z[ recovery-image] Sep 19 00:10:03.457 INFO O| Sep 19 00:10:03.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49642025-09-19T00:10:05.100Z[ recovery-image] Sep 19 00:10:03.457 INFO O| Sep 19 00:10:03.457 INFO STEP 62 (remove_files) COMPLETE
49652025-09-19T00:10:05.100Z[ recovery-image] Sep 19 00:10:03.457 INFO O| Sep 19 00:10:03.457 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662025-09-19T00:10:05.113Z[ recovery-image] Sep 19 00:10:03.471 INFO O| Sep 19 00:10:03.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49672025-09-19T00:10:05.113Z[ recovery-image] Sep 19 00:10:03.471 INFO O| Sep 19 00:10:03.471 INFO STEP 63 (remove_files) COMPLETE
49682025-09-19T00:10:05.114Z[ recovery-image] Sep 19 00:10:03.471 INFO O| Sep 19 00:10:03.471 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692025-09-19T00:10:05.127Z[ recovery-image] Sep 19 00:10:03.485 INFO O| Sep 19 00:10:03.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
49702025-09-19T00:10:05.127Z[ recovery-image] Sep 19 00:10:03.485 INFO O| Sep 19 00:10:03.485 INFO STEP 64 (remove_files) COMPLETE
49712025-09-19T00:10:05.131Z[ recovery-image] Sep 19 00:10:03.485 INFO O| Sep 19 00:10:03.485 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722025-09-19T00:10:05.141Z[ recovery-image] Sep 19 00:10:03.499 INFO O| Sep 19 00:10:03.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
49732025-09-19T00:10:05.144Z[ recovery-image] Sep 19 00:10:03.499 INFO O| Sep 19 00:10:03.499 INFO STEP 65 (remove_files) COMPLETE
49742025-09-19T00:10:05.144Z[ recovery-image] Sep 19 00:10:03.499 INFO O| Sep 19 00:10:03.499 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752025-09-19T00:10:05.158Z[ recovery-image] Sep 19 00:10:03.515 INFO O| Sep 19 00:10:03.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
49762025-09-19T00:10:05.158Z[ recovery-image] Sep 19 00:10:03.515 INFO O| Sep 19 00:10:03.515 INFO STEP 66 (remove_files) COMPLETE
49772025-09-19T00:10:05.161Z[ recovery-image] Sep 19 00:10:03.515 INFO O| Sep 19 00:10:03.515 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782025-09-19T00:10:05.171Z[ recovery-image] Sep 19 00:10:03.529 INFO O| Sep 19 00:10:03.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
49792025-09-19T00:10:05.171Z[ recovery-image] Sep 19 00:10:03.529 INFO O| Sep 19 00:10:03.529 INFO STEP 67 (remove_files) COMPLETE
49802025-09-19T00:10:05.175Z[ recovery-image] Sep 19 00:10:03.529 INFO O| Sep 19 00:10:03.529 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812025-09-19T00:10:05.185Z[ recovery-image] Sep 19 00:10:03.542 INFO O| Sep 19 00:10:03.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
49822025-09-19T00:10:05.185Z[ recovery-image] Sep 19 00:10:03.543 INFO O| Sep 19 00:10:03.543 INFO STEP 68 (remove_files) COMPLETE
49832025-09-19T00:10:05.185Z[ recovery-image] Sep 19 00:10:03.543 INFO O| Sep 19 00:10:03.543 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842025-09-19T00:10:05.198Z[ recovery-image] Sep 19 00:10:03.555 INFO O| Sep 19 00:10:03.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
49852025-09-19T00:10:05.198Z[ recovery-image] Sep 19 00:10:03.555 INFO O| Sep 19 00:10:03.555 INFO STEP 69 (remove_files) COMPLETE
49862025-09-19T00:10:05.198Z[ recovery-image] Sep 19 00:10:03.555 INFO O| Sep 19 00:10:03.555 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872025-09-19T00:10:05.211Z[ recovery-image] Sep 19 00:10:03.568 INFO O| Sep 19 00:10:03.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
49882025-09-19T00:10:05.211Z[ recovery-image] Sep 19 00:10:03.568 INFO O| Sep 19 00:10:03.568 INFO STEP 70 (remove_files) COMPLETE
49892025-09-19T00:10:05.211Z[ recovery-image] Sep 19 00:10:03.568 INFO O| Sep 19 00:10:03.568 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902025-09-19T00:10:05.225Z[ recovery-image] Sep 19 00:10:03.582 INFO O| Sep 19 00:10:03.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
49912025-09-19T00:10:05.225Z[ recovery-image] Sep 19 00:10:03.582 INFO O| Sep 19 00:10:03.582 INFO STEP 71 (remove_files) COMPLETE
49922025-09-19T00:10:05.228Z[ recovery-image] Sep 19 00:10:03.582 INFO O| Sep 19 00:10:03.582 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932025-09-19T00:10:05.238Z[ recovery-image] Sep 19 00:10:03.595 INFO O| Sep 19 00:10:03.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
49942025-09-19T00:10:05.238Z[ recovery-image] Sep 19 00:10:03.595 INFO O| Sep 19 00:10:03.595 INFO STEP 72 (remove_files) COMPLETE
49952025-09-19T00:10:05.238Z[ recovery-image] Sep 19 00:10:03.595 INFO O| Sep 19 00:10:03.595 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962025-09-19T00:10:05.252Z[ recovery-image] Sep 19 00:10:03.609 INFO O| Sep 19 00:10:03.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
49972025-09-19T00:10:05.252Z[ recovery-image] Sep 19 00:10:03.609 INFO O| Sep 19 00:10:03.609 INFO STEP 73 (remove_files) COMPLETE
49982025-09-19T00:10:05.255Z[ recovery-image] Sep 19 00:10:03.609 INFO O| Sep 19 00:10:03.609 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992025-09-19T00:10:05.266Z[ recovery-image] Sep 19 00:10:03.623 INFO O| Sep 19 00:10:03.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50002025-09-19T00:10:05.266Z[ recovery-image] Sep 19 00:10:03.623 INFO O| Sep 19 00:10:03.623 INFO STEP 74 (remove_files) COMPLETE
50012025-09-19T00:10:05.266Z[ recovery-image] Sep 19 00:10:03.623 INFO O| Sep 19 00:10:03.623 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022025-09-19T00:10:05.279Z[ recovery-image] Sep 19 00:10:03.636 INFO O| Sep 19 00:10:03.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50032025-09-19T00:10:05.279Z[ recovery-image] Sep 19 00:10:03.636 INFO O| Sep 19 00:10:03.636 INFO STEP 75 (remove_files) COMPLETE
50042025-09-19T00:10:05.282Z[ recovery-image] Sep 19 00:10:03.636 INFO O| Sep 19 00:10:03.636 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052025-09-19T00:10:05.293Z[ recovery-image] Sep 19 00:10:03.651 INFO O| Sep 19 00:10:03.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50062025-09-19T00:10:05.294Z[ recovery-image] Sep 19 00:10:03.651 INFO O| Sep 19 00:10:03.651 INFO STEP 76 (remove_files) COMPLETE
50072025-09-19T00:10:05.294Z[ recovery-image] Sep 19 00:10:03.651 INFO O| Sep 19 00:10:03.651 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082025-09-19T00:10:05.307Z[ recovery-image] Sep 19 00:10:03.664 INFO O| Sep 19 00:10:03.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50092025-09-19T00:10:05.307Z[ recovery-image] Sep 19 00:10:03.664 INFO O| Sep 19 00:10:03.664 INFO STEP 77 (remove_files) COMPLETE
50102025-09-19T00:10:05.310Z[ recovery-image] Sep 19 00:10:03.664 INFO O| Sep 19 00:10:03.664 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112025-09-19T00:10:05.320Z[ recovery-image] Sep 19 00:10:03.678 INFO O| Sep 19 00:10:03.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50122025-09-19T00:10:05.320Z[ recovery-image] Sep 19 00:10:03.678 INFO O| Sep 19 00:10:03.678 INFO STEP 78 (remove_files) COMPLETE
50132025-09-19T00:10:05.323Z[ recovery-image] Sep 19 00:10:03.678 INFO O| Sep 19 00:10:03.678 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142025-09-19T00:10:05.334Z[ recovery-image] Sep 19 00:10:03.691 INFO O| Sep 19 00:10:03.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50152025-09-19T00:10:05.337Z[ recovery-image] Sep 19 00:10:03.691 INFO O| Sep 19 00:10:03.691 INFO STEP 79 (remove_files) COMPLETE
50162025-09-19T00:10:05.337Z[ recovery-image] Sep 19 00:10:03.691 INFO O| Sep 19 00:10:03.691 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172025-09-19T00:10:05.347Z[ recovery-image] Sep 19 00:10:03.704 INFO O| Sep 19 00:10:03.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50182025-09-19T00:10:05.347Z[ recovery-image] Sep 19 00:10:03.705 INFO O| Sep 19 00:10:03.705 INFO STEP 80 (remove_files) COMPLETE
50192025-09-19T00:10:05.351Z[ recovery-image] Sep 19 00:10:03.705 INFO O| Sep 19 00:10:03.705 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202025-09-19T00:10:05.361Z[ recovery-image] Sep 19 00:10:03.719 INFO O| Sep 19 00:10:03.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50212025-09-19T00:10:05.361Z[ recovery-image] Sep 19 00:10:03.719 INFO O| Sep 19 00:10:03.719 INFO STEP 81 (remove_files) COMPLETE
50222025-09-19T00:10:05.361Z[ recovery-image] Sep 19 00:10:03.719 INFO O| Sep 19 00:10:03.719 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232025-09-19T00:10:05.376Z[ recovery-image] Sep 19 00:10:03.733 INFO O| Sep 19 00:10:03.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50242025-09-19T00:10:05.376Z[ recovery-image] Sep 19 00:10:03.733 INFO O| Sep 19 00:10:03.733 INFO STEP 82 (remove_files) COMPLETE
50252025-09-19T00:10:05.380Z[ recovery-image] Sep 19 00:10:03.733 INFO O| Sep 19 00:10:03.733 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262025-09-19T00:10:05.391Z[ recovery-image] Sep 19 00:10:03.748 INFO O| Sep 19 00:10:03.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50272025-09-19T00:10:05.391Z[ recovery-image] Sep 19 00:10:03.748 INFO O| Sep 19 00:10:03.748 INFO STEP 83 (remove_files) COMPLETE
50282025-09-19T00:10:05.391Z[ recovery-image] Sep 19 00:10:03.748 INFO O| Sep 19 00:10:03.748 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292025-09-19T00:10:05.406Z[ recovery-image] Sep 19 00:10:03.763 INFO O| Sep 19 00:10:03.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50302025-09-19T00:10:05.406Z[ recovery-image] Sep 19 00:10:03.763 INFO O| Sep 19 00:10:03.763 INFO STEP 84 (remove_files) COMPLETE
50312025-09-19T00:10:05.409Z[ recovery-image] Sep 19 00:10:03.763 INFO O| Sep 19 00:10:03.763 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322025-09-19T00:10:05.420Z[ recovery-image] Sep 19 00:10:03.778 INFO O| Sep 19 00:10:03.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50332025-09-19T00:10:05.423Z[ recovery-image] Sep 19 00:10:03.778 INFO O| Sep 19 00:10:03.778 INFO STEP 85 (remove_files) COMPLETE
50342025-09-19T00:10:05.424Z[ recovery-image] Sep 19 00:10:03.778 INFO O| Sep 19 00:10:03.778 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352025-09-19T00:10:05.435Z[ recovery-image] Sep 19 00:10:03.792 INFO O| Sep 19 00:10:03.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50362025-09-19T00:10:05.438Z[ recovery-image] Sep 19 00:10:03.793 INFO O| Sep 19 00:10:03.793 INFO STEP 86 (remove_files) COMPLETE
50372025-09-19T00:10:05.438Z[ recovery-image] Sep 19 00:10:03.793 INFO O| Sep 19 00:10:03.793 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382025-09-19T00:10:05.450Z[ recovery-image] Sep 19 00:10:03.807 INFO O| Sep 19 00:10:03.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50392025-09-19T00:10:05.453Z[ recovery-image] Sep 19 00:10:03.808 INFO O| Sep 19 00:10:03.808 INFO STEP 87 (remove_files) COMPLETE
50402025-09-19T00:10:05.453Z[ recovery-image] Sep 19 00:10:03.808 INFO O| Sep 19 00:10:03.808 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412025-09-19T00:10:05.464Z[ recovery-image] Sep 19 00:10:03.821 INFO O| Sep 19 00:10:03.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50422025-09-19T00:10:05.464Z[ recovery-image] Sep 19 00:10:03.821 INFO O| Sep 19 00:10:03.821 INFO STEP 88 (remove_files) COMPLETE
50432025-09-19T00:10:05.464Z[ recovery-image] Sep 19 00:10:03.821 INFO O| Sep 19 00:10:03.821 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442025-09-19T00:10:05.478Z[ recovery-image] Sep 19 00:10:03.835 INFO O| Sep 19 00:10:03.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50452025-09-19T00:10:05.478Z[ recovery-image] Sep 19 00:10:03.835 INFO O| Sep 19 00:10:03.835 INFO STEP 89 (remove_files) COMPLETE
50462025-09-19T00:10:05.478Z[ recovery-image] Sep 19 00:10:03.835 INFO O| Sep 19 00:10:03.835 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472025-09-19T00:10:05.491Z[ recovery-image] Sep 19 00:10:03.849 INFO O| Sep 19 00:10:03.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50482025-09-19T00:10:05.491Z[ recovery-image] Sep 19 00:10:03.849 INFO O| Sep 19 00:10:03.849 INFO STEP 90 (remove_files) COMPLETE
50492025-09-19T00:10:05.491Z[ recovery-image] Sep 19 00:10:03.849 INFO O| Sep 19 00:10:03.849 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502025-09-19T00:10:05.504Z[ recovery-image] Sep 19 00:10:03.861 INFO O| Sep 19 00:10:03.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50512025-09-19T00:10:05.504Z[ recovery-image] Sep 19 00:10:03.862 INFO O| Sep 19 00:10:03.862 INFO STEP 91 (remove_files) COMPLETE
50522025-09-19T00:10:05.504Z[ recovery-image] Sep 19 00:10:03.862 INFO O| Sep 19 00:10:03.862 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532025-09-19T00:10:05.517Z[ recovery-image] Sep 19 00:10:03.874 INFO O| Sep 19 00:10:03.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50542025-09-19T00:10:05.517Z[ recovery-image] Sep 19 00:10:03.874 INFO O| Sep 19 00:10:03.874 INFO STEP 92 (remove_files) COMPLETE
50552025-09-19T00:10:05.517Z[ recovery-image] Sep 19 00:10:03.874 INFO O| Sep 19 00:10:03.874 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562025-09-19T00:10:05.531Z[ recovery-image] Sep 19 00:10:03.888 INFO O| Sep 19 00:10:03.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50572025-09-19T00:10:05.531Z[ recovery-image] Sep 19 00:10:03.888 INFO O| Sep 19 00:10:03.888 INFO STEP 93 (remove_files) COMPLETE
50582025-09-19T00:10:05.534Z[ recovery-image] Sep 19 00:10:03.888 INFO O| Sep 19 00:10:03.888 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592025-09-19T00:10:05.544Z[ recovery-image] Sep 19 00:10:03.902 INFO O| Sep 19 00:10:03.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50602025-09-19T00:10:05.544Z[ recovery-image] Sep 19 00:10:03.902 INFO O| Sep 19 00:10:03.902 INFO STEP 94 (remove_files) COMPLETE
50612025-09-19T00:10:05.548Z[ recovery-image] Sep 19 00:10:03.902 INFO O| Sep 19 00:10:03.902 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622025-09-19T00:10:05.558Z[ recovery-image] Sep 19 00:10:03.915 INFO O| Sep 19 00:10:03.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50632025-09-19T00:10:05.558Z[ recovery-image] Sep 19 00:10:03.915 INFO O| Sep 19 00:10:03.915 INFO STEP 95 (remove_files) COMPLETE
50642025-09-19T00:10:05.561Z[ recovery-image] Sep 19 00:10:03.915 INFO O| Sep 19 00:10:03.915 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652025-09-19T00:10:05.571Z[ recovery-image] Sep 19 00:10:03.929 INFO O| Sep 19 00:10:03.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50662025-09-19T00:10:05.571Z[ recovery-image] Sep 19 00:10:03.929 INFO O| Sep 19 00:10:03.929 INFO STEP 96 (remove_files) COMPLETE
50672025-09-19T00:10:05.571Z[ recovery-image] Sep 19 00:10:03.929 INFO O| Sep 19 00:10:03.929 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682025-09-19T00:10:05.584Z[ recovery-image] Sep 19 00:10:03.941 INFO O| Sep 19 00:10:03.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
50692025-09-19T00:10:05.584Z[ recovery-image] Sep 19 00:10:03.942 INFO O| Sep 19 00:10:03.942 INFO STEP 97 (remove_files) COMPLETE
50702025-09-19T00:10:05.584Z[ recovery-image] Sep 19 00:10:03.942 INFO O| Sep 19 00:10:03.942 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712025-09-19T00:10:05.598Z[ recovery-image] Sep 19 00:10:03.955 INFO O| Sep 19 00:10:03.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
50722025-09-19T00:10:05.598Z[ recovery-image] Sep 19 00:10:03.956 INFO O| Sep 19 00:10:03.955 INFO STEP 98 (remove_files) COMPLETE
50732025-09-19T00:10:05.598Z[ recovery-image] Sep 19 00:10:03.956 INFO O| Sep 19 00:10:03.955 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742025-09-19T00:10:05.612Z[ recovery-image] Sep 19 00:10:03.969 INFO O| Sep 19 00:10:03.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
50752025-09-19T00:10:05.612Z[ recovery-image] Sep 19 00:10:03.969 INFO O| Sep 19 00:10:03.969 INFO STEP 99 (remove_files) COMPLETE
50762025-09-19T00:10:05.612Z[ recovery-image] Sep 19 00:10:03.969 INFO O| Sep 19 00:10:03.969 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772025-09-19T00:10:05.626Z[ recovery-image] Sep 19 00:10:03.983 INFO O| Sep 19 00:10:03.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
50782025-09-19T00:10:05.626Z[ recovery-image] Sep 19 00:10:03.983 INFO O| Sep 19 00:10:03.983 INFO STEP 100 (remove_files) COMPLETE
50792025-09-19T00:10:05.629Z[ recovery-image] Sep 19 00:10:03.983 INFO O| Sep 19 00:10:03.983 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802025-09-19T00:10:05.640Z[ recovery-image] Sep 19 00:10:03.997 INFO O| Sep 19 00:10:03.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
50812025-09-19T00:10:05.640Z[ recovery-image] Sep 19 00:10:03.997 INFO O| Sep 19 00:10:03.997 INFO STEP 101 (remove_files) COMPLETE
50822025-09-19T00:10:05.647Z[ recovery-image] Sep 19 00:10:03.997 INFO O| Sep 19 00:10:03.997 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832025-09-19T00:10:05.655Z[ recovery-image] Sep 19 00:10:04.012 INFO O| Sep 19 00:10:04.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
50842025-09-19T00:10:05.655Z[ recovery-image] Sep 19 00:10:04.013 INFO O| Sep 19 00:10:04.012 INFO STEP 102 (remove_files) COMPLETE
50852025-09-19T00:10:05.658Z[ recovery-image] Sep 19 00:10:04.013 INFO O| Sep 19 00:10:04.012 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862025-09-19T00:10:05.669Z[ recovery-image] Sep 19 00:10:04.026 INFO O| Sep 19 00:10:04.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
50872025-09-19T00:10:05.669Z[ recovery-image] Sep 19 00:10:04.027 INFO O| Sep 19 00:10:04.027 INFO STEP 103 (remove_files) COMPLETE
50882025-09-19T00:10:05.669Z[ recovery-image] Sep 19 00:10:04.027 INFO O| Sep 19 00:10:04.027 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892025-09-19T00:10:05.684Z[ recovery-image] Sep 19 00:10:04.041 INFO O| Sep 19 00:10:04.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
50902025-09-19T00:10:05.684Z[ recovery-image] Sep 19 00:10:04.041 INFO O| Sep 19 00:10:04.041 INFO STEP 104 (remove_files) COMPLETE
50912025-09-19T00:10:05.703Z[ recovery-image] Sep 19 00:10:04.041 INFO O| Sep 19 00:10:04.041 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922025-09-19T00:10:05.703Z[ recovery-image] Sep 19 00:10:04.055 INFO O| Sep 19 00:10:04.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
50932025-09-19T00:10:05.703Z[ recovery-image] Sep 19 00:10:04.055 INFO O| Sep 19 00:10:04.055 INFO STEP 105 (remove_files) COMPLETE
50942025-09-19T00:10:05.703Z[ recovery-image] Sep 19 00:10:04.055 INFO O| Sep 19 00:10:04.055 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952025-09-19T00:10:05.711Z[ recovery-image] Sep 19 00:10:04.068 INFO O| Sep 19 00:10:04.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
50962025-09-19T00:10:05.711Z[ recovery-image] Sep 19 00:10:04.068 INFO O| Sep 19 00:10:04.068 INFO STEP 106 (remove_files) COMPLETE
50972025-09-19T00:10:05.714Z[ recovery-image] Sep 19 00:10:04.068 INFO O| Sep 19 00:10:04.068 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982025-09-19T00:10:05.735Z[ recovery-image] Sep 19 00:10:04.092 INFO O| Sep 19 00:10:04.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
50992025-09-19T00:10:05.735Z[ recovery-image] Sep 19 00:10:04.092 INFO O| Sep 19 00:10:04.092 INFO STEP 107 (remove_files) COMPLETE
51002025-09-19T00:10:05.738Z[ recovery-image] Sep 19 00:10:04.092 INFO O| Sep 19 00:10:04.092 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012025-09-19T00:10:05.748Z[ recovery-image] Sep 19 00:10:04.106 INFO O| Sep 19 00:10:04.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51022025-09-19T00:10:05.748Z[ recovery-image] Sep 19 00:10:04.106 INFO O| Sep 19 00:10:04.106 INFO STEP 108 (remove_files) COMPLETE
51032025-09-19T00:10:05.752Z[ recovery-image] Sep 19 00:10:04.106 INFO O| Sep 19 00:10:04.106 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042025-09-19T00:10:05.773Z[ recovery-image] Sep 19 00:10:04.130 INFO O| Sep 19 00:10:04.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51052025-09-19T00:10:05.773Z[ recovery-image] Sep 19 00:10:04.131 INFO O| Sep 19 00:10:04.130 INFO STEP 109 (remove_files) COMPLETE
51062025-09-19T00:10:05.773Z[ recovery-image] Sep 19 00:10:04.131 INFO O| Sep 19 00:10:04.130 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072025-09-19T00:10:05.788Z[ recovery-image] Sep 19 00:10:04.145 INFO O| Sep 19 00:10:04.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51082025-09-19T00:10:05.788Z[ recovery-image] Sep 19 00:10:04.145 INFO O| Sep 19 00:10:04.145 INFO STEP 110 (remove_files) COMPLETE
51092025-09-19T00:10:05.791Z[ recovery-image] Sep 19 00:10:04.145 INFO O| Sep 19 00:10:04.145 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102025-09-19T00:10:05.802Z[ recovery-image] Sep 19 00:10:04.159 INFO O| Sep 19 00:10:04.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51112025-09-19T00:10:05.802Z[ recovery-image] Sep 19 00:10:04.159 INFO O| Sep 19 00:10:04.159 INFO STEP 111 (remove_files) COMPLETE
51122025-09-19T00:10:05.805Z[ recovery-image] Sep 19 00:10:04.159 INFO O| Sep 19 00:10:04.159 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132025-09-19T00:10:05.816Z[ recovery-image] Sep 19 00:10:04.173 INFO O| Sep 19 00:10:04.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51142025-09-19T00:10:05.823Z[ recovery-image] Sep 19 00:10:04.173 INFO O| Sep 19 00:10:04.173 INFO STEP 112 (remove_files) COMPLETE
51152025-09-19T00:10:05.830Z[ recovery-image] Sep 19 00:10:04.173 INFO O| Sep 19 00:10:04.173 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162025-09-19T00:10:05.833Z[ recovery-image] Sep 19 00:10:04.188 INFO O| Sep 19 00:10:04.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51172025-09-19T00:10:05.833Z[ recovery-image] Sep 19 00:10:04.188 INFO O| Sep 19 00:10:04.188 INFO STEP 113 (remove_files) COMPLETE
51182025-09-19T00:10:05.833Z[ recovery-image] Sep 19 00:10:04.188 INFO O| Sep 19 00:10:04.188 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192025-09-19T00:10:05.845Z[ recovery-image] Sep 19 00:10:04.202 INFO O| Sep 19 00:10:04.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51202025-09-19T00:10:05.848Z[ recovery-image] Sep 19 00:10:04.203 INFO O| Sep 19 00:10:04.203 INFO STEP 114 (remove_files) COMPLETE
51212025-09-19T00:10:05.848Z[ recovery-image] Sep 19 00:10:04.203 INFO O| Sep 19 00:10:04.203 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222025-09-19T00:10:05.859Z[ recovery-image] Sep 19 00:10:04.216 INFO O| Sep 19 00:10:04.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51232025-09-19T00:10:05.859Z[ recovery-image] Sep 19 00:10:04.216 INFO O| Sep 19 00:10:04.216 INFO STEP 115 (remove_files) COMPLETE
51242025-09-19T00:10:05.859Z[ recovery-image] Sep 19 00:10:04.216 INFO O| Sep 19 00:10:04.216 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252025-09-19T00:10:05.873Z[ recovery-image] Sep 19 00:10:04.230 INFO O| Sep 19 00:10:04.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51262025-09-19T00:10:05.873Z[ recovery-image] Sep 19 00:10:04.230 INFO O| Sep 19 00:10:04.230 INFO STEP 116 (remove_files) COMPLETE
51272025-09-19T00:10:05.873Z[ recovery-image] Sep 19 00:10:04.230 INFO O| Sep 19 00:10:04.230 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282025-09-19T00:10:05.886Z[ recovery-image] Sep 19 00:10:04.244 INFO O| Sep 19 00:10:04.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51292025-09-19T00:10:05.890Z[ recovery-image] Sep 19 00:10:04.244 INFO O| Sep 19 00:10:04.244 INFO STEP 117 (remove_files) COMPLETE
51302025-09-19T00:10:05.890Z[ recovery-image] Sep 19 00:10:04.244 INFO O| Sep 19 00:10:04.244 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312025-09-19T00:10:05.901Z[ recovery-image] Sep 19 00:10:04.258 INFO O| Sep 19 00:10:04.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51322025-09-19T00:10:05.901Z[ recovery-image] Sep 19 00:10:04.258 INFO O| Sep 19 00:10:04.258 INFO STEP 118 (remove_files) COMPLETE
51332025-09-19T00:10:05.905Z[ recovery-image] Sep 19 00:10:04.258 INFO O| Sep 19 00:10:04.258 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342025-09-19T00:10:05.916Z[ recovery-image] Sep 19 00:10:04.273 INFO O| Sep 19 00:10:04.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51352025-09-19T00:10:05.916Z[ recovery-image] Sep 19 00:10:04.273 INFO O| Sep 19 00:10:04.273 INFO STEP 119 (remove_files) COMPLETE
51362025-09-19T00:10:05.919Z[ recovery-image] Sep 19 00:10:04.273 INFO O| Sep 19 00:10:04.273 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372025-09-19T00:10:05.930Z[ recovery-image] Sep 19 00:10:04.287 INFO O| Sep 19 00:10:04.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51382025-09-19T00:10:05.930Z[ recovery-image] Sep 19 00:10:04.287 INFO O| Sep 19 00:10:04.287 INFO STEP 120 (remove_files) COMPLETE
51392025-09-19T00:10:05.930Z[ recovery-image] Sep 19 00:10:04.287 INFO O| Sep 19 00:10:04.287 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402025-09-19T00:10:05.943Z[ recovery-image] Sep 19 00:10:04.300 INFO O| Sep 19 00:10:04.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51412025-09-19T00:10:05.943Z[ recovery-image] Sep 19 00:10:04.300 INFO O| Sep 19 00:10:04.300 INFO STEP 121 (remove_files) COMPLETE
51422025-09-19T00:10:05.943Z[ recovery-image] Sep 19 00:10:04.300 INFO O| Sep 19 00:10:04.300 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432025-09-19T00:10:05.955Z[ recovery-image] Sep 19 00:10:04.312 INFO O| Sep 19 00:10:04.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51442025-09-19T00:10:05.955Z[ recovery-image] Sep 19 00:10:04.313 INFO O| Sep 19 00:10:04.313 INFO STEP 122 (remove_files) COMPLETE
51452025-09-19T00:10:05.958Z[ recovery-image] Sep 19 00:10:04.313 INFO O| Sep 19 00:10:04.313 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462025-09-19T00:10:05.970Z[ recovery-image] Sep 19 00:10:04.327 INFO O| Sep 19 00:10:04.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51472025-09-19T00:10:05.970Z[ recovery-image] Sep 19 00:10:04.327 INFO O| Sep 19 00:10:04.327 INFO STEP 123 (remove_files) COMPLETE
51482025-09-19T00:10:05.970Z[ recovery-image] Sep 19 00:10:04.327 INFO O| Sep 19 00:10:04.327 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492025-09-19T00:10:05.984Z[ recovery-image] Sep 19 00:10:04.341 INFO O| Sep 19 00:10:04.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51502025-09-19T00:10:05.984Z[ recovery-image] Sep 19 00:10:04.341 INFO O| Sep 19 00:10:04.341 INFO STEP 124 (remove_files) COMPLETE
51512025-09-19T00:10:05.984Z[ recovery-image] Sep 19 00:10:04.342 INFO O| Sep 19 00:10:04.341 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522025-09-19T00:10:05.998Z[ recovery-image] Sep 19 00:10:04.355 INFO O| Sep 19 00:10:04.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51532025-09-19T00:10:05.998Z[ recovery-image] Sep 19 00:10:04.355 INFO O| Sep 19 00:10:04.355 INFO STEP 125 (remove_files) COMPLETE
51542025-09-19T00:10:06.001Z[ recovery-image] Sep 19 00:10:04.355 INFO O| Sep 19 00:10:04.355 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552025-09-19T00:10:06.011Z[ recovery-image] Sep 19 00:10:04.368 INFO O| Sep 19 00:10:04.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51562025-09-19T00:10:06.014Z[ recovery-image] Sep 19 00:10:04.368 INFO O| Sep 19 00:10:04.368 INFO STEP 126 (remove_files) COMPLETE
51572025-09-19T00:10:06.014Z[ recovery-image] Sep 19 00:10:04.368 INFO O| Sep 19 00:10:04.368 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582025-09-19T00:10:06.024Z[ recovery-image] Sep 19 00:10:04.381 INFO O| Sep 19 00:10:04.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51592025-09-19T00:10:06.024Z[ recovery-image] Sep 19 00:10:04.381 INFO O| Sep 19 00:10:04.381 INFO STEP 127 (remove_files) COMPLETE
51602025-09-19T00:10:06.027Z[ recovery-image] Sep 19 00:10:04.381 INFO O| Sep 19 00:10:04.381 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612025-09-19T00:10:06.037Z[ recovery-image] Sep 19 00:10:04.394 INFO O| Sep 19 00:10:04.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51622025-09-19T00:10:06.037Z[ recovery-image] Sep 19 00:10:04.394 INFO O| Sep 19 00:10:04.394 INFO STEP 128 (remove_files) COMPLETE
51632025-09-19T00:10:06.040Z[ recovery-image] Sep 19 00:10:04.394 INFO O| Sep 19 00:10:04.394 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642025-09-19T00:10:06.050Z[ recovery-image] Sep 19 00:10:04.407 INFO O| Sep 19 00:10:04.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51652025-09-19T00:10:06.050Z[ recovery-image] Sep 19 00:10:04.407 INFO O| Sep 19 00:10:04.407 INFO STEP 129 (remove_files) COMPLETE
51662025-09-19T00:10:06.053Z[ recovery-image] Sep 19 00:10:04.407 INFO O| Sep 19 00:10:04.407 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672025-09-19T00:10:06.062Z[ recovery-image] Sep 19 00:10:04.419 INFO O| Sep 19 00:10:04.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51682025-09-19T00:10:06.062Z[ recovery-image] Sep 19 00:10:04.420 INFO O| Sep 19 00:10:04.420 INFO STEP 130 (remove_files) COMPLETE
51692025-09-19T00:10:06.062Z[ recovery-image] Sep 19 00:10:04.420 INFO O| Sep 19 00:10:04.420 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702025-09-19T00:10:06.075Z[ recovery-image] Sep 19 00:10:04.432 INFO O| Sep 19 00:10:04.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
51712025-09-19T00:10:06.075Z[ recovery-image] Sep 19 00:10:04.432 INFO O| Sep 19 00:10:04.432 INFO STEP 131 (remove_files) COMPLETE
51722025-09-19T00:10:06.078Z[ recovery-image] Sep 19 00:10:04.432 INFO O| Sep 19 00:10:04.432 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732025-09-19T00:10:06.089Z[ recovery-image] Sep 19 00:10:04.446 INFO O| Sep 19 00:10:04.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
51742025-09-19T00:10:06.089Z[ recovery-image] Sep 19 00:10:04.446 INFO O| Sep 19 00:10:04.446 INFO STEP 132 (remove_files) COMPLETE
51752025-09-19T00:10:06.092Z[ recovery-image] Sep 19 00:10:04.446 INFO O| Sep 19 00:10:04.446 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762025-09-19T00:10:06.103Z[ recovery-image] Sep 19 00:10:04.460 INFO O| Sep 19 00:10:04.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
51772025-09-19T00:10:06.103Z[ recovery-image] Sep 19 00:10:04.460 INFO O| Sep 19 00:10:04.460 INFO STEP 133 (remove_files) COMPLETE
51782025-09-19T00:10:06.103Z[ recovery-image] Sep 19 00:10:04.460 INFO O| Sep 19 00:10:04.460 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792025-09-19T00:10:06.117Z[ recovery-image] Sep 19 00:10:04.474 INFO O| Sep 19 00:10:04.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
51802025-09-19T00:10:06.117Z[ recovery-image] Sep 19 00:10:04.474 INFO O| Sep 19 00:10:04.474 INFO STEP 134 (remove_files) COMPLETE
51812025-09-19T00:10:06.123Z[ recovery-image] Sep 19 00:10:04.474 INFO O| Sep 19 00:10:04.474 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822025-09-19T00:10:06.130Z[ recovery-image] Sep 19 00:10:04.486 INFO O| Sep 19 00:10:04.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
51832025-09-19T00:10:06.130Z[ recovery-image] Sep 19 00:10:04.486 INFO O| Sep 19 00:10:04.486 INFO STEP 135 (remove_files) COMPLETE
51842025-09-19T00:10:06.130Z[ recovery-image] Sep 19 00:10:04.486 INFO O| Sep 19 00:10:04.486 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852025-09-19T00:10:06.141Z[ recovery-image] Sep 19 00:10:04.498 INFO O| Sep 19 00:10:04.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
51862025-09-19T00:10:06.141Z[ recovery-image] Sep 19 00:10:04.498 INFO O| Sep 19 00:10:04.498 INFO STEP 136 (remove_files) COMPLETE
51872025-09-19T00:10:06.148Z[ recovery-image] Sep 19 00:10:04.498 INFO O| Sep 19 00:10:04.498 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882025-09-19T00:10:06.155Z[ recovery-image] Sep 19 00:10:04.511 INFO O| Sep 19 00:10:04.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
51892025-09-19T00:10:06.156Z[ recovery-image] Sep 19 00:10:04.512 INFO O| Sep 19 00:10:04.512 INFO STEP 137 (remove_files) COMPLETE
51902025-09-19T00:10:06.156Z[ recovery-image] Sep 19 00:10:04.512 INFO O| Sep 19 00:10:04.512 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912025-09-19T00:10:06.168Z[ recovery-image] Sep 19 00:10:04.524 INFO O| Sep 19 00:10:04.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
51922025-09-19T00:10:06.168Z[ recovery-image] Sep 19 00:10:04.524 INFO O| Sep 19 00:10:04.524 INFO STEP 138 (remove_files) COMPLETE
51932025-09-19T00:10:06.171Z[ recovery-image] Sep 19 00:10:04.524 INFO O| Sep 19 00:10:04.524 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942025-09-19T00:10:06.180Z[ recovery-image] Sep 19 00:10:04.538 INFO O| Sep 19 00:10:04.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
51952025-09-19T00:10:06.180Z[ recovery-image] Sep 19 00:10:04.538 INFO O| Sep 19 00:10:04.538 INFO STEP 139 (remove_files) COMPLETE
51962025-09-19T00:10:06.180Z[ recovery-image] Sep 19 00:10:04.538 INFO O| Sep 19 00:10:04.538 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972025-09-19T00:10:06.195Z[ recovery-image] Sep 19 00:10:04.552 INFO O| Sep 19 00:10:04.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
51982025-09-19T00:10:06.195Z[ recovery-image] Sep 19 00:10:04.552 INFO O| Sep 19 00:10:04.552 INFO STEP 140 (remove_files) COMPLETE
51992025-09-19T00:10:06.198Z[ recovery-image] Sep 19 00:10:04.552 INFO O| Sep 19 00:10:04.552 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002025-09-19T00:10:06.209Z[ recovery-image] Sep 19 00:10:04.566 INFO O| Sep 19 00:10:04.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52012025-09-19T00:10:06.209Z[ recovery-image] Sep 19 00:10:04.566 INFO O| Sep 19 00:10:04.566 INFO STEP 141 (remove_files) COMPLETE
52022025-09-19T00:10:06.209Z[ recovery-image] Sep 19 00:10:04.566 INFO O| Sep 19 00:10:04.566 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032025-09-19T00:10:06.223Z[ recovery-image] Sep 19 00:10:04.580 INFO O| Sep 19 00:10:04.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52042025-09-19T00:10:06.223Z[ recovery-image] Sep 19 00:10:04.581 INFO O| Sep 19 00:10:04.580 INFO STEP 142 (remove_files) COMPLETE
52052025-09-19T00:10:06.223Z[ recovery-image] Sep 19 00:10:04.581 INFO O| Sep 19 00:10:04.580 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062025-09-19T00:10:06.237Z[ recovery-image] Sep 19 00:10:04.594 INFO O| Sep 19 00:10:04.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52072025-09-19T00:10:06.237Z[ recovery-image] Sep 19 00:10:04.594 INFO O| Sep 19 00:10:04.594 INFO STEP 143 (remove_files) COMPLETE
52082025-09-19T00:10:06.239Z[ recovery-image] Sep 19 00:10:04.594 INFO O| Sep 19 00:10:04.594 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092025-09-19T00:10:06.249Z[ recovery-image] Sep 19 00:10:04.606 INFO O| Sep 19 00:10:04.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52102025-09-19T00:10:06.249Z[ recovery-image] Sep 19 00:10:04.606 INFO O| Sep 19 00:10:04.606 INFO STEP 144 (remove_files) COMPLETE
52112025-09-19T00:10:06.249Z[ recovery-image] Sep 19 00:10:04.606 INFO O| Sep 19 00:10:04.606 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122025-09-19T00:10:06.262Z[ recovery-image] Sep 19 00:10:04.619 INFO O| Sep 19 00:10:04.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52132025-09-19T00:10:06.262Z[ recovery-image] Sep 19 00:10:04.619 INFO O| Sep 19 00:10:04.619 INFO STEP 145 (remove_files) COMPLETE
52142025-09-19T00:10:06.262Z[ recovery-image] Sep 19 00:10:04.619 INFO O| Sep 19 00:10:04.619 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152025-09-19T00:10:06.274Z[ recovery-image] Sep 19 00:10:04.631 INFO O| Sep 19 00:10:04.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52162025-09-19T00:10:06.274Z[ recovery-image] Sep 19 00:10:04.631 INFO O| Sep 19 00:10:04.631 INFO STEP 146 (remove_files) COMPLETE
52172025-09-19T00:10:06.279Z[ recovery-image] Sep 19 00:10:04.631 INFO O| Sep 19 00:10:04.631 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182025-09-19T00:10:06.287Z[ recovery-image] Sep 19 00:10:04.644 INFO O| Sep 19 00:10:04.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52192025-09-19T00:10:06.289Z[ recovery-image] Sep 19 00:10:04.645 INFO O| Sep 19 00:10:04.645 INFO STEP 147 (remove_files) COMPLETE
52202025-09-19T00:10:06.289Z[ recovery-image] Sep 19 00:10:04.645 INFO O| Sep 19 00:10:04.645 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212025-09-19T00:10:06.300Z[ recovery-image] Sep 19 00:10:04.657 INFO O| Sep 19 00:10:04.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52222025-09-19T00:10:06.300Z[ recovery-image] Sep 19 00:10:04.657 INFO O| Sep 19 00:10:04.657 INFO STEP 148 (remove_files) COMPLETE
52232025-09-19T00:10:06.300Z[ recovery-image] Sep 19 00:10:04.657 INFO O| Sep 19 00:10:04.657 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242025-09-19T00:10:06.312Z[ recovery-image] Sep 19 00:10:04.670 INFO O| Sep 19 00:10:04.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52252025-09-19T00:10:06.315Z[ recovery-image] Sep 19 00:10:04.670 INFO O| Sep 19 00:10:04.670 INFO STEP 149 (remove_files) COMPLETE
52262025-09-19T00:10:06.315Z[ recovery-image] Sep 19 00:10:04.670 INFO O| Sep 19 00:10:04.670 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272025-09-19T00:10:06.325Z[ recovery-image] Sep 19 00:10:04.682 INFO O| Sep 19 00:10:04.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52282025-09-19T00:10:06.325Z[ recovery-image] Sep 19 00:10:04.682 INFO O| Sep 19 00:10:04.682 INFO STEP 150 (remove_files) COMPLETE
52292025-09-19T00:10:06.330Z[ recovery-image] Sep 19 00:10:04.682 INFO O| Sep 19 00:10:04.682 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302025-09-19T00:10:06.338Z[ recovery-image] Sep 19 00:10:04.695 INFO O| Sep 19 00:10:04.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52312025-09-19T00:10:06.338Z[ recovery-image] Sep 19 00:10:04.695 INFO O| Sep 19 00:10:04.695 INFO STEP 151 (remove_files) COMPLETE
52322025-09-19T00:10:06.338Z[ recovery-image] Sep 19 00:10:04.695 INFO O| Sep 19 00:10:04.695 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332025-09-19T00:10:06.350Z[ recovery-image] Sep 19 00:10:04.707 INFO O| Sep 19 00:10:04.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52342025-09-19T00:10:06.350Z[ recovery-image] Sep 19 00:10:04.707 INFO O| Sep 19 00:10:04.707 INFO STEP 152 (remove_files) COMPLETE
52352025-09-19T00:10:06.350Z[ recovery-image] Sep 19 00:10:04.707 INFO O| Sep 19 00:10:04.707 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362025-09-19T00:10:06.363Z[ recovery-image] Sep 19 00:10:04.720 INFO O| Sep 19 00:10:04.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52372025-09-19T00:10:06.363Z[ recovery-image] Sep 19 00:10:04.720 INFO O| Sep 19 00:10:04.720 INFO STEP 153 (remove_files) COMPLETE
52382025-09-19T00:10:06.365Z[ recovery-image] Sep 19 00:10:04.720 INFO O| Sep 19 00:10:04.720 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392025-09-19T00:10:06.375Z[ recovery-image] Sep 19 00:10:04.732 INFO O| Sep 19 00:10:04.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52402025-09-19T00:10:06.375Z[ recovery-image] Sep 19 00:10:04.732 INFO O| Sep 19 00:10:04.732 INFO STEP 154 (remove_files) COMPLETE
52412025-09-19T00:10:06.377Z[ recovery-image] Sep 19 00:10:04.732 INFO O| Sep 19 00:10:04.732 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422025-09-19T00:10:06.388Z[ recovery-image] Sep 19 00:10:04.745 INFO O| Sep 19 00:10:04.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52432025-09-19T00:10:06.388Z[ recovery-image] Sep 19 00:10:04.745 INFO O| Sep 19 00:10:04.745 INFO STEP 155 (remove_files) COMPLETE
52442025-09-19T00:10:06.388Z[ recovery-image] Sep 19 00:10:04.745 INFO O| Sep 19 00:10:04.745 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452025-09-19T00:10:06.401Z[ recovery-image] Sep 19 00:10:04.758 INFO O| Sep 19 00:10:04.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52462025-09-19T00:10:06.401Z[ recovery-image] Sep 19 00:10:04.758 INFO O| Sep 19 00:10:04.758 INFO STEP 156 (remove_files) COMPLETE
52472025-09-19T00:10:06.401Z[ recovery-image] Sep 19 00:10:04.758 INFO O| Sep 19 00:10:04.758 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482025-09-19T00:10:06.414Z[ recovery-image] Sep 19 00:10:04.772 INFO O| Sep 19 00:10:04.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52492025-09-19T00:10:06.414Z[ recovery-image] Sep 19 00:10:04.772 INFO O| Sep 19 00:10:04.772 INFO STEP 157 (remove_files) COMPLETE
52502025-09-19T00:10:06.414Z[ recovery-image] Sep 19 00:10:04.772 INFO O| Sep 19 00:10:04.772 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512025-09-19T00:10:06.427Z[ recovery-image] Sep 19 00:10:04.784 INFO O| Sep 19 00:10:04.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52522025-09-19T00:10:06.427Z[ recovery-image] Sep 19 00:10:04.784 INFO O| Sep 19 00:10:04.784 INFO STEP 158 (remove_files) COMPLETE
52532025-09-19T00:10:06.430Z[ recovery-image] Sep 19 00:10:04.784 INFO O| Sep 19 00:10:04.784 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542025-09-19T00:10:06.440Z[ recovery-image] Sep 19 00:10:04.797 INFO O| Sep 19 00:10:04.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52552025-09-19T00:10:06.440Z[ recovery-image] Sep 19 00:10:04.798 INFO O| Sep 19 00:10:04.798 INFO STEP 159 (remove_files) COMPLETE
52562025-09-19T00:10:06.443Z[ recovery-image] Sep 19 00:10:04.798 INFO O| Sep 19 00:10:04.798 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572025-09-19T00:10:06.453Z[ recovery-image] Sep 19 00:10:04.810 INFO O| Sep 19 00:10:04.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52582025-09-19T00:10:06.455Z[ recovery-image] Sep 19 00:10:04.810 INFO O| Sep 19 00:10:04.810 INFO STEP 160 (remove_files) COMPLETE
52592025-09-19T00:10:06.455Z[ recovery-image] Sep 19 00:10:04.810 INFO O| Sep 19 00:10:04.810 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602025-09-19T00:10:06.465Z[ recovery-image] Sep 19 00:10:04.823 INFO O| Sep 19 00:10:04.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52612025-09-19T00:10:06.465Z[ recovery-image] Sep 19 00:10:04.823 INFO O| Sep 19 00:10:04.823 INFO STEP 161 (remove_files) COMPLETE
52622025-09-19T00:10:06.468Z[ recovery-image] Sep 19 00:10:04.823 INFO O| Sep 19 00:10:04.823 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632025-09-19T00:10:06.478Z[ recovery-image] Sep 19 00:10:04.835 INFO O| Sep 19 00:10:04.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52642025-09-19T00:10:06.478Z[ recovery-image] Sep 19 00:10:04.836 INFO O| Sep 19 00:10:04.836 INFO STEP 162 (remove_files) COMPLETE
52652025-09-19T00:10:06.478Z[ recovery-image] Sep 19 00:10:04.836 INFO O| Sep 19 00:10:04.836 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662025-09-19T00:10:06.492Z[ recovery-image] Sep 19 00:10:04.849 INFO O| Sep 19 00:10:04.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52672025-09-19T00:10:06.492Z[ recovery-image] Sep 19 00:10:04.849 INFO O| Sep 19 00:10:04.849 INFO STEP 163 (remove_files) COMPLETE
52682025-09-19T00:10:06.492Z[ recovery-image] Sep 19 00:10:04.849 INFO O| Sep 19 00:10:04.849 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692025-09-19T00:10:06.505Z[ recovery-image] Sep 19 00:10:04.862 INFO O| Sep 19 00:10:04.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
52702025-09-19T00:10:06.505Z[ recovery-image] Sep 19 00:10:04.862 INFO O| Sep 19 00:10:04.862 INFO STEP 164 (remove_files) COMPLETE
52712025-09-19T00:10:06.505Z[ recovery-image] Sep 19 00:10:04.862 INFO O| Sep 19 00:10:04.862 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722025-09-19T00:10:06.518Z[ recovery-image] Sep 19 00:10:04.875 INFO O| Sep 19 00:10:04.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
52732025-09-19T00:10:06.521Z[ recovery-image] Sep 19 00:10:04.876 INFO O| Sep 19 00:10:04.876 INFO STEP 165 (remove_files) COMPLETE
52742025-09-19T00:10:06.521Z[ recovery-image] Sep 19 00:10:04.876 INFO O| Sep 19 00:10:04.876 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752025-09-19T00:10:06.533Z[ recovery-image] Sep 19 00:10:04.890 INFO O| Sep 19 00:10:04.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
52762025-09-19T00:10:06.533Z[ recovery-image] Sep 19 00:10:04.890 INFO O| Sep 19 00:10:04.890 INFO STEP 166 (remove_files) COMPLETE
52772025-09-19T00:10:06.535Z[ recovery-image] Sep 19 00:10:04.890 INFO O| Sep 19 00:10:04.890 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782025-09-19T00:10:06.546Z[ recovery-image] Sep 19 00:10:04.903 INFO O| Sep 19 00:10:04.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
52792025-09-19T00:10:06.546Z[ recovery-image] Sep 19 00:10:04.903 INFO O| Sep 19 00:10:04.903 INFO STEP 167 (remove_files) COMPLETE
52802025-09-19T00:10:06.546Z[ recovery-image] Sep 19 00:10:04.903 INFO O| Sep 19 00:10:04.903 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812025-09-19T00:10:06.559Z[ recovery-image] Sep 19 00:10:04.917 INFO O| Sep 19 00:10:04.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
52822025-09-19T00:10:06.563Z[ recovery-image] Sep 19 00:10:04.917 INFO O| Sep 19 00:10:04.917 INFO STEP 168 (remove_files) COMPLETE
52832025-09-19T00:10:06.563Z[ recovery-image] Sep 19 00:10:04.917 INFO O| Sep 19 00:10:04.917 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842025-09-19T00:10:06.574Z[ recovery-image] Sep 19 00:10:04.931 INFO O| Sep 19 00:10:04.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
52852025-09-19T00:10:06.575Z[ recovery-image] Sep 19 00:10:04.931 INFO O| Sep 19 00:10:04.931 INFO STEP 169 (remove_files) COMPLETE
52862025-09-19T00:10:06.578Z[ recovery-image] Sep 19 00:10:04.931 INFO O| Sep 19 00:10:04.931 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872025-09-19T00:10:06.587Z[ recovery-image] Sep 19 00:10:04.944 INFO O| Sep 19 00:10:04.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
52882025-09-19T00:10:06.587Z[ recovery-image] Sep 19 00:10:04.944 INFO O| Sep 19 00:10:04.944 INFO STEP 170 (remove_files) COMPLETE
52892025-09-19T00:10:06.587Z[ recovery-image] Sep 19 00:10:04.944 INFO O| Sep 19 00:10:04.944 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902025-09-19T00:10:06.600Z[ recovery-image] Sep 19 00:10:04.957 INFO O| Sep 19 00:10:04.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
52912025-09-19T00:10:06.600Z[ recovery-image] Sep 19 00:10:04.957 INFO O| Sep 19 00:10:04.957 INFO STEP 171 (remove_files) COMPLETE
52922025-09-19T00:10:06.600Z[ recovery-image] Sep 19 00:10:04.957 INFO O| Sep 19 00:10:04.957 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932025-09-19T00:10:06.612Z[ recovery-image] Sep 19 00:10:04.969 INFO O| Sep 19 00:10:04.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
52942025-09-19T00:10:06.612Z[ recovery-image] Sep 19 00:10:04.969 INFO O| Sep 19 00:10:04.969 INFO STEP 172 (remove_files) COMPLETE
52952025-09-19T00:10:06.615Z[ recovery-image] Sep 19 00:10:04.970 INFO O| Sep 19 00:10:04.969 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962025-09-19T00:10:06.625Z[ recovery-image] Sep 19 00:10:04.982 INFO O| Sep 19 00:10:04.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
52972025-09-19T00:10:06.625Z[ recovery-image] Sep 19 00:10:04.982 INFO O| Sep 19 00:10:04.982 INFO STEP 173 (remove_files) COMPLETE
52982025-09-19T00:10:06.625Z[ recovery-image] Sep 19 00:10:04.982 INFO O| Sep 19 00:10:04.982 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992025-09-19T00:10:06.639Z[ recovery-image] Sep 19 00:10:04.996 INFO O| Sep 19 00:10:04.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53002025-09-19T00:10:06.639Z[ recovery-image] Sep 19 00:10:04.996 INFO O| Sep 19 00:10:04.996 INFO STEP 174 (remove_files) COMPLETE
53012025-09-19T00:10:06.639Z[ recovery-image] Sep 19 00:10:04.996 INFO O| Sep 19 00:10:04.996 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022025-09-19T00:10:06.653Z[ recovery-image] Sep 19 00:10:05.010 INFO O| Sep 19 00:10:05.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53032025-09-19T00:10:06.653Z[ recovery-image] Sep 19 00:10:05.010 INFO O| Sep 19 00:10:05.010 INFO STEP 175 (remove_files) COMPLETE
53042025-09-19T00:10:06.653Z[ recovery-image] Sep 19 00:10:05.010 INFO O| Sep 19 00:10:05.010 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052025-09-19T00:10:06.667Z[ recovery-image] Sep 19 00:10:05.024 INFO O| Sep 19 00:10:05.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53062025-09-19T00:10:06.667Z[ recovery-image] Sep 19 00:10:05.024 INFO O| Sep 19 00:10:05.024 INFO STEP 176 (remove_files) COMPLETE
53072025-09-19T00:10:06.670Z[ recovery-image] Sep 19 00:10:05.024 INFO O| Sep 19 00:10:05.024 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082025-09-19T00:10:06.680Z[ recovery-image] Sep 19 00:10:05.037 INFO O| Sep 19 00:10:05.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53092025-09-19T00:10:06.680Z[ recovery-image] Sep 19 00:10:05.037 INFO O| Sep 19 00:10:05.037 INFO STEP 177 (remove_files) COMPLETE
53102025-09-19T00:10:06.680Z[ recovery-image] Sep 19 00:10:05.037 INFO O| Sep 19 00:10:05.037 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112025-09-19T00:10:06.693Z[ recovery-image] Sep 19 00:10:05.050 INFO O| Sep 19 00:10:05.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53122025-09-19T00:10:06.693Z[ recovery-image] Sep 19 00:10:05.050 INFO O| Sep 19 00:10:05.050 INFO STEP 178 (remove_files) COMPLETE
53132025-09-19T00:10:06.696Z[ recovery-image] Sep 19 00:10:05.050 INFO O| Sep 19 00:10:05.050 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142025-09-19T00:10:06.706Z[ recovery-image] Sep 19 00:10:05.063 INFO O| Sep 19 00:10:05.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53152025-09-19T00:10:06.706Z[ recovery-image] Sep 19 00:10:05.063 INFO O| Sep 19 00:10:05.063 INFO STEP 179 (remove_files) COMPLETE
53162025-09-19T00:10:06.709Z[ recovery-image] Sep 19 00:10:05.063 INFO O| Sep 19 00:10:05.063 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172025-09-19T00:10:06.719Z[ recovery-image] Sep 19 00:10:05.076 INFO O| Sep 19 00:10:05.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53182025-09-19T00:10:06.719Z[ recovery-image] Sep 19 00:10:05.076 INFO O| Sep 19 00:10:05.076 INFO STEP 180 (remove_files) COMPLETE
53192025-09-19T00:10:06.719Z[ recovery-image] Sep 19 00:10:05.076 INFO O| Sep 19 00:10:05.076 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202025-09-19T00:10:06.732Z[ recovery-image] Sep 19 00:10:05.089 INFO O| Sep 19 00:10:05.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53212025-09-19T00:10:06.732Z[ recovery-image] Sep 19 00:10:05.089 INFO O| Sep 19 00:10:05.089 INFO STEP 181 (remove_files) COMPLETE
53222025-09-19T00:10:06.732Z[ recovery-image] Sep 19 00:10:05.089 INFO O| Sep 19 00:10:05.089 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232025-09-19T00:10:06.745Z[ recovery-image] Sep 19 00:10:05.102 INFO O| Sep 19 00:10:05.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53242025-09-19T00:10:06.745Z[ recovery-image] Sep 19 00:10:05.102 INFO O| Sep 19 00:10:05.102 INFO STEP 182 (remove_files) COMPLETE
53252025-09-19T00:10:06.745Z[ recovery-image] Sep 19 00:10:05.102 INFO O| Sep 19 00:10:05.102 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262025-09-19T00:10:06.758Z[ recovery-image] Sep 19 00:10:05.115 INFO O| Sep 19 00:10:05.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53272025-09-19T00:10:06.758Z[ recovery-image] Sep 19 00:10:05.115 INFO O| Sep 19 00:10:05.115 INFO STEP 183 (remove_files) COMPLETE
53282025-09-19T00:10:06.761Z[ recovery-image] Sep 19 00:10:05.115 INFO O| Sep 19 00:10:05.115 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292025-09-19T00:10:06.772Z[ recovery-image] Sep 19 00:10:05.129 INFO O| Sep 19 00:10:05.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53302025-09-19T00:10:06.772Z[ recovery-image] Sep 19 00:10:05.129 INFO O| Sep 19 00:10:05.129 INFO STEP 184 (remove_files) COMPLETE
53312025-09-19T00:10:06.777Z[ recovery-image] Sep 19 00:10:05.129 INFO O| Sep 19 00:10:05.129 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322025-09-19T00:10:06.786Z[ recovery-image] Sep 19 00:10:05.143 INFO O| Sep 19 00:10:05.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53332025-09-19T00:10:06.786Z[ recovery-image] Sep 19 00:10:05.143 INFO O| Sep 19 00:10:05.143 INFO STEP 185 (remove_files) COMPLETE
53342025-09-19T00:10:06.786Z[ recovery-image] Sep 19 00:10:05.143 INFO O| Sep 19 00:10:05.143 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352025-09-19T00:10:06.799Z[ recovery-image] Sep 19 00:10:05.156 INFO O| Sep 19 00:10:05.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53362025-09-19T00:10:06.799Z[ recovery-image] Sep 19 00:10:05.156 INFO O| Sep 19 00:10:05.156 INFO STEP 186 (remove_files) COMPLETE
53372025-09-19T00:10:06.802Z[ recovery-image] Sep 19 00:10:05.156 INFO O| Sep 19 00:10:05.156 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382025-09-19T00:10:06.812Z[ recovery-image] Sep 19 00:10:05.169 INFO O| Sep 19 00:10:05.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53392025-09-19T00:10:06.819Z[ recovery-image] Sep 19 00:10:05.169 INFO O| Sep 19 00:10:05.169 INFO STEP 187 (remove_files) COMPLETE
53402025-09-19T00:10:06.822Z[ recovery-image] Sep 19 00:10:05.169 INFO O| Sep 19 00:10:05.169 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412025-09-19T00:10:06.826Z[ recovery-image] Sep 19 00:10:05.183 INFO O| Sep 19 00:10:05.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53422025-09-19T00:10:06.826Z[ recovery-image] Sep 19 00:10:05.183 INFO O| Sep 19 00:10:05.183 INFO STEP 188 (remove_files) COMPLETE
53432025-09-19T00:10:06.829Z[ recovery-image] Sep 19 00:10:05.183 INFO O| Sep 19 00:10:05.183 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442025-09-19T00:10:06.840Z[ recovery-image] Sep 19 00:10:05.197 INFO O| Sep 19 00:10:05.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53452025-09-19T00:10:06.840Z[ recovery-image] Sep 19 00:10:05.197 INFO O| Sep 19 00:10:05.197 INFO STEP 189 (remove_files) COMPLETE
53462025-09-19T00:10:06.840Z[ recovery-image] Sep 19 00:10:05.197 INFO O| Sep 19 00:10:05.197 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472025-09-19T00:10:06.855Z[ recovery-image] Sep 19 00:10:05.211 INFO O| Sep 19 00:10:05.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53482025-09-19T00:10:06.855Z[ recovery-image] Sep 19 00:10:05.211 INFO O| Sep 19 00:10:05.211 INFO STEP 190 (remove_files) COMPLETE
53492025-09-19T00:10:06.858Z[ recovery-image] Sep 19 00:10:05.211 INFO O| Sep 19 00:10:05.211 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502025-09-19T00:10:06.869Z[ recovery-image] Sep 19 00:10:05.225 INFO O| Sep 19 00:10:05.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53512025-09-19T00:10:06.869Z[ recovery-image] Sep 19 00:10:05.225 INFO O| Sep 19 00:10:05.225 INFO STEP 191 (remove_files) COMPLETE
53522025-09-19T00:10:06.869Z[ recovery-image] Sep 19 00:10:05.225 INFO O| Sep 19 00:10:05.225 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532025-09-19T00:10:06.882Z[ recovery-image] Sep 19 00:10:05.239 INFO O| Sep 19 00:10:05.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53542025-09-19T00:10:06.882Z[ recovery-image] Sep 19 00:10:05.239 INFO O| Sep 19 00:10:05.239 INFO STEP 192 (remove_files) COMPLETE
53552025-09-19T00:10:06.882Z[ recovery-image] Sep 19 00:10:05.239 INFO O| Sep 19 00:10:05.239 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562025-09-19T00:10:06.896Z[ recovery-image] Sep 19 00:10:05.253 INFO O| Sep 19 00:10:05.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53572025-09-19T00:10:06.896Z[ recovery-image] Sep 19 00:10:05.253 INFO O| Sep 19 00:10:05.253 INFO STEP 193 (remove_files) COMPLETE
53582025-09-19T00:10:06.896Z[ recovery-image] Sep 19 00:10:05.253 INFO O| Sep 19 00:10:05.253 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592025-09-19T00:10:06.910Z[ recovery-image] Sep 19 00:10:05.267 INFO O| Sep 19 00:10:05.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53602025-09-19T00:10:06.910Z[ recovery-image] Sep 19 00:10:05.267 INFO O| Sep 19 00:10:05.267 INFO STEP 194 (remove_files) COMPLETE
53612025-09-19T00:10:06.913Z[ recovery-image] Sep 19 00:10:05.267 INFO O| Sep 19 00:10:05.267 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622025-09-19T00:10:06.923Z[ recovery-image] Sep 19 00:10:05.280 INFO O| Sep 19 00:10:05.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53632025-09-19T00:10:06.923Z[ recovery-image] Sep 19 00:10:05.280 INFO O| Sep 19 00:10:05.280 INFO STEP 195 (remove_files) COMPLETE
53642025-09-19T00:10:06.923Z[ recovery-image] Sep 19 00:10:05.280 INFO O| Sep 19 00:10:05.280 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652025-09-19T00:10:06.936Z[ recovery-image] Sep 19 00:10:05.293 INFO O| Sep 19 00:10:05.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53662025-09-19T00:10:06.936Z[ recovery-image] Sep 19 00:10:05.293 INFO O| Sep 19 00:10:05.293 INFO STEP 196 (remove_files) COMPLETE
53672025-09-19T00:10:06.936Z[ recovery-image] Sep 19 00:10:05.293 INFO O| Sep 19 00:10:05.293 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682025-09-19T00:10:06.949Z[ recovery-image] Sep 19 00:10:05.306 INFO O| Sep 19 00:10:05.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
53692025-09-19T00:10:06.949Z[ recovery-image] Sep 19 00:10:05.306 INFO O| Sep 19 00:10:05.306 INFO STEP 197 (remove_files) COMPLETE
53702025-09-19T00:10:06.952Z[ recovery-image] Sep 19 00:10:05.306 INFO O| Sep 19 00:10:05.306 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712025-09-19T00:10:06.962Z[ recovery-image] Sep 19 00:10:05.320 INFO O| Sep 19 00:10:05.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
53722025-09-19T00:10:06.963Z[ recovery-image] Sep 19 00:10:05.320 INFO O| Sep 19 00:10:05.320 INFO STEP 198 (remove_files) COMPLETE
53732025-09-19T00:10:06.963Z[ recovery-image] Sep 19 00:10:05.320 INFO O| Sep 19 00:10:05.320 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742025-09-19T00:10:06.975Z[ recovery-image] Sep 19 00:10:05.332 INFO O| Sep 19 00:10:05.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
53752025-09-19T00:10:06.975Z[ recovery-image] Sep 19 00:10:05.333 INFO O| Sep 19 00:10:05.333 INFO STEP 199 (remove_files) COMPLETE
53762025-09-19T00:10:06.975Z[ recovery-image] Sep 19 00:10:05.333 INFO O| Sep 19 00:10:05.333 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772025-09-19T00:10:06.988Z[ recovery-image] Sep 19 00:10:05.345 INFO O| Sep 19 00:10:05.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
53782025-09-19T00:10:06.988Z[ recovery-image] Sep 19 00:10:05.345 INFO O| Sep 19 00:10:05.345 INFO STEP 200 (remove_files) COMPLETE
53792025-09-19T00:10:06.988Z[ recovery-image] Sep 19 00:10:05.345 INFO O| Sep 19 00:10:05.345 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802025-09-19T00:10:07.000Z[ recovery-image] Sep 19 00:10:05.357 INFO O| Sep 19 00:10:05.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
53812025-09-19T00:10:07.001Z[ recovery-image] Sep 19 00:10:05.357 INFO O| Sep 19 00:10:05.357 INFO STEP 201 (remove_files) COMPLETE
53822025-09-19T00:10:07.004Z[ recovery-image] Sep 19 00:10:05.357 INFO O| Sep 19 00:10:05.357 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832025-09-19T00:10:07.013Z[ recovery-image] Sep 19 00:10:05.370 INFO O| Sep 19 00:10:05.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
53842025-09-19T00:10:07.013Z[ recovery-image] Sep 19 00:10:05.370 INFO O| Sep 19 00:10:05.370 INFO STEP 202 (remove_files) COMPLETE
53852025-09-19T00:10:07.013Z[ recovery-image] Sep 19 00:10:05.370 INFO O| Sep 19 00:10:05.370 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862025-09-19T00:10:07.026Z[ recovery-image] Sep 19 00:10:05.383 INFO O| Sep 19 00:10:05.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
53872025-09-19T00:10:07.026Z[ recovery-image] Sep 19 00:10:05.383 INFO O| Sep 19 00:10:05.383 INFO STEP 203 (remove_files) COMPLETE
53882025-09-19T00:10:07.026Z[ recovery-image] Sep 19 00:10:05.384 INFO O| Sep 19 00:10:05.383 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892025-09-19T00:10:07.040Z[ recovery-image] Sep 19 00:10:05.397 INFO O| Sep 19 00:10:05.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
53902025-09-19T00:10:07.040Z[ recovery-image] Sep 19 00:10:05.398 INFO O| Sep 19 00:10:05.398 INFO STEP 204 (remove_files) COMPLETE
53912025-09-19T00:10:07.040Z[ recovery-image] Sep 19 00:10:05.398 INFO O| Sep 19 00:10:05.398 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922025-09-19T00:10:07.054Z[ recovery-image] Sep 19 00:10:05.411 INFO O| Sep 19 00:10:05.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
53932025-09-19T00:10:07.054Z[ recovery-image] Sep 19 00:10:05.411 INFO O| Sep 19 00:10:05.411 INFO STEP 205 (remove_files) COMPLETE
53942025-09-19T00:10:07.054Z[ recovery-image] Sep 19 00:10:05.411 INFO O| Sep 19 00:10:05.411 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952025-09-19T00:10:07.067Z[ recovery-image] Sep 19 00:10:05.424 INFO O| Sep 19 00:10:05.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
53962025-09-19T00:10:07.067Z[ recovery-image] Sep 19 00:10:05.424 INFO O| Sep 19 00:10:05.424 INFO STEP 206 (remove_files) COMPLETE
53972025-09-19T00:10:07.067Z[ recovery-image] Sep 19 00:10:05.424 INFO O| Sep 19 00:10:05.424 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982025-09-19T00:10:07.080Z[ recovery-image] Sep 19 00:10:05.437 INFO O| Sep 19 00:10:05.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
53992025-09-19T00:10:07.084Z[ recovery-image] Sep 19 00:10:05.438 INFO O| Sep 19 00:10:05.437 INFO STEP 207 (remove_files) COMPLETE
54002025-09-19T00:10:07.084Z[ recovery-image] Sep 19 00:10:05.438 INFO O| Sep 19 00:10:05.437 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012025-09-19T00:10:07.094Z[ recovery-image] Sep 19 00:10:05.451 INFO O| Sep 19 00:10:05.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54022025-09-19T00:10:07.094Z[ recovery-image] Sep 19 00:10:05.451 INFO O| Sep 19 00:10:05.451 INFO STEP 208 (remove_files) COMPLETE
54032025-09-19T00:10:07.094Z[ recovery-image] Sep 19 00:10:05.451 INFO O| Sep 19 00:10:05.451 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042025-09-19T00:10:07.107Z[ recovery-image] Sep 19 00:10:05.464 INFO O| Sep 19 00:10:05.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54052025-09-19T00:10:07.107Z[ recovery-image] Sep 19 00:10:05.464 INFO O| Sep 19 00:10:05.464 INFO STEP 209 (remove_files) COMPLETE
54062025-09-19T00:10:07.110Z[ recovery-image] Sep 19 00:10:05.464 INFO O| Sep 19 00:10:05.464 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072025-09-19T00:10:07.121Z[ recovery-image] Sep 19 00:10:05.478 INFO O| Sep 19 00:10:05.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54082025-09-19T00:10:07.124Z[ recovery-image] Sep 19 00:10:05.478 INFO O| Sep 19 00:10:05.478 INFO STEP 210 (remove_files) COMPLETE
54092025-09-19T00:10:07.124Z[ recovery-image] Sep 19 00:10:05.478 INFO O| Sep 19 00:10:05.478 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102025-09-19T00:10:07.135Z[ recovery-image] Sep 19 00:10:05.492 INFO O| Sep 19 00:10:05.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54112025-09-19T00:10:07.135Z[ recovery-image] Sep 19 00:10:05.492 INFO O| Sep 19 00:10:05.492 INFO STEP 211 (remove_files) COMPLETE
54122025-09-19T00:10:07.135Z[ recovery-image] Sep 19 00:10:05.492 INFO O| Sep 19 00:10:05.492 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132025-09-19T00:10:07.148Z[ recovery-image] Sep 19 00:10:05.505 INFO O| Sep 19 00:10:05.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54142025-09-19T00:10:07.148Z[ recovery-image] Sep 19 00:10:05.505 INFO O| Sep 19 00:10:05.505 INFO STEP 212 (remove_files) COMPLETE
54152025-09-19T00:10:07.151Z[ recovery-image] Sep 19 00:10:05.505 INFO O| Sep 19 00:10:05.505 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162025-09-19T00:10:07.161Z[ recovery-image] Sep 19 00:10:05.518 INFO O| Sep 19 00:10:05.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54172025-09-19T00:10:07.161Z[ recovery-image] Sep 19 00:10:05.518 INFO O| Sep 19 00:10:05.518 INFO STEP 213 (remove_files) COMPLETE
54182025-09-19T00:10:07.161Z[ recovery-image] Sep 19 00:10:05.518 INFO O| Sep 19 00:10:05.518 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192025-09-19T00:10:07.174Z[ recovery-image] Sep 19 00:10:05.531 INFO O| Sep 19 00:10:05.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54202025-09-19T00:10:07.174Z[ recovery-image] Sep 19 00:10:05.531 INFO O| Sep 19 00:10:05.531 INFO STEP 214 (remove_files) COMPLETE
54212025-09-19T00:10:07.174Z[ recovery-image] Sep 19 00:10:05.531 INFO O| Sep 19 00:10:05.531 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222025-09-19T00:10:07.187Z[ recovery-image] Sep 19 00:10:05.545 INFO O| Sep 19 00:10:05.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54232025-09-19T00:10:07.187Z[ recovery-image] Sep 19 00:10:05.545 INFO O| Sep 19 00:10:05.545 INFO STEP 215 (remove_files) COMPLETE
54242025-09-19T00:10:07.190Z[ recovery-image] Sep 19 00:10:05.545 INFO O| Sep 19 00:10:05.545 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252025-09-19T00:10:07.201Z[ recovery-image] Sep 19 00:10:05.558 INFO O| Sep 19 00:10:05.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54262025-09-19T00:10:07.201Z[ recovery-image] Sep 19 00:10:05.558 INFO O| Sep 19 00:10:05.558 INFO STEP 216 (remove_files) COMPLETE
54272025-09-19T00:10:07.201Z[ recovery-image] Sep 19 00:10:05.558 INFO O| Sep 19 00:10:05.558 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282025-09-19T00:10:07.216Z[ recovery-image] Sep 19 00:10:05.573 INFO O| Sep 19 00:10:05.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54292025-09-19T00:10:07.216Z[ recovery-image] Sep 19 00:10:05.573 INFO O| Sep 19 00:10:05.573 INFO STEP 217 (remove_files) COMPLETE
54302025-09-19T00:10:07.219Z[ recovery-image] Sep 19 00:10:05.573 INFO O| Sep 19 00:10:05.573 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312025-09-19T00:10:07.230Z[ recovery-image] Sep 19 00:10:05.587 INFO O| Sep 19 00:10:05.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54322025-09-19T00:10:07.230Z[ recovery-image] Sep 19 00:10:05.587 INFO O| Sep 19 00:10:05.587 INFO STEP 218 (remove_files) COMPLETE
54332025-09-19T00:10:07.233Z[ recovery-image] Sep 19 00:10:05.587 INFO O| Sep 19 00:10:05.587 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342025-09-19T00:10:07.245Z[ recovery-image] Sep 19 00:10:05.601 INFO O| Sep 19 00:10:05.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54352025-09-19T00:10:07.245Z[ recovery-image] Sep 19 00:10:05.601 INFO O| Sep 19 00:10:05.601 INFO STEP 219 (remove_files) COMPLETE
54362025-09-19T00:10:07.245Z[ recovery-image] Sep 19 00:10:05.601 INFO O| Sep 19 00:10:05.601 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372025-09-19T00:10:07.259Z[ recovery-image] Sep 19 00:10:05.616 INFO O| Sep 19 00:10:05.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54382025-09-19T00:10:07.259Z[ recovery-image] Sep 19 00:10:05.616 INFO O| Sep 19 00:10:05.616 INFO STEP 220 (remove_files) COMPLETE
54392025-09-19T00:10:07.262Z[ recovery-image] Sep 19 00:10:05.616 INFO O| Sep 19 00:10:05.616 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402025-09-19T00:10:07.273Z[ recovery-image] Sep 19 00:10:05.630 INFO O| Sep 19 00:10:05.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54412025-09-19T00:10:07.273Z[ recovery-image] Sep 19 00:10:05.630 INFO O| Sep 19 00:10:05.630 INFO STEP 221 (remove_files) COMPLETE
54422025-09-19T00:10:07.277Z[ recovery-image] Sep 19 00:10:05.631 INFO O| Sep 19 00:10:05.630 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432025-09-19T00:10:07.288Z[ recovery-image] Sep 19 00:10:05.645 INFO O| Sep 19 00:10:05.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54442025-09-19T00:10:07.291Z[ recovery-image] Sep 19 00:10:05.646 INFO O| Sep 19 00:10:05.646 INFO STEP 222 (remove_files) COMPLETE
54452025-09-19T00:10:07.291Z[ recovery-image] Sep 19 00:10:05.646 INFO O| Sep 19 00:10:05.646 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462025-09-19T00:10:07.302Z[ recovery-image] Sep 19 00:10:05.660 INFO O| Sep 19 00:10:05.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54472025-09-19T00:10:07.302Z[ recovery-image] Sep 19 00:10:05.660 INFO O| Sep 19 00:10:05.660 INFO STEP 223 (remove_files) COMPLETE
54482025-09-19T00:10:07.306Z[ recovery-image] Sep 19 00:10:05.660 INFO O| Sep 19 00:10:05.660 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492025-09-19T00:10:07.318Z[ recovery-image] Sep 19 00:10:05.674 INFO O| Sep 19 00:10:05.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54502025-09-19T00:10:07.318Z[ recovery-image] Sep 19 00:10:05.674 INFO O| Sep 19 00:10:05.674 INFO STEP 224 (remove_files) COMPLETE
54512025-09-19T00:10:07.321Z[ recovery-image] Sep 19 00:10:05.674 INFO O| Sep 19 00:10:05.674 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522025-09-19T00:10:07.330Z[ recovery-image] Sep 19 00:10:05.687 INFO O| Sep 19 00:10:05.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54532025-09-19T00:10:07.330Z[ recovery-image] Sep 19 00:10:05.687 INFO O| Sep 19 00:10:05.687 INFO STEP 225 (remove_files) COMPLETE
54542025-09-19T00:10:07.333Z[ recovery-image] Sep 19 00:10:05.687 INFO O| Sep 19 00:10:05.687 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552025-09-19T00:10:07.345Z[ recovery-image] Sep 19 00:10:05.701 INFO O| Sep 19 00:10:05.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54562025-09-19T00:10:07.345Z[ recovery-image] Sep 19 00:10:05.701 INFO O| Sep 19 00:10:05.701 INFO STEP 226 (remove_files) COMPLETE
54572025-09-19T00:10:07.348Z[ recovery-image] Sep 19 00:10:05.701 INFO O| Sep 19 00:10:05.701 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582025-09-19T00:10:07.372Z[ recovery-image] Sep 19 00:10:05.729 INFO O| Sep 19 00:10:05.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54592025-09-19T00:10:07.372Z[ recovery-image] Sep 19 00:10:05.729 INFO O| Sep 19 00:10:05.729 INFO STEP 227 (remove_files) COMPLETE
54602025-09-19T00:10:07.376Z[ recovery-image] Sep 19 00:10:05.729 INFO O| Sep 19 00:10:05.729 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612025-09-19T00:10:07.390Z[ recovery-image] Sep 19 00:10:05.747 INFO O| Sep 19 00:10:05.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54622025-09-19T00:10:07.390Z[ recovery-image] Sep 19 00:10:05.747 INFO O| Sep 19 00:10:05.747 INFO STEP 228 (remove_files) COMPLETE
54632025-09-19T00:10:07.390Z[ recovery-image] Sep 19 00:10:05.747 INFO O| Sep 19 00:10:05.747 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642025-09-19T00:10:07.405Z[ recovery-image] Sep 19 00:10:05.762 INFO O| Sep 19 00:10:05.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54652025-09-19T00:10:07.405Z[ recovery-image] Sep 19 00:10:05.762 INFO O| Sep 19 00:10:05.762 INFO STEP 229 (remove_files) COMPLETE
54662025-09-19T00:10:07.405Z[ recovery-image] Sep 19 00:10:05.762 INFO O| Sep 19 00:10:05.762 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672025-09-19T00:10:07.418Z[ recovery-image] Sep 19 00:10:05.776 INFO O| Sep 19 00:10:05.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
54682025-09-19T00:10:07.418Z[ recovery-image] Sep 19 00:10:05.776 INFO O| Sep 19 00:10:05.776 INFO STEP 230 (remove_files) COMPLETE
54692025-09-19T00:10:07.422Z[ recovery-image] Sep 19 00:10:05.776 INFO O| Sep 19 00:10:05.776 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702025-09-19T00:10:07.433Z[ recovery-image] Sep 19 00:10:05.790 INFO O| Sep 19 00:10:05.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
54712025-09-19T00:10:07.433Z[ recovery-image] Sep 19 00:10:05.790 INFO O| Sep 19 00:10:05.790 INFO STEP 231 (remove_files) COMPLETE
54722025-09-19T00:10:07.433Z[ recovery-image] Sep 19 00:10:05.790 INFO O| Sep 19 00:10:05.790 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732025-09-19T00:10:07.448Z[ recovery-image] Sep 19 00:10:05.805 INFO O| Sep 19 00:10:05.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
54742025-09-19T00:10:07.448Z[ recovery-image] Sep 19 00:10:05.805 INFO O| Sep 19 00:10:05.805 INFO STEP 232 (remove_files) COMPLETE
54752025-09-19T00:10:07.448Z[ recovery-image] Sep 19 00:10:05.805 INFO O| Sep 19 00:10:05.805 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762025-09-19T00:10:07.463Z[ recovery-image] Sep 19 00:10:05.820 INFO O| Sep 19 00:10:05.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
54772025-09-19T00:10:07.463Z[ recovery-image] Sep 19 00:10:05.820 INFO O| Sep 19 00:10:05.820 INFO STEP 233 (remove_files) COMPLETE
54782025-09-19T00:10:07.463Z[ recovery-image] Sep 19 00:10:05.820 INFO O| Sep 19 00:10:05.820 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792025-09-19T00:10:07.477Z[ recovery-image] Sep 19 00:10:05.834 INFO O| Sep 19 00:10:05.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
54802025-09-19T00:10:07.478Z[ recovery-image] Sep 19 00:10:05.835 INFO O| Sep 19 00:10:05.835 INFO STEP 234 (remove_files) COMPLETE
54812025-09-19T00:10:07.478Z[ recovery-image] Sep 19 00:10:05.835 INFO O| Sep 19 00:10:05.835 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822025-09-19T00:10:07.492Z[ recovery-image] Sep 19 00:10:05.849 INFO O| Sep 19 00:10:05.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
54832025-09-19T00:10:07.492Z[ recovery-image] Sep 19 00:10:05.849 INFO O| Sep 19 00:10:05.849 INFO STEP 235 (remove_files) COMPLETE
54842025-09-19T00:10:07.495Z[ recovery-image] Sep 19 00:10:05.849 INFO O| Sep 19 00:10:05.849 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852025-09-19T00:10:07.506Z[ recovery-image] Sep 19 00:10:05.863 INFO O| Sep 19 00:10:05.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
54862025-09-19T00:10:07.506Z[ recovery-image] Sep 19 00:10:05.863 INFO O| Sep 19 00:10:05.863 INFO STEP 236 (remove_files) COMPLETE
54872025-09-19T00:10:07.506Z[ recovery-image] Sep 19 00:10:05.863 INFO O| Sep 19 00:10:05.863 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882025-09-19T00:10:07.520Z[ recovery-image] Sep 19 00:10:05.877 INFO O| Sep 19 00:10:05.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
54892025-09-19T00:10:07.524Z[ recovery-image] Sep 19 00:10:05.878 INFO O| Sep 19 00:10:05.878 INFO STEP 237 (remove_files) COMPLETE
54902025-09-19T00:10:07.524Z[ recovery-image] Sep 19 00:10:05.878 INFO O| Sep 19 00:10:05.878 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912025-09-19T00:10:07.536Z[ recovery-image] Sep 19 00:10:05.893 INFO O| Sep 19 00:10:05.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
54922025-09-19T00:10:07.536Z[ recovery-image] Sep 19 00:10:05.893 INFO O| Sep 19 00:10:05.893 INFO STEP 238 (remove_files) COMPLETE
54932025-09-19T00:10:07.536Z[ recovery-image] Sep 19 00:10:05.893 INFO O| Sep 19 00:10:05.893 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942025-09-19T00:10:07.551Z[ recovery-image] Sep 19 00:10:05.908 INFO O| Sep 19 00:10:05.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
54952025-09-19T00:10:07.551Z[ recovery-image] Sep 19 00:10:05.908 INFO O| Sep 19 00:10:05.908 INFO STEP 239 (remove_files) COMPLETE
54962025-09-19T00:10:07.551Z[ recovery-image] Sep 19 00:10:05.908 INFO O| Sep 19 00:10:05.908 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972025-09-19T00:10:07.565Z[ recovery-image] Sep 19 00:10:05.922 INFO O| Sep 19 00:10:05.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
54982025-09-19T00:10:07.565Z[ recovery-image] Sep 19 00:10:05.922 INFO O| Sep 19 00:10:05.922 INFO STEP 240 (remove_files) COMPLETE
54992025-09-19T00:10:07.568Z[ recovery-image] Sep 19 00:10:05.922 INFO O| Sep 19 00:10:05.922 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002025-09-19T00:10:07.579Z[ recovery-image] Sep 19 00:10:05.936 INFO O| Sep 19 00:10:05.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55012025-09-19T00:10:07.579Z[ recovery-image] Sep 19 00:10:05.936 INFO O| Sep 19 00:10:05.936 INFO STEP 241 (remove_files) COMPLETE
55022025-09-19T00:10:07.581Z[ recovery-image] Sep 19 00:10:05.936 INFO O| Sep 19 00:10:05.936 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032025-09-19T00:10:07.593Z[ recovery-image] Sep 19 00:10:05.950 INFO O| Sep 19 00:10:05.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55042025-09-19T00:10:07.593Z[ recovery-image] Sep 19 00:10:05.951 INFO O| Sep 19 00:10:05.950 INFO STEP 242 (remove_files) COMPLETE
55052025-09-19T00:10:07.597Z[ recovery-image] Sep 19 00:10:05.951 INFO O| Sep 19 00:10:05.951 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062025-09-19T00:10:07.609Z[ recovery-image] Sep 19 00:10:05.965 INFO O| Sep 19 00:10:05.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55072025-09-19T00:10:07.609Z[ recovery-image] Sep 19 00:10:05.966 INFO O| Sep 19 00:10:05.965 INFO STEP 243 (remove_files) COMPLETE
55082025-09-19T00:10:07.609Z[ recovery-image] Sep 19 00:10:05.966 INFO O| Sep 19 00:10:05.966 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092025-09-19T00:10:07.624Z[ recovery-image] Sep 19 00:10:05.981 INFO O| Sep 19 00:10:05.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55102025-09-19T00:10:07.624Z[ recovery-image] Sep 19 00:10:05.981 INFO O| Sep 19 00:10:05.981 INFO STEP 244 (remove_files) COMPLETE
55112025-09-19T00:10:07.627Z[ recovery-image] Sep 19 00:10:05.981 INFO O| Sep 19 00:10:05.981 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122025-09-19T00:10:07.638Z[ recovery-image] Sep 19 00:10:05.995 INFO O| Sep 19 00:10:05.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55132025-09-19T00:10:07.638Z[ recovery-image] Sep 19 00:10:05.996 INFO O| Sep 19 00:10:05.996 INFO STEP 245 (remove_files) COMPLETE
55142025-09-19T00:10:07.638Z[ recovery-image] Sep 19 00:10:05.996 INFO O| Sep 19 00:10:05.996 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152025-09-19T00:10:07.653Z[ recovery-image] Sep 19 00:10:06.010 INFO O| Sep 19 00:10:06.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55162025-09-19T00:10:07.653Z[ recovery-image] Sep 19 00:10:06.010 INFO O| Sep 19 00:10:06.010 INFO STEP 246 (remove_files) COMPLETE
55172025-09-19T00:10:07.653Z[ recovery-image] Sep 19 00:10:06.010 INFO O| Sep 19 00:10:06.010 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182025-09-19T00:10:07.668Z[ recovery-image] Sep 19 00:10:06.025 INFO O| Sep 19 00:10:06.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55192025-09-19T00:10:07.668Z[ recovery-image] Sep 19 00:10:06.025 INFO O| Sep 19 00:10:06.025 INFO STEP 247 (remove_files) COMPLETE
55202025-09-19T00:10:07.671Z[ recovery-image] Sep 19 00:10:06.025 INFO O| Sep 19 00:10:06.025 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212025-09-19T00:10:07.681Z[ recovery-image] Sep 19 00:10:06.039 INFO O| Sep 19 00:10:06.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55222025-09-19T00:10:07.681Z[ recovery-image] Sep 19 00:10:06.039 INFO O| Sep 19 00:10:06.039 INFO STEP 248 (remove_files) COMPLETE
55232025-09-19T00:10:07.682Z[ recovery-image] Sep 19 00:10:06.039 INFO O| Sep 19 00:10:06.039 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242025-09-19T00:10:07.696Z[ recovery-image] Sep 19 00:10:06.053 INFO O| Sep 19 00:10:06.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55252025-09-19T00:10:07.696Z[ recovery-image] Sep 19 00:10:06.054 INFO O| Sep 19 00:10:06.054 INFO STEP 249 (remove_files) COMPLETE
55262025-09-19T00:10:07.697Z[ recovery-image] Sep 19 00:10:06.054 INFO O| Sep 19 00:10:06.054 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272025-09-19T00:10:07.710Z[ recovery-image] Sep 19 00:10:06.068 INFO O| Sep 19 00:10:06.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55282025-09-19T00:10:07.711Z[ recovery-image] Sep 19 00:10:06.068 INFO O| Sep 19 00:10:06.068 INFO STEP 250 (remove_files) COMPLETE
55292025-09-19T00:10:07.711Z[ recovery-image] Sep 19 00:10:06.068 INFO O| Sep 19 00:10:06.068 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302025-09-19T00:10:07.724Z[ recovery-image] Sep 19 00:10:06.081 INFO O| Sep 19 00:10:06.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55312025-09-19T00:10:07.724Z[ recovery-image] Sep 19 00:10:06.081 INFO O| Sep 19 00:10:06.081 INFO STEP 251 (remove_files) COMPLETE
55322025-09-19T00:10:07.724Z[ recovery-image] Sep 19 00:10:06.081 INFO O| Sep 19 00:10:06.081 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332025-09-19T00:10:07.738Z[ recovery-image] Sep 19 00:10:06.095 INFO O| Sep 19 00:10:06.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55342025-09-19T00:10:07.738Z[ recovery-image] Sep 19 00:10:06.095 INFO O| Sep 19 00:10:06.095 INFO STEP 252 (remove_files) COMPLETE
55352025-09-19T00:10:07.738Z[ recovery-image] Sep 19 00:10:06.095 INFO O| Sep 19 00:10:06.095 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362025-09-19T00:10:07.751Z[ recovery-image] Sep 19 00:10:06.108 INFO O| Sep 19 00:10:06.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55372025-09-19T00:10:07.754Z[ recovery-image] Sep 19 00:10:06.109 INFO O| Sep 19 00:10:06.109 INFO STEP 253 (remove_files) COMPLETE
55382025-09-19T00:10:07.754Z[ recovery-image] Sep 19 00:10:06.109 INFO O| Sep 19 00:10:06.109 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392025-09-19T00:10:07.766Z[ recovery-image] Sep 19 00:10:06.124 INFO O| Sep 19 00:10:06.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55402025-09-19T00:10:07.767Z[ recovery-image] Sep 19 00:10:06.124 INFO O| Sep 19 00:10:06.124 INFO STEP 254 (remove_files) COMPLETE
55412025-09-19T00:10:07.767Z[ recovery-image] Sep 19 00:10:06.124 INFO O| Sep 19 00:10:06.124 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422025-09-19T00:10:07.782Z[ recovery-image] Sep 19 00:10:06.139 INFO O| Sep 19 00:10:06.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55432025-09-19T00:10:07.782Z[ recovery-image] Sep 19 00:10:06.139 INFO O| Sep 19 00:10:06.139 INFO STEP 255 (remove_files) COMPLETE
55442025-09-19T00:10:07.785Z[ recovery-image] Sep 19 00:10:06.139 INFO O| Sep 19 00:10:06.139 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452025-09-19T00:10:07.796Z[ recovery-image] Sep 19 00:10:06.153 INFO O| Sep 19 00:10:06.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55462025-09-19T00:10:07.796Z[ recovery-image] Sep 19 00:10:06.154 INFO O| Sep 19 00:10:06.153 INFO STEP 256 (remove_files) COMPLETE
55472025-09-19T00:10:07.796Z[ recovery-image] Sep 19 00:10:06.154 INFO O| Sep 19 00:10:06.154 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482025-09-19T00:10:07.810Z[ recovery-image] Sep 19 00:10:06.168 INFO O| Sep 19 00:10:06.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55492025-09-19T00:10:07.810Z[ recovery-image] Sep 19 00:10:06.168 INFO O| Sep 19 00:10:06.168 INFO STEP 257 (remove_files) COMPLETE
55502025-09-19T00:10:07.814Z[ recovery-image] Sep 19 00:10:06.168 INFO O| Sep 19 00:10:06.168 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512025-09-19T00:10:07.824Z[ recovery-image] Sep 19 00:10:06.181 INFO O| Sep 19 00:10:06.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55522025-09-19T00:10:07.824Z[ recovery-image] Sep 19 00:10:06.182 INFO O| Sep 19 00:10:06.182 INFO STEP 258 (remove_files) COMPLETE
55532025-09-19T00:10:07.827Z[ recovery-image] Sep 19 00:10:06.182 INFO O| Sep 19 00:10:06.182 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542025-09-19T00:10:07.839Z[ recovery-image] Sep 19 00:10:06.196 INFO O| Sep 19 00:10:06.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55552025-09-19T00:10:07.839Z[ recovery-image] Sep 19 00:10:06.196 INFO O| Sep 19 00:10:06.196 INFO STEP 259 (remove_files) COMPLETE
55562025-09-19T00:10:07.839Z[ recovery-image] Sep 19 00:10:06.197 INFO O| Sep 19 00:10:06.196 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572025-09-19T00:10:07.854Z[ recovery-image] Sep 19 00:10:06.211 INFO O| Sep 19 00:10:06.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55582025-09-19T00:10:07.857Z[ recovery-image] Sep 19 00:10:06.212 INFO O| Sep 19 00:10:06.212 INFO STEP 260 (remove_files) COMPLETE
55592025-09-19T00:10:07.857Z[ recovery-image] Sep 19 00:10:06.212 INFO O| Sep 19 00:10:06.212 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602025-09-19T00:10:07.869Z[ recovery-image] Sep 19 00:10:06.226 INFO O| Sep 19 00:10:06.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55612025-09-19T00:10:07.869Z[ recovery-image] Sep 19 00:10:06.226 INFO O| Sep 19 00:10:06.226 INFO STEP 261 (remove_files) COMPLETE
55622025-09-19T00:10:07.872Z[ recovery-image] Sep 19 00:10:06.226 INFO O| Sep 19 00:10:06.226 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632025-09-19T00:10:07.884Z[ recovery-image] Sep 19 00:10:06.241 INFO O| Sep 19 00:10:06.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55642025-09-19T00:10:07.884Z[ recovery-image] Sep 19 00:10:06.241 INFO O| Sep 19 00:10:06.241 INFO STEP 262 (remove_files) COMPLETE
55652025-09-19T00:10:07.884Z[ recovery-image] Sep 19 00:10:06.241 INFO O| Sep 19 00:10:06.241 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662025-09-19T00:10:07.899Z[ recovery-image] Sep 19 00:10:06.256 INFO O| Sep 19 00:10:06.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55672025-09-19T00:10:07.899Z[ recovery-image] Sep 19 00:10:06.256 INFO O| Sep 19 00:10:06.256 INFO STEP 263 (remove_files) COMPLETE
55682025-09-19T00:10:07.899Z[ recovery-image] Sep 19 00:10:06.256 INFO O| Sep 19 00:10:06.256 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692025-09-19T00:10:07.915Z[ recovery-image] Sep 19 00:10:06.272 INFO O| Sep 19 00:10:06.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
55702025-09-19T00:10:07.915Z[ recovery-image] Sep 19 00:10:06.272 INFO O| Sep 19 00:10:06.272 INFO STEP 264 (remove_files) COMPLETE
55712025-09-19T00:10:07.915Z[ recovery-image] Sep 19 00:10:06.272 INFO O| Sep 19 00:10:06.272 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722025-09-19T00:10:07.930Z[ recovery-image] Sep 19 00:10:06.287 INFO O| Sep 19 00:10:06.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
55732025-09-19T00:10:07.933Z[ recovery-image] Sep 19 00:10:06.288 INFO O| Sep 19 00:10:06.288 INFO STEP 265 (remove_files) COMPLETE
55742025-09-19T00:10:07.933Z[ recovery-image] Sep 19 00:10:06.289 INFO O| Sep 19 00:10:06.288 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752025-09-19T00:10:07.946Z[ recovery-image] Sep 19 00:10:06.303 INFO O| Sep 19 00:10:06.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
55762025-09-19T00:10:07.946Z[ recovery-image] Sep 19 00:10:06.303 INFO O| Sep 19 00:10:06.303 INFO STEP 266 (remove_files) COMPLETE
55772025-09-19T00:10:07.946Z[ recovery-image] Sep 19 00:10:06.303 INFO O| Sep 19 00:10:06.303 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782025-09-19T00:10:07.964Z[ recovery-image] Sep 19 00:10:06.321 INFO O| Sep 19 00:10:06.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
55792025-09-19T00:10:07.964Z[ recovery-image] Sep 19 00:10:06.322 INFO O| Sep 19 00:10:06.322 INFO STEP 267 (remove_files) COMPLETE
55802025-09-19T00:10:07.968Z[ recovery-image] Sep 19 00:10:06.322 INFO O| Sep 19 00:10:06.322 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812025-09-19T00:10:07.979Z[ recovery-image] Sep 19 00:10:06.337 INFO O| Sep 19 00:10:06.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
55822025-09-19T00:10:07.979Z[ recovery-image] Sep 19 00:10:06.337 INFO O| Sep 19 00:10:06.337 INFO STEP 268 (remove_files) COMPLETE
55832025-09-19T00:10:07.983Z[ recovery-image] Sep 19 00:10:06.337 INFO O| Sep 19 00:10:06.337 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842025-09-19T00:10:07.994Z[ recovery-image] Sep 19 00:10:06.352 INFO O| Sep 19 00:10:06.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
55852025-09-19T00:10:07.995Z[ recovery-image] Sep 19 00:10:06.352 INFO O| Sep 19 00:10:06.352 INFO STEP 269 (remove_files) COMPLETE
55862025-09-19T00:10:07.995Z[ recovery-image] Sep 19 00:10:06.352 INFO O| Sep 19 00:10:06.352 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872025-09-19T00:10:08.009Z[ recovery-image] Sep 19 00:10:06.366 INFO O| Sep 19 00:10:06.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
55882025-09-19T00:10:08.009Z[ recovery-image] Sep 19 00:10:06.366 INFO O| Sep 19 00:10:06.366 INFO STEP 270 (remove_files) COMPLETE
55892025-09-19T00:10:08.009Z[ recovery-image] Sep 19 00:10:06.366 INFO O| Sep 19 00:10:06.366 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902025-09-19T00:10:08.024Z[ recovery-image] Sep 19 00:10:06.381 INFO O| Sep 19 00:10:06.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
55912025-09-19T00:10:08.024Z[ recovery-image] Sep 19 00:10:06.381 INFO O| Sep 19 00:10:06.381 INFO STEP 271 (remove_files) COMPLETE
55922025-09-19T00:10:08.027Z[ recovery-image] Sep 19 00:10:06.381 INFO O| Sep 19 00:10:06.381 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932025-09-19T00:10:08.039Z[ recovery-image] Sep 19 00:10:06.396 INFO O| Sep 19 00:10:06.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
55942025-09-19T00:10:08.039Z[ recovery-image] Sep 19 00:10:06.396 INFO O| Sep 19 00:10:06.396 INFO STEP 272 (remove_files) COMPLETE
55952025-09-19T00:10:08.042Z[ recovery-image] Sep 19 00:10:06.396 INFO O| Sep 19 00:10:06.396 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962025-09-19T00:10:08.052Z[ recovery-image] Sep 19 00:10:06.410 INFO O| Sep 19 00:10:06.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
55972025-09-19T00:10:08.052Z[ recovery-image] Sep 19 00:10:06.410 INFO O| Sep 19 00:10:06.410 INFO STEP 273 (remove_files) COMPLETE
55982025-09-19T00:10:08.056Z[ recovery-image] Sep 19 00:10:06.410 INFO O| Sep 19 00:10:06.410 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992025-09-19T00:10:08.066Z[ recovery-image] Sep 19 00:10:06.423 INFO O| Sep 19 00:10:06.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56002025-09-19T00:10:08.066Z[ recovery-image] Sep 19 00:10:06.423 INFO O| Sep 19 00:10:06.423 INFO STEP 274 (remove_files) COMPLETE
56012025-09-19T00:10:08.066Z[ recovery-image] Sep 19 00:10:06.423 INFO O| Sep 19 00:10:06.423 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022025-09-19T00:10:08.079Z[ recovery-image] Sep 19 00:10:06.436 INFO O| Sep 19 00:10:06.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56032025-09-19T00:10:08.079Z[ recovery-image] Sep 19 00:10:06.436 INFO O| Sep 19 00:10:06.436 INFO STEP 275 (remove_files) COMPLETE
56042025-09-19T00:10:08.079Z[ recovery-image] Sep 19 00:10:06.436 INFO O| Sep 19 00:10:06.436 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052025-09-19T00:10:08.093Z[ recovery-image] Sep 19 00:10:06.450 INFO O| Sep 19 00:10:06.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56062025-09-19T00:10:08.093Z[ recovery-image] Sep 19 00:10:06.451 INFO O| Sep 19 00:10:06.451 INFO STEP 276 (remove_files) COMPLETE
56072025-09-19T00:10:08.097Z[ recovery-image] Sep 19 00:10:06.451 INFO O| Sep 19 00:10:06.451 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082025-09-19T00:10:08.107Z[ recovery-image] Sep 19 00:10:06.464 INFO O| Sep 19 00:10:06.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56092025-09-19T00:10:08.107Z[ recovery-image] Sep 19 00:10:06.464 INFO O| Sep 19 00:10:06.464 INFO STEP 277 (remove_files) COMPLETE
56102025-09-19T00:10:08.110Z[ recovery-image] Sep 19 00:10:06.464 INFO O| Sep 19 00:10:06.464 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112025-09-19T00:10:08.121Z[ recovery-image] Sep 19 00:10:06.478 INFO O| Sep 19 00:10:06.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56122025-09-19T00:10:08.121Z[ recovery-image] Sep 19 00:10:06.478 INFO O| Sep 19 00:10:06.478 INFO STEP 278 (remove_files) COMPLETE
56132025-09-19T00:10:08.121Z[ recovery-image] Sep 19 00:10:06.478 INFO O| Sep 19 00:10:06.478 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142025-09-19T00:10:08.135Z[ recovery-image] Sep 19 00:10:06.492 INFO O| Sep 19 00:10:06.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56152025-09-19T00:10:08.135Z[ recovery-image] Sep 19 00:10:06.492 INFO O| Sep 19 00:10:06.492 INFO STEP 279 (remove_files) COMPLETE
56162025-09-19T00:10:08.135Z[ recovery-image] Sep 19 00:10:06.492 INFO O| Sep 19 00:10:06.492 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172025-09-19T00:10:08.149Z[ recovery-image] Sep 19 00:10:06.506 INFO O| Sep 19 00:10:06.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56182025-09-19T00:10:08.149Z[ recovery-image] Sep 19 00:10:06.506 INFO O| Sep 19 00:10:06.506 INFO STEP 280 (remove_files) COMPLETE
56192025-09-19T00:10:08.149Z[ recovery-image] Sep 19 00:10:06.506 INFO O| Sep 19 00:10:06.506 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202025-09-19T00:10:08.169Z[ recovery-image] Sep 19 00:10:06.520 INFO O| Sep 19 00:10:06.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56212025-09-19T00:10:08.169Z[ recovery-image] Sep 19 00:10:06.520 INFO O| Sep 19 00:10:06.520 INFO STEP 281 (remove_files) COMPLETE
56222025-09-19T00:10:08.169Z[ recovery-image] Sep 19 00:10:06.520 INFO O| Sep 19 00:10:06.520 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232025-09-19T00:10:08.176Z[ recovery-image] Sep 19 00:10:06.534 INFO O| Sep 19 00:10:06.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56242025-09-19T00:10:08.177Z[ recovery-image] Sep 19 00:10:06.534 INFO O| Sep 19 00:10:06.534 INFO STEP 282 (remove_files) COMPLETE
56252025-09-19T00:10:08.177Z[ recovery-image] Sep 19 00:10:06.534 INFO O| Sep 19 00:10:06.534 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262025-09-19T00:10:08.190Z[ recovery-image] Sep 19 00:10:06.548 INFO O| Sep 19 00:10:06.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56272025-09-19T00:10:08.194Z[ recovery-image] Sep 19 00:10:06.548 INFO O| Sep 19 00:10:06.548 INFO STEP 283 (remove_files) COMPLETE
56282025-09-19T00:10:08.194Z[ recovery-image] Sep 19 00:10:06.548 INFO O| Sep 19 00:10:06.548 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292025-09-19T00:10:08.206Z[ recovery-image] Sep 19 00:10:06.563 INFO O| Sep 19 00:10:06.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56302025-09-19T00:10:08.206Z[ recovery-image] Sep 19 00:10:06.563 INFO O| Sep 19 00:10:06.563 INFO STEP 284 (remove_files) COMPLETE
56312025-09-19T00:10:08.206Z[ recovery-image] Sep 19 00:10:06.563 INFO O| Sep 19 00:10:06.563 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322025-09-19T00:10:08.221Z[ recovery-image] Sep 19 00:10:06.577 INFO O| Sep 19 00:10:06.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56332025-09-19T00:10:08.222Z[ recovery-image] Sep 19 00:10:06.577 INFO O| Sep 19 00:10:06.577 INFO STEP 285 (remove_files) COMPLETE
56342025-09-19T00:10:08.225Z[ recovery-image] Sep 19 00:10:06.577 INFO O| Sep 19 00:10:06.577 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352025-09-19T00:10:08.234Z[ recovery-image] Sep 19 00:10:06.591 INFO O| Sep 19 00:10:06.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56362025-09-19T00:10:08.234Z[ recovery-image] Sep 19 00:10:06.591 INFO O| Sep 19 00:10:06.591 INFO STEP 286 (remove_files) COMPLETE
56372025-09-19T00:10:08.234Z[ recovery-image] Sep 19 00:10:06.591 INFO O| Sep 19 00:10:06.591 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382025-09-19T00:10:08.248Z[ recovery-image] Sep 19 00:10:06.605 INFO O| Sep 19 00:10:06.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56392025-09-19T00:10:08.248Z[ recovery-image] Sep 19 00:10:06.605 INFO O| Sep 19 00:10:06.605 INFO STEP 287 (remove_files) COMPLETE
56402025-09-19T00:10:08.251Z[ recovery-image] Sep 19 00:10:06.605 INFO O| Sep 19 00:10:06.605 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412025-09-19T00:10:08.262Z[ recovery-image] Sep 19 00:10:06.619 INFO O| Sep 19 00:10:06.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56422025-09-19T00:10:08.262Z[ recovery-image] Sep 19 00:10:06.619 INFO O| Sep 19 00:10:06.619 INFO STEP 288 (remove_files) COMPLETE
56432025-09-19T00:10:08.265Z[ recovery-image] Sep 19 00:10:06.619 INFO O| Sep 19 00:10:06.619 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442025-09-19T00:10:08.275Z[ recovery-image] Sep 19 00:10:06.633 INFO O| Sep 19 00:10:06.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56452025-09-19T00:10:08.279Z[ recovery-image] Sep 19 00:10:06.633 INFO O| Sep 19 00:10:06.633 INFO STEP 289 (remove_files) COMPLETE
56462025-09-19T00:10:08.279Z[ recovery-image] Sep 19 00:10:06.633 INFO O| Sep 19 00:10:06.633 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472025-09-19T00:10:08.290Z[ recovery-image] Sep 19 00:10:06.647 INFO O| Sep 19 00:10:06.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56482025-09-19T00:10:08.290Z[ recovery-image] Sep 19 00:10:06.647 INFO O| Sep 19 00:10:06.647 INFO STEP 290 (remove_files) COMPLETE
56492025-09-19T00:10:08.290Z[ recovery-image] Sep 19 00:10:06.647 INFO O| Sep 19 00:10:06.647 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502025-09-19T00:10:08.304Z[ recovery-image] Sep 19 00:10:06.661 INFO O| Sep 19 00:10:06.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56512025-09-19T00:10:08.304Z[ recovery-image] Sep 19 00:10:06.661 INFO O| Sep 19 00:10:06.661 INFO STEP 291 (remove_files) COMPLETE
56522025-09-19T00:10:08.304Z[ recovery-image] Sep 19 00:10:06.661 INFO O| Sep 19 00:10:06.661 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532025-09-19T00:10:08.317Z[ recovery-image] Sep 19 00:10:06.674 INFO O| Sep 19 00:10:06.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56542025-09-19T00:10:08.317Z[ recovery-image] Sep 19 00:10:06.674 INFO O| Sep 19 00:10:06.674 INFO STEP 292 (remove_files) COMPLETE
56552025-09-19T00:10:08.317Z[ recovery-image] Sep 19 00:10:06.674 INFO O| Sep 19 00:10:06.674 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562025-09-19T00:10:08.330Z[ recovery-image] Sep 19 00:10:06.687 INFO O| Sep 19 00:10:06.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56572025-09-19T00:10:08.330Z[ recovery-image] Sep 19 00:10:06.687 INFO O| Sep 19 00:10:06.687 INFO STEP 293 (remove_files) COMPLETE
56582025-09-19T00:10:08.330Z[ recovery-image] Sep 19 00:10:06.687 INFO O| Sep 19 00:10:06.687 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592025-09-19T00:10:08.344Z[ recovery-image] Sep 19 00:10:06.701 INFO O| Sep 19 00:10:06.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56602025-09-19T00:10:08.344Z[ recovery-image] Sep 19 00:10:06.701 INFO O| Sep 19 00:10:06.701 INFO STEP 294 (remove_files) COMPLETE
56612025-09-19T00:10:08.344Z[ recovery-image] Sep 19 00:10:06.701 INFO O| Sep 19 00:10:06.701 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622025-09-19T00:10:08.359Z[ recovery-image] Sep 19 00:10:06.715 INFO O| Sep 19 00:10:06.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56632025-09-19T00:10:08.359Z[ recovery-image] Sep 19 00:10:06.716 INFO O| Sep 19 00:10:06.715 INFO STEP 295 (remove_files) COMPLETE
56642025-09-19T00:10:08.359Z[ recovery-image] Sep 19 00:10:06.716 INFO O| Sep 19 00:10:06.715 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652025-09-19T00:10:08.372Z[ recovery-image] Sep 19 00:10:06.729 INFO O| Sep 19 00:10:06.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56662025-09-19T00:10:08.372Z[ recovery-image] Sep 19 00:10:06.729 INFO O| Sep 19 00:10:06.729 INFO STEP 296 (remove_files) COMPLETE
56672025-09-19T00:10:08.372Z[ recovery-image] Sep 19 00:10:06.729 INFO O| Sep 19 00:10:06.729 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682025-09-19T00:10:08.387Z[ recovery-image] Sep 19 00:10:06.744 INFO O| Sep 19 00:10:06.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
56692025-09-19T00:10:08.387Z[ recovery-image] Sep 19 00:10:06.744 INFO O| Sep 19 00:10:06.744 INFO STEP 297 (remove_files) COMPLETE
56702025-09-19T00:10:08.387Z[ recovery-image] Sep 19 00:10:06.744 INFO O| Sep 19 00:10:06.744 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712025-09-19T00:10:08.401Z[ recovery-image] Sep 19 00:10:06.758 INFO O| Sep 19 00:10:06.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
56722025-09-19T00:10:08.401Z[ recovery-image] Sep 19 00:10:06.758 INFO O| Sep 19 00:10:06.758 INFO STEP 298 (remove_files) COMPLETE
56732025-09-19T00:10:08.401Z[ recovery-image] Sep 19 00:10:06.758 INFO O| Sep 19 00:10:06.758 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742025-09-19T00:10:08.416Z[ recovery-image] Sep 19 00:10:06.773 INFO O| Sep 19 00:10:06.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
56752025-09-19T00:10:08.416Z[ recovery-image] Sep 19 00:10:06.773 INFO O| Sep 19 00:10:06.773 INFO STEP 299 (remove_files) COMPLETE
56762025-09-19T00:10:08.416Z[ recovery-image] Sep 19 00:10:06.773 INFO O| Sep 19 00:10:06.773 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772025-09-19T00:10:08.430Z[ recovery-image] Sep 19 00:10:06.787 INFO O| Sep 19 00:10:06.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
56782025-09-19T00:10:08.430Z[ recovery-image] Sep 19 00:10:06.788 INFO O| Sep 19 00:10:06.788 INFO STEP 300 (remove_files) COMPLETE
56792025-09-19T00:10:08.434Z[ recovery-image] Sep 19 00:10:06.788 INFO O| Sep 19 00:10:06.788 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802025-09-19T00:10:08.445Z[ recovery-image] Sep 19 00:10:06.802 INFO O| Sep 19 00:10:06.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
56812025-09-19T00:10:08.448Z[ recovery-image] Sep 19 00:10:06.803 INFO O| Sep 19 00:10:06.803 INFO STEP 301 (remove_files) COMPLETE
56822025-09-19T00:10:08.448Z[ recovery-image] Sep 19 00:10:06.803 INFO O| Sep 19 00:10:06.803 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832025-09-19T00:10:08.460Z[ recovery-image] Sep 19 00:10:06.817 INFO O| Sep 19 00:10:06.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
56842025-09-19T00:10:08.460Z[ recovery-image] Sep 19 00:10:06.817 INFO O| Sep 19 00:10:06.817 INFO STEP 302 (remove_files) COMPLETE
56852025-09-19T00:10:08.463Z[ recovery-image] Sep 19 00:10:06.817 INFO O| Sep 19 00:10:06.817 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862025-09-19T00:10:08.473Z[ recovery-image] Sep 19 00:10:06.830 INFO O| Sep 19 00:10:06.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
56872025-09-19T00:10:08.473Z[ recovery-image] Sep 19 00:10:06.831 INFO O| Sep 19 00:10:06.831 INFO STEP 303 (remove_files) COMPLETE
56882025-09-19T00:10:08.473Z[ recovery-image] Sep 19 00:10:06.831 INFO O| Sep 19 00:10:06.831 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892025-09-19T00:10:08.487Z[ recovery-image] Sep 19 00:10:06.844 INFO O| Sep 19 00:10:06.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
56902025-09-19T00:10:08.487Z[ recovery-image] Sep 19 00:10:06.844 INFO O| Sep 19 00:10:06.844 INFO STEP 304 (remove_files) COMPLETE
56912025-09-19T00:10:08.487Z[ recovery-image] Sep 19 00:10:06.844 INFO O| Sep 19 00:10:06.844 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922025-09-19T00:10:08.501Z[ recovery-image] Sep 19 00:10:06.858 INFO O| Sep 19 00:10:06.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
56932025-09-19T00:10:08.501Z[ recovery-image] Sep 19 00:10:06.858 INFO O| Sep 19 00:10:06.858 INFO STEP 305 (remove_files) COMPLETE
56942025-09-19T00:10:08.501Z[ recovery-image] Sep 19 00:10:06.858 INFO O| Sep 19 00:10:06.858 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952025-09-19T00:10:08.516Z[ recovery-image] Sep 19 00:10:06.873 INFO O| Sep 19 00:10:06.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
56962025-09-19T00:10:08.516Z[ recovery-image] Sep 19 00:10:06.873 INFO O| Sep 19 00:10:06.873 INFO STEP 306 (remove_files) COMPLETE
56972025-09-19T00:10:08.519Z[ recovery-image] Sep 19 00:10:06.873 INFO O| Sep 19 00:10:06.873 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982025-09-19T00:10:08.530Z[ recovery-image] Sep 19 00:10:06.887 INFO O| Sep 19 00:10:06.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
56992025-09-19T00:10:08.530Z[ recovery-image] Sep 19 00:10:06.887 INFO O| Sep 19 00:10:06.887 INFO STEP 307 (remove_files) COMPLETE
57002025-09-19T00:10:08.530Z[ recovery-image] Sep 19 00:10:06.887 INFO O| Sep 19 00:10:06.887 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012025-09-19T00:10:08.544Z[ recovery-image] Sep 19 00:10:06.901 INFO O| Sep 19 00:10:06.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57022025-09-19T00:10:08.544Z[ recovery-image] Sep 19 00:10:06.901 INFO O| Sep 19 00:10:06.901 INFO STEP 308 (remove_files) COMPLETE
57032025-09-19T00:10:08.544Z[ recovery-image] Sep 19 00:10:06.901 INFO O| Sep 19 00:10:06.901 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042025-09-19T00:10:08.558Z[ recovery-image] Sep 19 00:10:06.915 INFO O| Sep 19 00:10:06.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57052025-09-19T00:10:08.558Z[ recovery-image] Sep 19 00:10:06.915 INFO O| Sep 19 00:10:06.915 INFO STEP 309 (remove_files) COMPLETE
57062025-09-19T00:10:08.558Z[ recovery-image] Sep 19 00:10:06.915 INFO O| Sep 19 00:10:06.915 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072025-09-19T00:10:08.573Z[ recovery-image] Sep 19 00:10:06.930 INFO O| Sep 19 00:10:06.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57082025-09-19T00:10:08.573Z[ recovery-image] Sep 19 00:10:06.930 INFO O| Sep 19 00:10:06.930 INFO STEP 310 (remove_files) COMPLETE
57092025-09-19T00:10:08.573Z[ recovery-image] Sep 19 00:10:06.930 INFO O| Sep 19 00:10:06.930 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102025-09-19T00:10:08.586Z[ recovery-image] Sep 19 00:10:06.943 INFO O| Sep 19 00:10:06.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57112025-09-19T00:10:08.586Z[ recovery-image] Sep 19 00:10:06.943 INFO O| Sep 19 00:10:06.943 INFO STEP 311 (remove_files) COMPLETE
57122025-09-19T00:10:08.589Z[ recovery-image] Sep 19 00:10:06.943 INFO O| Sep 19 00:10:06.943 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132025-09-19T00:10:08.599Z[ recovery-image] Sep 19 00:10:06.956 INFO O| Sep 19 00:10:06.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57142025-09-19T00:10:08.599Z[ recovery-image] Sep 19 00:10:06.956 INFO O| Sep 19 00:10:06.956 INFO STEP 312 (remove_files) COMPLETE
57152025-09-19T00:10:08.602Z[ recovery-image] Sep 19 00:10:06.956 INFO O| Sep 19 00:10:06.956 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162025-09-19T00:10:08.612Z[ recovery-image] Sep 19 00:10:06.969 INFO O| Sep 19 00:10:06.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57172025-09-19T00:10:08.612Z[ recovery-image] Sep 19 00:10:06.969 INFO O| Sep 19 00:10:06.969 INFO STEP 313 (remove_files) COMPLETE
57182025-09-19T00:10:08.612Z[ recovery-image] Sep 19 00:10:06.969 INFO O| Sep 19 00:10:06.969 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192025-09-19T00:10:08.625Z[ recovery-image] Sep 19 00:10:06.982 INFO O| Sep 19 00:10:06.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57202025-09-19T00:10:08.625Z[ recovery-image] Sep 19 00:10:06.982 INFO O| Sep 19 00:10:06.982 INFO STEP 314 (remove_files) COMPLETE
57212025-09-19T00:10:08.628Z[ recovery-image] Sep 19 00:10:06.982 INFO O| Sep 19 00:10:06.982 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222025-09-19T00:10:08.638Z[ recovery-image] Sep 19 00:10:06.995 INFO O| Sep 19 00:10:06.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57232025-09-19T00:10:08.638Z[ recovery-image] Sep 19 00:10:06.995 INFO O| Sep 19 00:10:06.995 INFO STEP 315 (remove_files) COMPLETE
57242025-09-19T00:10:08.642Z[ recovery-image] Sep 19 00:10:06.995 INFO O| Sep 19 00:10:06.995 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252025-09-19T00:10:08.651Z[ recovery-image] Sep 19 00:10:07.008 INFO O| Sep 19 00:10:07.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57262025-09-19T00:10:08.651Z[ recovery-image] Sep 19 00:10:07.008 INFO O| Sep 19 00:10:07.008 INFO STEP 316 (remove_files) COMPLETE
57272025-09-19T00:10:08.651Z[ recovery-image] Sep 19 00:10:07.008 INFO O| Sep 19 00:10:07.008 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282025-09-19T00:10:08.665Z[ recovery-image] Sep 19 00:10:07.021 INFO O| Sep 19 00:10:07.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57292025-09-19T00:10:08.665Z[ recovery-image] Sep 19 00:10:07.021 INFO O| Sep 19 00:10:07.021 INFO STEP 317 (remove_files) COMPLETE
57302025-09-19T00:10:08.669Z[ recovery-image] Sep 19 00:10:07.021 INFO O| Sep 19 00:10:07.021 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312025-09-19T00:10:08.677Z[ recovery-image] Sep 19 00:10:07.033 INFO O| Sep 19 00:10:07.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57322025-09-19T00:10:08.677Z[ recovery-image] Sep 19 00:10:07.033 INFO O| Sep 19 00:10:07.033 INFO STEP 318 (remove_files) COMPLETE
57332025-09-19T00:10:08.677Z[ recovery-image] Sep 19 00:10:07.033 INFO O| Sep 19 00:10:07.033 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342025-09-19T00:10:08.690Z[ recovery-image] Sep 19 00:10:07.047 INFO O| Sep 19 00:10:07.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57352025-09-19T00:10:08.690Z[ recovery-image] Sep 19 00:10:07.047 INFO O| Sep 19 00:10:07.047 INFO STEP 319 (remove_files) COMPLETE
57362025-09-19T00:10:08.690Z[ recovery-image] Sep 19 00:10:07.047 INFO O| Sep 19 00:10:07.047 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372025-09-19T00:10:08.706Z[ recovery-image] Sep 19 00:10:07.061 INFO O| Sep 19 00:10:07.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57382025-09-19T00:10:08.706Z[ recovery-image] Sep 19 00:10:07.062 INFO O| Sep 19 00:10:07.062 INFO STEP 320 (remove_files) COMPLETE
57392025-09-19T00:10:08.710Z[ recovery-image] Sep 19 00:10:07.062 INFO O| Sep 19 00:10:07.062 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402025-09-19T00:10:08.718Z[ recovery-image] Sep 19 00:10:07.074 INFO O| Sep 19 00:10:07.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57412025-09-19T00:10:08.722Z[ recovery-image] Sep 19 00:10:07.075 INFO O| Sep 19 00:10:07.075 INFO STEP 321 (remove_files) COMPLETE
57422025-09-19T00:10:08.722Z[ recovery-image] Sep 19 00:10:07.075 INFO O| Sep 19 00:10:07.075 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432025-09-19T00:10:08.733Z[ recovery-image] Sep 19 00:10:07.089 INFO O| Sep 19 00:10:07.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57442025-09-19T00:10:08.733Z[ recovery-image] Sep 19 00:10:07.089 INFO O| Sep 19 00:10:07.089 INFO STEP 322 (remove_files) COMPLETE
57452025-09-19T00:10:08.736Z[ recovery-image] Sep 19 00:10:07.089 INFO O| Sep 19 00:10:07.089 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462025-09-19T00:10:08.745Z[ recovery-image] Sep 19 00:10:07.102 INFO O| Sep 19 00:10:07.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57472025-09-19T00:10:08.745Z[ recovery-image] Sep 19 00:10:07.102 INFO O| Sep 19 00:10:07.102 INFO STEP 323 (remove_files) COMPLETE
57482025-09-19T00:10:08.745Z[ recovery-image] Sep 19 00:10:07.102 INFO O| Sep 19 00:10:07.102 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492025-09-19T00:10:08.758Z[ recovery-image] Sep 19 00:10:07.115 INFO O| Sep 19 00:10:07.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57502025-09-19T00:10:08.758Z[ recovery-image] Sep 19 00:10:07.116 INFO O| Sep 19 00:10:07.116 INFO STEP 324 (remove_files) COMPLETE
57512025-09-19T00:10:08.758Z[ recovery-image] Sep 19 00:10:07.116 INFO O| Sep 19 00:10:07.116 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522025-09-19T00:10:08.778Z[ recovery-image] Sep 19 00:10:07.135 INFO O| Sep 19 00:10:07.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57532025-09-19T00:10:08.778Z[ recovery-image] Sep 19 00:10:07.135 INFO O| Sep 19 00:10:07.135 INFO STEP 325 (remove_files) COMPLETE
57542025-09-19T00:10:08.781Z[ recovery-image] Sep 19 00:10:07.135 INFO O| Sep 19 00:10:07.135 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552025-09-19T00:10:08.791Z[ recovery-image] Sep 19 00:10:07.149 INFO O| Sep 19 00:10:07.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57562025-09-19T00:10:08.791Z[ recovery-image] Sep 19 00:10:07.149 INFO O| Sep 19 00:10:07.149 INFO STEP 326 (remove_files) COMPLETE
57572025-09-19T00:10:08.791Z[ recovery-image] Sep 19 00:10:07.149 INFO O| Sep 19 00:10:07.149 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582025-09-19T00:10:08.807Z[ recovery-image] Sep 19 00:10:07.163 INFO O| Sep 19 00:10:07.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57592025-09-19T00:10:08.807Z[ recovery-image] Sep 19 00:10:07.163 INFO O| Sep 19 00:10:07.163 INFO STEP 327 (remove_files) COMPLETE
57602025-09-19T00:10:08.810Z[ recovery-image] Sep 19 00:10:07.163 INFO O| Sep 19 00:10:07.163 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612025-09-19T00:10:08.819Z[ recovery-image] Sep 19 00:10:07.176 INFO O| Sep 19 00:10:07.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57622025-09-19T00:10:08.820Z[ recovery-image] Sep 19 00:10:07.176 INFO O| Sep 19 00:10:07.176 INFO STEP 328 (remove_files) COMPLETE
57632025-09-19T00:10:08.823Z[ recovery-image] Sep 19 00:10:07.176 INFO O| Sep 19 00:10:07.176 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642025-09-19T00:10:08.833Z[ recovery-image] Sep 19 00:10:07.189 INFO O| Sep 19 00:10:07.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
57652025-09-19T00:10:08.833Z[ recovery-image] Sep 19 00:10:07.190 INFO O| Sep 19 00:10:07.190 INFO STEP 329 (remove_files) COMPLETE
57662025-09-19T00:10:08.838Z[ recovery-image] Sep 19 00:10:07.190 INFO O| Sep 19 00:10:07.190 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672025-09-19T00:10:08.846Z[ recovery-image] Sep 19 00:10:07.203 INFO O| Sep 19 00:10:07.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
57682025-09-19T00:10:08.846Z[ recovery-image] Sep 19 00:10:07.203 INFO O| Sep 19 00:10:07.203 INFO STEP 330 (remove_files) COMPLETE
57692025-09-19T00:10:08.846Z[ recovery-image] Sep 19 00:10:07.203 INFO O| Sep 19 00:10:07.203 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702025-09-19T00:10:08.862Z[ recovery-image] Sep 19 00:10:07.218 INFO O| Sep 19 00:10:07.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
57712025-09-19T00:10:08.862Z[ recovery-image] Sep 19 00:10:07.218 INFO O| Sep 19 00:10:07.218 INFO STEP 331 (remove_files) COMPLETE
57722025-09-19T00:10:08.862Z[ recovery-image] Sep 19 00:10:07.218 INFO O| Sep 19 00:10:07.218 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732025-09-19T00:10:08.876Z[ recovery-image] Sep 19 00:10:07.233 INFO O| Sep 19 00:10:07.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
57742025-09-19T00:10:08.876Z[ recovery-image] Sep 19 00:10:07.233 INFO O| Sep 19 00:10:07.233 INFO STEP 332 (remove_files) COMPLETE
57752025-09-19T00:10:08.876Z[ recovery-image] Sep 19 00:10:07.233 INFO O| Sep 19 00:10:07.233 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762025-09-19T00:10:08.889Z[ recovery-image] Sep 19 00:10:07.246 INFO O| Sep 19 00:10:07.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
57772025-09-19T00:10:08.889Z[ recovery-image] Sep 19 00:10:07.246 INFO O| Sep 19 00:10:07.246 INFO STEP 333 (remove_files) COMPLETE
57782025-09-19T00:10:08.889Z[ recovery-image] Sep 19 00:10:07.246 INFO O| Sep 19 00:10:07.246 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792025-09-19T00:10:08.903Z[ recovery-image] Sep 19 00:10:07.260 INFO O| Sep 19 00:10:07.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
57802025-09-19T00:10:08.903Z[ recovery-image] Sep 19 00:10:07.260 INFO O| Sep 19 00:10:07.260 INFO STEP 334 (remove_files) COMPLETE
57812025-09-19T00:10:08.903Z[ recovery-image] Sep 19 00:10:07.260 INFO O| Sep 19 00:10:07.260 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822025-09-19T00:10:08.908Z[ host-image] Sep 19 00:10:07.265 INFO O| Sep 19 00:10:07.265 INFO O| Startup: Caching catalogs ... Done
57832025-09-19T00:10:08.916Z[ recovery-image] Sep 19 00:10:07.273 INFO O| Sep 19 00:10:07.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
57842025-09-19T00:10:08.916Z[ recovery-image] Sep 19 00:10:07.273 INFO O| Sep 19 00:10:07.273 INFO STEP 335 (remove_files) COMPLETE
57852025-09-19T00:10:08.916Z[ recovery-image] Sep 19 00:10:07.273 INFO O| Sep 19 00:10:07.273 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862025-09-19T00:10:08.931Z[ recovery-image] Sep 19 00:10:07.288 INFO O| Sep 19 00:10:07.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
57872025-09-19T00:10:08.931Z[ recovery-image] Sep 19 00:10:07.288 INFO O| Sep 19 00:10:07.288 INFO STEP 336 (remove_files) COMPLETE
57882025-09-19T00:10:08.931Z[ recovery-image] Sep 19 00:10:07.288 INFO O| Sep 19 00:10:07.288 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892025-09-19T00:10:08.946Z[ recovery-image] Sep 19 00:10:07.303 INFO O| Sep 19 00:10:07.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
57902025-09-19T00:10:08.946Z[ recovery-image] Sep 19 00:10:07.303 INFO O| Sep 19 00:10:07.303 INFO STEP 337 (remove_files) COMPLETE
57912025-09-19T00:10:08.946Z[ recovery-image] Sep 19 00:10:07.303 INFO O| Sep 19 00:10:07.303 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922025-09-19T00:10:08.960Z[ recovery-image] Sep 19 00:10:07.317 INFO O| Sep 19 00:10:07.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
57932025-09-19T00:10:08.960Z[ recovery-image] Sep 19 00:10:07.317 INFO O| Sep 19 00:10:07.317 INFO STEP 338 (remove_files) COMPLETE
57942025-09-19T00:10:08.960Z[ recovery-image] Sep 19 00:10:07.317 INFO O| Sep 19 00:10:07.317 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952025-09-19T00:10:08.975Z[ recovery-image] Sep 19 00:10:07.332 INFO O| Sep 19 00:10:07.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
57962025-09-19T00:10:08.976Z[ recovery-image] Sep 19 00:10:07.332 INFO O| Sep 19 00:10:07.332 INFO STEP 339 (remove_files) COMPLETE
57972025-09-19T00:10:08.976Z[ recovery-image] Sep 19 00:10:07.332 INFO O| Sep 19 00:10:07.332 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982025-09-19T00:10:08.989Z[ recovery-image] Sep 19 00:10:07.346 INFO O| Sep 19 00:10:07.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
57992025-09-19T00:10:08.989Z[ recovery-image] Sep 19 00:10:07.346 INFO O| Sep 19 00:10:07.346 INFO STEP 340 (remove_files) COMPLETE
58002025-09-19T00:10:08.989Z[ recovery-image] Sep 19 00:10:07.346 INFO O| Sep 19 00:10:07.346 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012025-09-19T00:10:09.005Z[ recovery-image] Sep 19 00:10:07.362 INFO O| Sep 19 00:10:07.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58022025-09-19T00:10:09.005Z[ recovery-image] Sep 19 00:10:07.362 INFO O| Sep 19 00:10:07.362 INFO STEP 341 (remove_files) COMPLETE
58032025-09-19T00:10:09.005Z[ recovery-image] Sep 19 00:10:07.362 INFO O| Sep 19 00:10:07.362 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042025-09-19T00:10:09.018Z[ recovery-image] Sep 19 00:10:07.375 INFO O| Sep 19 00:10:07.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58052025-09-19T00:10:09.018Z[ recovery-image] Sep 19 00:10:07.375 INFO O| Sep 19 00:10:07.375 INFO STEP 342 (remove_files) COMPLETE
58062025-09-19T00:10:09.018Z[ recovery-image] Sep 19 00:10:07.375 INFO O| Sep 19 00:10:07.375 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072025-09-19T00:10:09.031Z[ recovery-image] Sep 19 00:10:07.387 INFO O| Sep 19 00:10:07.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58082025-09-19T00:10:09.031Z[ recovery-image] Sep 19 00:10:07.388 INFO O| Sep 19 00:10:07.388 INFO STEP 343 (remove_files) COMPLETE
58092025-09-19T00:10:09.031Z[ recovery-image] Sep 19 00:10:07.388 INFO O| Sep 19 00:10:07.388 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102025-09-19T00:10:09.044Z[ recovery-image] Sep 19 00:10:07.401 INFO O| Sep 19 00:10:07.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58112025-09-19T00:10:09.044Z[ recovery-image] Sep 19 00:10:07.401 INFO O| Sep 19 00:10:07.401 INFO STEP 344 (remove_files) COMPLETE
58122025-09-19T00:10:09.044Z[ recovery-image] Sep 19 00:10:07.401 INFO O| Sep 19 00:10:07.401 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132025-09-19T00:10:09.058Z[ recovery-image] Sep 19 00:10:07.415 INFO O| Sep 19 00:10:07.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58142025-09-19T00:10:09.058Z[ recovery-image] Sep 19 00:10:07.415 INFO O| Sep 19 00:10:07.415 INFO STEP 345 (remove_files) COMPLETE
58152025-09-19T00:10:09.058Z[ recovery-image] Sep 19 00:10:07.415 INFO O| Sep 19 00:10:07.415 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162025-09-19T00:10:09.074Z[ recovery-image] Sep 19 00:10:07.431 INFO O| Sep 19 00:10:07.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58172025-09-19T00:10:09.074Z[ recovery-image] Sep 19 00:10:07.431 INFO O| Sep 19 00:10:07.431 INFO STEP 346 (remove_files) COMPLETE
58182025-09-19T00:10:09.077Z[ recovery-image] Sep 19 00:10:07.431 INFO O| Sep 19 00:10:07.431 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192025-09-19T00:10:09.088Z[ recovery-image] Sep 19 00:10:07.445 INFO O| Sep 19 00:10:07.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58202025-09-19T00:10:09.088Z[ recovery-image] Sep 19 00:10:07.445 INFO O| Sep 19 00:10:07.445 INFO STEP 347 (remove_files) COMPLETE
58212025-09-19T00:10:09.091Z[ recovery-image] Sep 19 00:10:07.445 INFO O| Sep 19 00:10:07.445 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222025-09-19T00:10:09.101Z[ recovery-image] Sep 19 00:10:07.458 INFO O| Sep 19 00:10:07.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58232025-09-19T00:10:09.101Z[ recovery-image] Sep 19 00:10:07.458 INFO O| Sep 19 00:10:07.458 INFO STEP 348 (remove_files) COMPLETE
58242025-09-19T00:10:09.101Z[ recovery-image] Sep 19 00:10:07.458 INFO O| Sep 19 00:10:07.458 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252025-09-19T00:10:09.117Z[ recovery-image] Sep 19 00:10:07.473 INFO O| Sep 19 00:10:07.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58262025-09-19T00:10:09.117Z[ recovery-image] Sep 19 00:10:07.474 INFO O| Sep 19 00:10:07.474 INFO STEP 349 (remove_files) COMPLETE
58272025-09-19T00:10:09.120Z[ recovery-image] Sep 19 00:10:07.474 INFO O| Sep 19 00:10:07.474 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282025-09-19T00:10:09.131Z[ recovery-image] Sep 19 00:10:07.488 INFO O| Sep 19 00:10:07.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58292025-09-19T00:10:09.135Z[ recovery-image] Sep 19 00:10:07.488 INFO O| Sep 19 00:10:07.488 INFO STEP 350 (remove_files) COMPLETE
58302025-09-19T00:10:09.135Z[ recovery-image] Sep 19 00:10:07.488 INFO O| Sep 19 00:10:07.488 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312025-09-19T00:10:09.147Z[ recovery-image] Sep 19 00:10:07.504 INFO O| Sep 19 00:10:07.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58322025-09-19T00:10:09.147Z[ recovery-image] Sep 19 00:10:07.504 INFO O| Sep 19 00:10:07.504 INFO STEP 351 (remove_files) COMPLETE
58332025-09-19T00:10:09.147Z[ recovery-image] Sep 19 00:10:07.504 INFO O| Sep 19 00:10:07.504 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342025-09-19T00:10:09.164Z[ recovery-image] Sep 19 00:10:07.521 INFO O| Sep 19 00:10:07.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58352025-09-19T00:10:09.164Z[ recovery-image] Sep 19 00:10:07.521 INFO O| Sep 19 00:10:07.521 INFO STEP 352 (remove_files) COMPLETE
58362025-09-19T00:10:09.164Z[ recovery-image] Sep 19 00:10:07.521 INFO O| Sep 19 00:10:07.521 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372025-09-19T00:10:09.179Z[ recovery-image] Sep 19 00:10:07.536 INFO O| Sep 19 00:10:07.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58382025-09-19T00:10:09.179Z[ recovery-image] Sep 19 00:10:07.536 INFO O| Sep 19 00:10:07.536 INFO STEP 353 (remove_files) COMPLETE
58392025-09-19T00:10:09.179Z[ recovery-image] Sep 19 00:10:07.536 INFO O| Sep 19 00:10:07.536 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402025-09-19T00:10:09.193Z[ recovery-image] Sep 19 00:10:07.550 INFO O| Sep 19 00:10:07.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58412025-09-19T00:10:09.193Z[ recovery-image] Sep 19 00:10:07.550 INFO O| Sep 19 00:10:07.550 INFO STEP 354 (remove_files) COMPLETE
58422025-09-19T00:10:09.193Z[ recovery-image] Sep 19 00:10:07.550 INFO O| Sep 19 00:10:07.550 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432025-09-19T00:10:09.209Z[ recovery-image] Sep 19 00:10:07.566 INFO O| Sep 19 00:10:07.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58442025-09-19T00:10:09.209Z[ recovery-image] Sep 19 00:10:07.566 INFO O| Sep 19 00:10:07.566 INFO STEP 355 (remove_files) COMPLETE
58452025-09-19T00:10:09.209Z[ recovery-image] Sep 19 00:10:07.566 INFO O| Sep 19 00:10:07.566 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462025-09-19T00:10:09.225Z[ recovery-image] Sep 19 00:10:07.582 INFO O| Sep 19 00:10:07.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58472025-09-19T00:10:09.225Z[ recovery-image] Sep 19 00:10:07.582 INFO O| Sep 19 00:10:07.582 INFO STEP 356 (remove_files) COMPLETE
58482025-09-19T00:10:09.229Z[ recovery-image] Sep 19 00:10:07.582 INFO O| Sep 19 00:10:07.582 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492025-09-19T00:10:09.239Z[ recovery-image] Sep 19 00:10:07.596 INFO O| Sep 19 00:10:07.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58502025-09-19T00:10:09.243Z[ recovery-image] Sep 19 00:10:07.597 INFO O| Sep 19 00:10:07.596 INFO STEP 357 (remove_files) COMPLETE
58512025-09-19T00:10:09.243Z[ recovery-image] Sep 19 00:10:07.597 INFO O| Sep 19 00:10:07.596 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522025-09-19T00:10:09.253Z[ recovery-image] Sep 19 00:10:07.610 INFO O| Sep 19 00:10:07.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58532025-09-19T00:10:09.253Z[ recovery-image] Sep 19 00:10:07.610 INFO O| Sep 19 00:10:07.610 INFO STEP 358 (remove_files) COMPLETE
58542025-09-19T00:10:09.253Z[ recovery-image] Sep 19 00:10:07.610 INFO O| Sep 19 00:10:07.610 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552025-09-19T00:10:09.267Z[ recovery-image] Sep 19 00:10:07.624 INFO O| Sep 19 00:10:07.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58562025-09-19T00:10:09.270Z[ recovery-image] Sep 19 00:10:07.624 INFO O| Sep 19 00:10:07.624 INFO STEP 359 (remove_files) COMPLETE
58572025-09-19T00:10:09.270Z[ recovery-image] Sep 19 00:10:07.624 INFO O| Sep 19 00:10:07.624 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582025-09-19T00:10:09.283Z[ recovery-image] Sep 19 00:10:07.640 INFO O| Sep 19 00:10:07.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58592025-09-19T00:10:09.283Z[ recovery-image] Sep 19 00:10:07.640 INFO O| Sep 19 00:10:07.640 INFO STEP 360 (remove_files) COMPLETE
58602025-09-19T00:10:09.283Z[ recovery-image] Sep 19 00:10:07.640 INFO O| Sep 19 00:10:07.640 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612025-09-19T00:10:09.297Z[ recovery-image] Sep 19 00:10:07.654 INFO O| Sep 19 00:10:07.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
58622025-09-19T00:10:09.297Z[ recovery-image] Sep 19 00:10:07.654 INFO O| Sep 19 00:10:07.654 INFO STEP 361 (remove_files) COMPLETE
58632025-09-19T00:10:09.301Z[ recovery-image] Sep 19 00:10:07.654 INFO O| Sep 19 00:10:07.654 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642025-09-19T00:10:09.311Z[ recovery-image] Sep 19 00:10:07.668 INFO O| Sep 19 00:10:07.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
58652025-09-19T00:10:09.311Z[ recovery-image] Sep 19 00:10:07.668 INFO O| Sep 19 00:10:07.668 INFO STEP 362 (remove_files) COMPLETE
58662025-09-19T00:10:09.311Z[ recovery-image] Sep 19 00:10:07.668 INFO O| Sep 19 00:10:07.668 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672025-09-19T00:10:09.326Z[ recovery-image] Sep 19 00:10:07.683 INFO O| Sep 19 00:10:07.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
58682025-09-19T00:10:09.329Z[ recovery-image] Sep 19 00:10:07.683 INFO O| Sep 19 00:10:07.683 INFO STEP 363 (remove_files) COMPLETE
58692025-09-19T00:10:09.329Z[ recovery-image] Sep 19 00:10:07.683 INFO O| Sep 19 00:10:07.683 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702025-09-19T00:10:09.344Z[ recovery-image] Sep 19 00:10:07.701 INFO O| Sep 19 00:10:07.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
58712025-09-19T00:10:09.344Z[ recovery-image] Sep 19 00:10:07.701 INFO O| Sep 19 00:10:07.701 INFO STEP 364 (remove_files) COMPLETE
58722025-09-19T00:10:09.347Z[ recovery-image] Sep 19 00:10:07.701 INFO O| Sep 19 00:10:07.701 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732025-09-19T00:10:09.360Z[ recovery-image] Sep 19 00:10:07.718 INFO O| Sep 19 00:10:07.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
58742025-09-19T00:10:09.361Z[ recovery-image] Sep 19 00:10:07.718 INFO O| Sep 19 00:10:07.718 INFO STEP 365 (remove_files) COMPLETE
58752025-09-19T00:10:09.364Z[ recovery-image] Sep 19 00:10:07.718 INFO O| Sep 19 00:10:07.718 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762025-09-19T00:10:09.376Z[ recovery-image] Sep 19 00:10:07.733 INFO O| Sep 19 00:10:07.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
58772025-09-19T00:10:09.376Z[ recovery-image] Sep 19 00:10:07.733 INFO O| Sep 19 00:10:07.733 INFO STEP 366 (remove_files) COMPLETE
58782025-09-19T00:10:09.376Z[ recovery-image] Sep 19 00:10:07.733 INFO O| Sep 19 00:10:07.733 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792025-09-19T00:10:09.392Z[ recovery-image] Sep 19 00:10:07.748 INFO O| Sep 19 00:10:07.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
58802025-09-19T00:10:09.393Z[ recovery-image] Sep 19 00:10:07.748 INFO O| Sep 19 00:10:07.748 INFO STEP 367 (remove_files) COMPLETE
58812025-09-19T00:10:09.393Z[ recovery-image] Sep 19 00:10:07.748 INFO O| Sep 19 00:10:07.748 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822025-09-19T00:10:09.406Z[ recovery-image] Sep 19 00:10:07.763 INFO O| Sep 19 00:10:07.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
58832025-09-19T00:10:09.406Z[ recovery-image] Sep 19 00:10:07.763 INFO O| Sep 19 00:10:07.763 INFO STEP 368 (remove_files) COMPLETE
58842025-09-19T00:10:09.409Z[ recovery-image] Sep 19 00:10:07.763 INFO O| Sep 19 00:10:07.763 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852025-09-19T00:10:09.423Z[ recovery-image] Sep 19 00:10:07.780 INFO O| Sep 19 00:10:07.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
58862025-09-19T00:10:09.423Z[ recovery-image] Sep 19 00:10:07.780 INFO O| Sep 19 00:10:07.780 INFO STEP 369 (remove_files) COMPLETE
58872025-09-19T00:10:09.423Z[ recovery-image] Sep 19 00:10:07.780 INFO O| Sep 19 00:10:07.780 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882025-09-19T00:10:09.440Z[ recovery-image] Sep 19 00:10:07.797 INFO O| Sep 19 00:10:07.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
58892025-09-19T00:10:09.440Z[ recovery-image] Sep 19 00:10:07.797 INFO O| Sep 19 00:10:07.797 INFO STEP 370 (remove_files) COMPLETE
58902025-09-19T00:10:09.440Z[ recovery-image] Sep 19 00:10:07.797 INFO O| Sep 19 00:10:07.797 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912025-09-19T00:10:09.457Z[ recovery-image] Sep 19 00:10:07.814 INFO O| Sep 19 00:10:07.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
58922025-09-19T00:10:09.457Z[ recovery-image] Sep 19 00:10:07.814 INFO O| Sep 19 00:10:07.814 INFO STEP 371 (remove_files) COMPLETE
58932025-09-19T00:10:09.457Z[ recovery-image] Sep 19 00:10:07.814 INFO O| Sep 19 00:10:07.814 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942025-09-19T00:10:09.474Z[ recovery-image] Sep 19 00:10:07.831 INFO O| Sep 19 00:10:07.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
58952025-09-19T00:10:09.474Z[ recovery-image] Sep 19 00:10:07.831 INFO O| Sep 19 00:10:07.831 INFO STEP 372 (remove_files) COMPLETE
58962025-09-19T00:10:09.478Z[ recovery-image] Sep 19 00:10:07.831 INFO O| Sep 19 00:10:07.831 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972025-09-19T00:10:09.490Z[ recovery-image] Sep 19 00:10:07.847 INFO O| Sep 19 00:10:07.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
58982025-09-19T00:10:09.490Z[ recovery-image] Sep 19 00:10:07.847 INFO O| Sep 19 00:10:07.847 INFO STEP 373 (remove_files) COMPLETE
58992025-09-19T00:10:09.490Z[ recovery-image] Sep 19 00:10:07.847 INFO O| Sep 19 00:10:07.847 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002025-09-19T00:10:09.505Z[ recovery-image] Sep 19 00:10:07.862 INFO O| Sep 19 00:10:07.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59012025-09-19T00:10:09.505Z[ recovery-image] Sep 19 00:10:07.862 INFO O| Sep 19 00:10:07.862 INFO STEP 374 (remove_files) COMPLETE
59022025-09-19T00:10:09.505Z[ recovery-image] Sep 19 00:10:07.862 INFO O| Sep 19 00:10:07.862 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032025-09-19T00:10:09.518Z[ recovery-image] Sep 19 00:10:07.875 INFO O| Sep 19 00:10:07.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59042025-09-19T00:10:09.518Z[ recovery-image] Sep 19 00:10:07.875 INFO O| Sep 19 00:10:07.875 INFO STEP 375 (remove_files) COMPLETE
59052025-09-19T00:10:09.518Z[ recovery-image] Sep 19 00:10:07.875 INFO O| Sep 19 00:10:07.875 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062025-09-19T00:10:09.534Z[ recovery-image] Sep 19 00:10:07.891 INFO O| Sep 19 00:10:07.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59072025-09-19T00:10:09.534Z[ recovery-image] Sep 19 00:10:07.891 INFO O| Sep 19 00:10:07.891 INFO STEP 376 (remove_files) COMPLETE
59082025-09-19T00:10:09.534Z[ recovery-image] Sep 19 00:10:07.891 INFO O| Sep 19 00:10:07.891 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092025-09-19T00:10:09.549Z[ recovery-image] Sep 19 00:10:07.906 INFO O| Sep 19 00:10:07.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59102025-09-19T00:10:09.549Z[ recovery-image] Sep 19 00:10:07.907 INFO O| Sep 19 00:10:07.906 INFO STEP 377 (remove_files) COMPLETE
59112025-09-19T00:10:09.550Z[ recovery-image] Sep 19 00:10:07.907 INFO O| Sep 19 00:10:07.907 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122025-09-19T00:10:09.563Z[ recovery-image] Sep 19 00:10:07.920 INFO O| Sep 19 00:10:07.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59132025-09-19T00:10:09.563Z[ recovery-image] Sep 19 00:10:07.920 INFO O| Sep 19 00:10:07.920 INFO STEP 378 (remove_files) COMPLETE
59142025-09-19T00:10:09.567Z[ recovery-image] Sep 19 00:10:07.920 INFO O| Sep 19 00:10:07.920 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152025-09-19T00:10:09.578Z[ recovery-image] Sep 19 00:10:07.935 INFO O| Sep 19 00:10:07.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59162025-09-19T00:10:09.578Z[ recovery-image] Sep 19 00:10:07.935 INFO O| Sep 19 00:10:07.935 INFO STEP 379 (remove_files) COMPLETE
59172025-09-19T00:10:09.578Z[ recovery-image] Sep 19 00:10:07.935 INFO O| Sep 19 00:10:07.935 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182025-09-19T00:10:09.592Z[ recovery-image] Sep 19 00:10:07.949 INFO O| Sep 19 00:10:07.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59192025-09-19T00:10:09.592Z[ recovery-image] Sep 19 00:10:07.949 INFO O| Sep 19 00:10:07.949 INFO STEP 380 (remove_files) COMPLETE
59202025-09-19T00:10:09.592Z[ recovery-image] Sep 19 00:10:07.949 INFO O| Sep 19 00:10:07.949 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212025-09-19T00:10:09.606Z[ recovery-image] Sep 19 00:10:07.963 INFO O| Sep 19 00:10:07.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59222025-09-19T00:10:09.606Z[ recovery-image] Sep 19 00:10:07.963 INFO O| Sep 19 00:10:07.963 INFO STEP 381 (remove_files) COMPLETE
59232025-09-19T00:10:09.606Z[ recovery-image] Sep 19 00:10:07.963 INFO O| Sep 19 00:10:07.963 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242025-09-19T00:10:09.622Z[ recovery-image] Sep 19 00:10:07.977 INFO O| Sep 19 00:10:07.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59252025-09-19T00:10:09.622Z[ recovery-image] Sep 19 00:10:07.977 INFO O| Sep 19 00:10:07.977 INFO STEP 382 (remove_files) COMPLETE
59262025-09-19T00:10:09.625Z[ recovery-image] Sep 19 00:10:07.977 INFO O| Sep 19 00:10:07.977 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272025-09-19T00:10:09.634Z[ recovery-image] Sep 19 00:10:07.991 INFO O| Sep 19 00:10:07.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59282025-09-19T00:10:09.637Z[ recovery-image] Sep 19 00:10:07.991 INFO O| Sep 19 00:10:07.991 INFO STEP 383 (remove_files) COMPLETE
59292025-09-19T00:10:09.637Z[ recovery-image] Sep 19 00:10:07.991 INFO O| Sep 19 00:10:07.991 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302025-09-19T00:10:09.650Z[ recovery-image] Sep 19 00:10:08.006 INFO O| Sep 19 00:10:08.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59312025-09-19T00:10:09.650Z[ recovery-image] Sep 19 00:10:08.006 INFO O| Sep 19 00:10:08.006 INFO STEP 384 (remove_files) COMPLETE
59322025-09-19T00:10:09.654Z[ recovery-image] Sep 19 00:10:08.006 INFO O| Sep 19 00:10:08.006 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332025-09-19T00:10:09.663Z[ recovery-image] Sep 19 00:10:08.020 INFO O| Sep 19 00:10:08.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59342025-09-19T00:10:09.663Z[ recovery-image] Sep 19 00:10:08.020 INFO O| Sep 19 00:10:08.020 INFO STEP 385 (remove_files) COMPLETE
59352025-09-19T00:10:09.666Z[ recovery-image] Sep 19 00:10:08.020 INFO O| Sep 19 00:10:08.020 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362025-09-19T00:10:09.678Z[ recovery-image] Sep 19 00:10:08.034 INFO O| Sep 19 00:10:08.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59372025-09-19T00:10:09.678Z[ recovery-image] Sep 19 00:10:08.035 INFO O| Sep 19 00:10:08.035 INFO STEP 386 (remove_files) COMPLETE
59382025-09-19T00:10:09.678Z[ recovery-image] Sep 19 00:10:08.035 INFO O| Sep 19 00:10:08.035 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392025-09-19T00:10:09.693Z[ recovery-image] Sep 19 00:10:08.049 INFO O| Sep 19 00:10:08.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59402025-09-19T00:10:09.693Z[ recovery-image] Sep 19 00:10:08.049 INFO O| Sep 19 00:10:08.049 INFO STEP 387 (remove_files) COMPLETE
59412025-09-19T00:10:09.693Z[ recovery-image] Sep 19 00:10:08.049 INFO O| Sep 19 00:10:08.049 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422025-09-19T00:10:09.707Z[ recovery-image] Sep 19 00:10:08.064 INFO O| Sep 19 00:10:08.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59432025-09-19T00:10:09.707Z[ recovery-image] Sep 19 00:10:08.064 INFO O| Sep 19 00:10:08.064 INFO STEP 388 (remove_files) COMPLETE
59442025-09-19T00:10:09.712Z[ recovery-image] Sep 19 00:10:08.064 INFO O| Sep 19 00:10:08.064 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452025-09-19T00:10:09.721Z[ recovery-image] Sep 19 00:10:08.078 INFO O| Sep 19 00:10:08.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59462025-09-19T00:10:09.721Z[ recovery-image] Sep 19 00:10:08.078 INFO O| Sep 19 00:10:08.078 INFO STEP 389 (remove_files) COMPLETE
59472025-09-19T00:10:09.721Z[ recovery-image] Sep 19 00:10:08.078 INFO O| Sep 19 00:10:08.078 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482025-09-19T00:10:09.735Z[ recovery-image] Sep 19 00:10:08.092 INFO O| Sep 19 00:10:08.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59492025-09-19T00:10:09.735Z[ recovery-image] Sep 19 00:10:08.092 INFO O| Sep 19 00:10:08.092 INFO STEP 390 (remove_files) COMPLETE
59502025-09-19T00:10:09.736Z[ recovery-image] Sep 19 00:10:08.092 INFO O| Sep 19 00:10:08.092 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512025-09-19T00:10:09.750Z[ recovery-image] Sep 19 00:10:08.106 INFO O| Sep 19 00:10:08.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59522025-09-19T00:10:09.750Z[ recovery-image] Sep 19 00:10:08.107 INFO O| Sep 19 00:10:08.107 INFO STEP 391 (remove_files) COMPLETE
59532025-09-19T00:10:09.750Z[ recovery-image] Sep 19 00:10:08.107 INFO O| Sep 19 00:10:08.107 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542025-09-19T00:10:09.768Z[ recovery-image] Sep 19 00:10:08.125 INFO O| Sep 19 00:10:08.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59552025-09-19T00:10:09.768Z[ recovery-image] Sep 19 00:10:08.126 INFO O| Sep 19 00:10:08.126 INFO STEP 392 (remove_files) COMPLETE
59562025-09-19T00:10:09.769Z[ recovery-image] Sep 19 00:10:08.126 INFO O| Sep 19 00:10:08.126 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572025-09-19T00:10:09.783Z[ recovery-image] Sep 19 00:10:08.140 INFO O| Sep 19 00:10:08.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59582025-09-19T00:10:09.783Z[ recovery-image] Sep 19 00:10:08.140 INFO O| Sep 19 00:10:08.140 INFO STEP 393 (remove_files) COMPLETE
59592025-09-19T00:10:09.786Z[ recovery-image] Sep 19 00:10:08.140 INFO O| Sep 19 00:10:08.140 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602025-09-19T00:10:09.797Z[ recovery-image] Sep 19 00:10:08.154 INFO O| Sep 19 00:10:08.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
59612025-09-19T00:10:09.800Z[ recovery-image] Sep 19 00:10:08.154 INFO O| Sep 19 00:10:08.154 INFO STEP 394 (remove_files) COMPLETE
59622025-09-19T00:10:09.800Z[ recovery-image] Sep 19 00:10:08.154 INFO O| Sep 19 00:10:08.154 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632025-09-19T00:10:09.811Z[ recovery-image] Sep 19 00:10:08.168 INFO O| Sep 19 00:10:08.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
59642025-09-19T00:10:09.811Z[ recovery-image] Sep 19 00:10:08.168 INFO O| Sep 19 00:10:08.168 INFO STEP 395 (remove_files) COMPLETE
59652025-09-19T00:10:09.811Z[ recovery-image] Sep 19 00:10:08.168 INFO O| Sep 19 00:10:08.168 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662025-09-19T00:10:09.825Z[ recovery-image] Sep 19 00:10:08.182 INFO O| Sep 19 00:10:08.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
59672025-09-19T00:10:09.825Z[ recovery-image] Sep 19 00:10:08.182 INFO O| Sep 19 00:10:08.182 INFO STEP 396 (remove_files) COMPLETE
59682025-09-19T00:10:09.825Z[ recovery-image] Sep 19 00:10:08.182 INFO O| Sep 19 00:10:08.182 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692025-09-19T00:10:09.838Z[ recovery-image] Sep 19 00:10:08.195 INFO O| Sep 19 00:10:08.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
59702025-09-19T00:10:09.838Z[ recovery-image] Sep 19 00:10:08.195 INFO O| Sep 19 00:10:08.195 INFO STEP 397 (remove_files) COMPLETE
59712025-09-19T00:10:09.838Z[ recovery-image] Sep 19 00:10:08.195 INFO O| Sep 19 00:10:08.195 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722025-09-19T00:10:09.851Z[ recovery-image] Sep 19 00:10:08.208 INFO O| Sep 19 00:10:08.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
59732025-09-19T00:10:09.851Z[ recovery-image] Sep 19 00:10:08.209 INFO O| Sep 19 00:10:08.208 INFO STEP 398 (remove_files) COMPLETE
59742025-09-19T00:10:09.855Z[ recovery-image] Sep 19 00:10:08.209 INFO O| Sep 19 00:10:08.209 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752025-09-19T00:10:09.866Z[ recovery-image] Sep 19 00:10:08.223 INFO O| Sep 19 00:10:08.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
59762025-09-19T00:10:09.866Z[ recovery-image] Sep 19 00:10:08.223 INFO O| Sep 19 00:10:08.223 INFO STEP 399 (remove_files) COMPLETE
59772025-09-19T00:10:09.866Z[ recovery-image] Sep 19 00:10:08.223 INFO O| Sep 19 00:10:08.223 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782025-09-19T00:10:09.881Z[ recovery-image] Sep 19 00:10:08.238 INFO O| Sep 19 00:10:08.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
59792025-09-19T00:10:09.881Z[ recovery-image] Sep 19 00:10:08.238 INFO O| Sep 19 00:10:08.238 INFO STEP 400 (remove_files) COMPLETE
59802025-09-19T00:10:09.884Z[ recovery-image] Sep 19 00:10:08.238 INFO O| Sep 19 00:10:08.238 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812025-09-19T00:10:09.898Z[ recovery-image] Sep 19 00:10:08.255 INFO O| Sep 19 00:10:08.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
59822025-09-19T00:10:09.901Z[ recovery-image] Sep 19 00:10:08.255 INFO O| Sep 19 00:10:08.255 INFO STEP 401 (remove_files) COMPLETE
59832025-09-19T00:10:09.901Z[ recovery-image] Sep 19 00:10:08.255 INFO O| Sep 19 00:10:08.255 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842025-09-19T00:10:09.915Z[ recovery-image] Sep 19 00:10:08.272 INFO O| Sep 19 00:10:08.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
59852025-09-19T00:10:09.915Z[ recovery-image] Sep 19 00:10:08.272 INFO O| Sep 19 00:10:08.272 INFO STEP 402 (remove_files) COMPLETE
59862025-09-19T00:10:09.918Z[ recovery-image] Sep 19 00:10:08.272 INFO O| Sep 19 00:10:08.272 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872025-09-19T00:10:09.946Z[ recovery-image] Sep 19 00:10:08.287 INFO O| Sep 19 00:10:08.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
59882025-09-19T00:10:09.946Z[ recovery-image] Sep 19 00:10:08.287 INFO O| Sep 19 00:10:08.287 INFO STEP 403 (remove_files) COMPLETE
59892025-09-19T00:10:09.951Z[ recovery-image] Sep 19 00:10:08.287 INFO O| Sep 19 00:10:08.287 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902025-09-19T00:10:09.951Z[ recovery-image] Sep 19 00:10:08.304 INFO O| Sep 19 00:10:08.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
59912025-09-19T00:10:09.951Z[ recovery-image] Sep 19 00:10:08.305 INFO O| Sep 19 00:10:08.304 INFO STEP 404 (remove_files) COMPLETE
59922025-09-19T00:10:09.951Z[ recovery-image] Sep 19 00:10:08.305 INFO O| Sep 19 00:10:08.305 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932025-09-19T00:10:09.965Z[ recovery-image] Sep 19 00:10:08.321 INFO O| Sep 19 00:10:08.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
59942025-09-19T00:10:09.965Z[ recovery-image] Sep 19 00:10:08.322 INFO O| Sep 19 00:10:08.322 INFO STEP 405 (remove_files) COMPLETE
59952025-09-19T00:10:09.968Z[ recovery-image] Sep 19 00:10:08.322 INFO O| Sep 19 00:10:08.322 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962025-09-19T00:10:09.979Z[ recovery-image] Sep 19 00:10:08.336 INFO O| Sep 19 00:10:08.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
59972025-09-19T00:10:09.979Z[ recovery-image] Sep 19 00:10:08.337 INFO O| Sep 19 00:10:08.337 INFO STEP 406 (remove_files) COMPLETE
59982025-09-19T00:10:09.983Z[ recovery-image] Sep 19 00:10:08.337 INFO O| Sep 19 00:10:08.337 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992025-09-19T00:10:09.995Z[ recovery-image] Sep 19 00:10:08.352 INFO O| Sep 19 00:10:08.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60002025-09-19T00:10:09.995Z[ recovery-image] Sep 19 00:10:08.353 INFO O| Sep 19 00:10:08.353 INFO STEP 407 (remove_files) COMPLETE
60012025-09-19T00:10:09.996Z[ recovery-image] Sep 19 00:10:08.353 INFO O| Sep 19 00:10:08.353 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022025-09-19T00:10:10.009Z[ recovery-image] Sep 19 00:10:08.366 INFO O| Sep 19 00:10:08.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60032025-09-19T00:10:10.009Z[ recovery-image] Sep 19 00:10:08.366 INFO O| Sep 19 00:10:08.366 INFO STEP 408 (remove_files) COMPLETE
60042025-09-19T00:10:10.009Z[ recovery-image] Sep 19 00:10:08.366 INFO O| Sep 19 00:10:08.366 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052025-09-19T00:10:10.024Z[ recovery-image] Sep 19 00:10:08.381 INFO O| Sep 19 00:10:08.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60062025-09-19T00:10:10.024Z[ recovery-image] Sep 19 00:10:08.381 INFO O| Sep 19 00:10:08.381 INFO STEP 409 (remove_files) COMPLETE
60072025-09-19T00:10:10.024Z[ recovery-image] Sep 19 00:10:08.381 INFO O| Sep 19 00:10:08.381 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082025-09-19T00:10:10.040Z[ recovery-image] Sep 19 00:10:08.397 INFO O| Sep 19 00:10:08.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60092025-09-19T00:10:10.040Z[ recovery-image] Sep 19 00:10:08.397 INFO O| Sep 19 00:10:08.397 INFO STEP 410 (remove_files) COMPLETE
60102025-09-19T00:10:10.040Z[ recovery-image] Sep 19 00:10:08.397 INFO O| Sep 19 00:10:08.397 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112025-09-19T00:10:10.056Z[ recovery-image] Sep 19 00:10:08.413 INFO O| Sep 19 00:10:08.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60122025-09-19T00:10:10.056Z[ recovery-image] Sep 19 00:10:08.413 INFO O| Sep 19 00:10:08.413 INFO STEP 411 (remove_files) COMPLETE
60132025-09-19T00:10:10.061Z[ recovery-image] Sep 19 00:10:08.413 INFO O| Sep 19 00:10:08.413 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142025-09-19T00:10:10.075Z[ recovery-image] Sep 19 00:10:08.430 INFO O| Sep 19 00:10:08.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60152025-09-19T00:10:10.075Z[ recovery-image] Sep 19 00:10:08.430 INFO O| Sep 19 00:10:08.430 INFO STEP 412 (remove_files) COMPLETE
60162025-09-19T00:10:10.075Z[ recovery-image] Sep 19 00:10:08.430 INFO O| Sep 19 00:10:08.430 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172025-09-19T00:10:10.091Z[ recovery-image] Sep 19 00:10:08.448 INFO O| Sep 19 00:10:08.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60182025-09-19T00:10:10.091Z[ recovery-image] Sep 19 00:10:08.448 INFO O| Sep 19 00:10:08.448 INFO STEP 413 (remove_files) COMPLETE
60192025-09-19T00:10:10.091Z[ recovery-image] Sep 19 00:10:08.448 INFO O| Sep 19 00:10:08.448 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202025-09-19T00:10:10.109Z[ recovery-image] Sep 19 00:10:08.466 INFO O| Sep 19 00:10:08.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60212025-09-19T00:10:10.109Z[ recovery-image] Sep 19 00:10:08.466 INFO O| Sep 19 00:10:08.466 INFO STEP 414 (remove_files) COMPLETE
60222025-09-19T00:10:10.109Z[ recovery-image] Sep 19 00:10:08.466 INFO O| Sep 19 00:10:08.466 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232025-09-19T00:10:10.124Z[ recovery-image] Sep 19 00:10:08.481 INFO O| Sep 19 00:10:08.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60242025-09-19T00:10:10.124Z[ recovery-image] Sep 19 00:10:08.481 INFO O| Sep 19 00:10:08.481 INFO STEP 415 (remove_files) COMPLETE
60252025-09-19T00:10:10.124Z[ recovery-image] Sep 19 00:10:08.481 INFO O| Sep 19 00:10:08.481 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262025-09-19T00:10:10.138Z[ recovery-image] Sep 19 00:10:08.495 INFO O| Sep 19 00:10:08.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60272025-09-19T00:10:10.138Z[ recovery-image] Sep 19 00:10:08.495 INFO O| Sep 19 00:10:08.495 INFO STEP 416 (remove_files) COMPLETE
60282025-09-19T00:10:10.138Z[ recovery-image] Sep 19 00:10:08.495 INFO O| Sep 19 00:10:08.495 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292025-09-19T00:10:10.153Z[ recovery-image] Sep 19 00:10:08.510 INFO O| Sep 19 00:10:08.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60302025-09-19T00:10:10.153Z[ recovery-image] Sep 19 00:10:08.510 INFO O| Sep 19 00:10:08.510 INFO STEP 417 (remove_files) COMPLETE
60312025-09-19T00:10:10.153Z[ recovery-image] Sep 19 00:10:08.510 INFO O| Sep 19 00:10:08.510 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322025-09-19T00:10:10.170Z[ recovery-image] Sep 19 00:10:08.526 INFO O| Sep 19 00:10:08.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60332025-09-19T00:10:10.170Z[ recovery-image] Sep 19 00:10:08.527 INFO O| Sep 19 00:10:08.527 INFO STEP 418 (remove_files) COMPLETE
60342025-09-19T00:10:10.170Z[ recovery-image] Sep 19 00:10:08.527 INFO O| Sep 19 00:10:08.527 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352025-09-19T00:10:10.187Z[ recovery-image] Sep 19 00:10:08.543 INFO O| Sep 19 00:10:08.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60362025-09-19T00:10:10.187Z[ recovery-image] Sep 19 00:10:08.543 INFO O| Sep 19 00:10:08.543 INFO STEP 419 (remove_files) COMPLETE
60372025-09-19T00:10:10.187Z[ recovery-image] Sep 19 00:10:08.544 INFO O| Sep 19 00:10:08.543 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382025-09-19T00:10:10.203Z[ recovery-image] Sep 19 00:10:08.560 INFO O| Sep 19 00:10:08.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60392025-09-19T00:10:10.203Z[ recovery-image] Sep 19 00:10:08.560 INFO O| Sep 19 00:10:08.560 INFO STEP 420 (remove_files) COMPLETE
60402025-09-19T00:10:10.203Z[ recovery-image] Sep 19 00:10:08.560 INFO O| Sep 19 00:10:08.560 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412025-09-19T00:10:10.218Z[ recovery-image] Sep 19 00:10:08.574 INFO O| Sep 19 00:10:08.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60422025-09-19T00:10:10.218Z[ recovery-image] Sep 19 00:10:08.575 INFO O| Sep 19 00:10:08.575 INFO STEP 421 (remove_files) COMPLETE
60432025-09-19T00:10:10.221Z[ recovery-image] Sep 19 00:10:08.575 INFO O| Sep 19 00:10:08.575 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442025-09-19T00:10:10.234Z[ recovery-image] Sep 19 00:10:08.591 INFO O| Sep 19 00:10:08.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60452025-09-19T00:10:10.234Z[ recovery-image] Sep 19 00:10:08.591 INFO O| Sep 19 00:10:08.591 INFO STEP 422 (remove_files) COMPLETE
60462025-09-19T00:10:10.234Z[ recovery-image] Sep 19 00:10:08.591 INFO O| Sep 19 00:10:08.591 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472025-09-19T00:10:10.251Z[ recovery-image] Sep 19 00:10:08.606 INFO O| Sep 19 00:10:08.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60482025-09-19T00:10:10.251Z[ recovery-image] Sep 19 00:10:08.607 INFO O| Sep 19 00:10:08.607 INFO STEP 423 (remove_files) COMPLETE
60492025-09-19T00:10:10.254Z[ recovery-image] Sep 19 00:10:08.607 INFO O| Sep 19 00:10:08.607 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502025-09-19T00:10:10.267Z[ recovery-image] Sep 19 00:10:08.622 INFO O| Sep 19 00:10:08.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60512025-09-19T00:10:10.267Z[ recovery-image] Sep 19 00:10:08.623 INFO O| Sep 19 00:10:08.622 INFO STEP 424 (remove_files) COMPLETE
60522025-09-19T00:10:10.271Z[ recovery-image] Sep 19 00:10:08.623 INFO O| Sep 19 00:10:08.623 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532025-09-19T00:10:10.282Z[ recovery-image] Sep 19 00:10:08.639 INFO O| Sep 19 00:10:08.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60542025-09-19T00:10:10.282Z[ recovery-image] Sep 19 00:10:08.639 INFO O| Sep 19 00:10:08.639 INFO STEP 425 (remove_files) COMPLETE
60552025-09-19T00:10:10.287Z[ recovery-image] Sep 19 00:10:08.639 INFO O| Sep 19 00:10:08.639 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562025-09-19T00:10:10.296Z[ recovery-image] Sep 19 00:10:08.653 INFO O| Sep 19 00:10:08.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60572025-09-19T00:10:10.299Z[ recovery-image] Sep 19 00:10:08.653 INFO O| Sep 19 00:10:08.653 INFO STEP 426 (remove_files) COMPLETE
60582025-09-19T00:10:10.299Z[ recovery-image] Sep 19 00:10:08.653 INFO O| Sep 19 00:10:08.653 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592025-09-19T00:10:10.310Z[ recovery-image] Sep 19 00:10:08.667 INFO O| Sep 19 00:10:08.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60602025-09-19T00:10:10.310Z[ recovery-image] Sep 19 00:10:08.667 INFO O| Sep 19 00:10:08.667 INFO STEP 427 (remove_files) COMPLETE
60612025-09-19T00:10:10.313Z[ recovery-image] Sep 19 00:10:08.667 INFO O| Sep 19 00:10:08.667 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622025-09-19T00:10:10.325Z[ recovery-image] Sep 19 00:10:08.681 INFO O| Sep 19 00:10:08.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
60632025-09-19T00:10:10.325Z[ recovery-image] Sep 19 00:10:08.682 INFO O| Sep 19 00:10:08.682 INFO STEP 428 (remove_files) COMPLETE
60642025-09-19T00:10:10.328Z[ recovery-image] Sep 19 00:10:08.682 INFO O| Sep 19 00:10:08.682 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652025-09-19T00:10:10.339Z[ recovery-image] Sep 19 00:10:08.696 INFO O| Sep 19 00:10:08.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
60662025-09-19T00:10:10.339Z[ recovery-image] Sep 19 00:10:08.696 INFO O| Sep 19 00:10:08.696 INFO STEP 429 (remove_files) COMPLETE
60672025-09-19T00:10:10.339Z[ recovery-image] Sep 19 00:10:08.696 INFO O| Sep 19 00:10:08.696 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682025-09-19T00:10:10.354Z[ recovery-image] Sep 19 00:10:08.711 INFO O| Sep 19 00:10:08.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
60692025-09-19T00:10:10.354Z[ recovery-image] Sep 19 00:10:08.711 INFO O| Sep 19 00:10:08.711 INFO STEP 430 (remove_files) COMPLETE
60702025-09-19T00:10:10.357Z[ recovery-image] Sep 19 00:10:08.711 INFO O| Sep 19 00:10:08.711 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712025-09-19T00:10:10.368Z[ recovery-image] Sep 19 00:10:08.725 INFO O| Sep 19 00:10:08.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
60722025-09-19T00:10:10.368Z[ recovery-image] Sep 19 00:10:08.725 INFO O| Sep 19 00:10:08.725 INFO STEP 431 (remove_files) COMPLETE
60732025-09-19T00:10:10.368Z[ recovery-image] Sep 19 00:10:08.725 INFO O| Sep 19 00:10:08.725 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742025-09-19T00:10:10.382Z[ recovery-image] Sep 19 00:10:08.739 INFO O| Sep 19 00:10:08.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
60752025-09-19T00:10:10.383Z[ recovery-image] Sep 19 00:10:08.740 INFO O| Sep 19 00:10:08.740 INFO STEP 432 (remove_files) COMPLETE
60762025-09-19T00:10:10.383Z[ recovery-image] Sep 19 00:10:08.740 INFO O| Sep 19 00:10:08.740 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772025-09-19T00:10:10.397Z[ recovery-image] Sep 19 00:10:08.754 INFO O| Sep 19 00:10:08.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
60782025-09-19T00:10:10.397Z[ recovery-image] Sep 19 00:10:08.754 INFO O| Sep 19 00:10:08.754 INFO STEP 433 (remove_files) COMPLETE
60792025-09-19T00:10:10.397Z[ recovery-image] Sep 19 00:10:08.754 INFO O| Sep 19 00:10:08.754 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802025-09-19T00:10:10.412Z[ recovery-image] Sep 19 00:10:08.769 INFO O| Sep 19 00:10:08.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
60812025-09-19T00:10:10.412Z[ recovery-image] Sep 19 00:10:08.769 INFO O| Sep 19 00:10:08.769 INFO STEP 434 (remove_files) COMPLETE
60822025-09-19T00:10:10.412Z[ recovery-image] Sep 19 00:10:08.769 INFO O| Sep 19 00:10:08.769 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832025-09-19T00:10:10.426Z[ recovery-image] Sep 19 00:10:08.783 INFO O| Sep 19 00:10:08.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
60842025-09-19T00:10:10.426Z[ recovery-image] Sep 19 00:10:08.783 INFO O| Sep 19 00:10:08.783 INFO STEP 435 (remove_files) COMPLETE
60852025-09-19T00:10:10.426Z[ recovery-image] Sep 19 00:10:08.783 INFO O| Sep 19 00:10:08.783 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862025-09-19T00:10:10.440Z[ recovery-image] Sep 19 00:10:08.798 INFO O| Sep 19 00:10:08.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
60872025-09-19T00:10:10.440Z[ recovery-image] Sep 19 00:10:08.798 INFO O| Sep 19 00:10:08.798 INFO STEP 436 (remove_files) COMPLETE
60882025-09-19T00:10:10.440Z[ recovery-image] Sep 19 00:10:08.798 INFO O| Sep 19 00:10:08.798 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892025-09-19T00:10:10.456Z[ recovery-image] Sep 19 00:10:08.812 INFO O| Sep 19 00:10:08.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
60902025-09-19T00:10:10.459Z[ recovery-image] Sep 19 00:10:08.813 INFO O| Sep 19 00:10:08.813 INFO STEP 437 (remove_files) COMPLETE
60912025-09-19T00:10:10.459Z[ recovery-image] Sep 19 00:10:08.813 INFO O| Sep 19 00:10:08.813 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922025-09-19T00:10:10.470Z[ recovery-image] Sep 19 00:10:08.827 INFO O| Sep 19 00:10:08.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
60932025-09-19T00:10:10.470Z[ recovery-image] Sep 19 00:10:08.827 INFO O| Sep 19 00:10:08.827 INFO STEP 438 (remove_files) COMPLETE
60942025-09-19T00:10:10.470Z[ recovery-image] Sep 19 00:10:08.827 INFO O| Sep 19 00:10:08.827 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952025-09-19T00:10:10.483Z[ recovery-image] Sep 19 00:10:08.840 INFO O| Sep 19 00:10:08.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
60962025-09-19T00:10:10.483Z[ recovery-image] Sep 19 00:10:08.840 INFO O| Sep 19 00:10:08.840 INFO STEP 439 (remove_files) COMPLETE
60972025-09-19T00:10:10.487Z[ recovery-image] Sep 19 00:10:08.840 INFO O| Sep 19 00:10:08.840 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982025-09-19T00:10:10.498Z[ recovery-image] Sep 19 00:10:08.855 INFO O| Sep 19 00:10:08.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
60992025-09-19T00:10:10.498Z[ recovery-image] Sep 19 00:10:08.855 INFO O| Sep 19 00:10:08.855 INFO STEP 440 (remove_files) COMPLETE
61002025-09-19T00:10:10.501Z[ recovery-image] Sep 19 00:10:08.855 INFO O| Sep 19 00:10:08.855 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012025-09-19T00:10:10.511Z[ recovery-image] Sep 19 00:10:08.868 INFO O| Sep 19 00:10:08.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61022025-09-19T00:10:10.511Z[ recovery-image] Sep 19 00:10:08.868 INFO O| Sep 19 00:10:08.868 INFO STEP 441 (remove_files) COMPLETE
61032025-09-19T00:10:10.514Z[ recovery-image] Sep 19 00:10:08.868 INFO O| Sep 19 00:10:08.868 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042025-09-19T00:10:10.524Z[ recovery-image] Sep 19 00:10:08.881 INFO O| Sep 19 00:10:08.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61052025-09-19T00:10:10.524Z[ recovery-image] Sep 19 00:10:08.882 INFO O| Sep 19 00:10:08.882 INFO STEP 442 (remove_files) COMPLETE
61062025-09-19T00:10:10.528Z[ recovery-image] Sep 19 00:10:08.882 INFO O| Sep 19 00:10:08.882 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072025-09-19T00:10:10.538Z[ recovery-image] Sep 19 00:10:08.895 INFO O| Sep 19 00:10:08.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61082025-09-19T00:10:10.538Z[ recovery-image] Sep 19 00:10:08.895 INFO O| Sep 19 00:10:08.895 INFO STEP 443 (remove_files) COMPLETE
61092025-09-19T00:10:10.538Z[ recovery-image] Sep 19 00:10:08.895 INFO O| Sep 19 00:10:08.895 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102025-09-19T00:10:10.552Z[ recovery-image] Sep 19 00:10:08.909 INFO O| Sep 19 00:10:08.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61112025-09-19T00:10:10.556Z[ recovery-image] Sep 19 00:10:08.910 INFO O| Sep 19 00:10:08.910 INFO STEP 444 (remove_files) COMPLETE
61122025-09-19T00:10:10.556Z[ recovery-image] Sep 19 00:10:08.910 INFO O| Sep 19 00:10:08.910 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132025-09-19T00:10:10.567Z[ recovery-image] Sep 19 00:10:08.924 INFO O| Sep 19 00:10:08.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61142025-09-19T00:10:10.570Z[ recovery-image] Sep 19 00:10:08.924 INFO O| Sep 19 00:10:08.924 INFO STEP 445 (remove_files) COMPLETE
61152025-09-19T00:10:10.570Z[ recovery-image] Sep 19 00:10:08.924 INFO O| Sep 19 00:10:08.924 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162025-09-19T00:10:10.583Z[ recovery-image] Sep 19 00:10:08.939 INFO O| Sep 19 00:10:08.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61172025-09-19T00:10:10.583Z[ recovery-image] Sep 19 00:10:08.940 INFO O| Sep 19 00:10:08.940 INFO STEP 446 (remove_files) COMPLETE
61182025-09-19T00:10:10.586Z[ recovery-image] Sep 19 00:10:08.940 INFO O| Sep 19 00:10:08.940 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192025-09-19T00:10:10.598Z[ recovery-image] Sep 19 00:10:08.955 INFO O| Sep 19 00:10:08.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61202025-09-19T00:10:10.599Z[ recovery-image] Sep 19 00:10:08.955 INFO O| Sep 19 00:10:08.955 INFO STEP 447 (remove_files) COMPLETE
61212025-09-19T00:10:10.599Z[ recovery-image] Sep 19 00:10:08.955 INFO O| Sep 19 00:10:08.955 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222025-09-19T00:10:10.613Z[ recovery-image] Sep 19 00:10:08.970 INFO O| Sep 19 00:10:08.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61232025-09-19T00:10:10.616Z[ recovery-image] Sep 19 00:10:08.970 INFO O| Sep 19 00:10:08.970 INFO STEP 448 (remove_files) COMPLETE
61242025-09-19T00:10:10.616Z[ recovery-image] Sep 19 00:10:08.970 INFO O| Sep 19 00:10:08.970 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252025-09-19T00:10:10.627Z[ recovery-image] Sep 19 00:10:08.984 INFO O| Sep 19 00:10:08.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61262025-09-19T00:10:10.627Z[ recovery-image] Sep 19 00:10:08.985 INFO O| Sep 19 00:10:08.985 INFO STEP 449 (remove_files) COMPLETE
61272025-09-19T00:10:10.627Z[ recovery-image] Sep 19 00:10:08.985 INFO O| Sep 19 00:10:08.985 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282025-09-19T00:10:10.642Z[ recovery-image] Sep 19 00:10:08.999 INFO O| Sep 19 00:10:08.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61292025-09-19T00:10:10.642Z[ recovery-image] Sep 19 00:10:08.999 INFO O| Sep 19 00:10:08.999 INFO STEP 450 (remove_files) COMPLETE
61302025-09-19T00:10:10.645Z[ recovery-image] Sep 19 00:10:08.999 INFO O| Sep 19 00:10:08.999 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312025-09-19T00:10:10.656Z[ recovery-image] Sep 19 00:10:09.013 INFO O| Sep 19 00:10:09.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61322025-09-19T00:10:10.656Z[ recovery-image] Sep 19 00:10:09.013 INFO O| Sep 19 00:10:09.013 INFO STEP 451 (remove_files) COMPLETE
61332025-09-19T00:10:10.659Z[ recovery-image] Sep 19 00:10:09.013 INFO O| Sep 19 00:10:09.013 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342025-09-19T00:10:10.670Z[ recovery-image] Sep 19 00:10:09.027 INFO O| Sep 19 00:10:09.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61352025-09-19T00:10:10.670Z[ recovery-image] Sep 19 00:10:09.027 INFO O| Sep 19 00:10:09.027 INFO STEP 452 (remove_files) COMPLETE
61362025-09-19T00:10:10.670Z[ recovery-image] Sep 19 00:10:09.027 INFO O| Sep 19 00:10:09.027 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372025-09-19T00:10:10.684Z[ recovery-image] Sep 19 00:10:09.041 INFO O| Sep 19 00:10:09.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61382025-09-19T00:10:10.684Z[ recovery-image] Sep 19 00:10:09.041 INFO O| Sep 19 00:10:09.041 INFO STEP 453 (remove_files) COMPLETE
61392025-09-19T00:10:10.687Z[ recovery-image] Sep 19 00:10:09.041 INFO O| Sep 19 00:10:09.041 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402025-09-19T00:10:10.697Z[ recovery-image] Sep 19 00:10:09.054 INFO O| Sep 19 00:10:09.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61412025-09-19T00:10:10.697Z[ recovery-image] Sep 19 00:10:09.054 INFO O| Sep 19 00:10:09.054 INFO STEP 454 (remove_files) COMPLETE
61422025-09-19T00:10:10.697Z[ recovery-image] Sep 19 00:10:09.054 INFO O| Sep 19 00:10:09.054 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432025-09-19T00:10:10.712Z[ recovery-image] Sep 19 00:10:09.069 INFO O| Sep 19 00:10:09.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61442025-09-19T00:10:10.715Z[ recovery-image] Sep 19 00:10:09.069 INFO O| Sep 19 00:10:09.069 INFO STEP 455 (remove_files) COMPLETE
61452025-09-19T00:10:10.715Z[ recovery-image] Sep 19 00:10:09.069 INFO O| Sep 19 00:10:09.069 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462025-09-19T00:10:10.726Z[ recovery-image] Sep 19 00:10:09.083 INFO O| Sep 19 00:10:09.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61472025-09-19T00:10:10.726Z[ recovery-image] Sep 19 00:10:09.083 INFO O| Sep 19 00:10:09.083 INFO STEP 456 (remove_files) COMPLETE
61482025-09-19T00:10:10.726Z[ recovery-image] Sep 19 00:10:09.083 INFO O| Sep 19 00:10:09.083 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492025-09-19T00:10:10.739Z[ recovery-image] Sep 19 00:10:09.096 INFO O| Sep 19 00:10:09.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61502025-09-19T00:10:10.739Z[ recovery-image] Sep 19 00:10:09.096 INFO O| Sep 19 00:10:09.096 INFO STEP 457 (remove_files) COMPLETE
61512025-09-19T00:10:10.739Z[ recovery-image] Sep 19 00:10:09.096 INFO O| Sep 19 00:10:09.096 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522025-09-19T00:10:10.762Z[ recovery-image] Sep 19 00:10:09.119 INFO O| Sep 19 00:10:09.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61532025-09-19T00:10:10.765Z[ recovery-image] Sep 19 00:10:09.119 INFO O| Sep 19 00:10:09.119 INFO STEP 458 (remove_files) COMPLETE
61542025-09-19T00:10:10.765Z[ recovery-image] Sep 19 00:10:09.119 INFO O| Sep 19 00:10:09.119 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552025-09-19T00:10:10.777Z[ recovery-image] Sep 19 00:10:09.134 INFO O| Sep 19 00:10:09.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61562025-09-19T00:10:10.777Z[ recovery-image] Sep 19 00:10:09.134 INFO O| Sep 19 00:10:09.134 INFO STEP 459 (remove_files) COMPLETE
61572025-09-19T00:10:10.780Z[ recovery-image] Sep 19 00:10:09.134 INFO O| Sep 19 00:10:09.134 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582025-09-19T00:10:10.791Z[ recovery-image] Sep 19 00:10:09.148 INFO O| Sep 19 00:10:09.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61592025-09-19T00:10:10.791Z[ recovery-image] Sep 19 00:10:09.148 INFO O| Sep 19 00:10:09.148 INFO STEP 460 (remove_files) COMPLETE
61602025-09-19T00:10:10.794Z[ recovery-image] Sep 19 00:10:09.148 INFO O| Sep 19 00:10:09.148 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612025-09-19T00:10:10.805Z[ recovery-image] Sep 19 00:10:09.162 INFO O| Sep 19 00:10:09.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
61622025-09-19T00:10:10.805Z[ recovery-image] Sep 19 00:10:09.162 INFO O| Sep 19 00:10:09.162 INFO STEP 461 (remove_files) COMPLETE
61632025-09-19T00:10:10.805Z[ recovery-image] Sep 19 00:10:09.162 INFO O| Sep 19 00:10:09.162 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642025-09-19T00:10:10.818Z[ recovery-image] Sep 19 00:10:09.175 INFO O| Sep 19 00:10:09.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
61652025-09-19T00:10:10.818Z[ recovery-image] Sep 19 00:10:09.175 INFO O| Sep 19 00:10:09.175 INFO STEP 462 (remove_files) COMPLETE
61662025-09-19T00:10:10.818Z[ recovery-image] Sep 19 00:10:09.175 INFO O| Sep 19 00:10:09.175 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672025-09-19T00:10:10.832Z[ recovery-image] Sep 19 00:10:09.189 INFO O| Sep 19 00:10:09.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
61682025-09-19T00:10:10.836Z[ recovery-image] Sep 19 00:10:09.189 INFO O| Sep 19 00:10:09.189 INFO STEP 463 (remove_files) COMPLETE
61692025-09-19T00:10:10.836Z[ recovery-image] Sep 19 00:10:09.189 INFO O| Sep 19 00:10:09.189 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702025-09-19T00:10:10.846Z[ recovery-image] Sep 19 00:10:09.203 INFO O| Sep 19 00:10:09.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
61712025-09-19T00:10:10.846Z[ recovery-image] Sep 19 00:10:09.204 INFO O| Sep 19 00:10:09.203 INFO STEP 464 (remove_files) COMPLETE
61722025-09-19T00:10:10.849Z[ recovery-image] Sep 19 00:10:09.204 INFO O| Sep 19 00:10:09.203 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732025-09-19T00:10:10.861Z[ recovery-image] Sep 19 00:10:09.218 INFO O| Sep 19 00:10:09.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
61742025-09-19T00:10:10.861Z[ recovery-image] Sep 19 00:10:09.218 INFO O| Sep 19 00:10:09.218 INFO STEP 465 (remove_files) COMPLETE
61752025-09-19T00:10:10.861Z[ recovery-image] Sep 19 00:10:09.218 INFO O| Sep 19 00:10:09.218 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762025-09-19T00:10:10.876Z[ recovery-image] Sep 19 00:10:09.233 INFO O| Sep 19 00:10:09.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
61772025-09-19T00:10:10.876Z[ recovery-image] Sep 19 00:10:09.233 INFO O| Sep 19 00:10:09.233 INFO STEP 466 (remove_files) COMPLETE
61782025-09-19T00:10:10.876Z[ recovery-image] Sep 19 00:10:09.233 INFO O| Sep 19 00:10:09.233 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792025-09-19T00:10:10.890Z[ recovery-image] Sep 19 00:10:09.247 INFO O| Sep 19 00:10:09.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
61802025-09-19T00:10:10.890Z[ recovery-image] Sep 19 00:10:09.247 INFO O| Sep 19 00:10:09.247 INFO STEP 467 (remove_files) COMPLETE
61812025-09-19T00:10:10.890Z[ recovery-image] Sep 19 00:10:09.247 INFO O| Sep 19 00:10:09.247 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822025-09-19T00:10:10.903Z[ recovery-image] Sep 19 00:10:09.259 INFO O| Sep 19 00:10:09.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
61832025-09-19T00:10:10.903Z[ recovery-image] Sep 19 00:10:09.260 INFO O| Sep 19 00:10:09.260 INFO STEP 468 (remove_files) COMPLETE
61842025-09-19T00:10:10.903Z[ recovery-image] Sep 19 00:10:09.260 INFO O| Sep 19 00:10:09.260 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852025-09-19T00:10:10.915Z[ recovery-image] Sep 19 00:10:09.272 INFO O| Sep 19 00:10:09.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
61862025-09-19T00:10:10.915Z[ recovery-image] Sep 19 00:10:09.272 INFO O| Sep 19 00:10:09.272 INFO STEP 469 (remove_files) COMPLETE
61872025-09-19T00:10:10.915Z[ recovery-image] Sep 19 00:10:09.272 INFO O| Sep 19 00:10:09.272 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882025-09-19T00:10:10.928Z[ recovery-image] Sep 19 00:10:09.285 INFO O| Sep 19 00:10:09.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
61892025-09-19T00:10:10.932Z[ recovery-image] Sep 19 00:10:09.286 INFO O| Sep 19 00:10:09.285 INFO STEP 470 (remove_files) COMPLETE
61902025-09-19T00:10:10.932Z[ recovery-image] Sep 19 00:10:09.286 INFO O| Sep 19 00:10:09.286 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912025-09-19T00:10:10.942Z[ recovery-image] Sep 19 00:10:09.299 INFO O| Sep 19 00:10:09.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
61922025-09-19T00:10:10.942Z[ recovery-image] Sep 19 00:10:09.299 INFO O| Sep 19 00:10:09.299 INFO STEP 471 (remove_files) COMPLETE
61932025-09-19T00:10:10.942Z[ recovery-image] Sep 19 00:10:09.299 INFO O| Sep 19 00:10:09.299 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942025-09-19T00:10:10.956Z[ recovery-image] Sep 19 00:10:09.313 INFO O| Sep 19 00:10:09.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
61952025-09-19T00:10:10.956Z[ recovery-image] Sep 19 00:10:09.313 INFO O| Sep 19 00:10:09.313 INFO STEP 472 (remove_files) COMPLETE
61962025-09-19T00:10:10.956Z[ recovery-image] Sep 19 00:10:09.313 INFO O| Sep 19 00:10:09.313 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972025-09-19T00:10:10.970Z[ recovery-image] Sep 19 00:10:09.327 INFO O| Sep 19 00:10:09.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
61982025-09-19T00:10:10.970Z[ recovery-image] Sep 19 00:10:09.327 INFO O| Sep 19 00:10:09.327 INFO STEP 473 (remove_files) COMPLETE
61992025-09-19T00:10:10.970Z[ recovery-image] Sep 19 00:10:09.327 INFO O| Sep 19 00:10:09.327 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002025-09-19T00:10:10.985Z[ recovery-image] Sep 19 00:10:09.341 INFO O| Sep 19 00:10:09.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62012025-09-19T00:10:10.985Z[ recovery-image] Sep 19 00:10:09.342 INFO O| Sep 19 00:10:09.342 INFO STEP 474 (remove_files) COMPLETE
62022025-09-19T00:10:10.988Z[ recovery-image] Sep 19 00:10:09.342 INFO O| Sep 19 00:10:09.342 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032025-09-19T00:10:10.999Z[ recovery-image] Sep 19 00:10:09.356 INFO O| Sep 19 00:10:09.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62042025-09-19T00:10:10.999Z[ recovery-image] Sep 19 00:10:09.356 INFO O| Sep 19 00:10:09.356 INFO STEP 475 (remove_files) COMPLETE
62052025-09-19T00:10:11.002Z[ recovery-image] Sep 19 00:10:09.356 INFO O| Sep 19 00:10:09.356 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062025-09-19T00:10:11.014Z[ recovery-image] Sep 19 00:10:09.371 INFO O| Sep 19 00:10:09.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62072025-09-19T00:10:11.014Z[ recovery-image] Sep 19 00:10:09.371 INFO O| Sep 19 00:10:09.371 INFO STEP 476 (remove_files) COMPLETE
62082025-09-19T00:10:11.014Z[ recovery-image] Sep 19 00:10:09.371 INFO O| Sep 19 00:10:09.371 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092025-09-19T00:10:11.027Z[ recovery-image] Sep 19 00:10:09.384 INFO O| Sep 19 00:10:09.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62102025-09-19T00:10:11.028Z[ recovery-image] Sep 19 00:10:09.385 INFO O| Sep 19 00:10:09.385 INFO STEP 477 (remove_files) COMPLETE
62112025-09-19T00:10:11.028Z[ recovery-image] Sep 19 00:10:09.385 INFO O| Sep 19 00:10:09.385 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122025-09-19T00:10:11.043Z[ recovery-image] Sep 19 00:10:09.400 INFO O| Sep 19 00:10:09.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62132025-09-19T00:10:11.046Z[ recovery-image] Sep 19 00:10:09.401 INFO O| Sep 19 00:10:09.401 INFO STEP 478 (remove_files) COMPLETE
62142025-09-19T00:10:11.046Z[ recovery-image] Sep 19 00:10:09.401 INFO O| Sep 19 00:10:09.401 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152025-09-19T00:10:11.057Z[ recovery-image] Sep 19 00:10:09.414 INFO O| Sep 19 00:10:09.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62162025-09-19T00:10:11.057Z[ recovery-image] Sep 19 00:10:09.414 INFO O| Sep 19 00:10:09.414 INFO STEP 479 (remove_files) COMPLETE
62172025-09-19T00:10:11.057Z[ recovery-image] Sep 19 00:10:09.414 INFO O| Sep 19 00:10:09.414 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182025-09-19T00:10:11.071Z[ recovery-image] Sep 19 00:10:09.428 INFO O| Sep 19 00:10:09.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62192025-09-19T00:10:11.071Z[ recovery-image] Sep 19 00:10:09.428 INFO O| Sep 19 00:10:09.428 INFO STEP 480 (remove_files) COMPLETE
62202025-09-19T00:10:11.071Z[ recovery-image] Sep 19 00:10:09.428 INFO O| Sep 19 00:10:09.428 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212025-09-19T00:10:11.084Z[ recovery-image] Sep 19 00:10:09.441 INFO O| Sep 19 00:10:09.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62222025-09-19T00:10:11.084Z[ recovery-image] Sep 19 00:10:09.441 INFO O| Sep 19 00:10:09.441 INFO STEP 481 (remove_files) COMPLETE
62232025-09-19T00:10:11.084Z[ recovery-image] Sep 19 00:10:09.441 INFO O| Sep 19 00:10:09.441 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242025-09-19T00:10:11.098Z[ recovery-image] Sep 19 00:10:09.455 INFO O| Sep 19 00:10:09.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62252025-09-19T00:10:11.098Z[ recovery-image] Sep 19 00:10:09.455 INFO O| Sep 19 00:10:09.455 INFO STEP 482 (remove_files) COMPLETE
62262025-09-19T00:10:11.098Z[ recovery-image] Sep 19 00:10:09.455 INFO O| Sep 19 00:10:09.455 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272025-09-19T00:10:11.112Z[ recovery-image] Sep 19 00:10:09.469 INFO O| Sep 19 00:10:09.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62282025-09-19T00:10:11.115Z[ recovery-image] Sep 19 00:10:09.469 INFO O| Sep 19 00:10:09.469 INFO STEP 483 (remove_files) COMPLETE
62292025-09-19T00:10:11.115Z[ recovery-image] Sep 19 00:10:09.469 INFO O| Sep 19 00:10:09.469 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302025-09-19T00:10:11.126Z[ recovery-image] Sep 19 00:10:09.483 INFO O| Sep 19 00:10:09.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62312025-09-19T00:10:11.129Z[ recovery-image] Sep 19 00:10:09.483 INFO O| Sep 19 00:10:09.483 INFO STEP 484 (remove_files) COMPLETE
62322025-09-19T00:10:11.129Z[ recovery-image] Sep 19 00:10:09.483 INFO O| Sep 19 00:10:09.483 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332025-09-19T00:10:11.140Z[ recovery-image] Sep 19 00:10:09.497 INFO O| Sep 19 00:10:09.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62342025-09-19T00:10:11.140Z[ recovery-image] Sep 19 00:10:09.497 INFO O| Sep 19 00:10:09.497 INFO STEP 485 (remove_files) COMPLETE
62352025-09-19T00:10:11.140Z[ recovery-image] Sep 19 00:10:09.497 INFO O| Sep 19 00:10:09.497 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362025-09-19T00:10:11.154Z[ recovery-image] Sep 19 00:10:09.511 INFO O| Sep 19 00:10:09.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62372025-09-19T00:10:11.154Z[ recovery-image] Sep 19 00:10:09.511 INFO O| Sep 19 00:10:09.511 INFO STEP 486 (remove_files) COMPLETE
62382025-09-19T00:10:11.154Z[ recovery-image] Sep 19 00:10:09.511 INFO O| Sep 19 00:10:09.511 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392025-09-19T00:10:11.169Z[ recovery-image] Sep 19 00:10:09.526 INFO O| Sep 19 00:10:09.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62402025-09-19T00:10:11.169Z[ recovery-image] Sep 19 00:10:09.526 INFO O| Sep 19 00:10:09.526 INFO STEP 487 (remove_files) COMPLETE
62412025-09-19T00:10:11.172Z[ recovery-image] Sep 19 00:10:09.526 INFO O| Sep 19 00:10:09.526 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422025-09-19T00:10:11.184Z[ recovery-image] Sep 19 00:10:09.541 INFO O| Sep 19 00:10:09.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62432025-09-19T00:10:11.184Z[ recovery-image] Sep 19 00:10:09.541 INFO O| Sep 19 00:10:09.541 INFO STEP 488 (remove_files) COMPLETE
62442025-09-19T00:10:11.187Z[ recovery-image] Sep 19 00:10:09.541 INFO O| Sep 19 00:10:09.541 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452025-09-19T00:10:11.198Z[ recovery-image] Sep 19 00:10:09.555 INFO O| Sep 19 00:10:09.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62462025-09-19T00:10:11.198Z[ recovery-image] Sep 19 00:10:09.555 INFO O| Sep 19 00:10:09.555 INFO STEP 489 (remove_files) COMPLETE
62472025-09-19T00:10:11.198Z[ recovery-image] Sep 19 00:10:09.555 INFO O| Sep 19 00:10:09.555 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482025-09-19T00:10:11.211Z[ recovery-image] Sep 19 00:10:09.568 INFO O| Sep 19 00:10:09.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62492025-09-19T00:10:11.217Z[ recovery-image] Sep 19 00:10:09.569 INFO O| Sep 19 00:10:09.568 INFO STEP 490 (remove_files) COMPLETE
62502025-09-19T00:10:11.217Z[ recovery-image] Sep 19 00:10:09.569 INFO O| Sep 19 00:10:09.569 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512025-09-19T00:10:11.225Z[ recovery-image] Sep 19 00:10:09.583 INFO O| Sep 19 00:10:09.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62522025-09-19T00:10:11.229Z[ recovery-image] Sep 19 00:10:09.583 INFO O| Sep 19 00:10:09.583 INFO STEP 491 (remove_files) COMPLETE
62532025-09-19T00:10:11.229Z[ recovery-image] Sep 19 00:10:09.583 INFO O| Sep 19 00:10:09.583 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542025-09-19T00:10:11.241Z[ recovery-image] Sep 19 00:10:09.598 INFO O| Sep 19 00:10:09.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62552025-09-19T00:10:11.241Z[ recovery-image] Sep 19 00:10:09.598 INFO O| Sep 19 00:10:09.598 INFO STEP 492 (remove_files) COMPLETE
62562025-09-19T00:10:11.241Z[ recovery-image] Sep 19 00:10:09.598 INFO O| Sep 19 00:10:09.598 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572025-09-19T00:10:11.255Z[ recovery-image] Sep 19 00:10:09.612 INFO O| Sep 19 00:10:09.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
62582025-09-19T00:10:11.258Z[ recovery-image] Sep 19 00:10:09.612 INFO O| Sep 19 00:10:09.612 INFO STEP 493 (remove_files) COMPLETE
62592025-09-19T00:10:11.258Z[ recovery-image] Sep 19 00:10:09.612 INFO O| Sep 19 00:10:09.612 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602025-09-19T00:10:11.268Z[ recovery-image] Sep 19 00:10:09.625 INFO O| Sep 19 00:10:09.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
62612025-09-19T00:10:11.271Z[ recovery-image] Sep 19 00:10:09.626 INFO O| Sep 19 00:10:09.626 INFO STEP 494 (remove_files) COMPLETE
62622025-09-19T00:10:11.271Z[ recovery-image] Sep 19 00:10:09.626 INFO O| Sep 19 00:10:09.626 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632025-09-19T00:10:11.283Z[ recovery-image] Sep 19 00:10:09.640 INFO O| Sep 19 00:10:09.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
62642025-09-19T00:10:11.286Z[ recovery-image] Sep 19 00:10:09.640 INFO O| Sep 19 00:10:09.640 INFO STEP 495 (remove_files) COMPLETE
62652025-09-19T00:10:11.286Z[ recovery-image] Sep 19 00:10:09.640 INFO O| Sep 19 00:10:09.640 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662025-09-19T00:10:11.297Z[ recovery-image] Sep 19 00:10:09.654 INFO O| Sep 19 00:10:09.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
62672025-09-19T00:10:11.297Z[ recovery-image] Sep 19 00:10:09.654 INFO O| Sep 19 00:10:09.654 INFO STEP 496 (remove_files) COMPLETE
62682025-09-19T00:10:11.297Z[ recovery-image] Sep 19 00:10:09.654 INFO O| Sep 19 00:10:09.654 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692025-09-19T00:10:11.310Z[ recovery-image] Sep 19 00:10:09.667 INFO O| Sep 19 00:10:09.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
62702025-09-19T00:10:11.310Z[ recovery-image] Sep 19 00:10:09.667 INFO O| Sep 19 00:10:09.667 INFO STEP 497 (remove_files) COMPLETE
62712025-09-19T00:10:11.310Z[ recovery-image] Sep 19 00:10:09.667 INFO O| Sep 19 00:10:09.667 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722025-09-19T00:10:11.326Z[ recovery-image] Sep 19 00:10:09.683 INFO O| Sep 19 00:10:09.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
62732025-09-19T00:10:11.326Z[ recovery-image] Sep 19 00:10:09.683 INFO O| Sep 19 00:10:09.683 INFO STEP 498 (remove_files) COMPLETE
62742025-09-19T00:10:11.326Z[ recovery-image] Sep 19 00:10:09.683 INFO O| Sep 19 00:10:09.683 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752025-09-19T00:10:11.340Z[ recovery-image] Sep 19 00:10:09.697 INFO O| Sep 19 00:10:09.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
62762025-09-19T00:10:11.340Z[ recovery-image] Sep 19 00:10:09.697 INFO O| Sep 19 00:10:09.697 INFO STEP 499 (remove_files) COMPLETE
62772025-09-19T00:10:11.340Z[ recovery-image] Sep 19 00:10:09.697 INFO O| Sep 19 00:10:09.697 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782025-09-19T00:10:11.355Z[ recovery-image] Sep 19 00:10:09.711 INFO O| Sep 19 00:10:09.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
62792025-09-19T00:10:11.355Z[ recovery-image] Sep 19 00:10:09.712 INFO O| Sep 19 00:10:09.712 INFO STEP 500 (remove_files) COMPLETE
62802025-09-19T00:10:11.358Z[ recovery-image] Sep 19 00:10:09.712 INFO O| Sep 19 00:10:09.712 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812025-09-19T00:10:11.369Z[ recovery-image] Sep 19 00:10:09.726 INFO O| Sep 19 00:10:09.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
62822025-09-19T00:10:11.372Z[ recovery-image] Sep 19 00:10:09.726 INFO O| Sep 19 00:10:09.726 INFO STEP 501 (remove_files) COMPLETE
62832025-09-19T00:10:11.372Z[ recovery-image] Sep 19 00:10:09.726 INFO O| Sep 19 00:10:09.726 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842025-09-19T00:10:11.383Z[ recovery-image] Sep 19 00:10:09.740 INFO O| Sep 19 00:10:09.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
62852025-09-19T00:10:11.387Z[ recovery-image] Sep 19 00:10:09.741 INFO O| Sep 19 00:10:09.741 INFO STEP 502 (remove_files) COMPLETE
62862025-09-19T00:10:11.387Z[ recovery-image] Sep 19 00:10:09.741 INFO O| Sep 19 00:10:09.741 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872025-09-19T00:10:11.398Z[ recovery-image] Sep 19 00:10:09.755 INFO O| Sep 19 00:10:09.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
62882025-09-19T00:10:11.398Z[ recovery-image] Sep 19 00:10:09.755 INFO O| Sep 19 00:10:09.755 INFO STEP 503 (remove_files) COMPLETE
62892025-09-19T00:10:11.401Z[ recovery-image] Sep 19 00:10:09.755 INFO O| Sep 19 00:10:09.755 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902025-09-19T00:10:11.413Z[ recovery-image] Sep 19 00:10:09.770 INFO O| Sep 19 00:10:09.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
62912025-09-19T00:10:11.413Z[ recovery-image] Sep 19 00:10:09.770 INFO O| Sep 19 00:10:09.770 INFO STEP 504 (remove_files) COMPLETE
62922025-09-19T00:10:11.416Z[ recovery-image] Sep 19 00:10:09.770 INFO O| Sep 19 00:10:09.770 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932025-09-19T00:10:11.428Z[ recovery-image] Sep 19 00:10:09.785 INFO O| Sep 19 00:10:09.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
62942025-09-19T00:10:11.428Z[ recovery-image] Sep 19 00:10:09.785 INFO O| Sep 19 00:10:09.785 INFO STEP 505 (remove_files) COMPLETE
62952025-09-19T00:10:11.428Z[ recovery-image] Sep 19 00:10:09.785 INFO O| Sep 19 00:10:09.785 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962025-09-19T00:10:11.443Z[ recovery-image] Sep 19 00:10:09.800 INFO O| Sep 19 00:10:09.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
62972025-09-19T00:10:11.443Z[ recovery-image] Sep 19 00:10:09.800 INFO O| Sep 19 00:10:09.800 INFO STEP 506 (remove_files) COMPLETE
62982025-09-19T00:10:11.443Z[ recovery-image] Sep 19 00:10:09.800 INFO O| Sep 19 00:10:09.800 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992025-09-19T00:10:11.458Z[ recovery-image] Sep 19 00:10:09.815 INFO O| Sep 19 00:10:09.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63002025-09-19T00:10:11.458Z[ recovery-image] Sep 19 00:10:09.815 INFO O| Sep 19 00:10:09.815 INFO STEP 507 (remove_files) COMPLETE
63012025-09-19T00:10:11.462Z[ recovery-image] Sep 19 00:10:09.815 INFO O| Sep 19 00:10:09.815 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022025-09-19T00:10:11.473Z[ recovery-image] Sep 19 00:10:09.830 INFO O| Sep 19 00:10:09.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63032025-09-19T00:10:11.473Z[ recovery-image] Sep 19 00:10:09.830 INFO O| Sep 19 00:10:09.830 INFO STEP 508 (remove_files) COMPLETE
63042025-09-19T00:10:11.473Z[ recovery-image] Sep 19 00:10:09.830 INFO O| Sep 19 00:10:09.830 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052025-09-19T00:10:11.488Z[ recovery-image] Sep 19 00:10:09.845 INFO O| Sep 19 00:10:09.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63062025-09-19T00:10:11.488Z[ recovery-image] Sep 19 00:10:09.845 INFO O| Sep 19 00:10:09.845 INFO STEP 509 (remove_files) COMPLETE
63072025-09-19T00:10:11.488Z[ recovery-image] Sep 19 00:10:09.845 INFO O| Sep 19 00:10:09.845 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082025-09-19T00:10:11.501Z[ recovery-image] Sep 19 00:10:09.858 INFO O| Sep 19 00:10:09.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63092025-09-19T00:10:11.501Z[ recovery-image] Sep 19 00:10:09.858 INFO O| Sep 19 00:10:09.858 INFO STEP 510 (remove_files) COMPLETE
63102025-09-19T00:10:11.505Z[ recovery-image] Sep 19 00:10:09.858 INFO O| Sep 19 00:10:09.858 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112025-09-19T00:10:11.515Z[ recovery-image] Sep 19 00:10:09.872 INFO O| Sep 19 00:10:09.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63122025-09-19T00:10:11.515Z[ recovery-image] Sep 19 00:10:09.872 INFO O| Sep 19 00:10:09.872 INFO STEP 511 (remove_files) COMPLETE
63132025-09-19T00:10:11.518Z[ recovery-image] Sep 19 00:10:09.872 INFO O| Sep 19 00:10:09.872 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142025-09-19T00:10:11.529Z[ recovery-image] Sep 19 00:10:09.886 INFO O| Sep 19 00:10:09.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63152025-09-19T00:10:11.529Z[ recovery-image] Sep 19 00:10:09.886 INFO O| Sep 19 00:10:09.886 INFO STEP 512 (remove_files) COMPLETE
63162025-09-19T00:10:11.529Z[ recovery-image] Sep 19 00:10:09.886 INFO O| Sep 19 00:10:09.886 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172025-09-19T00:10:11.543Z[ recovery-image] Sep 19 00:10:09.900 INFO O| Sep 19 00:10:09.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63182025-09-19T00:10:11.543Z[ recovery-image] Sep 19 00:10:09.900 INFO O| Sep 19 00:10:09.900 INFO STEP 513 (remove_files) COMPLETE
63192025-09-19T00:10:11.546Z[ recovery-image] Sep 19 00:10:09.900 INFO O| Sep 19 00:10:09.900 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202025-09-19T00:10:11.558Z[ recovery-image] Sep 19 00:10:09.915 INFO O| Sep 19 00:10:09.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63212025-09-19T00:10:11.558Z[ recovery-image] Sep 19 00:10:09.915 INFO O| Sep 19 00:10:09.915 INFO STEP 514 (remove_files) COMPLETE
63222025-09-19T00:10:11.558Z[ recovery-image] Sep 19 00:10:09.915 INFO O| Sep 19 00:10:09.915 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232025-09-19T00:10:11.572Z[ recovery-image] Sep 19 00:10:09.929 INFO O| Sep 19 00:10:09.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63242025-09-19T00:10:11.572Z[ recovery-image] Sep 19 00:10:09.929 INFO O| Sep 19 00:10:09.929 INFO STEP 515 (remove_files) COMPLETE
63252025-09-19T00:10:11.572Z[ recovery-image] Sep 19 00:10:09.930 INFO O| Sep 19 00:10:09.929 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262025-09-19T00:10:11.586Z[ recovery-image] Sep 19 00:10:09.943 INFO O| Sep 19 00:10:09.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63272025-09-19T00:10:11.586Z[ recovery-image] Sep 19 00:10:09.943 INFO O| Sep 19 00:10:09.943 INFO STEP 516 (remove_files) COMPLETE
63282025-09-19T00:10:11.586Z[ recovery-image] Sep 19 00:10:09.943 INFO O| Sep 19 00:10:09.943 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292025-09-19T00:10:11.600Z[ recovery-image] Sep 19 00:10:09.957 INFO O| Sep 19 00:10:09.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63302025-09-19T00:10:11.600Z[ recovery-image] Sep 19 00:10:09.957 INFO O| Sep 19 00:10:09.957 INFO STEP 517 (remove_files) COMPLETE
63312025-09-19T00:10:11.600Z[ recovery-image] Sep 19 00:10:09.957 INFO O| Sep 19 00:10:09.957 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322025-09-19T00:10:11.618Z[ recovery-image] Sep 19 00:10:09.972 INFO O| Sep 19 00:10:09.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63332025-09-19T00:10:11.619Z[ recovery-image] Sep 19 00:10:09.973 INFO O| Sep 19 00:10:09.973 INFO STEP 518 (remove_files) COMPLETE
63342025-09-19T00:10:11.622Z[ recovery-image] Sep 19 00:10:09.973 INFO O| Sep 19 00:10:09.973 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352025-09-19T00:10:11.634Z[ recovery-image] Sep 19 00:10:09.990 INFO O| Sep 19 00:10:09.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63362025-09-19T00:10:11.634Z[ recovery-image] Sep 19 00:10:09.990 INFO O| Sep 19 00:10:09.990 INFO STEP 519 (remove_files) COMPLETE
63372025-09-19T00:10:11.634Z[ recovery-image] Sep 19 00:10:09.990 INFO O| Sep 19 00:10:09.990 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382025-09-19T00:10:11.650Z[ recovery-image] Sep 19 00:10:10.006 INFO O| Sep 19 00:10:10.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63392025-09-19T00:10:11.653Z[ recovery-image] Sep 19 00:10:10.007 INFO O| Sep 19 00:10:10.007 INFO STEP 520 (remove_files) COMPLETE
63402025-09-19T00:10:11.653Z[ recovery-image] Sep 19 00:10:10.007 INFO O| Sep 19 00:10:10.007 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412025-09-19T00:10:11.668Z[ recovery-image] Sep 19 00:10:10.025 INFO O| Sep 19 00:10:10.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63422025-09-19T00:10:11.671Z[ recovery-image] Sep 19 00:10:10.025 INFO O| Sep 19 00:10:10.025 INFO STEP 521 (remove_files) COMPLETE
63432025-09-19T00:10:11.671Z[ recovery-image] Sep 19 00:10:10.026 INFO O| Sep 19 00:10:10.025 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442025-09-19T00:10:11.687Z[ recovery-image] Sep 19 00:10:10.043 INFO O| Sep 19 00:10:10.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
63452025-09-19T00:10:11.690Z[ recovery-image] Sep 19 00:10:10.044 INFO O| Sep 19 00:10:10.044 INFO STEP 522 (remove_files) COMPLETE
63462025-09-19T00:10:11.690Z[ recovery-image] Sep 19 00:10:10.044 INFO O| Sep 19 00:10:10.044 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472025-09-19T00:10:11.704Z[ recovery-image] Sep 19 00:10:10.061 INFO O| Sep 19 00:10:10.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
63482025-09-19T00:10:11.704Z[ recovery-image] Sep 19 00:10:10.061 INFO O| Sep 19 00:10:10.061 INFO STEP 523 (remove_files) COMPLETE
63492025-09-19T00:10:11.708Z[ recovery-image] Sep 19 00:10:10.061 INFO O| Sep 19 00:10:10.061 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502025-09-19T00:10:11.719Z[ recovery-image] Sep 19 00:10:10.076 INFO O| Sep 19 00:10:10.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
63512025-09-19T00:10:11.723Z[ recovery-image] Sep 19 00:10:10.076 INFO O| Sep 19 00:10:10.076 INFO STEP 524 (remove_files) COMPLETE
63522025-09-19T00:10:11.723Z[ recovery-image] Sep 19 00:10:10.076 INFO O| Sep 19 00:10:10.076 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532025-09-19T00:10:11.735Z[ recovery-image] Sep 19 00:10:10.092 INFO O| Sep 19 00:10:10.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
63542025-09-19T00:10:11.735Z[ recovery-image] Sep 19 00:10:10.092 INFO O| Sep 19 00:10:10.092 INFO STEP 525 (remove_files) COMPLETE
63552025-09-19T00:10:11.735Z[ recovery-image] Sep 19 00:10:10.092 INFO O| Sep 19 00:10:10.092 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562025-09-19T00:10:11.751Z[ recovery-image] Sep 19 00:10:10.108 INFO O| Sep 19 00:10:10.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
63572025-09-19T00:10:11.751Z[ recovery-image] Sep 19 00:10:10.108 INFO O| Sep 19 00:10:10.108 INFO STEP 526 (remove_files) COMPLETE
63582025-09-19T00:10:11.751Z[ recovery-image] Sep 19 00:10:10.108 INFO O| Sep 19 00:10:10.108 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592025-09-19T00:10:11.772Z[ recovery-image] Sep 19 00:10:10.128 INFO O| Sep 19 00:10:10.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
63602025-09-19T00:10:11.772Z[ recovery-image] Sep 19 00:10:10.129 INFO O| Sep 19 00:10:10.129 INFO STEP 527 (remove_files) COMPLETE
63612025-09-19T00:10:11.772Z[ recovery-image] Sep 19 00:10:10.129 INFO O| Sep 19 00:10:10.129 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622025-09-19T00:10:11.789Z[ recovery-image] Sep 19 00:10:10.145 INFO O| Sep 19 00:10:10.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
63632025-09-19T00:10:11.789Z[ recovery-image] Sep 19 00:10:10.145 INFO O| Sep 19 00:10:10.145 INFO STEP 528 (remove_files) COMPLETE
63642025-09-19T00:10:11.792Z[ recovery-image] Sep 19 00:10:10.146 INFO O| Sep 19 00:10:10.145 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652025-09-19T00:10:11.803Z[ recovery-image] Sep 19 00:10:10.160 INFO O| Sep 19 00:10:10.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
63662025-09-19T00:10:11.803Z[ recovery-image] Sep 19 00:10:10.160 INFO O| Sep 19 00:10:10.160 INFO STEP 529 (remove_files) COMPLETE
63672025-09-19T00:10:11.803Z[ recovery-image] Sep 19 00:10:10.160 INFO O| Sep 19 00:10:10.160 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682025-09-19T00:10:11.817Z[ recovery-image] Sep 19 00:10:10.174 INFO O| Sep 19 00:10:10.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
63692025-09-19T00:10:11.817Z[ recovery-image] Sep 19 00:10:10.174 INFO O| Sep 19 00:10:10.174 INFO STEP 530 (remove_files) COMPLETE
63702025-09-19T00:10:11.817Z[ recovery-image] Sep 19 00:10:10.174 INFO O| Sep 19 00:10:10.174 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712025-09-19T00:10:11.832Z[ recovery-image] Sep 19 00:10:10.189 INFO O| Sep 19 00:10:10.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
63722025-09-19T00:10:11.832Z[ recovery-image] Sep 19 00:10:10.189 INFO O| Sep 19 00:10:10.189 INFO STEP 531 (remove_files) COMPLETE
63732025-09-19T00:10:11.832Z[ recovery-image] Sep 19 00:10:10.189 INFO O| Sep 19 00:10:10.189 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742025-09-19T00:10:11.847Z[ recovery-image] Sep 19 00:10:10.204 INFO O| Sep 19 00:10:10.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
63752025-09-19T00:10:11.847Z[ recovery-image] Sep 19 00:10:10.204 INFO O| Sep 19 00:10:10.204 INFO STEP 532 (remove_files) COMPLETE
63762025-09-19T00:10:11.855Z[ recovery-image] Sep 19 00:10:10.204 INFO O| Sep 19 00:10:10.204 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772025-09-19T00:10:11.863Z[ recovery-image] Sep 19 00:10:10.220 INFO O| Sep 19 00:10:10.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
63782025-09-19T00:10:11.863Z[ recovery-image] Sep 19 00:10:10.220 INFO O| Sep 19 00:10:10.220 INFO STEP 533 (remove_files) COMPLETE
63792025-09-19T00:10:11.863Z[ recovery-image] Sep 19 00:10:10.220 INFO O| Sep 19 00:10:10.220 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802025-09-19T00:10:11.879Z[ recovery-image] Sep 19 00:10:10.236 INFO O| Sep 19 00:10:10.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
63812025-09-19T00:10:11.879Z[ recovery-image] Sep 19 00:10:10.236 INFO O| Sep 19 00:10:10.236 INFO STEP 534 (remove_files) COMPLETE
63822025-09-19T00:10:11.883Z[ recovery-image] Sep 19 00:10:10.237 INFO O| Sep 19 00:10:10.236 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832025-09-19T00:10:11.893Z[ recovery-image] Sep 19 00:10:10.250 INFO O| Sep 19 00:10:10.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
63842025-09-19T00:10:11.894Z[ recovery-image] Sep 19 00:10:10.251 INFO O| Sep 19 00:10:10.251 INFO STEP 535 (remove_files) COMPLETE
63852025-09-19T00:10:11.894Z[ recovery-image] Sep 19 00:10:10.251 INFO O| Sep 19 00:10:10.251 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862025-09-19T00:10:11.909Z[ recovery-image] Sep 19 00:10:10.266 INFO O| Sep 19 00:10:10.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
63872025-09-19T00:10:11.909Z[ recovery-image] Sep 19 00:10:10.266 INFO O| Sep 19 00:10:10.266 INFO STEP 536 (remove_files) COMPLETE
63882025-09-19T00:10:11.912Z[ recovery-image] Sep 19 00:10:10.266 INFO O| Sep 19 00:10:10.266 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892025-09-19T00:10:11.924Z[ recovery-image] Sep 19 00:10:10.281 INFO O| Sep 19 00:10:10.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
63902025-09-19T00:10:11.924Z[ recovery-image] Sep 19 00:10:10.281 INFO O| Sep 19 00:10:10.281 INFO STEP 537 (remove_files) COMPLETE
63912025-09-19T00:10:11.924Z[ recovery-image] Sep 19 00:10:10.281 INFO O| Sep 19 00:10:10.281 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922025-09-19T00:10:11.938Z[ recovery-image] Sep 19 00:10:10.295 INFO O| Sep 19 00:10:10.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
63932025-09-19T00:10:11.938Z[ recovery-image] Sep 19 00:10:10.295 INFO O| Sep 19 00:10:10.295 INFO STEP 538 (remove_files) COMPLETE
63942025-09-19T00:10:11.941Z[ recovery-image] Sep 19 00:10:10.295 INFO O| Sep 19 00:10:10.295 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952025-09-19T00:10:11.952Z[ recovery-image] Sep 19 00:10:10.309 INFO O| Sep 19 00:10:10.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
63962025-09-19T00:10:11.952Z[ recovery-image] Sep 19 00:10:10.309 INFO O| Sep 19 00:10:10.309 INFO STEP 539 (remove_files) COMPLETE
63972025-09-19T00:10:11.952Z[ recovery-image] Sep 19 00:10:10.309 INFO O| Sep 19 00:10:10.309 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982025-09-19T00:10:11.967Z[ recovery-image] Sep 19 00:10:10.324 INFO O| Sep 19 00:10:10.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
63992025-09-19T00:10:11.967Z[ recovery-image] Sep 19 00:10:10.324 INFO O| Sep 19 00:10:10.324 INFO STEP 540 (remove_files) COMPLETE
64002025-09-19T00:10:11.967Z[ recovery-image] Sep 19 00:10:10.324 INFO O| Sep 19 00:10:10.324 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012025-09-19T00:10:11.983Z[ recovery-image] Sep 19 00:10:10.340 INFO O| Sep 19 00:10:10.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64022025-09-19T00:10:11.983Z[ recovery-image] Sep 19 00:10:10.340 INFO O| Sep 19 00:10:10.340 INFO STEP 541 (remove_files) COMPLETE
64032025-09-19T00:10:11.986Z[ recovery-image] Sep 19 00:10:10.340 INFO O| Sep 19 00:10:10.340 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042025-09-19T00:10:11.997Z[ recovery-image] Sep 19 00:10:10.354 INFO O| Sep 19 00:10:10.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64052025-09-19T00:10:11.997Z[ recovery-image] Sep 19 00:10:10.354 INFO O| Sep 19 00:10:10.354 INFO STEP 542 (remove_files) COMPLETE
64062025-09-19T00:10:11.997Z[ recovery-image] Sep 19 00:10:10.354 INFO O| Sep 19 00:10:10.354 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072025-09-19T00:10:12.012Z[ recovery-image] Sep 19 00:10:10.369 INFO O| Sep 19 00:10:10.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
64082025-09-19T00:10:12.012Z[ recovery-image] Sep 19 00:10:10.369 INFO O| Sep 19 00:10:10.369 INFO STEP 543 (remove_files) COMPLETE
64092025-09-19T00:10:12.012Z[ recovery-image] Sep 19 00:10:10.369 INFO O| Sep 19 00:10:10.369 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102025-09-19T00:10:12.027Z[ recovery-image] Sep 19 00:10:10.384 INFO O| Sep 19 00:10:10.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64112025-09-19T00:10:12.027Z[ recovery-image] Sep 19 00:10:10.384 INFO O| Sep 19 00:10:10.384 INFO STEP 544 (remove_files) COMPLETE
64122025-09-19T00:10:12.027Z[ recovery-image] Sep 19 00:10:10.384 INFO O| Sep 19 00:10:10.384 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132025-09-19T00:10:12.041Z[ recovery-image] Sep 19 00:10:10.398 INFO O| Sep 19 00:10:10.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64142025-09-19T00:10:12.044Z[ recovery-image] Sep 19 00:10:10.398 INFO O| Sep 19 00:10:10.398 INFO STEP 545 (remove_files) COMPLETE
64152025-09-19T00:10:12.045Z[ recovery-image] Sep 19 00:10:10.398 INFO O| Sep 19 00:10:10.398 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162025-09-19T00:10:12.056Z[ recovery-image] Sep 19 00:10:10.413 INFO O| Sep 19 00:10:10.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64172025-09-19T00:10:12.056Z[ recovery-image] Sep 19 00:10:10.413 INFO O| Sep 19 00:10:10.413 INFO STEP 546 (remove_files) COMPLETE
64182025-09-19T00:10:12.056Z[ recovery-image] Sep 19 00:10:10.413 INFO O| Sep 19 00:10:10.413 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192025-09-19T00:10:12.070Z[ recovery-image] Sep 19 00:10:10.427 INFO O| Sep 19 00:10:10.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64202025-09-19T00:10:12.073Z[ recovery-image] Sep 19 00:10:10.428 INFO O| Sep 19 00:10:10.427 INFO STEP 547 (remove_files) COMPLETE
64212025-09-19T00:10:12.073Z[ recovery-image] Sep 19 00:10:10.428 INFO O| Sep 19 00:10:10.428 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222025-09-19T00:10:12.086Z[ recovery-image] Sep 19 00:10:10.443 INFO O| Sep 19 00:10:10.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64232025-09-19T00:10:12.086Z[ recovery-image] Sep 19 00:10:10.443 INFO O| Sep 19 00:10:10.443 INFO STEP 548 (remove_files) COMPLETE
64242025-09-19T00:10:12.089Z[ recovery-image] Sep 19 00:10:10.443 INFO O| Sep 19 00:10:10.443 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252025-09-19T00:10:12.102Z[ recovery-image] Sep 19 00:10:10.459 INFO O| Sep 19 00:10:10.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64262025-09-19T00:10:12.102Z[ recovery-image] Sep 19 00:10:10.459 INFO O| Sep 19 00:10:10.459 INFO STEP 549 (remove_files) COMPLETE
64272025-09-19T00:10:12.102Z[ recovery-image] Sep 19 00:10:10.459 INFO O| Sep 19 00:10:10.459 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282025-09-19T00:10:12.117Z[ recovery-image] Sep 19 00:10:10.474 INFO O| Sep 19 00:10:10.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
64292025-09-19T00:10:12.117Z[ recovery-image] Sep 19 00:10:10.474 INFO O| Sep 19 00:10:10.474 INFO STEP 550 (remove_files) COMPLETE
64302025-09-19T00:10:12.117Z[ recovery-image] Sep 19 00:10:10.474 INFO O| Sep 19 00:10:10.474 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312025-09-19T00:10:12.132Z[ recovery-image] Sep 19 00:10:10.489 INFO O| Sep 19 00:10:10.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
64322025-09-19T00:10:12.132Z[ recovery-image] Sep 19 00:10:10.489 INFO O| Sep 19 00:10:10.489 INFO STEP 551 (remove_files) COMPLETE
64332025-09-19T00:10:12.132Z[ recovery-image] Sep 19 00:10:10.489 INFO O| Sep 19 00:10:10.489 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342025-09-19T00:10:12.149Z[ recovery-image] Sep 19 00:10:10.505 INFO O| Sep 19 00:10:10.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
64352025-09-19T00:10:12.149Z[ recovery-image] Sep 19 00:10:10.506 INFO O| Sep 19 00:10:10.505 INFO STEP 552 (remove_files) COMPLETE
64362025-09-19T00:10:12.149Z[ recovery-image] Sep 19 00:10:10.506 INFO O| Sep 19 00:10:10.506 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372025-09-19T00:10:12.165Z[ recovery-image] Sep 19 00:10:10.521 INFO O| Sep 19 00:10:10.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
64382025-09-19T00:10:12.165Z[ recovery-image] Sep 19 00:10:10.521 INFO O| Sep 19 00:10:10.521 INFO STEP 553 (remove_files) COMPLETE
64392025-09-19T00:10:12.165Z[ recovery-image] Sep 19 00:10:10.522 INFO O| Sep 19 00:10:10.521 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402025-09-19T00:10:12.179Z[ recovery-image] Sep 19 00:10:10.536 INFO O| Sep 19 00:10:10.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
64412025-09-19T00:10:12.180Z[ recovery-image] Sep 19 00:10:10.536 INFO O| Sep 19 00:10:10.536 INFO STEP 554 (remove_files) COMPLETE
64422025-09-19T00:10:12.180Z[ recovery-image] Sep 19 00:10:10.536 INFO O| Sep 19 00:10:10.536 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432025-09-19T00:10:12.194Z[ recovery-image] Sep 19 00:10:10.550 INFO O| Sep 19 00:10:10.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
64442025-09-19T00:10:12.194Z[ recovery-image] Sep 19 00:10:10.550 INFO O| Sep 19 00:10:10.550 INFO STEP 555 (remove_files) COMPLETE
64452025-09-19T00:10:12.194Z[ recovery-image] Sep 19 00:10:10.550 INFO O| Sep 19 00:10:10.550 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462025-09-19T00:10:12.209Z[ recovery-image] Sep 19 00:10:10.566 INFO O| Sep 19 00:10:10.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
64472025-09-19T00:10:12.209Z[ recovery-image] Sep 19 00:10:10.566 INFO O| Sep 19 00:10:10.566 INFO STEP 556 (remove_files) COMPLETE
64482025-09-19T00:10:12.209Z[ recovery-image] Sep 19 00:10:10.566 INFO O| Sep 19 00:10:10.566 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492025-09-19T00:10:12.226Z[ recovery-image] Sep 19 00:10:10.582 INFO O| Sep 19 00:10:10.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64502025-09-19T00:10:12.226Z[ recovery-image] Sep 19 00:10:10.583 INFO O| Sep 19 00:10:10.583 INFO STEP 557 (remove_files) COMPLETE
64512025-09-19T00:10:12.226Z[ recovery-image] Sep 19 00:10:10.583 INFO O| Sep 19 00:10:10.583 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522025-09-19T00:10:12.241Z[ recovery-image] Sep 19 00:10:10.597 INFO O| Sep 19 00:10:10.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64532025-09-19T00:10:12.241Z[ recovery-image] Sep 19 00:10:10.598 INFO O| Sep 19 00:10:10.598 INFO STEP 558 (remove_files) COMPLETE
64542025-09-19T00:10:12.241Z[ recovery-image] Sep 19 00:10:10.598 INFO O| Sep 19 00:10:10.598 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552025-09-19T00:10:12.255Z[ recovery-image] Sep 19 00:10:10.612 INFO O| Sep 19 00:10:10.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64562025-09-19T00:10:12.255Z[ recovery-image] Sep 19 00:10:10.612 INFO O| Sep 19 00:10:10.612 INFO STEP 559 (remove_files) COMPLETE
64572025-09-19T00:10:12.255Z[ recovery-image] Sep 19 00:10:10.612 INFO O| Sep 19 00:10:10.612 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582025-09-19T00:10:12.271Z[ recovery-image] Sep 19 00:10:10.627 INFO O| Sep 19 00:10:10.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64592025-09-19T00:10:12.271Z[ recovery-image] Sep 19 00:10:10.627 INFO O| Sep 19 00:10:10.627 INFO STEP 560 (remove_files) COMPLETE
64602025-09-19T00:10:12.271Z[ recovery-image] Sep 19 00:10:10.627 INFO O| Sep 19 00:10:10.627 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612025-09-19T00:10:12.293Z[ recovery-image] Sep 19 00:10:10.645 INFO O| Sep 19 00:10:10.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
64622025-09-19T00:10:12.293Z[ recovery-image] Sep 19 00:10:10.645 INFO O| Sep 19 00:10:10.645 INFO STEP 561 (remove_files) COMPLETE
64632025-09-19T00:10:12.293Z[ recovery-image] Sep 19 00:10:10.645 INFO O| Sep 19 00:10:10.645 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642025-09-19T00:10:12.303Z[ recovery-image] Sep 19 00:10:10.660 INFO O| Sep 19 00:10:10.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
64652025-09-19T00:10:12.303Z[ recovery-image] Sep 19 00:10:10.660 INFO O| Sep 19 00:10:10.660 INFO STEP 562 (remove_files) COMPLETE
64662025-09-19T00:10:12.303Z[ recovery-image] Sep 19 00:10:10.660 INFO O| Sep 19 00:10:10.660 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672025-09-19T00:10:12.317Z[ recovery-image] Sep 19 00:10:10.674 INFO O| Sep 19 00:10:10.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64682025-09-19T00:10:12.318Z[ recovery-image] Sep 19 00:10:10.674 INFO O| Sep 19 00:10:10.674 INFO STEP 563 (remove_files) COMPLETE
64692025-09-19T00:10:12.318Z[ recovery-image] Sep 19 00:10:10.674 INFO O| Sep 19 00:10:10.674 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702025-09-19T00:10:12.333Z[ recovery-image] Sep 19 00:10:10.690 INFO O| Sep 19 00:10:10.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
64712025-09-19T00:10:12.333Z[ recovery-image] Sep 19 00:10:10.690 INFO O| Sep 19 00:10:10.690 INFO STEP 564 (remove_files) COMPLETE
64722025-09-19T00:10:12.333Z[ recovery-image] Sep 19 00:10:10.690 INFO O| Sep 19 00:10:10.690 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732025-09-19T00:10:12.349Z[ recovery-image] Sep 19 00:10:10.706 INFO O| Sep 19 00:10:10.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
64742025-09-19T00:10:12.352Z[ recovery-image] Sep 19 00:10:10.707 INFO O| Sep 19 00:10:10.707 INFO STEP 565 (remove_files) COMPLETE
64752025-09-19T00:10:12.352Z[ recovery-image] Sep 19 00:10:10.707 INFO O| Sep 19 00:10:10.707 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762025-09-19T00:10:12.369Z[ recovery-image] Sep 19 00:10:10.725 INFO O| Sep 19 00:10:10.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
64772025-09-19T00:10:12.372Z[ recovery-image] Sep 19 00:10:10.726 INFO O| Sep 19 00:10:10.726 INFO STEP 566 (remove_files) COMPLETE
64782025-09-19T00:10:12.372Z[ recovery-image] Sep 19 00:10:10.726 INFO O| Sep 19 00:10:10.726 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792025-09-19T00:10:12.386Z[ recovery-image] Sep 19 00:10:10.743 INFO O| Sep 19 00:10:10.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
64802025-09-19T00:10:12.386Z[ recovery-image] Sep 19 00:10:10.743 INFO O| Sep 19 00:10:10.743 INFO STEP 567 (remove_files) COMPLETE
64812025-09-19T00:10:12.390Z[ recovery-image] Sep 19 00:10:10.744 INFO O| Sep 19 00:10:10.743 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822025-09-19T00:10:12.403Z[ recovery-image] Sep 19 00:10:10.760 INFO O| Sep 19 00:10:10.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
64832025-09-19T00:10:12.403Z[ recovery-image] Sep 19 00:10:10.760 INFO O| Sep 19 00:10:10.760 INFO STEP 568 (remove_files) COMPLETE
64842025-09-19T00:10:12.406Z[ recovery-image] Sep 19 00:10:10.760 INFO O| Sep 19 00:10:10.760 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852025-09-19T00:10:12.420Z[ recovery-image] Sep 19 00:10:10.776 INFO O| Sep 19 00:10:10.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
64862025-09-19T00:10:12.420Z[ recovery-image] Sep 19 00:10:10.777 INFO O| Sep 19 00:10:10.777 INFO STEP 569 (remove_files) COMPLETE
64872025-09-19T00:10:12.420Z[ recovery-image] Sep 19 00:10:10.777 INFO O| Sep 19 00:10:10.777 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882025-09-19T00:10:12.434Z[ recovery-image] Sep 19 00:10:10.791 INFO O| Sep 19 00:10:10.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
64892025-09-19T00:10:12.434Z[ recovery-image] Sep 19 00:10:10.791 INFO O| Sep 19 00:10:10.791 INFO STEP 570 (remove_files) COMPLETE
64902025-09-19T00:10:12.434Z[ recovery-image] Sep 19 00:10:10.791 INFO O| Sep 19 00:10:10.791 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912025-09-19T00:10:12.450Z[ recovery-image] Sep 19 00:10:10.806 INFO O| Sep 19 00:10:10.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
64922025-09-19T00:10:12.450Z[ recovery-image] Sep 19 00:10:10.806 INFO O| Sep 19 00:10:10.806 INFO STEP 571 (remove_files) COMPLETE
64932025-09-19T00:10:12.453Z[ recovery-image] Sep 19 00:10:10.806 INFO O| Sep 19 00:10:10.806 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942025-09-19T00:10:12.465Z[ recovery-image] Sep 19 00:10:10.822 INFO O| Sep 19 00:10:10.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
64952025-09-19T00:10:12.468Z[ recovery-image] Sep 19 00:10:10.822 INFO O| Sep 19 00:10:10.822 INFO STEP 572 (remove_files) COMPLETE
64962025-09-19T00:10:12.468Z[ recovery-image] Sep 19 00:10:10.822 INFO O| Sep 19 00:10:10.822 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972025-09-19T00:10:12.482Z[ recovery-image] Sep 19 00:10:10.838 INFO O| Sep 19 00:10:10.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64982025-09-19T00:10:12.482Z[ recovery-image] Sep 19 00:10:10.838 INFO O| Sep 19 00:10:10.838 INFO STEP 573 (remove_files) COMPLETE
64992025-09-19T00:10:12.482Z[ recovery-image] Sep 19 00:10:10.838 INFO O| Sep 19 00:10:10.838 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002025-09-19T00:10:12.497Z[ recovery-image] Sep 19 00:10:10.854 INFO O| Sep 19 00:10:10.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65012025-09-19T00:10:12.497Z[ recovery-image] Sep 19 00:10:10.854 INFO O| Sep 19 00:10:10.854 INFO STEP 574 (remove_files) COMPLETE
65022025-09-19T00:10:12.497Z[ recovery-image] Sep 19 00:10:10.854 INFO O| Sep 19 00:10:10.854 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032025-09-19T00:10:12.512Z[ recovery-image] Sep 19 00:10:10.868 INFO O| Sep 19 00:10:10.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65042025-09-19T00:10:12.515Z[ recovery-image] Sep 19 00:10:10.868 INFO O| Sep 19 00:10:10.868 INFO STEP 575 (remove_files) COMPLETE
65052025-09-19T00:10:12.515Z[ recovery-image] Sep 19 00:10:10.868 INFO O| Sep 19 00:10:10.868 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062025-09-19T00:10:12.526Z[ recovery-image] Sep 19 00:10:10.883 INFO O| Sep 19 00:10:10.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
65072025-09-19T00:10:12.526Z[ recovery-image] Sep 19 00:10:10.883 INFO O| Sep 19 00:10:10.883 INFO STEP 576 (remove_files) COMPLETE
65082025-09-19T00:10:12.526Z[ recovery-image] Sep 19 00:10:10.883 INFO O| Sep 19 00:10:10.883 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092025-09-19T00:10:12.541Z[ recovery-image] Sep 19 00:10:10.898 INFO O| Sep 19 00:10:10.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65102025-09-19T00:10:12.541Z[ recovery-image] Sep 19 00:10:10.898 INFO O| Sep 19 00:10:10.898 INFO STEP 577 (remove_files) COMPLETE
65112025-09-19T00:10:12.544Z[ recovery-image] Sep 19 00:10:10.898 INFO O| Sep 19 00:10:10.898 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122025-09-19T00:10:12.555Z[ recovery-image] Sep 19 00:10:10.912 INFO O| Sep 19 00:10:10.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65132025-09-19T00:10:12.555Z[ recovery-image] Sep 19 00:10:10.912 INFO O| Sep 19 00:10:10.912 INFO STEP 578 (remove_files) COMPLETE
65142025-09-19T00:10:12.558Z[ recovery-image] Sep 19 00:10:10.912 INFO O| Sep 19 00:10:10.912 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152025-09-19T00:10:12.570Z[ recovery-image] Sep 19 00:10:10.926 INFO O| Sep 19 00:10:10.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65162025-09-19T00:10:12.570Z[ recovery-image] Sep 19 00:10:10.926 INFO O| Sep 19 00:10:10.926 INFO STEP 579 (remove_files) COMPLETE
65172025-09-19T00:10:12.573Z[ recovery-image] Sep 19 00:10:10.927 INFO O| Sep 19 00:10:10.926 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182025-09-19T00:10:12.585Z[ recovery-image] Sep 19 00:10:10.941 INFO O| Sep 19 00:10:10.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65192025-09-19T00:10:12.585Z[ recovery-image] Sep 19 00:10:10.942 INFO O| Sep 19 00:10:10.942 INFO STEP 580 (remove_files) COMPLETE
65202025-09-19T00:10:12.585Z[ recovery-image] Sep 19 00:10:10.942 INFO O| Sep 19 00:10:10.942 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212025-09-19T00:10:12.599Z[ recovery-image] Sep 19 00:10:10.956 INFO O| Sep 19 00:10:10.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65222025-09-19T00:10:12.601Z[ recovery-image] Sep 19 00:10:10.956 INFO O| Sep 19 00:10:10.956 INFO STEP 581 (remove_files) COMPLETE
65232025-09-19T00:10:12.601Z[ recovery-image] Sep 19 00:10:10.956 INFO O| Sep 19 00:10:10.956 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242025-09-19T00:10:12.613Z[ recovery-image] Sep 19 00:10:10.970 INFO O| Sep 19 00:10:10.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65252025-09-19T00:10:12.616Z[ recovery-image] Sep 19 00:10:10.970 INFO O| Sep 19 00:10:10.970 INFO STEP 582 (remove_files) COMPLETE
65262025-09-19T00:10:12.616Z[ recovery-image] Sep 19 00:10:10.970 INFO O| Sep 19 00:10:10.970 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272025-09-19T00:10:12.628Z[ recovery-image] Sep 19 00:10:10.985 INFO O| Sep 19 00:10:10.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65282025-09-19T00:10:12.628Z[ recovery-image] Sep 19 00:10:10.985 INFO O| Sep 19 00:10:10.985 INFO STEP 583 (remove_files) COMPLETE
65292025-09-19T00:10:12.628Z[ recovery-image] Sep 19 00:10:10.985 INFO O| Sep 19 00:10:10.985 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302025-09-19T00:10:12.644Z[ recovery-image] Sep 19 00:10:11.000 INFO O| Sep 19 00:10:11.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65312025-09-19T00:10:12.644Z[ recovery-image] Sep 19 00:10:11.000 INFO O| Sep 19 00:10:11.000 INFO STEP 584 (remove_files) COMPLETE
65322025-09-19T00:10:12.644Z[ recovery-image] Sep 19 00:10:11.000 INFO O| Sep 19 00:10:11.000 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332025-09-19T00:10:12.659Z[ recovery-image] Sep 19 00:10:11.016 INFO O| Sep 19 00:10:11.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65342025-09-19T00:10:12.662Z[ recovery-image] Sep 19 00:10:11.017 INFO O| Sep 19 00:10:11.017 INFO STEP 585 (remove_files) COMPLETE
65352025-09-19T00:10:12.662Z[ recovery-image] Sep 19 00:10:11.017 INFO O| Sep 19 00:10:11.017 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362025-09-19T00:10:12.675Z[ recovery-image] Sep 19 00:10:11.032 INFO O| Sep 19 00:10:11.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65372025-09-19T00:10:12.678Z[ recovery-image] Sep 19 00:10:11.032 INFO O| Sep 19 00:10:11.032 INFO STEP 586 (remove_files) COMPLETE
65382025-09-19T00:10:12.678Z[ recovery-image] Sep 19 00:10:11.032 INFO O| Sep 19 00:10:11.032 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392025-09-19T00:10:12.689Z[ recovery-image] Sep 19 00:10:11.046 INFO O| Sep 19 00:10:11.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65402025-09-19T00:10:12.689Z[ recovery-image] Sep 19 00:10:11.046 INFO O| Sep 19 00:10:11.046 INFO STEP 587 (remove_files) COMPLETE
65412025-09-19T00:10:12.689Z[ recovery-image] Sep 19 00:10:11.046 INFO O| Sep 19 00:10:11.046 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422025-09-19T00:10:12.704Z[ recovery-image] Sep 19 00:10:11.061 INFO O| Sep 19 00:10:11.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65432025-09-19T00:10:12.707Z[ recovery-image] Sep 19 00:10:11.061 INFO O| Sep 19 00:10:11.061 INFO STEP 588 (remove_files) COMPLETE
65442025-09-19T00:10:12.707Z[ recovery-image] Sep 19 00:10:11.061 INFO O| Sep 19 00:10:11.061 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452025-09-19T00:10:12.721Z[ recovery-image] Sep 19 00:10:11.078 INFO O| Sep 19 00:10:11.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65462025-09-19T00:10:12.721Z[ recovery-image] Sep 19 00:10:11.078 INFO O| Sep 19 00:10:11.078 INFO STEP 589 (remove_files) COMPLETE
65472025-09-19T00:10:12.721Z[ recovery-image] Sep 19 00:10:11.078 INFO O| Sep 19 00:10:11.078 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482025-09-19T00:10:12.737Z[ recovery-image] Sep 19 00:10:11.093 INFO O| Sep 19 00:10:11.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65492025-09-19T00:10:12.737Z[ recovery-image] Sep 19 00:10:11.094 INFO O| Sep 19 00:10:11.093 INFO STEP 590 (remove_files) COMPLETE
65502025-09-19T00:10:12.737Z[ recovery-image] Sep 19 00:10:11.094 INFO O| Sep 19 00:10:11.094 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512025-09-19T00:10:12.751Z[ recovery-image] Sep 19 00:10:11.108 INFO O| Sep 19 00:10:11.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65522025-09-19T00:10:12.751Z[ recovery-image] Sep 19 00:10:11.108 INFO O| Sep 19 00:10:11.108 INFO STEP 591 (remove_files) COMPLETE
65532025-09-19T00:10:12.755Z[ recovery-image] Sep 19 00:10:11.108 INFO O| Sep 19 00:10:11.108 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542025-09-19T00:10:12.767Z[ recovery-image] Sep 19 00:10:11.123 INFO O| Sep 19 00:10:11.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65552025-09-19T00:10:12.767Z[ recovery-image] Sep 19 00:10:11.123 INFO O| Sep 19 00:10:11.123 INFO STEP 592 (remove_files) COMPLETE
65562025-09-19T00:10:12.770Z[ recovery-image] Sep 19 00:10:11.124 INFO O| Sep 19 00:10:11.123 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572025-09-19T00:10:12.782Z[ recovery-image] Sep 19 00:10:11.139 INFO O| Sep 19 00:10:11.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65582025-09-19T00:10:12.785Z[ recovery-image] Sep 19 00:10:11.139 INFO O| Sep 19 00:10:11.139 INFO STEP 593 (remove_files) COMPLETE
65592025-09-19T00:10:12.785Z[ recovery-image] Sep 19 00:10:11.139 INFO O| Sep 19 00:10:11.139 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602025-09-19T00:10:12.797Z[ recovery-image] Sep 19 00:10:11.154 INFO O| Sep 19 00:10:11.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65612025-09-19T00:10:12.797Z[ recovery-image] Sep 19 00:10:11.154 INFO O| Sep 19 00:10:11.154 INFO STEP 594 (remove_files) COMPLETE
65622025-09-19T00:10:12.797Z[ recovery-image] Sep 19 00:10:11.154 INFO O| Sep 19 00:10:11.154 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632025-09-19T00:10:12.812Z[ recovery-image] Sep 19 00:10:11.169 INFO O| Sep 19 00:10:11.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
65642025-09-19T00:10:12.812Z[ recovery-image] Sep 19 00:10:11.169 INFO O| Sep 19 00:10:11.169 INFO STEP 595 (remove_files) COMPLETE
65652025-09-19T00:10:12.816Z[ recovery-image] Sep 19 00:10:11.169 INFO O| Sep 19 00:10:11.169 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662025-09-19T00:10:12.827Z[ recovery-image] Sep 19 00:10:11.184 INFO O| Sep 19 00:10:11.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
65672025-09-19T00:10:12.827Z[ recovery-image] Sep 19 00:10:11.184 INFO O| Sep 19 00:10:11.184 INFO STEP 596 (remove_files) COMPLETE
65682025-09-19T00:10:12.827Z[ recovery-image] Sep 19 00:10:11.184 INFO O| Sep 19 00:10:11.184 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692025-09-19T00:10:12.842Z[ recovery-image] Sep 19 00:10:11.198 INFO O| Sep 19 00:10:11.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
65702025-09-19T00:10:12.842Z[ recovery-image] Sep 19 00:10:11.198 INFO O| Sep 19 00:10:11.198 INFO STEP 597 (remove_files) COMPLETE
65712025-09-19T00:10:12.845Z[ recovery-image] Sep 19 00:10:11.198 INFO O| Sep 19 00:10:11.198 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722025-09-19T00:10:12.856Z[ recovery-image] Sep 19 00:10:11.212 INFO O| Sep 19 00:10:11.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
65732025-09-19T00:10:12.856Z[ recovery-image] Sep 19 00:10:11.213 INFO O| Sep 19 00:10:11.212 INFO STEP 598 (remove_files) COMPLETE
65742025-09-19T00:10:12.856Z[ recovery-image] Sep 19 00:10:11.213 INFO O| Sep 19 00:10:11.213 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752025-09-19T00:10:12.871Z[ recovery-image] Sep 19 00:10:11.227 INFO O| Sep 19 00:10:11.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
65762025-09-19T00:10:12.871Z[ recovery-image] Sep 19 00:10:11.227 INFO O| Sep 19 00:10:11.227 INFO STEP 599 (remove_files) COMPLETE
65772025-09-19T00:10:12.871Z[ recovery-image] Sep 19 00:10:11.227 INFO O| Sep 19 00:10:11.227 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782025-09-19T00:10:12.884Z[ recovery-image] Sep 19 00:10:11.241 INFO O| Sep 19 00:10:11.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
65792025-09-19T00:10:12.884Z[ recovery-image] Sep 19 00:10:11.241 INFO O| Sep 19 00:10:11.241 INFO STEP 600 (remove_files) COMPLETE
65802025-09-19T00:10:12.887Z[ recovery-image] Sep 19 00:10:11.241 INFO O| Sep 19 00:10:11.241 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812025-09-19T00:10:12.898Z[ recovery-image] Sep 19 00:10:11.255 INFO O| Sep 19 00:10:11.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
65822025-09-19T00:10:12.898Z[ recovery-image] Sep 19 00:10:11.255 INFO O| Sep 19 00:10:11.255 INFO STEP 601 (remove_files) COMPLETE
65832025-09-19T00:10:12.901Z[ recovery-image] Sep 19 00:10:11.255 INFO O| Sep 19 00:10:11.255 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842025-09-19T00:10:12.911Z[ recovery-image] Sep 19 00:10:11.268 INFO O| Sep 19 00:10:11.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
65852025-09-19T00:10:12.911Z[ recovery-image] Sep 19 00:10:11.268 INFO O| Sep 19 00:10:11.268 INFO STEP 602 (remove_files) COMPLETE
65862025-09-19T00:10:12.911Z[ recovery-image] Sep 19 00:10:11.268 INFO O| Sep 19 00:10:11.268 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872025-09-19T00:10:12.926Z[ recovery-image] Sep 19 00:10:11.282 INFO O| Sep 19 00:10:11.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
65882025-09-19T00:10:12.926Z[ recovery-image] Sep 19 00:10:11.283 INFO O| Sep 19 00:10:11.283 INFO STEP 603 (remove_files) COMPLETE
65892025-09-19T00:10:12.929Z[ recovery-image] Sep 19 00:10:11.283 INFO O| Sep 19 00:10:11.283 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902025-09-19T00:10:12.941Z[ recovery-image] Sep 19 00:10:11.297 INFO O| Sep 19 00:10:11.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
65912025-09-19T00:10:12.944Z[ recovery-image] Sep 19 00:10:11.297 INFO O| Sep 19 00:10:11.297 INFO STEP 604 (remove_files) COMPLETE
65922025-09-19T00:10:12.944Z[ recovery-image] Sep 19 00:10:11.297 INFO O| Sep 19 00:10:11.297 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932025-09-19T00:10:12.954Z[ recovery-image] Sep 19 00:10:11.311 INFO O| Sep 19 00:10:11.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65942025-09-19T00:10:12.954Z[ recovery-image] Sep 19 00:10:11.311 INFO O| Sep 19 00:10:11.311 INFO STEP 605 (remove_files) COMPLETE
65952025-09-19T00:10:12.954Z[ recovery-image] Sep 19 00:10:11.311 INFO O| Sep 19 00:10:11.311 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962025-09-19T00:10:12.969Z[ recovery-image] Sep 19 00:10:11.325 INFO O| Sep 19 00:10:11.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65972025-09-19T00:10:12.969Z[ recovery-image] Sep 19 00:10:11.325 INFO O| Sep 19 00:10:11.325 INFO STEP 606 (remove_files) COMPLETE
65982025-09-19T00:10:12.969Z[ recovery-image] Sep 19 00:10:11.326 INFO O| Sep 19 00:10:11.325 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992025-09-19T00:10:12.982Z[ recovery-image] Sep 19 00:10:11.339 INFO O| Sep 19 00:10:11.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66002025-09-19T00:10:12.982Z[ recovery-image] Sep 19 00:10:11.339 INFO O| Sep 19 00:10:11.339 INFO STEP 607 (remove_files) COMPLETE
66012025-09-19T00:10:12.982Z[ recovery-image] Sep 19 00:10:11.339 INFO O| Sep 19 00:10:11.339 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022025-09-19T00:10:12.995Z[ recovery-image] Sep 19 00:10:11.351 INFO O| Sep 19 00:10:11.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66032025-09-19T00:10:12.995Z[ recovery-image] Sep 19 00:10:11.351 INFO O| Sep 19 00:10:11.351 INFO STEP 608 (remove_files) COMPLETE
66042025-09-19T00:10:12.995Z[ recovery-image] Sep 19 00:10:11.351 INFO O| Sep 19 00:10:11.351 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052025-09-19T00:10:13.007Z[ recovery-image] Sep 19 00:10:11.364 INFO O| Sep 19 00:10:11.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66062025-09-19T00:10:13.007Z[ recovery-image] Sep 19 00:10:11.364 INFO O| Sep 19 00:10:11.364 INFO STEP 609 (remove_files) COMPLETE
66072025-09-19T00:10:13.007Z[ recovery-image] Sep 19 00:10:11.364 INFO O| Sep 19 00:10:11.364 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082025-09-19T00:10:13.019Z[ recovery-image] Sep 19 00:10:11.376 INFO O| Sep 19 00:10:11.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66092025-09-19T00:10:13.019Z[ recovery-image] Sep 19 00:10:11.376 INFO O| Sep 19 00:10:11.376 INFO STEP 610 (remove_files) COMPLETE
66102025-09-19T00:10:13.019Z[ recovery-image] Sep 19 00:10:11.376 INFO O| Sep 19 00:10:11.376 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112025-09-19T00:10:13.031Z[ recovery-image] Sep 19 00:10:11.388 INFO O| Sep 19 00:10:11.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66122025-09-19T00:10:13.034Z[ recovery-image] Sep 19 00:10:11.388 INFO O| Sep 19 00:10:11.388 INFO STEP 611 (remove_files) COMPLETE
66132025-09-19T00:10:13.034Z[ recovery-image] Sep 19 00:10:11.388 INFO O| Sep 19 00:10:11.388 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142025-09-19T00:10:13.045Z[ recovery-image] Sep 19 00:10:11.401 INFO O| Sep 19 00:10:11.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66152025-09-19T00:10:13.048Z[ recovery-image] Sep 19 00:10:11.402 INFO O| Sep 19 00:10:11.402 INFO STEP 612 (remove_files) COMPLETE
66162025-09-19T00:10:13.048Z[ recovery-image] Sep 19 00:10:11.402 INFO O| Sep 19 00:10:11.402 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172025-09-19T00:10:13.058Z[ recovery-image] Sep 19 00:10:11.415 INFO O| Sep 19 00:10:11.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66182025-09-19T00:10:13.058Z[ recovery-image] Sep 19 00:10:11.415 INFO O| Sep 19 00:10:11.415 INFO STEP 613 (remove_files) COMPLETE
66192025-09-19T00:10:13.058Z[ recovery-image] Sep 19 00:10:11.415 INFO O| Sep 19 00:10:11.415 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202025-09-19T00:10:13.072Z[ recovery-image] Sep 19 00:10:11.429 INFO O| Sep 19 00:10:11.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66212025-09-19T00:10:13.072Z[ recovery-image] Sep 19 00:10:11.429 INFO O| Sep 19 00:10:11.429 INFO STEP 614 (remove_files) COMPLETE
66222025-09-19T00:10:13.072Z[ recovery-image] Sep 19 00:10:11.429 INFO O| Sep 19 00:10:11.429 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232025-09-19T00:10:13.085Z[ recovery-image] Sep 19 00:10:11.442 INFO O| Sep 19 00:10:11.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66242025-09-19T00:10:13.085Z[ recovery-image] Sep 19 00:10:11.442 INFO O| Sep 19 00:10:11.442 INFO STEP 615 (remove_files) COMPLETE
66252025-09-19T00:10:13.085Z[ recovery-image] Sep 19 00:10:11.442 INFO O| Sep 19 00:10:11.442 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262025-09-19T00:10:13.099Z[ recovery-image] Sep 19 00:10:11.455 INFO O| Sep 19 00:10:11.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66272025-09-19T00:10:13.102Z[ recovery-image] Sep 19 00:10:11.456 INFO O| Sep 19 00:10:11.455 INFO STEP 616 (remove_files) COMPLETE
66282025-09-19T00:10:13.102Z[ recovery-image] Sep 19 00:10:11.456 INFO O| Sep 19 00:10:11.455 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292025-09-19T00:10:13.113Z[ recovery-image] Sep 19 00:10:11.469 INFO O| Sep 19 00:10:11.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66302025-09-19T00:10:13.113Z[ recovery-image] Sep 19 00:10:11.469 INFO O| Sep 19 00:10:11.469 INFO STEP 617 (remove_files) COMPLETE
66312025-09-19T00:10:13.113Z[ recovery-image] Sep 19 00:10:11.469 INFO O| Sep 19 00:10:11.469 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322025-09-19T00:10:13.127Z[ recovery-image] Sep 19 00:10:11.483 INFO O| Sep 19 00:10:11.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66332025-09-19T00:10:13.127Z[ recovery-image] Sep 19 00:10:11.483 INFO O| Sep 19 00:10:11.483 INFO STEP 618 (remove_files) COMPLETE
66342025-09-19T00:10:13.130Z[ recovery-image] Sep 19 00:10:11.483 INFO O| Sep 19 00:10:11.483 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352025-09-19T00:10:13.142Z[ recovery-image] Sep 19 00:10:11.498 INFO O| Sep 19 00:10:11.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66362025-09-19T00:10:13.142Z[ recovery-image] Sep 19 00:10:11.498 INFO O| Sep 19 00:10:11.498 INFO STEP 619 (remove_files) COMPLETE
66372025-09-19T00:10:13.145Z[ recovery-image] Sep 19 00:10:11.498 INFO O| Sep 19 00:10:11.498 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382025-09-19T00:10:13.155Z[ recovery-image] Sep 19 00:10:11.512 INFO O| Sep 19 00:10:11.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66392025-09-19T00:10:13.156Z[ recovery-image] Sep 19 00:10:11.512 INFO O| Sep 19 00:10:11.512 INFO STEP 620 (remove_files) COMPLETE
66402025-09-19T00:10:13.156Z[ recovery-image] Sep 19 00:10:11.512 INFO O| Sep 19 00:10:11.512 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412025-09-19T00:10:13.169Z[ recovery-image] Sep 19 00:10:11.526 INFO O| Sep 19 00:10:11.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
66422025-09-19T00:10:13.169Z[ recovery-image] Sep 19 00:10:11.526 INFO O| Sep 19 00:10:11.526 INFO STEP 621 (remove_files) COMPLETE
66432025-09-19T00:10:13.169Z[ recovery-image] Sep 19 00:10:11.526 INFO O| Sep 19 00:10:11.526 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442025-09-19T00:10:13.183Z[ recovery-image] Sep 19 00:10:11.540 INFO O| Sep 19 00:10:11.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66452025-09-19T00:10:13.183Z[ recovery-image] Sep 19 00:10:11.540 INFO O| Sep 19 00:10:11.540 INFO STEP 622 (remove_files) COMPLETE
66462025-09-19T00:10:13.183Z[ recovery-image] Sep 19 00:10:11.540 INFO O| Sep 19 00:10:11.540 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472025-09-19T00:10:13.197Z[ recovery-image] Sep 19 00:10:11.554 INFO O| Sep 19 00:10:11.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66482025-09-19T00:10:13.198Z[ recovery-image] Sep 19 00:10:11.554 INFO O| Sep 19 00:10:11.554 INFO STEP 623 (remove_files) COMPLETE
66492025-09-19T00:10:13.198Z[ recovery-image] Sep 19 00:10:11.554 INFO O| Sep 19 00:10:11.554 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502025-09-19T00:10:13.213Z[ recovery-image] Sep 19 00:10:11.569 INFO O| Sep 19 00:10:11.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66512025-09-19T00:10:13.213Z[ recovery-image] Sep 19 00:10:11.569 INFO O| Sep 19 00:10:11.569 INFO STEP 624 (remove_files) COMPLETE
66522025-09-19T00:10:13.216Z[ recovery-image] Sep 19 00:10:11.570 INFO O| Sep 19 00:10:11.569 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532025-09-19T00:10:13.227Z[ recovery-image] Sep 19 00:10:11.584 INFO O| Sep 19 00:10:11.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66542025-09-19T00:10:13.227Z[ recovery-image] Sep 19 00:10:11.584 INFO O| Sep 19 00:10:11.584 INFO STEP 625 (remove_files) COMPLETE
66552025-09-19T00:10:13.230Z[ recovery-image] Sep 19 00:10:11.584 INFO O| Sep 19 00:10:11.584 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562025-09-19T00:10:13.241Z[ recovery-image] Sep 19 00:10:11.597 INFO O| Sep 19 00:10:11.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66572025-09-19T00:10:13.244Z[ recovery-image] Sep 19 00:10:11.598 INFO O| Sep 19 00:10:11.598 INFO STEP 626 (remove_files) COMPLETE
66582025-09-19T00:10:13.244Z[ recovery-image] Sep 19 00:10:11.598 INFO O| Sep 19 00:10:11.598 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592025-09-19T00:10:13.255Z[ recovery-image] Sep 19 00:10:11.611 INFO O| Sep 19 00:10:11.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66602025-09-19T00:10:13.258Z[ recovery-image] Sep 19 00:10:11.612 INFO O| Sep 19 00:10:11.612 INFO STEP 627 (remove_files) COMPLETE
66612025-09-19T00:10:13.258Z[ recovery-image] Sep 19 00:10:11.612 INFO O| Sep 19 00:10:11.612 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622025-09-19T00:10:13.269Z[ recovery-image] Sep 19 00:10:11.626 INFO O| Sep 19 00:10:11.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66632025-09-19T00:10:13.269Z[ recovery-image] Sep 19 00:10:11.626 INFO O| Sep 19 00:10:11.626 INFO STEP 628 (remove_files) COMPLETE
66642025-09-19T00:10:13.273Z[ recovery-image] Sep 19 00:10:11.626 INFO O| Sep 19 00:10:11.626 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652025-09-19T00:10:13.284Z[ recovery-image] Sep 19 00:10:11.640 INFO O| Sep 19 00:10:11.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
66662025-09-19T00:10:13.284Z[ recovery-image] Sep 19 00:10:11.640 INFO O| Sep 19 00:10:11.640 INFO STEP 629 (remove_files) COMPLETE
66672025-09-19T00:10:13.284Z[ recovery-image] Sep 19 00:10:11.640 INFO O| Sep 19 00:10:11.640 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682025-09-19T00:10:13.297Z[ recovery-image] Sep 19 00:10:11.654 INFO O| Sep 19 00:10:11.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
66692025-09-19T00:10:13.301Z[ recovery-image] Sep 19 00:10:11.654 INFO O| Sep 19 00:10:11.654 INFO STEP 630 (remove_files) COMPLETE
66702025-09-19T00:10:13.301Z[ recovery-image] Sep 19 00:10:11.654 INFO O| Sep 19 00:10:11.654 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712025-09-19T00:10:13.311Z[ recovery-image] Sep 19 00:10:11.668 INFO O| Sep 19 00:10:11.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
66722025-09-19T00:10:13.311Z[ recovery-image] Sep 19 00:10:11.668 INFO O| Sep 19 00:10:11.668 INFO STEP 631 (remove_files) COMPLETE
66732025-09-19T00:10:13.311Z[ recovery-image] Sep 19 00:10:11.668 INFO O| Sep 19 00:10:11.668 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742025-09-19T00:10:13.325Z[ recovery-image] Sep 19 00:10:11.682 INFO O| Sep 19 00:10:11.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
66752025-09-19T00:10:13.325Z[ recovery-image] Sep 19 00:10:11.682 INFO O| Sep 19 00:10:11.682 INFO STEP 632 (remove_files) COMPLETE
66762025-09-19T00:10:13.325Z[ recovery-image] Sep 19 00:10:11.682 INFO O| Sep 19 00:10:11.682 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772025-09-19T00:10:13.339Z[ recovery-image] Sep 19 00:10:11.696 INFO O| Sep 19 00:10:11.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
66782025-09-19T00:10:13.339Z[ recovery-image] Sep 19 00:10:11.696 INFO O| Sep 19 00:10:11.696 INFO STEP 633 (remove_files) COMPLETE
66792025-09-19T00:10:13.340Z[ recovery-image] Sep 19 00:10:11.696 INFO O| Sep 19 00:10:11.696 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802025-09-19T00:10:13.354Z[ recovery-image] Sep 19 00:10:11.710 INFO O| Sep 19 00:10:11.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
66812025-09-19T00:10:13.354Z[ recovery-image] Sep 19 00:10:11.710 INFO O| Sep 19 00:10:11.710 INFO STEP 634 (remove_files) COMPLETE
66822025-09-19T00:10:13.357Z[ recovery-image] Sep 19 00:10:11.710 INFO O| Sep 19 00:10:11.710 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832025-09-19T00:10:13.367Z[ recovery-image] Sep 19 00:10:11.724 INFO O| Sep 19 00:10:11.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
66842025-09-19T00:10:13.367Z[ recovery-image] Sep 19 00:10:11.724 INFO O| Sep 19 00:10:11.724 INFO STEP 635 (remove_files) COMPLETE
66852025-09-19T00:10:13.370Z[ recovery-image] Sep 19 00:10:11.724 INFO O| Sep 19 00:10:11.724 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862025-09-19T00:10:13.381Z[ recovery-image] Sep 19 00:10:11.737 INFO O| Sep 19 00:10:11.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
66872025-09-19T00:10:13.381Z[ recovery-image] Sep 19 00:10:11.737 INFO O| Sep 19 00:10:11.737 INFO STEP 636 (remove_files) COMPLETE
66882025-09-19T00:10:13.384Z[ recovery-image] Sep 19 00:10:11.737 INFO O| Sep 19 00:10:11.737 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892025-09-19T00:10:13.396Z[ recovery-image] Sep 19 00:10:11.751 INFO O| Sep 19 00:10:11.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
66902025-09-19T00:10:13.396Z[ recovery-image] Sep 19 00:10:11.751 INFO O| Sep 19 00:10:11.751 INFO STEP 637 (remove_files) COMPLETE
66912025-09-19T00:10:13.396Z[ recovery-image] Sep 19 00:10:11.751 INFO O| Sep 19 00:10:11.751 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922025-09-19T00:10:13.408Z[ recovery-image] Sep 19 00:10:11.764 INFO O| Sep 19 00:10:11.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
66932025-09-19T00:10:13.408Z[ recovery-image] Sep 19 00:10:11.764 INFO O| Sep 19 00:10:11.764 INFO STEP 638 (remove_files) COMPLETE
66942025-09-19T00:10:13.411Z[ recovery-image] Sep 19 00:10:11.764 INFO O| Sep 19 00:10:11.764 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952025-09-19T00:10:13.421Z[ recovery-image] Sep 19 00:10:11.778 INFO O| Sep 19 00:10:11.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66962025-09-19T00:10:13.421Z[ recovery-image] Sep 19 00:10:11.778 INFO O| Sep 19 00:10:11.778 INFO STEP 639 (remove_files) COMPLETE
66972025-09-19T00:10:13.424Z[ recovery-image] Sep 19 00:10:11.778 INFO O| Sep 19 00:10:11.778 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982025-09-19T00:10:13.434Z[ recovery-image] Sep 19 00:10:11.791 INFO O| Sep 19 00:10:11.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66992025-09-19T00:10:13.435Z[ recovery-image] Sep 19 00:10:11.791 INFO O| Sep 19 00:10:11.791 INFO STEP 640 (remove_files) COMPLETE
67002025-09-19T00:10:13.435Z[ recovery-image] Sep 19 00:10:11.791 INFO O| Sep 19 00:10:11.791 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012025-09-19T00:10:13.448Z[ recovery-image] Sep 19 00:10:11.805 INFO O| Sep 19 00:10:11.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67022025-09-19T00:10:13.448Z[ recovery-image] Sep 19 00:10:11.805 INFO O| Sep 19 00:10:11.805 INFO STEP 641 (remove_files) COMPLETE
67032025-09-19T00:10:13.448Z[ recovery-image] Sep 19 00:10:11.805 INFO O| Sep 19 00:10:11.805 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042025-09-19T00:10:13.462Z[ recovery-image] Sep 19 00:10:11.819 INFO O| Sep 19 00:10:11.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67052025-09-19T00:10:13.462Z[ recovery-image] Sep 19 00:10:11.819 INFO O| Sep 19 00:10:11.819 INFO STEP 642 (remove_files) COMPLETE
67062025-09-19T00:10:13.462Z[ recovery-image] Sep 19 00:10:11.819 INFO O| Sep 19 00:10:11.819 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072025-09-19T00:10:13.476Z[ recovery-image] Sep 19 00:10:11.833 INFO O| Sep 19 00:10:11.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67082025-09-19T00:10:13.476Z[ recovery-image] Sep 19 00:10:11.833 INFO O| Sep 19 00:10:11.833 INFO STEP 643 (remove_files) COMPLETE
67092025-09-19T00:10:13.476Z[ recovery-image] Sep 19 00:10:11.833 INFO O| Sep 19 00:10:11.833 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102025-09-19T00:10:13.490Z[ recovery-image] Sep 19 00:10:11.847 INFO O| Sep 19 00:10:11.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67112025-09-19T00:10:13.490Z[ recovery-image] Sep 19 00:10:11.847 INFO O| Sep 19 00:10:11.847 INFO STEP 644 (remove_files) COMPLETE
67122025-09-19T00:10:13.490Z[ recovery-image] Sep 19 00:10:11.847 INFO O| Sep 19 00:10:11.847 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132025-09-19T00:10:13.504Z[ recovery-image] Sep 19 00:10:11.861 INFO O| Sep 19 00:10:11.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67142025-09-19T00:10:13.508Z[ recovery-image] Sep 19 00:10:11.862 INFO O| Sep 19 00:10:11.862 INFO STEP 645 (remove_files) COMPLETE
67152025-09-19T00:10:13.508Z[ recovery-image] Sep 19 00:10:11.862 INFO O| Sep 19 00:10:11.862 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162025-09-19T00:10:13.518Z[ recovery-image] Sep 19 00:10:11.875 INFO O| Sep 19 00:10:11.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67172025-09-19T00:10:13.518Z[ recovery-image] Sep 19 00:10:11.875 INFO O| Sep 19 00:10:11.875 INFO STEP 646 (remove_files) COMPLETE
67182025-09-19T00:10:13.519Z[ recovery-image] Sep 19 00:10:11.875 INFO O| Sep 19 00:10:11.875 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192025-09-19T00:10:13.531Z[ recovery-image] Sep 19 00:10:11.888 INFO O| Sep 19 00:10:11.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67202025-09-19T00:10:13.531Z[ recovery-image] Sep 19 00:10:11.888 INFO O| Sep 19 00:10:11.888 INFO STEP 647 (remove_files) COMPLETE
67212025-09-19T00:10:13.531Z[ recovery-image] Sep 19 00:10:11.888 INFO O| Sep 19 00:10:11.888 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222025-09-19T00:10:13.544Z[ recovery-image] Sep 19 00:10:11.901 INFO O| Sep 19 00:10:11.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67232025-09-19T00:10:13.544Z[ recovery-image] Sep 19 00:10:11.901 INFO O| Sep 19 00:10:11.901 INFO STEP 648 (remove_files) COMPLETE
67242025-09-19T00:10:13.544Z[ recovery-image] Sep 19 00:10:11.901 INFO O| Sep 19 00:10:11.901 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252025-09-19T00:10:13.558Z[ recovery-image] Sep 19 00:10:11.915 INFO O| Sep 19 00:10:11.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67262025-09-19T00:10:13.558Z[ recovery-image] Sep 19 00:10:11.915 INFO O| Sep 19 00:10:11.915 INFO STEP 649 (remove_files) COMPLETE
67272025-09-19T00:10:13.558Z[ recovery-image] Sep 19 00:10:11.915 INFO O| Sep 19 00:10:11.915 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282025-09-19T00:10:13.572Z[ recovery-image] Sep 19 00:10:11.929 INFO O| Sep 19 00:10:11.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67292025-09-19T00:10:13.572Z[ recovery-image] Sep 19 00:10:11.929 INFO O| Sep 19 00:10:11.929 INFO STEP 650 (remove_files) COMPLETE
67302025-09-19T00:10:13.575Z[ recovery-image] Sep 19 00:10:11.929 INFO O| Sep 19 00:10:11.929 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312025-09-19T00:10:13.585Z[ recovery-image] Sep 19 00:10:11.942 INFO O| Sep 19 00:10:11.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67322025-09-19T00:10:13.585Z[ recovery-image] Sep 19 00:10:11.942 INFO O| Sep 19 00:10:11.942 INFO STEP 651 (remove_files) COMPLETE
67332025-09-19T00:10:13.588Z[ recovery-image] Sep 19 00:10:11.942 INFO O| Sep 19 00:10:11.942 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342025-09-19T00:10:13.599Z[ recovery-image] Sep 19 00:10:11.956 INFO O| Sep 19 00:10:11.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67352025-09-19T00:10:13.599Z[ recovery-image] Sep 19 00:10:11.956 INFO O| Sep 19 00:10:11.956 INFO STEP 652 (remove_files) COMPLETE
67362025-09-19T00:10:13.599Z[ recovery-image] Sep 19 00:10:11.956 INFO O| Sep 19 00:10:11.956 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372025-09-19T00:10:13.614Z[ recovery-image] Sep 19 00:10:11.970 INFO O| Sep 19 00:10:11.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67382025-09-19T00:10:13.617Z[ recovery-image] Sep 19 00:10:11.970 INFO O| Sep 19 00:10:11.970 INFO STEP 653 (remove_files) COMPLETE
67392025-09-19T00:10:13.617Z[ recovery-image] Sep 19 00:10:11.970 INFO O| Sep 19 00:10:11.970 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402025-09-19T00:10:13.627Z[ recovery-image] Sep 19 00:10:11.984 INFO O| Sep 19 00:10:11.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67412025-09-19T00:10:13.627Z[ recovery-image] Sep 19 00:10:11.984 INFO O| Sep 19 00:10:11.984 INFO STEP 654 (remove_files) COMPLETE
67422025-09-19T00:10:13.631Z[ recovery-image] Sep 19 00:10:11.984 INFO O| Sep 19 00:10:11.984 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432025-09-19T00:10:13.642Z[ recovery-image] Sep 19 00:10:11.998 INFO O| Sep 19 00:10:11.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67442025-09-19T00:10:13.642Z[ recovery-image] Sep 19 00:10:11.998 INFO O| Sep 19 00:10:11.998 INFO STEP 655 (remove_files) COMPLETE
67452025-09-19T00:10:13.642Z[ recovery-image] Sep 19 00:10:11.998 INFO O| Sep 19 00:10:11.998 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462025-09-19T00:10:13.656Z[ recovery-image] Sep 19 00:10:12.012 INFO O| Sep 19 00:10:12.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67472025-09-19T00:10:13.656Z[ recovery-image] Sep 19 00:10:12.013 INFO O| Sep 19 00:10:12.012 INFO STEP 656 (remove_files) COMPLETE
67482025-09-19T00:10:13.656Z[ recovery-image] Sep 19 00:10:12.013 INFO O| Sep 19 00:10:12.013 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492025-09-19T00:10:13.670Z[ recovery-image] Sep 19 00:10:12.027 INFO O| Sep 19 00:10:12.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67502025-09-19T00:10:13.670Z[ recovery-image] Sep 19 00:10:12.027 INFO O| Sep 19 00:10:12.027 INFO STEP 657 (remove_files) COMPLETE
67512025-09-19T00:10:13.670Z[ recovery-image] Sep 19 00:10:12.027 INFO O| Sep 19 00:10:12.027 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522025-09-19T00:10:13.684Z[ recovery-image] Sep 19 00:10:12.041 INFO O| Sep 19 00:10:12.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67532025-09-19T00:10:13.684Z[ recovery-image] Sep 19 00:10:12.041 INFO O| Sep 19 00:10:12.041 INFO STEP 658 (remove_files) COMPLETE
67542025-09-19T00:10:13.684Z[ recovery-image] Sep 19 00:10:12.041 INFO O| Sep 19 00:10:12.041 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552025-09-19T00:10:13.699Z[ recovery-image] Sep 19 00:10:12.055 INFO O| Sep 19 00:10:12.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67562025-09-19T00:10:13.699Z[ recovery-image] Sep 19 00:10:12.055 INFO O| Sep 19 00:10:12.055 INFO STEP 659 (remove_files) COMPLETE
67572025-09-19T00:10:13.699Z[ recovery-image] Sep 19 00:10:12.055 INFO O| Sep 19 00:10:12.055 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582025-09-19T00:10:13.713Z[ recovery-image] Sep 19 00:10:12.070 INFO O| Sep 19 00:10:12.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67592025-09-19T00:10:13.713Z[ recovery-image] Sep 19 00:10:12.070 INFO O| Sep 19 00:10:12.070 INFO STEP 660 (remove_files) COMPLETE
67602025-09-19T00:10:13.713Z[ recovery-image] Sep 19 00:10:12.070 INFO O| Sep 19 00:10:12.070 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612025-09-19T00:10:13.727Z[ recovery-image] Sep 19 00:10:12.084 INFO O| Sep 19 00:10:12.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67622025-09-19T00:10:13.730Z[ recovery-image] Sep 19 00:10:12.084 INFO O| Sep 19 00:10:12.084 INFO STEP 661 (remove_files) COMPLETE
67632025-09-19T00:10:13.730Z[ recovery-image] Sep 19 00:10:12.084 INFO O| Sep 19 00:10:12.084 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642025-09-19T00:10:13.741Z[ recovery-image] Sep 19 00:10:12.098 INFO O| Sep 19 00:10:12.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
67652025-09-19T00:10:13.741Z[ recovery-image] Sep 19 00:10:12.098 INFO O| Sep 19 00:10:12.098 INFO STEP 662 (remove_files) COMPLETE
67662025-09-19T00:10:13.744Z[ recovery-image] Sep 19 00:10:12.098 INFO O| Sep 19 00:10:12.098 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672025-09-19T00:10:13.758Z[ recovery-image] Sep 19 00:10:12.115 INFO O| Sep 19 00:10:12.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
67682025-09-19T00:10:13.758Z[ recovery-image] Sep 19 00:10:12.115 INFO O| Sep 19 00:10:12.115 INFO STEP 663 (remove_files) COMPLETE
67692025-09-19T00:10:13.762Z[ recovery-image] Sep 19 00:10:12.115 INFO O| Sep 19 00:10:12.115 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702025-09-19T00:10:13.776Z[ recovery-image] Sep 19 00:10:12.133 INFO O| Sep 19 00:10:12.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
67712025-09-19T00:10:13.776Z[ recovery-image] Sep 19 00:10:12.133 INFO O| Sep 19 00:10:12.133 INFO STEP 664 (remove_files) COMPLETE
67722025-09-19T00:10:13.779Z[ recovery-image] Sep 19 00:10:12.133 INFO O| Sep 19 00:10:12.133 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732025-09-19T00:10:13.790Z[ recovery-image] Sep 19 00:10:12.146 INFO O| Sep 19 00:10:12.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
67742025-09-19T00:10:13.790Z[ recovery-image] Sep 19 00:10:12.147 INFO O| Sep 19 00:10:12.147 INFO STEP 665 (remove_files) COMPLETE
67752025-09-19T00:10:13.795Z[ recovery-image] Sep 19 00:10:12.147 INFO O| Sep 19 00:10:12.147 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762025-09-19T00:10:13.803Z[ recovery-image] Sep 19 00:10:12.159 INFO O| Sep 19 00:10:12.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
67772025-09-19T00:10:13.803Z[ recovery-image] Sep 19 00:10:12.160 INFO O| Sep 19 00:10:12.160 INFO STEP 666 (remove_files) COMPLETE
67782025-09-19T00:10:13.807Z[ recovery-image] Sep 19 00:10:12.160 INFO O| Sep 19 00:10:12.160 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792025-09-19T00:10:13.816Z[ recovery-image] Sep 19 00:10:12.173 INFO O| Sep 19 00:10:12.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
67802025-09-19T00:10:13.816Z[ recovery-image] Sep 19 00:10:12.173 INFO O| Sep 19 00:10:12.173 INFO STEP 667 (remove_files) COMPLETE
67812025-09-19T00:10:13.820Z[ recovery-image] Sep 19 00:10:12.173 INFO O| Sep 19 00:10:12.173 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822025-09-19T00:10:13.831Z[ recovery-image] Sep 19 00:10:12.188 INFO O| Sep 19 00:10:12.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
67832025-09-19T00:10:13.831Z[ recovery-image] Sep 19 00:10:12.188 INFO O| Sep 19 00:10:12.188 INFO STEP 668 (remove_files) COMPLETE
67842025-09-19T00:10:13.834Z[ recovery-image] Sep 19 00:10:12.188 INFO O| Sep 19 00:10:12.188 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852025-09-19T00:10:13.846Z[ recovery-image] Sep 19 00:10:12.203 INFO O| Sep 19 00:10:12.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
67862025-09-19T00:10:13.846Z[ recovery-image] Sep 19 00:10:12.203 INFO O| Sep 19 00:10:12.203 INFO STEP 669 (remove_files) COMPLETE
67872025-09-19T00:10:13.846Z[ recovery-image] Sep 19 00:10:12.203 INFO O| Sep 19 00:10:12.203 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882025-09-19T00:10:13.860Z[ recovery-image] Sep 19 00:10:12.216 INFO O| Sep 19 00:10:12.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
67892025-09-19T00:10:13.860Z[ recovery-image] Sep 19 00:10:12.217 INFO O| Sep 19 00:10:12.217 INFO STEP 670 (remove_files) COMPLETE
67902025-09-19T00:10:13.863Z[ recovery-image] Sep 19 00:10:12.217 INFO O| Sep 19 00:10:12.217 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912025-09-19T00:10:13.874Z[ recovery-image] Sep 19 00:10:12.230 INFO O| Sep 19 00:10:12.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
67922025-09-19T00:10:13.874Z[ recovery-image] Sep 19 00:10:12.231 INFO O| Sep 19 00:10:12.231 INFO STEP 671 (remove_files) COMPLETE
67932025-09-19T00:10:13.874Z[ recovery-image] Sep 19 00:10:12.231 INFO O| Sep 19 00:10:12.231 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942025-09-19T00:10:13.888Z[ recovery-image] Sep 19 00:10:12.244 INFO O| Sep 19 00:10:12.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
67952025-09-19T00:10:13.888Z[ recovery-image] Sep 19 00:10:12.245 INFO O| Sep 19 00:10:12.245 INFO STEP 672 (remove_files) COMPLETE
67962025-09-19T00:10:13.888Z[ recovery-image] Sep 19 00:10:12.245 INFO O| Sep 19 00:10:12.245 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972025-09-19T00:10:13.901Z[ recovery-image] Sep 19 00:10:12.258 INFO O| Sep 19 00:10:12.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67982025-09-19T00:10:13.901Z[ recovery-image] Sep 19 00:10:12.258 INFO O| Sep 19 00:10:12.258 INFO STEP 673 (remove_files) COMPLETE
67992025-09-19T00:10:13.901Z[ recovery-image] Sep 19 00:10:12.258 INFO O| Sep 19 00:10:12.258 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002025-09-19T00:10:13.914Z[ recovery-image] Sep 19 00:10:12.271 INFO O| Sep 19 00:10:12.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68012025-09-19T00:10:13.914Z[ recovery-image] Sep 19 00:10:12.271 INFO O| Sep 19 00:10:12.271 INFO STEP 674 (remove_files) COMPLETE
68022025-09-19T00:10:13.914Z[ recovery-image] Sep 19 00:10:12.271 INFO O| Sep 19 00:10:12.271 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032025-09-19T00:10:13.928Z[ recovery-image] Sep 19 00:10:12.285 INFO O| Sep 19 00:10:12.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68042025-09-19T00:10:13.928Z[ recovery-image] Sep 19 00:10:12.285 INFO O| Sep 19 00:10:12.285 INFO STEP 675 (remove_files) COMPLETE
68052025-09-19T00:10:13.928Z[ recovery-image] Sep 19 00:10:12.285 INFO O| Sep 19 00:10:12.285 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062025-09-19T00:10:13.943Z[ recovery-image] Sep 19 00:10:12.298 INFO O| Sep 19 00:10:12.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68072025-09-19T00:10:13.943Z[ recovery-image] Sep 19 00:10:12.298 INFO O| Sep 19 00:10:12.298 INFO STEP 676 (remove_files) COMPLETE
68082025-09-19T00:10:13.943Z[ recovery-image] Sep 19 00:10:12.298 INFO O| Sep 19 00:10:12.298 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092025-09-19T00:10:13.955Z[ recovery-image] Sep 19 00:10:12.312 INFO O| Sep 19 00:10:12.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68102025-09-19T00:10:13.955Z[ recovery-image] Sep 19 00:10:12.312 INFO O| Sep 19 00:10:12.312 INFO STEP 677 (remove_files) COMPLETE
68112025-09-19T00:10:13.955Z[ recovery-image] Sep 19 00:10:12.312 INFO O| Sep 19 00:10:12.312 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122025-09-19T00:10:13.969Z[ recovery-image] Sep 19 00:10:12.326 INFO O| Sep 19 00:10:12.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68132025-09-19T00:10:13.972Z[ recovery-image] Sep 19 00:10:12.327 INFO O| Sep 19 00:10:12.326 INFO STEP 678 (remove_files) COMPLETE
68142025-09-19T00:10:13.972Z[ recovery-image] Sep 19 00:10:12.327 INFO O| Sep 19 00:10:12.326 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152025-09-19T00:10:13.984Z[ recovery-image] Sep 19 00:10:12.341 INFO O| Sep 19 00:10:12.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68162025-09-19T00:10:13.987Z[ recovery-image] Sep 19 00:10:12.341 INFO O| Sep 19 00:10:12.341 INFO STEP 679 (remove_files) COMPLETE
68172025-09-19T00:10:13.987Z[ recovery-image] Sep 19 00:10:12.341 INFO O| Sep 19 00:10:12.341 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182025-09-19T00:10:13.999Z[ recovery-image] Sep 19 00:10:12.355 INFO O| Sep 19 00:10:12.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68192025-09-19T00:10:13.999Z[ recovery-image] Sep 19 00:10:12.355 INFO O| Sep 19 00:10:12.355 INFO STEP 680 (remove_files) COMPLETE
68202025-09-19T00:10:14.002Z[ recovery-image] Sep 19 00:10:12.355 INFO O| Sep 19 00:10:12.355 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212025-09-19T00:10:14.012Z[ recovery-image] Sep 19 00:10:12.369 INFO O| Sep 19 00:10:12.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68222025-09-19T00:10:14.015Z[ recovery-image] Sep 19 00:10:12.370 INFO O| Sep 19 00:10:12.370 INFO STEP 681 (remove_files) COMPLETE
68232025-09-19T00:10:14.016Z[ recovery-image] Sep 19 00:10:12.370 INFO O| Sep 19 00:10:12.370 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242025-09-19T00:10:14.027Z[ recovery-image] Sep 19 00:10:12.384 INFO O| Sep 19 00:10:12.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68252025-09-19T00:10:14.031Z[ recovery-image] Sep 19 00:10:12.385 INFO O| Sep 19 00:10:12.385 INFO STEP 682 (remove_files) COMPLETE
68262025-09-19T00:10:14.031Z[ recovery-image] Sep 19 00:10:12.385 INFO O| Sep 19 00:10:12.385 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272025-09-19T00:10:14.043Z[ recovery-image] Sep 19 00:10:12.400 INFO O| Sep 19 00:10:12.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68282025-09-19T00:10:14.043Z[ recovery-image] Sep 19 00:10:12.400 INFO O| Sep 19 00:10:12.400 INFO STEP 683 (remove_files) COMPLETE
68292025-09-19T00:10:14.043Z[ recovery-image] Sep 19 00:10:12.400 INFO O| Sep 19 00:10:12.400 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302025-09-19T00:10:14.058Z[ recovery-image] Sep 19 00:10:12.414 INFO O| Sep 19 00:10:12.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68312025-09-19T00:10:14.058Z[ recovery-image] Sep 19 00:10:12.414 INFO O| Sep 19 00:10:12.414 INFO STEP 684 (remove_files) COMPLETE
68322025-09-19T00:10:14.061Z[ recovery-image] Sep 19 00:10:12.414 INFO O| Sep 19 00:10:12.414 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332025-09-19T00:10:14.071Z[ recovery-image] Sep 19 00:10:12.428 INFO O| Sep 19 00:10:12.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68342025-09-19T00:10:14.072Z[ recovery-image] Sep 19 00:10:12.428 INFO O| Sep 19 00:10:12.428 INFO STEP 685 (remove_files) COMPLETE
68352025-09-19T00:10:14.072Z[ recovery-image] Sep 19 00:10:12.428 INFO O| Sep 19 00:10:12.428 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362025-09-19T00:10:14.086Z[ recovery-image] Sep 19 00:10:12.443 INFO O| Sep 19 00:10:12.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68372025-09-19T00:10:14.086Z[ recovery-image] Sep 19 00:10:12.443 INFO O| Sep 19 00:10:12.443 INFO STEP 686 (remove_files) COMPLETE
68382025-09-19T00:10:14.090Z[ recovery-image] Sep 19 00:10:12.443 INFO O| Sep 19 00:10:12.443 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392025-09-19T00:10:14.102Z[ recovery-image] Sep 19 00:10:12.457 INFO O| Sep 19 00:10:12.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68402025-09-19T00:10:14.102Z[ recovery-image] Sep 19 00:10:12.457 INFO O| Sep 19 00:10:12.457 INFO STEP 687 (remove_files) COMPLETE
68412025-09-19T00:10:14.102Z[ recovery-image] Sep 19 00:10:12.457 INFO O| Sep 19 00:10:12.457 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422025-09-19T00:10:14.114Z[ recovery-image] Sep 19 00:10:12.471 INFO O| Sep 19 00:10:12.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68432025-09-19T00:10:14.114Z[ recovery-image] Sep 19 00:10:12.471 INFO O| Sep 19 00:10:12.471 INFO STEP 688 (remove_files) COMPLETE
68442025-09-19T00:10:14.117Z[ recovery-image] Sep 19 00:10:12.471 INFO O| Sep 19 00:10:12.471 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452025-09-19T00:10:14.129Z[ recovery-image] Sep 19 00:10:12.486 INFO O| Sep 19 00:10:12.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68462025-09-19T00:10:14.129Z[ recovery-image] Sep 19 00:10:12.486 INFO O| Sep 19 00:10:12.486 INFO STEP 689 (remove_files) COMPLETE
68472025-09-19T00:10:14.129Z[ recovery-image] Sep 19 00:10:12.486 INFO O| Sep 19 00:10:12.486 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482025-09-19T00:10:14.143Z[ recovery-image] Sep 19 00:10:12.500 INFO O| Sep 19 00:10:12.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68492025-09-19T00:10:14.143Z[ recovery-image] Sep 19 00:10:12.500 INFO O| Sep 19 00:10:12.500 INFO STEP 690 (remove_files) COMPLETE
68502025-09-19T00:10:14.144Z[ recovery-image] Sep 19 00:10:12.500 INFO O| Sep 19 00:10:12.500 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512025-09-19T00:10:14.160Z[ recovery-image] Sep 19 00:10:12.515 INFO O| Sep 19 00:10:12.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68522025-09-19T00:10:14.160Z[ recovery-image] Sep 19 00:10:12.515 INFO O| Sep 19 00:10:12.515 INFO STEP 691 (remove_files) COMPLETE
68532025-09-19T00:10:14.160Z[ recovery-image] Sep 19 00:10:12.515 INFO O| Sep 19 00:10:12.515 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542025-09-19T00:10:14.173Z[ recovery-image] Sep 19 00:10:12.529 INFO O| Sep 19 00:10:12.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68552025-09-19T00:10:14.173Z[ recovery-image] Sep 19 00:10:12.529 INFO O| Sep 19 00:10:12.529 INFO STEP 692 (remove_files) COMPLETE
68562025-09-19T00:10:14.176Z[ recovery-image] Sep 19 00:10:12.529 INFO O| Sep 19 00:10:12.529 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572025-09-19T00:10:14.188Z[ recovery-image] Sep 19 00:10:12.545 INFO O| Sep 19 00:10:12.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68582025-09-19T00:10:14.188Z[ recovery-image] Sep 19 00:10:12.545 INFO O| Sep 19 00:10:12.545 INFO STEP 693 (remove_files) COMPLETE
68592025-09-19T00:10:14.188Z[ recovery-image] Sep 19 00:10:12.545 INFO O| Sep 19 00:10:12.545 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602025-09-19T00:10:14.203Z[ recovery-image] Sep 19 00:10:12.559 INFO O| Sep 19 00:10:12.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68612025-09-19T00:10:14.203Z[ recovery-image] Sep 19 00:10:12.559 INFO O| Sep 19 00:10:12.559 INFO STEP 694 (remove_files) COMPLETE
68622025-09-19T00:10:14.206Z[ recovery-image] Sep 19 00:10:12.559 INFO O| Sep 19 00:10:12.559 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632025-09-19T00:10:14.217Z[ recovery-image] Sep 19 00:10:12.574 INFO O| Sep 19 00:10:12.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68642025-09-19T00:10:14.217Z[ recovery-image] Sep 19 00:10:12.574 INFO O| Sep 19 00:10:12.574 INFO STEP 695 (remove_files) COMPLETE
68652025-09-19T00:10:14.217Z[ recovery-image] Sep 19 00:10:12.574 INFO O| Sep 19 00:10:12.574 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662025-09-19T00:10:14.232Z[ recovery-image] Sep 19 00:10:12.589 INFO O| Sep 19 00:10:12.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
68672025-09-19T00:10:14.232Z[ recovery-image] Sep 19 00:10:12.589 INFO O| Sep 19 00:10:12.589 INFO STEP 696 (remove_files) COMPLETE
68682025-09-19T00:10:14.232Z[ recovery-image] Sep 19 00:10:12.589 INFO O| Sep 19 00:10:12.589 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692025-09-19T00:10:14.247Z[ recovery-image] Sep 19 00:10:12.603 INFO O| Sep 19 00:10:12.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
68702025-09-19T00:10:14.247Z[ recovery-image] Sep 19 00:10:12.603 INFO O| Sep 19 00:10:12.603 INFO STEP 697 (remove_files) COMPLETE
68712025-09-19T00:10:14.247Z[ recovery-image] Sep 19 00:10:12.603 INFO O| Sep 19 00:10:12.603 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722025-09-19T00:10:14.261Z[ recovery-image] Sep 19 00:10:12.618 INFO O| Sep 19 00:10:12.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
68732025-09-19T00:10:14.261Z[ recovery-image] Sep 19 00:10:12.618 INFO O| Sep 19 00:10:12.618 INFO STEP 698 (remove_files) COMPLETE
68742025-09-19T00:10:14.261Z[ recovery-image] Sep 19 00:10:12.618 INFO O| Sep 19 00:10:12.618 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752025-09-19T00:10:14.275Z[ recovery-image] Sep 19 00:10:12.631 INFO O| Sep 19 00:10:12.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
68762025-09-19T00:10:14.275Z[ recovery-image] Sep 19 00:10:12.632 INFO O| Sep 19 00:10:12.631 INFO STEP 699 (remove_files) COMPLETE
68772025-09-19T00:10:14.275Z[ recovery-image] Sep 19 00:10:12.632 INFO O| Sep 19 00:10:12.631 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782025-09-19T00:10:14.288Z[ recovery-image] Sep 19 00:10:12.645 INFO O| Sep 19 00:10:12.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
68792025-09-19T00:10:14.288Z[ recovery-image] Sep 19 00:10:12.645 INFO O| Sep 19 00:10:12.645 INFO STEP 700 (remove_files) COMPLETE
68802025-09-19T00:10:14.288Z[ recovery-image] Sep 19 00:10:12.645 INFO O| Sep 19 00:10:12.645 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812025-09-19T00:10:14.302Z[ recovery-image] Sep 19 00:10:12.658 INFO O| Sep 19 00:10:12.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
68822025-09-19T00:10:14.302Z[ recovery-image] Sep 19 00:10:12.658 INFO O| Sep 19 00:10:12.658 INFO STEP 701 (remove_files) COMPLETE
68832025-09-19T00:10:14.305Z[ recovery-image] Sep 19 00:10:12.658 INFO O| Sep 19 00:10:12.658 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842025-09-19T00:10:14.316Z[ recovery-image] Sep 19 00:10:12.673 INFO O| Sep 19 00:10:12.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
68852025-09-19T00:10:14.316Z[ recovery-image] Sep 19 00:10:12.673 INFO O| Sep 19 00:10:12.673 INFO STEP 702 (remove_files) COMPLETE
68862025-09-19T00:10:14.319Z[ recovery-image] Sep 19 00:10:12.673 INFO O| Sep 19 00:10:12.673 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872025-09-19T00:10:14.331Z[ recovery-image] Sep 19 00:10:12.687 INFO O| Sep 19 00:10:12.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
68882025-09-19T00:10:14.331Z[ recovery-image] Sep 19 00:10:12.688 INFO O| Sep 19 00:10:12.688 INFO STEP 703 (remove_files) COMPLETE
68892025-09-19T00:10:14.334Z[ recovery-image] Sep 19 00:10:12.688 INFO O| Sep 19 00:10:12.688 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902025-09-19T00:10:14.345Z[ recovery-image] Sep 19 00:10:12.702 INFO O| Sep 19 00:10:12.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
68912025-09-19T00:10:14.345Z[ recovery-image] Sep 19 00:10:12.702 INFO O| Sep 19 00:10:12.702 INFO STEP 704 (remove_files) COMPLETE
68922025-09-19T00:10:14.349Z[ recovery-image] Sep 19 00:10:12.702 INFO O| Sep 19 00:10:12.702 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932025-09-19T00:10:14.359Z[ recovery-image] Sep 19 00:10:12.716 INFO O| Sep 19 00:10:12.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68942025-09-19T00:10:14.359Z[ recovery-image] Sep 19 00:10:12.716 INFO O| Sep 19 00:10:12.716 INFO STEP 705 (remove_files) COMPLETE
68952025-09-19T00:10:14.359Z[ recovery-image] Sep 19 00:10:12.716 INFO O| Sep 19 00:10:12.716 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962025-09-19T00:10:14.373Z[ recovery-image] Sep 19 00:10:12.730 INFO O| Sep 19 00:10:12.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68972025-09-19T00:10:14.377Z[ recovery-image] Sep 19 00:10:12.731 INFO O| Sep 19 00:10:12.731 INFO STEP 706 (remove_files) COMPLETE
68982025-09-19T00:10:14.377Z[ recovery-image] Sep 19 00:10:12.731 INFO O| Sep 19 00:10:12.731 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992025-09-19T00:10:14.389Z[ recovery-image] Sep 19 00:10:12.746 INFO O| Sep 19 00:10:12.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69002025-09-19T00:10:14.389Z[ recovery-image] Sep 19 00:10:12.746 INFO O| Sep 19 00:10:12.746 INFO STEP 707 (remove_files) COMPLETE
69012025-09-19T00:10:14.389Z[ recovery-image] Sep 19 00:10:12.746 INFO O| Sep 19 00:10:12.746 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022025-09-19T00:10:14.406Z[ recovery-image] Sep 19 00:10:12.762 INFO O| Sep 19 00:10:12.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69032025-09-19T00:10:14.406Z[ recovery-image] Sep 19 00:10:12.762 INFO O| Sep 19 00:10:12.762 INFO STEP 708 (remove_files) COMPLETE
69042025-09-19T00:10:14.406Z[ recovery-image] Sep 19 00:10:12.762 INFO O| Sep 19 00:10:12.762 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052025-09-19T00:10:14.422Z[ recovery-image] Sep 19 00:10:12.778 INFO O| Sep 19 00:10:12.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69062025-09-19T00:10:14.422Z[ recovery-image] Sep 19 00:10:12.778 INFO O| Sep 19 00:10:12.778 INFO STEP 709 (remove_files) COMPLETE
69072025-09-19T00:10:14.425Z[ recovery-image] Sep 19 00:10:12.778 INFO O| Sep 19 00:10:12.778 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082025-09-19T00:10:14.435Z[ recovery-image] Sep 19 00:10:12.792 INFO O| Sep 19 00:10:12.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69092025-09-19T00:10:14.435Z[ recovery-image] Sep 19 00:10:12.792 INFO O| Sep 19 00:10:12.792 INFO STEP 710 (remove_files) COMPLETE
69102025-09-19T00:10:14.435Z[ recovery-image] Sep 19 00:10:12.792 INFO O| Sep 19 00:10:12.792 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112025-09-19T00:10:14.451Z[ recovery-image] Sep 19 00:10:12.807 INFO O| Sep 19 00:10:12.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69122025-09-19T00:10:14.451Z[ recovery-image] Sep 19 00:10:12.807 INFO O| Sep 19 00:10:12.807 INFO STEP 711 (remove_files) COMPLETE
69132025-09-19T00:10:14.454Z[ recovery-image] Sep 19 00:10:12.807 INFO O| Sep 19 00:10:12.807 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142025-09-19T00:10:14.464Z[ recovery-image] Sep 19 00:10:12.821 INFO O| Sep 19 00:10:12.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69152025-09-19T00:10:14.465Z[ recovery-image] Sep 19 00:10:12.821 INFO O| Sep 19 00:10:12.821 INFO STEP 712 (remove_files) COMPLETE
69162025-09-19T00:10:14.465Z[ recovery-image] Sep 19 00:10:12.821 INFO O| Sep 19 00:10:12.821 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172025-09-19T00:10:14.479Z[ recovery-image] Sep 19 00:10:12.836 INFO O| Sep 19 00:10:12.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69182025-09-19T00:10:14.479Z[ recovery-image] Sep 19 00:10:12.836 INFO O| Sep 19 00:10:12.836 INFO STEP 713 (remove_files) COMPLETE
69192025-09-19T00:10:14.479Z[ recovery-image] Sep 19 00:10:12.836 INFO O| Sep 19 00:10:12.836 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202025-09-19T00:10:14.494Z[ recovery-image] Sep 19 00:10:12.850 INFO O| Sep 19 00:10:12.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69212025-09-19T00:10:14.494Z[ recovery-image] Sep 19 00:10:12.850 INFO O| Sep 19 00:10:12.850 INFO STEP 714 (remove_files) COMPLETE
69222025-09-19T00:10:14.497Z[ recovery-image] Sep 19 00:10:12.851 INFO O| Sep 19 00:10:12.850 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232025-09-19T00:10:14.508Z[ recovery-image] Sep 19 00:10:12.864 INFO O| Sep 19 00:10:12.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69242025-09-19T00:10:14.511Z[ recovery-image] Sep 19 00:10:12.865 INFO O| Sep 19 00:10:12.865 INFO STEP 715 (remove_files) COMPLETE
69252025-09-19T00:10:14.511Z[ recovery-image] Sep 19 00:10:12.865 INFO O| Sep 19 00:10:12.865 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262025-09-19T00:10:14.523Z[ recovery-image] Sep 19 00:10:12.879 INFO O| Sep 19 00:10:12.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69272025-09-19T00:10:14.523Z[ recovery-image] Sep 19 00:10:12.879 INFO O| Sep 19 00:10:12.879 INFO STEP 716 (remove_files) COMPLETE
69282025-09-19T00:10:14.523Z[ recovery-image] Sep 19 00:10:12.879 INFO O| Sep 19 00:10:12.879 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292025-09-19T00:10:14.539Z[ recovery-image] Sep 19 00:10:12.896 INFO O| Sep 19 00:10:12.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69302025-09-19T00:10:14.539Z[ recovery-image] Sep 19 00:10:12.896 INFO O| Sep 19 00:10:12.896 INFO STEP 717 (remove_files) COMPLETE
69312025-09-19T00:10:14.539Z[ recovery-image] Sep 19 00:10:12.896 INFO O| Sep 19 00:10:12.896 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322025-09-19T00:10:14.555Z[ recovery-image] Sep 19 00:10:12.911 INFO O| Sep 19 00:10:12.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69332025-09-19T00:10:14.555Z[ recovery-image] Sep 19 00:10:12.911 INFO O| Sep 19 00:10:12.911 INFO STEP 718 (remove_files) COMPLETE
69342025-09-19T00:10:14.558Z[ recovery-image] Sep 19 00:10:12.911 INFO O| Sep 19 00:10:12.911 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352025-09-19T00:10:14.571Z[ recovery-image] Sep 19 00:10:12.927 INFO O| Sep 19 00:10:12.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69362025-09-19T00:10:14.571Z[ recovery-image] Sep 19 00:10:12.928 INFO O| Sep 19 00:10:12.927 INFO STEP 719 (remove_files) COMPLETE
69372025-09-19T00:10:14.571Z[ recovery-image] Sep 19 00:10:12.928 INFO O| Sep 19 00:10:12.927 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382025-09-19T00:10:14.584Z[ recovery-image] Sep 19 00:10:12.940 INFO O| Sep 19 00:10:12.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69392025-09-19T00:10:14.584Z[ recovery-image] Sep 19 00:10:12.941 INFO O| Sep 19 00:10:12.941 INFO STEP 720 (remove_files) COMPLETE
69402025-09-19T00:10:14.584Z[ recovery-image] Sep 19 00:10:12.941 INFO O| Sep 19 00:10:12.941 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412025-09-19T00:10:14.598Z[ recovery-image] Sep 19 00:10:12.954 INFO O| Sep 19 00:10:12.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69422025-09-19T00:10:14.598Z[ recovery-image] Sep 19 00:10:12.955 INFO O| Sep 19 00:10:12.955 INFO STEP 721 (remove_files) COMPLETE
69432025-09-19T00:10:14.598Z[ recovery-image] Sep 19 00:10:12.955 INFO O| Sep 19 00:10:12.955 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442025-09-19T00:10:14.611Z[ recovery-image] Sep 19 00:10:12.968 INFO O| Sep 19 00:10:12.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69452025-09-19T00:10:14.612Z[ recovery-image] Sep 19 00:10:12.968 INFO O| Sep 19 00:10:12.968 INFO STEP 722 (remove_files) COMPLETE
69462025-09-19T00:10:14.615Z[ recovery-image] Sep 19 00:10:12.968 INFO O| Sep 19 00:10:12.968 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472025-09-19T00:10:14.626Z[ recovery-image] Sep 19 00:10:12.983 INFO O| Sep 19 00:10:12.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69482025-09-19T00:10:14.626Z[ recovery-image] Sep 19 00:10:12.983 INFO O| Sep 19 00:10:12.983 INFO STEP 723 (remove_files) COMPLETE
69492025-09-19T00:10:14.626Z[ recovery-image] Sep 19 00:10:12.983 INFO O| Sep 19 00:10:12.983 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502025-09-19T00:10:14.640Z[ recovery-image] Sep 19 00:10:12.997 INFO O| Sep 19 00:10:12.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69512025-09-19T00:10:14.640Z[ recovery-image] Sep 19 00:10:12.997 INFO O| Sep 19 00:10:12.997 INFO STEP 724 (remove_files) COMPLETE
69522025-09-19T00:10:14.640Z[ recovery-image] Sep 19 00:10:12.997 INFO O| Sep 19 00:10:12.997 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532025-09-19T00:10:14.656Z[ recovery-image] Sep 19 00:10:13.012 INFO O| Sep 19 00:10:13.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69542025-09-19T00:10:14.656Z[ recovery-image] Sep 19 00:10:13.013 INFO O| Sep 19 00:10:13.013 INFO STEP 725 (remove_files) COMPLETE
69552025-09-19T00:10:14.656Z[ recovery-image] Sep 19 00:10:13.013 INFO O| Sep 19 00:10:13.013 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562025-09-19T00:10:14.671Z[ recovery-image] Sep 19 00:10:13.028 INFO O| Sep 19 00:10:13.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69572025-09-19T00:10:14.671Z[ recovery-image] Sep 19 00:10:13.028 INFO O| Sep 19 00:10:13.028 INFO STEP 726 (remove_files) COMPLETE
69582025-09-19T00:10:14.671Z[ recovery-image] Sep 19 00:10:13.028 INFO O| Sep 19 00:10:13.028 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592025-09-19T00:10:14.687Z[ recovery-image] Sep 19 00:10:13.043 INFO O| Sep 19 00:10:13.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69602025-09-19T00:10:14.687Z[ recovery-image] Sep 19 00:10:13.043 INFO O| Sep 19 00:10:13.043 INFO STEP 727 (remove_files) COMPLETE
69612025-09-19T00:10:14.690Z[ recovery-image] Sep 19 00:10:13.043 INFO O| Sep 19 00:10:13.043 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622025-09-19T00:10:14.701Z[ recovery-image] Sep 19 00:10:13.058 INFO O| Sep 19 00:10:13.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69632025-09-19T00:10:14.705Z[ recovery-image] Sep 19 00:10:13.058 INFO O| Sep 19 00:10:13.058 INFO STEP 728 (remove_files) COMPLETE
69642025-09-19T00:10:14.705Z[ recovery-image] Sep 19 00:10:13.058 INFO O| Sep 19 00:10:13.058 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652025-09-19T00:10:14.716Z[ recovery-image] Sep 19 00:10:13.072 INFO O| Sep 19 00:10:13.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69662025-09-19T00:10:14.716Z[ recovery-image] Sep 19 00:10:13.072 INFO O| Sep 19 00:10:13.072 INFO STEP 729 (remove_files) COMPLETE
69672025-09-19T00:10:14.720Z[ recovery-image] Sep 19 00:10:13.072 INFO O| Sep 19 00:10:13.072 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682025-09-19T00:10:14.733Z[ recovery-image] Sep 19 00:10:13.088 INFO O| Sep 19 00:10:13.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
69692025-09-19T00:10:14.733Z[ recovery-image] Sep 19 00:10:13.088 INFO O| Sep 19 00:10:13.088 INFO STEP 730 (remove_files) COMPLETE
69702025-09-19T00:10:14.736Z[ recovery-image] Sep 19 00:10:13.088 INFO O| Sep 19 00:10:13.088 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712025-09-19T00:10:14.746Z[ recovery-image] Sep 19 00:10:13.102 INFO O| Sep 19 00:10:13.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
69722025-09-19T00:10:14.746Z[ recovery-image] Sep 19 00:10:13.103 INFO O| Sep 19 00:10:13.102 INFO STEP 731 (remove_files) COMPLETE
69732025-09-19T00:10:14.749Z[ recovery-image] Sep 19 00:10:13.103 INFO O| Sep 19 00:10:13.102 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742025-09-19T00:10:14.759Z[ recovery-image] Sep 19 00:10:13.116 INFO O| Sep 19 00:10:13.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
69752025-09-19T00:10:14.759Z[ recovery-image] Sep 19 00:10:13.116 INFO O| Sep 19 00:10:13.116 INFO STEP 732 (remove_files) COMPLETE
69762025-09-19T00:10:14.763Z[ recovery-image] Sep 19 00:10:13.116 INFO O| Sep 19 00:10:13.116 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772025-09-19T00:10:14.777Z[ recovery-image] Sep 19 00:10:13.133 INFO O| Sep 19 00:10:13.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
69782025-09-19T00:10:14.780Z[ recovery-image] Sep 19 00:10:13.134 INFO O| Sep 19 00:10:13.134 INFO STEP 733 (remove_files) COMPLETE
69792025-09-19T00:10:14.780Z[ recovery-image] Sep 19 00:10:13.134 INFO O| Sep 19 00:10:13.134 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802025-09-19T00:10:14.793Z[ recovery-image] Sep 19 00:10:13.150 INFO O| Sep 19 00:10:13.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
69812025-09-19T00:10:14.797Z[ recovery-image] Sep 19 00:10:13.150 INFO O| Sep 19 00:10:13.150 INFO STEP 734 (remove_files) COMPLETE
69822025-09-19T00:10:14.797Z[ recovery-image] Sep 19 00:10:13.150 INFO O| Sep 19 00:10:13.150 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832025-09-19T00:10:14.809Z[ recovery-image] Sep 19 00:10:13.166 INFO O| Sep 19 00:10:13.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
69842025-09-19T00:10:14.809Z[ recovery-image] Sep 19 00:10:13.166 INFO O| Sep 19 00:10:13.166 INFO STEP 735 (remove_files) COMPLETE
69852025-09-19T00:10:14.812Z[ recovery-image] Sep 19 00:10:13.166 INFO O| Sep 19 00:10:13.166 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862025-09-19T00:10:14.824Z[ recovery-image] Sep 19 00:10:13.180 INFO O| Sep 19 00:10:13.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
69872025-09-19T00:10:14.824Z[ recovery-image] Sep 19 00:10:13.180 INFO O| Sep 19 00:10:13.180 INFO STEP 736 (remove_files) COMPLETE
69882025-09-19T00:10:14.824Z[ recovery-image] Sep 19 00:10:13.181 INFO O| Sep 19 00:10:13.180 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892025-09-19T00:10:14.839Z[ recovery-image] Sep 19 00:10:13.196 INFO O| Sep 19 00:10:13.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
69902025-09-19T00:10:14.839Z[ recovery-image] Sep 19 00:10:13.196 INFO O| Sep 19 00:10:13.196 INFO STEP 737 (remove_files) COMPLETE
69912025-09-19T00:10:14.842Z[ recovery-image] Sep 19 00:10:13.196 INFO O| Sep 19 00:10:13.196 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922025-09-19T00:10:14.855Z[ recovery-image] Sep 19 00:10:13.211 INFO O| Sep 19 00:10:13.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69932025-09-19T00:10:14.855Z[ recovery-image] Sep 19 00:10:13.211 INFO O| Sep 19 00:10:13.211 INFO STEP 738 (remove_files) COMPLETE
69942025-09-19T00:10:14.855Z[ recovery-image] Sep 19 00:10:13.211 INFO O| Sep 19 00:10:13.211 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952025-09-19T00:10:14.870Z[ recovery-image] Sep 19 00:10:13.226 INFO O| Sep 19 00:10:13.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69962025-09-19T00:10:14.870Z[ recovery-image] Sep 19 00:10:13.226 INFO O| Sep 19 00:10:13.226 INFO STEP 739 (remove_files) COMPLETE
69972025-09-19T00:10:14.870Z[ recovery-image] Sep 19 00:10:13.226 INFO O| Sep 19 00:10:13.226 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982025-09-19T00:10:14.883Z[ recovery-image] Sep 19 00:10:13.239 INFO O| Sep 19 00:10:13.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69992025-09-19T00:10:14.883Z[ recovery-image] Sep 19 00:10:13.239 INFO O| Sep 19 00:10:13.239 INFO STEP 740 (remove_files) COMPLETE
70002025-09-19T00:10:14.886Z[ recovery-image] Sep 19 00:10:13.239 INFO O| Sep 19 00:10:13.239 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012025-09-19T00:10:14.898Z[ recovery-image] Sep 19 00:10:13.255 INFO O| Sep 19 00:10:13.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70022025-09-19T00:10:14.898Z[ recovery-image] Sep 19 00:10:13.255 INFO O| Sep 19 00:10:13.255 INFO STEP 741 (remove_files) COMPLETE
70032025-09-19T00:10:14.898Z[ recovery-image] Sep 19 00:10:13.255 INFO O| Sep 19 00:10:13.255 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042025-09-19T00:10:14.913Z[ recovery-image] Sep 19 00:10:13.270 INFO O| Sep 19 00:10:13.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70052025-09-19T00:10:14.913Z[ recovery-image] Sep 19 00:10:13.270 INFO O| Sep 19 00:10:13.270 INFO STEP 742 (remove_files) COMPLETE
70062025-09-19T00:10:14.916Z[ recovery-image] Sep 19 00:10:13.270 INFO O| Sep 19 00:10:13.270 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072025-09-19T00:10:14.927Z[ recovery-image] Sep 19 00:10:13.284 INFO O| Sep 19 00:10:13.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70082025-09-19T00:10:14.927Z[ recovery-image] Sep 19 00:10:13.284 INFO O| Sep 19 00:10:13.284 INFO STEP 743 (remove_files) COMPLETE
70092025-09-19T00:10:14.927Z[ recovery-image] Sep 19 00:10:13.284 INFO O| Sep 19 00:10:13.284 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102025-09-19T00:10:14.942Z[ recovery-image] Sep 19 00:10:13.299 INFO O| Sep 19 00:10:13.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70112025-09-19T00:10:14.942Z[ recovery-image] Sep 19 00:10:13.299 INFO O| Sep 19 00:10:13.299 INFO STEP 744 (remove_files) COMPLETE
70122025-09-19T00:10:14.942Z[ recovery-image] Sep 19 00:10:13.299 INFO O| Sep 19 00:10:13.299 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132025-09-19T00:10:14.958Z[ recovery-image] Sep 19 00:10:13.315 INFO O| Sep 19 00:10:13.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70142025-09-19T00:10:14.958Z[ recovery-image] Sep 19 00:10:13.315 INFO O| Sep 19 00:10:13.315 INFO STEP 745 (remove_files) COMPLETE
70152025-09-19T00:10:14.958Z[ recovery-image] Sep 19 00:10:13.315 INFO O| Sep 19 00:10:13.315 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162025-09-19T00:10:14.976Z[ recovery-image] Sep 19 00:10:13.332 INFO O| Sep 19 00:10:13.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70172025-09-19T00:10:14.976Z[ recovery-image] Sep 19 00:10:13.333 INFO O| Sep 19 00:10:13.333 INFO STEP 746 (remove_files) COMPLETE
70182025-09-19T00:10:14.976Z[ recovery-image] Sep 19 00:10:13.333 INFO O| Sep 19 00:10:13.333 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192025-09-19T00:10:14.990Z[ recovery-image] Sep 19 00:10:13.347 INFO O| Sep 19 00:10:13.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70202025-09-19T00:10:14.990Z[ recovery-image] Sep 19 00:10:13.347 INFO O| Sep 19 00:10:13.347 INFO STEP 747 (remove_files) COMPLETE
70212025-09-19T00:10:14.990Z[ recovery-image] Sep 19 00:10:13.347 INFO O| Sep 19 00:10:13.347 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222025-09-19T00:10:15.004Z[ recovery-image] Sep 19 00:10:13.361 INFO O| Sep 19 00:10:13.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70232025-09-19T00:10:15.004Z[ recovery-image] Sep 19 00:10:13.361 INFO O| Sep 19 00:10:13.361 INFO STEP 748 (remove_files) COMPLETE
70242025-09-19T00:10:15.004Z[ recovery-image] Sep 19 00:10:13.361 INFO O| Sep 19 00:10:13.361 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252025-09-19T00:10:15.029Z[ recovery-image] Sep 19 00:10:13.374 INFO O| Sep 19 00:10:13.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70262025-09-19T00:10:15.030Z[ recovery-image] Sep 19 00:10:13.374 INFO O| Sep 19 00:10:13.374 INFO STEP 749 (remove_files) COMPLETE
70272025-09-19T00:10:15.030Z[ recovery-image] Sep 19 00:10:13.374 INFO O| Sep 19 00:10:13.374 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282025-09-19T00:10:15.034Z[ recovery-image] Sep 19 00:10:13.387 INFO O| Sep 19 00:10:13.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70292025-09-19T00:10:15.034Z[ recovery-image] Sep 19 00:10:13.387 INFO O| Sep 19 00:10:13.387 INFO STEP 750 (remove_files) COMPLETE
70302025-09-19T00:10:15.034Z[ recovery-image] Sep 19 00:10:13.387 INFO O| Sep 19 00:10:13.387 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312025-09-19T00:10:15.044Z[ recovery-image] Sep 19 00:10:13.400 INFO O| Sep 19 00:10:13.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70322025-09-19T00:10:15.047Z[ recovery-image] Sep 19 00:10:13.401 INFO O| Sep 19 00:10:13.400 INFO STEP 751 (remove_files) COMPLETE
70332025-09-19T00:10:15.047Z[ recovery-image] Sep 19 00:10:13.401 INFO O| Sep 19 00:10:13.401 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342025-09-19T00:10:15.059Z[ recovery-image] Sep 19 00:10:13.415 INFO O| Sep 19 00:10:13.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70352025-09-19T00:10:15.059Z[ recovery-image] Sep 19 00:10:13.415 INFO O| Sep 19 00:10:13.415 INFO STEP 752 (remove_files) COMPLETE
70362025-09-19T00:10:15.059Z[ recovery-image] Sep 19 00:10:13.415 INFO O| Sep 19 00:10:13.415 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372025-09-19T00:10:15.073Z[ recovery-image] Sep 19 00:10:13.429 INFO O| Sep 19 00:10:13.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70382025-09-19T00:10:15.073Z[ recovery-image] Sep 19 00:10:13.429 INFO O| Sep 19 00:10:13.429 INFO STEP 753 (remove_files) COMPLETE
70392025-09-19T00:10:15.076Z[ recovery-image] Sep 19 00:10:13.429 INFO O| Sep 19 00:10:13.429 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402025-09-19T00:10:15.085Z[ recovery-image] Sep 19 00:10:13.442 INFO O| Sep 19 00:10:13.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70412025-09-19T00:10:15.085Z[ recovery-image] Sep 19 00:10:13.442 INFO O| Sep 19 00:10:13.442 INFO STEP 754 (remove_files) COMPLETE
70422025-09-19T00:10:15.085Z[ recovery-image] Sep 19 00:10:13.442 INFO O| Sep 19 00:10:13.442 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432025-09-19T00:10:15.098Z[ recovery-image] Sep 19 00:10:13.454 INFO O| Sep 19 00:10:13.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70442025-09-19T00:10:15.098Z[ recovery-image] Sep 19 00:10:13.455 INFO O| Sep 19 00:10:13.455 INFO STEP 755 (remove_files) COMPLETE
70452025-09-19T00:10:15.098Z[ recovery-image] Sep 19 00:10:13.455 INFO O| Sep 19 00:10:13.455 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462025-09-19T00:10:15.114Z[ recovery-image] Sep 19 00:10:13.471 INFO O| Sep 19 00:10:13.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70472025-09-19T00:10:15.114Z[ recovery-image] Sep 19 00:10:13.471 INFO O| Sep 19 00:10:13.471 INFO STEP 756 (remove_files) COMPLETE
70482025-09-19T00:10:15.114Z[ recovery-image] Sep 19 00:10:13.471 INFO O| Sep 19 00:10:13.471 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492025-09-19T00:10:15.130Z[ recovery-image] Sep 19 00:10:13.486 INFO O| Sep 19 00:10:13.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70502025-09-19T00:10:15.130Z[ recovery-image] Sep 19 00:10:13.487 INFO O| Sep 19 00:10:13.486 INFO STEP 757 (remove_files) COMPLETE
70512025-09-19T00:10:15.130Z[ recovery-image] Sep 19 00:10:13.487 INFO O| Sep 19 00:10:13.487 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522025-09-19T00:10:15.144Z[ recovery-image] Sep 19 00:10:13.501 INFO O| Sep 19 00:10:13.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70532025-09-19T00:10:15.144Z[ recovery-image] Sep 19 00:10:13.501 INFO O| Sep 19 00:10:13.501 INFO STEP 758 (remove_files) COMPLETE
70542025-09-19T00:10:15.144Z[ recovery-image] Sep 19 00:10:13.501 INFO O| Sep 19 00:10:13.501 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552025-09-19T00:10:15.160Z[ recovery-image] Sep 19 00:10:13.516 INFO O| Sep 19 00:10:13.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70562025-09-19T00:10:15.160Z[ recovery-image] Sep 19 00:10:13.517 INFO O| Sep 19 00:10:13.517 INFO STEP 759 (remove_files) COMPLETE
70572025-09-19T00:10:15.160Z[ recovery-image] Sep 19 00:10:13.517 INFO O| Sep 19 00:10:13.517 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582025-09-19T00:10:15.176Z[ recovery-image] Sep 19 00:10:13.532 INFO O| Sep 19 00:10:13.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70592025-09-19T00:10:15.176Z[ recovery-image] Sep 19 00:10:13.532 INFO O| Sep 19 00:10:13.532 INFO STEP 760 (remove_files) COMPLETE
70602025-09-19T00:10:15.176Z[ recovery-image] Sep 19 00:10:13.532 INFO O| Sep 19 00:10:13.532 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612025-09-19T00:10:15.191Z[ recovery-image] Sep 19 00:10:13.548 INFO O| Sep 19 00:10:13.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70622025-09-19T00:10:15.191Z[ recovery-image] Sep 19 00:10:13.548 INFO O| Sep 19 00:10:13.548 INFO STEP 761 (remove_files) COMPLETE
70632025-09-19T00:10:15.195Z[ recovery-image] Sep 19 00:10:13.548 INFO O| Sep 19 00:10:13.548 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642025-09-19T00:10:15.204Z[ recovery-image] Sep 19 00:10:13.561 INFO O| Sep 19 00:10:13.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
70652025-09-19T00:10:15.208Z[ recovery-image] Sep 19 00:10:13.561 INFO O| Sep 19 00:10:13.561 INFO STEP 762 (remove_files) COMPLETE
70662025-09-19T00:10:15.208Z[ recovery-image] Sep 19 00:10:13.561 INFO O| Sep 19 00:10:13.561 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672025-09-19T00:10:15.220Z[ recovery-image] Sep 19 00:10:13.576 INFO O| Sep 19 00:10:13.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
70682025-09-19T00:10:15.220Z[ recovery-image] Sep 19 00:10:13.576 INFO O| Sep 19 00:10:13.576 INFO STEP 763 (remove_files) COMPLETE
70692025-09-19T00:10:15.220Z[ recovery-image] Sep 19 00:10:13.577 INFO O| Sep 19 00:10:13.576 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702025-09-19T00:10:15.237Z[ recovery-image] Sep 19 00:10:13.594 INFO O| Sep 19 00:10:13.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
70712025-09-19T00:10:15.237Z[ recovery-image] Sep 19 00:10:13.594 INFO O| Sep 19 00:10:13.594 INFO STEP 764 (remove_files) COMPLETE
70722025-09-19T00:10:15.241Z[ recovery-image] Sep 19 00:10:13.594 INFO O| Sep 19 00:10:13.594 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732025-09-19T00:10:15.252Z[ recovery-image] Sep 19 00:10:13.609 INFO O| Sep 19 00:10:13.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
70742025-09-19T00:10:15.252Z[ recovery-image] Sep 19 00:10:13.609 INFO O| Sep 19 00:10:13.609 INFO STEP 765 (remove_files) COMPLETE
70752025-09-19T00:10:15.252Z[ recovery-image] Sep 19 00:10:13.609 INFO O| Sep 19 00:10:13.609 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762025-09-19T00:10:15.267Z[ recovery-image] Sep 19 00:10:13.624 INFO O| Sep 19 00:10:13.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
70772025-09-19T00:10:15.267Z[ recovery-image] Sep 19 00:10:13.624 INFO O| Sep 19 00:10:13.624 INFO STEP 766 (remove_files) COMPLETE
70782025-09-19T00:10:15.267Z[ recovery-image] Sep 19 00:10:13.624 INFO O| Sep 19 00:10:13.624 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792025-09-19T00:10:15.282Z[ recovery-image] Sep 19 00:10:13.639 INFO O| Sep 19 00:10:13.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
70802025-09-19T00:10:15.282Z[ recovery-image] Sep 19 00:10:13.639 INFO O| Sep 19 00:10:13.639 INFO STEP 767 (remove_files) COMPLETE
70812025-09-19T00:10:15.286Z[ recovery-image] Sep 19 00:10:13.639 INFO O| Sep 19 00:10:13.639 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822025-09-19T00:10:15.296Z[ recovery-image] Sep 19 00:10:13.653 INFO O| Sep 19 00:10:13.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
70832025-09-19T00:10:15.296Z[ recovery-image] Sep 19 00:10:13.653 INFO O| Sep 19 00:10:13.653 INFO STEP 768 (remove_files) COMPLETE
70842025-09-19T00:10:15.296Z[ recovery-image] Sep 19 00:10:13.653 INFO O| Sep 19 00:10:13.653 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852025-09-19T00:10:15.312Z[ recovery-image] Sep 19 00:10:13.668 INFO O| Sep 19 00:10:13.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
70862025-09-19T00:10:15.312Z[ recovery-image] Sep 19 00:10:13.668 INFO O| Sep 19 00:10:13.668 INFO STEP 769 (remove_files) COMPLETE
70872025-09-19T00:10:15.312Z[ recovery-image] Sep 19 00:10:13.669 INFO O| Sep 19 00:10:13.668 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882025-09-19T00:10:15.327Z[ recovery-image] Sep 19 00:10:13.684 INFO O| Sep 19 00:10:13.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
70892025-09-19T00:10:15.327Z[ recovery-image] Sep 19 00:10:13.684 INFO O| Sep 19 00:10:13.684 INFO STEP 770 (remove_files) COMPLETE
70902025-09-19T00:10:15.327Z[ recovery-image] Sep 19 00:10:13.684 INFO O| Sep 19 00:10:13.684 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912025-09-19T00:10:15.343Z[ recovery-image] Sep 19 00:10:13.699 INFO O| Sep 19 00:10:13.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
70922025-09-19T00:10:15.343Z[ recovery-image] Sep 19 00:10:13.700 INFO O| Sep 19 00:10:13.700 INFO STEP 771 (remove_files) COMPLETE
70932025-09-19T00:10:15.343Z[ recovery-image] Sep 19 00:10:13.700 INFO O| Sep 19 00:10:13.700 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942025-09-19T00:10:15.358Z[ recovery-image] Sep 19 00:10:13.715 INFO O| Sep 19 00:10:13.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
70952025-09-19T00:10:15.358Z[ recovery-image] Sep 19 00:10:13.715 INFO O| Sep 19 00:10:13.715 INFO STEP 772 (remove_files) COMPLETE
70962025-09-19T00:10:15.358Z[ recovery-image] Sep 19 00:10:13.715 INFO O| Sep 19 00:10:13.715 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972025-09-19T00:10:15.372Z[ recovery-image] Sep 19 00:10:13.729 INFO O| Sep 19 00:10:13.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
70982025-09-19T00:10:15.372Z[ recovery-image] Sep 19 00:10:13.729 INFO O| Sep 19 00:10:13.729 INFO STEP 773 (remove_files) COMPLETE
70992025-09-19T00:10:15.372Z[ recovery-image] Sep 19 00:10:13.729 INFO O| Sep 19 00:10:13.729 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002025-09-19T00:10:15.386Z[ recovery-image] Sep 19 00:10:13.742 INFO O| Sep 19 00:10:13.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71012025-09-19T00:10:15.386Z[ recovery-image] Sep 19 00:10:13.742 INFO O| Sep 19 00:10:13.742 INFO STEP 774 (remove_files) COMPLETE
71022025-09-19T00:10:15.386Z[ recovery-image] Sep 19 00:10:13.742 INFO O| Sep 19 00:10:13.742 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032025-09-19T00:10:15.399Z[ recovery-image] Sep 19 00:10:13.756 INFO O| Sep 19 00:10:13.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71042025-09-19T00:10:15.403Z[ recovery-image] Sep 19 00:10:13.756 INFO O| Sep 19 00:10:13.756 INFO STEP 775 (remove_files) COMPLETE
71052025-09-19T00:10:15.403Z[ recovery-image] Sep 19 00:10:13.756 INFO O| Sep 19 00:10:13.756 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062025-09-19T00:10:15.412Z[ recovery-image] Sep 19 00:10:13.769 INFO O| Sep 19 00:10:13.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71072025-09-19T00:10:15.415Z[ recovery-image] Sep 19 00:10:13.769 INFO O| Sep 19 00:10:13.769 INFO STEP 776 (remove_files) COMPLETE
71082025-09-19T00:10:15.415Z[ recovery-image] Sep 19 00:10:13.769 INFO O| Sep 19 00:10:13.769 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092025-09-19T00:10:15.426Z[ recovery-image] Sep 19 00:10:13.783 INFO O| Sep 19 00:10:13.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71102025-09-19T00:10:15.426Z[ recovery-image] Sep 19 00:10:13.783 INFO O| Sep 19 00:10:13.783 INFO STEP 777 (remove_files) COMPLETE
71112025-09-19T00:10:15.426Z[ recovery-image] Sep 19 00:10:13.783 INFO O| Sep 19 00:10:13.783 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122025-09-19T00:10:15.441Z[ recovery-image] Sep 19 00:10:13.798 INFO O| Sep 19 00:10:13.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71132025-09-19T00:10:15.441Z[ recovery-image] Sep 19 00:10:13.798 INFO O| Sep 19 00:10:13.798 INFO STEP 778 (remove_files) COMPLETE
71142025-09-19T00:10:15.441Z[ recovery-image] Sep 19 00:10:13.798 INFO O| Sep 19 00:10:13.798 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152025-09-19T00:10:15.455Z[ recovery-image] Sep 19 00:10:13.812 INFO O| Sep 19 00:10:13.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71162025-09-19T00:10:15.455Z[ recovery-image] Sep 19 00:10:13.812 INFO O| Sep 19 00:10:13.812 INFO STEP 779 (remove_files) COMPLETE
71172025-09-19T00:10:15.455Z[ recovery-image] Sep 19 00:10:13.812 INFO O| Sep 19 00:10:13.812 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182025-09-19T00:10:15.470Z[ recovery-image] Sep 19 00:10:13.826 INFO O| Sep 19 00:10:13.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71192025-09-19T00:10:15.470Z[ recovery-image] Sep 19 00:10:13.826 INFO O| Sep 19 00:10:13.826 INFO STEP 780 (remove_files) COMPLETE
71202025-09-19T00:10:15.470Z[ recovery-image] Sep 19 00:10:13.826 INFO O| Sep 19 00:10:13.826 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212025-09-19T00:10:15.484Z[ recovery-image] Sep 19 00:10:13.840 INFO O| Sep 19 00:10:13.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71222025-09-19T00:10:15.484Z[ recovery-image] Sep 19 00:10:13.841 INFO O| Sep 19 00:10:13.840 INFO STEP 781 (remove_files) COMPLETE
71232025-09-19T00:10:15.484Z[ recovery-image] Sep 19 00:10:13.841 INFO O| Sep 19 00:10:13.841 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242025-09-19T00:10:15.498Z[ recovery-image] Sep 19 00:10:13.854 INFO O| Sep 19 00:10:13.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71252025-09-19T00:10:15.498Z[ recovery-image] Sep 19 00:10:13.855 INFO O| Sep 19 00:10:13.854 INFO STEP 782 (remove_files) COMPLETE
71262025-09-19T00:10:15.498Z[ recovery-image] Sep 19 00:10:13.855 INFO O| Sep 19 00:10:13.855 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272025-09-19T00:10:15.511Z[ recovery-image] Sep 19 00:10:13.867 INFO O| Sep 19 00:10:13.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71282025-09-19T00:10:15.511Z[ recovery-image] Sep 19 00:10:13.868 INFO O| Sep 19 00:10:13.868 INFO STEP 783 (remove_files) COMPLETE
71292025-09-19T00:10:15.511Z[ recovery-image] Sep 19 00:10:13.868 INFO O| Sep 19 00:10:13.868 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302025-09-19T00:10:15.522Z[ recovery-image] Sep 19 00:10:13.879 INFO O| Sep 19 00:10:13.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71312025-09-19T00:10:15.522Z[ recovery-image] Sep 19 00:10:13.879 INFO O| Sep 19 00:10:13.879 INFO STEP 784 (remove_files) COMPLETE
71322025-09-19T00:10:15.522Z[ recovery-image] Sep 19 00:10:13.879 INFO O| Sep 19 00:10:13.879 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332025-09-19T00:10:15.535Z[ recovery-image] Sep 19 00:10:13.891 INFO O| Sep 19 00:10:13.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71342025-09-19T00:10:15.535Z[ recovery-image] Sep 19 00:10:13.892 INFO O| Sep 19 00:10:13.891 INFO STEP 785 (remove_files) COMPLETE
71352025-09-19T00:10:15.535Z[ recovery-image] Sep 19 00:10:13.892 INFO O| Sep 19 00:10:13.892 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362025-09-19T00:10:15.549Z[ recovery-image] Sep 19 00:10:13.905 INFO O| Sep 19 00:10:13.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71372025-09-19T00:10:15.549Z[ recovery-image] Sep 19 00:10:13.905 INFO O| Sep 19 00:10:13.905 INFO STEP 786 (remove_files) COMPLETE
71382025-09-19T00:10:15.549Z[ recovery-image] Sep 19 00:10:13.905 INFO O| Sep 19 00:10:13.905 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392025-09-19T00:10:15.562Z[ recovery-image] Sep 19 00:10:13.919 INFO O| Sep 19 00:10:13.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71402025-09-19T00:10:15.562Z[ recovery-image] Sep 19 00:10:13.919 INFO O| Sep 19 00:10:13.919 INFO STEP 787 (remove_files) COMPLETE
71412025-09-19T00:10:15.566Z[ recovery-image] Sep 19 00:10:13.919 INFO O| Sep 19 00:10:13.919 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422025-09-19T00:10:15.576Z[ recovery-image] Sep 19 00:10:13.933 INFO O| Sep 19 00:10:13.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71432025-09-19T00:10:15.576Z[ recovery-image] Sep 19 00:10:13.933 INFO O| Sep 19 00:10:13.933 INFO STEP 788 (remove_files) COMPLETE
71442025-09-19T00:10:15.579Z[ recovery-image] Sep 19 00:10:13.933 INFO O| Sep 19 00:10:13.933 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452025-09-19T00:10:15.591Z[ recovery-image] Sep 19 00:10:13.948 INFO O| Sep 19 00:10:13.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71462025-09-19T00:10:15.591Z[ recovery-image] Sep 19 00:10:13.948 INFO O| Sep 19 00:10:13.948 INFO STEP 789 (remove_files) COMPLETE
71472025-09-19T00:10:15.591Z[ recovery-image] Sep 19 00:10:13.948 INFO O| Sep 19 00:10:13.948 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482025-09-19T00:10:15.606Z[ recovery-image] Sep 19 00:10:13.962 INFO O| Sep 19 00:10:13.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71492025-09-19T00:10:15.606Z[ recovery-image] Sep 19 00:10:13.963 INFO O| Sep 19 00:10:13.963 INFO STEP 790 (remove_files) COMPLETE
71502025-09-19T00:10:15.606Z[ recovery-image] Sep 19 00:10:13.963 INFO O| Sep 19 00:10:13.963 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512025-09-19T00:10:15.621Z[ recovery-image] Sep 19 00:10:13.977 INFO O| Sep 19 00:10:13.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71522025-09-19T00:10:15.621Z[ recovery-image] Sep 19 00:10:13.977 INFO O| Sep 19 00:10:13.977 INFO STEP 791 (remove_files) COMPLETE
71532025-09-19T00:10:15.621Z[ recovery-image] Sep 19 00:10:13.977 INFO O| Sep 19 00:10:13.977 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542025-09-19T00:10:15.636Z[ recovery-image] Sep 19 00:10:13.992 INFO O| Sep 19 00:10:13.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71552025-09-19T00:10:15.636Z[ recovery-image] Sep 19 00:10:13.992 INFO O| Sep 19 00:10:13.992 INFO STEP 792 (remove_files) COMPLETE
71562025-09-19T00:10:15.636Z[ recovery-image] Sep 19 00:10:13.992 INFO O| Sep 19 00:10:13.992 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572025-09-19T00:10:15.651Z[ recovery-image] Sep 19 00:10:14.007 INFO O| Sep 19 00:10:14.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71582025-09-19T00:10:15.651Z[ recovery-image] Sep 19 00:10:14.007 INFO O| Sep 19 00:10:14.007 INFO STEP 793 (remove_files) COMPLETE
71592025-09-19T00:10:15.651Z[ recovery-image] Sep 19 00:10:14.007 INFO O| Sep 19 00:10:14.007 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602025-09-19T00:10:15.665Z[ recovery-image] Sep 19 00:10:14.022 INFO O| Sep 19 00:10:14.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71612025-09-19T00:10:15.665Z[ recovery-image] Sep 19 00:10:14.022 INFO O| Sep 19 00:10:14.022 INFO STEP 794 (remove_files) COMPLETE
71622025-09-19T00:10:15.665Z[ recovery-image] Sep 19 00:10:14.022 INFO O| Sep 19 00:10:14.022 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632025-09-19T00:10:15.681Z[ recovery-image] Sep 19 00:10:14.037 INFO O| Sep 19 00:10:14.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71642025-09-19T00:10:15.681Z[ recovery-image] Sep 19 00:10:14.037 INFO O| Sep 19 00:10:14.037 INFO STEP 795 (remove_files) COMPLETE
71652025-09-19T00:10:15.681Z[ recovery-image] Sep 19 00:10:14.037 INFO O| Sep 19 00:10:14.037 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662025-09-19T00:10:15.696Z[ recovery-image] Sep 19 00:10:14.052 INFO O| Sep 19 00:10:14.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
71672025-09-19T00:10:15.696Z[ recovery-image] Sep 19 00:10:14.052 INFO O| Sep 19 00:10:14.052 INFO STEP 796 (remove_files) COMPLETE
71682025-09-19T00:10:15.696Z[ recovery-image] Sep 19 00:10:14.052 INFO O| Sep 19 00:10:14.052 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692025-09-19T00:10:15.710Z[ recovery-image] Sep 19 00:10:14.067 INFO O| Sep 19 00:10:14.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
71702025-09-19T00:10:15.710Z[ recovery-image] Sep 19 00:10:14.067 INFO O| Sep 19 00:10:14.067 INFO STEP 797 (remove_files) COMPLETE
71712025-09-19T00:10:15.710Z[ recovery-image] Sep 19 00:10:14.067 INFO O| Sep 19 00:10:14.067 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722025-09-19T00:10:15.725Z[ recovery-image] Sep 19 00:10:14.081 INFO O| Sep 19 00:10:14.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
71732025-09-19T00:10:15.725Z[ recovery-image] Sep 19 00:10:14.081 INFO O| Sep 19 00:10:14.081 INFO STEP 798 (remove_files) COMPLETE
71742025-09-19T00:10:15.728Z[ recovery-image] Sep 19 00:10:14.081 INFO O| Sep 19 00:10:14.081 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752025-09-19T00:10:15.739Z[ recovery-image] Sep 19 00:10:14.096 INFO O| Sep 19 00:10:14.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
71762025-09-19T00:10:15.739Z[ recovery-image] Sep 19 00:10:14.096 INFO O| Sep 19 00:10:14.096 INFO STEP 799 (remove_files) COMPLETE
71772025-09-19T00:10:15.739Z[ recovery-image] Sep 19 00:10:14.096 INFO O| Sep 19 00:10:14.096 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782025-09-19T00:10:15.757Z[ recovery-image] Sep 19 00:10:14.114 INFO O| Sep 19 00:10:14.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
71792025-09-19T00:10:15.757Z[ recovery-image] Sep 19 00:10:14.114 INFO O| Sep 19 00:10:14.114 INFO STEP 800 (remove_files) COMPLETE
71802025-09-19T00:10:15.757Z[ recovery-image] Sep 19 00:10:14.114 INFO O| Sep 19 00:10:14.114 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812025-09-19T00:10:15.771Z[ recovery-image] Sep 19 00:10:14.127 INFO O| Sep 19 00:10:14.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
71822025-09-19T00:10:15.771Z[ recovery-image] Sep 19 00:10:14.128 INFO O| Sep 19 00:10:14.128 INFO STEP 801 (remove_files) COMPLETE
71832025-09-19T00:10:15.771Z[ recovery-image] Sep 19 00:10:14.128 INFO O| Sep 19 00:10:14.128 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842025-09-19T00:10:15.785Z[ recovery-image] Sep 19 00:10:14.141 INFO O| Sep 19 00:10:14.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
71852025-09-19T00:10:15.785Z[ recovery-image] Sep 19 00:10:14.141 INFO O| Sep 19 00:10:14.141 INFO STEP 802 (remove_files) COMPLETE
71862025-09-19T00:10:15.788Z[ recovery-image] Sep 19 00:10:14.141 INFO O| Sep 19 00:10:14.141 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872025-09-19T00:10:15.799Z[ recovery-image] Sep 19 00:10:14.155 INFO O| Sep 19 00:10:14.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
71882025-09-19T00:10:15.799Z[ recovery-image] Sep 19 00:10:14.156 INFO O| Sep 19 00:10:14.155 INFO STEP 803 (remove_files) COMPLETE
71892025-09-19T00:10:15.802Z[ recovery-image] Sep 19 00:10:14.156 INFO O| Sep 19 00:10:14.156 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902025-09-19T00:10:15.813Z[ recovery-image] Sep 19 00:10:14.170 INFO O| Sep 19 00:10:14.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
71912025-09-19T00:10:15.813Z[ recovery-image] Sep 19 00:10:14.170 INFO O| Sep 19 00:10:14.170 INFO STEP 804 (remove_files) COMPLETE
71922025-09-19T00:10:15.816Z[ recovery-image] Sep 19 00:10:14.170 INFO O| Sep 19 00:10:14.170 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932025-09-19T00:10:15.827Z[ recovery-image] Sep 19 00:10:14.184 INFO O| Sep 19 00:10:14.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
71942025-09-19T00:10:15.827Z[ recovery-image] Sep 19 00:10:14.184 INFO O| Sep 19 00:10:14.184 INFO STEP 805 (remove_files) COMPLETE
71952025-09-19T00:10:15.830Z[ recovery-image] Sep 19 00:10:14.184 INFO O| Sep 19 00:10:14.184 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962025-09-19T00:10:15.841Z[ recovery-image] Sep 19 00:10:14.198 INFO O| Sep 19 00:10:14.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
71972025-09-19T00:10:15.841Z[ recovery-image] Sep 19 00:10:14.198 INFO O| Sep 19 00:10:14.198 INFO STEP 806 (remove_files) COMPLETE
71982025-09-19T00:10:15.841Z[ recovery-image] Sep 19 00:10:14.198 INFO O| Sep 19 00:10:14.198 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992025-09-19T00:10:15.855Z[ recovery-image] Sep 19 00:10:14.212 INFO O| Sep 19 00:10:14.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72002025-09-19T00:10:15.855Z[ recovery-image] Sep 19 00:10:14.212 INFO O| Sep 19 00:10:14.212 INFO STEP 807 (remove_files) COMPLETE
72012025-09-19T00:10:15.855Z[ recovery-image] Sep 19 00:10:14.212 INFO O| Sep 19 00:10:14.212 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022025-09-19T00:10:15.870Z[ recovery-image] Sep 19 00:10:14.226 INFO O| Sep 19 00:10:14.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72032025-09-19T00:10:15.870Z[ recovery-image] Sep 19 00:10:14.226 INFO O| Sep 19 00:10:14.226 INFO STEP 808 (remove_files) COMPLETE
72042025-09-19T00:10:15.873Z[ recovery-image] Sep 19 00:10:14.226 INFO O| Sep 19 00:10:14.226 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052025-09-19T00:10:15.884Z[ recovery-image] Sep 19 00:10:14.241 INFO O| Sep 19 00:10:14.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72062025-09-19T00:10:15.884Z[ recovery-image] Sep 19 00:10:14.241 INFO O| Sep 19 00:10:14.241 INFO STEP 809 (remove_files) COMPLETE
72072025-09-19T00:10:15.884Z[ recovery-image] Sep 19 00:10:14.241 INFO O| Sep 19 00:10:14.241 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082025-09-19T00:10:15.898Z[ recovery-image] Sep 19 00:10:14.255 INFO O| Sep 19 00:10:14.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72092025-09-19T00:10:15.902Z[ recovery-image] Sep 19 00:10:14.255 INFO O| Sep 19 00:10:14.255 INFO STEP 810 (remove_files) COMPLETE
72102025-09-19T00:10:15.902Z[ recovery-image] Sep 19 00:10:14.255 INFO O| Sep 19 00:10:14.255 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112025-09-19T00:10:15.913Z[ recovery-image] Sep 19 00:10:14.270 INFO O| Sep 19 00:10:14.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72122025-09-19T00:10:15.913Z[ recovery-image] Sep 19 00:10:14.270 INFO O| Sep 19 00:10:14.270 INFO STEP 811 (remove_files) COMPLETE
72132025-09-19T00:10:15.913Z[ recovery-image] Sep 19 00:10:14.270 INFO O| Sep 19 00:10:14.270 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142025-09-19T00:10:15.928Z[ recovery-image] Sep 19 00:10:14.284 INFO O| Sep 19 00:10:14.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72152025-09-19T00:10:15.928Z[ recovery-image] Sep 19 00:10:14.284 INFO O| Sep 19 00:10:14.284 INFO STEP 812 (remove_files) COMPLETE
72162025-09-19T00:10:15.931Z[ recovery-image] Sep 19 00:10:14.284 INFO O| Sep 19 00:10:14.284 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172025-09-19T00:10:15.942Z[ recovery-image] Sep 19 00:10:14.298 INFO O| Sep 19 00:10:14.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72182025-09-19T00:10:15.942Z[ recovery-image] Sep 19 00:10:14.298 INFO O| Sep 19 00:10:14.298 INFO STEP 813 (remove_files) COMPLETE
72192025-09-19T00:10:15.945Z[ recovery-image] Sep 19 00:10:14.298 INFO O| Sep 19 00:10:14.298 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202025-09-19T00:10:15.955Z[ recovery-image] Sep 19 00:10:14.312 INFO O| Sep 19 00:10:14.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72212025-09-19T00:10:15.955Z[ recovery-image] Sep 19 00:10:14.312 INFO O| Sep 19 00:10:14.312 INFO STEP 814 (remove_files) COMPLETE
72222025-09-19T00:10:15.955Z[ recovery-image] Sep 19 00:10:14.312 INFO O| Sep 19 00:10:14.312 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232025-09-19T00:10:15.970Z[ recovery-image] Sep 19 00:10:14.326 INFO O| Sep 19 00:10:14.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72242025-09-19T00:10:15.973Z[ recovery-image] Sep 19 00:10:14.327 INFO O| Sep 19 00:10:14.327 INFO STEP 815 (remove_files) COMPLETE
72252025-09-19T00:10:15.973Z[ recovery-image] Sep 19 00:10:14.327 INFO O| Sep 19 00:10:14.327 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262025-09-19T00:10:15.983Z[ recovery-image] Sep 19 00:10:14.339 INFO O| Sep 19 00:10:14.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72272025-09-19T00:10:15.983Z[ recovery-image] Sep 19 00:10:14.340 INFO O| Sep 19 00:10:14.340 INFO STEP 816 (remove_files) COMPLETE
72282025-09-19T00:10:15.983Z[ recovery-image] Sep 19 00:10:14.340 INFO O| Sep 19 00:10:14.340 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292025-09-19T00:10:15.997Z[ recovery-image] Sep 19 00:10:14.353 INFO O| Sep 19 00:10:14.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72302025-09-19T00:10:15.997Z[ recovery-image] Sep 19 00:10:14.353 INFO O| Sep 19 00:10:14.353 INFO STEP 817 (remove_files) COMPLETE
72312025-09-19T00:10:16.000Z[ recovery-image] Sep 19 00:10:14.353 INFO O| Sep 19 00:10:14.353 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322025-09-19T00:10:16.010Z[ recovery-image] Sep 19 00:10:14.367 INFO O| Sep 19 00:10:14.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72332025-09-19T00:10:16.010Z[ recovery-image] Sep 19 00:10:14.367 INFO O| Sep 19 00:10:14.367 INFO STEP 818 (remove_files) COMPLETE
72342025-09-19T00:10:16.010Z[ recovery-image] Sep 19 00:10:14.367 INFO O| Sep 19 00:10:14.367 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352025-09-19T00:10:16.025Z[ recovery-image] Sep 19 00:10:14.382 INFO O| Sep 19 00:10:14.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72362025-09-19T00:10:16.025Z[ recovery-image] Sep 19 00:10:14.382 INFO O| Sep 19 00:10:14.382 INFO STEP 819 (remove_files) COMPLETE
72372025-09-19T00:10:16.025Z[ recovery-image] Sep 19 00:10:14.382 INFO O| Sep 19 00:10:14.382 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382025-09-19T00:10:16.039Z[ recovery-image] Sep 19 00:10:14.396 INFO O| Sep 19 00:10:14.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72392025-09-19T00:10:16.039Z[ recovery-image] Sep 19 00:10:14.396 INFO O| Sep 19 00:10:14.396 INFO STEP 820 (remove_files) COMPLETE
72402025-09-19T00:10:16.043Z[ recovery-image] Sep 19 00:10:14.396 INFO O| Sep 19 00:10:14.396 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412025-09-19T00:10:16.054Z[ recovery-image] Sep 19 00:10:14.411 INFO O| Sep 19 00:10:14.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72422025-09-19T00:10:16.058Z[ recovery-image] Sep 19 00:10:14.411 INFO O| Sep 19 00:10:14.411 INFO STEP 821 (remove_files) COMPLETE
72432025-09-19T00:10:16.058Z[ recovery-image] Sep 19 00:10:14.411 INFO O| Sep 19 00:10:14.411 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442025-09-19T00:10:16.070Z[ recovery-image] Sep 19 00:10:14.426 INFO O| Sep 19 00:10:14.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72452025-09-19T00:10:16.070Z[ recovery-image] Sep 19 00:10:14.426 INFO O| Sep 19 00:10:14.426 INFO STEP 822 (remove_files) COMPLETE
72462025-09-19T00:10:16.070Z[ recovery-image] Sep 19 00:10:14.426 INFO O| Sep 19 00:10:14.426 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472025-09-19T00:10:16.083Z[ recovery-image] Sep 19 00:10:14.440 INFO O| Sep 19 00:10:14.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72482025-09-19T00:10:16.087Z[ recovery-image] Sep 19 00:10:14.440 INFO O| Sep 19 00:10:14.440 INFO STEP 823 (remove_files) COMPLETE
72492025-09-19T00:10:16.087Z[ recovery-image] Sep 19 00:10:14.440 INFO O| Sep 19 00:10:14.440 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502025-09-19T00:10:16.098Z[ recovery-image] Sep 19 00:10:14.455 INFO O| Sep 19 00:10:14.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72512025-09-19T00:10:16.098Z[ recovery-image] Sep 19 00:10:14.455 INFO O| Sep 19 00:10:14.455 INFO STEP 824 (remove_files) COMPLETE
72522025-09-19T00:10:16.098Z[ recovery-image] Sep 19 00:10:14.455 INFO O| Sep 19 00:10:14.455 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532025-09-19T00:10:16.113Z[ recovery-image] Sep 19 00:10:14.470 INFO O| Sep 19 00:10:14.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72542025-09-19T00:10:16.113Z[ recovery-image] Sep 19 00:10:14.470 INFO O| Sep 19 00:10:14.470 INFO STEP 825 (remove_files) COMPLETE
72552025-09-19T00:10:16.113Z[ recovery-image] Sep 19 00:10:14.470 INFO O| Sep 19 00:10:14.470 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562025-09-19T00:10:16.127Z[ recovery-image] Sep 19 00:10:14.484 INFO O| Sep 19 00:10:14.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72572025-09-19T00:10:16.127Z[ recovery-image] Sep 19 00:10:14.484 INFO O| Sep 19 00:10:14.484 INFO STEP 826 (remove_files) COMPLETE
72582025-09-19T00:10:16.127Z[ recovery-image] Sep 19 00:10:14.484 INFO O| Sep 19 00:10:14.484 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592025-09-19T00:10:16.141Z[ recovery-image] Sep 19 00:10:14.498 INFO O| Sep 19 00:10:14.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72602025-09-19T00:10:16.141Z[ recovery-image] Sep 19 00:10:14.498 INFO O| Sep 19 00:10:14.498 INFO STEP 827 (remove_files) COMPLETE
72612025-09-19T00:10:16.144Z[ recovery-image] Sep 19 00:10:14.498 INFO O| Sep 19 00:10:14.498 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622025-09-19T00:10:16.156Z[ recovery-image] Sep 19 00:10:14.512 INFO O| Sep 19 00:10:14.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72632025-09-19T00:10:16.156Z[ recovery-image] Sep 19 00:10:14.512 INFO O| Sep 19 00:10:14.512 INFO STEP 828 (remove_files) COMPLETE
72642025-09-19T00:10:16.156Z[ recovery-image] Sep 19 00:10:14.512 INFO O| Sep 19 00:10:14.512 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652025-09-19T00:10:16.171Z[ recovery-image] Sep 19 00:10:14.527 INFO O| Sep 19 00:10:14.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
72662025-09-19T00:10:16.171Z[ recovery-image] Sep 19 00:10:14.527 INFO O| Sep 19 00:10:14.527 INFO STEP 829 (remove_files) COMPLETE
72672025-09-19T00:10:16.171Z[ recovery-image] Sep 19 00:10:14.527 INFO O| Sep 19 00:10:14.527 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682025-09-19T00:10:16.185Z[ recovery-image] Sep 19 00:10:14.542 INFO O| Sep 19 00:10:14.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
72692025-09-19T00:10:16.185Z[ recovery-image] Sep 19 00:10:14.542 INFO O| Sep 19 00:10:14.542 INFO STEP 830 (remove_files) COMPLETE
72702025-09-19T00:10:16.185Z[ recovery-image] Sep 19 00:10:14.542 INFO O| Sep 19 00:10:14.542 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712025-09-19T00:10:16.200Z[ recovery-image] Sep 19 00:10:14.557 INFO O| Sep 19 00:10:14.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
72722025-09-19T00:10:16.200Z[ recovery-image] Sep 19 00:10:14.557 INFO O| Sep 19 00:10:14.557 INFO STEP 831 (remove_files) COMPLETE
72732025-09-19T00:10:16.203Z[ recovery-image] Sep 19 00:10:14.557 INFO O| Sep 19 00:10:14.557 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742025-09-19T00:10:16.215Z[ recovery-image] Sep 19 00:10:14.571 INFO O| Sep 19 00:10:14.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
72752025-09-19T00:10:16.215Z[ recovery-image] Sep 19 00:10:14.571 INFO O| Sep 19 00:10:14.571 INFO STEP 832 (remove_files) COMPLETE
72762025-09-19T00:10:16.215Z[ recovery-image] Sep 19 00:10:14.571 INFO O| Sep 19 00:10:14.571 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772025-09-19T00:10:16.231Z[ recovery-image] Sep 19 00:10:14.585 INFO O| Sep 19 00:10:14.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
72782025-09-19T00:10:16.231Z[ recovery-image] Sep 19 00:10:14.585 INFO O| Sep 19 00:10:14.585 INFO STEP 833 (remove_files) COMPLETE
72792025-09-19T00:10:16.234Z[ recovery-image] Sep 19 00:10:14.585 INFO O| Sep 19 00:10:14.585 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802025-09-19T00:10:16.241Z[ recovery-image] Sep 19 00:10:14.598 INFO O| Sep 19 00:10:14.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
72812025-09-19T00:10:16.241Z[ recovery-image] Sep 19 00:10:14.598 INFO O| Sep 19 00:10:14.598 INFO STEP 834 (remove_files) COMPLETE
72822025-09-19T00:10:16.241Z[ recovery-image] Sep 19 00:10:14.598 INFO O| Sep 19 00:10:14.598 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832025-09-19T00:10:16.256Z[ recovery-image] Sep 19 00:10:14.612 INFO O| Sep 19 00:10:14.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
72842025-09-19T00:10:16.259Z[ recovery-image] Sep 19 00:10:14.612 INFO O| Sep 19 00:10:14.612 INFO STEP 835 (remove_files) COMPLETE
72852025-09-19T00:10:16.259Z[ recovery-image] Sep 19 00:10:14.612 INFO O| Sep 19 00:10:14.612 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862025-09-19T00:10:16.269Z[ recovery-image] Sep 19 00:10:14.626 INFO O| Sep 19 00:10:14.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
72872025-09-19T00:10:16.269Z[ recovery-image] Sep 19 00:10:14.626 INFO O| Sep 19 00:10:14.626 INFO STEP 836 (remove_files) COMPLETE
72882025-09-19T00:10:16.269Z[ recovery-image] Sep 19 00:10:14.626 INFO O| Sep 19 00:10:14.626 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892025-09-19T00:10:16.281Z[ recovery-image] Sep 19 00:10:14.638 INFO O| Sep 19 00:10:14.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
72902025-09-19T00:10:16.281Z[ recovery-image] Sep 19 00:10:14.638 INFO O| Sep 19 00:10:14.638 INFO STEP 837 (remove_files) COMPLETE
72912025-09-19T00:10:16.281Z[ recovery-image] Sep 19 00:10:14.638 INFO O| Sep 19 00:10:14.638 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922025-09-19T00:10:16.294Z[ recovery-image] Sep 19 00:10:14.651 INFO O| Sep 19 00:10:14.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72932025-09-19T00:10:16.294Z[ recovery-image] Sep 19 00:10:14.651 INFO O| Sep 19 00:10:14.651 INFO STEP 838 (remove_files) COMPLETE
72942025-09-19T00:10:16.298Z[ recovery-image] Sep 19 00:10:14.651 INFO O| Sep 19 00:10:14.651 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952025-09-19T00:10:16.308Z[ recovery-image] Sep 19 00:10:14.664 INFO O| Sep 19 00:10:14.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72962025-09-19T00:10:16.308Z[ recovery-image] Sep 19 00:10:14.665 INFO O| Sep 19 00:10:14.664 INFO STEP 839 (remove_files) COMPLETE
72972025-09-19T00:10:16.308Z[ recovery-image] Sep 19 00:10:14.665 INFO O| Sep 19 00:10:14.665 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982025-09-19T00:10:16.322Z[ recovery-image] Sep 19 00:10:14.678 INFO O| Sep 19 00:10:14.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72992025-09-19T00:10:16.322Z[ recovery-image] Sep 19 00:10:14.679 INFO O| Sep 19 00:10:14.679 INFO STEP 840 (remove_files) COMPLETE
73002025-09-19T00:10:16.322Z[ recovery-image] Sep 19 00:10:14.679 INFO O| Sep 19 00:10:14.679 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012025-09-19T00:10:16.335Z[ recovery-image] Sep 19 00:10:14.692 INFO O| Sep 19 00:10:14.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73022025-09-19T00:10:16.335Z[ recovery-image] Sep 19 00:10:14.692 INFO O| Sep 19 00:10:14.692 INFO STEP 841 (remove_files) COMPLETE
73032025-09-19T00:10:16.339Z[ recovery-image] Sep 19 00:10:14.692 INFO O| Sep 19 00:10:14.692 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042025-09-19T00:10:16.349Z[ recovery-image] Sep 19 00:10:14.705 INFO O| Sep 19 00:10:14.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73052025-09-19T00:10:16.349Z[ recovery-image] Sep 19 00:10:14.705 INFO O| Sep 19 00:10:14.705 INFO STEP 842 (remove_files) COMPLETE
73062025-09-19T00:10:16.349Z[ recovery-image] Sep 19 00:10:14.705 INFO O| Sep 19 00:10:14.705 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072025-09-19T00:10:16.362Z[ recovery-image] Sep 19 00:10:14.718 INFO O| Sep 19 00:10:14.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73082025-09-19T00:10:16.362Z[ recovery-image] Sep 19 00:10:14.718 INFO O| Sep 19 00:10:14.718 INFO STEP 843 (remove_files) COMPLETE
73092025-09-19T00:10:16.365Z[ recovery-image] Sep 19 00:10:14.719 INFO O| Sep 19 00:10:14.718 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102025-09-19T00:10:16.374Z[ recovery-image] Sep 19 00:10:14.731 INFO O| Sep 19 00:10:14.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73112025-09-19T00:10:16.374Z[ recovery-image] Sep 19 00:10:14.731 INFO O| Sep 19 00:10:14.731 INFO STEP 844 (remove_files) COMPLETE
73122025-09-19T00:10:16.377Z[ recovery-image] Sep 19 00:10:14.731 INFO O| Sep 19 00:10:14.731 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132025-09-19T00:10:16.387Z[ recovery-image] Sep 19 00:10:14.744 INFO O| Sep 19 00:10:14.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73142025-09-19T00:10:16.387Z[ recovery-image] Sep 19 00:10:14.744 INFO O| Sep 19 00:10:14.744 INFO STEP 845 (remove_files) COMPLETE
73152025-09-19T00:10:16.387Z[ recovery-image] Sep 19 00:10:14.744 INFO O| Sep 19 00:10:14.744 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162025-09-19T00:10:16.402Z[ recovery-image] Sep 19 00:10:14.758 INFO O| Sep 19 00:10:14.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73172025-09-19T00:10:16.402Z[ recovery-image] Sep 19 00:10:14.759 INFO O| Sep 19 00:10:14.758 INFO STEP 846 (remove_files) COMPLETE
73182025-09-19T00:10:16.402Z[ recovery-image] Sep 19 00:10:14.759 INFO O| Sep 19 00:10:14.758 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192025-09-19T00:10:16.416Z[ recovery-image] Sep 19 00:10:14.772 INFO O| Sep 19 00:10:14.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73202025-09-19T00:10:16.416Z[ recovery-image] Sep 19 00:10:14.773 INFO O| Sep 19 00:10:14.772 INFO STEP 847 (remove_files) COMPLETE
73212025-09-19T00:10:16.416Z[ recovery-image] Sep 19 00:10:14.773 INFO O| Sep 19 00:10:14.773 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222025-09-19T00:10:16.430Z[ recovery-image] Sep 19 00:10:14.786 INFO O| Sep 19 00:10:14.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73232025-09-19T00:10:16.430Z[ recovery-image] Sep 19 00:10:14.786 INFO O| Sep 19 00:10:14.786 INFO STEP 848 (remove_files) COMPLETE
73242025-09-19T00:10:16.433Z[ recovery-image] Sep 19 00:10:14.786 INFO O| Sep 19 00:10:14.786 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252025-09-19T00:10:16.444Z[ recovery-image] Sep 19 00:10:14.800 INFO O| Sep 19 00:10:14.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73262025-09-19T00:10:16.444Z[ recovery-image] Sep 19 00:10:14.800 INFO O| Sep 19 00:10:14.800 INFO STEP 849 (remove_files) COMPLETE
73272025-09-19T00:10:16.444Z[ recovery-image] Sep 19 00:10:14.800 INFO O| Sep 19 00:10:14.800 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282025-09-19T00:10:16.457Z[ recovery-image] Sep 19 00:10:14.814 INFO O| Sep 19 00:10:14.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73292025-09-19T00:10:16.457Z[ recovery-image] Sep 19 00:10:14.814 INFO O| Sep 19 00:10:14.814 INFO STEP 850 (remove_files) COMPLETE
73302025-09-19T00:10:16.461Z[ recovery-image] Sep 19 00:10:14.814 INFO O| Sep 19 00:10:14.814 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312025-09-19T00:10:16.471Z[ recovery-image] Sep 19 00:10:14.828 INFO O| Sep 19 00:10:14.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73322025-09-19T00:10:16.471Z[ recovery-image] Sep 19 00:10:14.828 INFO O| Sep 19 00:10:14.828 INFO STEP 851 (remove_files) COMPLETE
73332025-09-19T00:10:16.475Z[ recovery-image] Sep 19 00:10:14.828 INFO O| Sep 19 00:10:14.828 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342025-09-19T00:10:16.485Z[ recovery-image] Sep 19 00:10:14.842 INFO O| Sep 19 00:10:14.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73352025-09-19T00:10:16.485Z[ recovery-image] Sep 19 00:10:14.842 INFO O| Sep 19 00:10:14.842 INFO STEP 852 (remove_files) COMPLETE
73362025-09-19T00:10:16.485Z[ recovery-image] Sep 19 00:10:14.842 INFO O| Sep 19 00:10:14.842 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372025-09-19T00:10:16.499Z[ recovery-image] Sep 19 00:10:14.855 INFO O| Sep 19 00:10:14.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73382025-09-19T00:10:16.499Z[ recovery-image] Sep 19 00:10:14.855 INFO O| Sep 19 00:10:14.855 INFO STEP 853 (remove_files) COMPLETE
73392025-09-19T00:10:16.499Z[ recovery-image] Sep 19 00:10:14.855 INFO O| Sep 19 00:10:14.855 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402025-09-19T00:10:16.513Z[ recovery-image] Sep 19 00:10:14.869 INFO O| Sep 19 00:10:14.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73412025-09-19T00:10:16.516Z[ recovery-image] Sep 19 00:10:14.869 INFO O| Sep 19 00:10:14.869 INFO STEP 854 (remove_files) COMPLETE
73422025-09-19T00:10:16.516Z[ recovery-image] Sep 19 00:10:14.869 INFO O| Sep 19 00:10:14.869 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432025-09-19T00:10:16.525Z[ recovery-image] Sep 19 00:10:14.882 INFO O| Sep 19 00:10:14.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73442025-09-19T00:10:16.525Z[ recovery-image] Sep 19 00:10:14.882 INFO O| Sep 19 00:10:14.882 INFO STEP 855 (remove_files) COMPLETE
73452025-09-19T00:10:16.528Z[ recovery-image] Sep 19 00:10:14.882 INFO O| Sep 19 00:10:14.882 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462025-09-19T00:10:16.538Z[ recovery-image] Sep 19 00:10:14.895 INFO O| Sep 19 00:10:14.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73472025-09-19T00:10:16.538Z[ recovery-image] Sep 19 00:10:14.895 INFO O| Sep 19 00:10:14.895 INFO STEP 856 (remove_files) COMPLETE
73482025-09-19T00:10:16.538Z[ recovery-image] Sep 19 00:10:14.895 INFO O| Sep 19 00:10:14.895 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492025-09-19T00:10:16.552Z[ recovery-image] Sep 19 00:10:14.909 INFO O| Sep 19 00:10:14.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73502025-09-19T00:10:16.552Z[ recovery-image] Sep 19 00:10:14.909 INFO O| Sep 19 00:10:14.909 INFO STEP 857 (remove_files) COMPLETE
73512025-09-19T00:10:16.552Z[ recovery-image] Sep 19 00:10:14.909 INFO O| Sep 19 00:10:14.909 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522025-09-19T00:10:16.567Z[ recovery-image] Sep 19 00:10:14.923 INFO O| Sep 19 00:10:14.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73532025-09-19T00:10:16.567Z[ recovery-image] Sep 19 00:10:14.923 INFO O| Sep 19 00:10:14.923 INFO STEP 858 (remove_files) COMPLETE
73542025-09-19T00:10:16.570Z[ recovery-image] Sep 19 00:10:14.923 INFO O| Sep 19 00:10:14.923 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552025-09-19T00:10:16.580Z[ recovery-image] Sep 19 00:10:14.937 INFO O| Sep 19 00:10:14.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73562025-09-19T00:10:16.581Z[ recovery-image] Sep 19 00:10:14.937 INFO O| Sep 19 00:10:14.937 INFO STEP 859 (remove_files) COMPLETE
73572025-09-19T00:10:16.584Z[ recovery-image] Sep 19 00:10:14.937 INFO O| Sep 19 00:10:14.937 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582025-09-19T00:10:16.594Z[ recovery-image] Sep 19 00:10:14.951 INFO O| Sep 19 00:10:14.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73592025-09-19T00:10:16.594Z[ recovery-image] Sep 19 00:10:14.951 INFO O| Sep 19 00:10:14.951 INFO STEP 860 (remove_files) COMPLETE
73602025-09-19T00:10:16.594Z[ recovery-image] Sep 19 00:10:14.951 INFO O| Sep 19 00:10:14.951 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612025-09-19T00:10:16.608Z[ recovery-image] Sep 19 00:10:14.965 INFO O| Sep 19 00:10:14.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73622025-09-19T00:10:16.612Z[ recovery-image] Sep 19 00:10:14.965 INFO O| Sep 19 00:10:14.965 INFO STEP 861 (remove_files) COMPLETE
73632025-09-19T00:10:16.612Z[ recovery-image] Sep 19 00:10:14.965 INFO O| Sep 19 00:10:14.965 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642025-09-19T00:10:16.622Z[ recovery-image] Sep 19 00:10:14.979 INFO O| Sep 19 00:10:14.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
73652025-09-19T00:10:16.622Z[ recovery-image] Sep 19 00:10:14.979 INFO O| Sep 19 00:10:14.979 INFO STEP 862 (remove_files) COMPLETE
73662025-09-19T00:10:16.622Z[ recovery-image] Sep 19 00:10:14.979 INFO O| Sep 19 00:10:14.979 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672025-09-19T00:10:16.636Z[ recovery-image] Sep 19 00:10:14.993 INFO O| Sep 19 00:10:14.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
73682025-09-19T00:10:16.637Z[ recovery-image] Sep 19 00:10:14.993 INFO O| Sep 19 00:10:14.993 INFO STEP 863 (remove_files) COMPLETE
73692025-09-19T00:10:16.637Z[ recovery-image] Sep 19 00:10:14.993 INFO O| Sep 19 00:10:14.993 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702025-09-19T00:10:16.650Z[ recovery-image] Sep 19 00:10:15.007 INFO O| Sep 19 00:10:15.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
73712025-09-19T00:10:16.650Z[ recovery-image] Sep 19 00:10:15.007 INFO O| Sep 19 00:10:15.007 INFO STEP 864 (remove_files) COMPLETE
73722025-09-19T00:10:16.650Z[ recovery-image] Sep 19 00:10:15.007 INFO O| Sep 19 00:10:15.007 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732025-09-19T00:10:16.665Z[ recovery-image] Sep 19 00:10:15.021 INFO O| Sep 19 00:10:15.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
73742025-09-19T00:10:16.668Z[ recovery-image] Sep 19 00:10:15.022 INFO O| Sep 19 00:10:15.022 INFO STEP 865 (remove_files) COMPLETE
73752025-09-19T00:10:16.668Z[ recovery-image] Sep 19 00:10:15.022 INFO O| Sep 19 00:10:15.022 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762025-09-19T00:10:16.680Z[ recovery-image] Sep 19 00:10:15.037 INFO O| Sep 19 00:10:15.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
73772025-09-19T00:10:16.680Z[ recovery-image] Sep 19 00:10:15.037 INFO O| Sep 19 00:10:15.037 INFO STEP 866 (remove_files) COMPLETE
73782025-09-19T00:10:16.684Z[ recovery-image] Sep 19 00:10:15.037 INFO O| Sep 19 00:10:15.037 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792025-09-19T00:10:16.695Z[ recovery-image] Sep 19 00:10:15.052 INFO O| Sep 19 00:10:15.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
73802025-09-19T00:10:16.695Z[ recovery-image] Sep 19 00:10:15.052 INFO O| Sep 19 00:10:15.052 INFO STEP 867 (remove_files) COMPLETE
73812025-09-19T00:10:16.695Z[ recovery-image] Sep 19 00:10:15.052 INFO O| Sep 19 00:10:15.052 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822025-09-19T00:10:16.711Z[ recovery-image] Sep 19 00:10:15.067 INFO O| Sep 19 00:10:15.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
73832025-09-19T00:10:16.711Z[ recovery-image] Sep 19 00:10:15.067 INFO O| Sep 19 00:10:15.067 INFO STEP 868 (remove_files) COMPLETE
73842025-09-19T00:10:16.711Z[ recovery-image] Sep 19 00:10:15.068 INFO O| Sep 19 00:10:15.067 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852025-09-19T00:10:16.725Z[ recovery-image] Sep 19 00:10:15.082 INFO O| Sep 19 00:10:15.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
73862025-09-19T00:10:16.725Z[ recovery-image] Sep 19 00:10:15.082 INFO O| Sep 19 00:10:15.082 INFO STEP 869 (remove_files) COMPLETE
73872025-09-19T00:10:16.725Z[ recovery-image] Sep 19 00:10:15.082 INFO O| Sep 19 00:10:15.082 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882025-09-19T00:10:16.739Z[ recovery-image] Sep 19 00:10:15.096 INFO O| Sep 19 00:10:15.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
73892025-09-19T00:10:16.739Z[ recovery-image] Sep 19 00:10:15.096 INFO O| Sep 19 00:10:15.096 INFO STEP 870 (remove_files) COMPLETE
73902025-09-19T00:10:16.739Z[ recovery-image] Sep 19 00:10:15.096 INFO O| Sep 19 00:10:15.096 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912025-09-19T00:10:16.752Z[ recovery-image] Sep 19 00:10:15.108 INFO O| Sep 19 00:10:15.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
73922025-09-19T00:10:16.752Z[ recovery-image] Sep 19 00:10:15.108 INFO O| Sep 19 00:10:15.108 INFO STEP 871 (remove_files) COMPLETE
73932025-09-19T00:10:16.755Z[ recovery-image] Sep 19 00:10:15.108 INFO O| Sep 19 00:10:15.108 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942025-09-19T00:10:16.764Z[ recovery-image] Sep 19 00:10:15.121 INFO O| Sep 19 00:10:15.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
73952025-09-19T00:10:16.764Z[ recovery-image] Sep 19 00:10:15.121 INFO O| Sep 19 00:10:15.121 INFO STEP 872 (remove_files) COMPLETE
73962025-09-19T00:10:16.764Z[ recovery-image] Sep 19 00:10:15.121 INFO O| Sep 19 00:10:15.121 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972025-09-19T00:10:16.778Z[ recovery-image] Sep 19 00:10:15.135 INFO O| Sep 19 00:10:15.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
73982025-09-19T00:10:16.778Z[ recovery-image] Sep 19 00:10:15.135 INFO O| Sep 19 00:10:15.135 INFO STEP 873 (remove_files) COMPLETE
73992025-09-19T00:10:16.782Z[ recovery-image] Sep 19 00:10:15.135 INFO O| Sep 19 00:10:15.135 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002025-09-19T00:10:16.792Z[ recovery-image] Sep 19 00:10:15.149 INFO O| Sep 19 00:10:15.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74012025-09-19T00:10:16.792Z[ recovery-image] Sep 19 00:10:15.149 INFO O| Sep 19 00:10:15.149 INFO STEP 874 (remove_files) COMPLETE
74022025-09-19T00:10:16.792Z[ recovery-image] Sep 19 00:10:15.149 INFO O| Sep 19 00:10:15.149 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032025-09-19T00:10:16.806Z[ recovery-image] Sep 19 00:10:15.162 INFO O| Sep 19 00:10:15.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74042025-09-19T00:10:16.806Z[ recovery-image] Sep 19 00:10:15.162 INFO O| Sep 19 00:10:15.162 INFO STEP 875 (remove_files) COMPLETE
74052025-09-19T00:10:16.809Z[ recovery-image] Sep 19 00:10:15.163 INFO O| Sep 19 00:10:15.162 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062025-09-19T00:10:16.819Z[ recovery-image] Sep 19 00:10:15.175 INFO O| Sep 19 00:10:15.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74072025-09-19T00:10:16.819Z[ recovery-image] Sep 19 00:10:15.175 INFO O| Sep 19 00:10:15.175 INFO STEP 876 (remove_files) COMPLETE
74082025-09-19T00:10:16.819Z[ recovery-image] Sep 19 00:10:15.175 INFO O| Sep 19 00:10:15.175 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092025-09-19T00:10:16.833Z[ recovery-image] Sep 19 00:10:15.190 INFO O| Sep 19 00:10:15.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74102025-09-19T00:10:16.833Z[ recovery-image] Sep 19 00:10:15.190 INFO O| Sep 19 00:10:15.190 INFO STEP 877 (remove_files) COMPLETE
74112025-09-19T00:10:16.836Z[ recovery-image] Sep 19 00:10:15.190 INFO O| Sep 19 00:10:15.190 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122025-09-19T00:10:16.848Z[ recovery-image] Sep 19 00:10:15.204 INFO O| Sep 19 00:10:15.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74132025-09-19T00:10:16.848Z[ recovery-image] Sep 19 00:10:15.205 INFO O| Sep 19 00:10:15.205 INFO STEP 878 (remove_files) COMPLETE
74142025-09-19T00:10:16.851Z[ recovery-image] Sep 19 00:10:15.205 INFO O| Sep 19 00:10:15.205 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152025-09-19T00:10:16.862Z[ recovery-image] Sep 19 00:10:15.219 INFO O| Sep 19 00:10:15.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74162025-09-19T00:10:16.862Z[ recovery-image] Sep 19 00:10:15.219 INFO O| Sep 19 00:10:15.219 INFO STEP 879 (remove_files) COMPLETE
74172025-09-19T00:10:16.870Z[ recovery-image] Sep 19 00:10:15.219 INFO O| Sep 19 00:10:15.219 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182025-09-19T00:10:16.877Z[ recovery-image] Sep 19 00:10:15.234 INFO O| Sep 19 00:10:15.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74192025-09-19T00:10:16.877Z[ recovery-image] Sep 19 00:10:15.234 INFO O| Sep 19 00:10:15.234 INFO STEP 880 (remove_files) COMPLETE
74202025-09-19T00:10:16.881Z[ recovery-image] Sep 19 00:10:15.234 INFO O| Sep 19 00:10:15.234 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212025-09-19T00:10:16.892Z[ recovery-image] Sep 19 00:10:15.248 INFO O| Sep 19 00:10:15.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74222025-09-19T00:10:16.892Z[ recovery-image] Sep 19 00:10:15.248 INFO O| Sep 19 00:10:15.248 INFO STEP 881 (remove_files) COMPLETE
74232025-09-19T00:10:16.892Z[ recovery-image] Sep 19 00:10:15.248 INFO O| Sep 19 00:10:15.248 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242025-09-19T00:10:16.907Z[ recovery-image] Sep 19 00:10:15.263 INFO O| Sep 19 00:10:15.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74252025-09-19T00:10:16.907Z[ recovery-image] Sep 19 00:10:15.263 INFO O| Sep 19 00:10:15.263 INFO STEP 882 (remove_files) COMPLETE
74262025-09-19T00:10:16.907Z[ recovery-image] Sep 19 00:10:15.263 INFO O| Sep 19 00:10:15.263 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272025-09-19T00:10:16.921Z[ recovery-image] Sep 19 00:10:15.278 INFO O| Sep 19 00:10:15.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74282025-09-19T00:10:16.921Z[ recovery-image] Sep 19 00:10:15.278 INFO O| Sep 19 00:10:15.278 INFO STEP 883 (remove_files) COMPLETE
74292025-09-19T00:10:16.921Z[ recovery-image] Sep 19 00:10:15.278 INFO O| Sep 19 00:10:15.278 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302025-09-19T00:10:16.937Z[ recovery-image] Sep 19 00:10:15.293 INFO O| Sep 19 00:10:15.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74312025-09-19T00:10:16.937Z[ recovery-image] Sep 19 00:10:15.293 INFO O| Sep 19 00:10:15.293 INFO STEP 884 (remove_files) COMPLETE
74322025-09-19T00:10:16.940Z[ recovery-image] Sep 19 00:10:15.293 INFO O| Sep 19 00:10:15.293 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332025-09-19T00:10:16.952Z[ recovery-image] Sep 19 00:10:15.308 INFO O| Sep 19 00:10:15.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74342025-09-19T00:10:16.952Z[ recovery-image] Sep 19 00:10:15.309 INFO O| Sep 19 00:10:15.309 INFO STEP 885 (remove_files) COMPLETE
74352025-09-19T00:10:16.952Z[ recovery-image] Sep 19 00:10:15.309 INFO O| Sep 19 00:10:15.309 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362025-09-19T00:10:16.967Z[ recovery-image] Sep 19 00:10:15.324 INFO O| Sep 19 00:10:15.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74372025-09-19T00:10:16.967Z[ recovery-image] Sep 19 00:10:15.324 INFO O| Sep 19 00:10:15.324 INFO STEP 886 (remove_files) COMPLETE
74382025-09-19T00:10:16.967Z[ recovery-image] Sep 19 00:10:15.324 INFO O| Sep 19 00:10:15.324 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392025-09-19T00:10:16.983Z[ recovery-image] Sep 19 00:10:15.339 INFO O| Sep 19 00:10:15.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74402025-09-19T00:10:16.983Z[ recovery-image] Sep 19 00:10:15.339 INFO O| Sep 19 00:10:15.339 INFO STEP 887 (remove_files) COMPLETE
74412025-09-19T00:10:16.983Z[ recovery-image] Sep 19 00:10:15.339 INFO O| Sep 19 00:10:15.339 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422025-09-19T00:10:16.998Z[ recovery-image] Sep 19 00:10:15.355 INFO O| Sep 19 00:10:15.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74432025-09-19T00:10:16.998Z[ recovery-image] Sep 19 00:10:15.355 INFO O| Sep 19 00:10:15.355 INFO STEP 888 (remove_files) COMPLETE
74442025-09-19T00:10:16.998Z[ recovery-image] Sep 19 00:10:15.355 INFO O| Sep 19 00:10:15.355 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452025-09-19T00:10:17.013Z[ recovery-image] Sep 19 00:10:15.369 INFO O| Sep 19 00:10:15.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74462025-09-19T00:10:17.013Z[ recovery-image] Sep 19 00:10:15.369 INFO O| Sep 19 00:10:15.369 INFO STEP 889 (remove_files) COMPLETE
74472025-09-19T00:10:17.016Z[ recovery-image] Sep 19 00:10:15.369 INFO O| Sep 19 00:10:15.369 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482025-09-19T00:10:17.027Z[ recovery-image] Sep 19 00:10:15.384 INFO O| Sep 19 00:10:15.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74492025-09-19T00:10:17.027Z[ recovery-image] Sep 19 00:10:15.384 INFO O| Sep 19 00:10:15.384 INFO STEP 890 (remove_files) COMPLETE
74502025-09-19T00:10:17.030Z[ recovery-image] Sep 19 00:10:15.384 INFO O| Sep 19 00:10:15.384 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512025-09-19T00:10:17.041Z[ recovery-image] Sep 19 00:10:15.398 INFO O| Sep 19 00:10:15.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74522025-09-19T00:10:17.041Z[ recovery-image] Sep 19 00:10:15.398 INFO O| Sep 19 00:10:15.398 INFO STEP 891 (remove_files) COMPLETE
74532025-09-19T00:10:17.041Z[ recovery-image] Sep 19 00:10:15.398 INFO O| Sep 19 00:10:15.398 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542025-09-19T00:10:17.056Z[ recovery-image] Sep 19 00:10:15.413 INFO O| Sep 19 00:10:15.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74552025-09-19T00:10:17.056Z[ recovery-image] Sep 19 00:10:15.413 INFO O| Sep 19 00:10:15.413 INFO STEP 892 (remove_files) COMPLETE
74562025-09-19T00:10:17.056Z[ recovery-image] Sep 19 00:10:15.413 INFO O| Sep 19 00:10:15.413 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572025-09-19T00:10:17.071Z[ recovery-image] Sep 19 00:10:15.428 INFO O| Sep 19 00:10:15.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74582025-09-19T00:10:17.071Z[ recovery-image] Sep 19 00:10:15.428 INFO O| Sep 19 00:10:15.428 INFO STEP 893 (remove_files) COMPLETE
74592025-09-19T00:10:17.075Z[ recovery-image] Sep 19 00:10:15.428 INFO O| Sep 19 00:10:15.428 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602025-09-19T00:10:17.087Z[ recovery-image] Sep 19 00:10:15.443 INFO O| Sep 19 00:10:15.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74612025-09-19T00:10:17.087Z[ recovery-image] Sep 19 00:10:15.443 INFO O| Sep 19 00:10:15.443 INFO STEP 894 (remove_files) COMPLETE
74622025-09-19T00:10:17.090Z[ recovery-image] Sep 19 00:10:15.444 INFO O| Sep 19 00:10:15.443 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632025-09-19T00:10:17.101Z[ recovery-image] Sep 19 00:10:15.458 INFO O| Sep 19 00:10:15.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
74642025-09-19T00:10:17.101Z[ recovery-image] Sep 19 00:10:15.458 INFO O| Sep 19 00:10:15.458 INFO STEP 895 (remove_files) COMPLETE
74652025-09-19T00:10:17.101Z[ recovery-image] Sep 19 00:10:15.458 INFO O| Sep 19 00:10:15.458 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662025-09-19T00:10:17.116Z[ recovery-image] Sep 19 00:10:15.473 INFO O| Sep 19 00:10:15.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
74672025-09-19T00:10:17.116Z[ recovery-image] Sep 19 00:10:15.473 INFO O| Sep 19 00:10:15.473 INFO STEP 896 (remove_files) COMPLETE
74682025-09-19T00:10:17.120Z[ recovery-image] Sep 19 00:10:15.473 INFO O| Sep 19 00:10:15.473 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692025-09-19T00:10:17.130Z[ recovery-image] Sep 19 00:10:15.487 INFO O| Sep 19 00:10:15.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
74702025-09-19T00:10:17.130Z[ recovery-image] Sep 19 00:10:15.487 INFO O| Sep 19 00:10:15.487 INFO STEP 897 (remove_files) COMPLETE
74712025-09-19T00:10:17.131Z[ recovery-image] Sep 19 00:10:15.487 INFO O| Sep 19 00:10:15.487 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722025-09-19T00:10:17.145Z[ recovery-image] Sep 19 00:10:15.501 INFO O| Sep 19 00:10:15.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
74732025-09-19T00:10:17.145Z[ recovery-image] Sep 19 00:10:15.501 INFO O| Sep 19 00:10:15.501 INFO STEP 898 (remove_files) COMPLETE
74742025-09-19T00:10:17.148Z[ recovery-image] Sep 19 00:10:15.501 INFO O| Sep 19 00:10:15.501 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752025-09-19T00:10:17.159Z[ recovery-image] Sep 19 00:10:15.516 INFO O| Sep 19 00:10:15.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
74762025-09-19T00:10:17.159Z[ recovery-image] Sep 19 00:10:15.516 INFO O| Sep 19 00:10:15.516 INFO STEP 899 (remove_files) COMPLETE
74772025-09-19T00:10:17.159Z[ recovery-image] Sep 19 00:10:15.516 INFO O| Sep 19 00:10:15.516 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782025-09-19T00:10:17.174Z[ recovery-image] Sep 19 00:10:15.531 INFO O| Sep 19 00:10:15.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
74792025-09-19T00:10:17.177Z[ recovery-image] Sep 19 00:10:15.531 INFO O| Sep 19 00:10:15.531 INFO STEP 900 (remove_files) COMPLETE
74802025-09-19T00:10:17.177Z[ recovery-image] Sep 19 00:10:15.531 INFO O| Sep 19 00:10:15.531 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812025-09-19T00:10:17.189Z[ recovery-image] Sep 19 00:10:15.545 INFO O| Sep 19 00:10:15.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
74822025-09-19T00:10:17.189Z[ recovery-image] Sep 19 00:10:15.546 INFO O| Sep 19 00:10:15.546 INFO STEP 901 (remove_files) COMPLETE
74832025-09-19T00:10:17.189Z[ recovery-image] Sep 19 00:10:15.546 INFO O| Sep 19 00:10:15.546 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842025-09-19T00:10:17.203Z[ recovery-image] Sep 19 00:10:15.560 INFO O| Sep 19 00:10:15.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
74852025-09-19T00:10:17.203Z[ recovery-image] Sep 19 00:10:15.560 INFO O| Sep 19 00:10:15.560 INFO STEP 902 (remove_files) COMPLETE
74862025-09-19T00:10:17.203Z[ recovery-image] Sep 19 00:10:15.560 INFO O| Sep 19 00:10:15.560 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872025-09-19T00:10:17.218Z[ recovery-image] Sep 19 00:10:15.574 INFO O| Sep 19 00:10:15.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
74882025-09-19T00:10:17.218Z[ recovery-image] Sep 19 00:10:15.574 INFO O| Sep 19 00:10:15.574 INFO STEP 903 (remove_files) COMPLETE
74892025-09-19T00:10:17.218Z[ recovery-image] Sep 19 00:10:15.574 INFO O| Sep 19 00:10:15.574 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902025-09-19T00:10:17.233Z[ recovery-image] Sep 19 00:10:15.589 INFO O| Sep 19 00:10:15.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
74912025-09-19T00:10:17.233Z[ recovery-image] Sep 19 00:10:15.589 INFO O| Sep 19 00:10:15.589 INFO STEP 904 (remove_files) COMPLETE
74922025-09-19T00:10:17.233Z[ recovery-image] Sep 19 00:10:15.589 INFO O| Sep 19 00:10:15.589 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932025-09-19T00:10:17.247Z[ recovery-image] Sep 19 00:10:15.604 INFO O| Sep 19 00:10:15.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
74942025-09-19T00:10:17.247Z[ recovery-image] Sep 19 00:10:15.604 INFO O| Sep 19 00:10:15.604 INFO STEP 905 (remove_files) COMPLETE
74952025-09-19T00:10:17.251Z[ recovery-image] Sep 19 00:10:15.604 INFO O| Sep 19 00:10:15.604 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962025-09-19T00:10:17.262Z[ recovery-image] Sep 19 00:10:15.619 INFO O| Sep 19 00:10:15.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
74972025-09-19T00:10:17.262Z[ recovery-image] Sep 19 00:10:15.619 INFO O| Sep 19 00:10:15.619 INFO STEP 906 (remove_files) COMPLETE
74982025-09-19T00:10:17.265Z[ recovery-image] Sep 19 00:10:15.619 INFO O| Sep 19 00:10:15.619 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992025-09-19T00:10:17.277Z[ recovery-image] Sep 19 00:10:15.634 INFO O| Sep 19 00:10:15.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75002025-09-19T00:10:17.277Z[ recovery-image] Sep 19 00:10:15.634 INFO O| Sep 19 00:10:15.634 INFO STEP 907 (remove_files) COMPLETE
75012025-09-19T00:10:17.280Z[ recovery-image] Sep 19 00:10:15.634 INFO O| Sep 19 00:10:15.634 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022025-09-19T00:10:17.292Z[ recovery-image] Sep 19 00:10:15.648 INFO O| Sep 19 00:10:15.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75032025-09-19T00:10:17.292Z[ recovery-image] Sep 19 00:10:15.648 INFO O| Sep 19 00:10:15.648 INFO STEP 908 (remove_files) COMPLETE
75042025-09-19T00:10:17.295Z[ recovery-image] Sep 19 00:10:15.648 INFO O| Sep 19 00:10:15.648 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052025-09-19T00:10:17.306Z[ recovery-image] Sep 19 00:10:15.663 INFO O| Sep 19 00:10:15.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75062025-09-19T00:10:17.306Z[ recovery-image] Sep 19 00:10:15.663 INFO O| Sep 19 00:10:15.663 INFO STEP 909 (remove_files) COMPLETE
75072025-09-19T00:10:17.306Z[ recovery-image] Sep 19 00:10:15.663 INFO O| Sep 19 00:10:15.663 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082025-09-19T00:10:17.320Z[ recovery-image] Sep 19 00:10:15.676 INFO O| Sep 19 00:10:15.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75092025-09-19T00:10:17.320Z[ recovery-image] Sep 19 00:10:15.677 INFO O| Sep 19 00:10:15.676 INFO STEP 910 (remove_files) COMPLETE
75102025-09-19T00:10:17.323Z[ recovery-image] Sep 19 00:10:15.677 INFO O| Sep 19 00:10:15.676 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112025-09-19T00:10:17.334Z[ recovery-image] Sep 19 00:10:15.691 INFO O| Sep 19 00:10:15.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75122025-09-19T00:10:17.334Z[ recovery-image] Sep 19 00:10:15.691 INFO O| Sep 19 00:10:15.691 INFO STEP 911 (remove_files) COMPLETE
75132025-09-19T00:10:17.334Z[ recovery-image] Sep 19 00:10:15.691 INFO O| Sep 19 00:10:15.691 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142025-09-19T00:10:17.349Z[ recovery-image] Sep 19 00:10:15.705 INFO O| Sep 19 00:10:15.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75152025-09-19T00:10:17.349Z[ recovery-image] Sep 19 00:10:15.705 INFO O| Sep 19 00:10:15.705 INFO STEP 912 (remove_files) COMPLETE
75162025-09-19T00:10:17.349Z[ recovery-image] Sep 19 00:10:15.705 INFO O| Sep 19 00:10:15.705 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172025-09-19T00:10:17.364Z[ recovery-image] Sep 19 00:10:15.720 INFO O| Sep 19 00:10:15.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75182025-09-19T00:10:17.364Z[ recovery-image] Sep 19 00:10:15.721 INFO O| Sep 19 00:10:15.721 INFO STEP 913 (remove_files) COMPLETE
75192025-09-19T00:10:17.364Z[ recovery-image] Sep 19 00:10:15.721 INFO O| Sep 19 00:10:15.721 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202025-09-19T00:10:17.380Z[ recovery-image] Sep 19 00:10:15.736 INFO O| Sep 19 00:10:15.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75212025-09-19T00:10:17.380Z[ recovery-image] Sep 19 00:10:15.736 INFO O| Sep 19 00:10:15.736 INFO STEP 914 (remove_files) COMPLETE
75222025-09-19T00:10:17.380Z[ recovery-image] Sep 19 00:10:15.736 INFO O| Sep 19 00:10:15.736 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232025-09-19T00:10:17.395Z[ recovery-image] Sep 19 00:10:15.752 INFO O| Sep 19 00:10:15.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75242025-09-19T00:10:17.395Z[ recovery-image] Sep 19 00:10:15.752 INFO O| Sep 19 00:10:15.752 INFO STEP 915 (remove_files) COMPLETE
75252025-09-19T00:10:17.398Z[ recovery-image] Sep 19 00:10:15.752 INFO O| Sep 19 00:10:15.752 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262025-09-19T00:10:17.411Z[ recovery-image] Sep 19 00:10:15.767 INFO O| Sep 19 00:10:15.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75272025-09-19T00:10:17.411Z[ recovery-image] Sep 19 00:10:15.767 INFO O| Sep 19 00:10:15.767 INFO STEP 916 (remove_files) COMPLETE
75282025-09-19T00:10:17.411Z[ recovery-image] Sep 19 00:10:15.767 INFO O| Sep 19 00:10:15.767 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292025-09-19T00:10:17.426Z[ recovery-image] Sep 19 00:10:15.783 INFO O| Sep 19 00:10:15.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75302025-09-19T00:10:17.426Z[ recovery-image] Sep 19 00:10:15.783 INFO O| Sep 19 00:10:15.783 INFO STEP 917 (remove_files) COMPLETE
75312025-09-19T00:10:17.426Z[ recovery-image] Sep 19 00:10:15.783 INFO O| Sep 19 00:10:15.783 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322025-09-19T00:10:17.441Z[ recovery-image] Sep 19 00:10:15.797 INFO O| Sep 19 00:10:15.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75332025-09-19T00:10:17.441Z[ recovery-image] Sep 19 00:10:15.797 INFO O| Sep 19 00:10:15.797 INFO STEP 918 (remove_files) COMPLETE
75342025-09-19T00:10:17.441Z[ recovery-image] Sep 19 00:10:15.797 INFO O| Sep 19 00:10:15.797 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352025-09-19T00:10:17.455Z[ recovery-image] Sep 19 00:10:15.812 INFO O| Sep 19 00:10:15.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75362025-09-19T00:10:17.460Z[ recovery-image] Sep 19 00:10:15.812 INFO O| Sep 19 00:10:15.812 INFO STEP 919 (remove_files) COMPLETE
75372025-09-19T00:10:17.461Z[ recovery-image] Sep 19 00:10:15.812 INFO O| Sep 19 00:10:15.812 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382025-09-19T00:10:17.471Z[ recovery-image] Sep 19 00:10:15.828 INFO O| Sep 19 00:10:15.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75392025-09-19T00:10:17.471Z[ recovery-image] Sep 19 00:10:15.828 INFO O| Sep 19 00:10:15.828 INFO STEP 920 (remove_files) COMPLETE
75402025-09-19T00:10:17.475Z[ recovery-image] Sep 19 00:10:15.828 INFO O| Sep 19 00:10:15.828 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412025-09-19T00:10:17.487Z[ recovery-image] Sep 19 00:10:15.843 INFO O| Sep 19 00:10:15.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75422025-09-19T00:10:17.487Z[ recovery-image] Sep 19 00:10:15.843 INFO O| Sep 19 00:10:15.843 INFO STEP 921 (remove_files) COMPLETE
75432025-09-19T00:10:17.487Z[ recovery-image] Sep 19 00:10:15.843 INFO O| Sep 19 00:10:15.843 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442025-09-19T00:10:17.501Z[ recovery-image] Sep 19 00:10:15.857 INFO O| Sep 19 00:10:15.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75452025-09-19T00:10:17.501Z[ recovery-image] Sep 19 00:10:15.857 INFO O| Sep 19 00:10:15.857 INFO STEP 922 (remove_files) COMPLETE
75462025-09-19T00:10:17.501Z[ recovery-image] Sep 19 00:10:15.858 INFO O| Sep 19 00:10:15.857 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472025-09-19T00:10:17.515Z[ recovery-image] Sep 19 00:10:15.872 INFO O| Sep 19 00:10:15.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75482025-09-19T00:10:17.515Z[ recovery-image] Sep 19 00:10:15.872 INFO O| Sep 19 00:10:15.872 INFO STEP 923 (remove_files) COMPLETE
75492025-09-19T00:10:17.515Z[ recovery-image] Sep 19 00:10:15.872 INFO O| Sep 19 00:10:15.872 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502025-09-19T00:10:17.532Z[ recovery-image] Sep 19 00:10:15.887 INFO O| Sep 19 00:10:15.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75512025-09-19T00:10:17.532Z[ recovery-image] Sep 19 00:10:15.887 INFO O| Sep 19 00:10:15.887 INFO STEP 924 (remove_files) COMPLETE
75522025-09-19T00:10:17.532Z[ recovery-image] Sep 19 00:10:15.887 INFO O| Sep 19 00:10:15.887 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532025-09-19T00:10:17.545Z[ recovery-image] Sep 19 00:10:15.902 INFO O| Sep 19 00:10:15.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75542025-09-19T00:10:17.545Z[ recovery-image] Sep 19 00:10:15.902 INFO O| Sep 19 00:10:15.902 INFO STEP 925 (remove_files) COMPLETE
75552025-09-19T00:10:17.545Z[ recovery-image] Sep 19 00:10:15.902 INFO O| Sep 19 00:10:15.902 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562025-09-19T00:10:17.561Z[ recovery-image] Sep 19 00:10:15.917 INFO O| Sep 19 00:10:15.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75572025-09-19T00:10:17.561Z[ recovery-image] Sep 19 00:10:15.917 INFO O| Sep 19 00:10:15.917 INFO STEP 926 (remove_files) COMPLETE
75582025-09-19T00:10:17.561Z[ recovery-image] Sep 19 00:10:15.917 INFO O| Sep 19 00:10:15.917 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592025-09-19T00:10:17.575Z[ recovery-image] Sep 19 00:10:15.932 INFO O| Sep 19 00:10:15.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75602025-09-19T00:10:17.575Z[ recovery-image] Sep 19 00:10:15.932 INFO O| Sep 19 00:10:15.932 INFO STEP 927 (remove_files) COMPLETE
75612025-09-19T00:10:17.575Z[ recovery-image] Sep 19 00:10:15.932 INFO O| Sep 19 00:10:15.932 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622025-09-19T00:10:17.590Z[ recovery-image] Sep 19 00:10:15.947 INFO O| Sep 19 00:10:15.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75632025-09-19T00:10:17.590Z[ recovery-image] Sep 19 00:10:15.947 INFO O| Sep 19 00:10:15.947 INFO STEP 928 (remove_files) COMPLETE
75642025-09-19T00:10:17.594Z[ recovery-image] Sep 19 00:10:15.947 INFO O| Sep 19 00:10:15.947 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652025-09-19T00:10:17.605Z[ recovery-image] Sep 19 00:10:15.962 INFO O| Sep 19 00:10:15.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
75662025-09-19T00:10:17.605Z[ recovery-image] Sep 19 00:10:15.962 INFO O| Sep 19 00:10:15.962 INFO STEP 929 (remove_files) COMPLETE
75672025-09-19T00:10:17.605Z[ recovery-image] Sep 19 00:10:15.962 INFO O| Sep 19 00:10:15.962 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682025-09-19T00:10:17.619Z[ recovery-image] Sep 19 00:10:15.975 INFO O| Sep 19 00:10:15.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
75692025-09-19T00:10:17.619Z[ recovery-image] Sep 19 00:10:15.975 INFO O| Sep 19 00:10:15.975 INFO STEP 930 (remove_files) COMPLETE
75702025-09-19T00:10:17.619Z[ recovery-image] Sep 19 00:10:15.975 INFO O| Sep 19 00:10:15.975 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712025-09-19T00:10:17.633Z[ recovery-image] Sep 19 00:10:15.990 INFO O| Sep 19 00:10:15.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
75722025-09-19T00:10:17.637Z[ recovery-image] Sep 19 00:10:15.990 INFO O| Sep 19 00:10:15.990 INFO STEP 931 (remove_files) COMPLETE
75732025-09-19T00:10:17.637Z[ recovery-image] Sep 19 00:10:15.990 INFO O| Sep 19 00:10:15.990 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742025-09-19T00:10:17.648Z[ recovery-image] Sep 19 00:10:16.004 INFO O| Sep 19 00:10:16.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
75752025-09-19T00:10:17.648Z[ recovery-image] Sep 19 00:10:16.004 INFO O| Sep 19 00:10:16.004 INFO STEP 932 (remove_files) COMPLETE
75762025-09-19T00:10:17.648Z[ recovery-image] Sep 19 00:10:16.004 INFO O| Sep 19 00:10:16.004 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772025-09-19T00:10:17.662Z[ recovery-image] Sep 19 00:10:16.018 INFO O| Sep 19 00:10:16.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
75782025-09-19T00:10:17.662Z[ recovery-image] Sep 19 00:10:16.018 INFO O| Sep 19 00:10:16.018 INFO STEP 933 (remove_files) COMPLETE
75792025-09-19T00:10:17.662Z[ recovery-image] Sep 19 00:10:16.018 INFO O| Sep 19 00:10:16.018 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802025-09-19T00:10:17.676Z[ recovery-image] Sep 19 00:10:16.032 INFO O| Sep 19 00:10:16.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
75812025-09-19T00:10:17.676Z[ recovery-image] Sep 19 00:10:16.032 INFO O| Sep 19 00:10:16.032 INFO STEP 934 (remove_files) COMPLETE
75822025-09-19T00:10:17.679Z[ recovery-image] Sep 19 00:10:16.032 INFO O| Sep 19 00:10:16.032 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832025-09-19T00:10:17.690Z[ recovery-image] Sep 19 00:10:16.046 INFO O| Sep 19 00:10:16.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
75842025-09-19T00:10:17.690Z[ recovery-image] Sep 19 00:10:16.046 INFO O| Sep 19 00:10:16.046 INFO STEP 935 (remove_files) COMPLETE
75852025-09-19T00:10:17.690Z[ recovery-image] Sep 19 00:10:16.046 INFO O| Sep 19 00:10:16.046 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862025-09-19T00:10:17.705Z[ recovery-image] Sep 19 00:10:16.061 INFO O| Sep 19 00:10:16.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
75872025-09-19T00:10:17.705Z[ recovery-image] Sep 19 00:10:16.061 INFO O| Sep 19 00:10:16.061 INFO STEP 936 (remove_files) COMPLETE
75882025-09-19T00:10:17.705Z[ recovery-image] Sep 19 00:10:16.061 INFO O| Sep 19 00:10:16.061 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892025-09-19T00:10:17.719Z[ recovery-image] Sep 19 00:10:16.075 INFO O| Sep 19 00:10:16.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
75902025-09-19T00:10:17.719Z[ recovery-image] Sep 19 00:10:16.076 INFO O| Sep 19 00:10:16.075 INFO STEP 937 (remove_files) COMPLETE
75912025-09-19T00:10:17.719Z[ recovery-image] Sep 19 00:10:16.076 INFO O| Sep 19 00:10:16.075 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922025-09-19T00:10:17.735Z[ recovery-image] Sep 19 00:10:16.091 INFO O| Sep 19 00:10:16.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
75932025-09-19T00:10:17.738Z[ recovery-image] Sep 19 00:10:16.091 INFO O| Sep 19 00:10:16.091 INFO STEP 938 (remove_files) COMPLETE
75942025-09-19T00:10:17.738Z[ recovery-image] Sep 19 00:10:16.091 INFO O| Sep 19 00:10:16.091 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952025-09-19T00:10:17.750Z[ recovery-image] Sep 19 00:10:16.106 INFO O| Sep 19 00:10:16.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
75962025-09-19T00:10:17.750Z[ recovery-image] Sep 19 00:10:16.107 INFO O| Sep 19 00:10:16.106 INFO STEP 939 (remove_files) COMPLETE
75972025-09-19T00:10:17.750Z[ recovery-image] Sep 19 00:10:16.107 INFO O| Sep 19 00:10:16.107 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982025-09-19T00:10:17.779Z[ recovery-image] Sep 19 00:10:16.135 INFO O| Sep 19 00:10:16.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
75992025-09-19T00:10:17.779Z[ recovery-image] Sep 19 00:10:16.135 INFO O| Sep 19 00:10:16.135 INFO STEP 940 (remove_files) COMPLETE
76002025-09-19T00:10:17.782Z[ recovery-image] Sep 19 00:10:16.135 INFO O| Sep 19 00:10:16.135 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012025-09-19T00:10:17.793Z[ recovery-image] Sep 19 00:10:16.149 INFO O| Sep 19 00:10:16.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76022025-09-19T00:10:17.793Z[ recovery-image] Sep 19 00:10:16.149 INFO O| Sep 19 00:10:16.149 INFO STEP 941 (remove_files) COMPLETE
76032025-09-19T00:10:17.796Z[ recovery-image] Sep 19 00:10:16.149 INFO O| Sep 19 00:10:16.149 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042025-09-19T00:10:17.806Z[ recovery-image] Sep 19 00:10:16.163 INFO O| Sep 19 00:10:16.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76052025-09-19T00:10:17.810Z[ recovery-image] Sep 19 00:10:16.163 INFO O| Sep 19 00:10:16.163 INFO STEP 942 (remove_files) COMPLETE
76062025-09-19T00:10:17.810Z[ recovery-image] Sep 19 00:10:16.163 INFO O| Sep 19 00:10:16.163 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072025-09-19T00:10:17.820Z[ recovery-image] Sep 19 00:10:16.177 INFO O| Sep 19 00:10:16.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76082025-09-19T00:10:17.820Z[ recovery-image] Sep 19 00:10:16.177 INFO O| Sep 19 00:10:16.177 INFO STEP 943 (remove_files) COMPLETE
76092025-09-19T00:10:17.820Z[ recovery-image] Sep 19 00:10:16.177 INFO O| Sep 19 00:10:16.177 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102025-09-19T00:10:17.836Z[ recovery-image] Sep 19 00:10:16.192 INFO O| Sep 19 00:10:16.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76112025-09-19T00:10:17.836Z[ recovery-image] Sep 19 00:10:16.192 INFO O| Sep 19 00:10:16.192 INFO STEP 944 (remove_files) COMPLETE
76122025-09-19T00:10:17.839Z[ recovery-image] Sep 19 00:10:16.192 INFO O| Sep 19 00:10:16.192 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132025-09-19T00:10:17.851Z[ recovery-image] Sep 19 00:10:16.207 INFO O| Sep 19 00:10:16.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76142025-09-19T00:10:17.852Z[ recovery-image] Sep 19 00:10:16.207 INFO O| Sep 19 00:10:16.207 INFO STEP 945 (remove_files) COMPLETE
76152025-09-19T00:10:17.852Z[ recovery-image] Sep 19 00:10:16.207 INFO O| Sep 19 00:10:16.207 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162025-09-19T00:10:17.864Z[ recovery-image] Sep 19 00:10:16.220 INFO O| Sep 19 00:10:16.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76172025-09-19T00:10:17.864Z[ recovery-image] Sep 19 00:10:16.220 INFO O| Sep 19 00:10:16.220 INFO STEP 946 (remove_files) COMPLETE
76182025-09-19T00:10:17.864Z[ recovery-image] Sep 19 00:10:16.220 INFO O| Sep 19 00:10:16.220 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192025-09-19T00:10:17.877Z[ recovery-image] Sep 19 00:10:16.234 INFO O| Sep 19 00:10:16.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76202025-09-19T00:10:17.877Z[ recovery-image] Sep 19 00:10:16.234 INFO O| Sep 19 00:10:16.234 INFO STEP 947 (remove_files) COMPLETE
76212025-09-19T00:10:17.881Z[ recovery-image] Sep 19 00:10:16.234 INFO O| Sep 19 00:10:16.234 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222025-09-19T00:10:17.890Z[ recovery-image] Sep 19 00:10:16.246 INFO O| Sep 19 00:10:16.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76232025-09-19T00:10:17.890Z[ recovery-image] Sep 19 00:10:16.247 INFO O| Sep 19 00:10:16.246 INFO STEP 948 (remove_files) COMPLETE
76242025-09-19T00:10:17.890Z[ recovery-image] Sep 19 00:10:16.247 INFO O| Sep 19 00:10:16.247 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252025-09-19T00:10:17.903Z[ recovery-image] Sep 19 00:10:16.260 INFO O| Sep 19 00:10:16.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76262025-09-19T00:10:17.903Z[ recovery-image] Sep 19 00:10:16.260 INFO O| Sep 19 00:10:16.260 INFO STEP 949 (remove_files) COMPLETE
76272025-09-19T00:10:17.903Z[ recovery-image] Sep 19 00:10:16.260 INFO O| Sep 19 00:10:16.260 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282025-09-19T00:10:17.917Z[ recovery-image] Sep 19 00:10:16.274 INFO O| Sep 19 00:10:16.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76292025-09-19T00:10:17.917Z[ recovery-image] Sep 19 00:10:16.274 INFO O| Sep 19 00:10:16.274 INFO STEP 950 (remove_files) COMPLETE
76302025-09-19T00:10:17.917Z[ recovery-image] Sep 19 00:10:16.274 INFO O| Sep 19 00:10:16.274 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312025-09-19T00:10:17.931Z[ recovery-image] Sep 19 00:10:16.287 INFO O| Sep 19 00:10:16.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76322025-09-19T00:10:17.931Z[ recovery-image] Sep 19 00:10:16.287 INFO O| Sep 19 00:10:16.287 INFO STEP 951 (remove_files) COMPLETE
76332025-09-19T00:10:17.931Z[ recovery-image] Sep 19 00:10:16.287 INFO O| Sep 19 00:10:16.287 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342025-09-19T00:10:17.943Z[ recovery-image] Sep 19 00:10:16.300 INFO O| Sep 19 00:10:16.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76352025-09-19T00:10:17.944Z[ recovery-image] Sep 19 00:10:16.300 INFO O| Sep 19 00:10:16.300 INFO STEP 952 (remove_files) COMPLETE
76362025-09-19T00:10:17.944Z[ recovery-image] Sep 19 00:10:16.300 INFO O| Sep 19 00:10:16.300 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372025-09-19T00:10:17.960Z[ recovery-image] Sep 19 00:10:16.312 INFO O| Sep 19 00:10:16.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76382025-09-19T00:10:17.960Z[ recovery-image] Sep 19 00:10:16.312 INFO O| Sep 19 00:10:16.312 INFO STEP 953 (remove_files) COMPLETE
76392025-09-19T00:10:17.965Z[ recovery-image] Sep 19 00:10:16.312 INFO O| Sep 19 00:10:16.312 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402025-09-19T00:10:17.969Z[ recovery-image] Sep 19 00:10:16.326 INFO O| Sep 19 00:10:16.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76412025-09-19T00:10:17.969Z[ recovery-image] Sep 19 00:10:16.326 INFO O| Sep 19 00:10:16.326 INFO STEP 954 (remove_files) COMPLETE
76422025-09-19T00:10:17.969Z[ recovery-image] Sep 19 00:10:16.326 INFO O| Sep 19 00:10:16.326 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432025-09-19T00:10:17.983Z[ recovery-image] Sep 19 00:10:16.339 INFO O| Sep 19 00:10:16.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76442025-09-19T00:10:17.983Z[ recovery-image] Sep 19 00:10:16.339 INFO O| Sep 19 00:10:16.339 INFO STEP 955 (remove_files) COMPLETE
76452025-09-19T00:10:17.986Z[ recovery-image] Sep 19 00:10:16.339 INFO O| Sep 19 00:10:16.339 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462025-09-19T00:10:17.994Z[ recovery-image] Sep 19 00:10:16.351 INFO O| Sep 19 00:10:16.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76472025-09-19T00:10:17.994Z[ recovery-image] Sep 19 00:10:16.351 INFO O| Sep 19 00:10:16.351 INFO STEP 956 (remove_files) COMPLETE
76482025-09-19T00:10:17.994Z[ recovery-image] Sep 19 00:10:16.351 INFO O| Sep 19 00:10:16.351 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492025-09-19T00:10:18.008Z[ recovery-image] Sep 19 00:10:16.364 INFO O| Sep 19 00:10:16.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76502025-09-19T00:10:18.008Z[ recovery-image] Sep 19 00:10:16.364 INFO O| Sep 19 00:10:16.364 INFO STEP 957 (remove_files) COMPLETE
76512025-09-19T00:10:18.008Z[ recovery-image] Sep 19 00:10:16.364 INFO O| Sep 19 00:10:16.364 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522025-09-19T00:10:18.019Z[ recovery-image] Sep 19 00:10:16.376 INFO O| Sep 19 00:10:16.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76532025-09-19T00:10:18.019Z[ recovery-image] Sep 19 00:10:16.376 INFO O| Sep 19 00:10:16.376 INFO STEP 958 (remove_files) COMPLETE
76542025-09-19T00:10:18.019Z[ recovery-image] Sep 19 00:10:16.376 INFO O| Sep 19 00:10:16.376 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552025-09-19T00:10:18.030Z[ recovery-image] Sep 19 00:10:16.386 INFO O| Sep 19 00:10:16.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76562025-09-19T00:10:18.030Z[ recovery-image] Sep 19 00:10:16.387 INFO O| Sep 19 00:10:16.386 INFO STEP 959 (remove_files) COMPLETE
76572025-09-19T00:10:18.030Z[ recovery-image] Sep 19 00:10:16.387 INFO O| Sep 19 00:10:16.386 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582025-09-19T00:10:18.041Z[ recovery-image] Sep 19 00:10:16.397 INFO O| Sep 19 00:10:16.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76592025-09-19T00:10:18.041Z[ recovery-image] Sep 19 00:10:16.397 INFO O| Sep 19 00:10:16.397 INFO STEP 960 (remove_files) COMPLETE
76602025-09-19T00:10:18.041Z[ recovery-image] Sep 19 00:10:16.397 INFO O| Sep 19 00:10:16.397 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612025-09-19T00:10:18.052Z[ recovery-image] Sep 19 00:10:16.408 INFO O| Sep 19 00:10:16.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76622025-09-19T00:10:18.052Z[ recovery-image] Sep 19 00:10:16.409 INFO O| Sep 19 00:10:16.408 INFO STEP 961 (remove_files) COMPLETE
76632025-09-19T00:10:18.052Z[ recovery-image] Sep 19 00:10:16.409 INFO O| Sep 19 00:10:16.408 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642025-09-19T00:10:18.066Z[ recovery-image] Sep 19 00:10:16.421 INFO O| Sep 19 00:10:16.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
76652025-09-19T00:10:18.069Z[ recovery-image] Sep 19 00:10:16.421 INFO O| Sep 19 00:10:16.421 INFO STEP 962 (remove_files) COMPLETE
76662025-09-19T00:10:18.069Z[ recovery-image] Sep 19 00:10:16.421 INFO O| Sep 19 00:10:16.421 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672025-09-19T00:10:18.078Z[ recovery-image] Sep 19 00:10:16.434 INFO O| Sep 19 00:10:16.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
76682025-09-19T00:10:18.078Z[ recovery-image] Sep 19 00:10:16.434 INFO O| Sep 19 00:10:16.434 INFO STEP 963 (remove_files) COMPLETE
76692025-09-19T00:10:18.078Z[ recovery-image] Sep 19 00:10:16.434 INFO O| Sep 19 00:10:16.434 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702025-09-19T00:10:18.082Z[ host-image] Sep 19 00:10:16.436 INFO O| Sep 19 00:10:16.436 INFO O| Planning: Solver setup ... Done
76712025-09-19T00:10:18.091Z[ recovery-image] Sep 19 00:10:16.448 INFO O| Sep 19 00:10:16.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
76722025-09-19T00:10:18.091Z[ recovery-image] Sep 19 00:10:16.448 INFO O| Sep 19 00:10:16.448 INFO STEP 964 (remove_files) COMPLETE
76732025-09-19T00:10:18.095Z[ recovery-image] Sep 19 00:10:16.448 INFO O| Sep 19 00:10:16.448 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742025-09-19T00:10:18.095Z[ host-image] Sep 19 00:10:16.450 INFO O| Sep 19 00:10:16.450 INFO O| Planning: Running solver ... Done
76752025-09-19T00:10:18.104Z[ recovery-image] Sep 19 00:10:16.460 INFO O| Sep 19 00:10:16.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
76762025-09-19T00:10:18.107Z[ recovery-image] Sep 19 00:10:16.461 INFO O| Sep 19 00:10:16.461 INFO STEP 965 (remove_files) COMPLETE
76772025-09-19T00:10:18.107Z[ recovery-image] Sep 19 00:10:16.461 INFO O| Sep 19 00:10:16.461 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782025-09-19T00:10:18.120Z[ recovery-image] Sep 19 00:10:16.476 INFO O| Sep 19 00:10:16.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
76792025-09-19T00:10:18.120Z[ recovery-image] Sep 19 00:10:16.476 INFO O| Sep 19 00:10:16.476 INFO STEP 966 (remove_files) COMPLETE
76802025-09-19T00:10:18.120Z[ recovery-image] Sep 19 00:10:16.476 INFO O| Sep 19 00:10:16.476 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812025-09-19T00:10:18.134Z[ recovery-image] Sep 19 00:10:16.491 INFO O| Sep 19 00:10:16.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
76822025-09-19T00:10:18.134Z[ recovery-image] Sep 19 00:10:16.491 INFO O| Sep 19 00:10:16.491 INFO STEP 967 (remove_files) COMPLETE
76832025-09-19T00:10:18.134Z[ recovery-image] Sep 19 00:10:16.491 INFO O| Sep 19 00:10:16.491 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842025-09-19T00:10:18.149Z[ recovery-image] Sep 19 00:10:16.505 INFO O| Sep 19 00:10:16.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
76852025-09-19T00:10:18.149Z[ recovery-image] Sep 19 00:10:16.505 INFO O| Sep 19 00:10:16.505 INFO STEP 968 (remove_files) COMPLETE
76862025-09-19T00:10:18.149Z[ recovery-image] Sep 19 00:10:16.505 INFO O| Sep 19 00:10:16.505 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872025-09-19T00:10:18.162Z[ recovery-image] Sep 19 00:10:16.518 INFO O| Sep 19 00:10:16.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
76882025-09-19T00:10:18.162Z[ recovery-image] Sep 19 00:10:16.518 INFO O| Sep 19 00:10:16.518 INFO STEP 969 (remove_files) COMPLETE
76892025-09-19T00:10:18.162Z[ recovery-image] Sep 19 00:10:16.518 INFO O| Sep 19 00:10:16.518 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902025-09-19T00:10:18.175Z[ recovery-image] Sep 19 00:10:16.531 INFO O| Sep 19 00:10:16.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
76912025-09-19T00:10:18.175Z[ recovery-image] Sep 19 00:10:16.532 INFO O| Sep 19 00:10:16.531 INFO STEP 970 (remove_files) COMPLETE
76922025-09-19T00:10:18.175Z[ recovery-image] Sep 19 00:10:16.532 INFO O| Sep 19 00:10:16.531 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932025-09-19T00:10:18.188Z[ recovery-image] Sep 19 00:10:16.545 INFO O| Sep 19 00:10:16.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
76942025-09-19T00:10:18.188Z[ recovery-image] Sep 19 00:10:16.545 INFO O| Sep 19 00:10:16.545 INFO STEP 971 (remove_files) COMPLETE
76952025-09-19T00:10:18.188Z[ recovery-image] Sep 19 00:10:16.545 INFO O| Sep 19 00:10:16.545 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962025-09-19T00:10:18.203Z[ recovery-image] Sep 19 00:10:16.558 INFO O| Sep 19 00:10:16.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
76972025-09-19T00:10:18.203Z[ recovery-image] Sep 19 00:10:16.558 INFO O| Sep 19 00:10:16.558 INFO STEP 972 (remove_files) COMPLETE
76982025-09-19T00:10:18.203Z[ recovery-image] Sep 19 00:10:16.558 INFO O| Sep 19 00:10:16.558 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992025-09-19T00:10:18.215Z[ recovery-image] Sep 19 00:10:16.571 INFO O| Sep 19 00:10:16.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77002025-09-19T00:10:18.215Z[ recovery-image] Sep 19 00:10:16.572 INFO O| Sep 19 00:10:16.571 INFO STEP 973 (remove_files) COMPLETE
77012025-09-19T00:10:18.215Z[ recovery-image] Sep 19 00:10:16.572 INFO O| Sep 19 00:10:16.572 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022025-09-19T00:10:18.229Z[ recovery-image] Sep 19 00:10:16.586 INFO O| Sep 19 00:10:16.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77032025-09-19T00:10:18.233Z[ recovery-image] Sep 19 00:10:16.586 INFO O| Sep 19 00:10:16.586 INFO STEP 974 (remove_files) COMPLETE
77042025-09-19T00:10:18.233Z[ recovery-image] Sep 19 00:10:16.586 INFO O| Sep 19 00:10:16.586 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052025-09-19T00:10:18.244Z[ recovery-image] Sep 19 00:10:16.600 INFO O| Sep 19 00:10:16.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77062025-09-19T00:10:18.248Z[ recovery-image] Sep 19 00:10:16.601 INFO O| Sep 19 00:10:16.601 INFO STEP 975 (remove_files) COMPLETE
77072025-09-19T00:10:18.248Z[ recovery-image] Sep 19 00:10:16.601 INFO O| Sep 19 00:10:16.601 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082025-09-19T00:10:18.255Z[ host-image] Sep 19 00:10:16.611 INFO O| Sep 19 00:10:16.611 INFO O| Planning: Finding local manifests ... Done
77092025-09-19T00:10:18.259Z[ recovery-image] Sep 19 00:10:16.615 INFO O| Sep 19 00:10:16.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77102025-09-19T00:10:18.259Z[ recovery-image] Sep 19 00:10:16.616 INFO O| Sep 19 00:10:16.616 INFO STEP 976 (remove_files) COMPLETE
77112025-09-19T00:10:18.259Z[ recovery-image] Sep 19 00:10:16.616 INFO O| Sep 19 00:10:16.616 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122025-09-19T00:10:18.274Z[ recovery-image] Sep 19 00:10:16.631 INFO O| Sep 19 00:10:16.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77132025-09-19T00:10:18.274Z[ recovery-image] Sep 19 00:10:16.631 INFO O| Sep 19 00:10:16.631 INFO STEP 977 (remove_files) COMPLETE
77142025-09-19T00:10:18.274Z[ recovery-image] Sep 19 00:10:16.631 INFO O| Sep 19 00:10:16.631 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152025-09-19T00:10:18.289Z[ recovery-image] Sep 19 00:10:16.646 INFO O| Sep 19 00:10:16.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77162025-09-19T00:10:18.289Z[ recovery-image] Sep 19 00:10:16.646 INFO O| Sep 19 00:10:16.646 INFO STEP 978 (remove_files) COMPLETE
77172025-09-19T00:10:18.290Z[ recovery-image] Sep 19 00:10:16.646 INFO O| Sep 19 00:10:16.646 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182025-09-19T00:10:18.303Z[ recovery-image] Sep 19 00:10:16.659 INFO O| Sep 19 00:10:16.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77192025-09-19T00:10:18.303Z[ recovery-image] Sep 19 00:10:16.660 INFO O| Sep 19 00:10:16.660 INFO STEP 979 (remove_files) COMPLETE
77202025-09-19T00:10:18.303Z[ recovery-image] Sep 19 00:10:16.660 INFO O| Sep 19 00:10:16.660 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212025-09-19T00:10:18.318Z[ recovery-image] Sep 19 00:10:16.675 INFO O| Sep 19 00:10:16.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77222025-09-19T00:10:18.318Z[ recovery-image] Sep 19 00:10:16.675 INFO O| Sep 19 00:10:16.675 INFO STEP 980 (remove_files) COMPLETE
77232025-09-19T00:10:18.318Z[ recovery-image] Sep 19 00:10:16.675 INFO O| Sep 19 00:10:16.675 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242025-09-19T00:10:18.336Z[ recovery-image] Sep 19 00:10:16.689 INFO O| Sep 19 00:10:16.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77252025-09-19T00:10:18.336Z[ recovery-image] Sep 19 00:10:16.689 INFO O| Sep 19 00:10:16.689 INFO STEP 981 (remove_files) COMPLETE
77262025-09-19T00:10:18.336Z[ recovery-image] Sep 19 00:10:16.689 INFO O| Sep 19 00:10:16.689 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272025-09-19T00:10:18.340Z[ host-image] Sep 19 00:10:16.696 INFO O| Sep 19 00:10:16.696 INFO O| Planning: Fetching manifests: 0/1 0% complete
77282025-09-19T00:10:18.348Z[ recovery-image] Sep 19 00:10:16.704 INFO O| Sep 19 00:10:16.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77292025-09-19T00:10:18.352Z[ recovery-image] Sep 19 00:10:16.705 INFO O| Sep 19 00:10:16.704 INFO STEP 982 (remove_files) COMPLETE
77302025-09-19T00:10:18.352Z[ recovery-image] Sep 19 00:10:16.705 INFO O| Sep 19 00:10:16.705 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312025-09-19T00:10:18.355Z[ host-image] Sep 19 00:10:16.709 INFO O| Sep 19 00:10:16.709 INFO O| Planning: Fetching manifests: 1/1 100% complete
77322025-09-19T00:10:18.365Z[ recovery-image] Sep 19 00:10:16.720 INFO O| Sep 19 00:10:16.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77332025-09-19T00:10:18.365Z[ recovery-image] Sep 19 00:10:16.720 INFO O| Sep 19 00:10:16.720 INFO STEP 983 (remove_files) COMPLETE
77342025-09-19T00:10:18.369Z[ recovery-image] Sep 19 00:10:16.720 INFO O| Sep 19 00:10:16.720 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352025-09-19T00:10:18.378Z[ recovery-image] Sep 19 00:10:16.733 INFO O| Sep 19 00:10:16.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77362025-09-19T00:10:18.378Z[ recovery-image] Sep 19 00:10:16.733 INFO O| Sep 19 00:10:16.733 INFO STEP 984 (remove_files) COMPLETE
77372025-09-19T00:10:18.385Z[ recovery-image] Sep 19 00:10:16.733 INFO O| Sep 19 00:10:16.733 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382025-09-19T00:10:18.385Z[ host-image] Sep 19 00:10:16.738 INFO O| Sep 19 00:10:16.738 INFO O| Planning: Package planning ... Done
77392025-09-19T00:10:18.389Z[ host-image] Sep 19 00:10:16.739 INFO O| Sep 19 00:10:16.739 INFO O| Planning: Merging actions ... Done
77402025-09-19T00:10:18.395Z[ recovery-image] Sep 19 00:10:16.748 INFO O| Sep 19 00:10:16.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77412025-09-19T00:10:18.395Z[ recovery-image] Sep 19 00:10:16.748 INFO O| Sep 19 00:10:16.748 INFO STEP 985 (remove_files) COMPLETE
77422025-09-19T00:10:18.395Z[ recovery-image] Sep 19 00:10:16.748 INFO O| Sep 19 00:10:16.748 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432025-09-19T00:10:18.406Z[ recovery-image] Sep 19 00:10:16.762 INFO O| Sep 19 00:10:16.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77442025-09-19T00:10:18.406Z[ recovery-image] Sep 19 00:10:16.762 INFO O| Sep 19 00:10:16.762 INFO STEP 986 (remove_files) COMPLETE
77452025-09-19T00:10:18.406Z[ recovery-image] Sep 19 00:10:16.762 INFO O| Sep 19 00:10:16.762 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462025-09-19T00:10:18.420Z[ recovery-image] Sep 19 00:10:16.777 INFO O| Sep 19 00:10:16.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77472025-09-19T00:10:18.420Z[ recovery-image] Sep 19 00:10:16.777 INFO O| Sep 19 00:10:16.777 INFO STEP 987 (remove_files) COMPLETE
77482025-09-19T00:10:18.420Z[ recovery-image] Sep 19 00:10:16.777 INFO O| Sep 19 00:10:16.777 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492025-09-19T00:10:18.434Z[ recovery-image] Sep 19 00:10:16.791 INFO O| Sep 19 00:10:16.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77502025-09-19T00:10:18.438Z[ recovery-image] Sep 19 00:10:16.791 INFO O| Sep 19 00:10:16.791 INFO STEP 988 (remove_files) COMPLETE
77512025-09-19T00:10:18.438Z[ recovery-image] Sep 19 00:10:16.791 INFO O| Sep 19 00:10:16.791 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522025-09-19T00:10:18.449Z[ recovery-image] Sep 19 00:10:16.806 INFO O| Sep 19 00:10:16.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77532025-09-19T00:10:18.449Z[ recovery-image] Sep 19 00:10:16.806 INFO O| Sep 19 00:10:16.806 INFO STEP 989 (remove_files) COMPLETE
77542025-09-19T00:10:18.449Z[ recovery-image] Sep 19 00:10:16.806 INFO O| Sep 19 00:10:16.806 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552025-09-19T00:10:18.463Z[ recovery-image] Sep 19 00:10:16.819 INFO O| Sep 19 00:10:16.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77562025-09-19T00:10:18.463Z[ recovery-image] Sep 19 00:10:16.819 INFO O| Sep 19 00:10:16.819 INFO STEP 990 (remove_files) COMPLETE
77572025-09-19T00:10:18.466Z[ recovery-image] Sep 19 00:10:16.819 INFO O| Sep 19 00:10:16.819 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582025-09-19T00:10:18.477Z[ recovery-image] Sep 19 00:10:16.833 INFO O| Sep 19 00:10:16.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77592025-09-19T00:10:18.477Z[ recovery-image] Sep 19 00:10:16.833 INFO O| Sep 19 00:10:16.833 INFO STEP 991 (remove_files) COMPLETE
77602025-09-19T00:10:18.480Z[ recovery-image] Sep 19 00:10:16.833 INFO O| Sep 19 00:10:16.833 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612025-09-19T00:10:18.492Z[ recovery-image] Sep 19 00:10:16.848 INFO O| Sep 19 00:10:16.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77622025-09-19T00:10:18.492Z[ recovery-image] Sep 19 00:10:16.848 INFO O| Sep 19 00:10:16.848 INFO STEP 992 (remove_files) COMPLETE
77632025-09-19T00:10:18.492Z[ recovery-image] Sep 19 00:10:16.848 INFO O| Sep 19 00:10:16.848 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642025-09-19T00:10:18.506Z[ recovery-image] Sep 19 00:10:16.862 INFO O| Sep 19 00:10:16.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77652025-09-19T00:10:18.506Z[ recovery-image] Sep 19 00:10:16.862 INFO O| Sep 19 00:10:16.862 INFO STEP 993 (remove_files) COMPLETE
77662025-09-19T00:10:18.506Z[ recovery-image] Sep 19 00:10:16.863 INFO O| Sep 19 00:10:16.862 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672025-09-19T00:10:18.520Z[ recovery-image] Sep 19 00:10:16.877 INFO O| Sep 19 00:10:16.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77682025-09-19T00:10:18.520Z[ recovery-image] Sep 19 00:10:16.877 INFO O| Sep 19 00:10:16.877 INFO STEP 994 (remove_files) COMPLETE
77692025-09-19T00:10:18.520Z[ recovery-image] Sep 19 00:10:16.877 INFO O| Sep 19 00:10:16.877 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702025-09-19T00:10:18.535Z[ recovery-image] Sep 19 00:10:16.891 INFO O| Sep 19 00:10:16.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
77712025-09-19T00:10:18.535Z[ recovery-image] Sep 19 00:10:16.891 INFO O| Sep 19 00:10:16.891 INFO STEP 995 (remove_files) COMPLETE
77722025-09-19T00:10:18.535Z[ recovery-image] Sep 19 00:10:16.891 INFO O| Sep 19 00:10:16.891 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732025-09-19T00:10:18.549Z[ recovery-image] Sep 19 00:10:16.905 INFO O| Sep 19 00:10:16.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
77742025-09-19T00:10:18.552Z[ recovery-image] Sep 19 00:10:16.906 INFO O| Sep 19 00:10:16.906 INFO STEP 996 (remove_files) COMPLETE
77752025-09-19T00:10:18.552Z[ recovery-image] Sep 19 00:10:16.906 INFO O| Sep 19 00:10:16.906 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762025-09-19T00:10:18.564Z[ recovery-image] Sep 19 00:10:16.921 INFO O| Sep 19 00:10:16.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
77772025-09-19T00:10:18.564Z[ recovery-image] Sep 19 00:10:16.921 INFO O| Sep 19 00:10:16.921 INFO STEP 997 (remove_files) COMPLETE
77782025-09-19T00:10:18.568Z[ recovery-image] Sep 19 00:10:16.921 INFO O| Sep 19 00:10:16.921 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792025-09-19T00:10:18.579Z[ recovery-image] Sep 19 00:10:16.936 INFO O| Sep 19 00:10:16.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
77802025-09-19T00:10:18.579Z[ recovery-image] Sep 19 00:10:16.936 INFO O| Sep 19 00:10:16.936 INFO STEP 998 (remove_files) COMPLETE
77812025-09-19T00:10:18.579Z[ recovery-image] Sep 19 00:10:16.936 INFO O| Sep 19 00:10:16.936 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822025-09-19T00:10:18.583Z[ host-image] Sep 19 00:10:16.940 INFO O| Sep 19 00:10:16.940 INFO O| Planning: Checking for conflicting actions ... Done
77832025-09-19T00:10:18.587Z[ host-image] Sep 19 00:10:16.941 INFO O| Sep 19 00:10:16.941 INFO O| Planning: Consolidating action changes ... Done
77842025-09-19T00:10:18.594Z[ recovery-image] Sep 19 00:10:16.950 INFO O| Sep 19 00:10:16.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
77852025-09-19T00:10:18.597Z[ recovery-image] Sep 19 00:10:16.950 INFO O| Sep 19 00:10:16.950 INFO STEP 999 (remove_files) COMPLETE
77862025-09-19T00:10:18.597Z[ recovery-image] Sep 19 00:10:16.950 INFO O| Sep 19 00:10:16.950 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872025-09-19T00:10:18.608Z[ recovery-image] Sep 19 00:10:16.964 INFO O| Sep 19 00:10:16.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
77882025-09-19T00:10:18.608Z[ recovery-image] Sep 19 00:10:16.964 INFO O| Sep 19 00:10:16.964 INFO STEP 1000 (remove_files) COMPLETE
77892025-09-19T00:10:18.608Z[ recovery-image] Sep 19 00:10:16.964 INFO O| Sep 19 00:10:16.964 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902025-09-19T00:10:18.621Z[ recovery-image] Sep 19 00:10:16.977 INFO O| Sep 19 00:10:16.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
77912025-09-19T00:10:18.621Z[ recovery-image] Sep 19 00:10:16.978 INFO O| Sep 19 00:10:16.978 INFO STEP 1001 (remove_files) COMPLETE
77922025-09-19T00:10:18.621Z[ recovery-image] Sep 19 00:10:16.978 INFO O| Sep 19 00:10:16.978 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932025-09-19T00:10:18.636Z[ recovery-image] Sep 19 00:10:16.993 INFO O| Sep 19 00:10:16.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
77942025-09-19T00:10:18.639Z[ recovery-image] Sep 19 00:10:16.993 INFO O| Sep 19 00:10:16.993 INFO STEP 1002 (remove_files) COMPLETE
77952025-09-19T00:10:18.639Z[ recovery-image] Sep 19 00:10:16.993 INFO O| Sep 19 00:10:16.993 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962025-09-19T00:10:18.651Z[ recovery-image] Sep 19 00:10:17.007 INFO O| Sep 19 00:10:17.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
77972025-09-19T00:10:18.651Z[ recovery-image] Sep 19 00:10:17.007 INFO O| Sep 19 00:10:17.007 INFO STEP 1003 (remove_files) COMPLETE
77982025-09-19T00:10:18.654Z[ recovery-image] Sep 19 00:10:17.007 INFO O| Sep 19 00:10:17.007 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992025-09-19T00:10:18.664Z[ recovery-image] Sep 19 00:10:17.021 INFO O| Sep 19 00:10:17.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78002025-09-19T00:10:18.664Z[ recovery-image] Sep 19 00:10:17.021 INFO O| Sep 19 00:10:17.021 INFO STEP 1004 (remove_files) COMPLETE
78012025-09-19T00:10:18.664Z[ recovery-image] Sep 19 00:10:17.021 INFO O| Sep 19 00:10:17.021 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022025-09-19T00:10:18.678Z[ recovery-image] Sep 19 00:10:17.034 INFO O| Sep 19 00:10:17.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78032025-09-19T00:10:18.678Z[ recovery-image] Sep 19 00:10:17.034 INFO O| Sep 19 00:10:17.034 INFO STEP 1005 (remove_files) COMPLETE
78042025-09-19T00:10:18.678Z[ recovery-image] Sep 19 00:10:17.034 INFO O| Sep 19 00:10:17.034 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052025-09-19T00:10:18.691Z[ recovery-image] Sep 19 00:10:17.048 INFO O| Sep 19 00:10:17.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78062025-09-19T00:10:18.691Z[ recovery-image] Sep 19 00:10:17.048 INFO O| Sep 19 00:10:17.048 INFO STEP 1006 (remove_files) COMPLETE
78072025-09-19T00:10:18.692Z[ recovery-image] Sep 19 00:10:17.048 INFO O| Sep 19 00:10:17.048 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082025-09-19T00:10:18.705Z[ recovery-image] Sep 19 00:10:17.062 INFO O| Sep 19 00:10:17.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78092025-09-19T00:10:18.705Z[ recovery-image] Sep 19 00:10:17.062 INFO O| Sep 19 00:10:17.062 INFO STEP 1007 (remove_files) COMPLETE
78102025-09-19T00:10:18.709Z[ recovery-image] Sep 19 00:10:17.062 INFO O| Sep 19 00:10:17.062 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112025-09-19T00:10:18.719Z[ recovery-image] Sep 19 00:10:17.076 INFO O| Sep 19 00:10:17.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78122025-09-19T00:10:18.719Z[ recovery-image] Sep 19 00:10:17.076 INFO O| Sep 19 00:10:17.076 INFO STEP 1008 (remove_files) COMPLETE
78132025-09-19T00:10:18.723Z[ recovery-image] Sep 19 00:10:17.076 INFO O| Sep 19 00:10:17.076 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142025-09-19T00:10:18.733Z[ recovery-image] Sep 19 00:10:17.090 INFO O| Sep 19 00:10:17.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
78152025-09-19T00:10:18.737Z[ recovery-image] Sep 19 00:10:17.090 INFO O| Sep 19 00:10:17.090 INFO STEP 1009 (remove_files) COMPLETE
78162025-09-19T00:10:18.737Z[ recovery-image] Sep 19 00:10:17.090 INFO O| Sep 19 00:10:17.090 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172025-09-19T00:10:18.746Z[ recovery-image] Sep 19 00:10:17.103 INFO O| Sep 19 00:10:17.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78182025-09-19T00:10:18.746Z[ recovery-image] Sep 19 00:10:17.103 INFO O| Sep 19 00:10:17.103 INFO STEP 1010 (remove_files) COMPLETE
78192025-09-19T00:10:18.750Z[ recovery-image] Sep 19 00:10:17.103 INFO O| Sep 19 00:10:17.103 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202025-09-19T00:10:18.760Z[ recovery-image] Sep 19 00:10:17.117 INFO O| Sep 19 00:10:17.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78212025-09-19T00:10:18.761Z[ recovery-image] Sep 19 00:10:17.117 INFO O| Sep 19 00:10:17.117 INFO STEP 1011 (remove_files) COMPLETE
78222025-09-19T00:10:18.764Z[ recovery-image] Sep 19 00:10:17.117 INFO O| Sep 19 00:10:17.117 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232025-09-19T00:10:18.775Z[ recovery-image] Sep 19 00:10:17.132 INFO O| Sep 19 00:10:17.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78242025-09-19T00:10:18.775Z[ recovery-image] Sep 19 00:10:17.132 INFO O| Sep 19 00:10:17.132 INFO STEP 1012 (remove_files) COMPLETE
78252025-09-19T00:10:18.779Z[ recovery-image] Sep 19 00:10:17.132 INFO O| Sep 19 00:10:17.132 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262025-09-19T00:10:18.790Z[ recovery-image] Sep 19 00:10:17.146 INFO O| Sep 19 00:10:17.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78272025-09-19T00:10:18.790Z[ recovery-image] Sep 19 00:10:17.147 INFO O| Sep 19 00:10:17.146 INFO STEP 1013 (remove_files) COMPLETE
78282025-09-19T00:10:18.794Z[ recovery-image] Sep 19 00:10:17.147 INFO O| Sep 19 00:10:17.146 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292025-09-19T00:10:18.805Z[ recovery-image] Sep 19 00:10:17.161 INFO O| Sep 19 00:10:17.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78302025-09-19T00:10:18.805Z[ recovery-image] Sep 19 00:10:17.161 INFO O| Sep 19 00:10:17.161 INFO STEP 1014 (remove_files) COMPLETE
78312025-09-19T00:10:18.808Z[ recovery-image] Sep 19 00:10:17.161 INFO O| Sep 19 00:10:17.161 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322025-09-19T00:10:18.819Z[ recovery-image] Sep 19 00:10:17.175 INFO O| Sep 19 00:10:17.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78332025-09-19T00:10:18.819Z[ recovery-image] Sep 19 00:10:17.176 INFO O| Sep 19 00:10:17.175 INFO STEP 1015 (remove_files) COMPLETE
78342025-09-19T00:10:18.819Z[ recovery-image] Sep 19 00:10:17.176 INFO O| Sep 19 00:10:17.176 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352025-09-19T00:10:18.833Z[ recovery-image] Sep 19 00:10:17.190 INFO O| Sep 19 00:10:17.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78362025-09-19T00:10:18.833Z[ recovery-image] Sep 19 00:10:17.190 INFO O| Sep 19 00:10:17.190 INFO STEP 1016 (remove_files) COMPLETE
78372025-09-19T00:10:18.838Z[ recovery-image] Sep 19 00:10:17.190 INFO O| Sep 19 00:10:17.190 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382025-09-19T00:10:18.850Z[ recovery-image] Sep 19 00:10:17.205 INFO O| Sep 19 00:10:17.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78392025-09-19T00:10:18.850Z[ recovery-image] Sep 19 00:10:17.205 INFO O| Sep 19 00:10:17.205 INFO STEP 1017 (remove_files) COMPLETE
78402025-09-19T00:10:18.853Z[ recovery-image] Sep 19 00:10:17.205 INFO O| Sep 19 00:10:17.205 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412025-09-19T00:10:18.864Z[ recovery-image] Sep 19 00:10:17.219 INFO O| Sep 19 00:10:17.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78422025-09-19T00:10:18.864Z[ recovery-image] Sep 19 00:10:17.219 INFO O| Sep 19 00:10:17.219 INFO STEP 1018 (remove_files) COMPLETE
78432025-09-19T00:10:18.867Z[ recovery-image] Sep 19 00:10:17.219 INFO O| Sep 19 00:10:17.219 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442025-09-19T00:10:18.877Z[ recovery-image] Sep 19 00:10:17.233 INFO O| Sep 19 00:10:17.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78452025-09-19T00:10:18.877Z[ recovery-image] Sep 19 00:10:17.234 INFO O| Sep 19 00:10:17.234 INFO STEP 1019 (remove_files) COMPLETE
78462025-09-19T00:10:18.880Z[ recovery-image] Sep 19 00:10:17.234 INFO O| Sep 19 00:10:17.234 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472025-09-19T00:10:18.892Z[ recovery-image] Sep 19 00:10:17.249 INFO O| Sep 19 00:10:17.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78482025-09-19T00:10:18.896Z[ recovery-image] Sep 19 00:10:17.249 INFO O| Sep 19 00:10:17.249 INFO STEP 1020 (remove_files) COMPLETE
78492025-09-19T00:10:18.896Z[ recovery-image] Sep 19 00:10:17.249 INFO O| Sep 19 00:10:17.249 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502025-09-19T00:10:18.908Z[ recovery-image] Sep 19 00:10:17.264 INFO O| Sep 19 00:10:17.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78512025-09-19T00:10:18.908Z[ recovery-image] Sep 19 00:10:17.264 INFO O| Sep 19 00:10:17.264 INFO STEP 1021 (remove_files) COMPLETE
78522025-09-19T00:10:18.908Z[ recovery-image] Sep 19 00:10:17.264 INFO O| Sep 19 00:10:17.264 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532025-09-19T00:10:18.923Z[ recovery-image] Sep 19 00:10:17.279 INFO O| Sep 19 00:10:17.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78542025-09-19T00:10:18.923Z[ recovery-image] Sep 19 00:10:17.279 INFO O| Sep 19 00:10:17.279 INFO STEP 1022 (remove_files) COMPLETE
78552025-09-19T00:10:18.926Z[ recovery-image] Sep 19 00:10:17.279 INFO O| Sep 19 00:10:17.279 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562025-09-19T00:10:18.937Z[ recovery-image] Sep 19 00:10:17.294 INFO O| Sep 19 00:10:17.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78572025-09-19T00:10:18.937Z[ recovery-image] Sep 19 00:10:17.294 INFO O| Sep 19 00:10:17.294 INFO STEP 1023 (remove_files) COMPLETE
78582025-09-19T00:10:18.941Z[ recovery-image] Sep 19 00:10:17.294 INFO O| Sep 19 00:10:17.294 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592025-09-19T00:10:18.952Z[ recovery-image] Sep 19 00:10:17.308 INFO O| Sep 19 00:10:17.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78602025-09-19T00:10:18.952Z[ recovery-image] Sep 19 00:10:17.308 INFO O| Sep 19 00:10:17.308 INFO STEP 1024 (remove_files) COMPLETE
78612025-09-19T00:10:18.955Z[ recovery-image] Sep 19 00:10:17.308 INFO O| Sep 19 00:10:17.308 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622025-09-19T00:10:18.966Z[ recovery-image] Sep 19 00:10:17.322 INFO O| Sep 19 00:10:17.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78632025-09-19T00:10:18.969Z[ recovery-image] Sep 19 00:10:17.322 INFO O| Sep 19 00:10:17.322 INFO STEP 1025 (remove_files) COMPLETE
78642025-09-19T00:10:18.969Z[ recovery-image] Sep 19 00:10:17.322 INFO O| Sep 19 00:10:17.322 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652025-09-19T00:10:18.980Z[ recovery-image] Sep 19 00:10:17.336 INFO O| Sep 19 00:10:17.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78662025-09-19T00:10:18.980Z[ recovery-image] Sep 19 00:10:17.336 INFO O| Sep 19 00:10:17.336 INFO STEP 1026 (remove_files) COMPLETE
78672025-09-19T00:10:18.980Z[ recovery-image] Sep 19 00:10:17.336 INFO O| Sep 19 00:10:17.336 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682025-09-19T00:10:18.993Z[ recovery-image] Sep 19 00:10:17.350 INFO O| Sep 19 00:10:17.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78692025-09-19T00:10:18.993Z[ recovery-image] Sep 19 00:10:17.350 INFO O| Sep 19 00:10:17.350 INFO STEP 1027 (remove_files) COMPLETE
78702025-09-19T00:10:18.993Z[ recovery-image] Sep 19 00:10:17.350 INFO O| Sep 19 00:10:17.350 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712025-09-19T00:10:19.008Z[ recovery-image] Sep 19 00:10:17.364 INFO O| Sep 19 00:10:17.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
78722025-09-19T00:10:19.008Z[ recovery-image] Sep 19 00:10:17.364 INFO O| Sep 19 00:10:17.364 INFO STEP 1028 (remove_files) COMPLETE
78732025-09-19T00:10:19.011Z[ recovery-image] Sep 19 00:10:17.364 INFO O| Sep 19 00:10:17.364 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742025-09-19T00:10:19.022Z[ recovery-image] Sep 19 00:10:17.379 INFO O| Sep 19 00:10:17.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
78752025-09-19T00:10:19.022Z[ recovery-image] Sep 19 00:10:17.379 INFO O| Sep 19 00:10:17.379 INFO STEP 1029 (remove_files) COMPLETE
78762025-09-19T00:10:19.022Z[ recovery-image] Sep 19 00:10:17.379 INFO O| Sep 19 00:10:17.379 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772025-09-19T00:10:19.036Z[ recovery-image] Sep 19 00:10:17.392 INFO O| Sep 19 00:10:17.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
78782025-09-19T00:10:19.036Z[ recovery-image] Sep 19 00:10:17.392 INFO O| Sep 19 00:10:17.392 INFO STEP 1030 (remove_files) COMPLETE
78792025-09-19T00:10:19.039Z[ recovery-image] Sep 19 00:10:17.392 INFO O| Sep 19 00:10:17.392 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802025-09-19T00:10:19.050Z[ recovery-image] Sep 19 00:10:17.406 INFO O| Sep 19 00:10:17.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
78812025-09-19T00:10:19.050Z[ recovery-image] Sep 19 00:10:17.406 INFO O| Sep 19 00:10:17.406 INFO STEP 1031 (remove_files) COMPLETE
78822025-09-19T00:10:19.053Z[ recovery-image] Sep 19 00:10:17.406 INFO O| Sep 19 00:10:17.406 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832025-09-19T00:10:19.064Z[ recovery-image] Sep 19 00:10:17.421 INFO O| Sep 19 00:10:17.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
78842025-09-19T00:10:19.064Z[ recovery-image] Sep 19 00:10:17.421 INFO O| Sep 19 00:10:17.421 INFO STEP 1032 (remove_files) COMPLETE
78852025-09-19T00:10:19.064Z[ recovery-image] Sep 19 00:10:17.421 INFO O| Sep 19 00:10:17.421 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862025-09-19T00:10:19.079Z[ recovery-image] Sep 19 00:10:17.435 INFO O| Sep 19 00:10:17.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
78872025-09-19T00:10:19.079Z[ recovery-image] Sep 19 00:10:17.436 INFO O| Sep 19 00:10:17.435 INFO STEP 1033 (remove_files) COMPLETE
78882025-09-19T00:10:19.079Z[ recovery-image] Sep 19 00:10:17.436 INFO O| Sep 19 00:10:17.436 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892025-09-19T00:10:19.093Z[ recovery-image] Sep 19 00:10:17.449 INFO O| Sep 19 00:10:17.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
78902025-09-19T00:10:19.093Z[ recovery-image] Sep 19 00:10:17.450 INFO O| Sep 19 00:10:17.450 INFO STEP 1034 (remove_files) COMPLETE
78912025-09-19T00:10:19.093Z[ recovery-image] Sep 19 00:10:17.450 INFO O| Sep 19 00:10:17.450 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922025-09-19T00:10:19.108Z[ recovery-image] Sep 19 00:10:17.464 INFO O| Sep 19 00:10:17.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
78932025-09-19T00:10:19.108Z[ recovery-image] Sep 19 00:10:17.464 INFO O| Sep 19 00:10:17.464 INFO STEP 1035 (remove_files) COMPLETE
78942025-09-19T00:10:19.108Z[ recovery-image] Sep 19 00:10:17.464 INFO O| Sep 19 00:10:17.464 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952025-09-19T00:10:19.122Z[ recovery-image] Sep 19 00:10:17.479 INFO O| Sep 19 00:10:17.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
78962025-09-19T00:10:19.122Z[ recovery-image] Sep 19 00:10:17.479 INFO O| Sep 19 00:10:17.479 INFO STEP 1036 (remove_files) COMPLETE
78972025-09-19T00:10:19.122Z[ recovery-image] Sep 19 00:10:17.479 INFO O| Sep 19 00:10:17.479 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982025-09-19T00:10:19.136Z[ recovery-image] Sep 19 00:10:17.493 INFO O| Sep 19 00:10:17.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
78992025-09-19T00:10:19.137Z[ recovery-image] Sep 19 00:10:17.493 INFO O| Sep 19 00:10:17.493 INFO STEP 1037 (remove_files) COMPLETE
79002025-09-19T00:10:19.137Z[ recovery-image] Sep 19 00:10:17.493 INFO O| Sep 19 00:10:17.493 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012025-09-19T00:10:19.151Z[ recovery-image] Sep 19 00:10:17.507 INFO O| Sep 19 00:10:17.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79022025-09-19T00:10:19.151Z[ recovery-image] Sep 19 00:10:17.507 INFO O| Sep 19 00:10:17.507 INFO STEP 1038 (remove_files) COMPLETE
79032025-09-19T00:10:19.151Z[ recovery-image] Sep 19 00:10:17.507 INFO O| Sep 19 00:10:17.507 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042025-09-19T00:10:19.164Z[ recovery-image] Sep 19 00:10:17.521 INFO O| Sep 19 00:10:17.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79052025-09-19T00:10:19.168Z[ recovery-image] Sep 19 00:10:17.521 INFO O| Sep 19 00:10:17.521 INFO STEP 1039 (remove_files) COMPLETE
79062025-09-19T00:10:19.168Z[ recovery-image] Sep 19 00:10:17.521 INFO O| Sep 19 00:10:17.521 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072025-09-19T00:10:19.178Z[ recovery-image] Sep 19 00:10:17.535 INFO O| Sep 19 00:10:17.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79082025-09-19T00:10:19.178Z[ recovery-image] Sep 19 00:10:17.535 INFO O| Sep 19 00:10:17.535 INFO STEP 1040 (remove_files) COMPLETE
79092025-09-19T00:10:19.178Z[ recovery-image] Sep 19 00:10:17.535 INFO O| Sep 19 00:10:17.535 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102025-09-19T00:10:19.192Z[ recovery-image] Sep 19 00:10:17.548 INFO O| Sep 19 00:10:17.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79112025-09-19T00:10:19.192Z[ recovery-image] Sep 19 00:10:17.548 INFO O| Sep 19 00:10:17.548 INFO STEP 1041 (remove_files) COMPLETE
79122025-09-19T00:10:19.192Z[ recovery-image] Sep 19 00:10:17.548 INFO O| Sep 19 00:10:17.548 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132025-09-19T00:10:19.205Z[ recovery-image] Sep 19 00:10:17.562 INFO O| Sep 19 00:10:17.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79142025-09-19T00:10:19.206Z[ recovery-image] Sep 19 00:10:17.562 INFO O| Sep 19 00:10:17.562 INFO STEP 1042 (remove_files) COMPLETE
79152025-09-19T00:10:19.206Z[ recovery-image] Sep 19 00:10:17.562 INFO O| Sep 19 00:10:17.562 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162025-09-19T00:10:19.220Z[ recovery-image] Sep 19 00:10:17.576 INFO O| Sep 19 00:10:17.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79172025-09-19T00:10:19.220Z[ recovery-image] Sep 19 00:10:17.576 INFO O| Sep 19 00:10:17.576 INFO STEP 1043 (remove_files) COMPLETE
79182025-09-19T00:10:19.220Z[ recovery-image] Sep 19 00:10:17.576 INFO O| Sep 19 00:10:17.576 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192025-09-19T00:10:19.233Z[ recovery-image] Sep 19 00:10:17.589 INFO O| Sep 19 00:10:17.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79202025-09-19T00:10:19.233Z[ recovery-image] Sep 19 00:10:17.590 INFO O| Sep 19 00:10:17.590 INFO STEP 1044 (remove_files) COMPLETE
79212025-09-19T00:10:19.236Z[ recovery-image] Sep 19 00:10:17.590 INFO O| Sep 19 00:10:17.590 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222025-09-19T00:10:19.247Z[ recovery-image] Sep 19 00:10:17.604 INFO O| Sep 19 00:10:17.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79232025-09-19T00:10:19.248Z[ recovery-image] Sep 19 00:10:17.604 INFO O| Sep 19 00:10:17.604 INFO STEP 1045 (remove_files) COMPLETE
79242025-09-19T00:10:19.248Z[ recovery-image] Sep 19 00:10:17.604 INFO O| Sep 19 00:10:17.604 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252025-09-19T00:10:19.263Z[ recovery-image] Sep 19 00:10:17.619 INFO O| Sep 19 00:10:17.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79262025-09-19T00:10:19.263Z[ recovery-image] Sep 19 00:10:17.619 INFO O| Sep 19 00:10:17.619 INFO STEP 1046 (remove_files) COMPLETE
79272025-09-19T00:10:19.263Z[ recovery-image] Sep 19 00:10:17.619 INFO O| Sep 19 00:10:17.619 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282025-09-19T00:10:19.277Z[ recovery-image] Sep 19 00:10:17.634 INFO O| Sep 19 00:10:17.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79292025-09-19T00:10:19.277Z[ recovery-image] Sep 19 00:10:17.634 INFO O| Sep 19 00:10:17.634 INFO STEP 1047 (remove_files) COMPLETE
79302025-09-19T00:10:19.280Z[ recovery-image] Sep 19 00:10:17.634 INFO O| Sep 19 00:10:17.634 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312025-09-19T00:10:19.292Z[ recovery-image] Sep 19 00:10:17.648 INFO O| Sep 19 00:10:17.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79322025-09-19T00:10:19.292Z[ recovery-image] Sep 19 00:10:17.648 INFO O| Sep 19 00:10:17.648 INFO STEP 1048 (remove_files) COMPLETE
79332025-09-19T00:10:19.292Z[ recovery-image] Sep 19 00:10:17.648 INFO O| Sep 19 00:10:17.648 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342025-09-19T00:10:19.306Z[ recovery-image] Sep 19 00:10:17.662 INFO O| Sep 19 00:10:17.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79352025-09-19T00:10:19.306Z[ recovery-image] Sep 19 00:10:17.662 INFO O| Sep 19 00:10:17.662 INFO STEP 1049 (remove_files) COMPLETE
79362025-09-19T00:10:19.306Z[ recovery-image] Sep 19 00:10:17.662 INFO O| Sep 19 00:10:17.662 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372025-09-19T00:10:19.321Z[ recovery-image] Sep 19 00:10:17.677 INFO O| Sep 19 00:10:17.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79382025-09-19T00:10:19.321Z[ recovery-image] Sep 19 00:10:17.678 INFO O| Sep 19 00:10:17.678 INFO STEP 1050 (remove_files) COMPLETE
79392025-09-19T00:10:19.321Z[ recovery-image] Sep 19 00:10:17.678 INFO O| Sep 19 00:10:17.678 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402025-09-19T00:10:19.336Z[ recovery-image] Sep 19 00:10:17.692 INFO O| Sep 19 00:10:17.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79412025-09-19T00:10:19.339Z[ recovery-image] Sep 19 00:10:17.693 INFO O| Sep 19 00:10:17.693 INFO STEP 1051 (remove_files) COMPLETE
79422025-09-19T00:10:19.339Z[ recovery-image] Sep 19 00:10:17.693 INFO O| Sep 19 00:10:17.693 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432025-09-19T00:10:19.351Z[ recovery-image] Sep 19 00:10:17.707 INFO O| Sep 19 00:10:17.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79442025-09-19T00:10:19.351Z[ recovery-image] Sep 19 00:10:17.708 INFO O| Sep 19 00:10:17.707 INFO STEP 1052 (remove_files) COMPLETE
79452025-09-19T00:10:19.351Z[ recovery-image] Sep 19 00:10:17.708 INFO O| Sep 19 00:10:17.708 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462025-09-19T00:10:19.366Z[ recovery-image] Sep 19 00:10:17.722 INFO O| Sep 19 00:10:17.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79472025-09-19T00:10:19.366Z[ recovery-image] Sep 19 00:10:17.722 INFO O| Sep 19 00:10:17.722 INFO STEP 1053 (remove_files) COMPLETE
79482025-09-19T00:10:19.369Z[ recovery-image] Sep 19 00:10:17.722 INFO O| Sep 19 00:10:17.722 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492025-09-19T00:10:19.380Z[ recovery-image] Sep 19 00:10:17.736 INFO O| Sep 19 00:10:17.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79502025-09-19T00:10:19.380Z[ recovery-image] Sep 19 00:10:17.736 INFO O| Sep 19 00:10:17.736 INFO STEP 1054 (remove_files) COMPLETE
79512025-09-19T00:10:19.380Z[ recovery-image] Sep 19 00:10:17.736 INFO O| Sep 19 00:10:17.736 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522025-09-19T00:10:19.394Z[ recovery-image] Sep 19 00:10:17.750 INFO O| Sep 19 00:10:17.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79532025-09-19T00:10:19.394Z[ recovery-image] Sep 19 00:10:17.750 INFO O| Sep 19 00:10:17.750 INFO STEP 1055 (remove_files) COMPLETE
79542025-09-19T00:10:19.398Z[ recovery-image] Sep 19 00:10:17.750 INFO O| Sep 19 00:10:17.750 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552025-09-19T00:10:19.408Z[ recovery-image] Sep 19 00:10:17.764 INFO O| Sep 19 00:10:17.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79562025-09-19T00:10:19.408Z[ recovery-image] Sep 19 00:10:17.765 INFO O| Sep 19 00:10:17.765 INFO STEP 1056 (remove_files) COMPLETE
79572025-09-19T00:10:19.408Z[ recovery-image] Sep 19 00:10:17.765 INFO O| Sep 19 00:10:17.765 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582025-09-19T00:10:19.422Z[ recovery-image] Sep 19 00:10:17.778 INFO O| Sep 19 00:10:17.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79592025-09-19T00:10:19.422Z[ recovery-image] Sep 19 00:10:17.778 INFO O| Sep 19 00:10:17.778 INFO STEP 1057 (remove_files) COMPLETE
79602025-09-19T00:10:19.425Z[ recovery-image] Sep 19 00:10:17.778 INFO O| Sep 19 00:10:17.778 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612025-09-19T00:10:19.435Z[ recovery-image] Sep 19 00:10:17.792 INFO O| Sep 19 00:10:17.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79622025-09-19T00:10:19.436Z[ recovery-image] Sep 19 00:10:17.792 INFO O| Sep 19 00:10:17.792 INFO STEP 1058 (remove_files) COMPLETE
79632025-09-19T00:10:19.436Z[ recovery-image] Sep 19 00:10:17.792 INFO O| Sep 19 00:10:17.792 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642025-09-19T00:10:19.449Z[ recovery-image] Sep 19 00:10:17.806 INFO O| Sep 19 00:10:17.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79652025-09-19T00:10:19.449Z[ recovery-image] Sep 19 00:10:17.806 INFO O| Sep 19 00:10:17.806 INFO STEP 1059 (remove_files) COMPLETE
79662025-09-19T00:10:19.449Z[ recovery-image] Sep 19 00:10:17.806 INFO O| Sep 19 00:10:17.806 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672025-09-19T00:10:19.463Z[ recovery-image] Sep 19 00:10:17.819 INFO O| Sep 19 00:10:17.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79682025-09-19T00:10:19.466Z[ recovery-image] Sep 19 00:10:17.819 INFO O| Sep 19 00:10:17.819 INFO STEP 1060 (remove_files) COMPLETE
79692025-09-19T00:10:19.466Z[ recovery-image] Sep 19 00:10:17.819 INFO O| Sep 19 00:10:17.819 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702025-09-19T00:10:19.477Z[ recovery-image] Sep 19 00:10:17.834 INFO O| Sep 19 00:10:17.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
79712025-09-19T00:10:19.477Z[ recovery-image] Sep 19 00:10:17.834 INFO O| Sep 19 00:10:17.834 INFO STEP 1061 (remove_files) COMPLETE
79722025-09-19T00:10:19.481Z[ recovery-image] Sep 19 00:10:17.834 INFO O| Sep 19 00:10:17.834 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732025-09-19T00:10:19.491Z[ host-image] Sep 19 00:10:17.848 INFO O| Sep 19 00:10:17.847 INFO O| Planning: Evaluating mediators ... Done
79742025-09-19T00:10:19.494Z[ host-image] Sep 19 00:10:17.848 INFO O| Sep 19 00:10:17.848 INFO O| Planning: Planning completed in 10.47 seconds
79752025-09-19T00:10:19.494Z[ recovery-image] Sep 19 00:10:17.848 INFO O| Sep 19 00:10:17.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
79762025-09-19T00:10:19.494Z[ recovery-image] Sep 19 00:10:17.849 INFO O| Sep 19 00:10:17.849 INFO STEP 1062 (remove_files) COMPLETE
79772025-09-19T00:10:19.494Z[ recovery-image] Sep 19 00:10:17.849 INFO O| Sep 19 00:10:17.849 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782025-09-19T00:10:19.494Z[ host-image] Sep 19 00:10:17.849 INFO O| Sep 19 00:10:17.849 INFO O| Packages to install: 1
79792025-09-19T00:10:19.507Z[ recovery-image] Sep 19 00:10:17.864 INFO O| Sep 19 00:10:17.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
79802025-09-19T00:10:19.507Z[ recovery-image] Sep 19 00:10:17.864 INFO O| Sep 19 00:10:17.864 INFO STEP 1063 (remove_files) COMPLETE
79812025-09-19T00:10:19.507Z[ recovery-image] Sep 19 00:10:17.864 INFO O| Sep 19 00:10:17.864 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822025-09-19T00:10:19.523Z[ recovery-image] Sep 19 00:10:17.879 INFO O| Sep 19 00:10:17.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
79832025-09-19T00:10:19.526Z[ recovery-image] Sep 19 00:10:17.880 INFO O| Sep 19 00:10:17.880 INFO STEP 1064 (remove_files) COMPLETE
79842025-09-19T00:10:19.526Z[ recovery-image] Sep 19 00:10:17.880 INFO O| Sep 19 00:10:17.880 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852025-09-19T00:10:19.531Z[ host-image] Sep 19 00:10:17.888 INFO O| Sep 19 00:10:17.887 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete
79862025-09-19T00:10:19.541Z[ recovery-image] Sep 19 00:10:17.897 INFO O| Sep 19 00:10:17.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
79872025-09-19T00:10:19.541Z[ recovery-image] Sep 19 00:10:17.897 INFO O| Sep 19 00:10:17.897 INFO STEP 1065 (remove_files) COMPLETE
79882025-09-19T00:10:19.541Z[ recovery-image] Sep 19 00:10:17.897 INFO O| Sep 19 00:10:17.897 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892025-09-19T00:10:19.556Z[ recovery-image] Sep 19 00:10:17.912 INFO O| Sep 19 00:10:17.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
79902025-09-19T00:10:19.556Z[ recovery-image] Sep 19 00:10:17.912 INFO O| Sep 19 00:10:17.912 INFO STEP 1066 (remove_files) COMPLETE
79912025-09-19T00:10:19.559Z[ recovery-image] Sep 19 00:10:17.912 INFO O| Sep 19 00:10:17.912 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922025-09-19T00:10:19.572Z[ recovery-image] Sep 19 00:10:17.928 INFO O| Sep 19 00:10:17.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
79932025-09-19T00:10:19.572Z[ recovery-image] Sep 19 00:10:17.928 INFO O| Sep 19 00:10:17.928 INFO STEP 1067 (remove_files) COMPLETE
79942025-09-19T00:10:19.572Z[ recovery-image] Sep 19 00:10:17.928 INFO O| Sep 19 00:10:17.928 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952025-09-19T00:10:19.587Z[ recovery-image] Sep 19 00:10:17.943 INFO O| Sep 19 00:10:17.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
79962025-09-19T00:10:19.587Z[ recovery-image] Sep 19 00:10:17.943 INFO O| Sep 19 00:10:17.943 INFO STEP 1068 (remove_files) COMPLETE
79972025-09-19T00:10:19.587Z[ recovery-image] Sep 19 00:10:17.943 INFO O| Sep 19 00:10:17.943 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79982025-09-19T00:10:19.601Z[ recovery-image] Sep 19 00:10:17.957 INFO O| Sep 19 00:10:17.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
79992025-09-19T00:10:19.601Z[ recovery-image] Sep 19 00:10:17.957 INFO O| Sep 19 00:10:17.957 INFO STEP 1069 (remove_files) COMPLETE
80002025-09-19T00:10:19.601Z[ recovery-image] Sep 19 00:10:17.957 INFO O| Sep 19 00:10:17.957 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80012025-09-19T00:10:19.615Z[ recovery-image] Sep 19 00:10:17.972 INFO O| Sep 19 00:10:17.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80022025-09-19T00:10:19.619Z[ recovery-image] Sep 19 00:10:17.972 INFO O| Sep 19 00:10:17.972 INFO STEP 1070 (remove_files) COMPLETE
80032025-09-19T00:10:19.619Z[ recovery-image] Sep 19 00:10:17.972 INFO O| Sep 19 00:10:17.972 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80042025-09-19T00:10:19.630Z[ recovery-image] Sep 19 00:10:17.986 INFO O| Sep 19 00:10:17.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80052025-09-19T00:10:19.630Z[ recovery-image] Sep 19 00:10:17.986 INFO O| Sep 19 00:10:17.986 INFO STEP 1071 (remove_files) COMPLETE
80062025-09-19T00:10:19.630Z[ recovery-image] Sep 19 00:10:17.986 INFO O| Sep 19 00:10:17.986 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80072025-09-19T00:10:19.645Z[ recovery-image] Sep 19 00:10:18.001 INFO O| Sep 19 00:10:18.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80082025-09-19T00:10:19.645Z[ recovery-image] Sep 19 00:10:18.001 INFO O| Sep 19 00:10:18.001 INFO STEP 1072 (remove_files) COMPLETE
80092025-09-19T00:10:19.645Z[ recovery-image] Sep 19 00:10:18.001 INFO O| Sep 19 00:10:18.001 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80102025-09-19T00:10:19.661Z[ recovery-image] Sep 19 00:10:18.017 INFO O| Sep 19 00:10:18.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80112025-09-19T00:10:19.664Z[ recovery-image] Sep 19 00:10:18.017 INFO O| Sep 19 00:10:18.017 INFO STEP 1073 (remove_files) COMPLETE
80122025-09-19T00:10:19.664Z[ recovery-image] Sep 19 00:10:18.017 INFO O| Sep 19 00:10:18.017 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80132025-09-19T00:10:19.676Z[ recovery-image] Sep 19 00:10:18.032 INFO O| Sep 19 00:10:18.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80142025-09-19T00:10:19.676Z[ recovery-image] Sep 19 00:10:18.033 INFO O| Sep 19 00:10:18.033 INFO STEP 1074 (remove_files) COMPLETE
80152025-09-19T00:10:19.676Z[ recovery-image] Sep 19 00:10:18.033 INFO O| Sep 19 00:10:18.033 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80162025-09-19T00:10:19.691Z[ recovery-image] Sep 19 00:10:18.047 INFO O| Sep 19 00:10:18.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80172025-09-19T00:10:19.691Z[ recovery-image] Sep 19 00:10:18.048 INFO O| Sep 19 00:10:18.048 INFO STEP 1075 (remove_files) COMPLETE
80182025-09-19T00:10:19.694Z[ recovery-image] Sep 19 00:10:18.048 INFO O| Sep 19 00:10:18.048 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80192025-09-19T00:10:19.708Z[ recovery-image] Sep 19 00:10:18.064 INFO O| Sep 19 00:10:18.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80202025-09-19T00:10:19.708Z[ recovery-image] Sep 19 00:10:18.064 INFO O| Sep 19 00:10:18.064 INFO STEP 1076 (remove_files) COMPLETE
80212025-09-19T00:10:19.708Z[ recovery-image] Sep 19 00:10:18.064 INFO O| Sep 19 00:10:18.064 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80222025-09-19T00:10:19.722Z[ recovery-image] Sep 19 00:10:18.079 INFO O| Sep 19 00:10:18.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80232025-09-19T00:10:19.722Z[ recovery-image] Sep 19 00:10:18.079 INFO O| Sep 19 00:10:18.079 INFO STEP 1077 (remove_files) COMPLETE
80242025-09-19T00:10:19.722Z[ recovery-image] Sep 19 00:10:18.079 INFO O| Sep 19 00:10:18.079 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80252025-09-19T00:10:19.739Z[ recovery-image] Sep 19 00:10:18.095 INFO O| Sep 19 00:10:18.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80262025-09-19T00:10:19.742Z[ recovery-image] Sep 19 00:10:18.096 INFO O| Sep 19 00:10:18.096 INFO STEP 1078 (remove_files) COMPLETE
80272025-09-19T00:10:19.742Z[ recovery-image] Sep 19 00:10:18.096 INFO O| Sep 19 00:10:18.096 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80282025-09-19T00:10:19.755Z[ recovery-image] Sep 19 00:10:18.111 INFO O| Sep 19 00:10:18.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80292025-09-19T00:10:19.755Z[ recovery-image] Sep 19 00:10:18.111 INFO O| Sep 19 00:10:18.111 INFO STEP 1079 (remove_files) COMPLETE
80302025-09-19T00:10:19.758Z[ recovery-image] Sep 19 00:10:18.112 INFO O| Sep 19 00:10:18.111 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80312025-09-19T00:10:19.773Z[ recovery-image] Sep 19 00:10:18.129 INFO O| Sep 19 00:10:18.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80322025-09-19T00:10:19.777Z[ recovery-image] Sep 19 00:10:18.130 INFO O| Sep 19 00:10:18.130 INFO STEP 1080 (remove_files) COMPLETE
80332025-09-19T00:10:19.777Z[ recovery-image] Sep 19 00:10:18.130 INFO O| Sep 19 00:10:18.130 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80342025-09-19T00:10:19.788Z[ recovery-image] Sep 19 00:10:18.145 INFO O| Sep 19 00:10:18.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80352025-09-19T00:10:19.788Z[ recovery-image] Sep 19 00:10:18.145 INFO O| Sep 19 00:10:18.145 INFO STEP 1081 (remove_files) COMPLETE
80362025-09-19T00:10:19.788Z[ recovery-image] Sep 19 00:10:18.145 INFO O| Sep 19 00:10:18.145 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80372025-09-19T00:10:19.815Z[ recovery-image] Sep 19 00:10:18.171 INFO O| Sep 19 00:10:18.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80382025-09-19T00:10:19.819Z[ recovery-image] Sep 19 00:10:18.172 INFO O| Sep 19 00:10:18.171 INFO STEP 1082 (remove_files) COMPLETE
80392025-09-19T00:10:19.819Z[ recovery-image] Sep 19 00:10:18.172 INFO O| Sep 19 00:10:18.171 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80402025-09-19T00:10:19.836Z[ recovery-image] Sep 19 00:10:18.192 INFO O| Sep 19 00:10:18.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80412025-09-19T00:10:19.836Z[ recovery-image] Sep 19 00:10:18.192 INFO O| Sep 19 00:10:18.192 INFO STEP 1083 (remove_files) COMPLETE
80422025-09-19T00:10:19.836Z[ recovery-image] Sep 19 00:10:18.192 INFO O| Sep 19 00:10:18.192 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80432025-09-19T00:10:19.850Z[ recovery-image] Sep 19 00:10:18.206 INFO O| Sep 19 00:10:18.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80442025-09-19T00:10:19.850Z[ recovery-image] Sep 19 00:10:18.206 INFO O| Sep 19 00:10:18.206 INFO STEP 1084 (remove_files) COMPLETE
80452025-09-19T00:10:19.850Z[ recovery-image] Sep 19 00:10:18.206 INFO O| Sep 19 00:10:18.206 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80462025-09-19T00:10:19.864Z[ recovery-image] Sep 19 00:10:18.221 INFO O| Sep 19 00:10:18.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80472025-09-19T00:10:19.864Z[ recovery-image] Sep 19 00:10:18.221 INFO O| Sep 19 00:10:18.221 INFO STEP 1085 (remove_files) COMPLETE
80482025-09-19T00:10:19.864Z[ recovery-image] Sep 19 00:10:18.221 INFO O| Sep 19 00:10:18.221 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80492025-09-19T00:10:19.870Z[ host-image] Sep 19 00:10:18.226 INFO O| Sep 19 00:10:18.226 INFO O| Download: Completed 10.09 MB in 0.34 seconds (29.8M/s)
80502025-09-19T00:10:19.878Z[ recovery-image] Sep 19 00:10:18.234 INFO O| Sep 19 00:10:18.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80512025-09-19T00:10:19.878Z[ recovery-image] Sep 19 00:10:18.234 INFO O| Sep 19 00:10:18.234 INFO STEP 1086 (remove_files) COMPLETE
80522025-09-19T00:10:19.878Z[ recovery-image] Sep 19 00:10:18.234 INFO O| Sep 19 00:10:18.234 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80532025-09-19T00:10:19.892Z[ recovery-image] Sep 19 00:10:18.248 INFO O| Sep 19 00:10:18.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80542025-09-19T00:10:19.892Z[ recovery-image] Sep 19 00:10:18.248 INFO O| Sep 19 00:10:18.248 INFO STEP 1087 (remove_files) COMPLETE
80552025-09-19T00:10:19.892Z[ recovery-image] Sep 19 00:10:18.248 INFO O| Sep 19 00:10:18.248 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80562025-09-19T00:10:19.906Z[ recovery-image] Sep 19 00:10:18.262 INFO O| Sep 19 00:10:18.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80572025-09-19T00:10:19.906Z[ recovery-image] Sep 19 00:10:18.262 INFO O| Sep 19 00:10:18.262 INFO STEP 1088 (remove_files) COMPLETE
80582025-09-19T00:10:19.906Z[ recovery-image] Sep 19 00:10:18.262 INFO O| Sep 19 00:10:18.262 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80592025-09-19T00:10:19.961Z[ recovery-image] Sep 19 00:10:18.317 INFO O| Sep 19 00:10:18.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80602025-09-19T00:10:19.961Z[ recovery-image] Sep 19 00:10:18.317 INFO O| Sep 19 00:10:18.317 INFO STEP 1089 (remove_files) COMPLETE
80612025-09-19T00:10:19.961Z[ recovery-image] Sep 19 00:10:18.317 INFO O| Sep 19 00:10:18.317 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80622025-09-19T00:10:19.970Z[ host-image] Sep 19 00:10:18.327 INFO O| Sep 19 00:10:18.327 INFO O| Actions: 1/22 actions (Installing new actions)
80632025-09-19T00:10:19.975Z[ recovery-image] Sep 19 00:10:18.331 INFO O| Sep 19 00:10:18.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80642025-09-19T00:10:19.975Z[ recovery-image] Sep 19 00:10:18.332 INFO O| Sep 19 00:10:18.331 INFO STEP 1090 (remove_files) COMPLETE
80652025-09-19T00:10:19.978Z[ recovery-image] Sep 19 00:10:18.332 INFO O| Sep 19 00:10:18.332 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662025-09-19T00:10:19.989Z[ recovery-image] Sep 19 00:10:18.345 INFO O| Sep 19 00:10:18.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80672025-09-19T00:10:19.989Z[ recovery-image] Sep 19 00:10:18.345 INFO O| Sep 19 00:10:18.345 INFO STEP 1091 (remove_files) COMPLETE
80682025-09-19T00:10:19.992Z[ recovery-image] Sep 19 00:10:18.345 INFO O| Sep 19 00:10:18.345 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692025-09-19T00:10:20.002Z[ recovery-image] Sep 19 00:10:18.358 INFO O| Sep 19 00:10:18.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80702025-09-19T00:10:20.002Z[ recovery-image] Sep 19 00:10:18.358 INFO O| Sep 19 00:10:18.358 INFO STEP 1092 (remove_files) COMPLETE
80712025-09-19T00:10:20.002Z[ recovery-image] Sep 19 00:10:18.358 INFO O| Sep 19 00:10:18.358 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722025-09-19T00:10:20.014Z[ recovery-image] Sep 19 00:10:18.371 INFO O| Sep 19 00:10:18.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80732025-09-19T00:10:20.014Z[ recovery-image] Sep 19 00:10:18.371 INFO O| Sep 19 00:10:18.371 INFO STEP 1093 (remove_files) COMPLETE
80742025-09-19T00:10:20.015Z[ recovery-image] Sep 19 00:10:18.371 INFO O| Sep 19 00:10:18.371 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752025-09-19T00:10:20.028Z[ recovery-image] Sep 19 00:10:18.384 INFO O| Sep 19 00:10:18.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
80762025-09-19T00:10:20.028Z[ recovery-image] Sep 19 00:10:18.384 INFO O| Sep 19 00:10:18.384 INFO STEP 1094 (remove_files) COMPLETE
80772025-09-19T00:10:20.028Z[ recovery-image] Sep 19 00:10:18.384 INFO O| Sep 19 00:10:18.384 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782025-09-19T00:10:20.042Z[ recovery-image] Sep 19 00:10:18.398 INFO O| Sep 19 00:10:18.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
80792025-09-19T00:10:20.042Z[ recovery-image] Sep 19 00:10:18.398 INFO O| Sep 19 00:10:18.398 INFO STEP 1095 (remove_files) COMPLETE
80802025-09-19T00:10:20.046Z[ recovery-image] Sep 19 00:10:18.398 INFO O| Sep 19 00:10:18.398 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812025-09-19T00:10:20.057Z[ recovery-image] Sep 19 00:10:18.413 INFO O| Sep 19 00:10:18.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
80822025-09-19T00:10:20.057Z[ recovery-image] Sep 19 00:10:18.413 INFO O| Sep 19 00:10:18.413 INFO STEP 1096 (remove_files) COMPLETE
80832025-09-19T00:10:20.057Z[ recovery-image] Sep 19 00:10:18.413 INFO O| Sep 19 00:10:18.413 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842025-09-19T00:10:20.072Z[ recovery-image] Sep 19 00:10:18.428 INFO O| Sep 19 00:10:18.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
80852025-09-19T00:10:20.072Z[ recovery-image] Sep 19 00:10:18.428 INFO O| Sep 19 00:10:18.428 INFO STEP 1097 (remove_files) COMPLETE
80862025-09-19T00:10:20.075Z[ recovery-image] Sep 19 00:10:18.428 INFO O| Sep 19 00:10:18.428 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872025-09-19T00:10:20.087Z[ recovery-image] Sep 19 00:10:18.443 INFO O| Sep 19 00:10:18.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
80882025-09-19T00:10:20.087Z[ recovery-image] Sep 19 00:10:18.443 INFO O| Sep 19 00:10:18.443 INFO STEP 1098 (remove_files) COMPLETE
80892025-09-19T00:10:20.087Z[ recovery-image] Sep 19 00:10:18.443 INFO O| Sep 19 00:10:18.443 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902025-09-19T00:10:20.102Z[ recovery-image] Sep 19 00:10:18.458 INFO O| Sep 19 00:10:18.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
80912025-09-19T00:10:20.102Z[ recovery-image] Sep 19 00:10:18.458 INFO O| Sep 19 00:10:18.458 INFO STEP 1099 (remove_files) COMPLETE
80922025-09-19T00:10:20.102Z[ recovery-image] Sep 19 00:10:18.458 INFO O| Sep 19 00:10:18.458 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932025-09-19T00:10:20.116Z[ recovery-image] Sep 19 00:10:18.473 INFO O| Sep 19 00:10:18.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
80942025-09-19T00:10:20.117Z[ recovery-image] Sep 19 00:10:18.473 INFO O| Sep 19 00:10:18.473 INFO STEP 1100 (remove_files) COMPLETE
80952025-09-19T00:10:20.117Z[ recovery-image] Sep 19 00:10:18.473 INFO O| Sep 19 00:10:18.473 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962025-09-19T00:10:20.131Z[ recovery-image] Sep 19 00:10:18.487 INFO O| Sep 19 00:10:18.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
80972025-09-19T00:10:20.131Z[ recovery-image] Sep 19 00:10:18.487 INFO O| Sep 19 00:10:18.487 INFO STEP 1101 (remove_files) COMPLETE
80982025-09-19T00:10:20.131Z[ recovery-image] Sep 19 00:10:18.487 INFO O| Sep 19 00:10:18.487 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992025-09-19T00:10:20.145Z[ recovery-image] Sep 19 00:10:18.502 INFO O| Sep 19 00:10:18.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81002025-09-19T00:10:20.145Z[ recovery-image] Sep 19 00:10:18.502 INFO O| Sep 19 00:10:18.502 INFO STEP 1102 (remove_files) COMPLETE
81012025-09-19T00:10:20.149Z[ recovery-image] Sep 19 00:10:18.502 INFO O| Sep 19 00:10:18.502 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022025-09-19T00:10:20.159Z[ recovery-image] Sep 19 00:10:18.516 INFO O| Sep 19 00:10:18.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81032025-09-19T00:10:20.159Z[ recovery-image] Sep 19 00:10:18.516 INFO O| Sep 19 00:10:18.516 INFO STEP 1103 (remove_files) COMPLETE
81042025-09-19T00:10:20.162Z[ recovery-image] Sep 19 00:10:18.516 INFO O| Sep 19 00:10:18.516 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052025-09-19T00:10:20.173Z[ recovery-image] Sep 19 00:10:18.530 INFO O| Sep 19 00:10:18.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81062025-09-19T00:10:20.173Z[ recovery-image] Sep 19 00:10:18.530 INFO O| Sep 19 00:10:18.530 INFO STEP 1104 (remove_files) COMPLETE
81072025-09-19T00:10:20.173Z[ recovery-image] Sep 19 00:10:18.530 INFO O| Sep 19 00:10:18.530 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082025-09-19T00:10:20.187Z[ recovery-image] Sep 19 00:10:18.543 INFO O| Sep 19 00:10:18.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81092025-09-19T00:10:20.187Z[ recovery-image] Sep 19 00:10:18.543 INFO O| Sep 19 00:10:18.543 INFO STEP 1105 (remove_files) COMPLETE
81102025-09-19T00:10:20.190Z[ recovery-image] Sep 19 00:10:18.543 INFO O| Sep 19 00:10:18.543 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112025-09-19T00:10:20.201Z[ recovery-image] Sep 19 00:10:18.558 INFO O| Sep 19 00:10:18.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81122025-09-19T00:10:20.201Z[ recovery-image] Sep 19 00:10:18.558 INFO O| Sep 19 00:10:18.558 INFO STEP 1106 (remove_files) COMPLETE
81132025-09-19T00:10:20.205Z[ recovery-image] Sep 19 00:10:18.558 INFO O| Sep 19 00:10:18.558 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142025-09-19T00:10:20.215Z[ recovery-image] Sep 19 00:10:18.572 INFO O| Sep 19 00:10:18.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81152025-09-19T00:10:20.219Z[ recovery-image] Sep 19 00:10:18.572 INFO O| Sep 19 00:10:18.572 INFO STEP 1107 (remove_files) COMPLETE
81162025-09-19T00:10:20.219Z[ recovery-image] Sep 19 00:10:18.572 INFO O| Sep 19 00:10:18.572 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172025-09-19T00:10:20.230Z[ recovery-image] Sep 19 00:10:18.586 INFO O| Sep 19 00:10:18.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81182025-09-19T00:10:20.230Z[ recovery-image] Sep 19 00:10:18.586 INFO O| Sep 19 00:10:18.586 INFO STEP 1108 (remove_files) COMPLETE
81192025-09-19T00:10:20.233Z[ recovery-image] Sep 19 00:10:18.586 INFO O| Sep 19 00:10:18.586 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202025-09-19T00:10:20.245Z[ recovery-image] Sep 19 00:10:18.601 INFO O| Sep 19 00:10:18.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81212025-09-19T00:10:20.246Z[ recovery-image] Sep 19 00:10:18.601 INFO O| Sep 19 00:10:18.601 INFO STEP 1109 (remove_files) COMPLETE
81222025-09-19T00:10:20.246Z[ recovery-image] Sep 19 00:10:18.601 INFO O| Sep 19 00:10:18.601 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232025-09-19T00:10:20.259Z[ recovery-image] Sep 19 00:10:18.616 INFO O| Sep 19 00:10:18.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81242025-09-19T00:10:20.259Z[ recovery-image] Sep 19 00:10:18.616 INFO O| Sep 19 00:10:18.616 INFO STEP 1110 (remove_files) COMPLETE
81252025-09-19T00:10:20.259Z[ recovery-image] Sep 19 00:10:18.616 INFO O| Sep 19 00:10:18.616 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262025-09-19T00:10:20.274Z[ recovery-image] Sep 19 00:10:18.630 INFO O| Sep 19 00:10:18.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81272025-09-19T00:10:20.274Z[ recovery-image] Sep 19 00:10:18.631 INFO O| Sep 19 00:10:18.630 INFO STEP 1111 (remove_files) COMPLETE
81282025-09-19T00:10:20.274Z[ recovery-image] Sep 19 00:10:18.631 INFO O| Sep 19 00:10:18.631 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292025-09-19T00:10:20.288Z[ recovery-image] Sep 19 00:10:18.644 INFO O| Sep 19 00:10:18.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81302025-09-19T00:10:20.291Z[ recovery-image] Sep 19 00:10:18.644 INFO O| Sep 19 00:10:18.644 INFO STEP 1112 (remove_files) COMPLETE
81312025-09-19T00:10:20.291Z[ recovery-image] Sep 19 00:10:18.644 INFO O| Sep 19 00:10:18.644 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322025-09-19T00:10:20.302Z[ recovery-image] Sep 19 00:10:18.659 INFO O| Sep 19 00:10:18.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81332025-09-19T00:10:20.302Z[ recovery-image] Sep 19 00:10:18.659 INFO O| Sep 19 00:10:18.659 INFO STEP 1113 (remove_files) COMPLETE
81342025-09-19T00:10:20.302Z[ recovery-image] Sep 19 00:10:18.659 INFO O| Sep 19 00:10:18.659 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352025-09-19T00:10:20.316Z[ recovery-image] Sep 19 00:10:18.673 INFO O| Sep 19 00:10:18.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81362025-09-19T00:10:20.316Z[ recovery-image] Sep 19 00:10:18.673 INFO O| Sep 19 00:10:18.673 INFO STEP 1114 (remove_files) COMPLETE
81372025-09-19T00:10:20.316Z[ recovery-image] Sep 19 00:10:18.673 INFO O| Sep 19 00:10:18.673 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382025-09-19T00:10:20.330Z[ recovery-image] Sep 19 00:10:18.686 INFO O| Sep 19 00:10:18.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81392025-09-19T00:10:20.330Z[ recovery-image] Sep 19 00:10:18.686 INFO O| Sep 19 00:10:18.686 INFO STEP 1115 (remove_files) COMPLETE
81402025-09-19T00:10:20.330Z[ recovery-image] Sep 19 00:10:18.686 INFO O| Sep 19 00:10:18.686 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81412025-09-19T00:10:20.345Z[ recovery-image] Sep 19 00:10:18.701 INFO O| Sep 19 00:10:18.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81422025-09-19T00:10:20.345Z[ recovery-image] Sep 19 00:10:18.701 INFO O| Sep 19 00:10:18.701 INFO STEP 1116 (remove_files) COMPLETE
81432025-09-19T00:10:20.345Z[ recovery-image] Sep 19 00:10:18.701 INFO O| Sep 19 00:10:18.701 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81442025-09-19T00:10:20.359Z[ recovery-image] Sep 19 00:10:18.715 INFO O| Sep 19 00:10:18.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81452025-09-19T00:10:20.359Z[ recovery-image] Sep 19 00:10:18.715 INFO O| Sep 19 00:10:18.715 INFO STEP 1117 (remove_files) COMPLETE
81462025-09-19T00:10:20.362Z[ recovery-image] Sep 19 00:10:18.715 INFO O| Sep 19 00:10:18.715 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81472025-09-19T00:10:20.374Z[ recovery-image] Sep 19 00:10:18.731 INFO O| Sep 19 00:10:18.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81482025-09-19T00:10:20.374Z[ recovery-image] Sep 19 00:10:18.731 INFO O| Sep 19 00:10:18.731 INFO STEP 1118 (remove_files) COMPLETE
81492025-09-19T00:10:20.374Z[ recovery-image] Sep 19 00:10:18.731 INFO O| Sep 19 00:10:18.731 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81502025-09-19T00:10:20.390Z[ recovery-image] Sep 19 00:10:18.746 INFO O| Sep 19 00:10:18.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81512025-09-19T00:10:20.390Z[ recovery-image] Sep 19 00:10:18.746 INFO O| Sep 19 00:10:18.746 INFO STEP 1119 (remove_files) COMPLETE
81522025-09-19T00:10:20.390Z[ recovery-image] Sep 19 00:10:18.746 INFO O| Sep 19 00:10:18.746 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81532025-09-19T00:10:20.413Z[ recovery-image] Sep 19 00:10:18.760 INFO O| Sep 19 00:10:18.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81542025-09-19T00:10:20.413Z[ recovery-image] Sep 19 00:10:18.760 INFO O| Sep 19 00:10:18.760 INFO STEP 1120 (remove_files) COMPLETE
81552025-09-19T00:10:20.413Z[ recovery-image] Sep 19 00:10:18.760 INFO O| Sep 19 00:10:18.760 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81562025-09-19T00:10:20.418Z[ recovery-image] Sep 19 00:10:18.775 INFO O| Sep 19 00:10:18.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81572025-09-19T00:10:20.418Z[ recovery-image] Sep 19 00:10:18.775 INFO O| Sep 19 00:10:18.775 INFO STEP 1121 (remove_files) COMPLETE
81582025-09-19T00:10:20.421Z[ recovery-image] Sep 19 00:10:18.775 INFO O| Sep 19 00:10:18.775 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81592025-09-19T00:10:20.432Z[ recovery-image] Sep 19 00:10:18.789 INFO O| Sep 19 00:10:18.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81602025-09-19T00:10:20.432Z[ recovery-image] Sep 19 00:10:18.789 INFO O| Sep 19 00:10:18.789 INFO STEP 1122 (remove_files) COMPLETE
81612025-09-19T00:10:20.436Z[ recovery-image] Sep 19 00:10:18.789 INFO O| Sep 19 00:10:18.789 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81622025-09-19T00:10:20.447Z[ recovery-image] Sep 19 00:10:18.803 INFO O| Sep 19 00:10:18.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81632025-09-19T00:10:20.447Z[ recovery-image] Sep 19 00:10:18.803 INFO O| Sep 19 00:10:18.803 INFO STEP 1123 (remove_files) COMPLETE
81642025-09-19T00:10:20.447Z[ recovery-image] Sep 19 00:10:18.803 INFO O| Sep 19 00:10:18.803 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81652025-09-19T00:10:20.460Z[ recovery-image] Sep 19 00:10:18.816 INFO O| Sep 19 00:10:18.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81662025-09-19T00:10:20.460Z[ recovery-image] Sep 19 00:10:18.817 INFO O| Sep 19 00:10:18.817 INFO STEP 1124 (remove_files) COMPLETE
81672025-09-19T00:10:20.460Z[ recovery-image] Sep 19 00:10:18.817 INFO O| Sep 19 00:10:18.817 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81682025-09-19T00:10:20.475Z[ recovery-image] Sep 19 00:10:18.831 INFO O| Sep 19 00:10:18.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81692025-09-19T00:10:20.475Z[ recovery-image] Sep 19 00:10:18.831 INFO O| Sep 19 00:10:18.831 INFO STEP 1125 (remove_files) COMPLETE
81702025-09-19T00:10:20.475Z[ recovery-image] Sep 19 00:10:18.831 INFO O| Sep 19 00:10:18.831 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81712025-09-19T00:10:20.489Z[ recovery-image] Sep 19 00:10:18.846 INFO O| Sep 19 00:10:18.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81722025-09-19T00:10:20.490Z[ recovery-image] Sep 19 00:10:18.846 INFO O| Sep 19 00:10:18.846 INFO STEP 1126 (remove_files) COMPLETE
81732025-09-19T00:10:20.490Z[ recovery-image] Sep 19 00:10:18.846 INFO O| Sep 19 00:10:18.846 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81742025-09-19T00:10:20.504Z[ recovery-image] Sep 19 00:10:18.861 INFO O| Sep 19 00:10:18.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81752025-09-19T00:10:20.504Z[ recovery-image] Sep 19 00:10:18.861 INFO O| Sep 19 00:10:18.861 INFO STEP 1127 (remove_files) COMPLETE
81762025-09-19T00:10:20.508Z[ recovery-image] Sep 19 00:10:18.861 INFO O| Sep 19 00:10:18.861 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81772025-09-19T00:10:20.520Z[ recovery-image] Sep 19 00:10:18.876 INFO O| Sep 19 00:10:18.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
81782025-09-19T00:10:20.524Z[ recovery-image] Sep 19 00:10:18.876 INFO O| Sep 19 00:10:18.876 INFO STEP 1128 (remove_files) COMPLETE
81792025-09-19T00:10:20.524Z[ recovery-image] Sep 19 00:10:18.876 INFO O| Sep 19 00:10:18.876 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81802025-09-19T00:10:20.534Z[ recovery-image] Sep 19 00:10:18.891 INFO O| Sep 19 00:10:18.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
81812025-09-19T00:10:20.534Z[ recovery-image] Sep 19 00:10:18.891 INFO O| Sep 19 00:10:18.891 INFO STEP 1129 (remove_files) COMPLETE
81822025-09-19T00:10:20.534Z[ recovery-image] Sep 19 00:10:18.891 INFO O| Sep 19 00:10:18.891 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81832025-09-19T00:10:20.549Z[ recovery-image] Sep 19 00:10:18.906 INFO O| Sep 19 00:10:18.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
81842025-09-19T00:10:20.549Z[ recovery-image] Sep 19 00:10:18.906 INFO O| Sep 19 00:10:18.906 INFO STEP 1130 (remove_files) COMPLETE
81852025-09-19T00:10:20.549Z[ recovery-image] Sep 19 00:10:18.906 INFO O| Sep 19 00:10:18.906 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81862025-09-19T00:10:20.564Z[ recovery-image] Sep 19 00:10:18.920 INFO O| Sep 19 00:10:18.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
81872025-09-19T00:10:20.564Z[ recovery-image] Sep 19 00:10:18.920 INFO O| Sep 19 00:10:18.920 INFO STEP 1131 (remove_files) COMPLETE
81882025-09-19T00:10:20.564Z[ recovery-image] Sep 19 00:10:18.920 INFO O| Sep 19 00:10:18.920 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81892025-09-19T00:10:20.580Z[ recovery-image] Sep 19 00:10:18.936 INFO O| Sep 19 00:10:18.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
81902025-09-19T00:10:20.580Z[ recovery-image] Sep 19 00:10:18.936 INFO O| Sep 19 00:10:18.936 INFO STEP 1132 (remove_files) COMPLETE
81912025-09-19T00:10:20.580Z[ recovery-image] Sep 19 00:10:18.936 INFO O| Sep 19 00:10:18.936 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81922025-09-19T00:10:20.595Z[ recovery-image] Sep 19 00:10:18.951 INFO O| Sep 19 00:10:18.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
81932025-09-19T00:10:20.595Z[ recovery-image] Sep 19 00:10:18.952 INFO O| Sep 19 00:10:18.951 INFO STEP 1133 (remove_files) COMPLETE
81942025-09-19T00:10:20.599Z[ recovery-image] Sep 19 00:10:18.952 INFO O| Sep 19 00:10:18.951 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81952025-09-19T00:10:20.610Z[ recovery-image] Sep 19 00:10:18.966 INFO O| Sep 19 00:10:18.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
81962025-09-19T00:10:20.610Z[ recovery-image] Sep 19 00:10:18.966 INFO O| Sep 19 00:10:18.966 INFO STEP 1134 (remove_files) COMPLETE
81972025-09-19T00:10:20.610Z[ recovery-image] Sep 19 00:10:18.967 INFO O| Sep 19 00:10:18.966 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81982025-09-19T00:10:20.624Z[ recovery-image] Sep 19 00:10:18.980 INFO O| Sep 19 00:10:18.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
81992025-09-19T00:10:20.627Z[ recovery-image] Sep 19 00:10:18.980 INFO O| Sep 19 00:10:18.980 INFO STEP 1135 (remove_files) COMPLETE
82002025-09-19T00:10:20.627Z[ recovery-image] Sep 19 00:10:18.980 INFO O| Sep 19 00:10:18.980 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82012025-09-19T00:10:20.639Z[ recovery-image] Sep 19 00:10:18.995 INFO O| Sep 19 00:10:18.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82022025-09-19T00:10:20.639Z[ recovery-image] Sep 19 00:10:18.995 INFO O| Sep 19 00:10:18.995 INFO STEP 1136 (remove_files) COMPLETE
82032025-09-19T00:10:20.642Z[ recovery-image] Sep 19 00:10:18.995 INFO O| Sep 19 00:10:18.995 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82042025-09-19T00:10:20.653Z[ recovery-image] Sep 19 00:10:19.009 INFO O| Sep 19 00:10:19.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
82052025-09-19T00:10:20.653Z[ recovery-image] Sep 19 00:10:19.009 INFO O| Sep 19 00:10:19.009 INFO STEP 1137 (remove_files) COMPLETE
82062025-09-19T00:10:20.656Z[ recovery-image] Sep 19 00:10:19.009 INFO O| Sep 19 00:10:19.009 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82072025-09-19T00:10:20.666Z[ recovery-image] Sep 19 00:10:19.023 INFO O| Sep 19 00:10:19.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82082025-09-19T00:10:20.671Z[ recovery-image] Sep 19 00:10:19.023 INFO O| Sep 19 00:10:19.023 INFO STEP 1138 (remove_files) COMPLETE
82092025-09-19T00:10:20.671Z[ recovery-image] Sep 19 00:10:19.023 INFO O| Sep 19 00:10:19.023 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82102025-09-19T00:10:20.681Z[ recovery-image] Sep 19 00:10:19.037 INFO O| Sep 19 00:10:19.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82112025-09-19T00:10:20.681Z[ recovery-image] Sep 19 00:10:19.037 INFO O| Sep 19 00:10:19.037 INFO STEP 1139 (remove_files) COMPLETE
82122025-09-19T00:10:20.681Z[ recovery-image] Sep 19 00:10:19.037 INFO O| Sep 19 00:10:19.037 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82132025-09-19T00:10:20.691Z[ host-image] Sep 19 00:10:19.046 INFO O| Sep 19 00:10:19.046 INFO O| Actions: Completed 22 actions in 0.72 seconds.
82142025-09-19T00:10:20.695Z[ recovery-image] Sep 19 00:10:19.052 INFO O| Sep 19 00:10:19.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82152025-09-19T00:10:20.695Z[ recovery-image] Sep 19 00:10:19.052 INFO O| Sep 19 00:10:19.052 INFO STEP 1140 (remove_files) COMPLETE
82162025-09-19T00:10:20.695Z[ recovery-image] Sep 19 00:10:19.052 INFO O| Sep 19 00:10:19.052 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82172025-09-19T00:10:20.710Z[ recovery-image] Sep 19 00:10:19.066 INFO O| Sep 19 00:10:19.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82182025-09-19T00:10:20.710Z[ recovery-image] Sep 19 00:10:19.066 INFO O| Sep 19 00:10:19.066 INFO STEP 1141 (remove_files) COMPLETE
82192025-09-19T00:10:20.710Z[ recovery-image] Sep 19 00:10:19.066 INFO O| Sep 19 00:10:19.066 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82202025-09-19T00:10:20.724Z[ recovery-image] Sep 19 00:10:19.081 INFO O| Sep 19 00:10:19.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82212025-09-19T00:10:20.724Z[ recovery-image] Sep 19 00:10:19.081 INFO O| Sep 19 00:10:19.081 INFO STEP 1142 (remove_files) COMPLETE
82222025-09-19T00:10:20.724Z[ recovery-image] Sep 19 00:10:19.081 INFO O| Sep 19 00:10:19.081 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82232025-09-19T00:10:20.739Z[ recovery-image] Sep 19 00:10:19.095 INFO O| Sep 19 00:10:19.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82242025-09-19T00:10:20.739Z[ recovery-image] Sep 19 00:10:19.095 INFO O| Sep 19 00:10:19.095 INFO STEP 1143 (remove_files) COMPLETE
82252025-09-19T00:10:20.739Z[ recovery-image] Sep 19 00:10:19.095 INFO O| Sep 19 00:10:19.095 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82262025-09-19T00:10:20.752Z[ recovery-image] Sep 19 00:10:19.108 INFO O| Sep 19 00:10:19.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82272025-09-19T00:10:20.752Z[ recovery-image] Sep 19 00:10:19.109 INFO O| Sep 19 00:10:19.109 INFO STEP 1144 (remove_files) COMPLETE
82282025-09-19T00:10:20.752Z[ recovery-image] Sep 19 00:10:19.109 INFO O| Sep 19 00:10:19.109 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82292025-09-19T00:10:20.772Z[ recovery-image] Sep 19 00:10:19.128 INFO O| Sep 19 00:10:19.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82302025-09-19T00:10:20.772Z[ recovery-image] Sep 19 00:10:19.129 INFO O| Sep 19 00:10:19.129 INFO STEP 1145 (remove_files) COMPLETE
82312025-09-19T00:10:20.772Z[ recovery-image] Sep 19 00:10:19.129 INFO O| Sep 19 00:10:19.129 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82322025-09-19T00:10:20.789Z[ recovery-image] Sep 19 00:10:19.144 INFO O| Sep 19 00:10:19.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82332025-09-19T00:10:20.789Z[ recovery-image] Sep 19 00:10:19.144 INFO O| Sep 19 00:10:19.144 INFO STEP 1146 (remove_files) COMPLETE
82342025-09-19T00:10:20.793Z[ recovery-image] Sep 19 00:10:19.144 INFO O| Sep 19 00:10:19.144 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82352025-09-19T00:10:20.803Z[ recovery-image] Sep 19 00:10:19.159 INFO O| Sep 19 00:10:19.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82362025-09-19T00:10:20.803Z[ recovery-image] Sep 19 00:10:19.159 INFO O| Sep 19 00:10:19.159 INFO STEP 1147 (remove_files) COMPLETE
82372025-09-19T00:10:20.804Z[ recovery-image] Sep 19 00:10:19.159 INFO O| Sep 19 00:10:19.159 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82382025-09-19T00:10:20.818Z[ recovery-image] Sep 19 00:10:19.175 INFO O| Sep 19 00:10:19.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82392025-09-19T00:10:20.818Z[ recovery-image] Sep 19 00:10:19.175 INFO O| Sep 19 00:10:19.175 INFO STEP 1148 (remove_files) COMPLETE
82402025-09-19T00:10:20.822Z[ recovery-image] Sep 19 00:10:19.175 INFO O| Sep 19 00:10:19.175 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82412025-09-19T00:10:20.833Z[ recovery-image] Sep 19 00:10:19.190 INFO O| Sep 19 00:10:19.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82422025-09-19T00:10:20.833Z[ recovery-image] Sep 19 00:10:19.190 INFO O| Sep 19 00:10:19.190 INFO STEP 1149 (remove_files) COMPLETE
82432025-09-19T00:10:20.833Z[ recovery-image] Sep 19 00:10:19.190 INFO O| Sep 19 00:10:19.190 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82442025-09-19T00:10:20.848Z[ recovery-image] Sep 19 00:10:19.204 INFO O| Sep 19 00:10:19.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82452025-09-19T00:10:20.848Z[ recovery-image] Sep 19 00:10:19.205 INFO O| Sep 19 00:10:19.205 INFO STEP 1150 (remove_files) COMPLETE
82462025-09-19T00:10:20.852Z[ recovery-image] Sep 19 00:10:19.205 INFO O| Sep 19 00:10:19.205 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82472025-09-19T00:10:20.864Z[ recovery-image] Sep 19 00:10:19.220 INFO O| Sep 19 00:10:19.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82482025-09-19T00:10:20.864Z[ recovery-image] Sep 19 00:10:19.220 INFO O| Sep 19 00:10:19.220 INFO STEP 1151 (remove_files) COMPLETE
82492025-09-19T00:10:20.867Z[ recovery-image] Sep 19 00:10:19.220 INFO O| Sep 19 00:10:19.220 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82502025-09-19T00:10:20.879Z[ recovery-image] Sep 19 00:10:19.235 INFO O| Sep 19 00:10:19.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82512025-09-19T00:10:20.879Z[ recovery-image] Sep 19 00:10:19.235 INFO O| Sep 19 00:10:19.235 INFO STEP 1152 (remove_files) COMPLETE
82522025-09-19T00:10:20.882Z[ recovery-image] Sep 19 00:10:19.235 INFO O| Sep 19 00:10:19.235 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82532025-09-19T00:10:20.894Z[ recovery-image] Sep 19 00:10:19.250 INFO O| Sep 19 00:10:19.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82542025-09-19T00:10:20.894Z[ recovery-image] Sep 19 00:10:19.250 INFO O| Sep 19 00:10:19.250 INFO STEP 1153 (remove_files) COMPLETE
82552025-09-19T00:10:20.897Z[ recovery-image] Sep 19 00:10:19.250 INFO O| Sep 19 00:10:19.250 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82562025-09-19T00:10:20.909Z[ recovery-image] Sep 19 00:10:19.265 INFO O| Sep 19 00:10:19.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82572025-09-19T00:10:20.912Z[ recovery-image] Sep 19 00:10:19.266 INFO O| Sep 19 00:10:19.265 INFO STEP 1154 (remove_files) COMPLETE
82582025-09-19T00:10:20.912Z[ recovery-image] Sep 19 00:10:19.266 INFO O| Sep 19 00:10:19.266 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82592025-09-19T00:10:20.924Z[ recovery-image] Sep 19 00:10:19.280 INFO O| Sep 19 00:10:19.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82602025-09-19T00:10:20.924Z[ recovery-image] Sep 19 00:10:19.281 INFO O| Sep 19 00:10:19.281 INFO STEP 1155 (remove_files) COMPLETE
82612025-09-19T00:10:20.924Z[ recovery-image] Sep 19 00:10:19.281 INFO O| Sep 19 00:10:19.281 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82622025-09-19T00:10:20.939Z[ recovery-image] Sep 19 00:10:19.295 INFO O| Sep 19 00:10:19.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82632025-09-19T00:10:20.939Z[ recovery-image] Sep 19 00:10:19.295 INFO O| Sep 19 00:10:19.295 INFO STEP 1156 (remove_files) COMPLETE
82642025-09-19T00:10:20.939Z[ recovery-image] Sep 19 00:10:19.295 INFO O| Sep 19 00:10:19.295 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82652025-09-19T00:10:20.953Z[ recovery-image] Sep 19 00:10:19.309 INFO O| Sep 19 00:10:19.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82662025-09-19T00:10:20.953Z[ recovery-image] Sep 19 00:10:19.309 INFO O| Sep 19 00:10:19.309 INFO STEP 1157 (remove_files) COMPLETE
82672025-09-19T00:10:20.953Z[ recovery-image] Sep 19 00:10:19.310 INFO O| Sep 19 00:10:19.309 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82682025-09-19T00:10:20.968Z[ recovery-image] Sep 19 00:10:19.324 INFO O| Sep 19 00:10:19.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82692025-09-19T00:10:20.968Z[ recovery-image] Sep 19 00:10:19.324 INFO O| Sep 19 00:10:19.324 INFO STEP 1158 (remove_files) COMPLETE
82702025-09-19T00:10:20.968Z[ recovery-image] Sep 19 00:10:19.324 INFO O| Sep 19 00:10:19.324 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82712025-09-19T00:10:20.982Z[ recovery-image] Sep 19 00:10:19.339 INFO O| Sep 19 00:10:19.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82722025-09-19T00:10:20.982Z[ recovery-image] Sep 19 00:10:19.339 INFO O| Sep 19 00:10:19.339 INFO STEP 1159 (remove_files) COMPLETE
82732025-09-19T00:10:20.983Z[ recovery-image] Sep 19 00:10:19.339 INFO O| Sep 19 00:10:19.339 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82742025-09-19T00:10:20.997Z[ recovery-image] Sep 19 00:10:19.353 INFO O| Sep 19 00:10:19.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
82752025-09-19T00:10:20.998Z[ recovery-image] Sep 19 00:10:19.354 INFO O| Sep 19 00:10:19.353 INFO STEP 1160 (remove_files) COMPLETE
82762025-09-19T00:10:20.998Z[ recovery-image] Sep 19 00:10:19.354 INFO O| Sep 19 00:10:19.353 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82772025-09-19T00:10:21.011Z[ recovery-image] Sep 19 00:10:19.367 INFO O| Sep 19 00:10:19.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
82782025-09-19T00:10:21.011Z[ recovery-image] Sep 19 00:10:19.367 INFO O| Sep 19 00:10:19.367 INFO STEP 1161 (remove_files) COMPLETE
82792025-09-19T00:10:21.011Z[ recovery-image] Sep 19 00:10:19.367 INFO O| Sep 19 00:10:19.367 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82802025-09-19T00:10:21.026Z[ recovery-image] Sep 19 00:10:19.383 INFO O| Sep 19 00:10:19.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
82812025-09-19T00:10:21.026Z[ recovery-image] Sep 19 00:10:19.383 INFO O| Sep 19 00:10:19.383 INFO STEP 1162 (remove_files) COMPLETE
82822025-09-19T00:10:21.026Z[ recovery-image] Sep 19 00:10:19.383 INFO O| Sep 19 00:10:19.383 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82832025-09-19T00:10:21.041Z[ recovery-image] Sep 19 00:10:19.398 INFO O| Sep 19 00:10:19.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
82842025-09-19T00:10:21.041Z[ recovery-image] Sep 19 00:10:19.398 INFO O| Sep 19 00:10:19.398 INFO STEP 1163 (remove_files) COMPLETE
82852025-09-19T00:10:21.041Z[ recovery-image] Sep 19 00:10:19.398 INFO O| Sep 19 00:10:19.398 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82862025-09-19T00:10:21.057Z[ recovery-image] Sep 19 00:10:19.413 INFO O| Sep 19 00:10:19.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
82872025-09-19T00:10:21.057Z[ recovery-image] Sep 19 00:10:19.413 INFO O| Sep 19 00:10:19.413 INFO STEP 1164 (remove_files) COMPLETE
82882025-09-19T00:10:21.057Z[ recovery-image] Sep 19 00:10:19.413 INFO O| Sep 19 00:10:19.413 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82892025-09-19T00:10:21.071Z[ recovery-image] Sep 19 00:10:19.428 INFO O| Sep 19 00:10:19.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
82902025-09-19T00:10:21.071Z[ recovery-image] Sep 19 00:10:19.428 INFO O| Sep 19 00:10:19.428 INFO STEP 1165 (remove_files) COMPLETE
82912025-09-19T00:10:21.071Z[ recovery-image] Sep 19 00:10:19.428 INFO O| Sep 19 00:10:19.428 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
82922025-09-19T00:10:21.093Z[ recovery-image] Sep 19 00:10:19.450 INFO O| Sep 19 00:10:19.449 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
82932025-09-19T00:10:21.093Z[ recovery-image] Sep 19 00:10:19.450 INFO O| Sep 19 00:10:19.450 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
82942025-09-19T00:10:22.007Z[ host-image] Sep 19 00:10:20.363 INFO O| Sep 19 00:10:20.363 INFO O| Done
82952025-09-19T00:10:22.007Z[ host-image] Sep 19 00:10:20.363 INFO O| Sep 19 00:10:20.363 INFO O| Done
82962025-09-19T00:10:22.988Z[ recovery-image] Sep 19 00:10:21.344 INFO O| Sep 19 00:10:21.344 INFO STEP 1166 (pack_tar) COMPLETE
82972025-09-19T00:10:22.988Z[ recovery-image] Sep 19 00:10:21.344 INFO O| Sep 19 00:10:21.344 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82982025-09-19T00:10:22.991Z[ recovery-image] Sep 19 00:10:21.344 INFO O| Sep 19 00:10:21.344 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82992025-09-19T00:10:23.262Z[ recovery-image] Sep 19 00:10:21.618 INFO O| Sep 19 00:10:21.618 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
83002025-09-19T00:10:23.418Z[ recovery-image] Sep 19 00:10:21.774 INFO O| Sep 19 00:10:21.774 INFO completed processing sled/ramdisk-03-recovery-trim
83012025-09-19T00:10:23.423Z[ recovery-image] Sep 19 00:10:21.780 INFO image builder template: zfs-recovery...
83022025-09-19T00:10:23.423Z[ recovery-image] Sep 19 00:10:21.780 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/.tmpSCTRpn/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
83032025-09-19T00:10:23.473Z[ recovery-image] Sep 19 00:10:21.829 INFO O| Sep 19 00:10:21.829 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83042025-09-19T00:10:23.478Z[ recovery-image] Sep 19 00:10:21.835 INFO O| Sep 19 00:10:21.835 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83052025-09-19T00:10:23.561Z[ recovery-image] Sep 19 00:10:21.917 INFO O| Sep 19 00:10:21.917 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
83062025-09-19T00:10:23.647Z[ recovery-image] Sep 19 00:10:22.003 INFO O| Sep 19 00:10:22.003 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83072025-09-19T00:10:23.647Z[ recovery-image] Sep 19 00:10:22.003 INFO O| Sep 19 00:10:22.003 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83082025-09-19T00:10:23.651Z[ recovery-image] Sep 19 00:10:22.008 INFO O| Sep 19 00:10:22.007 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83092025-09-19T00:10:23.760Z[ recovery-image] Sep 19 00:10:22.117 INFO O| Sep 19 00:10:22.117 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83102025-09-19T00:10:23.820Z[ recovery-image] Sep 19 00:10:22.176 INFO O| Sep 19 00:10:22.176 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83112025-09-19T00:10:23.834Z[ recovery-image] Sep 19 00:10:22.191 INFO O| Sep 19 00:10:22.191 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83122025-09-19T00:10:23.842Z[ recovery-image] Sep 19 00:10:22.198 INFO O| Sep 19 00:10:22.198 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83132025-09-19T00:10:23.853Z[ recovery-image] Sep 19 00:10:22.209 INFO O| Sep 19 00:10:22.209 INFO no lofi found
83142025-09-19T00:10:23.853Z[ recovery-image] Sep 19 00:10:22.209 INFO O| Sep 19 00:10:22.209 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83152025-09-19T00:10:23.853Z[ recovery-image] Sep 19 00:10:22.209 INFO O| Sep 19 00:10:22.209 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83162025-09-19T00:10:24.166Z[ host-image] Sep 19 00:10:22.522 INFO O| Sep 19 00:10:22.522 INFO O| Done
83172025-09-19T00:10:25.648Z[ recovery-image] Sep 19 00:10:24.004 INFO O| Sep 19 00:10:24.004 INFO lofi device = /dev/dsk/c2t1d0p0
83182025-09-19T00:10:25.648Z[ recovery-image] Sep 19 00:10:24.004 INFO O| Sep 19 00:10:24.004 INFO pool device = /dev/dsk/c2t1d0p0
83192025-09-19T00:10:25.651Z[ recovery-image] Sep 19 00:10:24.004 INFO O| Sep 19 00:10:24.004 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/c2t1d0p0"]
83202025-09-19T00:10:25.948Z[ recovery-image] Sep 19 00:10:24.305 INFO O| Sep 19 00:10:24.304 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83212025-09-19T00:10:25.949Z[ recovery-image] Sep 19 00:10:24.305 INFO O| Sep 19 00:10:24.304 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83222025-09-19T00:10:25.976Z[ recovery-image] Sep 19 00:10:24.332 INFO O| Sep 19 00:10:24.332 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83232025-09-19T00:10:26.414Z[ recovery-image] Sep 19 00:10:24.770 INFO O| Sep 19 00:10:24.770 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83242025-09-19T00:10:26.462Z[ recovery-image] Sep 19 00:10:24.818 INFO O| Sep 19 00:10:24.818 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83252025-09-19T00:10:26.487Z[ recovery-image] Sep 19 00:10:24.843 INFO O| Sep 19 00:10:24.843 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83262025-09-19T00:10:26.507Z[ recovery-image] Sep 19 00:10:24.863 INFO O| Sep 19 00:10:24.863 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83272025-09-19T00:10:26.576Z[ recovery-image] Sep 19 00:10:24.931 INFO O| Sep 19 00:10:24.931 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83282025-09-19T00:10:26.580Z[ recovery-image] Sep 19 00:10:24.932 INFO O| Sep 19 00:10:24.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83292025-09-19T00:10:26.580Z[ recovery-image] Sep 19 00:10:24.932 INFO O| Sep 19 00:10:24.932 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83302025-09-19T00:10:26.622Z[ recovery-image] Sep 19 00:10:24.978 INFO O| Sep 19 00:10:24.978 INFO boot environment UUID: bf1f2527-4404-4d7e-b2db-e01e8146ade1
83312025-09-19T00:10:26.622Z[ recovery-image] Sep 19 00:10:24.978 INFO O| Sep 19 00:10:24.978 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = bf1f2527-4404-4d7e-b2db-e01e8146ade1
83322025-09-19T00:10:26.643Z[ recovery-image] Sep 19 00:10:24.999 INFO O| Sep 19 00:10:24.999 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83332025-09-19T00:10:26.664Z[ recovery-image] Sep 19 00:10:25.020 INFO O| Sep 19 00:10:25.020 INFO STEP 0 (create_be) COMPLETE
83342025-09-19T00:10:26.664Z[ recovery-image] Sep 19 00:10:25.020 INFO O| Sep 19 00:10:25.020 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83352025-09-19T00:10:26.681Z[ recovery-image] Sep 19 00:10:25.037 INFO O| Sep 19 00:10:25.037 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"]
83362025-09-19T00:10:27.204Z[ host-image] Sep 19 00:10:25.559 INFO O| Sep 19 00:10:25.559 INFO O| Done
83372025-09-19T00:10:27.274Z[ host-image] Sep 19 00:10:25.630 INFO O| Sep 19 00:10:25.630 INFO O| Done
83382025-09-19T00:10:27.277Z[ host-image] Sep 19 00:10:25.631 INFO O| Sep 19 00:10:25.631 INFO O| Done
83392025-09-19T00:10:27.318Z[ host-image] Sep 19 00:10:25.674 INFO O| Sep 19 00:10:25.674 INFO O| Done
83402025-09-19T00:10:29.579Z[ host-image] Sep 19 00:10:27.905 INFO O| Sep 19 00:10:27.905 INFO STEP 14 (pkg_install) COMPLETE
83412025-09-19T00:10:29.579Z[ host-image] Sep 19 00:10:27.905 INFO O| Sep 19 00:10:27.905 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
83422025-09-19T00:10:29.579Z[ host-image] Sep 19 00:10:27.905 INFO O| Sep 19 00:10:27.905 INFO skip step because feature "mfg" is not enabled
83432025-09-19T00:10:29.579Z[ host-image] Sep 19 00:10:27.905 INFO O| Sep 19 00:10:27.905 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
83442025-09-19T00:10:29.579Z[ host-image] Sep 19 00:10:27.905 INFO O| Sep 19 00:10:27.905 INFO skip step because feature "compliance" is not enabled
83452025-09-19T00:10:29.579Z[ host-image] Sep 19 00:10:27.905 INFO O| Sep 19 00:10:27.905 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
83462025-09-19T00:10:29.579Z[ host-image] Sep 19 00:10:27.905 INFO O| Sep 19 00:10:27.905 INFO skip step because feature "stress" is not enabled
83472025-09-19T00:10:29.579Z[ host-image] Sep 19 00:10:27.905 INFO O| Sep 19 00:10:27.905 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
83482025-09-19T00:10:29.579Z[ host-image] Sep 19 00:10:27.905 INFO O| Sep 19 00:10:27.905 INFO skip step because feature "compliance" is not enabled
83492025-09-19T00:10:29.579Z[ host-image] Sep 19 00:10:27.905 INFO O| Sep 19 00:10:27.905 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
83502025-09-19T00:10:29.579Z[ host-image] Sep 19 00:10:27.905 INFO O| Sep 19 00:10:27.905 INFO skip step because feature "nfs" is not enabled
83512025-09-19T00:10:29.579Z[ host-image] Sep 19 00:10:27.905 INFO O| Sep 19 00:10:27.905 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
83522025-09-19T00:10:29.579Z[ host-image] Sep 19 00:10:27.905 INFO O| Sep 19 00:10:27.905 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
83532025-09-19T00:10:29.798Z[ host-image] Sep 19 00:10:28.154 INFO O| Sep 19 00:10:28.154 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
83542025-09-19T00:10:29.949Z[ host-image] Sep 19 00:10:28.305 INFO O| Sep 19 00:10:28.305 INFO completed processing sled/ramdisk-01-os
83552025-09-19T00:10:29.980Z[ host-image] Sep 19 00:10:28.308 INFO omicron1 baseline generation...
83562025-09-19T00:10:29.980Z[ host-image] Sep 19 00:10:28.308 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
83572025-09-19T00:10:31.118Z[ host-image] Sep 19 00:10:29.473 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23559:20250918T130007Z
83582025-09-19T00:10:33.542Z[ recovery-image] Sep 19 00:10:31.898 INFO O| Sep 19 00:10:31.898 INFO STEP 1 (unpack_tar) COMPLETE
83592025-09-19T00:10:33.542Z[ recovery-image] Sep 19 00:10:31.898 INFO O| Sep 19 00:10:31.898 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83602025-09-19T00:10:33.558Z[ recovery-image] Sep 19 00:10:31.913 INFO O| Sep 19 00:10:31.913 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83612025-09-19T00:10:34.580Z[ recovery-image] Sep 19 00:10:32.935 INFO O| Sep 19 00:10:32.935 INFO STEP 2 (devfsadm) COMPLETE
83622025-09-19T00:10:34.580Z[ recovery-image] Sep 19 00:10:32.935 INFO O| Sep 19 00:10:32.935 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83632025-09-19T00:10:34.593Z[ recovery-image] Sep 19 00:10:32.949 INFO O| Sep 19 00:10:32.949 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83642025-09-19T00:10:34.593Z[ recovery-image] Sep 19 00:10:32.949 INFO O| Sep 19 00:10:32.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83652025-09-19T00:10:34.597Z[ recovery-image] Sep 19 00:10:32.949 INFO O| Sep 19 00:10:32.949 INFO STEP 3 (ensure_dir) COMPLETE
83662025-09-19T00:10:34.597Z[ recovery-image] Sep 19 00:10:32.949 INFO O| Sep 19 00:10:32.949 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83672025-09-19T00:10:34.605Z[ recovery-image] Sep 19 00:10:32.961 INFO O| Sep 19 00:10:32.961 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83682025-09-19T00:10:34.605Z[ recovery-image] Sep 19 00:10:32.961 INFO O| Sep 19 00:10:32.961 INFO STEP 4 (ensure_dir) COMPLETE
83692025-09-19T00:10:34.609Z[ recovery-image] Sep 19 00:10:32.961 INFO O| Sep 19 00:10:32.961 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83702025-09-19T00:10:34.618Z[ recovery-image] Sep 19 00:10:32.974 INFO O| Sep 19 00:10:32.974 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83712025-09-19T00:10:34.618Z[ recovery-image] Sep 19 00:10:32.974 INFO O| Sep 19 00:10:32.974 INFO STEP 5 (ensure_dir) COMPLETE
83722025-09-19T00:10:34.618Z[ recovery-image] Sep 19 00:10:32.974 INFO O| Sep 19 00:10:32.974 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83732025-09-19T00:10:34.632Z[ recovery-image] Sep 19 00:10:32.987 INFO O| Sep 19 00:10:32.987 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83742025-09-19T00:10:34.635Z[ recovery-image] Sep 19 00:10:32.987 INFO O| Sep 19 00:10:32.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83752025-09-19T00:10:34.635Z[ recovery-image] Sep 19 00:10:32.987 INFO O| Sep 19 00:10:32.987 INFO STEP 6 (ensure_dir) COMPLETE
83762025-09-19T00:10:34.635Z[ recovery-image] Sep 19 00:10:32.987 INFO O| Sep 19 00:10:32.987 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83772025-09-19T00:10:34.645Z[ recovery-image] Sep 19 00:10:33.001 INFO O| Sep 19 00:10:33.000 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83782025-09-19T00:10:34.645Z[ recovery-image] Sep 19 00:10:33.001 INFO O| Sep 19 00:10:33.001 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83792025-09-19T00:10:34.645Z[ recovery-image] Sep 19 00:10:33.001 INFO O| Sep 19 00:10:33.001 INFO STEP 7 (ensure_dir) COMPLETE
83802025-09-19T00:10:34.648Z[ recovery-image] Sep 19 00:10:33.001 INFO O| Sep 19 00:10:33.001 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83812025-09-19T00:10:34.660Z[ recovery-image] Sep 19 00:10:33.016 INFO O| Sep 19 00:10:33.016 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83822025-09-19T00:10:34.663Z[ recovery-image] Sep 19 00:10:33.016 INFO O| Sep 19 00:10:33.016 INFO STEP 8 (remove_files) COMPLETE
83832025-09-19T00:10:34.663Z[ recovery-image] Sep 19 00:10:33.016 INFO O| Sep 19 00:10:33.016 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83842025-09-19T00:10:34.675Z[ recovery-image] Sep 19 00:10:33.030 INFO O| Sep 19 00:10:33.030 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83852025-09-19T00:10:34.678Z[ recovery-image] Sep 19 00:10:33.032 INFO O| Sep 19 00:10:33.032 INFO STEP 9 (remove_files) COMPLETE
83862025-09-19T00:10:34.678Z[ recovery-image] Sep 19 00:10:33.032 INFO O| Sep 19 00:10:33.032 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83872025-09-19T00:10:34.689Z[ recovery-image] Sep 19 00:10:33.045 INFO O| Sep 19 00:10:33.045 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83882025-09-19T00:10:34.694Z[ recovery-image] Sep 19 00:10:33.046 INFO O| Sep 19 00:10:33.046 INFO STEP 10 (remove_files) COMPLETE
83892025-09-19T00:10:34.694Z[ recovery-image] Sep 19 00:10:33.046 INFO O| Sep 19 00:10:33.046 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83902025-09-19T00:10:34.704Z[ recovery-image] Sep 19 00:10:33.060 INFO O| Sep 19 00:10:33.060 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83912025-09-19T00:10:34.704Z[ recovery-image] Sep 19 00:10:33.060 INFO O| Sep 19 00:10:33.060 INFO STEP 11 (remove_files) COMPLETE
83922025-09-19T00:10:34.708Z[ recovery-image] Sep 19 00:10:33.060 INFO O| Sep 19 00:10:33.060 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83932025-09-19T00:10:34.717Z[ recovery-image] Sep 19 00:10:33.073 INFO O| Sep 19 00:10:33.073 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83942025-09-19T00:10:34.717Z[ recovery-image] Sep 19 00:10:33.073 INFO O| Sep 19 00:10:33.073 INFO STEP 12 (remove_files) COMPLETE
83952025-09-19T00:10:34.717Z[ recovery-image] Sep 19 00:10:33.073 INFO O| Sep 19 00:10:33.073 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83962025-09-19T00:10:34.731Z[ recovery-image] Sep 19 00:10:33.086 INFO O| Sep 19 00:10:33.086 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83972025-09-19T00:10:34.731Z[ recovery-image] Sep 19 00:10:33.087 INFO O| Sep 19 00:10:33.086 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83982025-09-19T00:10:34.731Z[ recovery-image] Sep 19 00:10:33.087 INFO O| Sep 19 00:10:33.087 INFO STEP 13 (ensure_dir) COMPLETE
83992025-09-19T00:10:34.734Z[ recovery-image] Sep 19 00:10:33.087 INFO O| Sep 19 00:10:33.087 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84002025-09-19T00:10:34.745Z[ recovery-image] Sep 19 00:10:33.101 INFO O| Sep 19 00:10:33.101 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84012025-09-19T00:10:34.745Z[ recovery-image] Sep 19 00:10:33.101 INFO O| Sep 19 00:10:33.101 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84022025-09-19T00:10:34.745Z[ recovery-image] Sep 19 00:10:33.101 INFO O| Sep 19 00:10:33.101 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84032025-09-19T00:10:34.748Z[ recovery-image] Sep 19 00:10:33.101 INFO O| Sep 19 00:10:33.101 INFO STEP 14 (ensure_dir) COMPLETE
84042025-09-19T00:10:34.748Z[ recovery-image] Sep 19 00:10:33.101 INFO O| Sep 19 00:10:33.101 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84052025-09-19T00:10:34.759Z[ recovery-image] Sep 19 00:10:33.115 INFO O| Sep 19 00:10:33.115 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84062025-09-19T00:10:34.760Z[ recovery-image] Sep 19 00:10:33.115 INFO O| Sep 19 00:10:33.115 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84072025-09-19T00:10:34.760Z[ recovery-image] Sep 19 00:10:33.115 INFO O| Sep 19 00:10:33.115 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84082025-09-19T00:10:34.763Z[ recovery-image] Sep 19 00:10:33.115 INFO O| Sep 19 00:10:33.115 INFO STEP 15 (ensure_dir) COMPLETE
84092025-09-19T00:10:34.763Z[ recovery-image] Sep 19 00:10:33.115 INFO O| Sep 19 00:10:33.115 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84102025-09-19T00:10:34.774Z[ recovery-image] Sep 19 00:10:33.130 INFO O| Sep 19 00:10:33.130 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84112025-09-19T00:10:34.774Z[ recovery-image] Sep 19 00:10:33.130 INFO O| Sep 19 00:10:33.130 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84122025-09-19T00:10:34.778Z[ recovery-image] Sep 19 00:10:33.130 INFO O| Sep 19 00:10:33.130 INFO STEP 16 (ensure_dir) COMPLETE
84132025-09-19T00:10:34.778Z[ recovery-image] Sep 19 00:10:33.130 INFO O| Sep 19 00:10:33.130 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84142025-09-19T00:10:34.790Z[ recovery-image] Sep 19 00:10:33.145 INFO O| Sep 19 00:10:33.145 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84152025-09-19T00:10:34.790Z[ recovery-image] Sep 19 00:10:33.145 INFO O| Sep 19 00:10:33.145 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84162025-09-19T00:10:34.790Z[ recovery-image] Sep 19 00:10:33.145 INFO O| Sep 19 00:10:33.145 INFO STEP 17 (ensure_dir) COMPLETE
84172025-09-19T00:10:34.793Z[ recovery-image] Sep 19 00:10:33.145 INFO O| Sep 19 00:10:33.145 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84182025-09-19T00:10:34.805Z[ recovery-image] Sep 19 00:10:33.161 INFO O| Sep 19 00:10:33.161 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84192025-09-19T00:10:34.805Z[ recovery-image] Sep 19 00:10:33.161 INFO O| Sep 19 00:10:33.161 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84202025-09-19T00:10:34.808Z[ recovery-image] Sep 19 00:10:33.161 INFO O| Sep 19 00:10:33.161 INFO ok!
84212025-09-19T00:10:34.808Z[ recovery-image] Sep 19 00:10:33.161 INFO O| Sep 19 00:10:33.161 INFO STEP 18 (ensure_symlink) COMPLETE
84222025-09-19T00:10:34.808Z[ recovery-image] Sep 19 00:10:33.161 INFO O| Sep 19 00:10:33.161 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84232025-09-19T00:10:34.820Z[ recovery-image] Sep 19 00:10:33.176 INFO O| Sep 19 00:10:33.176 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84242025-09-19T00:10:34.820Z[ recovery-image] Sep 19 00:10:33.176 INFO O| Sep 19 00:10:33.176 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84252025-09-19T00:10:34.820Z[ recovery-image] Sep 19 00:10:33.176 INFO O| Sep 19 00:10:33.176 INFO ok!
84262025-09-19T00:10:34.820Z[ recovery-image] Sep 19 00:10:33.176 INFO O| Sep 19 00:10:33.176 INFO STEP 19 (ensure_file) COMPLETE
84272025-09-19T00:10:34.820Z[ recovery-image] Sep 19 00:10:33.176 INFO O| Sep 19 00:10:33.176 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84282025-09-19T00:10:34.835Z[ recovery-image] Sep 19 00:10:33.191 INFO O| Sep 19 00:10:33.190 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84292025-09-19T00:10:34.835Z[ recovery-image] Sep 19 00:10:33.191 INFO O| Sep 19 00:10:33.191 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84302025-09-19T00:10:34.835Z[ recovery-image] Sep 19 00:10:33.191 INFO O| Sep 19 00:10:33.191 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84312025-09-19T00:10:34.838Z[ recovery-image] Sep 19 00:10:33.191 INFO O| Sep 19 00:10:33.191 INFO ok!
84322025-09-19T00:10:34.838Z[ recovery-image] Sep 19 00:10:33.191 INFO O| Sep 19 00:10:33.191 INFO STEP 20 (ensure_symlink) COMPLETE
84332025-09-19T00:10:34.838Z[ recovery-image] Sep 19 00:10:33.191 INFO O| Sep 19 00:10:33.191 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84342025-09-19T00:10:34.850Z[ recovery-image] Sep 19 00:10:33.205 INFO O| Sep 19 00:10:33.205 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84352025-09-19T00:10:34.850Z[ recovery-image] Sep 19 00:10:33.205 INFO O| Sep 19 00:10:33.205 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84362025-09-19T00:10:34.850Z[ recovery-image] Sep 19 00:10:33.206 INFO O| Sep 19 00:10:33.205 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84372025-09-19T00:10:34.850Z[ recovery-image] Sep 19 00:10:33.206 INFO O| Sep 19 00:10:33.205 INFO ok!
84382025-09-19T00:10:34.853Z[ recovery-image] Sep 19 00:10:33.206 INFO O| Sep 19 00:10:33.206 INFO STEP 21 (ensure_symlink) COMPLETE
84392025-09-19T00:10:34.853Z[ recovery-image] Sep 19 00:10:33.206 INFO O| Sep 19 00:10:33.206 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84402025-09-19T00:10:34.864Z[ recovery-image] Sep 19 00:10:33.220 INFO O| Sep 19 00:10:33.220 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84412025-09-19T00:10:34.864Z[ recovery-image] Sep 19 00:10:33.220 INFO O| Sep 19 00:10:33.220 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84422025-09-19T00:10:34.873Z[ recovery-image] Sep 19 00:10:33.220 INFO O| Sep 19 00:10:33.220 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84432025-09-19T00:10:34.873Z[ recovery-image] Sep 19 00:10:33.220 INFO O| Sep 19 00:10:33.220 INFO ok!
84442025-09-19T00:10:34.873Z[ recovery-image] Sep 19 00:10:33.220 INFO O| Sep 19 00:10:33.220 INFO STEP 22 (ensure_symlink) COMPLETE
84452025-09-19T00:10:34.873Z[ recovery-image] Sep 19 00:10:33.220 INFO O| Sep 19 00:10:33.220 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84462025-09-19T00:10:34.887Z[ recovery-image] Sep 19 00:10:33.236 INFO O| Sep 19 00:10:33.236 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84472025-09-19T00:10:34.887Z[ recovery-image] Sep 19 00:10:33.237 INFO O| Sep 19 00:10:33.236 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84482025-09-19T00:10:34.887Z[ recovery-image] Sep 19 00:10:33.237 INFO O| Sep 19 00:10:33.236 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84492025-09-19T00:10:34.887Z[ recovery-image] Sep 19 00:10:33.237 INFO O| Sep 19 00:10:33.237 INFO ok!
84502025-09-19T00:10:34.887Z[ recovery-image] Sep 19 00:10:33.237 INFO O| Sep 19 00:10:33.237 INFO STEP 23 (ensure_symlink) COMPLETE
84512025-09-19T00:10:34.892Z[ recovery-image] Sep 19 00:10:33.237 INFO O| Sep 19 00:10:33.237 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84522025-09-19T00:10:34.895Z[ recovery-image] Sep 19 00:10:33.249 INFO O| Sep 19 00:10:33.248 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84532025-09-19T00:10:34.895Z[ recovery-image] Sep 19 00:10:33.249 INFO O| Sep 19 00:10:33.249 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 ...
84542025-09-19T00:10:34.895Z[ recovery-image] Sep 19 00:10:33.249 INFO O| Sep 19 00:10:33.249 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84552025-09-19T00:10:34.895Z[ recovery-image] Sep 19 00:10:33.249 INFO O| Sep 19 00:10:33.249 INFO ok!
84562025-09-19T00:10:34.895Z[ recovery-image] Sep 19 00:10:33.249 INFO O| Sep 19 00:10:33.249 INFO STEP 24 (ensure_file) COMPLETE
84572025-09-19T00:10:34.899Z[ recovery-image] Sep 19 00:10:33.255 INFO O| Sep 19 00:10:33.249 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84582025-09-19T00:10:34.906Z[ recovery-image] Sep 19 00:10:33.262 INFO O| Sep 19 00:10:33.262 INFO updating shadow file
84592025-09-19T00:10:34.912Z[ recovery-image] Sep 19 00:10:33.262 INFO O| Sep 19 00:10:33.262 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84602025-09-19T00:10:34.912Z[ recovery-image] Sep 19 00:10:33.262 INFO O| Sep 19 00:10:33.262 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84612025-09-19T00:10:34.912Z[ recovery-image] Sep 19 00:10:33.262 INFO O| Sep 19 00:10:33.262 INFO STEP 25 (shadow) COMPLETE
84622025-09-19T00:10:34.912Z[ recovery-image] Sep 19 00:10:33.262 INFO O| Sep 19 00:10:33.262 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84632025-09-19T00:10:34.928Z[ recovery-image] Sep 19 00:10:33.274 INFO O| Sep 19 00:10:33.274 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84642025-09-19T00:10:34.928Z[ recovery-image] Sep 19 00:10:33.275 INFO O| Sep 19 00:10:33.275 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84652025-09-19T00:10:34.928Z[ recovery-image] Sep 19 00:10:33.275 INFO O| Sep 19 00:10:33.275 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84662025-09-19T00:10:34.928Z[ recovery-image] Sep 19 00:10:33.275 INFO O| Sep 19 00:10:33.275 INFO ok!
84672025-09-19T00:10:34.928Z[ recovery-image] Sep 19 00:10:33.275 INFO O| Sep 19 00:10:33.275 INFO STEP 26 (ensure_file) COMPLETE
84682025-09-19T00:10:34.928Z[ recovery-image] Sep 19 00:10:33.275 INFO O| Sep 19 00:10:33.275 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84692025-09-19T00:10:34.935Z[ recovery-image] Sep 19 00:10:33.291 INFO O| Sep 19 00:10:33.291 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84702025-09-19T00:10:34.935Z[ recovery-image] Sep 19 00:10:33.291 INFO O| Sep 19 00:10:33.291 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84712025-09-19T00:10:34.935Z[ recovery-image] Sep 19 00:10:33.291 INFO O| Sep 19 00:10:33.291 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84722025-09-19T00:10:34.938Z[ recovery-image] Sep 19 00:10:33.291 INFO O| Sep 19 00:10:33.291 INFO ok!
84732025-09-19T00:10:34.938Z[ recovery-image] Sep 19 00:10:33.291 INFO O| Sep 19 00:10:33.291 INFO STEP 27 (ensure_file) COMPLETE
84742025-09-19T00:10:34.938Z[ recovery-image] Sep 19 00:10:33.291 INFO O| Sep 19 00:10:33.291 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84752025-09-19T00:10:34.954Z[ recovery-image] Sep 19 00:10:33.310 INFO O| Sep 19 00:10:33.310 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84762025-09-19T00:10:34.954Z[ recovery-image] Sep 19 00:10:33.310 INFO O| Sep 19 00:10:33.310 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84772025-09-19T00:10:34.958Z[ recovery-image] Sep 19 00:10:33.310 INFO O| Sep 19 00:10:33.310 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84782025-09-19T00:10:34.958Z[ recovery-image] Sep 19 00:10:33.310 INFO O| Sep 19 00:10:33.310 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84792025-09-19T00:10:34.958Z[ recovery-image] Sep 19 00:10:33.310 INFO O| Sep 19 00:10:33.310 INFO ok!
84802025-09-19T00:10:34.959Z[ recovery-image] Sep 19 00:10:33.310 INFO O| Sep 19 00:10:33.310 INFO STEP 28 (ensure_file) COMPLETE
84812025-09-19T00:10:34.959Z[ recovery-image] Sep 19 00:10:33.310 INFO O| Sep 19 00:10:33.310 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84822025-09-19T00:10:34.972Z[ recovery-image] Sep 19 00:10:33.328 INFO O| Sep 19 00:10:33.328 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84832025-09-19T00:10:34.972Z[ recovery-image] Sep 19 00:10:33.328 INFO O| Sep 19 00:10:33.328 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84842025-09-19T00:10:34.972Z[ recovery-image] Sep 19 00:10:33.328 INFO O| Sep 19 00:10:33.328 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84852025-09-19T00:10:34.972Z[ recovery-image] Sep 19 00:10:33.328 INFO O| Sep 19 00:10:33.328 INFO ok!
84862025-09-19T00:10:34.976Z[ recovery-image] Sep 19 00:10:33.328 INFO O| Sep 19 00:10:33.328 INFO STEP 29 (ensure_file) COMPLETE
84872025-09-19T00:10:34.976Z[ recovery-image] Sep 19 00:10:33.328 INFO O| Sep 19 00:10:33.328 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84882025-09-19T00:10:34.989Z[ recovery-image] Sep 19 00:10:33.345 INFO O| Sep 19 00:10:33.345 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84892025-09-19T00:10:34.989Z[ recovery-image] Sep 19 00:10:33.345 INFO O| Sep 19 00:10:33.345 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84902025-09-19T00:10:34.989Z[ recovery-image] Sep 19 00:10:33.345 INFO O| Sep 19 00:10:33.345 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84912025-09-19T00:10:34.993Z[ recovery-image] Sep 19 00:10:33.345 INFO O| Sep 19 00:10:33.345 INFO STEP 30 (ensure_dir) COMPLETE
84922025-09-19T00:10:34.993Z[ recovery-image] Sep 19 00:10:33.345 INFO O| Sep 19 00:10:33.345 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84932025-09-19T00:10:35.008Z[ recovery-image] Sep 19 00:10:33.363 INFO O| Sep 19 00:10:33.363 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84942025-09-19T00:10:35.011Z[ recovery-image] Sep 19 00:10:33.363 INFO O| Sep 19 00:10:33.363 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 ...
84952025-09-19T00:10:35.011Z[ recovery-image] Sep 19 00:10:33.363 INFO O| Sep 19 00:10:33.363 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
84962025-09-19T00:10:35.011Z[ recovery-image] Sep 19 00:10:33.363 INFO O| Sep 19 00:10:33.363 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84972025-09-19T00:10:35.011Z[ recovery-image] Sep 19 00:10:33.363 INFO O| Sep 19 00:10:33.363 INFO ok!
84982025-09-19T00:10:35.011Z[ recovery-image] Sep 19 00:10:33.363 INFO O| Sep 19 00:10:33.363 INFO STEP 31 (ensure_file) COMPLETE
84992025-09-19T00:10:35.011Z[ recovery-image] Sep 19 00:10:33.363 INFO O| Sep 19 00:10:33.363 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85002025-09-19T00:10:35.024Z[ recovery-image] Sep 19 00:10:33.380 INFO O| Sep 19 00:10:33.380 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85012025-09-19T00:10:35.024Z[ recovery-image] Sep 19 00:10:33.380 INFO O| Sep 19 00:10:33.380 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85022025-09-19T00:10:35.028Z[ recovery-image] Sep 19 00:10:33.380 INFO O| Sep 19 00:10:33.380 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85032025-09-19T00:10:35.028Z[ recovery-image] Sep 19 00:10:33.380 INFO O| Sep 19 00:10:33.380 INFO STEP 32 (ensure_dir) COMPLETE
85042025-09-19T00:10:35.028Z[ recovery-image] Sep 19 00:10:33.380 INFO O| Sep 19 00:10:33.380 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85052025-09-19T00:10:35.040Z[ recovery-image] Sep 19 00:10:33.396 INFO O| Sep 19 00:10:33.396 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85062025-09-19T00:10:35.040Z[ recovery-image] Sep 19 00:10:33.396 INFO O| Sep 19 00:10:33.396 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 ...
85072025-09-19T00:10:35.044Z[ recovery-image] Sep 19 00:10:33.396 INFO O| Sep 19 00:10:33.396 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
85082025-09-19T00:10:35.044Z[ recovery-image] Sep 19 00:10:33.396 INFO O| Sep 19 00:10:33.396 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85092025-09-19T00:10:35.044Z[ recovery-image] Sep 19 00:10:33.396 INFO O| Sep 19 00:10:33.396 INFO ok!
85102025-09-19T00:10:35.044Z[ recovery-image] Sep 19 00:10:33.396 INFO O| Sep 19 00:10:33.396 INFO STEP 33 (ensure_file) COMPLETE
85112025-09-19T00:10:35.044Z[ recovery-image] Sep 19 00:10:33.396 INFO O| Sep 19 00:10:33.396 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85122025-09-19T00:10:35.056Z[ recovery-image] Sep 19 00:10:33.411 INFO O| Sep 19 00:10:33.411 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85132025-09-19T00:10:35.056Z[ recovery-image] Sep 19 00:10:33.412 INFO O| Sep 19 00:10:33.411 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85142025-09-19T00:10:35.060Z[ recovery-image] Sep 19 00:10:33.412 INFO O| Sep 19 00:10:33.412 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85152025-09-19T00:10:35.060Z[ recovery-image] Sep 19 00:10:33.412 INFO O| Sep 19 00:10:33.412 INFO ok!
85162025-09-19T00:10:35.060Z[ recovery-image] Sep 19 00:10:33.412 INFO O| Sep 19 00:10:33.412 INFO STEP 34 (ensure_file) COMPLETE
85172025-09-19T00:10:35.060Z[ recovery-image] Sep 19 00:10:33.412 INFO O| Sep 19 00:10:33.412 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85182025-09-19T00:10:35.072Z[ recovery-image] Sep 19 00:10:33.427 INFO O| Sep 19 00:10:33.427 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85192025-09-19T00:10:35.072Z[ recovery-image] Sep 19 00:10:33.427 INFO O| Sep 19 00:10:33.427 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85202025-09-19T00:10:35.072Z[ recovery-image] Sep 19 00:10:33.427 INFO O| Sep 19 00:10:33.427 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85212025-09-19T00:10:35.075Z[ recovery-image] Sep 19 00:10:33.427 INFO O| Sep 19 00:10:33.427 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85222025-09-19T00:10:35.075Z[ recovery-image] Sep 19 00:10:33.427 INFO O| Sep 19 00:10:33.427 INFO ok!
85232025-09-19T00:10:35.075Z[ recovery-image] Sep 19 00:10:33.427 INFO O| Sep 19 00:10:33.427 INFO STEP 35 (ensure_file) COMPLETE
85242025-09-19T00:10:35.075Z[ recovery-image] Sep 19 00:10:33.427 INFO O| Sep 19 00:10:33.427 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85252025-09-19T00:10:35.087Z[ recovery-image] Sep 19 00:10:33.443 INFO O| Sep 19 00:10:33.443 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85262025-09-19T00:10:35.087Z[ recovery-image] Sep 19 00:10:33.443 INFO O| Sep 19 00:10:33.443 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85272025-09-19T00:10:35.091Z[ recovery-image] Sep 19 00:10:33.443 INFO O| Sep 19 00:10:33.443 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85282025-09-19T00:10:35.091Z[ recovery-image] Sep 19 00:10:33.443 INFO O| Sep 19 00:10:33.443 INFO ok!
85292025-09-19T00:10:35.091Z[ recovery-image] Sep 19 00:10:33.443 INFO O| Sep 19 00:10:33.443 INFO STEP 36 (ensure_file) COMPLETE
85302025-09-19T00:10:35.091Z[ recovery-image] Sep 19 00:10:33.443 INFO O| Sep 19 00:10:33.443 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85312025-09-19T00:10:35.102Z[ recovery-image] Sep 19 00:10:33.458 INFO O| Sep 19 00:10:33.458 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85322025-09-19T00:10:35.102Z[ recovery-image] Sep 19 00:10:33.458 INFO O| Sep 19 00:10:33.458 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85332025-09-19T00:10:35.106Z[ recovery-image] Sep 19 00:10:33.458 INFO O| Sep 19 00:10:33.458 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85342025-09-19T00:10:35.106Z[ recovery-image] Sep 19 00:10:33.458 INFO O| Sep 19 00:10:33.458 INFO ok!
85352025-09-19T00:10:35.106Z[ recovery-image] Sep 19 00:10:33.458 INFO O| Sep 19 00:10:33.458 INFO STEP 37 (ensure_file) COMPLETE
85362025-09-19T00:10:35.106Z[ recovery-image] Sep 19 00:10:33.458 INFO O| Sep 19 00:10:33.458 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85372025-09-19T00:10:35.115Z[ recovery-image] Sep 19 00:10:33.471 INFO O| Sep 19 00:10:33.471 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85382025-09-19T00:10:35.116Z[ recovery-image] Sep 19 00:10:33.471 INFO O| Sep 19 00:10:33.471 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85392025-09-19T00:10:35.119Z[ recovery-image] Sep 19 00:10:33.471 INFO O| Sep 19 00:10:33.471 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85402025-09-19T00:10:35.119Z[ recovery-image] Sep 19 00:10:33.471 INFO O| Sep 19 00:10:33.471 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85412025-09-19T00:10:35.119Z[ recovery-image] Sep 19 00:10:33.471 INFO O| Sep 19 00:10:33.471 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85422025-09-19T00:10:35.119Z[ recovery-image] Sep 19 00:10:33.471 INFO O| Sep 19 00:10:33.471 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85432025-09-19T00:10:35.119Z[ recovery-image] Sep 19 00:10:33.471 INFO O| Sep 19 00:10:33.471 INFO ok!
85442025-09-19T00:10:35.119Z[ recovery-image] Sep 19 00:10:33.471 INFO O| Sep 19 00:10:33.471 INFO STEP 38 (ensure_file) COMPLETE
85452025-09-19T00:10:35.119Z[ recovery-image] Sep 19 00:10:33.471 INFO O| Sep 19 00:10:33.471 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85462025-09-19T00:10:35.130Z[ recovery-image] Sep 19 00:10:33.485 INFO O| Sep 19 00:10:33.485 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85472025-09-19T00:10:35.133Z[ recovery-image] Sep 19 00:10:33.485 INFO O| Sep 19 00:10:33.485 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85482025-09-19T00:10:35.133Z[ recovery-image] Sep 19 00:10:33.485 INFO O| Sep 19 00:10:33.485 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85492025-09-19T00:10:35.133Z[ recovery-image] Sep 19 00:10:33.485 INFO O| Sep 19 00:10:33.485 INFO STEP 39 (ensure_dir) COMPLETE
85502025-09-19T00:10:35.133Z[ recovery-image] Sep 19 00:10:33.485 INFO O| Sep 19 00:10:33.485 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85512025-09-19T00:10:35.146Z[ recovery-image] Sep 19 00:10:33.501 INFO O| Sep 19 00:10:33.501 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
85522025-09-19T00:10:35.150Z[ recovery-image] Sep 19 00:10:33.502 INFO O| Sep 19 00:10:33.501 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 ...
85532025-09-19T00:10:35.151Z[ recovery-image] Sep 19 00:10:33.502 INFO O| Sep 19 00:10:33.502 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
85542025-09-19T00:10:35.151Z[ recovery-image] Sep 19 00:10:33.502 INFO O| Sep 19 00:10:33.502 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
85552025-09-19T00:10:35.151Z[ recovery-image] Sep 19 00:10:33.502 INFO O| Sep 19 00:10:33.502 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
85562025-09-19T00:10:35.151Z[ recovery-image] Sep 19 00:10:33.502 INFO O| Sep 19 00:10:33.502 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
85572025-09-19T00:10:35.151Z[ recovery-image] Sep 19 00:10:33.502 INFO O| Sep 19 00:10:33.502 INFO ok!
85582025-09-19T00:10:35.151Z[ recovery-image] Sep 19 00:10:33.502 INFO O| Sep 19 00:10:33.502 INFO STEP 40 (ensure_file) COMPLETE
85592025-09-19T00:10:35.151Z[ recovery-image] Sep 19 00:10:33.502 INFO O| Sep 19 00:10:33.502 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85602025-09-19T00:10:35.160Z[ recovery-image] Sep 19 00:10:33.516 INFO O| Sep 19 00:10:33.516 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85612025-09-19T00:10:35.160Z[ recovery-image] Sep 19 00:10:33.516 INFO O| Sep 19 00:10:33.516 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 ...
85622025-09-19T00:10:35.160Z[ recovery-image] Sep 19 00:10:33.516 INFO O| Sep 19 00:10:33.516 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85632025-09-19T00:10:35.163Z[ recovery-image] Sep 19 00:10:33.516 INFO O| Sep 19 00:10:33.516 INFO ok!
85642025-09-19T00:10:35.163Z[ recovery-image] Sep 19 00:10:33.516 INFO O| Sep 19 00:10:33.516 INFO STEP 41 (ensure_symlink) COMPLETE
85652025-09-19T00:10:35.163Z[ recovery-image] Sep 19 00:10:33.516 INFO O| Sep 19 00:10:33.516 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85662025-09-19T00:10:35.193Z[ recovery-image] Sep 19 00:10:33.548 INFO O| Sep 19 00:10:33.529 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85672025-09-19T00:10:35.193Z[ recovery-image] Sep 19 00:10:33.548 INFO O| Sep 19 00:10:33.529 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85682025-09-19T00:10:35.196Z[ recovery-image] Sep 19 00:10:33.548 INFO O| Sep 19 00:10:33.529 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85692025-09-19T00:10:35.196Z[ recovery-image] Sep 19 00:10:33.548 INFO O| Sep 19 00:10:33.529 INFO ok!
85702025-09-19T00:10:35.196Z[ recovery-image] Sep 19 00:10:33.548 INFO O| Sep 19 00:10:33.529 INFO STEP 42 (ensure_symlink) COMPLETE
85712025-09-19T00:10:35.196Z[ recovery-image] Sep 19 00:10:33.548 INFO O| Sep 19 00:10:33.529 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85722025-09-19T00:10:35.196Z[ recovery-image] Sep 19 00:10:33.548 INFO O| Sep 19 00:10:33.541 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85732025-09-19T00:10:35.196Z[ recovery-image] Sep 19 00:10:33.548 INFO O| Sep 19 00:10:33.541 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85742025-09-19T00:10:35.196Z[ recovery-image] Sep 19 00:10:33.548 INFO O| Sep 19 00:10:33.541 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85752025-09-19T00:10:35.196Z[ recovery-image] Sep 19 00:10:33.548 INFO O| Sep 19 00:10:33.541 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85762025-09-19T00:10:35.196Z[ recovery-image] Sep 19 00:10:33.548 INFO O| Sep 19 00:10:33.541 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85772025-09-19T00:10:35.197Z[ recovery-image] Sep 19 00:10:33.548 INFO O| Sep 19 00:10:33.541 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85782025-09-19T00:10:35.197Z[ recovery-image] Sep 19 00:10:33.548 INFO O| Sep 19 00:10:33.541 INFO ok!
85792025-09-19T00:10:35.197Z[ recovery-image] Sep 19 00:10:33.548 INFO O| Sep 19 00:10:33.541 INFO STEP 43 (ensure_file) COMPLETE
85802025-09-19T00:10:35.197Z[ recovery-image] Sep 19 00:10:33.548 INFO O| Sep 19 00:10:33.541 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85812025-09-19T00:10:35.200Z[ recovery-image] Sep 19 00:10:33.555 INFO O| Sep 19 00:10:33.555 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85822025-09-19T00:10:35.200Z[ recovery-image] Sep 19 00:10:33.555 INFO O| Sep 19 00:10:33.555 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 ...
85832025-09-19T00:10:35.200Z[ recovery-image] Sep 19 00:10:33.555 INFO O| Sep 19 00:10:33.555 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
85842025-09-19T00:10:35.200Z[ recovery-image] Sep 19 00:10:33.555 INFO O| Sep 19 00:10:33.555 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85852025-09-19T00:10:35.200Z[ recovery-image] Sep 19 00:10:33.555 INFO O| Sep 19 00:10:33.555 INFO ok!
85862025-09-19T00:10:35.200Z[ recovery-image] Sep 19 00:10:33.555 INFO O| Sep 19 00:10:33.555 INFO STEP 44 (ensure_file) COMPLETE
85872025-09-19T00:10:35.200Z[ recovery-image] Sep 19 00:10:33.555 INFO O| Sep 19 00:10:33.555 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85882025-09-19T00:10:35.214Z[ recovery-image] Sep 19 00:10:33.570 INFO O| Sep 19 00:10:33.570 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85892025-09-19T00:10:35.214Z[ recovery-image] Sep 19 00:10:33.570 INFO O| Sep 19 00:10:33.570 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85902025-09-19T00:10:35.214Z[ recovery-image] Sep 19 00:10:33.570 INFO O| Sep 19 00:10:33.570 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85912025-09-19T00:10:35.217Z[ recovery-image] Sep 19 00:10:33.570 INFO O| Sep 19 00:10:33.570 INFO ok!
85922025-09-19T00:10:35.218Z[ recovery-image] Sep 19 00:10:33.570 INFO O| Sep 19 00:10:33.570 INFO STEP 45 (ensure_file) COMPLETE
85932025-09-19T00:10:35.218Z[ recovery-image] Sep 19 00:10:33.570 INFO O| Sep 19 00:10:33.570 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85942025-09-19T00:10:35.227Z[ recovery-image] Sep 19 00:10:33.583 INFO O| Sep 19 00:10:33.583 INFO updating shadow file
85952025-09-19T00:10:35.227Z[ recovery-image] Sep 19 00:10:33.583 INFO O| Sep 19 00:10:33.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85962025-09-19T00:10:35.230Z[ recovery-image] Sep 19 00:10:33.583 INFO O| Sep 19 00:10:33.583 INFO STEP 46 (shadow) COMPLETE
85972025-09-19T00:10:35.230Z[ recovery-image] Sep 19 00:10:33.583 INFO O| Sep 19 00:10:33.583 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85982025-09-19T00:10:35.242Z[ recovery-image] Sep 19 00:10:33.597 INFO O| Sep 19 00:10:33.597 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
85992025-09-19T00:10:35.242Z[ recovery-image] Sep 19 00:10:33.597 INFO O| Sep 19 00:10:33.597 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
86002025-09-19T00:10:35.242Z[ recovery-image] Sep 19 00:10:33.598 INFO O| Sep 19 00:10:33.598 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86012025-09-19T00:10:35.242Z[ recovery-image] Sep 19 00:10:33.598 INFO O| Sep 19 00:10:33.598 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86022025-09-19T00:10:35.261Z[ recovery-image] Sep 19 00:10:33.598 INFO O| Sep 19 00:10:33.598 INFO ok!
86032025-09-19T00:10:35.261Z[ recovery-image] Sep 19 00:10:33.598 INFO O| Sep 19 00:10:33.598 INFO STEP 47 (ensure_file) COMPLETE
86042025-09-19T00:10:35.261Z[ recovery-image] Sep 19 00:10:33.598 INFO O| Sep 19 00:10:33.598 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86052025-09-19T00:10:35.261Z[ recovery-image] Sep 19 00:10:33.612 INFO O| Sep 19 00:10:33.612 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86062025-09-19T00:10:35.261Z[ recovery-image] Sep 19 00:10:33.612 INFO O| Sep 19 00:10:33.612 INFO STEP 48 (ensure_dir) COMPLETE
86072025-09-19T00:10:35.261Z[ recovery-image] Sep 19 00:10:33.612 INFO O| Sep 19 00:10:33.612 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86082025-09-19T00:10:35.272Z[ recovery-image] Sep 19 00:10:33.628 INFO O| Sep 19 00:10:33.627 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86092025-09-19T00:10:35.272Z[ recovery-image] Sep 19 00:10:33.628 INFO O| Sep 19 00:10:33.628 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86102025-09-19T00:10:35.272Z[ recovery-image] Sep 19 00:10:33.628 INFO O| Sep 19 00:10:33.628 INFO STEP 49 (ensure_dir) COMPLETE
86112025-09-19T00:10:35.275Z[ recovery-image] Sep 19 00:10:33.628 INFO O| Sep 19 00:10:33.628 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86122025-09-19T00:10:35.287Z[ recovery-image] Sep 19 00:10:33.643 INFO O| Sep 19 00:10:33.643 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86132025-09-19T00:10:35.288Z[ recovery-image] Sep 19 00:10:33.643 INFO O| Sep 19 00:10:33.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86142025-09-19T00:10:35.288Z[ recovery-image] Sep 19 00:10:33.643 INFO O| Sep 19 00:10:33.643 INFO STEP 50 (ensure_dir) COMPLETE
86152025-09-19T00:10:35.291Z[ recovery-image] Sep 19 00:10:33.643 INFO O| Sep 19 00:10:33.643 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86162025-09-19T00:10:35.302Z[ recovery-image] Sep 19 00:10:33.658 INFO O| Sep 19 00:10:33.658 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86172025-09-19T00:10:35.302Z[ recovery-image] Sep 19 00:10:33.658 INFO O| Sep 19 00:10:33.658 INFO copying /tmp/.tmpSCTRpn/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86182025-09-19T00:10:35.440Z[ recovery-image] Sep 19 00:10:33.796 INFO O| Sep 19 00:10:33.795 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86192025-09-19T00:10:35.440Z[ recovery-image] Sep 19 00:10:33.796 INFO O| Sep 19 00:10:33.795 INFO ok!
86202025-09-19T00:10:35.440Z[ recovery-image] Sep 19 00:10:33.796 INFO O| Sep 19 00:10:33.795 INFO STEP 51 (ensure_file) COMPLETE
86212025-09-19T00:10:35.444Z[ recovery-image] Sep 19 00:10:33.796 INFO O| Sep 19 00:10:33.796 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86222025-09-19T00:10:35.455Z[ recovery-image] Sep 19 00:10:33.810 INFO O| Sep 19 00:10:33.810 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86232025-09-19T00:10:35.455Z[ recovery-image] Sep 19 00:10:33.811 INFO O| Sep 19 00:10:33.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86242025-09-19T00:10:35.455Z[ recovery-image] Sep 19 00:10:33.811 INFO O| Sep 19 00:10:33.811 INFO STEP 52 (ensure_dir) COMPLETE
86252025-09-19T00:10:35.458Z[ recovery-image] Sep 19 00:10:33.811 INFO O| Sep 19 00:10:33.811 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86262025-09-19T00:10:35.470Z[ recovery-image] Sep 19 00:10:33.824 INFO O| Sep 19 00:10:33.824 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86272025-09-19T00:10:35.470Z[ recovery-image] Sep 19 00:10:33.824 INFO O| Sep 19 00:10:33.824 INFO copying /tmp/.tmpSCTRpn/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86282025-09-19T00:10:35.470Z[ recovery-image] Sep 19 00:10:33.824 INFO O| Sep 19 00:10:33.824 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86292025-09-19T00:10:35.470Z[ recovery-image] Sep 19 00:10:33.824 INFO O| Sep 19 00:10:33.824 INFO ok!
86302025-09-19T00:10:35.473Z[ recovery-image] Sep 19 00:10:33.824 INFO O| Sep 19 00:10:33.824 INFO STEP 53 (ensure_file) COMPLETE
86312025-09-19T00:10:35.473Z[ recovery-image] Sep 19 00:10:33.824 INFO O| Sep 19 00:10:33.824 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86322025-09-19T00:10:35.522Z[ recovery-image] Sep 19 00:10:33.877 INFO O| Sep 19 00:10:33.877 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86332025-09-19T00:10:35.525Z[ recovery-image] Sep 19 00:10:33.878 INFO O| Sep 19 00:10:33.878 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86342025-09-19T00:10:35.525Z[ recovery-image] Sep 19 00:10:33.878 INFO O| Sep 19 00:10:33.878 INFO STEP 54 (ensure_dir) COMPLETE
86352025-09-19T00:10:35.525Z[ recovery-image] Sep 19 00:10:33.878 INFO O| Sep 19 00:10:33.878 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86362025-09-19T00:10:35.553Z[ recovery-image] Sep 19 00:10:33.908 INFO O| Sep 19 00:10:33.908 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86372025-09-19T00:10:35.553Z[ recovery-image] Sep 19 00:10:33.908 INFO O| Sep 19 00:10:33.908 INFO copying /tmp/.tmpSCTRpn/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86382025-09-19T00:10:37.405Z[ recovery-image] Sep 19 00:10:35.760 INFO O| Sep 19 00:10:35.760 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86392025-09-19T00:10:37.405Z[ recovery-image] Sep 19 00:10:35.760 INFO O| Sep 19 00:10:35.760 INFO ok!
86402025-09-19T00:10:37.409Z[ recovery-image] Sep 19 00:10:35.760 INFO O| Sep 19 00:10:35.760 INFO STEP 55 (ensure_file) COMPLETE
86412025-09-19T00:10:37.409Z[ recovery-image] Sep 19 00:10:35.760 INFO O| Sep 19 00:10:35.760 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86422025-09-19T00:10:37.419Z[ recovery-image] Sep 19 00:10:35.775 INFO O| Sep 19 00:10:35.775 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86432025-09-19T00:10:37.420Z[ recovery-image] Sep 19 00:10:35.775 INFO O| Sep 19 00:10:35.775 INFO copying /tmp/.tmpSCTRpn/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86442025-09-19T00:10:39.330Z[ recovery-image] Sep 19 00:10:37.685 INFO O| Sep 19 00:10:37.685 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86452025-09-19T00:10:39.330Z[ recovery-image] Sep 19 00:10:37.685 INFO O| Sep 19 00:10:37.685 INFO ok!
86462025-09-19T00:10:39.333Z[ recovery-image] Sep 19 00:10:37.685 INFO O| Sep 19 00:10:37.685 INFO STEP 56 (ensure_file) COMPLETE
86472025-09-19T00:10:39.334Z[ recovery-image] Sep 19 00:10:37.685 INFO O| Sep 19 00:10:37.685 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86482025-09-19T00:10:39.343Z[ recovery-image] Sep 19 00:10:37.699 INFO O| Sep 19 00:10:37.699 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86492025-09-19T00:10:39.343Z[ recovery-image] Sep 19 00:10:37.699 INFO O| Sep 19 00:10:37.699 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86502025-09-19T00:10:39.344Z[ recovery-image] Sep 19 00:10:37.699 INFO O| Sep 19 00:10:37.699 INFO STEP 57 (ensure_dir) COMPLETE
86512025-09-19T00:10:39.347Z[ recovery-image] Sep 19 00:10:37.699 INFO O| Sep 19 00:10:37.699 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86522025-09-19T00:10:39.356Z[ recovery-image] Sep 19 00:10:37.711 INFO O| Sep 19 00:10:37.711 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86532025-09-19T00:10:39.356Z[ recovery-image] Sep 19 00:10:37.711 INFO O| Sep 19 00:10:37.711 INFO copying /tmp/.tmpSCTRpn/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 ...
86542025-09-19T00:10:39.356Z[ recovery-image] Sep 19 00:10:37.711 INFO O| Sep 19 00:10:37.711 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
86552025-09-19T00:10:39.359Z[ recovery-image] Sep 19 00:10:37.711 INFO O| Sep 19 00:10:37.711 INFO ok!
86562025-09-19T00:10:39.359Z[ recovery-image] Sep 19 00:10:37.711 INFO O| Sep 19 00:10:37.711 INFO STEP 58 (ensure_file) COMPLETE
86572025-09-19T00:10:39.359Z[ recovery-image] Sep 19 00:10:37.711 INFO O| Sep 19 00:10:37.711 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86582025-09-19T00:10:39.370Z[ recovery-image] Sep 19 00:10:37.725 INFO O| Sep 19 00:10:37.725 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86592025-09-19T00:10:39.370Z[ recovery-image] Sep 19 00:10:37.725 INFO O| Sep 19 00:10:37.725 INFO copying /tmp/.tmpSCTRpn/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 ...
86602025-09-19T00:10:39.373Z[ recovery-image] Sep 19 00:10:37.725 INFO O| Sep 19 00:10:37.725 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
86612025-09-19T00:10:39.373Z[ recovery-image] Sep 19 00:10:37.726 INFO O| Sep 19 00:10:37.725 INFO ok!
86622025-09-19T00:10:39.373Z[ recovery-image] Sep 19 00:10:37.726 INFO O| Sep 19 00:10:37.725 INFO STEP 59 (ensure_file) COMPLETE
86632025-09-19T00:10:39.373Z[ recovery-image] Sep 19 00:10:37.726 INFO O| Sep 19 00:10:37.725 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86642025-09-19T00:10:39.383Z[ recovery-image] Sep 19 00:10:37.739 INFO O| Sep 19 00:10:37.739 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86652025-09-19T00:10:39.383Z[ recovery-image] Sep 19 00:10:37.739 INFO O| Sep 19 00:10:37.739 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86662025-09-19T00:10:39.383Z[ recovery-image] Sep 19 00:10:37.739 INFO O| Sep 19 00:10:37.739 INFO STEP 60 (ensure_dir) COMPLETE
86672025-09-19T00:10:39.383Z[ recovery-image] Sep 19 00:10:37.739 INFO O| Sep 19 00:10:37.739 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86682025-09-19T00:10:39.398Z[ recovery-image] Sep 19 00:10:37.754 INFO O| Sep 19 00:10:37.754 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86692025-09-19T00:10:39.398Z[ recovery-image] Sep 19 00:10:37.754 INFO O| Sep 19 00:10:37.754 INFO copying /tmp/.tmpSCTRpn/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 ...
86702025-09-19T00:10:39.402Z[ recovery-image] Sep 19 00:10:37.754 INFO O| Sep 19 00:10:37.754 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86712025-09-19T00:10:39.402Z[ recovery-image] Sep 19 00:10:37.754 INFO O| Sep 19 00:10:37.754 INFO ok!
86722025-09-19T00:10:39.402Z[ recovery-image] Sep 19 00:10:37.754 INFO O| Sep 19 00:10:37.754 INFO STEP 61 (ensure_file) COMPLETE
86732025-09-19T00:10:39.402Z[ recovery-image] Sep 19 00:10:37.754 INFO O| Sep 19 00:10:37.754 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86742025-09-19T00:10:39.412Z[ recovery-image] Sep 19 00:10:37.768 INFO O| Sep 19 00:10:37.768 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86752025-09-19T00:10:39.412Z[ recovery-image] Sep 19 00:10:37.768 INFO O| Sep 19 00:10:37.768 INFO copying /tmp/.tmpSCTRpn/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 ...
86762025-09-19T00:10:39.416Z[ recovery-image] Sep 19 00:10:37.768 INFO O| Sep 19 00:10:37.768 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
86772025-09-19T00:10:39.416Z[ recovery-image] Sep 19 00:10:37.768 INFO O| Sep 19 00:10:37.768 INFO ok!
86782025-09-19T00:10:39.416Z[ recovery-image] Sep 19 00:10:37.768 INFO O| Sep 19 00:10:37.768 INFO STEP 62 (ensure_file) COMPLETE
86792025-09-19T00:10:39.416Z[ recovery-image] Sep 19 00:10:37.768 INFO O| Sep 19 00:10:37.768 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86802025-09-19T00:10:39.425Z[ recovery-image] Sep 19 00:10:37.781 INFO O| Sep 19 00:10:37.781 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86812025-09-19T00:10:39.425Z[ recovery-image] Sep 19 00:10:37.781 INFO O| Sep 19 00:10:37.781 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86822025-09-19T00:10:39.425Z[ recovery-image] Sep 19 00:10:37.781 INFO O| Sep 19 00:10:37.781 INFO STEP 63 (ensure_dir) COMPLETE
86832025-09-19T00:10:39.425Z[ recovery-image] Sep 19 00:10:37.781 INFO O| Sep 19 00:10:37.781 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86842025-09-19T00:10:39.439Z[ recovery-image] Sep 19 00:10:37.795 INFO O| Sep 19 00:10:37.795 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86852025-09-19T00:10:39.439Z[ recovery-image] Sep 19 00:10:37.795 INFO O| Sep 19 00:10:37.795 INFO copying /tmp/.tmpSCTRpn/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 ...
86862025-09-19T00:10:39.443Z[ recovery-image] Sep 19 00:10:37.795 INFO O| Sep 19 00:10:37.795 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86872025-09-19T00:10:39.443Z[ recovery-image] Sep 19 00:10:37.795 INFO O| Sep 19 00:10:37.795 INFO ok!
86882025-09-19T00:10:39.443Z[ recovery-image] Sep 19 00:10:37.795 INFO O| Sep 19 00:10:37.795 INFO STEP 64 (ensure_file) COMPLETE
86892025-09-19T00:10:39.443Z[ recovery-image] Sep 19 00:10:37.795 INFO O| Sep 19 00:10:37.795 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86902025-09-19T00:10:39.454Z[ recovery-image] Sep 19 00:10:37.809 INFO O| Sep 19 00:10:37.809 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86912025-09-19T00:10:39.454Z[ recovery-image] Sep 19 00:10:37.809 INFO O| Sep 19 00:10:37.809 INFO copying /tmp/.tmpSCTRpn/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
86922025-09-19T00:10:39.457Z[ recovery-image] Sep 19 00:10:37.809 INFO O| Sep 19 00:10:37.809 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
86932025-09-19T00:10:39.457Z[ recovery-image] Sep 19 00:10:37.809 INFO O| Sep 19 00:10:37.809 INFO ok!
86942025-09-19T00:10:39.457Z[ recovery-image] Sep 19 00:10:37.810 INFO O| Sep 19 00:10:37.809 INFO STEP 65 (ensure_file) COMPLETE
86952025-09-19T00:10:39.457Z[ recovery-image] Sep 19 00:10:37.810 INFO O| Sep 19 00:10:37.809 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86962025-09-19T00:10:39.468Z[ recovery-image] Sep 19 00:10:37.823 INFO O| Sep 19 00:10:37.823 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
86972025-09-19T00:10:39.468Z[ recovery-image] Sep 19 00:10:37.823 INFO O| Sep 19 00:10:37.823 INFO STEP 66 (ensure_dir) COMPLETE
86982025-09-19T00:10:39.471Z[ recovery-image] Sep 19 00:10:37.823 INFO O| Sep 19 00:10:37.823 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86992025-09-19T00:10:39.480Z[ recovery-image] Sep 19 00:10:37.836 INFO O| Sep 19 00:10:37.836 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
87002025-09-19T00:10:39.481Z[ recovery-image] Sep 19 00:10:37.836 INFO O| Sep 19 00:10:37.836 INFO STEP 67 (ensure_dir) COMPLETE
87012025-09-19T00:10:39.481Z[ recovery-image] Sep 19 00:10:37.836 INFO O| Sep 19 00:10:37.836 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87022025-09-19T00:10:39.495Z[ recovery-image] Sep 19 00:10:37.851 INFO O| Sep 19 00:10:37.851 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
87032025-09-19T00:10:39.495Z[ recovery-image] Sep 19 00:10:37.851 INFO O| Sep 19 00:10:37.851 INFO STEP 68 (ensure_dir) COMPLETE
87042025-09-19T00:10:39.495Z[ recovery-image] Sep 19 00:10:37.851 INFO O| Sep 19 00:10:37.851 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87052025-09-19T00:10:39.509Z[ recovery-image] Sep 19 00:10:37.864 INFO O| Sep 19 00:10:37.864 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87062025-09-19T00:10:39.509Z[ recovery-image] Sep 19 00:10:37.864 INFO O| Sep 19 00:10:37.864 INFO STEP 69 (ensure_dir) COMPLETE
87072025-09-19T00:10:39.512Z[ recovery-image] Sep 19 00:10:37.864 INFO O| Sep 19 00:10:37.864 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87082025-09-19T00:10:39.523Z[ recovery-image] Sep 19 00:10:37.879 INFO O| Sep 19 00:10:37.879 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87092025-09-19T00:10:39.523Z[ recovery-image] Sep 19 00:10:37.879 INFO O| Sep 19 00:10:37.879 INFO copying /tmp/.tmpSCTRpn/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87102025-09-19T00:10:39.527Z[ recovery-image] Sep 19 00:10:37.879 INFO O| Sep 19 00:10:37.879 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87112025-09-19T00:10:39.527Z[ recovery-image] Sep 19 00:10:37.879 INFO O| Sep 19 00:10:37.879 INFO ok!
87122025-09-19T00:10:39.527Z[ recovery-image] Sep 19 00:10:37.879 INFO O| Sep 19 00:10:37.879 INFO STEP 70 (ensure_file) COMPLETE
87132025-09-19T00:10:39.527Z[ recovery-image] Sep 19 00:10:37.879 INFO O| Sep 19 00:10:37.879 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87142025-09-19T00:10:39.540Z[ recovery-image] Sep 19 00:10:37.895 INFO O| Sep 19 00:10:37.895 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87152025-09-19T00:10:39.543Z[ recovery-image] Sep 19 00:10:37.896 INFO O| Sep 19 00:10:37.896 INFO STEP 71 (remove_files) COMPLETE
87162025-09-19T00:10:39.543Z[ recovery-image] Sep 19 00:10:37.896 INFO O| Sep 19 00:10:37.896 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87172025-09-19T00:10:39.556Z[ recovery-image] Sep 19 00:10:37.912 INFO O| Sep 19 00:10:37.911 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87182025-09-19T00:10:39.556Z[ recovery-image] Sep 19 00:10:37.912 INFO O| Sep 19 00:10:37.912 INFO STEP 72 (remove_files) COMPLETE
87192025-09-19T00:10:39.559Z[ recovery-image] Sep 19 00:10:37.912 INFO O| Sep 19 00:10:37.912 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87202025-09-19T00:10:39.572Z[ recovery-image] Sep 19 00:10:37.927 INFO O| Sep 19 00:10:37.927 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87212025-09-19T00:10:39.575Z[ recovery-image] Sep 19 00:10:37.927 INFO O| Sep 19 00:10:37.927 INFO STEP 73 (remove_files) COMPLETE
87222025-09-19T00:10:39.575Z[ recovery-image] Sep 19 00:10:37.927 INFO O| Sep 19 00:10:37.927 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87232025-09-19T00:10:39.586Z[ recovery-image] Sep 19 00:10:37.942 INFO O| Sep 19 00:10:37.942 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87242025-09-19T00:10:39.590Z[ recovery-image] Sep 19 00:10:37.942 INFO O| Sep 19 00:10:37.942 INFO STEP 74 (remove_files) COMPLETE
87252025-09-19T00:10:39.590Z[ recovery-image] Sep 19 00:10:37.942 INFO O| Sep 19 00:10:37.942 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87262025-09-19T00:10:39.600Z[ recovery-image] Sep 19 00:10:37.956 INFO O| Sep 19 00:10:37.956 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87272025-09-19T00:10:39.604Z[ recovery-image] Sep 19 00:10:37.956 INFO O| Sep 19 00:10:37.956 INFO STEP 75 (remove_files) COMPLETE
87282025-09-19T00:10:39.604Z[ recovery-image] Sep 19 00:10:37.956 INFO O| Sep 19 00:10:37.956 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87292025-09-19T00:10:39.614Z[ recovery-image] Sep 19 00:10:37.969 INFO O| Sep 19 00:10:37.969 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87302025-09-19T00:10:39.617Z[ recovery-image] Sep 19 00:10:37.970 INFO O| Sep 19 00:10:37.970 INFO STEP 76 (remove_files) COMPLETE
87312025-09-19T00:10:39.617Z[ recovery-image] Sep 19 00:10:37.970 INFO O| Sep 19 00:10:37.970 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87322025-09-19T00:10:39.629Z[ recovery-image] Sep 19 00:10:37.984 INFO O| Sep 19 00:10:37.984 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87332025-09-19T00:10:39.629Z[ recovery-image] Sep 19 00:10:37.984 INFO O| Sep 19 00:10:37.984 INFO STEP 77 (remove_files) COMPLETE
87342025-09-19T00:10:39.629Z[ recovery-image] Sep 19 00:10:37.984 INFO O| Sep 19 00:10:37.984 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87352025-09-19T00:10:39.641Z[ recovery-image] Sep 19 00:10:37.997 INFO O| Sep 19 00:10:37.997 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87362025-09-19T00:10:39.641Z[ recovery-image] Sep 19 00:10:37.997 INFO O| Sep 19 00:10:37.997 INFO STEP 78 (remove_files) COMPLETE
87372025-09-19T00:10:39.641Z[ recovery-image] Sep 19 00:10:37.997 INFO O| Sep 19 00:10:37.997 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87382025-09-19T00:10:39.655Z[ recovery-image] Sep 19 00:10:38.010 INFO O| Sep 19 00:10:38.010 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87392025-09-19T00:10:39.655Z[ recovery-image] Sep 19 00:10:38.010 INFO O| Sep 19 00:10:38.010 INFO STEP 79 (remove_files) COMPLETE
87402025-09-19T00:10:39.655Z[ recovery-image] Sep 19 00:10:38.010 INFO O| Sep 19 00:10:38.010 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87412025-09-19T00:10:39.667Z[ recovery-image] Sep 19 00:10:38.023 INFO O| Sep 19 00:10:38.022 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87422025-09-19T00:10:39.667Z[ recovery-image] Sep 19 00:10:38.023 INFO O| Sep 19 00:10:38.023 INFO STEP 80 (remove_files) COMPLETE
87432025-09-19T00:10:39.667Z[ recovery-image] Sep 19 00:10:38.023 INFO O| Sep 19 00:10:38.023 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87442025-09-19T00:10:39.679Z[ recovery-image] Sep 19 00:10:38.035 INFO O| Sep 19 00:10:38.034 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87452025-09-19T00:10:39.679Z[ recovery-image] Sep 19 00:10:38.035 INFO O| Sep 19 00:10:38.035 INFO STEP 81 (remove_files) COMPLETE
87462025-09-19T00:10:39.679Z[ recovery-image] Sep 19 00:10:38.035 INFO O| Sep 19 00:10:38.035 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87472025-09-19T00:10:39.692Z[ recovery-image] Sep 19 00:10:38.047 INFO O| Sep 19 00:10:38.047 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87482025-09-19T00:10:39.692Z[ recovery-image] Sep 19 00:10:38.047 INFO O| Sep 19 00:10:38.047 INFO STEP 82 (remove_files) COMPLETE
87492025-09-19T00:10:39.692Z[ recovery-image] Sep 19 00:10:38.047 INFO O| Sep 19 00:10:38.047 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87502025-09-19T00:10:39.705Z[ recovery-image] Sep 19 00:10:38.060 INFO O| Sep 19 00:10:38.060 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87512025-09-19T00:10:39.705Z[ recovery-image] Sep 19 00:10:38.060 INFO O| Sep 19 00:10:38.060 INFO STEP 83 (remove_files) COMPLETE
87522025-09-19T00:10:39.705Z[ recovery-image] Sep 19 00:10:38.060 INFO O| Sep 19 00:10:38.060 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87532025-09-19T00:10:39.718Z[ recovery-image] Sep 19 00:10:38.074 INFO O| Sep 19 00:10:38.073 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87542025-09-19T00:10:39.718Z[ recovery-image] Sep 19 00:10:38.074 INFO O| Sep 19 00:10:38.074 INFO STEP 84 (remove_files) COMPLETE
87552025-09-19T00:10:39.718Z[ recovery-image] Sep 19 00:10:38.074 INFO O| Sep 19 00:10:38.074 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87562025-09-19T00:10:39.731Z[ recovery-image] Sep 19 00:10:38.086 INFO O| Sep 19 00:10:38.086 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87572025-09-19T00:10:39.731Z[ recovery-image] Sep 19 00:10:38.086 INFO O| Sep 19 00:10:38.086 INFO STEP 85 (remove_files) COMPLETE
87582025-09-19T00:10:39.734Z[ recovery-image] Sep 19 00:10:38.086 INFO O| Sep 19 00:10:38.086 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87592025-09-19T00:10:39.744Z[ recovery-image] Sep 19 00:10:38.100 INFO O| Sep 19 00:10:38.100 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87602025-09-19T00:10:39.744Z[ recovery-image] Sep 19 00:10:38.100 INFO O| Sep 19 00:10:38.100 INFO STEP 86 (remove_files) COMPLETE
87612025-09-19T00:10:39.744Z[ recovery-image] Sep 19 00:10:38.100 INFO O| Sep 19 00:10:38.100 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87622025-09-19T00:10:39.768Z[ recovery-image] Sep 19 00:10:38.124 INFO O| Sep 19 00:10:38.124 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87632025-09-19T00:10:39.768Z[ recovery-image] Sep 19 00:10:38.124 INFO O| Sep 19 00:10:38.124 INFO STEP 87 (remove_files) COMPLETE
87642025-09-19T00:10:39.772Z[ recovery-image] Sep 19 00:10:38.124 INFO O| Sep 19 00:10:38.124 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87652025-09-19T00:10:39.781Z[ recovery-image] Sep 19 00:10:38.137 INFO O| Sep 19 00:10:38.137 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87662025-09-19T00:10:39.781Z[ recovery-image] Sep 19 00:10:38.137 INFO O| Sep 19 00:10:38.137 INFO STEP 88 (remove_files) COMPLETE
87672025-09-19T00:10:39.781Z[ recovery-image] Sep 19 00:10:38.137 INFO O| Sep 19 00:10:38.137 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87682025-09-19T00:10:39.794Z[ recovery-image] Sep 19 00:10:38.150 INFO O| Sep 19 00:10:38.150 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87692025-09-19T00:10:39.794Z[ recovery-image] Sep 19 00:10:38.150 INFO O| Sep 19 00:10:38.150 INFO STEP 89 (remove_files) COMPLETE
87702025-09-19T00:10:39.794Z[ recovery-image] Sep 19 00:10:38.150 INFO O| Sep 19 00:10:38.150 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87712025-09-19T00:10:39.808Z[ recovery-image] Sep 19 00:10:38.163 INFO O| Sep 19 00:10:38.163 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87722025-09-19T00:10:39.808Z[ recovery-image] Sep 19 00:10:38.163 INFO O| Sep 19 00:10:38.163 INFO STEP 90 (remove_files) COMPLETE
87732025-09-19T00:10:39.808Z[ recovery-image] Sep 19 00:10:38.163 INFO O| Sep 19 00:10:38.163 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87742025-09-19T00:10:39.821Z[ recovery-image] Sep 19 00:10:38.176 INFO O| Sep 19 00:10:38.176 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87752025-09-19T00:10:39.821Z[ recovery-image] Sep 19 00:10:38.176 INFO O| Sep 19 00:10:38.176 INFO STEP 91 (remove_files) COMPLETE
87762025-09-19T00:10:39.821Z[ recovery-image] Sep 19 00:10:38.176 INFO O| Sep 19 00:10:38.176 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87772025-09-19T00:10:39.835Z[ recovery-image] Sep 19 00:10:38.190 INFO O| Sep 19 00:10:38.190 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87782025-09-19T00:10:39.835Z[ recovery-image] Sep 19 00:10:38.190 INFO O| Sep 19 00:10:38.190 INFO STEP 92 (remove_files) COMPLETE
87792025-09-19T00:10:39.838Z[ recovery-image] Sep 19 00:10:38.190 INFO O| Sep 19 00:10:38.190 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87802025-09-19T00:10:39.849Z[ recovery-image] Sep 19 00:10:38.205 INFO O| Sep 19 00:10:38.205 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87812025-09-19T00:10:39.849Z[ recovery-image] Sep 19 00:10:38.205 INFO O| Sep 19 00:10:38.205 INFO STEP 93 (remove_files) COMPLETE
87822025-09-19T00:10:39.852Z[ recovery-image] Sep 19 00:10:38.205 INFO O| Sep 19 00:10:38.205 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87832025-09-19T00:10:39.863Z[ recovery-image] Sep 19 00:10:38.219 INFO O| Sep 19 00:10:38.219 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87842025-09-19T00:10:39.863Z[ recovery-image] Sep 19 00:10:38.219 INFO O| Sep 19 00:10:38.219 INFO STEP 94 (remove_files) COMPLETE
87852025-09-19T00:10:39.866Z[ recovery-image] Sep 19 00:10:38.219 INFO O| Sep 19 00:10:38.219 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87862025-09-19T00:10:39.878Z[ recovery-image] Sep 19 00:10:38.232 INFO O| Sep 19 00:10:38.232 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87872025-09-19T00:10:39.878Z[ recovery-image] Sep 19 00:10:38.232 INFO O| Sep 19 00:10:38.232 INFO STEP 95 (remove_files) COMPLETE
87882025-09-19T00:10:39.878Z[ recovery-image] Sep 19 00:10:38.232 INFO O| Sep 19 00:10:38.232 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87892025-09-19T00:10:39.890Z[ recovery-image] Sep 19 00:10:38.245 INFO O| Sep 19 00:10:38.245 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87902025-09-19T00:10:39.893Z[ recovery-image] Sep 19 00:10:38.245 INFO O| Sep 19 00:10:38.245 INFO STEP 96 (remove_files) COMPLETE
87912025-09-19T00:10:39.893Z[ recovery-image] Sep 19 00:10:38.245 INFO O| Sep 19 00:10:38.245 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87922025-09-19T00:10:39.943Z[ recovery-image] Sep 19 00:10:38.298 INFO O| Sep 19 00:10:38.298 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
87932025-09-19T00:10:39.943Z[ recovery-image] Sep 19 00:10:38.298 INFO O| Sep 19 00:10:38.298 INFO STEP 97 (remove_files) COMPLETE
87942025-09-19T00:10:39.943Z[ recovery-image] Sep 19 00:10:38.298 INFO O| Sep 19 00:10:38.298 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87952025-09-19T00:10:39.956Z[ recovery-image] Sep 19 00:10:38.312 INFO O| Sep 19 00:10:38.312 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
87962025-09-19T00:10:39.956Z[ recovery-image] Sep 19 00:10:38.312 INFO O| Sep 19 00:10:38.312 INFO STEP 98 (remove_files) COMPLETE
87972025-09-19T00:10:39.957Z[ recovery-image] Sep 19 00:10:38.312 INFO O| Sep 19 00:10:38.312 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87982025-09-19T00:10:39.970Z[ recovery-image] Sep 19 00:10:38.325 INFO O| Sep 19 00:10:38.325 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
87992025-09-19T00:10:39.970Z[ recovery-image] Sep 19 00:10:38.325 INFO O| Sep 19 00:10:38.325 INFO STEP 99 (remove_files) COMPLETE
88002025-09-19T00:10:39.970Z[ recovery-image] Sep 19 00:10:38.325 INFO O| Sep 19 00:10:38.325 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88012025-09-19T00:10:39.989Z[ recovery-image] Sep 19 00:10:38.344 INFO O| Sep 19 00:10:38.344 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
88022025-09-19T00:10:39.992Z[ recovery-image] Sep 19 00:10:38.345 INFO O| Sep 19 00:10:38.345 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"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", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
88032025-09-19T00:10:51.571Z[ recovery-image] Sep 19 00:10:49.926 INFO O| Sep 19 00:10:49.926 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
88042025-09-19T00:10:51.571Z[ recovery-image] Sep 19 00:10:49.926 INFO O| Sep 19 00:10:49.926 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88052025-09-19T00:10:51.616Z[ recovery-image] Sep 19 00:10:49.971 INFO O| Sep 19 00:10:49.971 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
88062025-09-19T00:10:51.871Z[ recovery-image] Sep 19 00:10:50.224 INFO O| Sep 19 00:10:50.224 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_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"}
88072025-09-19T00:10:52.005Z[ recovery-image] Sep 19 00:10:50.360 INFO O| Sep 19 00:10:50.360 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
88082025-09-19T00:10:52.189Z[ recovery-image] Sep 19 00:10:50.543 INFO O| Sep 19 00:10:50.543 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88092025-09-19T00:10:52.192Z[ recovery-image] Sep 19 00:10:50.544 INFO O| Sep 19 00:10:50.543 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 ...
88102025-09-19T00:10:52.192Z[ recovery-image] Sep 19 00:10:50.546 INFO O| Sep 19 00:10:50.546 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88112025-09-19T00:10:52.192Z[ recovery-image] Sep 19 00:10:50.546 INFO O| Sep 19 00:10:50.546 INFO ok!
88122025-09-19T00:10:52.192Z[ recovery-image] Sep 19 00:10:50.546 INFO O| Sep 19 00:10:50.546 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88132025-09-19T00:10:52.192Z[ recovery-image] Sep 19 00:10:50.546 INFO O| Sep 19 00:10:50.546 INFO STEP 100 (seed_smf) COMPLETE
88142025-09-19T00:10:52.192Z[ recovery-image] Sep 19 00:10:50.546 INFO O| Sep 19 00:10:50.546 INFO steps complete; finalising image!
88152025-09-19T00:10:52.192Z[ recovery-image] Sep 19 00:10:50.546 INFO O| Sep 19 00:10:50.546 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88162025-09-19T00:10:52.248Z[ recovery-image] Sep 19 00:10:50.603 INFO O| Sep 19 00:10:50.603 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Fri Sep 19 00:10:50 2025)
88172025-09-19T00:10:52.457Z[ recovery-image] Sep 19 00:10:50.811 INFO O| Sep 19 00:10:50.811 INFO trim TEMPORARY-sled-zfs-recovery: (66% trimmed, started at Fri Sep 19 00:10:50 2025)
88182025-09-19T00:10:52.682Z[ recovery-image] Sep 19 00:10:51.036 INFO O| Sep 19 00:10:51.036 INFO temporary pool has 441M used, 1.32G avail, 1.00x compressratio
88192025-09-19T00:10:52.682Z[ recovery-image] Sep 19 00:10:51.036 INFO O| Sep 19 00:10:51.036 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88202025-09-19T00:10:53.484Z[ recovery-image] Sep 19 00:10:51.839 INFO O| Sep 19 00:10:51.839 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
88212025-09-19T00:10:53.484Z[ recovery-image] Sep 19 00:10:51.839 INFO O| Sep 19 00:10:51.839 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88222025-09-19T00:10:59.085Z[ recovery-image] Sep 19 00:10:57.439 INFO O| Sep 19 00:10:57.439 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88232025-09-19T00:10:59.085Z[ recovery-image] Sep 19 00:10:57.439 INFO O| Sep 19 00:10:57.439 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88242025-09-19T00:10:59.085Z[ recovery-image] Sep 19 00:10:57.439 INFO O| Sep 19 00:10:57.439 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88252025-09-19T00:10:59.085Z[ recovery-image] Sep 19 00:10:57.439 INFO O| Sep 19 00:10:57.439 INFO completed processing sled/zfs-recovery
88262025-09-19T00:10:59.089Z[ recovery-image] Sep 19 00:10:57.439 INFO O| Sep 19 00:10:57.439 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88272025-09-19T00:10:59.924Z[ recovery-image] Sep 19 00:10:58.278 INFO O| Sep 19 00:10:58.278 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88282025-09-19T00:11:00.049Z[ recovery-image] Sep 19 00:10:58.403 INFO BUILD STRING "heads/stlouis-0-g900cc17c01\n"
88292025-09-19T00:11:00.052Z[ recovery-image] Sep 19 00:10:58.404 INFO expanded image name: "recovery 2f19f09/${os_short_commit} 2025-09-18 23:24" -> "recovery 2f19f09/900cc17 2025-09-18 23:24"
88302025-09-19T00:11:00.052Z[ recovery-image] Sep 19 00:10:58.404 INFO output artefacts stored in: "/work/os-recovery"
88312025-09-19T00:11:00.052Z[ recovery-image] Sep 19 00:10:58.405 INFO collecting git info from project "bootserver"...
88322025-09-19T00:11:00.113Z[ recovery-image] Sep 19 00:10:58.467 INFO collecting git info from project "pinprick"...
88332025-09-19T00:11:00.127Z[ recovery-image] Sep 19 00:10:58.482 INFO collecting git info from project "chelsio-t6-roms"...
88342025-09-19T00:11:00.173Z[ recovery-image] Sep 19 00:10:58.528 INFO collecting git info from project "amd-firmware"...
88352025-09-19T00:11:01.773Z[ recovery-image] Sep 19 00:11:00.127 INFO collecting git info from project "amd-host-image-builder"...
88362025-09-19T00:11:01.901Z[ recovery-image] Sep 19 00:11:00.256 INFO collecting git info from project "image-builder"...
88372025-09-19T00:11:01.924Z[ recovery-image] Sep 19 00:11:00.279 INFO collecting git info from project "phbl"...
88382025-09-19T00:11:01.942Z[ recovery-image] Sep 19 00:11:00.297 INFO collecting git info from project "pilot"...
88392025-09-19T00:11:02.005Z[ recovery-image] Sep 19 00:11:00.360 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88402025-09-19T00:11:02.950Z[ recovery-image] Sep 19 00:11:01.304 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88412025-09-19T00:11:03.721Z[ recovery-image] Sep 19 00:11:02.076 INFO creating Oxide boot image...
88422025-09-19T00:11:03.725Z[ recovery-image] Sep 19 00:11:02.076 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 2f19f09/900cc17 2025-09-18 23:24", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88432025-09-19T00:12:12.460Z[ host-image] Sep 19 00:12:10.811 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23559:20250918T130040Z
88442025-09-19T00:12:12.465Z[ host-image] Sep 19 00:12:10.811 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23559:20250918T130040Z
88452025-09-19T00:12:12.465Z[ host-image] Sep 19 00:12:10.812 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
88462025-09-19T00:12:12.465Z[ host-image] Sep 19 00:12:10.812 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
88472025-09-19T00:12:12.465Z[ host-image] Sep 19 00:12:10.812 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
88482025-09-19T00:12:12.465Z[ host-image] Sep 19 00:12:10.812 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
88492025-09-19T00:12:12.465Z[ host-image] Sep 19 00:12:10.812 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
88502025-09-19T00:12:12.465Z[ host-image] Sep 19 00:12:10.812 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
88512025-09-19T00:12:12.465Z[ host-image] Sep 19 00:12:10.814 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0:20250918T232531Z
88522025-09-19T00:12:12.465Z[ host-image] Sep 19 00:12:10.814 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
88532025-09-19T00:12:12.465Z[ host-image] Sep 19 00:12:10.814 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
88542025-09-19T00:12:12.465Z[ host-image] Sep 19 00:12:10.814 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23559:20250918T130041Z
88552025-09-19T00:12:12.465Z[ host-image] Sep 19 00:12:10.815 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23559:20250918T130041Z
88562025-09-19T00:12:12.465Z[ host-image] Sep 19 00:12:10.816 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23559:20250918T130041Z
88572025-09-19T00:12:12.465Z[ host-image] Sep 19 00:12:10.816 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23559:20250918T130042Z
88582025-09-19T00:12:12.465Z[ host-image] Sep 19 00:12:10.816 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
88592025-09-19T00:12:12.469Z[ host-image] Sep 19 00:12:10.816 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23559:20250918T130042Z
88602025-09-19T00:12:12.470Z[ host-image] Sep 19 00:12:10.817 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23559:20250918T130042Z
88612025-09-19T00:12:12.470Z[ host-image] Sep 19 00:12:10.817 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23559:20250918T130042Z
88622025-09-19T00:12:12.470Z[ host-image] Sep 19 00:12:10.817 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23559:20250918T130042Z
88632025-09-19T00:12:12.470Z[ host-image] Sep 19 00:12:10.817 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23559:20250918T130043Z
88642025-09-19T00:12:12.470Z[ host-image] Sep 19 00:12:10.817 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23559:20250918T130043Z
88652025-09-19T00:12:12.470Z[ host-image] Sep 19 00:12:10.817 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23559:20250918T130043Z
88662025-09-19T00:12:12.470Z[ host-image] Sep 19 00:12:10.818 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23559:20250918T130044Z
88672025-09-19T00:12:12.470Z[ host-image] Sep 19 00:12:10.818 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23559:20250918T130044Z
88682025-09-19T00:12:12.470Z[ host-image] Sep 19 00:12:10.818 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23559:20250918T130044Z
88692025-09-19T00:12:12.470Z[ host-image] Sep 19 00:12:10.818 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23559:20250918T130046Z
88702025-09-19T00:12:12.470Z[ host-image] Sep 19 00:12:10.818 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23559:20250918T130046Z
88712025-09-19T00:12:12.470Z[ host-image] Sep 19 00:12:10.818 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23559:20250918T130047Z
88722025-09-19T00:12:12.470Z[ host-image] Sep 19 00:12:10.818 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23559:20250918T130048Z
88732025-09-19T00:12:12.470Z[ host-image] Sep 19 00:12:10.818 INFO O| install = pkg://helios-dev/driver/network/opte@0.37.402:20250804T171548Z
88742025-09-19T00:12:12.470Z[ host-image] Sep 19 00:12:10.818 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23559:20250918T130049Z
88752025-09-19T00:12:12.470Z[ host-image] Sep 19 00:12:10.819 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23559:20250918T130051Z
88762025-09-19T00:12:12.470Z[ host-image] Sep 19 00:12:10.819 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23559:20250918T130052Z
88772025-09-19T00:12:12.470Z[ host-image] Sep 19 00:12:10.819 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23559:20250918T130053Z
88782025-09-19T00:12:12.470Z[ host-image] Sep 19 00:12:10.819 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23559:20250918T130054Z
88792025-09-19T00:12:12.470Z[ host-image] Sep 19 00:12:10.819 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23559:20250918T130054Z
88802025-09-19T00:12:12.475Z[ host-image] Sep 19 00:12:10.826 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
88812025-09-19T00:12:12.475Z[ host-image] Sep 19 00:12:10.826 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23559:20250918T130054Z
88822025-09-19T00:12:12.479Z[ host-image] Sep 19 00:12:10.826 INFO O| install = pkg://helios-dev/library/expat@2.7.1-2.0:20250329T143900Z
88832025-09-19T00:12:12.479Z[ host-image] Sep 19 00:12:10.826 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
88842025-09-19T00:12:12.479Z[ host-image] Sep 19 00:12:10.826 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
88852025-09-19T00:12:12.479Z[ host-image] Sep 19 00:12:10.827 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23559:20250918T130055Z
88862025-09-19T00:12:12.479Z[ host-image] Sep 19 00:12:10.827 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
88872025-09-19T00:12:12.479Z[ host-image] Sep 19 00:12:10.827 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
88882025-09-19T00:12:12.480Z[ host-image] Sep 19 00:12:10.828 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
88892025-09-19T00:12:12.480Z[ host-image] Sep 19 00:12:10.828 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
88902025-09-19T00:12:12.484Z[ host-image] Sep 19 00:12:10.836 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
88912025-09-19T00:12:12.488Z[ host-image] Sep 19 00:12:10.836 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
88922025-09-19T00:12:12.488Z[ host-image] Sep 19 00:12:10.836 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
88932025-09-19T00:12:12.488Z[ host-image] Sep 19 00:12:10.836 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
88942025-09-19T00:12:12.488Z[ host-image] Sep 19 00:12:10.837 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
88952025-09-19T00:12:12.488Z[ host-image] Sep 19 00:12:10.837 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
88962025-09-19T00:12:12.511Z[ host-image] Sep 19 00:12:10.862 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.17-2.0:20250701T143425Z
88972025-09-19T00:12:12.514Z[ host-image] Sep 19 00:12:10.863 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
88982025-09-19T00:12:12.514Z[ host-image] Sep 19 00:12:10.863 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
88992025-09-19T00:12:12.514Z[ host-image] Sep 19 00:12:10.863 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23559:20250918T130056Z
89002025-09-19T00:12:12.514Z[ host-image] Sep 19 00:12:10.863 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23559:20250918T130102Z
89012025-09-19T00:12:12.514Z[ host-image] Sep 19 00:12:10.863 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
89022025-09-19T00:12:12.514Z[ host-image] Sep 19 00:12:10.863 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23559:20250918T130103Z
89032025-09-19T00:12:12.514Z[ host-image] Sep 19 00:12:10.864 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89042025-09-19T00:12:12.514Z[ host-image] Sep 19 00:12:10.864 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89052025-09-19T00:12:12.514Z[ host-image] Sep 19 00:12:10.864 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
89062025-09-19T00:12:12.514Z[ host-image] Sep 19 00:12:10.864 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89072025-09-19T00:12:12.514Z[ host-image] Sep 19 00:12:10.864 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23559:20250918T130103Z
89082025-09-19T00:12:12.515Z[ host-image] Sep 19 00:12:10.864 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89092025-09-19T00:12:12.518Z[ host-image] Sep 19 00:12:10.867 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89102025-09-19T00:12:12.518Z[ host-image] Sep 19 00:12:10.867 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89112025-09-19T00:12:12.518Z[ host-image] Sep 19 00:12:10.867 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89122025-09-19T00:12:12.518Z[ host-image] Sep 19 00:12:10.867 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23559:20250918T130103Z
89132025-09-19T00:12:12.518Z[ host-image] Sep 19 00:12:10.867 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89142025-09-19T00:12:12.543Z[ host-image] Sep 19 00:12:10.894 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89152025-09-19T00:12:12.543Z[ host-image] Sep 19 00:12:10.894 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23559:20250918T130104Z
89162025-09-19T00:12:12.548Z[ host-image] Sep 19 00:12:10.895 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23559:20250918T130104Z
89172025-09-19T00:12:12.548Z[ host-image] Sep 19 00:12:10.896 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23559:20250918T130104Z
89182025-09-19T00:12:12.548Z[ host-image] Sep 19 00:12:10.896 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89192025-09-19T00:12:12.548Z[ host-image] Sep 19 00:12:10.896 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23559:20250918T130105Z
89202025-09-19T00:12:12.548Z[ host-image] Sep 19 00:12:10.896 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23559:20250918T130105Z
89212025-09-19T00:12:12.548Z[ host-image] Sep 19 00:12:10.896 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23559:20250918T130106Z
89222025-09-19T00:12:12.548Z[ host-image] Sep 19 00:12:10.897 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23559:20250918T130106Z
89232025-09-19T00:12:12.548Z[ host-image] Sep 19 00:12:10.899 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89242025-09-19T00:12:12.548Z[ host-image] Sep 19 00:12:10.899 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23559:20250918T130106Z
89252025-09-19T00:12:12.548Z[ host-image] Sep 19 00:12:10.899 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23559:20250918T130107Z
89262025-09-19T00:12:12.548Z[ host-image] Sep 19 00:12:10.900 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89272025-09-19T00:12:12.552Z[ host-image] Sep 19 00:12:10.900 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23559:20250918T130107Z
89282025-09-19T00:12:12.552Z[ host-image] Sep 19 00:12:10.900 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23559:20250918T130108Z
89292025-09-19T00:12:12.552Z[ host-image] Sep 19 00:12:10.900 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23559:20250918T130108Z
89302025-09-19T00:12:12.552Z[ host-image] Sep 19 00:12:10.900 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23559:20250918T130108Z
89312025-09-19T00:12:12.555Z[ host-image] Sep 19 00:12:10.906 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23559:20250918T130108Z
89322025-09-19T00:12:12.556Z[ host-image] Sep 19 00:12:10.906 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89332025-09-19T00:12:12.556Z[ host-image] Sep 19 00:12:10.907 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23559:20250918T130108Z
89342025-09-19T00:12:12.560Z[ host-image] Sep 19 00:12:10.908 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23559:20250918T130108Z
89352025-09-19T00:12:12.560Z[ host-image] Sep 19 00:12:10.908 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23559:20250918T130108Z
89362025-09-19T00:12:12.560Z[ host-image] Sep 19 00:12:10.908 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23559:20250918T130109Z
89372025-09-19T00:12:12.560Z[ host-image] Sep 19 00:12:10.909 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23559:20250918T130109Z
89382025-09-19T00:12:12.560Z[ host-image] Sep 19 00:12:10.909 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23559:20250918T130109Z
89392025-09-19T00:12:12.564Z[ host-image] Sep 19 00:12:10.916 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23559:20250918T130111Z
89402025-09-19T00:12:12.568Z[ host-image] Sep 19 00:12:10.916 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23559:20250918T130110Z
89412025-09-19T00:12:12.568Z[ host-image] Sep 19 00:12:10.916 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23559:20250918T130110Z
89422025-09-19T00:12:12.568Z[ host-image] Sep 19 00:12:10.917 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23559:20250918T130110Z
89432025-09-19T00:12:12.568Z[ host-image] Sep 19 00:12:10.918 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23559:20250918T130111Z
89442025-09-19T00:12:12.581Z[ host-image] Sep 19 00:12:10.933 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23559:20250918T130114Z
89452025-09-19T00:12:12.581Z[ host-image] Sep 19 00:12:10.933 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23559:20250918T130111Z
89462025-09-19T00:12:12.585Z[ host-image] Sep 19 00:12:10.933 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23559:20250918T130111Z
89472025-09-19T00:12:12.585Z[ host-image] Sep 19 00:12:10.933 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
89482025-09-19T00:12:12.585Z[ host-image] Sep 19 00:12:10.934 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
89492025-09-19T00:12:12.606Z[ host-image] Sep 19 00:12:10.957 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23559:20250918T130111Z
89502025-09-19T00:12:12.606Z[ host-image] Sep 19 00:12:10.957 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
89512025-09-19T00:12:12.609Z[ host-image] Sep 19 00:12:10.958 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23559:20250918T130111Z
89522025-09-19T00:12:12.610Z[ host-image] Sep 19 00:12:10.958 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23559:20250918T130112Z
89532025-09-19T00:12:12.610Z[ host-image] Sep 19 00:12:10.959 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23559:20250918T130112Z
89542025-09-19T00:12:12.610Z[ host-image] Sep 19 00:12:10.959 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
89552025-09-19T00:12:12.610Z[ host-image] Sep 19 00:12:10.959 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
89562025-09-19T00:12:12.610Z[ host-image] Sep 19 00:12:10.960 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23559:20250918T130113Z
89572025-09-19T00:12:12.610Z[ host-image] Sep 19 00:12:10.960 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23559:20250918T130113Z
89582025-09-19T00:12:12.610Z[ host-image] Sep 19 00:12:10.960 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23559:20250918T130113Z
89592025-09-19T00:12:12.610Z[ host-image] Sep 19 00:12:10.960 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23559:20250918T130113Z
89602025-09-19T00:12:12.610Z[ host-image] Sep 19 00:12:10.960 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23559:20250918T130113Z
89612025-09-19T00:12:12.610Z[ host-image] Sep 19 00:12:10.961 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23559:20250918T130114Z
89622025-09-19T00:12:12.614Z[ host-image] Sep 19 00:12:10.963 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
89632025-09-19T00:12:12.614Z[ host-image] Sep 19 00:12:10.963 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23559:20250918T130114Z
89642025-09-19T00:12:12.614Z[ host-image] Sep 19 00:12:10.964 INFO O| install = pkg://helios-dev/system/microcode/intel@20250512-2.0.23559:20250918T130114Z
89652025-09-19T00:12:12.614Z[ host-image] Sep 19 00:12:10.964 INFO O| install = pkg://helios-dev/system/microcode/oxide@20250515-2.0.23559:20250918T130114Z
89662025-09-19T00:12:12.619Z[ host-image] Sep 19 00:12:10.971 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23559:20250918T130115Z
89672025-09-19T00:12:12.619Z[ host-image] Sep 19 00:12:10.971 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23559:20250918T130115Z
89682025-09-19T00:12:12.623Z[ host-image] Sep 19 00:12:10.971 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23559:20250918T130115Z
89692025-09-19T00:12:12.623Z[ host-image] Sep 19 00:12:10.971 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
89702025-09-19T00:12:12.623Z[ host-image] Sep 19 00:12:10.971 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
89712025-09-19T00:12:12.623Z[ host-image] Sep 19 00:12:10.972 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23559:20250918T130117Z
89722025-09-19T00:12:12.623Z[ host-image] Sep 19 00:12:10.972 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23559:20250918T130118Z
89732025-09-19T00:12:12.623Z[ host-image] Sep 19 00:12:10.972 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
89742025-09-19T00:12:12.623Z[ host-image] Sep 19 00:12:10.972 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
89752025-09-19T00:12:12.623Z[ host-image] Sep 19 00:12:10.972 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
89762025-09-19T00:12:12.623Z[ host-image] Sep 19 00:12:10.972 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
89772025-09-19T00:12:12.623Z[ host-image] Sep 19 00:12:10.972 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
89782025-09-19T00:12:12.623Z[ host-image] Sep 19 00:12:10.973 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
89792025-09-19T00:12:12.626Z[ host-image] Sep 19 00:12:10.975 INFO O| install = pkg://helios-dev/web/curl@8.14.0-2.0:20250603T111413Z
89802025-09-19T00:12:12.626Z[ host-image] Sep 19 00:12:10.975 INFO O| tempdir @ "/tmp/.tmp8kzdEf/tmp"
89812025-09-19T00:12:12.626Z[ host-image] Sep 19 00:12:10.975 INFO O| image root @ "/tmp/.tmp8kzdEf/tmp/root"
89822025-09-19T00:12:12.627Z[ host-image] Sep 19 00:12:10.975 INFO O| creating image...
89832025-09-19T00:12:13.568Z[ host-image] Sep 19 00:12:11.919 INFO O| copying publishers...
89842025-09-19T00:12:25.215Z[ recovery-image] Sep 19 00:12:23.565 INFO O| ok, image written!
89852025-09-19T00:12:25.223Z[ recovery-image] Sep 19 00:12:23.565 INFO O| ok, boot_image_csum file written!
89862025-09-19T00:12:25.228Z[ recovery-image] Sep 19 00:12:23.569 INFO creating boot archive (CPIO)...
89872025-09-19T00:12:25.228Z[ recovery-image] Sep 19 00:12:23.569 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
89882025-09-19T00:12:25.232Z[ recovery-image] Sep 19 00:12:23.579 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
89892025-09-19T00:12:25.232Z[ recovery-image] Sep 19 00:12:23.579 INFO E| + outfile=/work/os-recovery/cpio
89902025-09-19T00:12:25.232Z[ recovery-image] Sep 19 00:12:23.579 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
89912025-09-19T00:12:25.235Z[ recovery-image] Sep 19 00:12:23.584 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
89922025-09-19T00:12:25.235Z[ recovery-image] Sep 19 00:12:23.584 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
89932025-09-19T00:12:25.284Z[ recovery-image] Sep 19 00:12:23.635 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
89942025-09-19T00:12:25.284Z[ recovery-image] Sep 19 00:12:23.635 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
89952025-09-19T00:12:25.294Z[ recovery-image] Sep 19 00:12:23.645 INFO creating compressed cpio/unix for dev loaders...
89962025-09-19T00:12:25.294Z[ recovery-image] Sep 19 00:12:23.645 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
89972025-09-19T00:12:25.647Z[ recovery-image] Sep 19 00:12:23.997 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
89982025-09-19T00:12:30.558Z[ recovery-image] Sep 19 00:12:28.909 INFO creating reset image...
89992025-09-19T00:12:30.558Z[ recovery-image] Sep 19 00:12:28.909 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90002025-09-19T00:12:52.314Z[ host-image] Sep 19 00:12:50.663 INFO O| adding properties...
90012025-09-19T00:12:53.429Z[ host-image] Sep 19 00:12:51.779 INFO O| installing packages...
90022025-09-19T00:13:18.100Z[ recovery-image] Sep 19 00:13:16.448 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-09-03-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
90032025-09-19T00:13:18.103Z[ recovery-image] Sep 19 00:13:16.448 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")
90042025-09-19T00:13:18.579Z[ recovery-image] Sep 19 00:13:16.927 INFO E| Updating crates.io index
90052025-09-19T00:13:18.777Z[ recovery-image] Sep 19 00:13:17.126 INFO E| Downloading crates ...
90062025-09-19T00:13:18.876Z[ recovery-image] Sep 19 00:13:17.224 INFO E| Downloaded anstream v0.6.20
90072025-09-19T00:13:18.881Z[ recovery-image] Sep 19 00:13:17.229 INFO E| Downloaded clap_derive v4.5.47
90082025-09-19T00:13:18.885Z[ recovery-image] Sep 19 00:13:17.234 INFO E| Downloaded signal-hook-registry v1.4.6
90092025-09-19T00:13:18.893Z[ recovery-image] Sep 19 00:13:17.242 INFO E| Downloaded sigchld v0.2.4
90102025-09-19T00:13:18.897Z[ recovery-image] Sep 19 00:13:17.244 INFO E| Downloaded os_pipe v1.2.2
90112025-09-19T00:13:18.900Z[ recovery-image] Sep 19 00:13:17.246 INFO E| Downloaded colorchoice v1.0.4
90122025-09-19T00:13:18.900Z[ recovery-image] Sep 19 00:13:17.248 INFO E| Downloaded shared_child v1.1.1
90132025-09-19T00:13:18.903Z[ recovery-image] Sep 19 00:13:17.250 INFO E| Downloaded anstyle-query v1.1.4
90142025-09-19T00:13:18.906Z[ recovery-image] Sep 19 00:13:17.252 INFO E| Downloaded shared_thread v0.2.0
90152025-09-19T00:13:18.906Z[ recovery-image] Sep 19 00:13:17.254 INFO E| Downloaded clap_lex v0.7.5
90162025-09-19T00:13:18.910Z[ recovery-image] Sep 19 00:13:17.256 INFO E| Downloaded anstyle-parse v0.2.7
90172025-09-19T00:13:18.913Z[ recovery-image] Sep 19 00:13:17.259 INFO E| Downloaded duct v1.1.0
90182025-09-19T00:13:18.916Z[ recovery-image] Sep 19 00:13:17.263 INFO E| Downloaded clap v4.5.47
90192025-09-19T00:13:18.930Z[ recovery-image] Sep 19 00:13:17.278 INFO E| Downloaded clap_builder v4.5.47
90202025-09-19T00:13:18.967Z[ recovery-image] Sep 19 00:13:17.316 INFO E| Downloaded libc v0.2.175
90212025-09-19T00:13:19.058Z[ recovery-image] Sep 19 00:13:17.407 INFO E| Compiling libc v0.2.175
90222025-09-19T00:13:19.108Z[ recovery-image] Sep 19 00:13:17.456 INFO E| Compiling proc-macro2 v1.0.101
90232025-09-19T00:13:19.111Z[ recovery-image] Sep 19 00:13:17.456 INFO E| Compiling signal-hook v0.3.18
90242025-09-19T00:13:19.111Z[ recovery-image] Sep 19 00:13:17.456 INFO E| Compiling unicode-ident v1.0.18
90252025-09-19T00:13:19.111Z[ recovery-image] Sep 19 00:13:17.456 INFO E| Compiling utf8parse v0.2.2
90262025-09-19T00:13:19.111Z[ recovery-image] Sep 19 00:13:17.456 INFO E| Compiling colorchoice v1.0.4
90272025-09-19T00:13:19.111Z[ recovery-image] Sep 19 00:13:17.456 INFO E| Compiling anstyle-query v1.1.4
90282025-09-19T00:13:19.111Z[ recovery-image] Sep 19 00:13:17.456 INFO E| Compiling is_terminal_polyfill v1.70.1
90292025-09-19T00:13:20.075Z[ recovery-image] Sep 19 00:13:18.423 INFO E| Compiling anstyle-parse v0.2.7
90302025-09-19T00:13:20.181Z[ recovery-image] Sep 19 00:13:18.524 INFO E| Compiling anstyle v1.0.11
90312025-09-19T00:13:20.249Z[ recovery-image] Sep 19 00:13:18.598 INFO E| Compiling strsim v0.11.1
90322025-09-19T00:13:20.272Z[ recovery-image] Sep 19 00:13:18.620 INFO E| Compiling clap_lex v0.7.5
90332025-09-19T00:13:20.454Z[ recovery-image] Sep 19 00:13:18.802 INFO E| Compiling heck v0.5.0
90342025-09-19T00:13:20.454Z[ recovery-image] Sep 19 00:13:18.802 INFO E| Compiling shared_thread v0.2.0
90352025-09-19T00:13:20.910Z[ recovery-image] Sep 19 00:13:19.258 INFO E| Compiling anstream v0.6.20
90362025-09-19T00:13:21.414Z[ recovery-image] Sep 19 00:13:19.762 INFO E| Compiling signal-hook-registry v1.4.6
90372025-09-19T00:13:21.486Z[ recovery-image] Sep 19 00:13:19.834 INFO E| Compiling os_pipe v1.2.2
90382025-09-19T00:13:21.733Z[ recovery-image] Sep 19 00:13:20.081 INFO E| Compiling clap_builder v4.5.47
90392025-09-19T00:13:22.215Z[ recovery-image] Sep 19 00:13:20.563 INFO E| Compiling sigchld v0.2.4
90402025-09-19T00:13:22.293Z[ recovery-image] Sep 19 00:13:20.641 INFO E| Compiling quote v1.0.40
90412025-09-19T00:13:22.611Z[ recovery-image] Sep 19 00:13:20.959 INFO E| Compiling shared_child v1.1.1
90422025-09-19T00:13:22.753Z[ recovery-image] Sep 19 00:13:21.101 INFO E| Compiling syn v2.0.106
90432025-09-19T00:13:22.930Z[ recovery-image] Sep 19 00:13:21.278 INFO E| Compiling duct v1.1.0
90442025-09-19T00:13:32.624Z[ recovery-image] Sep 19 00:13:30.972 INFO E| Compiling clap_derive v4.5.47
90452025-09-19T00:13:35.308Z[ host-image] Sep 19 00:13:33.655 INFO O| seeding SMF database...
90462025-09-19T00:13:37.031Z[ recovery-image] Sep 19 00:13:35.379 INFO E| Compiling clap v4.5.47
90472025-09-19T00:13:37.133Z[ recovery-image] Sep 19 00:13:35.480 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
90482025-09-19T00:13:39.347Z[ recovery-image] Sep 19 00:13:37.694 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.10s
90492025-09-19T00:13:39.364Z[ recovery-image] Sep 19 00:13:37.711 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
90502025-09-19T00:13:39.933Z[ recovery-image] Sep 19 00:13:38.280 INFO E| Downloading crates ...
90512025-09-19T00:13:40.017Z[ recovery-image] Sep 19 00:13:38.365 INFO E| Downloaded adler2 v2.0.1
90522025-09-19T00:13:40.028Z[ recovery-image] Sep 19 00:13:38.375 INFO E| Downloaded bit_field v0.10.3
90532025-09-19T00:13:40.031Z[ recovery-image] Sep 19 00:13:38.378 INFO E| Downloaded bitflags v2.9.4
90542025-09-19T00:13:40.037Z[ recovery-image] Sep 19 00:13:38.385 INFO E| Downloaded seq-macro v0.3.6
90552025-09-19T00:13:40.041Z[ recovery-image] Sep 19 00:13:38.388 INFO E| Downloaded scroll_derive v0.13.0
90562025-09-19T00:13:40.044Z[ recovery-image] Sep 19 00:13:38.389 INFO E| Downloaded bitstruct_derive v0.1.0
90572025-09-19T00:13:40.044Z[ recovery-image] Sep 19 00:13:38.390 INFO E| Downloaded scroll v0.13.0
90582025-09-19T00:13:40.047Z[ recovery-image] Sep 19 00:13:38.392 INFO E| Downloaded cpio_reader v0.1.2
90592025-09-19T00:13:40.059Z[ recovery-image] Sep 19 00:13:38.407 INFO E| Downloaded miniz_oxide v0.8.9
90602025-09-19T00:13:40.070Z[ recovery-image] Sep 19 00:13:38.418 INFO E| Downloaded goblin v0.10.1
90612025-09-19T00:13:40.181Z[ recovery-image] Sep 19 00:13:38.529 INFO E| Downloaded raw-cpuid v10.7.0
90622025-09-19T00:13:40.200Z[ recovery-image] Sep 19 00:13:38.547 INFO E| Downloaded bitstruct v0.1.1
90632025-09-19T00:13:40.203Z[ recovery-image] Sep 19 00:13:38.549 INFO E| Downloaded x86 v0.52.0
90642025-09-19T00:13:40.317Z[ recovery-image] Sep 19 00:13:38.664 INFO E| Updating crates.io index
90652025-09-19T00:13:40.769Z[ recovery-image] Sep 19 00:13:39.116 INFO E| Downloading crates ...
90662025-09-19T00:13:40.860Z[ recovery-image] Sep 19 00:13:39.208 INFO E| Downloaded hashbrown v0.15.5
90672025-09-19T00:13:40.883Z[ recovery-image] Sep 19 00:13:39.231 INFO E| Downloaded unicode-width v0.2.1
90682025-09-19T00:13:40.891Z[ recovery-image] Sep 19 00:13:39.239 INFO E| Downloaded rustc-literal-escaper v0.0.5
90692025-09-19T00:13:40.895Z[ recovery-image] Sep 19 00:13:39.241 INFO E| Downloaded getopts v0.2.23
90702025-09-19T00:13:40.898Z[ recovery-image] Sep 19 00:13:39.244 INFO E| Downloaded rustc-demangle v0.1.26
90712025-09-19T00:13:41.028Z[ recovery-image] Sep 19 00:13:39.375 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
90722025-09-19T00:13:41.028Z[ recovery-image] Sep 19 00:13:39.375 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
90732025-09-19T00:13:41.028Z[ recovery-image] Sep 19 00:13:39.375 INFO E| Compiling proc-macro2 v1.0.101
90742025-09-19T00:13:41.032Z[ recovery-image] Sep 19 00:13:39.375 INFO E| Compiling unicode-ident v1.0.18
90752025-09-19T00:13:41.032Z[ recovery-image] Sep 19 00:13:39.375 INFO E| Compiling syn v1.0.109
90762025-09-19T00:13:41.032Z[ recovery-image] Sep 19 00:13:39.376 INFO E| Compiling x86 v0.52.0
90772025-09-19T00:13:41.032Z[ recovery-image] Sep 19 00:13:39.376 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
90782025-09-19T00:13:41.032Z[ recovery-image] Sep 19 00:13:39.376 INFO E| Compiling seq-macro v0.3.6
90792025-09-19T00:13:43.986Z[ recovery-image] Sep 19 00:13:42.333 INFO E| Compiling quote v1.0.40
90802025-09-19T00:13:44.467Z[ recovery-image] Sep 19 00:13:42.814 INFO E| Compiling syn v2.0.106
90812025-09-19T00:13:49.695Z[ host-image] Sep 19 00:13:48.042 INFO O| configuring SMF profile...
90822025-09-19T00:13:49.699Z[ host-image] Sep 19 00:13:48.042 INFO O| modifying shadow(5)...
90832025-09-19T00:13:49.700Z[ host-image] Sep 19 00:13:48.042 INFO O| loading user and group database...
90842025-09-19T00:13:49.700Z[ host-image] Sep 19 00:13:48.042 INFO O| loading facet selections...
90852025-09-19T00:13:50.589Z[ host-image] Sep 19 00:13:48.936 INFO O| devel -> true
90862025-09-19T00:13:50.589Z[ host-image] Sep 19 00:13:48.936 INFO O| doc.man -> true
90872025-09-19T00:13:50.593Z[ host-image] Sep 19 00:13:48.936 INFO O| version-lock.shell/ksh93 -> true
90882025-09-19T00:13:50.593Z[ host-image] Sep 19 00:13:48.936 INFO O| version-lock.system/data/hardware-registry -> true
90892025-09-19T00:13:50.593Z[ host-image] Sep 19 00:13:48.936 INFO O| version-lock.system/data/zoneinfo -> true
90902025-09-19T00:13:50.593Z[ host-image] Sep 19 00:13:48.936 INFO O| version-lock.system/microcode/amd -> true
90912025-09-19T00:13:50.593Z[ host-image] Sep 19 00:13:48.936 INFO O| version-lock.system/microcode/intel -> true
90922025-09-19T00:13:50.593Z[ host-image] Sep 19 00:13:48.936 INFO O| version-lock.system/microcode/oxide -> true
90932025-09-19T00:13:50.594Z[ host-image] Sep 19 00:13:48.936 INFO O| assessing packaged files...
90942025-09-19T00:13:51.689Z[ recovery-image] Sep 19 00:13:50.036 INFO E| Compiling scroll_derive v0.13.0
90952025-09-19T00:13:55.857Z[ recovery-image] Sep 19 00:13:54.203 INFO E| Compiling bitstruct_derive v0.1.0
90962025-09-19T00:13:57.168Z[ host-image] Sep 19 00:13:55.513 INFO O| creating archive...
90972025-09-19T00:13:57.218Z[ host-image] Sep 19 00:13:55.564 INFO O| missing from packaging:
90982025-09-19T00:13:57.222Z[ host-image] Sep 19 00:13:55.565 INFO O| "etc/.pwd.lock"
90992025-09-19T00:13:57.223Z[ host-image] Sep 19 00:13:55.565 INFO O| "etc/bash"
91002025-09-19T00:13:57.228Z[ host-image] Sep 19 00:13:55.574 INFO O| "etc/svc/profile/generic.xml"
91012025-09-19T00:13:57.228Z[ host-image] Sep 19 00:13:55.575 INFO O| "etc/svc/profile/inetd_services.xml"
91022025-09-19T00:13:57.233Z[ host-image] Sep 19 00:13:55.575 INFO O| "etc/svc/profile/name_service.xml"
91032025-09-19T00:13:57.233Z[ host-image] Sep 19 00:13:55.575 INFO O| "etc/svc/profile/platform.xml"
91042025-09-19T00:13:57.233Z[ host-image] Sep 19 00:13:55.575 INFO O| "etc/svc/profile/platform_omicron1.xml"
91052025-09-19T00:13:57.233Z[ host-image] Sep 19 00:13:55.575 INFO O| "etc/svc/repository.db"
91062025-09-19T00:13:57.265Z[ host-image] Sep 19 00:13:55.612 INFO O| "opt/ooce/share"
91072025-09-19T00:13:57.265Z[ host-image] Sep 19 00:13:55.612 INFO O| "opt/ooce/share/man"
91082025-09-19T00:13:57.269Z[ host-image] Sep 19 00:13:55.612 INFO O| "opt/ooce/share/man/man1"
91092025-09-19T00:13:57.280Z[ host-image] Sep 19 00:13:55.627 INFO O| finishing archive...
91102025-09-19T00:14:01.648Z[ host-image] Sep 19 00:13:59.991 INFO O| creating gzonly manifest...
91112025-09-19T00:14:01.658Z[ host-image] Sep 19 00:14:00.004 INFO O| ok
91122025-09-19T00:14:01.906Z[ host-image] Sep 19 00:14:00.252 INFO image builder template: ramdisk-02-trim...
91132025-09-19T00:14:01.906Z[ host-image] Sep 19 00:14:00.252 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/.tmpSCTRpn/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
91142025-09-19T00:14:01.938Z[ host-image] Sep 19 00:14:00.284 INFO O| Sep 19 00:14:00.283 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91152025-09-19T00:14:01.943Z[ host-image] Sep 19 00:14:00.289 INFO O| Sep 19 00:14:00.289 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91162025-09-19T00:14:02.308Z[ host-image] Sep 19 00:14:00.646 INFO O| Sep 19 00:14:00.646 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
91172025-09-19T00:14:02.410Z[ host-image] Sep 19 00:14:00.750 INFO O| Sep 19 00:14:00.750 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
91182025-09-19T00:14:02.411Z[ host-image] Sep 19 00:14:00.750 INFO O| Sep 19 00:14:00.750 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
91192025-09-19T00:14:02.415Z[ host-image] Sep 19 00:14:00.757 INFO O| Sep 19 00:14:00.757 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91202025-09-19T00:14:02.419Z[ host-image] Sep 19 00:14:00.762 INFO O| Sep 19 00:14:00.762 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
91212025-09-19T00:14:02.424Z[ host-image] Sep 19 00:14:00.768 INFO O| Sep 19 00:14:00.768 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
91222025-09-19T00:14:02.702Z[ host-image] Sep 19 00:14:01.048 INFO O| Sep 19 00:14:01.048 INFO rolled back to input snapshot; work may begin
91232025-09-19T00:14:02.702Z[ host-image] Sep 19 00:14:01.048 INFO O| Sep 19 00:14:01.048 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
91242025-09-19T00:14:02.709Z[ host-image] Sep 19 00:14:01.055 INFO O| Sep 19 00:14:01.055 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91252025-09-19T00:14:02.720Z[ host-image] Sep 19 00:14:01.066 INFO O| Sep 19 00:14:01.066 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
91262025-09-19T00:14:02.777Z[ host-image] Sep 19 00:14:01.123 INFO O| Sep 19 00:14:01.123 INFO STEP 0 (remove_files) COMPLETE
91272025-09-19T00:14:02.777Z[ host-image] Sep 19 00:14:01.123 INFO O| Sep 19 00:14:01.123 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91282025-09-19T00:14:02.786Z[ host-image] Sep 19 00:14:01.132 INFO O| Sep 19 00:14:01.132 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
91292025-09-19T00:14:02.789Z[ host-image] Sep 19 00:14:01.134 INFO O| Sep 19 00:14:01.134 INFO STEP 1 (remove_files) COMPLETE
91302025-09-19T00:14:02.789Z[ host-image] Sep 19 00:14:01.134 INFO O| Sep 19 00:14:01.134 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91312025-09-19T00:14:02.796Z[ host-image] Sep 19 00:14:01.142 INFO O| Sep 19 00:14:01.142 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
91322025-09-19T00:14:02.811Z[ host-image] Sep 19 00:14:01.157 INFO O| Sep 19 00:14:01.157 INFO STEP 2 (remove_files) COMPLETE
91332025-09-19T00:14:02.811Z[ host-image] Sep 19 00:14:01.157 INFO O| Sep 19 00:14:01.157 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91342025-09-19T00:14:02.823Z[ host-image] Sep 19 00:14:01.170 INFO O| Sep 19 00:14:01.170 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
91352025-09-19T00:14:02.827Z[ host-image] Sep 19 00:14:01.172 INFO O| Sep 19 00:14:01.172 INFO STEP 3 (remove_files) COMPLETE
91362025-09-19T00:14:02.827Z[ host-image] Sep 19 00:14:01.172 INFO O| Sep 19 00:14:01.172 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91372025-09-19T00:14:02.840Z[ host-image] Sep 19 00:14:01.186 INFO O| Sep 19 00:14:01.186 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
91382025-09-19T00:14:02.844Z[ host-image] Sep 19 00:14:01.190 INFO O| Sep 19 00:14:01.190 INFO STEP 4 (remove_files) COMPLETE
91392025-09-19T00:14:02.844Z[ host-image] Sep 19 00:14:01.190 INFO O| Sep 19 00:14:01.190 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91402025-09-19T00:14:02.858Z[ host-image] Sep 19 00:14:01.204 INFO O| Sep 19 00:14:01.203 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
91412025-09-19T00:14:02.861Z[ host-image] Sep 19 00:14:01.208 INFO O| Sep 19 00:14:01.208 INFO STEP 5 (remove_files) COMPLETE
91422025-09-19T00:14:02.865Z[ host-image] Sep 19 00:14:01.208 INFO O| Sep 19 00:14:01.208 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91432025-09-19T00:14:02.870Z[ host-image] Sep 19 00:14:01.216 INFO O| Sep 19 00:14:01.216 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
91442025-09-19T00:14:02.889Z[ host-image] Sep 19 00:14:01.235 INFO O| Sep 19 00:14:01.234 INFO STEP 6 (remove_files) COMPLETE
91452025-09-19T00:14:02.889Z[ host-image] Sep 19 00:14:01.235 INFO O| Sep 19 00:14:01.235 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91462025-09-19T00:14:02.903Z[ host-image] Sep 19 00:14:01.249 INFO O| Sep 19 00:14:01.249 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
91472025-09-19T00:14:02.922Z[ host-image] Sep 19 00:14:01.268 INFO O| Sep 19 00:14:01.268 INFO STEP 7 (remove_files) COMPLETE
91482025-09-19T00:14:02.922Z[ host-image] Sep 19 00:14:01.268 INFO O| Sep 19 00:14:01.268 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91492025-09-19T00:14:02.936Z[ host-image] Sep 19 00:14:01.282 INFO O| Sep 19 00:14:01.282 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
91502025-09-19T00:14:03.054Z[ host-image] Sep 19 00:14:01.400 INFO O| Sep 19 00:14:01.400 INFO STEP 8 (remove_files) COMPLETE
91512025-09-19T00:14:03.055Z[ host-image] Sep 19 00:14:01.400 INFO O| Sep 19 00:14:01.400 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91522025-09-19T00:14:03.068Z[ host-image] Sep 19 00:14:01.414 INFO O| Sep 19 00:14:01.414 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
91532025-09-19T00:14:03.199Z[ host-image] Sep 19 00:14:01.545 INFO O| Sep 19 00:14:01.545 INFO STEP 9 (remove_files) COMPLETE
91542025-09-19T00:14:03.199Z[ host-image] Sep 19 00:14:01.545 INFO O| Sep 19 00:14:01.545 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91552025-09-19T00:14:03.211Z[ host-image] Sep 19 00:14:01.558 INFO O| Sep 19 00:14:01.558 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
91562025-09-19T00:14:03.216Z[ host-image] Sep 19 00:14:01.561 INFO O| Sep 19 00:14:01.561 INFO STEP 10 (remove_files) COMPLETE
91572025-09-19T00:14:03.216Z[ host-image] Sep 19 00:14:01.561 INFO O| Sep 19 00:14:01.561 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91582025-09-19T00:14:03.224Z[ host-image] Sep 19 00:14:01.571 INFO O| Sep 19 00:14:01.571 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
91592025-09-19T00:14:03.227Z[ host-image] Sep 19 00:14:01.572 INFO O| Sep 19 00:14:01.572 INFO STEP 11 (remove_files) COMPLETE
91602025-09-19T00:14:03.228Z[ host-image] Sep 19 00:14:01.572 INFO O| Sep 19 00:14:01.572 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91612025-09-19T00:14:03.234Z[ host-image] Sep 19 00:14:01.580 INFO O| Sep 19 00:14:01.580 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
91622025-09-19T00:14:03.237Z[ host-image] Sep 19 00:14:01.583 INFO O| Sep 19 00:14:01.583 INFO STEP 12 (remove_files) COMPLETE
91632025-09-19T00:14:03.237Z[ host-image] Sep 19 00:14:01.583 INFO O| Sep 19 00:14:01.583 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91642025-09-19T00:14:03.269Z[ host-image] Sep 19 00:14:01.615 INFO O| Sep 19 00:14:01.615 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
91652025-09-19T00:14:03.270Z[ host-image] Sep 19 00:14:01.616 INFO O| Sep 19 00:14:01.616 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
91662025-09-19T00:14:03.270Z[ host-image] Sep 19 00:14:01.616 INFO O| Sep 19 00:14:01.616 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
91672025-09-19T00:14:03.273Z[ host-image] Sep 19 00:14:01.616 INFO O| Sep 19 00:14:01.616 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
91682025-09-19T00:14:03.274Z[ host-image] Sep 19 00:14:01.616 INFO O| Sep 19 00:14:01.616 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
91692025-09-19T00:14:03.274Z[ host-image] Sep 19 00:14:01.616 INFO O| Sep 19 00:14:01.616 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
91702025-09-19T00:14:03.274Z[ host-image] Sep 19 00:14:01.616 INFO O| Sep 19 00:14:01.616 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
91712025-09-19T00:14:03.274Z[ host-image] Sep 19 00:14:01.616 INFO O| Sep 19 00:14:01.616 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
91722025-09-19T00:14:03.274Z[ host-image] Sep 19 00:14:01.616 INFO O| Sep 19 00:14:01.616 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
91732025-09-19T00:14:03.274Z[ host-image] Sep 19 00:14:01.617 INFO O| Sep 19 00:14:01.617 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
91742025-09-19T00:14:03.274Z[ host-image] Sep 19 00:14:01.617 INFO O| Sep 19 00:14:01.617 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
91752025-09-19T00:14:03.274Z[ host-image] Sep 19 00:14:01.617 INFO O| Sep 19 00:14:01.617 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
91762025-09-19T00:14:03.274Z[ host-image] Sep 19 00:14:01.617 INFO O| Sep 19 00:14:01.617 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
91772025-09-19T00:14:03.274Z[ host-image] Sep 19 00:14:01.617 INFO O| Sep 19 00:14:01.617 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
91782025-09-19T00:14:03.274Z[ host-image] Sep 19 00:14:01.618 INFO O| Sep 19 00:14:01.618 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
91792025-09-19T00:14:03.274Z[ host-image] Sep 19 00:14:01.618 INFO O| Sep 19 00:14:01.618 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
91802025-09-19T00:14:03.274Z[ host-image] Sep 19 00:14:01.619 INFO O| Sep 19 00:14:01.619 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
91812025-09-19T00:14:03.346Z[ host-image] Sep 19 00:14:01.692 INFO O| Sep 19 00:14:01.692 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
91822025-09-19T00:14:03.350Z[ host-image] Sep 19 00:14:01.694 INFO O| Sep 19 00:14:01.694 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
91832025-09-19T00:14:03.353Z[ host-image] Sep 19 00:14:01.697 INFO O| Sep 19 00:14:01.697 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
91842025-09-19T00:14:03.359Z[ host-image] Sep 19 00:14:01.705 INFO O| Sep 19 00:14:01.705 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
91852025-09-19T00:14:03.566Z[ host-image] Sep 19 00:14:01.912 INFO O| Sep 19 00:14:01.912 INFO STEP 13 (remove_files) COMPLETE
91862025-09-19T00:14:03.566Z[ host-image] Sep 19 00:14:01.912 INFO O| Sep 19 00:14:01.912 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91872025-09-19T00:14:03.575Z[ host-image] Sep 19 00:14:01.921 INFO O| Sep 19 00:14:01.921 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
91882025-09-19T00:14:03.578Z[ host-image] Sep 19 00:14:01.923 INFO O| Sep 19 00:14:01.923 INFO STEP 14 (remove_files) COMPLETE
91892025-09-19T00:14:03.578Z[ host-image] Sep 19 00:14:01.923 INFO O| Sep 19 00:14:01.923 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91902025-09-19T00:14:03.584Z[ host-image] Sep 19 00:14:01.930 INFO O| Sep 19 00:14:01.930 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
91912025-09-19T00:14:03.591Z[ host-image] Sep 19 00:14:01.937 INFO O| Sep 19 00:14:01.937 INFO STEP 15 (remove_files) COMPLETE
91922025-09-19T00:14:03.591Z[ host-image] Sep 19 00:14:01.937 INFO O| Sep 19 00:14:01.937 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91932025-09-19T00:14:03.603Z[ host-image] Sep 19 00:14:01.949 INFO O| Sep 19 00:14:01.949 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
91942025-09-19T00:14:03.606Z[ host-image] Sep 19 00:14:01.950 INFO O| Sep 19 00:14:01.949 INFO STEP 16 (remove_files) COMPLETE
91952025-09-19T00:14:03.606Z[ host-image] Sep 19 00:14:01.950 INFO O| Sep 19 00:14:01.949 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91962025-09-19T00:14:03.613Z[ host-image] Sep 19 00:14:01.960 INFO O| Sep 19 00:14:01.960 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
91972025-09-19T00:14:03.616Z[ host-image] Sep 19 00:14:01.961 INFO O| Sep 19 00:14:01.961 INFO STEP 17 (remove_files) COMPLETE
91982025-09-19T00:14:03.617Z[ host-image] Sep 19 00:14:01.961 INFO O| Sep 19 00:14:01.961 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91992025-09-19T00:14:03.626Z[ host-image] Sep 19 00:14:01.972 INFO O| Sep 19 00:14:01.972 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
92002025-09-19T00:14:03.626Z[ host-image] Sep 19 00:14:01.972 INFO O| Sep 19 00:14:01.972 INFO STEP 18 (remove_files) COMPLETE
92012025-09-19T00:14:03.629Z[ host-image] Sep 19 00:14:01.972 INFO O| Sep 19 00:14:01.972 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92022025-09-19T00:14:03.639Z[ host-image] Sep 19 00:14:01.985 INFO O| Sep 19 00:14:01.985 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
92032025-09-19T00:14:03.639Z[ host-image] Sep 19 00:14:01.985 INFO O| Sep 19 00:14:01.985 INFO STEP 19 (remove_files) COMPLETE
92042025-09-19T00:14:03.642Z[ host-image] Sep 19 00:14:01.985 INFO O| Sep 19 00:14:01.985 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92052025-09-19T00:14:03.648Z[ host-image] Sep 19 00:14:01.994 INFO O| Sep 19 00:14:01.994 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
92062025-09-19T00:14:03.648Z[ host-image] Sep 19 00:14:01.994 INFO O| Sep 19 00:14:01.994 INFO STEP 20 (remove_files) COMPLETE
92072025-09-19T00:14:03.651Z[ host-image] Sep 19 00:14:01.994 INFO O| Sep 19 00:14:01.994 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92082025-09-19T00:14:03.657Z[ host-image] Sep 19 00:14:02.003 INFO O| Sep 19 00:14:02.003 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
92092025-09-19T00:14:03.660Z[ host-image] Sep 19 00:14:02.003 INFO O| Sep 19 00:14:02.003 INFO STEP 21 (remove_files) COMPLETE
92102025-09-19T00:14:03.660Z[ host-image] Sep 19 00:14:02.003 INFO O| Sep 19 00:14:02.003 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92112025-09-19T00:14:03.670Z[ host-image] Sep 19 00:14:02.016 INFO O| Sep 19 00:14:02.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
92122025-09-19T00:14:03.670Z[ host-image] Sep 19 00:14:02.016 INFO O| Sep 19 00:14:02.016 INFO STEP 22 (remove_files) COMPLETE
92132025-09-19T00:14:03.673Z[ host-image] Sep 19 00:14:02.016 INFO O| Sep 19 00:14:02.016 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92142025-09-19T00:14:03.679Z[ host-image] Sep 19 00:14:02.025 INFO O| Sep 19 00:14:02.025 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
92152025-09-19T00:14:03.679Z[ host-image] Sep 19 00:14:02.025 INFO O| Sep 19 00:14:02.025 INFO STEP 23 (remove_files) COMPLETE
92162025-09-19T00:14:03.681Z[ host-image] Sep 19 00:14:02.025 INFO O| Sep 19 00:14:02.025 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92172025-09-19T00:14:03.686Z[ host-image] Sep 19 00:14:02.033 INFO O| Sep 19 00:14:02.033 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
92182025-09-19T00:14:03.686Z[ host-image] Sep 19 00:14:02.033 INFO O| Sep 19 00:14:02.033 INFO STEP 24 (remove_files) COMPLETE
92192025-09-19T00:14:03.691Z[ host-image] Sep 19 00:14:02.033 INFO O| Sep 19 00:14:02.033 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92202025-09-19T00:14:03.694Z[ host-image] Sep 19 00:14:02.041 INFO O| Sep 19 00:14:02.041 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
92212025-09-19T00:14:03.694Z[ host-image] Sep 19 00:14:02.041 INFO O| Sep 19 00:14:02.041 INFO STEP 25 (remove_files) COMPLETE
92222025-09-19T00:14:03.697Z[ host-image] Sep 19 00:14:02.041 INFO O| Sep 19 00:14:02.041 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92232025-09-19T00:14:03.704Z[ host-image] Sep 19 00:14:02.051 INFO O| Sep 19 00:14:02.051 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
92242025-09-19T00:14:03.708Z[ host-image] Sep 19 00:14:02.051 INFO O| Sep 19 00:14:02.051 INFO STEP 26 (remove_files) COMPLETE
92252025-09-19T00:14:03.708Z[ host-image] Sep 19 00:14:02.051 INFO O| Sep 19 00:14:02.051 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92262025-09-19T00:14:03.713Z[ host-image] Sep 19 00:14:02.059 INFO O| Sep 19 00:14:02.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
92272025-09-19T00:14:03.714Z[ host-image] Sep 19 00:14:02.059 INFO O| Sep 19 00:14:02.059 INFO STEP 27 (remove_files) COMPLETE
92282025-09-19T00:14:03.716Z[ host-image] Sep 19 00:14:02.059 INFO O| Sep 19 00:14:02.059 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92292025-09-19T00:14:03.721Z[ host-image] Sep 19 00:14:02.067 INFO O| Sep 19 00:14:02.067 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
92302025-09-19T00:14:03.721Z[ host-image] Sep 19 00:14:02.068 INFO O| Sep 19 00:14:02.068 INFO STEP 28 (remove_files) COMPLETE
92312025-09-19T00:14:03.724Z[ host-image] Sep 19 00:14:02.068 INFO O| Sep 19 00:14:02.068 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92322025-09-19T00:14:03.734Z[ host-image] Sep 19 00:14:02.080 INFO O| Sep 19 00:14:02.080 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
92332025-09-19T00:14:03.734Z[ host-image] Sep 19 00:14:02.080 INFO O| Sep 19 00:14:02.080 INFO STEP 29 (remove_files) COMPLETE
92342025-09-19T00:14:03.737Z[ host-image] Sep 19 00:14:02.080 INFO O| Sep 19 00:14:02.080 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92352025-09-19T00:14:03.742Z[ host-image] Sep 19 00:14:02.089 INFO O| Sep 19 00:14:02.089 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
92362025-09-19T00:14:03.745Z[ host-image] Sep 19 00:14:02.089 INFO O| Sep 19 00:14:02.089 INFO STEP 30 (remove_files) COMPLETE
92372025-09-19T00:14:03.745Z[ host-image] Sep 19 00:14:02.089 INFO O| Sep 19 00:14:02.089 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92382025-09-19T00:14:03.751Z[ host-image] Sep 19 00:14:02.097 INFO O| Sep 19 00:14:02.097 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
92392025-09-19T00:14:03.756Z[ host-image] Sep 19 00:14:02.097 INFO O| Sep 19 00:14:02.097 INFO STEP 31 (remove_files) COMPLETE
92402025-09-19T00:14:03.756Z[ host-image] Sep 19 00:14:02.097 INFO O| Sep 19 00:14:02.097 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92412025-09-19T00:14:03.764Z[ host-image] Sep 19 00:14:02.111 INFO O| Sep 19 00:14:02.111 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
92422025-09-19T00:14:03.765Z[ host-image] Sep 19 00:14:02.111 INFO O| Sep 19 00:14:02.111 INFO STEP 32 (remove_files) COMPLETE
92432025-09-19T00:14:03.765Z[ host-image] Sep 19 00:14:02.111 INFO O| Sep 19 00:14:02.111 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92442025-09-19T00:14:03.777Z[ host-image] Sep 19 00:14:02.123 INFO O| Sep 19 00:14:02.123 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
92452025-09-19T00:14:03.777Z[ host-image] Sep 19 00:14:02.123 INFO O| Sep 19 00:14:02.123 INFO STEP 33 (remove_files) COMPLETE
92462025-09-19T00:14:03.780Z[ host-image] Sep 19 00:14:02.123 INFO O| Sep 19 00:14:02.123 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92472025-09-19T00:14:03.788Z[ host-image] Sep 19 00:14:02.134 INFO O| Sep 19 00:14:02.134 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
92482025-09-19T00:14:03.788Z[ host-image] Sep 19 00:14:02.134 INFO O| Sep 19 00:14:02.134 INFO STEP 34 (remove_files) COMPLETE
92492025-09-19T00:14:03.791Z[ host-image] Sep 19 00:14:02.134 INFO O| Sep 19 00:14:02.134 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92502025-09-19T00:14:03.796Z[ host-image] Sep 19 00:14:02.143 INFO O| Sep 19 00:14:02.143 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
92512025-09-19T00:14:03.797Z[ host-image] Sep 19 00:14:02.143 INFO O| Sep 19 00:14:02.143 INFO STEP 35 (remove_files) COMPLETE
92522025-09-19T00:14:03.799Z[ host-image] Sep 19 00:14:02.143 INFO O| Sep 19 00:14:02.143 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92532025-09-19T00:14:03.807Z[ host-image] Sep 19 00:14:02.153 INFO O| Sep 19 00:14:02.153 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
92542025-09-19T00:14:03.807Z[ host-image] Sep 19 00:14:02.154 INFO O| Sep 19 00:14:02.153 INFO STEP 36 (remove_files) COMPLETE
92552025-09-19T00:14:03.810Z[ host-image] Sep 19 00:14:02.154 INFO O| Sep 19 00:14:02.154 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92562025-09-19T00:14:03.819Z[ host-image] Sep 19 00:14:02.165 INFO O| Sep 19 00:14:02.165 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
92572025-09-19T00:14:03.822Z[ host-image] Sep 19 00:14:02.165 INFO O| Sep 19 00:14:02.165 INFO STEP 37 (remove_files) COMPLETE
92582025-09-19T00:14:03.822Z[ host-image] Sep 19 00:14:02.165 INFO O| Sep 19 00:14:02.165 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92592025-09-19T00:14:03.827Z[ host-image] Sep 19 00:14:02.174 INFO O| Sep 19 00:14:02.174 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
92602025-09-19T00:14:03.827Z[ host-image] Sep 19 00:14:02.174 INFO O| Sep 19 00:14:02.174 INFO STEP 38 (remove_files) COMPLETE
92612025-09-19T00:14:03.831Z[ host-image] Sep 19 00:14:02.174 INFO O| Sep 19 00:14:02.174 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92622025-09-19T00:14:03.836Z[ host-image] Sep 19 00:14:02.182 INFO O| Sep 19 00:14:02.182 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
92632025-09-19T00:14:03.836Z[ host-image] Sep 19 00:14:02.183 INFO O| Sep 19 00:14:02.182 INFO STEP 39 (remove_files) COMPLETE
92642025-09-19T00:14:03.839Z[ host-image] Sep 19 00:14:02.183 INFO O| Sep 19 00:14:02.183 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92652025-09-19T00:14:03.848Z[ host-image] Sep 19 00:14:02.195 INFO O| Sep 19 00:14:02.195 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
92662025-09-19T00:14:03.848Z[ host-image] Sep 19 00:14:02.195 INFO O| Sep 19 00:14:02.195 INFO STEP 40 (remove_files) COMPLETE
92672025-09-19T00:14:03.851Z[ host-image] Sep 19 00:14:02.195 INFO O| Sep 19 00:14:02.195 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92682025-09-19T00:14:03.861Z[ host-image] Sep 19 00:14:02.208 INFO O| Sep 19 00:14:02.207 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
92692025-09-19T00:14:03.861Z[ host-image] Sep 19 00:14:02.208 INFO O| Sep 19 00:14:02.208 INFO STEP 41 (remove_files) COMPLETE
92702025-09-19T00:14:03.865Z[ host-image] Sep 19 00:14:02.208 INFO O| Sep 19 00:14:02.208 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92712025-09-19T00:14:03.873Z[ host-image] Sep 19 00:14:02.220 INFO O| Sep 19 00:14:02.219 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
92722025-09-19T00:14:03.873Z[ host-image] Sep 19 00:14:02.220 INFO O| Sep 19 00:14:02.220 INFO STEP 42 (remove_files) COMPLETE
92732025-09-19T00:14:03.877Z[ host-image] Sep 19 00:14:02.220 INFO O| Sep 19 00:14:02.220 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92742025-09-19T00:14:03.885Z[ host-image] Sep 19 00:14:02.231 INFO O| Sep 19 00:14:02.231 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
92752025-09-19T00:14:03.885Z[ host-image] Sep 19 00:14:02.231 INFO O| Sep 19 00:14:02.231 INFO STEP 43 (remove_files) COMPLETE
92762025-09-19T00:14:03.889Z[ host-image] Sep 19 00:14:02.231 INFO O| Sep 19 00:14:02.231 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92772025-09-19T00:14:03.897Z[ host-image] Sep 19 00:14:02.244 INFO O| Sep 19 00:14:02.243 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
92782025-09-19T00:14:03.897Z[ host-image] Sep 19 00:14:02.244 INFO O| Sep 19 00:14:02.244 INFO STEP 44 (remove_files) COMPLETE
92792025-09-19T00:14:03.901Z[ host-image] Sep 19 00:14:02.244 INFO O| Sep 19 00:14:02.244 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92802025-09-19T00:14:03.906Z[ host-image] Sep 19 00:14:02.253 INFO O| Sep 19 00:14:02.253 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
92812025-09-19T00:14:03.906Z[ host-image] Sep 19 00:14:02.253 INFO O| Sep 19 00:14:02.253 INFO STEP 45 (remove_files) COMPLETE
92822025-09-19T00:14:03.910Z[ host-image] Sep 19 00:14:02.253 INFO O| Sep 19 00:14:02.253 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92832025-09-19T00:14:03.917Z[ host-image] Sep 19 00:14:02.263 INFO O| Sep 19 00:14:02.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
92842025-09-19T00:14:03.917Z[ host-image] Sep 19 00:14:02.263 INFO O| Sep 19 00:14:02.263 INFO STEP 46 (remove_files) COMPLETE
92852025-09-19T00:14:03.921Z[ host-image] Sep 19 00:14:02.263 INFO O| Sep 19 00:14:02.263 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92862025-09-19T00:14:03.927Z[ host-image] Sep 19 00:14:02.273 INFO O| Sep 19 00:14:02.273 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
92872025-09-19T00:14:03.927Z[ host-image] Sep 19 00:14:02.273 INFO O| Sep 19 00:14:02.273 INFO STEP 47 (remove_files) COMPLETE
92882025-09-19T00:14:03.931Z[ host-image] Sep 19 00:14:02.273 INFO O| Sep 19 00:14:02.273 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92892025-09-19T00:14:03.937Z[ host-image] Sep 19 00:14:02.284 INFO O| Sep 19 00:14:02.284 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
92902025-09-19T00:14:03.938Z[ host-image] Sep 19 00:14:02.284 INFO O| Sep 19 00:14:02.284 INFO STEP 48 (remove_files) COMPLETE
92912025-09-19T00:14:03.938Z[ host-image] Sep 19 00:14:02.284 INFO O| Sep 19 00:14:02.284 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92922025-09-19T00:14:03.946Z[ host-image] Sep 19 00:14:02.293 INFO O| Sep 19 00:14:02.293 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
92932025-09-19T00:14:03.950Z[ host-image] Sep 19 00:14:02.293 INFO O| Sep 19 00:14:02.293 INFO STEP 49 (remove_files) COMPLETE
92942025-09-19T00:14:03.950Z[ host-image] Sep 19 00:14:02.293 INFO O| Sep 19 00:14:02.293 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92952025-09-19T00:14:03.956Z[ host-image] Sep 19 00:14:02.303 INFO O| Sep 19 00:14:02.303 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
92962025-09-19T00:14:03.956Z[ host-image] Sep 19 00:14:02.303 INFO O| Sep 19 00:14:02.303 INFO STEP 50 (remove_files) COMPLETE
92972025-09-19T00:14:03.956Z[ host-image] Sep 19 00:14:02.303 INFO O| Sep 19 00:14:02.303 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92982025-09-19T00:14:03.968Z[ host-image] Sep 19 00:14:02.314 INFO O| Sep 19 00:14:02.314 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
92992025-09-19T00:14:03.968Z[ host-image] Sep 19 00:14:02.314 INFO O| Sep 19 00:14:02.314 INFO STEP 51 (remove_files) COMPLETE
93002025-09-19T00:14:03.968Z[ host-image] Sep 19 00:14:02.314 INFO O| Sep 19 00:14:02.314 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93012025-09-19T00:14:03.981Z[ host-image] Sep 19 00:14:02.327 INFO O| Sep 19 00:14:02.327 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
93022025-09-19T00:14:03.982Z[ host-image] Sep 19 00:14:02.328 INFO O| Sep 19 00:14:02.327 INFO STEP 52 (remove_files) COMPLETE
93032025-09-19T00:14:03.985Z[ host-image] Sep 19 00:14:02.328 INFO O| Sep 19 00:14:02.328 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93042025-09-19T00:14:03.992Z[ host-image] Sep 19 00:14:02.338 INFO O| Sep 19 00:14:02.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
93052025-09-19T00:14:03.992Z[ host-image] Sep 19 00:14:02.338 INFO O| Sep 19 00:14:02.338 INFO STEP 53 (remove_files) COMPLETE
93062025-09-19T00:14:03.996Z[ host-image] Sep 19 00:14:02.338 INFO O| Sep 19 00:14:02.338 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93072025-09-19T00:14:04.000Z[ host-image] Sep 19 00:14:02.346 INFO O| Sep 19 00:14:02.346 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
93082025-09-19T00:14:04.000Z[ host-image] Sep 19 00:14:02.346 INFO O| Sep 19 00:14:02.346 INFO STEP 54 (remove_files) COMPLETE
93092025-09-19T00:14:04.004Z[ host-image] Sep 19 00:14:02.346 INFO O| Sep 19 00:14:02.346 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93102025-09-19T00:14:04.008Z[ host-image] Sep 19 00:14:02.354 INFO O| Sep 19 00:14:02.354 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
93112025-09-19T00:14:04.008Z[ host-image] Sep 19 00:14:02.354 INFO O| Sep 19 00:14:02.354 INFO STEP 55 (remove_files) COMPLETE
93122025-09-19T00:14:04.008Z[ host-image] Sep 19 00:14:02.354 INFO O| Sep 19 00:14:02.354 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93132025-09-19T00:14:04.018Z[ host-image] Sep 19 00:14:02.364 INFO O| Sep 19 00:14:02.364 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
93142025-09-19T00:14:04.018Z[ host-image] Sep 19 00:14:02.364 INFO O| Sep 19 00:14:02.364 INFO STEP 56 (remove_files) COMPLETE
93152025-09-19T00:14:04.018Z[ host-image] Sep 19 00:14:02.364 INFO O| Sep 19 00:14:02.364 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93162025-09-19T00:14:04.026Z[ host-image] Sep 19 00:14:02.372 INFO O| Sep 19 00:14:02.372 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
93172025-09-19T00:14:04.026Z[ host-image] Sep 19 00:14:02.372 INFO O| Sep 19 00:14:02.372 INFO STEP 57 (remove_files) COMPLETE
93182025-09-19T00:14:04.026Z[ host-image] Sep 19 00:14:02.372 INFO O| Sep 19 00:14:02.372 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93192025-09-19T00:14:04.034Z[ host-image] Sep 19 00:14:02.380 INFO O| Sep 19 00:14:02.380 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
93202025-09-19T00:14:04.034Z[ host-image] Sep 19 00:14:02.381 INFO O| Sep 19 00:14:02.380 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
93212025-09-19T00:14:04.038Z[ host-image] Sep 19 00:14:02.381 INFO O| Sep 19 00:14:02.381 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93222025-09-19T00:14:04.038Z[ host-image] Sep 19 00:14:02.381 INFO O| Sep 19 00:14:02.381 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93232025-09-19T00:14:04.038Z[ host-image] Sep 19 00:14:02.381 INFO O| Sep 19 00:14:02.381 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93242025-09-19T00:14:04.038Z[ host-image] Sep 19 00:14:02.381 INFO O| Sep 19 00:14:02.381 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93252025-09-19T00:14:04.038Z[ host-image] Sep 19 00:14:02.381 INFO O| Sep 19 00:14:02.381 INFO ok!
93262025-09-19T00:14:04.038Z[ host-image] Sep 19 00:14:02.381 INFO O| Sep 19 00:14:02.381 INFO STEP 58 (ensure_file) COMPLETE
93272025-09-19T00:14:04.038Z[ host-image] Sep 19 00:14:02.381 INFO O| Sep 19 00:14:02.381 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93282025-09-19T00:14:04.043Z[ host-image] Sep 19 00:14:02.389 INFO O| Sep 19 00:14:02.389 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
93292025-09-19T00:14:04.047Z[ host-image] Sep 19 00:14:02.390 INFO O| Sep 19 00:14:02.389 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
93302025-09-19T00:14:04.047Z[ host-image] Sep 19 00:14:02.390 INFO O| Sep 19 00:14:02.390 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93312025-09-19T00:14:04.047Z[ host-image] Sep 19 00:14:02.390 INFO O| Sep 19 00:14:02.390 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93322025-09-19T00:14:04.047Z[ host-image] Sep 19 00:14:02.390 INFO O| Sep 19 00:14:02.390 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93332025-09-19T00:14:04.047Z[ host-image] Sep 19 00:14:02.390 INFO O| Sep 19 00:14:02.390 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93342025-09-19T00:14:04.047Z[ host-image] Sep 19 00:14:02.390 INFO O| Sep 19 00:14:02.390 INFO ok!
93352025-09-19T00:14:04.047Z[ host-image] Sep 19 00:14:02.390 INFO O| Sep 19 00:14:02.390 INFO STEP 59 (ensure_file) COMPLETE
93362025-09-19T00:14:04.047Z[ host-image] Sep 19 00:14:02.390 INFO O| Sep 19 00:14:02.390 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93372025-09-19T00:14:04.052Z[ host-image] Sep 19 00:14:02.398 INFO O| Sep 19 00:14:02.398 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
93382025-09-19T00:14:04.052Z[ host-image] Sep 19 00:14:02.398 INFO O| Sep 19 00:14:02.398 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
93392025-09-19T00:14:04.055Z[ host-image] Sep 19 00:14:02.398 INFO O| Sep 19 00:14:02.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
93402025-09-19T00:14:04.056Z[ host-image] Sep 19 00:14:02.398 INFO O| Sep 19 00:14:02.398 INFO ok!
93412025-09-19T00:14:04.056Z[ host-image] Sep 19 00:14:02.398 INFO O| Sep 19 00:14:02.398 INFO STEP 60 (ensure_file) COMPLETE
93422025-09-19T00:14:04.056Z[ host-image] Sep 19 00:14:02.399 INFO O| Sep 19 00:14:02.398 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93432025-09-19T00:14:04.061Z[ host-image] Sep 19 00:14:02.407 INFO O| Sep 19 00:14:02.407 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
93442025-09-19T00:14:04.061Z[ host-image] Sep 19 00:14:02.407 INFO O| Sep 19 00:14:02.407 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
93452025-09-19T00:14:04.064Z[ host-image] Sep 19 00:14:02.407 INFO O| Sep 19 00:14:02.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
93462025-09-19T00:14:04.064Z[ host-image] Sep 19 00:14:02.407 INFO O| Sep 19 00:14:02.407 INFO ok!
93472025-09-19T00:14:04.064Z[ host-image] Sep 19 00:14:02.407 INFO O| Sep 19 00:14:02.407 INFO STEP 61 (ensure_file) COMPLETE
93482025-09-19T00:14:04.065Z[ host-image] Sep 19 00:14:02.407 INFO O| Sep 19 00:14:02.407 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93492025-09-19T00:14:04.070Z[ host-image] Sep 19 00:14:02.416 INFO O| Sep 19 00:14:02.416 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
93502025-09-19T00:14:04.070Z[ host-image] Sep 19 00:14:02.416 INFO O| Sep 19 00:14:02.416 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
93512025-09-19T00:14:04.070Z[ host-image] Sep 19 00:14:02.416 INFO O| Sep 19 00:14:02.416 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93522025-09-19T00:14:04.073Z[ host-image] Sep 19 00:14:02.416 INFO O| Sep 19 00:14:02.416 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93532025-09-19T00:14:04.074Z[ host-image] Sep 19 00:14:02.416 INFO O| Sep 19 00:14:02.416 INFO ok!
93542025-09-19T00:14:04.074Z[ host-image] Sep 19 00:14:02.416 INFO O| Sep 19 00:14:02.416 INFO STEP 62 (ensure_file) COMPLETE
93552025-09-19T00:14:04.074Z[ host-image] Sep 19 00:14:02.416 INFO O| Sep 19 00:14:02.416 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93562025-09-19T00:14:04.081Z[ host-image] Sep 19 00:14:02.427 INFO O| Sep 19 00:14:02.427 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
93572025-09-19T00:14:04.084Z[ host-image] Sep 19 00:14:02.427 INFO O| Sep 19 00:14:02.427 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
93582025-09-19T00:14:04.085Z[ host-image] Sep 19 00:14:02.427 INFO O| Sep 19 00:14:02.427 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93592025-09-19T00:14:04.085Z[ host-image] Sep 19 00:14:02.427 INFO O| Sep 19 00:14:02.427 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93602025-09-19T00:14:04.085Z[ host-image] Sep 19 00:14:02.427 INFO O| Sep 19 00:14:02.427 INFO ok!
93612025-09-19T00:14:04.085Z[ host-image] Sep 19 00:14:02.428 INFO O| Sep 19 00:14:02.427 INFO STEP 63 (ensure_file) COMPLETE
93622025-09-19T00:14:04.085Z[ host-image] Sep 19 00:14:02.428 INFO O| Sep 19 00:14:02.427 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93632025-09-19T00:14:04.090Z[ host-image] Sep 19 00:14:02.436 INFO O| Sep 19 00:14:02.436 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
93642025-09-19T00:14:04.090Z[ host-image] Sep 19 00:14:02.436 INFO O| Sep 19 00:14:02.436 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
93652025-09-19T00:14:04.093Z[ host-image] Sep 19 00:14:02.436 INFO O| Sep 19 00:14:02.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
93662025-09-19T00:14:04.093Z[ host-image] Sep 19 00:14:02.436 INFO O| Sep 19 00:14:02.436 INFO ok!
93672025-09-19T00:14:04.093Z[ host-image] Sep 19 00:14:02.436 INFO O| Sep 19 00:14:02.436 INFO STEP 64 (assemble_files) COMPLETE
93682025-09-19T00:14:04.094Z[ host-image] Sep 19 00:14:02.436 INFO O| Sep 19 00:14:02.436 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93692025-09-19T00:14:04.101Z[ host-image] Sep 19 00:14:02.448 INFO O| Sep 19 00:14:02.448 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
93702025-09-19T00:14:04.102Z[ host-image] Sep 19 00:14:02.448 INFO O| Sep 19 00:14:02.448 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
93712025-09-19T00:14:04.105Z[ host-image] Sep 19 00:14:02.448 INFO O| Sep 19 00:14:02.448 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93722025-09-19T00:14:04.105Z[ host-image] Sep 19 00:14:02.448 INFO O| Sep 19 00:14:02.448 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93732025-09-19T00:14:04.105Z[ host-image] Sep 19 00:14:02.448 INFO O| Sep 19 00:14:02.448 INFO ok!
93742025-09-19T00:14:04.105Z[ host-image] Sep 19 00:14:02.448 INFO O| Sep 19 00:14:02.448 INFO STEP 65 (ensure_file) COMPLETE
93752025-09-19T00:14:04.105Z[ host-image] Sep 19 00:14:02.448 INFO O| Sep 19 00:14:02.448 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93762025-09-19T00:14:04.112Z[ host-image] Sep 19 00:14:02.458 INFO O| Sep 19 00:14:02.458 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93772025-09-19T00:14:04.112Z[ host-image] Sep 19 00:14:02.458 INFO O| Sep 19 00:14:02.458 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93782025-09-19T00:14:04.112Z[ host-image] Sep 19 00:14:02.458 INFO O| Sep 19 00:14:02.458 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93792025-09-19T00:14:04.116Z[ host-image] Sep 19 00:14:02.458 INFO O| Sep 19 00:14:02.458 INFO STEP 66 (ensure_dir) COMPLETE
93802025-09-19T00:14:04.116Z[ host-image] Sep 19 00:14:02.458 INFO O| Sep 19 00:14:02.458 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93812025-09-19T00:14:04.122Z[ host-image] Sep 19 00:14:02.468 INFO O| Sep 19 00:14:02.468 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
93822025-09-19T00:14:04.126Z[ host-image] Sep 19 00:14:02.469 INFO O| Sep 19 00:14:02.468 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 ...
93832025-09-19T00:14:04.130Z[ host-image] Sep 19 00:14:02.475 INFO O| Sep 19 00:14:02.475 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
93842025-09-19T00:14:04.130Z[ host-image] Sep 19 00:14:02.475 INFO O| Sep 19 00:14:02.475 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
93852025-09-19T00:14:04.130Z[ host-image] Sep 19 00:14:02.475 INFO O| Sep 19 00:14:02.475 INFO ok!
93862025-09-19T00:14:04.130Z[ host-image] Sep 19 00:14:02.475 INFO O| Sep 19 00:14:02.475 INFO STEP 67 (ensure_file) COMPLETE
93872025-09-19T00:14:04.130Z[ host-image] Sep 19 00:14:02.475 INFO O| Sep 19 00:14:02.475 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93882025-09-19T00:14:04.137Z[ host-image] Sep 19 00:14:02.484 INFO O| Sep 19 00:14:02.484 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
93892025-09-19T00:14:04.137Z[ host-image] Sep 19 00:14:02.484 INFO O| Sep 19 00:14:02.484 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 ...
93902025-09-19T00:14:04.141Z[ host-image] Sep 19 00:14:02.484 INFO O| Sep 19 00:14:02.484 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
93912025-09-19T00:14:04.141Z[ host-image] Sep 19 00:14:02.484 INFO O| Sep 19 00:14:02.484 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
93922025-09-19T00:14:04.141Z[ host-image] Sep 19 00:14:02.484 INFO O| Sep 19 00:14:02.484 INFO ok!
93932025-09-19T00:14:04.142Z[ host-image] Sep 19 00:14:02.484 INFO O| Sep 19 00:14:02.484 INFO STEP 68 (ensure_file) COMPLETE
93942025-09-19T00:14:04.142Z[ host-image] Sep 19 00:14:02.484 INFO O| Sep 19 00:14:02.484 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93952025-09-19T00:14:04.151Z[ host-image] Sep 19 00:14:02.497 INFO O| Sep 19 00:14:02.497 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
93962025-09-19T00:14:04.151Z[ host-image] Sep 19 00:14:02.497 INFO O| Sep 19 00:14:02.497 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
93972025-09-19T00:14:06.304Z[ host-image] Sep 19 00:14:04.650 INFO O| Sep 19 00:14:04.649 INFO STEP 69 (pack_tar) COMPLETE
93982025-09-19T00:14:06.304Z[ host-image] Sep 19 00:14:04.650 INFO O| Sep 19 00:14:04.650 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93992025-09-19T00:14:06.308Z[ host-image] Sep 19 00:14:04.650 INFO O| Sep 19 00:14:04.650 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
94002025-09-19T00:14:06.739Z[ host-image] Sep 19 00:14:05.085 INFO O| Sep 19 00:14:05.084 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94012025-09-19T00:14:06.794Z[ host-image] Sep 19 00:14:05.140 INFO O| Sep 19 00:14:05.140 INFO completed processing sled/ramdisk-02-trim
94022025-09-19T00:14:06.798Z[ host-image] Sep 19 00:14:05.142 INFO image builder template: zfs...
94032025-09-19T00:14:06.798Z[ host-image] Sep 19 00:14:05.142 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/.tmpSCTRpn/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-09-19T00:14:06.809Z[ host-image] Sep 19 00:14:05.155 INFO O| Sep 19 00:14:05.155 INFO skip include "stress" because feature "stress" is not enabled
94052025-09-19T00:14:06.809Z[ host-image] Sep 19 00:14:05.155 INFO O| Sep 19 00:14:05.155 INFO skip include "stress" because feature "compliance" is not enabled
94062025-09-19T00:14:06.841Z[ host-image] Sep 19 00:14:05.187 INFO O| Sep 19 00:14:05.187 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
94072025-09-19T00:14:06.844Z[ host-image] Sep 19 00:14:05.190 INFO O| Sep 19 00:14:05.190 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
94082025-09-19T00:14:06.901Z[ host-image] Sep 19 00:14:05.247 INFO O| Sep 19 00:14:05.247 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
94092025-09-19T00:14:06.947Z[ host-image] Sep 19 00:14:05.293 INFO O| Sep 19 00:14:05.293 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
94102025-09-19T00:14:06.952Z[ host-image] Sep 19 00:14:05.293 INFO O| Sep 19 00:14:05.293 INFO work dataset: rpool/images/build/host/work/sled/zfs
94112025-09-19T00:14:06.956Z[ host-image] Sep 19 00:14:05.300 INFO O| Sep 19 00:14:05.300 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
94122025-09-19T00:14:07.007Z[ host-image] Sep 19 00:14:05.351 INFO O| Sep 19 00:14:05.351 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
94132025-09-19T00:14:07.030Z[ host-image] Sep 19 00:14:05.376 INFO O| Sep 19 00:14:05.376 INFO DESTROY POOL: TEMPORARY-sled-zfs
94142025-09-19T00:14:07.042Z[ host-image] Sep 19 00:14:05.388 INFO O| Sep 19 00:14:05.388 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
94152025-09-19T00:14:07.049Z[ host-image] Sep 19 00:14:05.395 INFO O| Sep 19 00:14:05.395 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
94162025-09-19T00:14:07.049Z[ host-image] Sep 19 00:14:05.395 INFO O| Sep 19 00:14:05.395 INFO no lofi found
94172025-09-19T00:14:07.052Z[ host-image] Sep 19 00:14:05.395 INFO O| Sep 19 00:14:05.395 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
94182025-09-19T00:14:07.052Z[ host-image] Sep 19 00:14:05.395 INFO O| Sep 19 00:14:05.395 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
94192025-09-19T00:14:08.657Z[ host-image] Sep 19 00:14:07.002 INFO O| Sep 19 00:14:07.002 INFO lofi device = /dev/dsk/c2t1d0p0
94202025-09-19T00:14:08.657Z[ host-image] Sep 19 00:14:07.002 INFO O| Sep 19 00:14:07.002 INFO pool device = /dev/dsk/c2t1d0p0
94212025-09-19T00:14:08.661Z[ host-image] Sep 19 00:14:07.002 INFO O| Sep 19 00:14:07.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/c2t1d0p0"]
94222025-09-19T00:14:08.772Z[ host-image] Sep 19 00:14:07.118 INFO O| Sep 19 00:14:07.118 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94232025-09-19T00:14:08.772Z[ host-image] Sep 19 00:14:07.118 INFO O| Sep 19 00:14:07.118 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
94242025-09-19T00:14:08.798Z[ host-image] Sep 19 00:14:07.144 INFO O| Sep 19 00:14:07.144 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
94252025-09-19T00:14:08.872Z[ host-image] Sep 19 00:14:07.218 INFO O| Sep 19 00:14:07.218 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
94262025-09-19T00:14:08.907Z[ host-image] Sep 19 00:14:07.253 INFO O| Sep 19 00:14:07.253 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
94272025-09-19T00:14:08.922Z[ host-image] Sep 19 00:14:07.268 INFO O| Sep 19 00:14:07.268 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
94282025-09-19T00:14:08.933Z[ host-image] Sep 19 00:14:07.279 INFO O| Sep 19 00:14:07.279 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
94292025-09-19T00:14:08.979Z[ host-image] Sep 19 00:14:07.324 INFO O| Sep 19 00:14:07.324 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
94302025-09-19T00:14:08.979Z[ host-image] Sep 19 00:14:07.325 INFO O| Sep 19 00:14:07.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
94312025-09-19T00:14:08.982Z[ host-image] Sep 19 00:14:07.325 INFO O| Sep 19 00:14:07.325 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
94322025-09-19T00:14:08.992Z[ host-image] Sep 19 00:14:07.338 INFO O| Sep 19 00:14:07.338 INFO boot environment UUID: 8c9b9d24-c60a-49fe-b80f-1f42c14dd323
94332025-09-19T00:14:08.996Z[ host-image] Sep 19 00:14:07.338 INFO O| Sep 19 00:14:07.338 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8c9b9d24-c60a-49fe-b80f-1f42c14dd323
94342025-09-19T00:14:09.003Z[ host-image] Sep 19 00:14:07.349 INFO O| Sep 19 00:14:07.349 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
94352025-09-19T00:14:09.013Z[ host-image] Sep 19 00:14:07.360 INFO O| Sep 19 00:14:07.359 INFO STEP 0 (create_be) COMPLETE
94362025-09-19T00:14:09.013Z[ host-image] Sep 19 00:14:07.360 INFO O| Sep 19 00:14:07.359 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94372025-09-19T00:14:09.027Z[ host-image] Sep 19 00:14:07.373 INFO O| Sep 19 00:14:07.373 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
94382025-09-19T00:14:12.411Z[verify-libraries] Finished `release` profile [optimized] target(s) in 20m 58s
94392025-09-19T00:14:13.442ZSep 19 00:14:11.788 INFO [verify-libraries] process exited with exit status: 0 (1265.443329925s)
94402025-09-19T00:14:19.452Z[ recovery-image] Sep 19 00:14:17.798 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
94412025-09-19T00:14:24.734Z[ recovery-image] Sep 19 00:14:23.078 INFO E| Compiling bitflags v1.3.2
94422025-09-19T00:14:24.738Z[ recovery-image] Sep 19 00:14:23.078 INFO E| Compiling plain v0.2.3
94432025-09-19T00:14:24.738Z[ recovery-image] Sep 19 00:14:23.078 INFO E| Compiling bitflags v2.9.4
94442025-09-19T00:14:24.738Z[ recovery-image] Sep 19 00:14:23.078 INFO E| Compiling adler2 v2.0.1
94452025-09-19T00:14:24.738Z[ recovery-image] Sep 19 00:14:23.079 INFO E| Compiling bit_field v0.10.3
94462025-09-19T00:14:24.738Z[ recovery-image] Sep 19 00:14:23.079 INFO E| Compiling log v0.4.27
94472025-09-19T00:14:24.738Z[ recovery-image] Sep 19 00:14:23.079 INFO E| Compiling scroll v0.13.0
94482025-09-19T00:14:24.839Z[ recovery-image] Sep 19 00:14:23.184 INFO E| Compiling raw-cpuid v10.7.0
94492025-09-19T00:14:24.956Z[ recovery-image] Sep 19 00:14:23.269 INFO E| Compiling miniz_oxide v0.8.9
94502025-09-19T00:14:25.042Z[ recovery-image] Sep 19 00:14:23.388 INFO E| Compiling bitstruct v0.1.1
94512025-09-19T00:14:25.085Z[ recovery-image] Sep 19 00:14:23.430 INFO E| Compiling static_assertions v1.1.0
94522025-09-19T00:14:25.238Z[ recovery-image] Sep 19 00:14:23.582 INFO E| Compiling cpio_reader v0.1.2
94532025-09-19T00:14:25.405Z[ recovery-image] Sep 19 00:14:23.751 INFO E| Compiling goblin v0.10.1
94542025-09-19T00:14:29.475Z[ host-image] Sep 19 00:14:27.820 INFO O| Sep 19 00:14:27.820 INFO STEP 1 (unpack_tar) COMPLETE
94552025-09-19T00:14:29.475Z[ host-image] Sep 19 00:14:27.820 INFO O| Sep 19 00:14:27.820 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94562025-09-19T00:14:29.490Z[ host-image] Sep 19 00:14:27.835 INFO O| Sep 19 00:14:27.835 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
94572025-09-19T00:14:30.034Z[ host-image] Sep 19 00:14:28.379 INFO O| Sep 19 00:14:28.379 INFO STEP 2 (devfsadm) COMPLETE
94582025-09-19T00:14:30.034Z[ host-image] Sep 19 00:14:28.379 INFO O| Sep 19 00:14:28.379 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94592025-09-19T00:14:30.045Z[ host-image] Sep 19 00:14:28.391 INFO O| Sep 19 00:14:28.391 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94602025-09-19T00:14:30.045Z[ host-image] Sep 19 00:14:28.391 INFO O| Sep 19 00:14:28.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94612025-09-19T00:14:30.049Z[ host-image] Sep 19 00:14:28.391 INFO O| Sep 19 00:14:28.391 INFO STEP 3 (ensure_dir) COMPLETE
94622025-09-19T00:14:30.049Z[ host-image] Sep 19 00:14:28.391 INFO O| Sep 19 00:14:28.391 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94632025-09-19T00:14:30.056Z[ host-image] Sep 19 00:14:28.401 INFO O| Sep 19 00:14:28.401 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94642025-09-19T00:14:30.056Z[ host-image] Sep 19 00:14:28.401 INFO O| Sep 19 00:14:28.401 INFO STEP 4 (ensure_dir) COMPLETE
94652025-09-19T00:14:30.059Z[ host-image] Sep 19 00:14:28.401 INFO O| Sep 19 00:14:28.401 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94662025-09-19T00:14:30.065Z[ host-image] Sep 19 00:14:28.411 INFO O| Sep 19 00:14:28.411 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94672025-09-19T00:14:30.065Z[ host-image] Sep 19 00:14:28.411 INFO O| Sep 19 00:14:28.411 INFO STEP 5 (ensure_dir) COMPLETE
94682025-09-19T00:14:30.069Z[ host-image] Sep 19 00:14:28.411 INFO O| Sep 19 00:14:28.411 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94692025-09-19T00:14:30.074Z[ host-image] Sep 19 00:14:28.419 INFO O| Sep 19 00:14:28.419 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94702025-09-19T00:14:30.077Z[ host-image] Sep 19 00:14:28.419 INFO O| Sep 19 00:14:28.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94712025-09-19T00:14:30.077Z[ host-image] Sep 19 00:14:28.419 INFO O| Sep 19 00:14:28.419 INFO STEP 6 (ensure_dir) COMPLETE
94722025-09-19T00:14:30.077Z[ host-image] Sep 19 00:14:28.419 INFO O| Sep 19 00:14:28.419 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94732025-09-19T00:14:30.081Z[ host-image] Sep 19 00:14:28.427 INFO O| Sep 19 00:14:28.427 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94742025-09-19T00:14:30.082Z[ host-image] Sep 19 00:14:28.427 INFO O| Sep 19 00:14:28.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94752025-09-19T00:14:30.085Z[ host-image] Sep 19 00:14:28.427 INFO O| Sep 19 00:14:28.427 INFO STEP 7 (ensure_dir) COMPLETE
94762025-09-19T00:14:30.085Z[ host-image] Sep 19 00:14:28.427 INFO O| Sep 19 00:14:28.427 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94772025-09-19T00:14:30.090Z[ host-image] Sep 19 00:14:28.435 INFO O| Sep 19 00:14:28.435 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
94782025-09-19T00:14:30.093Z[ host-image] Sep 19 00:14:28.435 INFO O| Sep 19 00:14:28.435 INFO STEP 8 (remove_files) COMPLETE
94792025-09-19T00:14:30.093Z[ host-image] Sep 19 00:14:28.435 INFO O| Sep 19 00:14:28.435 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94802025-09-19T00:14:30.098Z[ host-image] Sep 19 00:14:28.443 INFO O| Sep 19 00:14:28.443 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
94812025-09-19T00:14:30.101Z[ host-image] Sep 19 00:14:28.444 INFO O| Sep 19 00:14:28.444 INFO STEP 9 (remove_files) COMPLETE
94822025-09-19T00:14:30.101Z[ host-image] Sep 19 00:14:28.444 INFO O| Sep 19 00:14:28.444 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94832025-09-19T00:14:30.105Z[ host-image] Sep 19 00:14:28.451 INFO O| Sep 19 00:14:28.451 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
94842025-09-19T00:14:30.109Z[ host-image] Sep 19 00:14:28.452 INFO O| Sep 19 00:14:28.452 INFO STEP 10 (remove_files) COMPLETE
94852025-09-19T00:14:30.109Z[ host-image] Sep 19 00:14:28.452 INFO O| Sep 19 00:14:28.452 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94862025-09-19T00:14:30.114Z[ host-image] Sep 19 00:14:28.459 INFO O| Sep 19 00:14:28.459 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
94872025-09-19T00:14:30.114Z[ host-image] Sep 19 00:14:28.460 INFO O| Sep 19 00:14:28.460 INFO STEP 11 (remove_files) COMPLETE
94882025-09-19T00:14:30.117Z[ host-image] Sep 19 00:14:28.460 INFO O| Sep 19 00:14:28.460 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94892025-09-19T00:14:30.122Z[ host-image] Sep 19 00:14:28.467 INFO O| Sep 19 00:14:28.467 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
94902025-09-19T00:14:30.122Z[ host-image] Sep 19 00:14:28.467 INFO O| Sep 19 00:14:28.467 INFO STEP 12 (remove_files) COMPLETE
94912025-09-19T00:14:30.125Z[ host-image] Sep 19 00:14:28.467 INFO O| Sep 19 00:14:28.467 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94922025-09-19T00:14:30.130Z[ host-image] Sep 19 00:14:28.476 INFO O| Sep 19 00:14:28.476 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94932025-09-19T00:14:30.130Z[ host-image] Sep 19 00:14:28.476 INFO O| Sep 19 00:14:28.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94942025-09-19T00:14:30.133Z[ host-image] Sep 19 00:14:28.476 INFO O| Sep 19 00:14:28.476 INFO STEP 13 (ensure_dir) COMPLETE
94952025-09-19T00:14:30.133Z[ host-image] Sep 19 00:14:28.476 INFO O| Sep 19 00:14:28.476 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94962025-09-19T00:14:30.138Z[ host-image] Sep 19 00:14:28.484 INFO O| Sep 19 00:14:28.484 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94972025-09-19T00:14:30.138Z[ host-image] Sep 19 00:14:28.484 INFO O| Sep 19 00:14:28.484 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94982025-09-19T00:14:30.138Z[ host-image] Sep 19 00:14:28.484 INFO O| Sep 19 00:14:28.484 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94992025-09-19T00:14:30.139Z[ host-image] Sep 19 00:14:28.484 INFO O| Sep 19 00:14:28.484 INFO STEP 14 (ensure_dir) COMPLETE
95002025-09-19T00:14:30.142Z[ host-image] Sep 19 00:14:28.484 INFO O| Sep 19 00:14:28.484 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95012025-09-19T00:14:30.149Z[ host-image] Sep 19 00:14:28.494 INFO O| Sep 19 00:14:28.494 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95022025-09-19T00:14:30.149Z[ host-image] Sep 19 00:14:28.494 INFO O| Sep 19 00:14:28.494 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95032025-09-19T00:14:30.152Z[ host-image] Sep 19 00:14:28.494 INFO O| Sep 19 00:14:28.494 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95042025-09-19T00:14:30.152Z[ host-image] Sep 19 00:14:28.494 INFO O| Sep 19 00:14:28.494 INFO STEP 15 (ensure_dir) COMPLETE
95052025-09-19T00:14:30.152Z[ host-image] Sep 19 00:14:28.495 INFO O| Sep 19 00:14:28.494 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95062025-09-19T00:14:30.157Z[ host-image] Sep 19 00:14:28.503 INFO O| Sep 19 00:14:28.503 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95072025-09-19T00:14:30.157Z[ host-image] Sep 19 00:14:28.503 INFO O| Sep 19 00:14:28.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95082025-09-19T00:14:30.161Z[ host-image] Sep 19 00:14:28.503 INFO O| Sep 19 00:14:28.503 INFO STEP 16 (ensure_dir) COMPLETE
95092025-09-19T00:14:30.161Z[ host-image] Sep 19 00:14:28.503 INFO O| Sep 19 00:14:28.503 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95102025-09-19T00:14:30.165Z[ host-image] Sep 19 00:14:28.510 INFO O| Sep 19 00:14:28.510 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95112025-09-19T00:14:30.165Z[ host-image] Sep 19 00:14:28.510 INFO O| Sep 19 00:14:28.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95122025-09-19T00:14:30.168Z[ host-image] Sep 19 00:14:28.510 INFO O| Sep 19 00:14:28.510 INFO STEP 17 (ensure_dir) COMPLETE
95132025-09-19T00:14:30.168Z[ host-image] Sep 19 00:14:28.510 INFO O| Sep 19 00:14:28.510 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95142025-09-19T00:14:30.173Z[ host-image] Sep 19 00:14:28.518 INFO O| Sep 19 00:14:28.518 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
95152025-09-19T00:14:30.176Z[ host-image] Sep 19 00:14:28.518 INFO O| Sep 19 00:14:28.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
95162025-09-19T00:14:30.176Z[ host-image] Sep 19 00:14:28.518 INFO O| Sep 19 00:14:28.518 INFO ok!
95172025-09-19T00:14:30.176Z[ host-image] Sep 19 00:14:28.518 INFO O| Sep 19 00:14:28.518 INFO STEP 18 (ensure_symlink) COMPLETE
95182025-09-19T00:14:30.176Z[ host-image] Sep 19 00:14:28.518 INFO O| Sep 19 00:14:28.518 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95192025-09-19T00:14:30.180Z[ host-image] Sep 19 00:14:28.526 INFO O| Sep 19 00:14:28.526 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
95202025-09-19T00:14:30.180Z[ host-image] Sep 19 00:14:28.526 INFO O| Sep 19 00:14:28.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
95212025-09-19T00:14:30.183Z[ host-image] Sep 19 00:14:28.526 INFO O| Sep 19 00:14:28.526 INFO ok!
95222025-09-19T00:14:30.183Z[ host-image] Sep 19 00:14:28.526 INFO O| Sep 19 00:14:28.526 INFO STEP 19 (ensure_file) COMPLETE
95232025-09-19T00:14:30.183Z[ host-image] Sep 19 00:14:28.526 INFO O| Sep 19 00:14:28.526 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95242025-09-19T00:14:30.187Z[ host-image] Sep 19 00:14:28.533 INFO O| Sep 19 00:14:28.533 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
95252025-09-19T00:14:30.187Z[ host-image] Sep 19 00:14:28.533 INFO O| Sep 19 00:14:28.533 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
95262025-09-19T00:14:30.191Z[ host-image] Sep 19 00:14:28.533 INFO O| Sep 19 00:14:28.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
95272025-09-19T00:14:30.191Z[ host-image] Sep 19 00:14:28.533 INFO O| Sep 19 00:14:28.533 INFO ok!
95282025-09-19T00:14:30.191Z[ host-image] Sep 19 00:14:28.533 INFO O| Sep 19 00:14:28.533 INFO STEP 20 (ensure_symlink) COMPLETE
95292025-09-19T00:14:30.191Z[ host-image] Sep 19 00:14:28.533 INFO O| Sep 19 00:14:28.533 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95302025-09-19T00:14:30.196Z[ host-image] Sep 19 00:14:28.541 INFO O| Sep 19 00:14:28.541 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
95312025-09-19T00:14:30.196Z[ host-image] Sep 19 00:14:28.541 INFO O| Sep 19 00:14:28.541 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
95322025-09-19T00:14:30.199Z[ host-image] Sep 19 00:14:28.542 INFO O| Sep 19 00:14:28.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
95332025-09-19T00:14:30.199Z[ host-image] Sep 19 00:14:28.542 INFO O| Sep 19 00:14:28.542 INFO ok!
95342025-09-19T00:14:30.199Z[ host-image] Sep 19 00:14:28.542 INFO O| Sep 19 00:14:28.542 INFO STEP 21 (ensure_symlink) COMPLETE
95352025-09-19T00:14:30.199Z[ host-image] Sep 19 00:14:28.542 INFO O| Sep 19 00:14:28.542 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95362025-09-19T00:14:30.204Z[ host-image] Sep 19 00:14:28.549 INFO O| Sep 19 00:14:28.549 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
95372025-09-19T00:14:30.204Z[ host-image] Sep 19 00:14:28.549 INFO O| Sep 19 00:14:28.549 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
95382025-09-19T00:14:30.207Z[ host-image] Sep 19 00:14:28.549 INFO O| Sep 19 00:14:28.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
95392025-09-19T00:14:30.207Z[ host-image] Sep 19 00:14:28.549 INFO O| Sep 19 00:14:28.549 INFO ok!
95402025-09-19T00:14:30.207Z[ host-image] Sep 19 00:14:28.549 INFO O| Sep 19 00:14:28.549 INFO STEP 22 (ensure_symlink) COMPLETE
95412025-09-19T00:14:30.207Z[ host-image] Sep 19 00:14:28.549 INFO O| Sep 19 00:14:28.549 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95422025-09-19T00:14:30.212Z[ host-image] Sep 19 00:14:28.557 INFO O| Sep 19 00:14:28.557 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
95432025-09-19T00:14:30.212Z[ host-image] Sep 19 00:14:28.557 INFO O| Sep 19 00:14:28.557 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
95442025-09-19T00:14:30.215Z[ host-image] Sep 19 00:14:28.557 INFO O| Sep 19 00:14:28.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
95452025-09-19T00:14:30.215Z[ host-image] Sep 19 00:14:28.557 INFO O| Sep 19 00:14:28.557 INFO ok!
95462025-09-19T00:14:30.215Z[ host-image] Sep 19 00:14:28.557 INFO O| Sep 19 00:14:28.557 INFO STEP 23 (ensure_symlink) COMPLETE
95472025-09-19T00:14:30.215Z[ host-image] Sep 19 00:14:28.557 INFO O| Sep 19 00:14:28.557 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95482025-09-19T00:14:30.220Z[ host-image] Sep 19 00:14:28.566 INFO O| Sep 19 00:14:28.565 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
95492025-09-19T00:14:30.220Z[ host-image] Sep 19 00:14:28.566 INFO O| Sep 19 00:14:28.566 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
95502025-09-19T00:14:30.223Z[ host-image] Sep 19 00:14:28.566 INFO O| Sep 19 00:14:28.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
95512025-09-19T00:14:30.223Z[ host-image] Sep 19 00:14:28.566 INFO O| Sep 19 00:14:28.566 INFO ok!
95522025-09-19T00:14:30.223Z[ host-image] Sep 19 00:14:28.566 INFO O| Sep 19 00:14:28.566 INFO STEP 24 (ensure_file) COMPLETE
95532025-09-19T00:14:30.223Z[ host-image] Sep 19 00:14:28.566 INFO O| Sep 19 00:14:28.566 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
95542025-09-19T00:14:30.228Z[ host-image] Sep 19 00:14:28.574 INFO O| Sep 19 00:14:28.574 INFO updating shadow file
95552025-09-19T00:14:30.232Z[ host-image] Sep 19 00:14:28.574 INFO O| Sep 19 00:14:28.574 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95562025-09-19T00:14:30.232Z[ host-image] Sep 19 00:14:28.574 INFO O| Sep 19 00:14:28.574 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95572025-09-19T00:14:30.232Z[ host-image] Sep 19 00:14:28.574 INFO O| Sep 19 00:14:28.574 INFO STEP 25 (shadow) COMPLETE
95582025-09-19T00:14:30.232Z[ host-image] Sep 19 00:14:28.574 INFO O| Sep 19 00:14:28.574 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95592025-09-19T00:14:30.236Z[ host-image] Sep 19 00:14:28.581 INFO O| Sep 19 00:14:28.581 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
95602025-09-19T00:14:30.236Z[ host-image] Sep 19 00:14:28.581 INFO O| Sep 19 00:14:28.581 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
95612025-09-19T00:14:30.239Z[ host-image] Sep 19 00:14:28.582 INFO O| Sep 19 00:14:28.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
95622025-09-19T00:14:30.239Z[ host-image] Sep 19 00:14:28.582 INFO O| Sep 19 00:14:28.581 INFO ok!
95632025-09-19T00:14:30.239Z[ host-image] Sep 19 00:14:28.582 INFO O| Sep 19 00:14:28.582 INFO STEP 26 (ensure_file) COMPLETE
95642025-09-19T00:14:30.239Z[ host-image] Sep 19 00:14:28.582 INFO O| Sep 19 00:14:28.582 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95652025-09-19T00:14:30.246Z[ host-image] Sep 19 00:14:28.591 INFO O| Sep 19 00:14:28.591 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
95662025-09-19T00:14:30.246Z[ host-image] Sep 19 00:14:28.591 INFO O| Sep 19 00:14:28.591 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
95672025-09-19T00:14:30.249Z[ host-image] Sep 19 00:14:28.591 INFO O| Sep 19 00:14:28.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
95682025-09-19T00:14:30.249Z[ host-image] Sep 19 00:14:28.591 INFO O| Sep 19 00:14:28.591 INFO ok!
95692025-09-19T00:14:30.249Z[ host-image] Sep 19 00:14:28.591 INFO O| Sep 19 00:14:28.591 INFO STEP 27 (ensure_file) COMPLETE
95702025-09-19T00:14:30.249Z[ host-image] Sep 19 00:14:28.591 INFO O| Sep 19 00:14:28.591 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95712025-09-19T00:14:30.253Z[ host-image] Sep 19 00:14:28.599 INFO O| Sep 19 00:14:28.599 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
95722025-09-19T00:14:30.257Z[ host-image] Sep 19 00:14:28.599 INFO O| Sep 19 00:14:28.599 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
95732025-09-19T00:14:30.257Z[ host-image] Sep 19 00:14:28.599 INFO O| Sep 19 00:14:28.599 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95742025-09-19T00:14:30.257Z[ host-image] Sep 19 00:14:28.599 INFO O| Sep 19 00:14:28.599 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95752025-09-19T00:14:30.257Z[ host-image] Sep 19 00:14:28.599 INFO O| Sep 19 00:14:28.599 INFO ok!
95762025-09-19T00:14:30.257Z[ host-image] Sep 19 00:14:28.599 INFO O| Sep 19 00:14:28.599 INFO STEP 28 (ensure_file) COMPLETE
95772025-09-19T00:14:30.257Z[ host-image] Sep 19 00:14:28.599 INFO O| Sep 19 00:14:28.599 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95782025-09-19T00:14:30.262Z[ host-image] Sep 19 00:14:28.607 INFO O| Sep 19 00:14:28.607 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
95792025-09-19T00:14:30.262Z[ host-image] Sep 19 00:14:28.607 INFO O| Sep 19 00:14:28.607 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
95802025-09-19T00:14:30.265Z[ host-image] Sep 19 00:14:28.607 INFO O| Sep 19 00:14:28.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
95812025-09-19T00:14:30.265Z[ host-image] Sep 19 00:14:28.607 INFO O| Sep 19 00:14:28.607 INFO ok!
95822025-09-19T00:14:30.265Z[ host-image] Sep 19 00:14:28.607 INFO O| Sep 19 00:14:28.607 INFO STEP 29 (ensure_file) COMPLETE
95832025-09-19T00:14:30.265Z[ host-image] Sep 19 00:14:28.607 INFO O| Sep 19 00:14:28.607 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95842025-09-19T00:14:30.272Z[ host-image] Sep 19 00:14:28.617 INFO O| Sep 19 00:14:28.617 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95852025-09-19T00:14:30.272Z[ host-image] Sep 19 00:14:28.617 INFO O| Sep 19 00:14:28.617 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95862025-09-19T00:14:30.275Z[ host-image] Sep 19 00:14:28.617 INFO O| Sep 19 00:14:28.617 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95872025-09-19T00:14:30.275Z[ host-image] Sep 19 00:14:28.617 INFO O| Sep 19 00:14:28.617 INFO STEP 30 (ensure_dir) COMPLETE
95882025-09-19T00:14:30.275Z[ host-image] Sep 19 00:14:28.617 INFO O| Sep 19 00:14:28.617 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95892025-09-19T00:14:30.282Z[ host-image] Sep 19 00:14:28.627 INFO O| Sep 19 00:14:28.627 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
95902025-09-19T00:14:30.282Z[ host-image] Sep 19 00:14:28.627 INFO O| Sep 19 00:14:28.627 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
95912025-09-19T00:14:30.285Z[ host-image] Sep 19 00:14:28.628 INFO O| Sep 19 00:14:28.627 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95922025-09-19T00:14:30.285Z[ host-image] Sep 19 00:14:28.628 INFO O| Sep 19 00:14:28.628 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95932025-09-19T00:14:30.285Z[ host-image] Sep 19 00:14:28.628 INFO O| Sep 19 00:14:28.628 INFO ok!
95942025-09-19T00:14:30.285Z[ host-image] Sep 19 00:14:28.628 INFO O| Sep 19 00:14:28.628 INFO STEP 31 (ensure_file) COMPLETE
95952025-09-19T00:14:30.285Z[ host-image] Sep 19 00:14:28.628 INFO O| Sep 19 00:14:28.628 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95962025-09-19T00:14:30.290Z[ host-image] Sep 19 00:14:28.636 INFO O| Sep 19 00:14:28.636 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95972025-09-19T00:14:30.294Z[ host-image] Sep 19 00:14:28.636 INFO O| Sep 19 00:14:28.636 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95982025-09-19T00:14:30.294Z[ host-image] Sep 19 00:14:28.636 INFO O| Sep 19 00:14:28.636 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95992025-09-19T00:14:30.294Z[ host-image] Sep 19 00:14:28.636 INFO O| Sep 19 00:14:28.636 INFO STEP 32 (ensure_dir) COMPLETE
96002025-09-19T00:14:30.294Z[ host-image] Sep 19 00:14:28.636 INFO O| Sep 19 00:14:28.636 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96012025-09-19T00:14:30.300Z[ host-image] Sep 19 00:14:28.646 INFO O| Sep 19 00:14:28.646 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
96022025-09-19T00:14:30.300Z[ host-image] Sep 19 00:14:28.646 INFO O| Sep 19 00:14:28.646 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 ...
96032025-09-19T00:14:30.304Z[ host-image] Sep 19 00:14:28.646 INFO O| Sep 19 00:14:28.646 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
96042025-09-19T00:14:30.304Z[ host-image] Sep 19 00:14:28.646 INFO O| Sep 19 00:14:28.646 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
96052025-09-19T00:14:30.304Z[ host-image] Sep 19 00:14:28.646 INFO O| Sep 19 00:14:28.646 INFO ok!
96062025-09-19T00:14:30.304Z[ host-image] Sep 19 00:14:28.646 INFO O| Sep 19 00:14:28.646 INFO STEP 33 (ensure_file) COMPLETE
96072025-09-19T00:14:30.304Z[ host-image] Sep 19 00:14:28.646 INFO O| Sep 19 00:14:28.646 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96082025-09-19T00:14:30.310Z[ host-image] Sep 19 00:14:28.656 INFO O| Sep 19 00:14:28.656 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
96092025-09-19T00:14:30.314Z[ host-image] Sep 19 00:14:28.656 INFO O| Sep 19 00:14:28.656 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
96102025-09-19T00:14:30.314Z[ host-image] Sep 19 00:14:28.656 INFO O| Sep 19 00:14:28.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
96112025-09-19T00:14:30.314Z[ host-image] Sep 19 00:14:28.656 INFO O| Sep 19 00:14:28.656 INFO ok!
96122025-09-19T00:14:30.314Z[ host-image] Sep 19 00:14:28.656 INFO O| Sep 19 00:14:28.656 INFO STEP 34 (ensure_file) COMPLETE
96132025-09-19T00:14:30.314Z[ host-image] Sep 19 00:14:28.656 INFO O| Sep 19 00:14:28.656 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96142025-09-19T00:14:30.319Z[ host-image] Sep 19 00:14:28.664 INFO O| Sep 19 00:14:28.664 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
96152025-09-19T00:14:30.319Z[ host-image] Sep 19 00:14:28.664 INFO O| Sep 19 00:14:28.664 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
96162025-09-19T00:14:30.322Z[ host-image] Sep 19 00:14:28.664 INFO O| Sep 19 00:14:28.664 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96172025-09-19T00:14:30.322Z[ host-image] Sep 19 00:14:28.664 INFO O| Sep 19 00:14:28.664 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96182025-09-19T00:14:30.322Z[ host-image] Sep 19 00:14:28.664 INFO O| Sep 19 00:14:28.664 INFO ok!
96192025-09-19T00:14:30.322Z[ host-image] Sep 19 00:14:28.664 INFO O| Sep 19 00:14:28.664 INFO STEP 35 (ensure_file) COMPLETE
96202025-09-19T00:14:30.322Z[ host-image] Sep 19 00:14:28.664 INFO O| Sep 19 00:14:28.664 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96212025-09-19T00:14:30.326Z[ host-image] Sep 19 00:14:28.672 INFO O| Sep 19 00:14:28.672 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
96222025-09-19T00:14:30.330Z[ host-image] Sep 19 00:14:28.672 INFO O| Sep 19 00:14:28.672 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
96232025-09-19T00:14:30.330Z[ host-image] Sep 19 00:14:28.672 INFO O| Sep 19 00:14:28.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
96242025-09-19T00:14:30.330Z[ host-image] Sep 19 00:14:28.672 INFO O| Sep 19 00:14:28.672 INFO ok!
96252025-09-19T00:14:30.330Z[ host-image] Sep 19 00:14:28.672 INFO O| Sep 19 00:14:28.672 INFO STEP 36 (ensure_file) COMPLETE
96262025-09-19T00:14:30.330Z[ host-image] Sep 19 00:14:28.672 INFO O| Sep 19 00:14:28.672 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96272025-09-19T00:14:30.334Z[ host-image] Sep 19 00:14:28.680 INFO O| Sep 19 00:14:28.680 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
96282025-09-19T00:14:30.334Z[ host-image] Sep 19 00:14:28.680 INFO O| Sep 19 00:14:28.680 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
96292025-09-19T00:14:30.338Z[ host-image] Sep 19 00:14:28.680 INFO O| Sep 19 00:14:28.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
96302025-09-19T00:14:30.338Z[ host-image] Sep 19 00:14:28.680 INFO O| Sep 19 00:14:28.680 INFO ok!
96312025-09-19T00:14:30.338Z[ host-image] Sep 19 00:14:28.680 INFO O| Sep 19 00:14:28.680 INFO STEP 37 (ensure_file) COMPLETE
96322025-09-19T00:14:30.338Z[ host-image] Sep 19 00:14:28.680 INFO O| Sep 19 00:14:28.680 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96332025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.688 INFO O| Sep 19 00:14:28.688 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
96342025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.688 INFO O| Sep 19 00:14:28.688 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
96352025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.688 INFO O| Sep 19 00:14:28.688 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96362025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.688 INFO O| Sep 19 00:14:28.688 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96372025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.688 INFO O| Sep 19 00:14:28.688 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96382025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.689 INFO O| Sep 19 00:14:28.689 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96392025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.689 INFO O| Sep 19 00:14:28.689 INFO ok!
96402025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.689 INFO O| Sep 19 00:14:28.689 INFO STEP 38 (ensure_file) COMPLETE
96412025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.689 INFO O| Sep 19 00:14:28.689 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96422025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.696 INFO O| Sep 19 00:14:28.696 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96432025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.696 INFO O| Sep 19 00:14:28.696 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96442025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.696 INFO O| Sep 19 00:14:28.696 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96452025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.696 INFO O| Sep 19 00:14:28.696 INFO STEP 39 (ensure_dir) COMPLETE
96462025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.696 INFO O| Sep 19 00:14:28.696 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96472025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.704 INFO O| Sep 19 00:14:28.704 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
96482025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.704 INFO O| Sep 19 00:14:28.704 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 ...
96492025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.704 INFO O| Sep 19 00:14:28.704 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
96502025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.704 INFO O| Sep 19 00:14:28.704 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
96512025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.705 INFO O| Sep 19 00:14:28.704 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
96522025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.705 INFO O| Sep 19 00:14:28.704 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
96532025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.705 INFO O| Sep 19 00:14:28.704 INFO ok!
96542025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.705 INFO O| Sep 19 00:14:28.704 INFO STEP 40 (ensure_file) COMPLETE
96552025-09-19T00:14:30.360Z[ host-image] Sep 19 00:14:28.705 INFO O| Sep 19 00:14:28.704 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96562025-09-19T00:14:30.367Z[ host-image] Sep 19 00:14:28.712 INFO O| Sep 19 00:14:28.712 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
96572025-09-19T00:14:30.367Z[ host-image] Sep 19 00:14:28.712 INFO O| Sep 19 00:14:28.712 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 ...
96582025-09-19T00:14:30.370Z[ host-image] Sep 19 00:14:28.712 INFO O| Sep 19 00:14:28.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
96592025-09-19T00:14:30.370Z[ host-image] Sep 19 00:14:28.712 INFO O| Sep 19 00:14:28.712 INFO ok!
96602025-09-19T00:14:30.370Z[ host-image] Sep 19 00:14:28.712 INFO O| Sep 19 00:14:28.712 INFO STEP 41 (ensure_symlink) COMPLETE
96612025-09-19T00:14:30.370Z[ host-image] Sep 19 00:14:28.712 INFO O| Sep 19 00:14:28.712 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96622025-09-19T00:14:30.374Z[ host-image] Sep 19 00:14:28.720 INFO O| Sep 19 00:14:28.720 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
96632025-09-19T00:14:30.374Z[ host-image] Sep 19 00:14:28.720 INFO O| Sep 19 00:14:28.720 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
96642025-09-19T00:14:30.378Z[ host-image] Sep 19 00:14:28.720 INFO O| Sep 19 00:14:28.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
96652025-09-19T00:14:30.378Z[ host-image] Sep 19 00:14:28.720 INFO O| Sep 19 00:14:28.720 INFO ok!
96662025-09-19T00:14:30.378Z[ host-image] Sep 19 00:14:28.720 INFO O| Sep 19 00:14:28.720 INFO STEP 42 (ensure_symlink) COMPLETE
96672025-09-19T00:14:30.378Z[ host-image] Sep 19 00:14:28.720 INFO O| Sep 19 00:14:28.720 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96682025-09-19T00:14:30.382Z[ host-image] Sep 19 00:14:28.728 INFO O| Sep 19 00:14:28.728 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
96692025-09-19T00:14:30.382Z[ host-image] Sep 19 00:14:28.728 INFO O| Sep 19 00:14:28.728 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
96702025-09-19T00:14:30.385Z[ host-image] Sep 19 00:14:28.728 INFO O| Sep 19 00:14:28.728 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96712025-09-19T00:14:30.385Z[ host-image] Sep 19 00:14:28.728 INFO O| Sep 19 00:14:28.728 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96722025-09-19T00:14:30.386Z[ host-image] Sep 19 00:14:28.728 INFO O| Sep 19 00:14:28.728 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96732025-09-19T00:14:30.386Z[ host-image] Sep 19 00:14:28.728 INFO O| Sep 19 00:14:28.728 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96742025-09-19T00:14:30.386Z[ host-image] Sep 19 00:14:28.728 INFO O| Sep 19 00:14:28.728 INFO ok!
96752025-09-19T00:14:30.386Z[ host-image] Sep 19 00:14:28.728 INFO O| Sep 19 00:14:28.728 INFO STEP 43 (ensure_file) COMPLETE
96762025-09-19T00:14:30.386Z[ host-image] Sep 19 00:14:28.728 INFO O| Sep 19 00:14:28.728 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96772025-09-19T00:14:30.391Z[ host-image] Sep 19 00:14:28.736 INFO O| Sep 19 00:14:28.736 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
96782025-09-19T00:14:30.391Z[ host-image] Sep 19 00:14:28.736 INFO O| Sep 19 00:14:28.736 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 ...
96792025-09-19T00:14:30.397Z[ host-image] Sep 19 00:14:28.736 INFO O| Sep 19 00:14:28.736 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
96802025-09-19T00:14:30.397Z[ host-image] Sep 19 00:14:28.736 INFO O| Sep 19 00:14:28.736 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
96812025-09-19T00:14:30.397Z[ host-image] Sep 19 00:14:28.736 INFO O| Sep 19 00:14:28.736 INFO ok!
96822025-09-19T00:14:30.397Z[ host-image] Sep 19 00:14:28.736 INFO O| Sep 19 00:14:28.736 INFO STEP 44 (ensure_file) COMPLETE
96832025-09-19T00:14:30.397Z[ host-image] Sep 19 00:14:28.736 INFO O| Sep 19 00:14:28.736 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96842025-09-19T00:14:30.401Z[ host-image] Sep 19 00:14:28.744 INFO O| Sep 19 00:14:28.744 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
96852025-09-19T00:14:30.401Z[ host-image] Sep 19 00:14:28.744 INFO O| Sep 19 00:14:28.744 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
96862025-09-19T00:14:30.401Z[ host-image] Sep 19 00:14:28.744 INFO O| Sep 19 00:14:28.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
96872025-09-19T00:14:30.401Z[ host-image] Sep 19 00:14:28.744 INFO O| Sep 19 00:14:28.744 INFO ok!
96882025-09-19T00:14:30.401Z[ host-image] Sep 19 00:14:28.744 INFO O| Sep 19 00:14:28.744 INFO STEP 45 (ensure_file) COMPLETE
96892025-09-19T00:14:30.401Z[ host-image] Sep 19 00:14:28.744 INFO O| Sep 19 00:14:28.744 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96902025-09-19T00:14:30.407Z[ host-image] Sep 19 00:14:28.752 INFO O| Sep 19 00:14:28.752 INFO updating shadow file
96912025-09-19T00:14:30.411Z[ host-image] Sep 19 00:14:28.753 INFO O| Sep 19 00:14:28.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96922025-09-19T00:14:30.411Z[ host-image] Sep 19 00:14:28.753 INFO O| Sep 19 00:14:28.753 INFO STEP 46 (shadow) COMPLETE
96932025-09-19T00:14:30.411Z[ host-image] Sep 19 00:14:28.753 INFO O| Sep 19 00:14:28.753 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96942025-09-19T00:14:30.416Z[ host-image] Sep 19 00:14:28.761 INFO O| Sep 19 00:14:28.761 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
96952025-09-19T00:14:30.416Z[ host-image] Sep 19 00:14:28.761 INFO O| Sep 19 00:14:28.761 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
96962025-09-19T00:14:30.420Z[ host-image] Sep 19 00:14:28.761 INFO O| Sep 19 00:14:28.761 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96972025-09-19T00:14:30.420Z[ host-image] Sep 19 00:14:28.761 INFO O| Sep 19 00:14:28.761 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96982025-09-19T00:14:30.420Z[ host-image] Sep 19 00:14:28.761 INFO O| Sep 19 00:14:28.761 INFO ok!
96992025-09-19T00:14:30.420Z[ host-image] Sep 19 00:14:28.761 INFO O| Sep 19 00:14:28.761 INFO STEP 47 (ensure_file) COMPLETE
97002025-09-19T00:14:30.420Z[ host-image] Sep 19 00:14:28.761 INFO O| Sep 19 00:14:28.761 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97012025-09-19T00:14:30.420Z[ host-image] Sep 19 00:14:28.761 INFO O| Sep 19 00:14:28.761 INFO skip step because feature "mfg" is not enabled
97022025-09-19T00:14:30.420Z[ host-image] Sep 19 00:14:28.761 INFO O| Sep 19 00:14:28.761 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97032025-09-19T00:14:30.420Z[ host-image] Sep 19 00:14:28.761 INFO O| Sep 19 00:14:28.761 INFO skip step because feature "mfg" is not enabled
97042025-09-19T00:14:30.420Z[ host-image] Sep 19 00:14:28.761 INFO O| Sep 19 00:14:28.761 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97052025-09-19T00:14:30.427Z[ host-image] Sep 19 00:14:28.770 INFO O| Sep 19 00:14:28.770 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
97062025-09-19T00:14:30.431Z[ host-image] Sep 19 00:14:28.770 INFO O| Sep 19 00:14:28.770 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
97072025-09-19T00:14:31.043Z[ host-image] Sep 19 00:14:29.388 INFO O| Sep 19 00:14:29.388 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97082025-09-19T00:14:31.043Z[ host-image] Sep 19 00:14:29.388 INFO O| Sep 19 00:14:29.388 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97092025-09-19T00:14:31.046Z[ host-image] Sep 19 00:14:29.388 INFO O| Sep 19 00:14:29.388 INFO ok!
97102025-09-19T00:14:31.046Z[ host-image] Sep 19 00:14:29.388 INFO O| Sep 19 00:14:29.388 INFO STEP 50 (ensure_file) COMPLETE
97112025-09-19T00:14:31.046Z[ host-image] Sep 19 00:14:29.388 INFO O| Sep 19 00:14:29.388 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97122025-09-19T00:14:31.046Z[ host-image] Sep 19 00:14:29.388 INFO O| Sep 19 00:14:29.388 INFO skip step because feature "compliance" is not enabled
97132025-09-19T00:14:31.047Z[ host-image] Sep 19 00:14:29.388 INFO O| Sep 19 00:14:29.388 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97142025-09-19T00:14:31.056Z[ host-image] Sep 19 00:14:29.401 INFO O| Sep 19 00:14:29.401 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
97152025-09-19T00:14:31.056Z[ host-image] Sep 19 00:14:29.401 INFO O| Sep 19 00:14:29.401 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
97162025-09-19T00:14:31.056Z[ host-image] Sep 19 00:14:29.401 INFO O| Sep 19 00:14:29.401 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97172025-09-19T00:14:31.059Z[ host-image] Sep 19 00:14:29.401 INFO O| Sep 19 00:14:29.401 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97182025-09-19T00:14:31.059Z[ host-image] Sep 19 00:14:29.401 INFO O| Sep 19 00:14:29.401 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97192025-09-19T00:14:31.059Z[ host-image] Sep 19 00:14:29.402 INFO O| Sep 19 00:14:29.401 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97202025-09-19T00:14:31.059Z[ host-image] Sep 19 00:14:29.402 INFO O| Sep 19 00:14:29.401 INFO ok!
97212025-09-19T00:14:31.059Z[ host-image] Sep 19 00:14:29.402 INFO O| Sep 19 00:14:29.402 INFO STEP 52 (ensure_file) COMPLETE
97222025-09-19T00:14:31.059Z[ host-image] Sep 19 00:14:29.402 INFO O| Sep 19 00:14:29.402 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97232025-09-19T00:14:31.068Z[ host-image] Sep 19 00:14:29.414 INFO O| Sep 19 00:14:29.414 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
97242025-09-19T00:14:31.072Z[ host-image] Sep 19 00:14:29.414 INFO O| Sep 19 00:14:29.414 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 ...
97252025-09-19T00:14:31.072Z[ host-image] Sep 19 00:14:29.414 INFO O| Sep 19 00:14:29.414 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
97262025-09-19T00:14:31.072Z[ host-image] Sep 19 00:14:29.414 INFO O| Sep 19 00:14:29.414 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
97272025-09-19T00:14:31.072Z[ host-image] Sep 19 00:14:29.414 INFO O| Sep 19 00:14:29.414 INFO ok!
97282025-09-19T00:14:31.072Z[ host-image] Sep 19 00:14:29.414 INFO O| Sep 19 00:14:29.414 INFO STEP 53 (ensure_file) COMPLETE
97292025-09-19T00:14:31.072Z[ host-image] Sep 19 00:14:29.414 INFO O| Sep 19 00:14:29.414 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97302025-09-19T00:14:31.079Z[ host-image] Sep 19 00:14:29.425 INFO O| Sep 19 00:14:29.424 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
97312025-09-19T00:14:31.082Z[ host-image] Sep 19 00:14:29.425 INFO O| Sep 19 00:14:29.424 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 ...
97322025-09-19T00:14:31.082Z[ host-image] Sep 19 00:14:29.425 INFO O| Sep 19 00:14:29.425 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97332025-09-19T00:14:31.082Z[ host-image] Sep 19 00:14:29.425 INFO O| Sep 19 00:14:29.425 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97342025-09-19T00:14:31.082Z[ host-image] Sep 19 00:14:29.425 INFO O| Sep 19 00:14:29.425 INFO ok!
97352025-09-19T00:14:31.082Z[ host-image] Sep 19 00:14:29.425 INFO O| Sep 19 00:14:29.425 INFO STEP 54 (ensure_file) COMPLETE
97362025-09-19T00:14:31.082Z[ host-image] Sep 19 00:14:29.425 INFO O| Sep 19 00:14:29.425 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97372025-09-19T00:14:31.087Z[ host-image] Sep 19 00:14:29.433 INFO O| Sep 19 00:14:29.433 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
97382025-09-19T00:14:31.087Z[ host-image] Sep 19 00:14:29.433 INFO O| Sep 19 00:14:29.433 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 ...
97392025-09-19T00:14:31.091Z[ host-image] Sep 19 00:14:29.433 INFO O| Sep 19 00:14:29.433 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
97402025-09-19T00:14:31.091Z[ host-image] Sep 19 00:14:29.433 INFO O| Sep 19 00:14:29.433 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
97412025-09-19T00:14:31.091Z[ host-image] Sep 19 00:14:29.433 INFO O| Sep 19 00:14:29.433 INFO ok!
97422025-09-19T00:14:31.091Z[ host-image] Sep 19 00:14:29.433 INFO O| Sep 19 00:14:29.433 INFO STEP 55 (ensure_file) COMPLETE
97432025-09-19T00:14:31.091Z[ host-image] Sep 19 00:14:29.433 INFO O| Sep 19 00:14:29.433 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97442025-09-19T00:14:31.097Z[ host-image] Sep 19 00:14:29.443 INFO O| Sep 19 00:14:29.443 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
97452025-09-19T00:14:31.097Z[ host-image] Sep 19 00:14:29.443 INFO O| Sep 19 00:14:29.443 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 ...
97462025-09-19T00:14:31.101Z[ host-image] Sep 19 00:14:29.443 INFO O| Sep 19 00:14:29.443 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97472025-09-19T00:14:31.101Z[ host-image] Sep 19 00:14:29.443 INFO O| Sep 19 00:14:29.443 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97482025-09-19T00:14:31.101Z[ host-image] Sep 19 00:14:29.443 INFO O| Sep 19 00:14:29.443 INFO ok!
97492025-09-19T00:14:31.101Z[ host-image] Sep 19 00:14:29.443 INFO O| Sep 19 00:14:29.443 INFO STEP 56 (ensure_file) COMPLETE
97502025-09-19T00:14:31.101Z[ host-image] Sep 19 00:14:29.443 INFO O| Sep 19 00:14:29.443 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97512025-09-19T00:14:31.109Z[ host-image] Sep 19 00:14:29.454 INFO O| Sep 19 00:14:29.454 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
97522025-09-19T00:14:31.112Z[ host-image] Sep 19 00:14:29.454 INFO O| Sep 19 00:14:29.454 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 ...
97532025-09-19T00:14:31.112Z[ host-image] Sep 19 00:14:29.454 INFO O| Sep 19 00:14:29.454 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
97542025-09-19T00:14:31.112Z[ host-image] Sep 19 00:14:29.454 INFO O| Sep 19 00:14:29.454 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
97552025-09-19T00:14:31.112Z[ host-image] Sep 19 00:14:29.454 INFO O| Sep 19 00:14:29.454 INFO ok!
97562025-09-19T00:14:31.112Z[ host-image] Sep 19 00:14:29.454 INFO O| Sep 19 00:14:29.454 INFO STEP 57 (ensure_file) COMPLETE
97572025-09-19T00:14:31.112Z[ host-image] Sep 19 00:14:29.454 INFO O| Sep 19 00:14:29.454 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97582025-09-19T00:14:31.122Z[ host-image] Sep 19 00:14:29.467 INFO O| Sep 19 00:14:29.467 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
97592025-09-19T00:14:31.122Z[ host-image] Sep 19 00:14:29.467 INFO O| Sep 19 00:14:29.467 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 ...
97602025-09-19T00:14:31.125Z[ host-image] Sep 19 00:14:29.467 INFO O| Sep 19 00:14:29.467 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97612025-09-19T00:14:31.125Z[ host-image] Sep 19 00:14:29.467 INFO O| Sep 19 00:14:29.467 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97622025-09-19T00:14:31.125Z[ host-image] Sep 19 00:14:29.467 INFO O| Sep 19 00:14:29.467 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97632025-09-19T00:14:31.125Z[ host-image] Sep 19 00:14:29.467 INFO O| Sep 19 00:14:29.467 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97642025-09-19T00:14:31.125Z[ host-image] Sep 19 00:14:29.467 INFO O| Sep 19 00:14:29.467 INFO ok!
97652025-09-19T00:14:31.125Z[ host-image] Sep 19 00:14:29.467 INFO O| Sep 19 00:14:29.467 INFO STEP 58 (ensure_file) COMPLETE
97662025-09-19T00:14:31.125Z[ host-image] Sep 19 00:14:29.467 INFO O| Sep 19 00:14:29.467 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97672025-09-19T00:14:31.134Z[ host-image] Sep 19 00:14:29.480 INFO O| Sep 19 00:14:29.479 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
97682025-09-19T00:14:31.134Z[ host-image] Sep 19 00:14:29.480 INFO O| Sep 19 00:14:29.480 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 ...
97692025-09-19T00:14:31.138Z[ host-image] Sep 19 00:14:29.480 INFO O| Sep 19 00:14:29.480 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
97702025-09-19T00:14:31.139Z[ host-image] Sep 19 00:14:29.480 INFO O| Sep 19 00:14:29.480 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
97712025-09-19T00:14:31.139Z[ host-image] Sep 19 00:14:29.480 INFO O| Sep 19 00:14:29.480 INFO ok!
97722025-09-19T00:14:31.139Z[ host-image] Sep 19 00:14:29.480 INFO O| Sep 19 00:14:29.480 INFO STEP 59 (ensure_file) COMPLETE
97732025-09-19T00:14:31.139Z[ host-image] Sep 19 00:14:29.480 INFO O| Sep 19 00:14:29.480 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97742025-09-19T00:14:31.147Z[ host-image] Sep 19 00:14:29.492 INFO O| Sep 19 00:14:29.492 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
97752025-09-19T00:14:31.147Z[ host-image] Sep 19 00:14:29.492 INFO O| Sep 19 00:14:29.492 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
97762025-09-19T00:14:31.151Z[ host-image] Sep 19 00:14:29.492 INFO O| Sep 19 00:14:29.492 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97772025-09-19T00:14:31.151Z[ host-image] Sep 19 00:14:29.492 INFO O| Sep 19 00:14:29.492 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97782025-09-19T00:14:31.151Z[ host-image] Sep 19 00:14:29.492 INFO O| Sep 19 00:14:29.492 INFO ok!
97792025-09-19T00:14:31.151Z[ host-image] Sep 19 00:14:29.492 INFO O| Sep 19 00:14:29.492 INFO STEP 60 (ensure_file) COMPLETE
97802025-09-19T00:14:31.151Z[ host-image] Sep 19 00:14:29.492 INFO O| Sep 19 00:14:29.492 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97812025-09-19T00:14:31.160Z[ host-image] Sep 19 00:14:29.505 INFO O| Sep 19 00:14:29.505 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
97822025-09-19T00:14:31.160Z[ host-image] Sep 19 00:14:29.505 INFO O| Sep 19 00:14:29.505 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 ...
97832025-09-19T00:14:31.164Z[ host-image] Sep 19 00:14:29.505 INFO O| Sep 19 00:14:29.505 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
97842025-09-19T00:14:31.164Z[ host-image] Sep 19 00:14:29.505 INFO O| Sep 19 00:14:29.505 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
97852025-09-19T00:14:31.164Z[ host-image] Sep 19 00:14:29.505 INFO O| Sep 19 00:14:29.505 INFO ok!
97862025-09-19T00:14:31.164Z[ host-image] Sep 19 00:14:29.506 INFO O| Sep 19 00:14:29.505 INFO STEP 61 (ensure_file) COMPLETE
97872025-09-19T00:14:31.164Z[ host-image] Sep 19 00:14:29.506 INFO O| Sep 19 00:14:29.506 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97882025-09-19T00:14:31.172Z[ host-image] Sep 19 00:14:29.518 INFO O| Sep 19 00:14:29.518 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
97892025-09-19T00:14:31.172Z[ host-image] Sep 19 00:14:29.518 INFO O| Sep 19 00:14:29.518 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
97902025-09-19T00:14:31.176Z[ host-image] Sep 19 00:14:29.518 INFO O| Sep 19 00:14:29.518 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97912025-09-19T00:14:31.176Z[ host-image] Sep 19 00:14:29.518 INFO O| Sep 19 00:14:29.518 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97922025-09-19T00:14:31.176Z[ host-image] Sep 19 00:14:29.518 INFO O| Sep 19 00:14:29.518 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97932025-09-19T00:14:31.176Z[ host-image] Sep 19 00:14:29.518 INFO O| Sep 19 00:14:29.518 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97942025-09-19T00:14:31.176Z[ host-image] Sep 19 00:14:29.518 INFO O| Sep 19 00:14:29.518 INFO ok!
97952025-09-19T00:14:31.176Z[ host-image] Sep 19 00:14:29.518 INFO O| Sep 19 00:14:29.518 INFO STEP 62 (ensure_file) COMPLETE
97962025-09-19T00:14:31.176Z[ host-image] Sep 19 00:14:29.518 INFO O| Sep 19 00:14:29.518 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97972025-09-19T00:14:31.182Z[ host-image] Sep 19 00:14:29.527 INFO O| Sep 19 00:14:29.527 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
97982025-09-19T00:14:31.182Z[ host-image] Sep 19 00:14:29.527 INFO O| Sep 19 00:14:29.527 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 ...
97992025-09-19T00:14:31.184Z[ host-image] Sep 19 00:14:29.527 INFO O| Sep 19 00:14:29.527 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
98002025-09-19T00:14:31.184Z[ host-image] Sep 19 00:14:29.527 INFO O| Sep 19 00:14:29.527 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
98012025-09-19T00:14:31.184Z[ host-image] Sep 19 00:14:29.527 INFO O| Sep 19 00:14:29.527 INFO ok!
98022025-09-19T00:14:31.184Z[ host-image] Sep 19 00:14:29.527 INFO O| Sep 19 00:14:29.527 INFO STEP 63 (ensure_file) COMPLETE
98032025-09-19T00:14:31.184Z[ host-image] Sep 19 00:14:29.527 INFO O| Sep 19 00:14:29.527 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98042025-09-19T00:14:31.191Z[ host-image] Sep 19 00:14:29.536 INFO O| Sep 19 00:14:29.536 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
98052025-09-19T00:14:31.191Z[ host-image] Sep 19 00:14:29.536 INFO O| Sep 19 00:14:29.536 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 ...
98062025-09-19T00:14:31.194Z[ host-image] Sep 19 00:14:29.536 INFO O| Sep 19 00:14:29.536 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
98072025-09-19T00:14:31.194Z[ host-image] Sep 19 00:14:29.536 INFO O| Sep 19 00:14:29.536 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
98082025-09-19T00:14:31.194Z[ host-image] Sep 19 00:14:29.536 INFO O| Sep 19 00:14:29.536 INFO ok!
98092025-09-19T00:14:31.194Z[ host-image] Sep 19 00:14:29.536 INFO O| Sep 19 00:14:29.536 INFO STEP 64 (ensure_file) COMPLETE
98102025-09-19T00:14:31.194Z[ host-image] Sep 19 00:14:29.536 INFO O| Sep 19 00:14:29.536 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98112025-09-19T00:14:31.199Z[ host-image] Sep 19 00:14:29.545 INFO O| Sep 19 00:14:29.545 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
98122025-09-19T00:14:31.199Z[ host-image] Sep 19 00:14:29.545 INFO O| Sep 19 00:14:29.545 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 ...
98132025-09-19T00:14:31.205Z[ host-image] Sep 19 00:14:29.545 INFO O| Sep 19 00:14:29.545 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
98142025-09-19T00:14:31.205Z[ host-image] Sep 19 00:14:29.545 INFO O| Sep 19 00:14:29.545 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
98152025-09-19T00:14:31.205Z[ host-image] Sep 19 00:14:29.545 INFO O| Sep 19 00:14:29.545 INFO ok!
98162025-09-19T00:14:31.206Z[ host-image] Sep 19 00:14:29.545 INFO O| Sep 19 00:14:29.545 INFO STEP 65 (ensure_file) COMPLETE
98172025-09-19T00:14:31.206Z[ host-image] Sep 19 00:14:29.545 INFO O| Sep 19 00:14:29.545 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98182025-09-19T00:14:31.209Z[ host-image] Sep 19 00:14:29.554 INFO O| Sep 19 00:14:29.554 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
98192025-09-19T00:14:31.209Z[ host-image] Sep 19 00:14:29.554 INFO O| Sep 19 00:14:29.554 INFO STEP 66 (ensure_dir) COMPLETE
98202025-09-19T00:14:31.209Z[ host-image] Sep 19 00:14:29.554 INFO O| Sep 19 00:14:29.554 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98212025-09-19T00:14:31.217Z[ host-image] Sep 19 00:14:29.562 INFO O| Sep 19 00:14:29.562 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98222025-09-19T00:14:31.220Z[ host-image] Sep 19 00:14:29.562 INFO O| Sep 19 00:14:29.562 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98232025-09-19T00:14:31.220Z[ host-image] Sep 19 00:14:29.562 INFO O| Sep 19 00:14:29.562 INFO STEP 67 (ensure_dir) COMPLETE
98242025-09-19T00:14:31.220Z[ host-image] Sep 19 00:14:29.562 INFO O| Sep 19 00:14:29.562 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98252025-09-19T00:14:31.225Z[ host-image] Sep 19 00:14:29.570 INFO O| Sep 19 00:14:29.570 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98262025-09-19T00:14:31.228Z[ host-image] Sep 19 00:14:29.570 INFO O| Sep 19 00:14:29.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98272025-09-19T00:14:31.228Z[ host-image] Sep 19 00:14:29.570 INFO O| Sep 19 00:14:29.570 INFO STEP 68 (ensure_dir) COMPLETE
98282025-09-19T00:14:31.228Z[ host-image] Sep 19 00:14:29.570 INFO O| Sep 19 00:14:29.570 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98292025-09-19T00:14:31.234Z[ host-image] Sep 19 00:14:29.580 INFO O| Sep 19 00:14:29.580 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
98302025-09-19T00:14:31.234Z[ host-image] Sep 19 00:14:29.580 INFO O| Sep 19 00:14:29.580 INFO copying /tmp/.tmpSCTRpn/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
98312025-09-19T00:14:32.427Z[ host-image] Sep 19 00:14:30.773 INFO O| Sep 19 00:14:30.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
98322025-09-19T00:14:32.428Z[ host-image] Sep 19 00:14:30.773 INFO O| Sep 19 00:14:30.772 INFO ok!
98332025-09-19T00:14:32.428Z[ host-image] Sep 19 00:14:30.773 INFO O| Sep 19 00:14:30.773 INFO STEP 69 (ensure_file) COMPLETE
98342025-09-19T00:14:32.431Z[ host-image] Sep 19 00:14:30.773 INFO O| Sep 19 00:14:30.773 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98352025-09-19T00:14:32.438Z[ host-image] Sep 19 00:14:30.783 INFO O| Sep 19 00:14:30.783 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
98362025-09-19T00:14:32.441Z[ host-image] Sep 19 00:14:30.783 INFO O| Sep 19 00:14:30.783 INFO copying /tmp/.tmpSCTRpn/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
98372025-09-19T00:14:33.912Z[ recovery-image] Sep 19 00:14:32.257 INFO E| Finished `release` profile [optimized] target(s) in 54.52s
98382025-09-19T00:14:33.933Z[ recovery-image] Sep 19 00:14:32.278 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
98392025-09-19T00:14:34.019Z[ recovery-image] Sep 19 00:14:32.364 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')"
98402025-09-19T00:14:34.019Z[ recovery-image] Sep 19 00:14:32.364 INFO building ROM for gimlet
98412025-09-19T00:14:34.019Z[ recovery-image] Sep 19 00:14:32.364 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")
98422025-09-19T00:14:34.183Z[ host-image] Sep 19 00:14:32.528 INFO O| Sep 19 00:14:32.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
98432025-09-19T00:14:34.183Z[ host-image] Sep 19 00:14:32.528 INFO O| Sep 19 00:14:32.528 INFO ok!
98442025-09-19T00:14:34.186Z[ host-image] Sep 19 00:14:32.528 INFO O| Sep 19 00:14:32.528 INFO STEP 70 (ensure_file) COMPLETE
98452025-09-19T00:14:34.186Z[ host-image] Sep 19 00:14:32.528 INFO O| Sep 19 00:14:32.528 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98462025-09-19T00:14:34.191Z[ host-image] Sep 19 00:14:32.537 INFO O| Sep 19 00:14:32.537 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98472025-09-19T00:14:34.195Z[ host-image] Sep 19 00:14:32.537 INFO O| Sep 19 00:14:32.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98482025-09-19T00:14:34.195Z[ host-image] Sep 19 00:14:32.537 INFO O| Sep 19 00:14:32.537 INFO STEP 71 (ensure_dir) COMPLETE
98492025-09-19T00:14:34.195Z[ host-image] Sep 19 00:14:32.537 INFO O| Sep 19 00:14:32.537 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98502025-09-19T00:14:34.199Z[ host-image] Sep 19 00:14:32.545 INFO O| Sep 19 00:14:32.545 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
98512025-09-19T00:14:34.200Z[ host-image] Sep 19 00:14:32.545 INFO O| Sep 19 00:14:32.545 INFO copying /tmp/.tmpSCTRpn/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 ...
98522025-09-19T00:14:34.203Z[ host-image] Sep 19 00:14:32.545 INFO O| Sep 19 00:14:32.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
98532025-09-19T00:14:34.203Z[ host-image] Sep 19 00:14:32.545 INFO O| Sep 19 00:14:32.545 INFO ok!
98542025-09-19T00:14:34.203Z[ host-image] Sep 19 00:14:32.545 INFO O| Sep 19 00:14:32.545 INFO STEP 72 (ensure_file) COMPLETE
98552025-09-19T00:14:34.203Z[ host-image] Sep 19 00:14:32.545 INFO O| Sep 19 00:14:32.545 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98562025-09-19T00:14:34.207Z[ host-image] Sep 19 00:14:32.553 INFO O| Sep 19 00:14:32.553 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
98572025-09-19T00:14:34.207Z[ host-image] Sep 19 00:14:32.553 INFO O| Sep 19 00:14:32.553 INFO copying /tmp/.tmpSCTRpn/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 ...
98582025-09-19T00:14:34.210Z[ host-image] Sep 19 00:14:32.553 INFO O| Sep 19 00:14:32.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
98592025-09-19T00:14:34.210Z[ host-image] Sep 19 00:14:32.553 INFO O| Sep 19 00:14:32.553 INFO ok!
98602025-09-19T00:14:34.210Z[ host-image] Sep 19 00:14:32.553 INFO O| Sep 19 00:14:32.553 INFO STEP 73 (ensure_file) COMPLETE
98612025-09-19T00:14:34.210Z[ host-image] Sep 19 00:14:32.553 INFO O| Sep 19 00:14:32.553 INFO STEP 74: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98622025-09-19T00:14:34.215Z[ host-image] Sep 19 00:14:32.561 INFO O| Sep 19 00:14:32.561 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98632025-09-19T00:14:34.215Z[ host-image] Sep 19 00:14:32.561 INFO O| Sep 19 00:14:32.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98642025-09-19T00:14:34.219Z[ host-image] Sep 19 00:14:32.561 INFO O| Sep 19 00:14:32.561 INFO STEP 74 (ensure_dir) COMPLETE
98652025-09-19T00:14:34.219Z[ host-image] Sep 19 00:14:32.561 INFO O| Sep 19 00:14:32.561 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98662025-09-19T00:14:34.223Z[ host-image] Sep 19 00:14:32.568 INFO O| Sep 19 00:14:32.568 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
98672025-09-19T00:14:34.226Z[ host-image] Sep 19 00:14:32.568 INFO O| Sep 19 00:14:32.568 INFO copying /tmp/.tmpSCTRpn/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 ...
98682025-09-19T00:14:34.226Z[ host-image] Sep 19 00:14:32.568 INFO O| Sep 19 00:14:32.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
98692025-09-19T00:14:34.226Z[ host-image] Sep 19 00:14:32.568 INFO O| Sep 19 00:14:32.568 INFO ok!
98702025-09-19T00:14:34.226Z[ host-image] Sep 19 00:14:32.568 INFO O| Sep 19 00:14:32.568 INFO STEP 75 (ensure_file) COMPLETE
98712025-09-19T00:14:34.226Z[ host-image] Sep 19 00:14:32.568 INFO O| Sep 19 00:14:32.568 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98722025-09-19T00:14:34.231Z[ host-image] Sep 19 00:14:32.576 INFO O| Sep 19 00:14:32.576 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
98732025-09-19T00:14:34.231Z[ host-image] Sep 19 00:14:32.576 INFO O| Sep 19 00:14:32.576 INFO copying /tmp/.tmpSCTRpn/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 ...
98742025-09-19T00:14:34.234Z[ host-image] Sep 19 00:14:32.577 INFO O| Sep 19 00:14:32.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
98752025-09-19T00:14:34.234Z[ host-image] Sep 19 00:14:32.577 INFO O| Sep 19 00:14:32.577 INFO ok!
98762025-09-19T00:14:34.234Z[ host-image] Sep 19 00:14:32.577 INFO O| Sep 19 00:14:32.577 INFO STEP 76 (ensure_file) COMPLETE
98772025-09-19T00:14:34.234Z[ host-image] Sep 19 00:14:32.577 INFO O| Sep 19 00:14:32.577 INFO STEP 77: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98782025-09-19T00:14:34.239Z[ host-image] Sep 19 00:14:32.584 INFO O| Sep 19 00:14:32.584 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98792025-09-19T00:14:34.239Z[ host-image] Sep 19 00:14:32.584 INFO O| Sep 19 00:14:32.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98802025-09-19T00:14:34.242Z[ host-image] Sep 19 00:14:32.584 INFO O| Sep 19 00:14:32.584 INFO STEP 77 (ensure_dir) COMPLETE
98812025-09-19T00:14:34.242Z[ host-image] Sep 19 00:14:32.584 INFO O| Sep 19 00:14:32.584 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98822025-09-19T00:14:34.247Z[ host-image] Sep 19 00:14:32.592 INFO O| Sep 19 00:14:32.592 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
98832025-09-19T00:14:34.247Z[ host-image] Sep 19 00:14:32.592 INFO O| Sep 19 00:14:32.592 INFO copying /tmp/.tmpSCTRpn/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 ...
98842025-09-19T00:14:34.250Z[ host-image] Sep 19 00:14:32.592 INFO O| Sep 19 00:14:32.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
98852025-09-19T00:14:34.250Z[ host-image] Sep 19 00:14:32.592 INFO O| Sep 19 00:14:32.592 INFO ok!
98862025-09-19T00:14:34.250Z[ host-image] Sep 19 00:14:32.592 INFO O| Sep 19 00:14:32.592 INFO STEP 78 (ensure_file) COMPLETE
98872025-09-19T00:14:34.250Z[ host-image] Sep 19 00:14:32.592 INFO O| Sep 19 00:14:32.592 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98882025-09-19T00:14:34.254Z[ host-image] Sep 19 00:14:32.600 INFO O| Sep 19 00:14:32.600 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
98892025-09-19T00:14:34.254Z[ host-image] Sep 19 00:14:32.600 INFO O| Sep 19 00:14:32.600 INFO copying /tmp/.tmpSCTRpn/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
98902025-09-19T00:14:34.258Z[ host-image] Sep 19 00:14:32.600 INFO O| Sep 19 00:14:32.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
98912025-09-19T00:14:34.258Z[ host-image] Sep 19 00:14:32.600 INFO O| Sep 19 00:14:32.600 INFO ok!
98922025-09-19T00:14:34.258Z[ host-image] Sep 19 00:14:32.600 INFO O| Sep 19 00:14:32.600 INFO STEP 79 (ensure_file) COMPLETE
98932025-09-19T00:14:34.258Z[ host-image] Sep 19 00:14:32.600 INFO O| Sep 19 00:14:32.600 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98942025-09-19T00:14:34.262Z[ host-image] Sep 19 00:14:32.607 INFO O| Sep 19 00:14:32.607 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98952025-09-19T00:14:34.265Z[ host-image] Sep 19 00:14:32.608 INFO O| Sep 19 00:14:32.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98962025-09-19T00:14:34.265Z[ host-image] Sep 19 00:14:32.608 INFO O| Sep 19 00:14:32.608 INFO STEP 80 (ensure_dir) COMPLETE
98972025-09-19T00:14:34.265Z[ host-image] Sep 19 00:14:32.608 INFO O| Sep 19 00:14:32.608 INFO STEP 81: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98982025-09-19T00:14:34.270Z[ host-image] Sep 19 00:14:32.616 INFO O| Sep 19 00:14:32.616 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
98992025-09-19T00:14:34.274Z[ host-image] Sep 19 00:14:32.616 INFO O| Sep 19 00:14:32.616 INFO copying /tmp/.tmpSCTRpn/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
99002025-09-19T00:14:34.305Z[ recovery-image] Sep 19 00:14:32.650 INFO E| Downloading crates ...
99012025-09-19T00:14:34.447Z[ recovery-image] Sep 19 00:14:32.792 INFO E| Downloaded toml_edit v0.22.26
99022025-09-19T00:14:34.500Z[ recovery-image] Sep 19 00:14:32.846 INFO E| Downloaded serde_spanned v0.6.8
99032025-09-19T00:14:34.504Z[ recovery-image] Sep 19 00:14:32.847 INFO E| Downloaded shared_child v1.0.1
99042025-09-19T00:14:34.504Z[ recovery-image] Sep 19 00:14:32.849 INFO E| Downloaded duct v0.13.7
99052025-09-19T00:14:34.507Z[ recovery-image] Sep 19 00:14:32.851 INFO E| Downloaded clap v4.5.37
99062025-09-19T00:14:34.521Z[ recovery-image] Sep 19 00:14:32.866 INFO E| Downloaded anstyle v1.0.10
99072025-09-19T00:14:34.525Z[ recovery-image] Sep 19 00:14:32.868 INFO E| Downloaded toml_write v0.1.1
99082025-09-19T00:14:34.529Z[ recovery-image] Sep 19 00:14:32.870 INFO E| Downloaded toml_datetime v0.6.9
99092025-09-19T00:14:34.529Z[ recovery-image] Sep 19 00:14:32.873 INFO E| Downloaded toml v0.8.22
99102025-09-19T00:14:34.581Z[ recovery-image] Sep 19 00:14:32.925 INFO E| Downloaded anstyle-parse v0.2.6
99112025-09-19T00:14:34.585Z[ recovery-image] Sep 19 00:14:32.927 INFO E| Downloaded os_pipe v1.2.1
99122025-09-19T00:14:34.589Z[ recovery-image] Sep 19 00:14:32.929 INFO E| Downloaded cc v1.2.20
99132025-09-19T00:14:34.594Z[ recovery-image] Sep 19 00:14:32.934 INFO E| Downloaded clap_builder v4.5.37
99142025-09-19T00:14:34.597Z[ recovery-image] Sep 19 00:14:32.942 INFO E| Downloaded clap_derive v4.5.32
99152025-09-19T00:14:34.601Z[ recovery-image] Sep 19 00:14:32.945 INFO E| Downloaded colorchoice v1.0.3
99162025-09-19T00:14:34.604Z[ recovery-image] Sep 19 00:14:32.946 INFO E| Downloaded anstyle-query v1.1.2
99172025-09-19T00:14:34.604Z[ recovery-image] Sep 19 00:14:32.949 INFO E| Downloaded winnow v0.7.7
99182025-09-19T00:14:34.693Z[ recovery-image] Sep 19 00:14:33.038 INFO E| Compiling syn v2.0.101
99192025-09-19T00:14:34.694Z[ recovery-image] Sep 19 00:14:33.038 INFO E| Compiling libc v0.2.172
99202025-09-19T00:14:34.694Z[ recovery-image] Sep 19 00:14:33.038 INFO E| Compiling utf8parse v0.2.2
99212025-09-19T00:14:34.694Z[ recovery-image] Sep 19 00:14:33.038 INFO E| Compiling is_terminal_polyfill v1.70.1
99222025-09-19T00:14:34.694Z[ recovery-image] Sep 19 00:14:33.038 INFO E| Compiling anstyle-query v1.1.2
99232025-09-19T00:14:34.694Z[ recovery-image] Sep 19 00:14:33.038 INFO E| Compiling shlex v1.3.0
99242025-09-19T00:14:34.694Z[ recovery-image] Sep 19 00:14:33.038 INFO E| Compiling once_cell v1.21.3
99252025-09-19T00:14:34.694Z[ recovery-image] Sep 19 00:14:33.038 INFO E| Compiling colorchoice v1.0.3
99262025-09-19T00:14:34.869Z[ host-image] Sep 19 00:14:33.214 INFO O| Sep 19 00:14:33.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
99272025-09-19T00:14:34.869Z[ host-image] Sep 19 00:14:33.214 INFO O| Sep 19 00:14:33.214 INFO ok!
99282025-09-19T00:14:34.873Z[ host-image] Sep 19 00:14:33.214 INFO O| Sep 19 00:14:33.214 INFO STEP 81 (ensure_file) COMPLETE
99292025-09-19T00:14:34.873Z[ host-image] Sep 19 00:14:33.214 INFO O| Sep 19 00:14:33.214 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99302025-09-19T00:14:34.882Z[ host-image] Sep 19 00:14:33.227 INFO O| Sep 19 00:14:33.227 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
99312025-09-19T00:14:34.882Z[ host-image] Sep 19 00:14:33.227 INFO O| Sep 19 00:14:33.227 INFO copying /tmp/.tmpSCTRpn/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
99322025-09-19T00:14:34.935Z[ recovery-image] Sep 19 00:14:33.280 INFO E| Compiling anstyle-parse v0.2.6
99332025-09-19T00:14:35.103Z[ recovery-image] Sep 19 00:14:33.448 INFO E| Compiling equivalent v1.0.2
99342025-09-19T00:14:35.207Z[ recovery-image] Sep 19 00:14:33.552 INFO E| Compiling hashbrown v0.15.2
99352025-09-19T00:14:35.222Z[ recovery-image] Sep 19 00:14:33.565 INFO E| Compiling anstyle v1.0.10
99362025-09-19T00:14:35.358Z[ recovery-image] Sep 19 00:14:33.702 INFO E| Compiling cc v1.2.20
99372025-09-19T00:14:35.394Z[ recovery-image] Sep 19 00:14:33.736 INFO E| Compiling strsim v0.11.1
99382025-09-19T00:14:35.556Z[ recovery-image] Sep 19 00:14:33.901 INFO E| Compiling clap_lex v0.7.4
99392025-09-19T00:14:35.583Z[ recovery-image] Sep 19 00:14:33.919 INFO E| Compiling anyhow v1.0.98
99402025-09-19T00:14:35.891Z[ recovery-image] Sep 19 00:14:34.236 INFO E| Compiling anstream v0.6.18
99412025-09-19T00:14:36.718Z[ recovery-image] Sep 19 00:14:35.063 INFO E| Compiling toml_write v0.1.1
99422025-09-19T00:14:36.822Z[ recovery-image] Sep 19 00:14:35.166 INFO E| Compiling winnow v0.7.7
99432025-09-19T00:14:37.150Z[ recovery-image] Sep 19 00:14:35.495 INFO E| Compiling clap_builder v4.5.37
99442025-09-19T00:14:37.623Z[ recovery-image] Sep 19 00:14:35.967 INFO E| Compiling indexmap v2.9.0
99452025-09-19T00:14:38.065Z[ recovery-image] Sep 19 00:14:36.410 INFO E| Compiling shared_child v1.0.1
99462025-09-19T00:14:38.293Z[ recovery-image] Sep 19 00:14:36.636 INFO E| Compiling os_pipe v1.2.1
99472025-09-19T00:14:38.485Z[ host-image] Sep 19 00:14:36.830 INFO O| Sep 19 00:14:36.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
99482025-09-19T00:14:38.485Z[ host-image] Sep 19 00:14:36.830 INFO O| Sep 19 00:14:36.830 INFO ok!
99492025-09-19T00:14:38.489Z[ host-image] Sep 19 00:14:36.830 INFO O| Sep 19 00:14:36.830 INFO STEP 82 (ensure_file) COMPLETE
99502025-09-19T00:14:38.489Z[ host-image] Sep 19 00:14:36.830 INFO O| Sep 19 00:14:36.830 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99512025-09-19T00:14:38.497Z[ host-image] Sep 19 00:14:36.842 INFO O| Sep 19 00:14:36.842 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99522025-09-19T00:14:38.497Z[ host-image] Sep 19 00:14:36.842 INFO O| Sep 19 00:14:36.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99532025-09-19T00:14:38.501Z[ host-image] Sep 19 00:14:36.842 INFO O| Sep 19 00:14:36.842 INFO STEP 83 (ensure_dir) COMPLETE
99542025-09-19T00:14:38.501Z[ host-image] Sep 19 00:14:36.842 INFO O| Sep 19 00:14:36.842 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99552025-09-19T00:14:38.510Z[ host-image] Sep 19 00:14:36.855 INFO O| Sep 19 00:14:36.855 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
99562025-09-19T00:14:38.510Z[ host-image] Sep 19 00:14:36.855 INFO O| Sep 19 00:14:36.855 INFO copying /tmp/.tmpSCTRpn/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 ...
99572025-09-19T00:14:38.514Z[ host-image] Sep 19 00:14:36.855 INFO O| Sep 19 00:14:36.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
99582025-09-19T00:14:38.514Z[ host-image] Sep 19 00:14:36.855 INFO O| Sep 19 00:14:36.855 INFO ok!
99592025-09-19T00:14:38.514Z[ host-image] Sep 19 00:14:36.855 INFO O| Sep 19 00:14:36.855 INFO STEP 84 (ensure_file) COMPLETE
99602025-09-19T00:14:38.514Z[ host-image] Sep 19 00:14:36.855 INFO O| Sep 19 00:14:36.855 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99612025-09-19T00:14:38.523Z[ host-image] Sep 19 00:14:36.868 INFO O| Sep 19 00:14:36.868 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
99622025-09-19T00:14:38.523Z[ host-image] Sep 19 00:14:36.868 INFO O| Sep 19 00:14:36.868 INFO copying /tmp/.tmpSCTRpn/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 ...
99632025-09-19T00:14:38.526Z[ host-image] Sep 19 00:14:36.868 INFO O| Sep 19 00:14:36.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
99642025-09-19T00:14:38.526Z[ host-image] Sep 19 00:14:36.868 INFO O| Sep 19 00:14:36.868 INFO ok!
99652025-09-19T00:14:38.526Z[ host-image] Sep 19 00:14:36.868 INFO O| Sep 19 00:14:36.868 INFO STEP 85 (ensure_file) COMPLETE
99662025-09-19T00:14:38.526Z[ host-image] Sep 19 00:14:36.868 INFO O| Sep 19 00:14:36.868 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99672025-09-19T00:14:38.538Z[ host-image] Sep 19 00:14:36.883 INFO O| Sep 19 00:14:36.882 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
99682025-09-19T00:14:38.538Z[ host-image] Sep 19 00:14:36.883 INFO O| Sep 19 00:14:36.883 INFO copying /tmp/.tmpSCTRpn/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
99692025-09-19T00:14:38.538Z[ host-image] Sep 19 00:14:36.883 INFO O| Sep 19 00:14:36.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
99702025-09-19T00:14:38.541Z[ host-image] Sep 19 00:14:36.883 INFO O| Sep 19 00:14:36.883 INFO ok!
99712025-09-19T00:14:38.541Z[ host-image] Sep 19 00:14:36.883 INFO O| Sep 19 00:14:36.883 INFO STEP 86 (ensure_file) COMPLETE
99722025-09-19T00:14:38.541Z[ host-image] Sep 19 00:14:36.883 INFO O| Sep 19 00:14:36.883 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99732025-09-19T00:14:38.553Z[ host-image] Sep 19 00:14:36.898 INFO O| Sep 19 00:14:36.897 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
99742025-09-19T00:14:38.553Z[ host-image] Sep 19 00:14:36.898 INFO O| Sep 19 00:14:36.898 INFO copying /tmp/.tmpSCTRpn/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
99752025-09-19T00:14:38.556Z[ host-image] Sep 19 00:14:36.898 INFO O| Sep 19 00:14:36.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
99762025-09-19T00:14:38.556Z[ host-image] Sep 19 00:14:36.898 INFO O| Sep 19 00:14:36.898 INFO ok!
99772025-09-19T00:14:38.556Z[ host-image] Sep 19 00:14:36.898 INFO O| Sep 19 00:14:36.898 INFO STEP 87 (ensure_file) COMPLETE
99782025-09-19T00:14:38.556Z[ host-image] Sep 19 00:14:36.898 INFO O| Sep 19 00:14:36.898 INFO STEP 88: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99792025-09-19T00:14:38.568Z[ host-image] Sep 19 00:14:36.912 INFO O| Sep 19 00:14:36.912 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99802025-09-19T00:14:38.568Z[ host-image] Sep 19 00:14:36.913 INFO O| Sep 19 00:14:36.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99812025-09-19T00:14:38.571Z[ host-image] Sep 19 00:14:36.913 INFO O| Sep 19 00:14:36.913 INFO STEP 88 (ensure_dir) COMPLETE
99822025-09-19T00:14:38.571Z[ host-image] Sep 19 00:14:36.913 INFO O| Sep 19 00:14:36.913 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99832025-09-19T00:14:38.583Z[ host-image] Sep 19 00:14:36.928 INFO O| Sep 19 00:14:36.928 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
99842025-09-19T00:14:38.583Z[ host-image] Sep 19 00:14:36.928 INFO O| Sep 19 00:14:36.928 INFO copying /tmp/.tmpSCTRpn/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
99852025-09-19T00:14:38.593Z[ host-image] Sep 19 00:14:36.938 INFO O| Sep 19 00:14:36.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
99862025-09-19T00:14:38.593Z[ host-image] Sep 19 00:14:36.938 INFO O| Sep 19 00:14:36.938 INFO ok!
99872025-09-19T00:14:38.597Z[ host-image] Sep 19 00:14:36.938 INFO O| Sep 19 00:14:36.938 INFO STEP 89 (ensure_file) COMPLETE
99882025-09-19T00:14:38.597Z[ host-image] Sep 19 00:14:36.938 INFO O| Sep 19 00:14:36.938 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99892025-09-19T00:14:38.610Z[ host-image] Sep 19 00:14:36.954 INFO O| Sep 19 00:14:36.954 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
99902025-09-19T00:14:38.610Z[ host-image] Sep 19 00:14:36.954 INFO O| Sep 19 00:14:36.954 INFO copying /tmp/.tmpSCTRpn/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
99912025-09-19T00:14:38.614Z[ host-image] Sep 19 00:14:36.954 INFO O| Sep 19 00:14:36.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
99922025-09-19T00:14:38.614Z[ host-image] Sep 19 00:14:36.954 INFO O| Sep 19 00:14:36.954 INFO ok!
99932025-09-19T00:14:38.614Z[ host-image] Sep 19 00:14:36.954 INFO O| Sep 19 00:14:36.954 INFO STEP 90 (ensure_file) COMPLETE
99942025-09-19T00:14:38.614Z[ host-image] Sep 19 00:14:36.954 INFO O| Sep 19 00:14:36.954 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99952025-09-19T00:14:38.624Z[ host-image] Sep 19 00:14:36.969 INFO O| Sep 19 00:14:36.969 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
99962025-09-19T00:14:38.624Z[ host-image] Sep 19 00:14:36.969 INFO O| Sep 19 00:14:36.969 INFO copying /tmp/.tmpSCTRpn/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
99972025-09-19T00:14:38.809Z[ recovery-image] Sep 19 00:14:37.153 INFO E| Compiling duct v0.13.7
99982025-09-19T00:14:40.399Z[ recovery-image] Sep 19 00:14:38.739 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
99992025-09-19T00:14:40.774Z[ host-image] Sep 19 00:14:39.119 INFO O| Sep 19 00:14:39.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
100002025-09-19T00:14:40.775Z[ host-image] Sep 19 00:14:39.119 INFO O| Sep 19 00:14:39.119 INFO ok!
100012025-09-19T00:14:40.775Z[ host-image] Sep 19 00:14:39.119 INFO O| Sep 19 00:14:39.119 INFO STEP 91 (ensure_file) COMPLETE
100022025-09-19T00:14:40.779Z[ host-image] Sep 19 00:14:39.119 INFO O| Sep 19 00:14:39.119 INFO STEP 92: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100032025-09-19T00:14:40.789Z[ host-image] Sep 19 00:14:39.134 INFO O| Sep 19 00:14:39.134 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
100042025-09-19T00:14:40.789Z[ host-image] Sep 19 00:14:39.134 INFO O| Sep 19 00:14:39.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
100052025-09-19T00:14:40.793Z[ host-image] Sep 19 00:14:39.134 INFO O| Sep 19 00:14:39.134 INFO STEP 92 (ensure_dir) COMPLETE
100062025-09-19T00:14:40.793Z[ host-image] Sep 19 00:14:39.134 INFO O| Sep 19 00:14:39.134 INFO STEP 93: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100072025-09-19T00:14:40.802Z[ host-image] Sep 19 00:14:39.147 INFO O| Sep 19 00:14:39.147 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
100082025-09-19T00:14:40.802Z[ host-image] Sep 19 00:14:39.147 INFO O| Sep 19 00:14:39.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
100092025-09-19T00:14:40.806Z[ host-image] Sep 19 00:14:39.147 INFO O| Sep 19 00:14:39.147 INFO STEP 93 (ensure_dir) COMPLETE
100102025-09-19T00:14:40.806Z[ host-image] Sep 19 00:14:39.147 INFO O| Sep 19 00:14:39.147 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100112025-09-19T00:14:40.813Z[ host-image] Sep 19 00:14:39.158 INFO O| Sep 19 00:14:39.158 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
100122025-09-19T00:14:40.817Z[ host-image] Sep 19 00:14:39.158 INFO O| Sep 19 00:14:39.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
100132025-09-19T00:14:40.817Z[ host-image] Sep 19 00:14:39.158 INFO O| Sep 19 00:14:39.158 INFO STEP 94 (ensure_dir) COMPLETE
100142025-09-19T00:14:40.817Z[ host-image] Sep 19 00:14:39.158 INFO O| Sep 19 00:14:39.158 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100152025-09-19T00:14:40.823Z[ host-image] Sep 19 00:14:39.168 INFO O| Sep 19 00:14:39.168 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100162025-09-19T00:14:40.827Z[ host-image] Sep 19 00:14:39.168 INFO O| Sep 19 00:14:39.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100172025-09-19T00:14:40.827Z[ host-image] Sep 19 00:14:39.169 INFO O| Sep 19 00:14:39.168 INFO STEP 95 (ensure_dir) COMPLETE
100182025-09-19T00:14:40.827Z[ host-image] Sep 19 00:14:39.169 INFO O| Sep 19 00:14:39.169 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100192025-09-19T00:14:40.834Z[ host-image] Sep 19 00:14:39.179 INFO O| Sep 19 00:14:39.179 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100202025-09-19T00:14:40.834Z[ host-image] Sep 19 00:14:39.179 INFO O| Sep 19 00:14:39.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100212025-09-19T00:14:40.838Z[ host-image] Sep 19 00:14:39.179 INFO O| Sep 19 00:14:39.179 INFO STEP 96 (ensure_dir) COMPLETE
100222025-09-19T00:14:40.838Z[ host-image] Sep 19 00:14:39.179 INFO O| Sep 19 00:14:39.179 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100232025-09-19T00:14:40.847Z[ host-image] Sep 19 00:14:39.191 INFO O| Sep 19 00:14:39.191 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
100242025-09-19T00:14:40.847Z[ host-image] Sep 19 00:14:39.192 INFO O| Sep 19 00:14:39.191 INFO copying /tmp/.tmpSCTRpn/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 ...
100252025-09-19T00:14:40.850Z[ host-image] Sep 19 00:14:39.192 INFO O| Sep 19 00:14:39.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
100262025-09-19T00:14:40.850Z[ host-image] Sep 19 00:14:39.192 INFO O| Sep 19 00:14:39.192 INFO ok!
100272025-09-19T00:14:40.850Z[ host-image] Sep 19 00:14:39.192 INFO O| Sep 19 00:14:39.192 INFO STEP 97 (ensure_file) COMPLETE
100282025-09-19T00:14:40.850Z[ host-image] Sep 19 00:14:39.192 INFO O| Sep 19 00:14:39.192 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100292025-09-19T00:14:40.858Z[ host-image] Sep 19 00:14:39.202 INFO O| Sep 19 00:14:39.202 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100302025-09-19T00:14:40.858Z[ host-image] Sep 19 00:14:39.203 INFO O| Sep 19 00:14:39.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100312025-09-19T00:14:40.861Z[ host-image] Sep 19 00:14:39.203 INFO O| Sep 19 00:14:39.203 INFO STEP 98 (ensure_dir) COMPLETE
100322025-09-19T00:14:40.861Z[ host-image] Sep 19 00:14:39.203 INFO O| Sep 19 00:14:39.203 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100332025-09-19T00:14:40.870Z[ host-image] Sep 19 00:14:39.215 INFO O| Sep 19 00:14:39.215 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
100342025-09-19T00:14:40.870Z[ host-image] Sep 19 00:14:39.215 INFO O| Sep 19 00:14:39.215 INFO copying /tmp/.tmpSCTRpn/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
100352025-09-19T00:14:40.874Z[ host-image] Sep 19 00:14:39.215 INFO O| Sep 19 00:14:39.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
100362025-09-19T00:14:40.874Z[ host-image] Sep 19 00:14:39.215 INFO O| Sep 19 00:14:39.215 INFO ok!
100372025-09-19T00:14:40.874Z[ host-image] Sep 19 00:14:39.215 INFO O| Sep 19 00:14:39.215 INFO STEP 99 (ensure_file) COMPLETE
100382025-09-19T00:14:40.874Z[ host-image] Sep 19 00:14:39.215 INFO O| Sep 19 00:14:39.215 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100392025-09-19T00:14:40.879Z[ host-image] Sep 19 00:14:39.224 INFO O| Sep 19 00:14:39.224 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
100402025-09-19T00:14:40.879Z[ host-image] Sep 19 00:14:39.224 INFO O| Sep 19 00:14:39.224 INFO copying /tmp/.tmpSCTRpn/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
100412025-09-19T00:14:41.288Z[ host-image] Sep 19 00:14:39.633 INFO O| Sep 19 00:14:39.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
100422025-09-19T00:14:41.288Z[ host-image] Sep 19 00:14:39.633 INFO O| Sep 19 00:14:39.633 INFO ok!
100432025-09-19T00:14:41.292Z[ host-image] Sep 19 00:14:39.633 INFO O| Sep 19 00:14:39.633 INFO STEP 100 (ensure_file) COMPLETE
100442025-09-19T00:14:41.292Z[ host-image] Sep 19 00:14:39.633 INFO O| Sep 19 00:14:39.633 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100452025-09-19T00:14:41.301Z[ host-image] Sep 19 00:14:39.646 INFO O| Sep 19 00:14:39.645 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
100462025-09-19T00:14:41.301Z[ host-image] Sep 19 00:14:39.646 INFO O| Sep 19 00:14:39.645 INFO copying /tmp/.tmpSCTRpn/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
100472025-09-19T00:14:41.882Z[ host-image] Sep 19 00:14:40.227 INFO O| Sep 19 00:14:40.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
100482025-09-19T00:14:41.882Z[ host-image] Sep 19 00:14:40.227 INFO O| Sep 19 00:14:40.227 INFO ok!
100492025-09-19T00:14:41.886Z[ host-image] Sep 19 00:14:40.227 INFO O| Sep 19 00:14:40.227 INFO STEP 101 (ensure_file) COMPLETE
100502025-09-19T00:14:41.886Z[ host-image] Sep 19 00:14:40.227 INFO O| Sep 19 00:14:40.227 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100512025-09-19T00:14:41.892Z[ host-image] Sep 19 00:14:40.237 INFO O| Sep 19 00:14:40.237 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
100522025-09-19T00:14:41.892Z[ host-image] Sep 19 00:14:40.237 INFO O| Sep 19 00:14:40.237 INFO copying /tmp/.tmpSCTRpn/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
100532025-09-19T00:14:41.893Z[ host-image] Sep 19 00:14:40.237 INFO O| Sep 19 00:14:40.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
100542025-09-19T00:14:41.896Z[ host-image] Sep 19 00:14:40.238 INFO O| Sep 19 00:14:40.237 INFO ok!
100552025-09-19T00:14:41.896Z[ host-image] Sep 19 00:14:40.238 INFO O| Sep 19 00:14:40.237 INFO STEP 102 (ensure_file) COMPLETE
100562025-09-19T00:14:41.896Z[ host-image] Sep 19 00:14:40.238 INFO O| Sep 19 00:14:40.238 INFO STEP 103: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100572025-09-19T00:14:41.902Z[ host-image] Sep 19 00:14:40.247 INFO O| Sep 19 00:14:40.247 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
100582025-09-19T00:14:41.906Z[ host-image] Sep 19 00:14:40.248 INFO O| Sep 19 00:14:40.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
100592025-09-19T00:14:41.906Z[ host-image] Sep 19 00:14:40.248 INFO O| Sep 19 00:14:40.248 INFO STEP 103 (ensure_dir) COMPLETE
100602025-09-19T00:14:41.906Z[ host-image] Sep 19 00:14:40.248 INFO O| Sep 19 00:14:40.248 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100612025-09-19T00:14:41.916Z[ host-image] Sep 19 00:14:40.261 INFO O| Sep 19 00:14:40.261 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
100622025-09-19T00:14:41.916Z[ host-image] Sep 19 00:14:40.261 INFO O| Sep 19 00:14:40.261 INFO copying /tmp/.tmpSCTRpn/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 ...
100632025-09-19T00:14:41.916Z[ host-image] Sep 19 00:14:40.261 INFO O| Sep 19 00:14:40.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
100642025-09-19T00:14:41.919Z[ host-image] Sep 19 00:14:40.261 INFO O| Sep 19 00:14:40.261 INFO ok!
100652025-09-19T00:14:41.919Z[ host-image] Sep 19 00:14:40.261 INFO O| Sep 19 00:14:40.261 INFO STEP 104 (ensure_file) COMPLETE
100662025-09-19T00:14:41.919Z[ host-image] Sep 19 00:14:40.261 INFO O| Sep 19 00:14:40.261 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100672025-09-19T00:14:41.928Z[ host-image] Sep 19 00:14:40.273 INFO O| Sep 19 00:14:40.273 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
100682025-09-19T00:14:41.928Z[ host-image] Sep 19 00:14:40.273 INFO O| Sep 19 00:14:40.273 INFO copying /tmp/.tmpSCTRpn/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 ...
100692025-09-19T00:14:41.928Z[ host-image] Sep 19 00:14:40.273 INFO O| Sep 19 00:14:40.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
100702025-09-19T00:14:41.932Z[ host-image] Sep 19 00:14:40.273 INFO O| Sep 19 00:14:40.273 INFO ok!
100712025-09-19T00:14:41.932Z[ host-image] Sep 19 00:14:40.273 INFO O| Sep 19 00:14:40.273 INFO STEP 105 (ensure_file) COMPLETE
100722025-09-19T00:14:41.932Z[ host-image] Sep 19 00:14:40.273 INFO O| Sep 19 00:14:40.273 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100732025-09-19T00:14:41.939Z[ host-image] Sep 19 00:14:40.284 INFO O| Sep 19 00:14:40.284 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
100742025-09-19T00:14:41.939Z[ host-image] Sep 19 00:14:40.284 INFO O| Sep 19 00:14:40.284 INFO copying /tmp/.tmpSCTRpn/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 ...
100752025-09-19T00:14:41.939Z[ host-image] Sep 19 00:14:40.284 INFO O| Sep 19 00:14:40.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
100762025-09-19T00:14:41.943Z[ host-image] Sep 19 00:14:40.285 INFO O| Sep 19 00:14:40.284 INFO ok!
100772025-09-19T00:14:41.943Z[ host-image] Sep 19 00:14:40.285 INFO O| Sep 19 00:14:40.285 INFO STEP 106 (ensure_file) COMPLETE
100782025-09-19T00:14:41.943Z[ host-image] Sep 19 00:14:40.285 INFO O| Sep 19 00:14:40.285 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100792025-09-19T00:14:41.953Z[ host-image] Sep 19 00:14:40.298 INFO O| Sep 19 00:14:40.297 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
100802025-09-19T00:14:41.953Z[ host-image] Sep 19 00:14:40.298 INFO O| Sep 19 00:14:40.297 INFO copying /tmp/.tmpSCTRpn/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 ...
100812025-09-19T00:14:41.956Z[ host-image] Sep 19 00:14:40.298 INFO O| Sep 19 00:14:40.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
100822025-09-19T00:14:41.956Z[ host-image] Sep 19 00:14:40.298 INFO O| Sep 19 00:14:40.298 INFO ok!
100832025-09-19T00:14:41.956Z[ host-image] Sep 19 00:14:40.298 INFO O| Sep 19 00:14:40.298 INFO STEP 107 (ensure_file) COMPLETE
100842025-09-19T00:14:41.956Z[ host-image] Sep 19 00:14:40.298 INFO O| Sep 19 00:14:40.298 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100852025-09-19T00:14:41.966Z[ host-image] Sep 19 00:14:40.311 INFO O| Sep 19 00:14:40.311 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
100862025-09-19T00:14:41.966Z[ host-image] Sep 19 00:14:40.311 INFO O| Sep 19 00:14:40.311 INFO copying /tmp/.tmpSCTRpn/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 ...
100872025-09-19T00:14:41.970Z[ host-image] Sep 19 00:14:40.311 INFO O| Sep 19 00:14:40.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
100882025-09-19T00:14:41.970Z[ host-image] Sep 19 00:14:40.311 INFO O| Sep 19 00:14:40.311 INFO ok!
100892025-09-19T00:14:41.970Z[ host-image] Sep 19 00:14:40.311 INFO O| Sep 19 00:14:40.311 INFO STEP 108 (ensure_file) COMPLETE
100902025-09-19T00:14:41.970Z[ host-image] Sep 19 00:14:40.311 INFO O| Sep 19 00:14:40.311 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100912025-09-19T00:14:41.979Z[ host-image] Sep 19 00:14:40.323 INFO O| Sep 19 00:14:40.323 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
100922025-09-19T00:14:41.979Z[ host-image] Sep 19 00:14:40.323 INFO O| Sep 19 00:14:40.323 INFO copying /tmp/.tmpSCTRpn/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 ...
100932025-09-19T00:14:41.982Z[ host-image] Sep 19 00:14:40.324 INFO O| Sep 19 00:14:40.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d
100942025-09-19T00:14:41.982Z[ host-image] Sep 19 00:14:40.324 INFO O| Sep 19 00:14:40.324 INFO ok!
100952025-09-19T00:14:41.982Z[ host-image] Sep 19 00:14:40.324 INFO O| Sep 19 00:14:40.324 INFO STEP 109 (ensure_file) COMPLETE
100962025-09-19T00:14:41.982Z[ host-image] Sep 19 00:14:40.324 INFO O| Sep 19 00:14:40.324 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100972025-09-19T00:14:41.992Z[ host-image] Sep 19 00:14:40.337 INFO O| Sep 19 00:14:40.337 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
100982025-09-19T00:14:41.992Z[ host-image] Sep 19 00:14:40.337 INFO O| Sep 19 00:14:40.337 INFO copying /tmp/.tmpSCTRpn/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
100992025-09-19T00:14:41.992Z[ host-image] Sep 19 00:14:40.337 INFO O| Sep 19 00:14:40.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
101002025-09-19T00:14:41.995Z[ host-image] Sep 19 00:14:40.337 INFO O| Sep 19 00:14:40.337 INFO ok!
101012025-09-19T00:14:41.995Z[ host-image] Sep 19 00:14:40.337 INFO O| Sep 19 00:14:40.337 INFO STEP 110 (ensure_file) COMPLETE
101022025-09-19T00:14:41.995Z[ host-image] Sep 19 00:14:40.337 INFO O| Sep 19 00:14:40.337 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101032025-09-19T00:14:42.003Z[ host-image] Sep 19 00:14:40.348 INFO O| Sep 19 00:14:40.348 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
101042025-09-19T00:14:42.003Z[ host-image] Sep 19 00:14:40.348 INFO O| Sep 19 00:14:40.348 INFO copying /tmp/.tmpSCTRpn/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 ...
101052025-09-19T00:14:42.007Z[ host-image] Sep 19 00:14:40.348 INFO O| Sep 19 00:14:40.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
101062025-09-19T00:14:42.007Z[ host-image] Sep 19 00:14:40.348 INFO O| Sep 19 00:14:40.348 INFO ok!
101072025-09-19T00:14:42.007Z[ host-image] Sep 19 00:14:40.348 INFO O| Sep 19 00:14:40.348 INFO STEP 111 (ensure_file) COMPLETE
101082025-09-19T00:14:42.007Z[ host-image] Sep 19 00:14:40.348 INFO O| Sep 19 00:14:40.348 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101092025-09-19T00:14:42.015Z[ host-image] Sep 19 00:14:40.359 INFO O| Sep 19 00:14:40.359 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
101102025-09-19T00:14:42.015Z[ host-image] Sep 19 00:14:40.359 INFO O| Sep 19 00:14:40.359 INFO copying /tmp/.tmpSCTRpn/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 ...
101112025-09-19T00:14:42.018Z[ host-image] Sep 19 00:14:40.359 INFO O| Sep 19 00:14:40.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
101122025-09-19T00:14:42.018Z[ host-image] Sep 19 00:14:40.360 INFO O| Sep 19 00:14:40.359 INFO ok!
101132025-09-19T00:14:42.018Z[ host-image] Sep 19 00:14:40.360 INFO O| Sep 19 00:14:40.359 INFO STEP 112 (ensure_file) COMPLETE
101142025-09-19T00:14:42.018Z[ host-image] Sep 19 00:14:40.360 INFO O| Sep 19 00:14:40.359 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101152025-09-19T00:14:42.027Z[ host-image] Sep 19 00:14:40.372 INFO O| Sep 19 00:14:40.372 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
101162025-09-19T00:14:42.027Z[ host-image] Sep 19 00:14:40.372 INFO O| Sep 19 00:14:40.372 INFO copying /tmp/.tmpSCTRpn/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 ...
101172025-09-19T00:14:42.031Z[ host-image] Sep 19 00:14:40.372 INFO O| Sep 19 00:14:40.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
101182025-09-19T00:14:42.031Z[ host-image] Sep 19 00:14:40.372 INFO O| Sep 19 00:14:40.372 INFO ok!
101192025-09-19T00:14:42.031Z[ host-image] Sep 19 00:14:40.372 INFO O| Sep 19 00:14:40.372 INFO STEP 113 (ensure_file) COMPLETE
101202025-09-19T00:14:42.031Z[ host-image] Sep 19 00:14:40.372 INFO O| Sep 19 00:14:40.372 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101212025-09-19T00:14:42.038Z[ host-image] Sep 19 00:14:40.383 INFO O| Sep 19 00:14:40.383 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
101222025-09-19T00:14:42.038Z[ host-image] Sep 19 00:14:40.383 INFO O| Sep 19 00:14:40.383 INFO copying /tmp/.tmpSCTRpn/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
101232025-09-19T00:14:42.042Z[ host-image] Sep 19 00:14:40.383 INFO O| Sep 19 00:14:40.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
101242025-09-19T00:14:42.042Z[ host-image] Sep 19 00:14:40.383 INFO O| Sep 19 00:14:40.383 INFO ok!
101252025-09-19T00:14:42.042Z[ host-image] Sep 19 00:14:40.383 INFO O| Sep 19 00:14:40.383 INFO STEP 114 (ensure_file) COMPLETE
101262025-09-19T00:14:42.042Z[ host-image] Sep 19 00:14:40.383 INFO O| Sep 19 00:14:40.383 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101272025-09-19T00:14:42.050Z[ host-image] Sep 19 00:14:40.395 INFO O| Sep 19 00:14:40.395 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
101282025-09-19T00:14:42.050Z[ host-image] Sep 19 00:14:40.395 INFO O| Sep 19 00:14:40.395 INFO copying /tmp/.tmpSCTRpn/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 ...
101292025-09-19T00:14:42.054Z[ host-image] Sep 19 00:14:40.395 INFO O| Sep 19 00:14:40.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
101302025-09-19T00:14:42.054Z[ host-image] Sep 19 00:14:40.395 INFO O| Sep 19 00:14:40.395 INFO ok!
101312025-09-19T00:14:42.054Z[ host-image] Sep 19 00:14:40.395 INFO O| Sep 19 00:14:40.395 INFO STEP 115 (ensure_file) COMPLETE
101322025-09-19T00:14:42.054Z[ host-image] Sep 19 00:14:40.395 INFO O| Sep 19 00:14:40.395 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101332025-09-19T00:14:42.064Z[ host-image] Sep 19 00:14:40.409 INFO O| Sep 19 00:14:40.409 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
101342025-09-19T00:14:42.064Z[ host-image] Sep 19 00:14:40.409 INFO O| Sep 19 00:14:40.409 INFO copying /tmp/.tmpSCTRpn/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 ...
101352025-09-19T00:14:42.067Z[ host-image] Sep 19 00:14:40.409 INFO O| Sep 19 00:14:40.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
101362025-09-19T00:14:42.067Z[ host-image] Sep 19 00:14:40.409 INFO O| Sep 19 00:14:40.409 INFO ok!
101372025-09-19T00:14:42.067Z[ host-image] Sep 19 00:14:40.409 INFO O| Sep 19 00:14:40.409 INFO STEP 116 (ensure_file) COMPLETE
101382025-09-19T00:14:42.067Z[ host-image] Sep 19 00:14:40.409 INFO O| Sep 19 00:14:40.409 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101392025-09-19T00:14:42.075Z[ host-image] Sep 19 00:14:40.420 INFO O| Sep 19 00:14:40.420 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
101402025-09-19T00:14:42.079Z[ host-image] Sep 19 00:14:40.420 INFO O| Sep 19 00:14:40.420 INFO copying /tmp/.tmpSCTRpn/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 ...
101412025-09-19T00:14:42.079Z[ host-image] Sep 19 00:14:40.420 INFO O| Sep 19 00:14:40.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
101422025-09-19T00:14:42.079Z[ host-image] Sep 19 00:14:40.420 INFO O| Sep 19 00:14:40.420 INFO ok!
101432025-09-19T00:14:42.079Z[ host-image] Sep 19 00:14:40.420 INFO O| Sep 19 00:14:40.420 INFO STEP 117 (ensure_file) COMPLETE
101442025-09-19T00:14:42.079Z[ host-image] Sep 19 00:14:40.420 INFO O| Sep 19 00:14:40.420 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101452025-09-19T00:14:42.087Z[ host-image] Sep 19 00:14:40.432 INFO O| Sep 19 00:14:40.432 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
101462025-09-19T00:14:42.088Z[ host-image] Sep 19 00:14:40.432 INFO O| Sep 19 00:14:40.432 INFO copying /tmp/.tmpSCTRpn/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 ...
101472025-09-19T00:14:42.091Z[ host-image] Sep 19 00:14:40.433 INFO O| Sep 19 00:14:40.433 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
101482025-09-19T00:14:42.091Z[ host-image] Sep 19 00:14:40.433 INFO O| Sep 19 00:14:40.433 INFO ok!
101492025-09-19T00:14:42.091Z[ host-image] Sep 19 00:14:40.433 INFO O| Sep 19 00:14:40.433 INFO STEP 118 (ensure_file) COMPLETE
101502025-09-19T00:14:42.091Z[ host-image] Sep 19 00:14:40.433 INFO O| Sep 19 00:14:40.433 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101512025-09-19T00:14:42.097Z[ host-image] Sep 19 00:14:40.442 INFO O| Sep 19 00:14:40.442 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
101522025-09-19T00:14:42.098Z[ host-image] Sep 19 00:14:40.442 INFO O| Sep 19 00:14:40.442 INFO copying /tmp/.tmpSCTRpn/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 ...
101532025-09-19T00:14:42.101Z[ host-image] Sep 19 00:14:40.443 INFO O| Sep 19 00:14:40.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
101542025-09-19T00:14:42.101Z[ host-image] Sep 19 00:14:40.443 INFO O| Sep 19 00:14:40.443 INFO ok!
101552025-09-19T00:14:42.101Z[ host-image] Sep 19 00:14:40.443 INFO O| Sep 19 00:14:40.443 INFO STEP 119 (ensure_file) COMPLETE
101562025-09-19T00:14:42.101Z[ host-image] Sep 19 00:14:40.443 INFO O| Sep 19 00:14:40.443 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101572025-09-19T00:14:42.109Z[ host-image] Sep 19 00:14:40.453 INFO O| Sep 19 00:14:40.453 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
101582025-09-19T00:14:42.110Z[ host-image] Sep 19 00:14:40.453 INFO O| Sep 19 00:14:40.453 INFO copying /tmp/.tmpSCTRpn/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 ...
101592025-09-19T00:14:42.110Z[ host-image] Sep 19 00:14:40.453 INFO O| Sep 19 00:14:40.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
101602025-09-19T00:14:42.110Z[ host-image] Sep 19 00:14:40.453 INFO O| Sep 19 00:14:40.453 INFO ok!
101612025-09-19T00:14:42.113Z[ host-image] Sep 19 00:14:40.453 INFO O| Sep 19 00:14:40.453 INFO STEP 120 (ensure_file) COMPLETE
101622025-09-19T00:14:42.113Z[ host-image] Sep 19 00:14:40.453 INFO O| Sep 19 00:14:40.453 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632025-09-19T00:14:42.119Z[ host-image] Sep 19 00:14:40.464 INFO O| Sep 19 00:14:40.464 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
101642025-09-19T00:14:42.122Z[ host-image] Sep 19 00:14:40.464 INFO O| Sep 19 00:14:40.464 INFO copying /tmp/.tmpSCTRpn/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 ...
101652025-09-19T00:14:42.122Z[ host-image] Sep 19 00:14:40.464 INFO O| Sep 19 00:14:40.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
101662025-09-19T00:14:42.122Z[ host-image] Sep 19 00:14:40.464 INFO O| Sep 19 00:14:40.464 INFO ok!
101672025-09-19T00:14:42.122Z[ host-image] Sep 19 00:14:40.464 INFO O| Sep 19 00:14:40.464 INFO STEP 121 (ensure_file) COMPLETE
101682025-09-19T00:14:42.122Z[ host-image] Sep 19 00:14:40.464 INFO O| Sep 19 00:14:40.464 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101692025-09-19T00:14:42.128Z[ host-image] Sep 19 00:14:40.473 INFO O| Sep 19 00:14:40.473 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
101702025-09-19T00:14:42.128Z[ host-image] Sep 19 00:14:40.473 INFO O| Sep 19 00:14:40.473 INFO copying /tmp/.tmpSCTRpn/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 ...
101712025-09-19T00:14:42.128Z[ host-image] Sep 19 00:14:40.473 INFO O| Sep 19 00:14:40.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
101722025-09-19T00:14:42.131Z[ host-image] Sep 19 00:14:40.473 INFO O| Sep 19 00:14:40.473 INFO ok!
101732025-09-19T00:14:42.131Z[ host-image] Sep 19 00:14:40.473 INFO O| Sep 19 00:14:40.473 INFO STEP 122 (ensure_file) COMPLETE
101742025-09-19T00:14:42.131Z[ host-image] Sep 19 00:14:40.473 INFO O| Sep 19 00:14:40.473 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101752025-09-19T00:14:42.140Z[ host-image] Sep 19 00:14:40.485 INFO O| Sep 19 00:14:40.485 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
101762025-09-19T00:14:42.140Z[ host-image] Sep 19 00:14:40.485 INFO O| Sep 19 00:14:40.485 INFO copying /tmp/.tmpSCTRpn/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 ...
101772025-09-19T00:14:42.140Z[ host-image] Sep 19 00:14:40.485 INFO O| Sep 19 00:14:40.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
101782025-09-19T00:14:42.143Z[ host-image] Sep 19 00:14:40.485 INFO O| Sep 19 00:14:40.485 INFO ok!
101792025-09-19T00:14:42.143Z[ host-image] Sep 19 00:14:40.485 INFO O| Sep 19 00:14:40.485 INFO STEP 123 (ensure_file) COMPLETE
101802025-09-19T00:14:42.144Z[ host-image] Sep 19 00:14:40.485 INFO O| Sep 19 00:14:40.485 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101812025-09-19T00:14:42.150Z[ host-image] Sep 19 00:14:40.495 INFO O| Sep 19 00:14:40.495 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
101822025-09-19T00:14:42.150Z[ host-image] Sep 19 00:14:40.495 INFO O| Sep 19 00:14:40.495 INFO copying /tmp/.tmpSCTRpn/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 ...
101832025-09-19T00:14:42.154Z[ host-image] Sep 19 00:14:40.495 INFO O| Sep 19 00:14:40.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
101842025-09-19T00:14:42.154Z[ host-image] Sep 19 00:14:40.495 INFO O| Sep 19 00:14:40.495 INFO ok!
101852025-09-19T00:14:42.154Z[ host-image] Sep 19 00:14:40.495 INFO O| Sep 19 00:14:40.495 INFO STEP 124 (ensure_file) COMPLETE
101862025-09-19T00:14:42.154Z[ host-image] Sep 19 00:14:40.495 INFO O| Sep 19 00:14:40.495 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101872025-09-19T00:14:42.160Z[ host-image] Sep 19 00:14:40.505 INFO O| Sep 19 00:14:40.505 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
101882025-09-19T00:14:42.160Z[ host-image] Sep 19 00:14:40.505 INFO O| Sep 19 00:14:40.505 INFO copying /tmp/.tmpSCTRpn/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 ...
101892025-09-19T00:14:42.164Z[ host-image] Sep 19 00:14:40.505 INFO O| Sep 19 00:14:40.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
101902025-09-19T00:14:42.164Z[ host-image] Sep 19 00:14:40.505 INFO O| Sep 19 00:14:40.505 INFO ok!
101912025-09-19T00:14:42.164Z[ host-image] Sep 19 00:14:40.505 INFO O| Sep 19 00:14:40.505 INFO STEP 125 (ensure_file) COMPLETE
101922025-09-19T00:14:42.164Z[ host-image] Sep 19 00:14:40.505 INFO O| Sep 19 00:14:40.505 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101932025-09-19T00:14:42.171Z[ host-image] Sep 19 00:14:40.516 INFO O| Sep 19 00:14:40.516 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
101942025-09-19T00:14:42.171Z[ host-image] Sep 19 00:14:40.516 INFO O| Sep 19 00:14:40.516 INFO copying /tmp/.tmpSCTRpn/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 ...
101952025-09-19T00:14:42.174Z[ host-image] Sep 19 00:14:40.516 INFO O| Sep 19 00:14:40.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
101962025-09-19T00:14:42.174Z[ host-image] Sep 19 00:14:40.516 INFO O| Sep 19 00:14:40.516 INFO ok!
101972025-09-19T00:14:42.174Z[ host-image] Sep 19 00:14:40.516 INFO O| Sep 19 00:14:40.516 INFO STEP 126 (ensure_file) COMPLETE
101982025-09-19T00:14:42.174Z[ host-image] Sep 19 00:14:40.516 INFO O| Sep 19 00:14:40.516 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101992025-09-19T00:14:42.182Z[ host-image] Sep 19 00:14:40.527 INFO O| Sep 19 00:14:40.527 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
102002025-09-19T00:14:42.185Z[ host-image] Sep 19 00:14:40.527 INFO O| Sep 19 00:14:40.527 INFO copying /tmp/.tmpSCTRpn/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 ...
102012025-09-19T00:14:42.186Z[ host-image] Sep 19 00:14:40.527 INFO O| Sep 19 00:14:40.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
102022025-09-19T00:14:42.186Z[ host-image] Sep 19 00:14:40.527 INFO O| Sep 19 00:14:40.527 INFO ok!
102032025-09-19T00:14:42.186Z[ host-image] Sep 19 00:14:40.527 INFO O| Sep 19 00:14:40.527 INFO STEP 127 (ensure_file) COMPLETE
102042025-09-19T00:14:42.186Z[ host-image] Sep 19 00:14:40.527 INFO O| Sep 19 00:14:40.527 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052025-09-19T00:14:42.196Z[ host-image] Sep 19 00:14:40.540 INFO O| Sep 19 00:14:40.540 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
102062025-09-19T00:14:42.196Z[ host-image] Sep 19 00:14:40.541 INFO O| Sep 19 00:14:40.540 INFO copying /tmp/.tmpSCTRpn/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 ...
102072025-09-19T00:14:42.199Z[ host-image] Sep 19 00:14:40.541 INFO O| Sep 19 00:14:40.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
102082025-09-19T00:14:42.199Z[ host-image] Sep 19 00:14:40.541 INFO O| Sep 19 00:14:40.541 INFO ok!
102092025-09-19T00:14:42.199Z[ host-image] Sep 19 00:14:40.541 INFO O| Sep 19 00:14:40.541 INFO STEP 128 (ensure_file) COMPLETE
102102025-09-19T00:14:42.199Z[ host-image] Sep 19 00:14:40.541 INFO O| Sep 19 00:14:40.541 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102112025-09-19T00:14:42.204Z[ host-image] Sep 19 00:14:40.549 INFO O| Sep 19 00:14:40.549 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
102122025-09-19T00:14:42.204Z[ host-image] Sep 19 00:14:40.549 INFO O| Sep 19 00:14:40.549 INFO copying /tmp/.tmpSCTRpn/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 ...
102132025-09-19T00:14:42.208Z[ host-image] Sep 19 00:14:40.549 INFO O| Sep 19 00:14:40.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
102142025-09-19T00:14:42.208Z[ host-image] Sep 19 00:14:40.550 INFO O| Sep 19 00:14:40.549 INFO ok!
102152025-09-19T00:14:42.208Z[ host-image] Sep 19 00:14:40.550 INFO O| Sep 19 00:14:40.549 INFO STEP 129 (ensure_file) COMPLETE
102162025-09-19T00:14:42.208Z[ host-image] Sep 19 00:14:40.550 INFO O| Sep 19 00:14:40.550 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102172025-09-19T00:14:42.213Z[ host-image] Sep 19 00:14:40.558 INFO O| Sep 19 00:14:40.558 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
102182025-09-19T00:14:42.213Z[ host-image] Sep 19 00:14:40.558 INFO O| Sep 19 00:14:40.558 INFO copying /tmp/.tmpSCTRpn/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 ...
102192025-09-19T00:14:42.217Z[ host-image] Sep 19 00:14:40.558 INFO O| Sep 19 00:14:40.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
102202025-09-19T00:14:42.217Z[ host-image] Sep 19 00:14:40.558 INFO O| Sep 19 00:14:40.558 INFO ok!
102212025-09-19T00:14:42.217Z[ host-image] Sep 19 00:14:40.558 INFO O| Sep 19 00:14:40.558 INFO STEP 130 (ensure_file) COMPLETE
102222025-09-19T00:14:42.217Z[ host-image] Sep 19 00:14:40.558 INFO O| Sep 19 00:14:40.558 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102232025-09-19T00:14:42.225Z[ host-image] Sep 19 00:14:40.570 INFO O| Sep 19 00:14:40.570 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
102242025-09-19T00:14:42.225Z[ host-image] Sep 19 00:14:40.570 INFO O| Sep 19 00:14:40.570 INFO copying /tmp/.tmpSCTRpn/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 ...
102252025-09-19T00:14:42.229Z[ host-image] Sep 19 00:14:40.571 INFO O| Sep 19 00:14:40.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
102262025-09-19T00:14:42.229Z[ host-image] Sep 19 00:14:40.571 INFO O| Sep 19 00:14:40.571 INFO ok!
102272025-09-19T00:14:42.229Z[ host-image] Sep 19 00:14:40.571 INFO O| Sep 19 00:14:40.571 INFO STEP 131 (ensure_file) COMPLETE
102282025-09-19T00:14:42.229Z[ host-image] Sep 19 00:14:40.571 INFO O| Sep 19 00:14:40.571 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102292025-09-19T00:14:42.238Z[ host-image] Sep 19 00:14:40.583 INFO O| Sep 19 00:14:40.583 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
102302025-09-19T00:14:42.238Z[ host-image] Sep 19 00:14:40.583 INFO O| Sep 19 00:14:40.583 INFO copying /tmp/.tmpSCTRpn/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 ...
102312025-09-19T00:14:42.242Z[ host-image] Sep 19 00:14:40.583 INFO O| Sep 19 00:14:40.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
102322025-09-19T00:14:42.242Z[ host-image] Sep 19 00:14:40.583 INFO O| Sep 19 00:14:40.583 INFO ok!
102332025-09-19T00:14:42.242Z[ host-image] Sep 19 00:14:40.583 INFO O| Sep 19 00:14:40.583 INFO STEP 132 (ensure_file) COMPLETE
102342025-09-19T00:14:42.242Z[ host-image] Sep 19 00:14:40.583 INFO O| Sep 19 00:14:40.583 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102352025-09-19T00:14:42.249Z[ host-image] Sep 19 00:14:40.594 INFO O| Sep 19 00:14:40.593 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
102362025-09-19T00:14:42.249Z[ host-image] Sep 19 00:14:40.594 INFO O| Sep 19 00:14:40.593 INFO copying /tmp/.tmpSCTRpn/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md ...
102372025-09-19T00:14:42.249Z[ host-image] Sep 19 00:14:40.594 INFO O| Sep 19 00:14:40.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md
102382025-09-19T00:14:42.249Z[ host-image] Sep 19 00:14:40.594 INFO O| Sep 19 00:14:40.594 INFO ok!
102392025-09-19T00:14:42.252Z[ host-image] Sep 19 00:14:40.594 INFO O| Sep 19 00:14:40.594 INFO STEP 133 (ensure_file) COMPLETE
102402025-09-19T00:14:42.252Z[ host-image] Sep 19 00:14:40.594 INFO O| Sep 19 00:14:40.594 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102412025-09-19T00:14:42.261Z[ host-image] Sep 19 00:14:40.606 INFO O| Sep 19 00:14:40.606 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
102422025-09-19T00:14:42.261Z[ host-image] Sep 19 00:14:40.606 INFO O| Sep 19 00:14:40.606 INFO copying /tmp/.tmpSCTRpn/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 ...
102432025-09-19T00:14:42.264Z[ host-image] Sep 19 00:14:40.606 INFO O| Sep 19 00:14:40.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
102442025-09-19T00:14:42.264Z[ host-image] Sep 19 00:14:40.606 INFO O| Sep 19 00:14:40.606 INFO ok!
102452025-09-19T00:14:42.264Z[ host-image] Sep 19 00:14:40.606 INFO O| Sep 19 00:14:40.606 INFO STEP 134 (ensure_file) COMPLETE
102462025-09-19T00:14:42.264Z[ host-image] Sep 19 00:14:40.606 INFO O| Sep 19 00:14:40.606 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472025-09-19T00:14:42.271Z[ host-image] Sep 19 00:14:40.616 INFO O| Sep 19 00:14:40.616 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
102482025-09-19T00:14:42.271Z[ host-image] Sep 19 00:14:40.616 INFO O| Sep 19 00:14:40.616 INFO copying /tmp/.tmpSCTRpn/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
102492025-09-19T00:14:42.271Z[ host-image] Sep 19 00:14:40.616 INFO O| Sep 19 00:14:40.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION
102502025-09-19T00:14:42.284Z[ host-image] Sep 19 00:14:40.616 INFO O| Sep 19 00:14:40.616 INFO ok!
102512025-09-19T00:14:42.284Z[ host-image] Sep 19 00:14:40.616 INFO O| Sep 19 00:14:40.616 INFO STEP 135 (ensure_file) COMPLETE
102522025-09-19T00:14:42.284Z[ host-image] Sep 19 00:14:40.616 INFO O| Sep 19 00:14:40.616 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102532025-09-19T00:14:42.284Z[ host-image] Sep 19 00:14:40.625 INFO O| Sep 19 00:14:40.625 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
102542025-09-19T00:14:42.284Z[ host-image] Sep 19 00:14:40.625 INFO O| Sep 19 00:14:40.625 INFO copying /tmp/.tmpSCTRpn/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
102552025-09-19T00:14:43.378Z[ recovery-image] Sep 19 00:14:41.721 INFO E| Compiling serde_derive v1.0.219
102562025-09-19T00:14:43.410Z[ recovery-image] Sep 19 00:14:41.748 INFO E| Compiling clap_derive v4.5.32
102572025-09-19T00:14:47.090Z[ recovery-image] Sep 19 00:14:45.430 INFO E| Compiling clap v4.5.37
102582025-09-19T00:14:49.297Z[ recovery-image] Sep 19 00:14:47.638 INFO E| Compiling serde v1.0.219
102592025-09-19T00:14:52.263Z[ host-image] Sep 19 00:14:50.606 INFO O| Sep 19 00:14:50.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
102602025-09-19T00:14:52.263Z[ host-image] Sep 19 00:14:50.606 INFO O| Sep 19 00:14:50.606 INFO ok!
102612025-09-19T00:14:52.267Z[ host-image] Sep 19 00:14:50.606 INFO O| Sep 19 00:14:50.606 INFO STEP 136 (ensure_file) COMPLETE
102622025-09-19T00:14:52.267Z[ host-image] Sep 19 00:14:50.606 INFO O| Sep 19 00:14:50.606 INFO STEP 137: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632025-09-19T00:14:52.273Z[ host-image] Sep 19 00:14:50.617 INFO O| Sep 19 00:14:50.617 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
102642025-09-19T00:14:52.274Z[ host-image] Sep 19 00:14:50.617 INFO O| Sep 19 00:14:50.617 INFO STEP 137 (ensure_dir) COMPLETE
102652025-09-19T00:14:52.274Z[ host-image] Sep 19 00:14:50.617 INFO O| Sep 19 00:14:50.617 INFO STEP 138: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102662025-09-19T00:14:52.281Z[ host-image] Sep 19 00:14:50.625 INFO O| Sep 19 00:14:50.625 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
102672025-09-19T00:14:52.281Z[ host-image] Sep 19 00:14:50.625 INFO O| Sep 19 00:14:50.625 INFO STEP 138 (ensure_dir) COMPLETE
102682025-09-19T00:14:52.285Z[ host-image] Sep 19 00:14:50.625 INFO O| Sep 19 00:14:50.625 INFO STEP 139: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102692025-09-19T00:14:52.289Z[ host-image] Sep 19 00:14:50.634 INFO O| Sep 19 00:14:50.633 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
102702025-09-19T00:14:52.290Z[ host-image] Sep 19 00:14:50.634 INFO O| Sep 19 00:14:50.633 INFO STEP 139 (ensure_dir) COMPLETE
102712025-09-19T00:14:52.290Z[ host-image] Sep 19 00:14:50.634 INFO O| Sep 19 00:14:50.634 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102722025-09-19T00:14:52.297Z[ host-image] Sep 19 00:14:50.641 INFO O| Sep 19 00:14:50.641 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
102732025-09-19T00:14:52.297Z[ host-image] Sep 19 00:14:50.641 INFO O| Sep 19 00:14:50.641 INFO STEP 140 (ensure_dir) COMPLETE
102742025-09-19T00:14:52.301Z[ host-image] Sep 19 00:14:50.641 INFO O| Sep 19 00:14:50.641 INFO STEP 141: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102752025-09-19T00:14:52.307Z[ host-image] Sep 19 00:14:50.651 INFO O| Sep 19 00:14:50.651 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
102762025-09-19T00:14:52.307Z[ host-image] Sep 19 00:14:50.651 INFO O| Sep 19 00:14:50.651 INFO copying /tmp/.tmpSCTRpn/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 ...
102772025-09-19T00:14:52.321Z[ host-image] Sep 19 00:14:50.665 INFO O| Sep 19 00:14:50.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
102782025-09-19T00:14:52.324Z[ host-image] Sep 19 00:14:50.665 INFO O| Sep 19 00:14:50.665 INFO ok!
102792025-09-19T00:14:52.324Z[ host-image] Sep 19 00:14:50.665 INFO O| Sep 19 00:14:50.665 INFO STEP 141 (ensure_file) COMPLETE
102802025-09-19T00:14:52.324Z[ host-image] Sep 19 00:14:50.665 INFO O| Sep 19 00:14:50.665 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102812025-09-19T00:14:52.329Z[ host-image] Sep 19 00:14:50.674 INFO O| Sep 19 00:14:50.674 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
102822025-09-19T00:14:52.329Z[ host-image] Sep 19 00:14:50.674 INFO O| Sep 19 00:14:50.674 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
102832025-09-19T00:14:52.333Z[ host-image] Sep 19 00:14:50.674 INFO O| Sep 19 00:14:50.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
102842025-09-19T00:14:52.333Z[ host-image] Sep 19 00:14:50.674 INFO O| Sep 19 00:14:50.674 INFO STEP 142 (ensure_dir) COMPLETE
102852025-09-19T00:14:52.333Z[ host-image] Sep 19 00:14:50.674 INFO O| Sep 19 00:14:50.674 INFO STEP 143: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102862025-09-19T00:14:52.337Z[ host-image] Sep 19 00:14:50.682 INFO O| Sep 19 00:14:50.682 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
102872025-09-19T00:14:52.337Z[ host-image] Sep 19 00:14:50.682 INFO O| Sep 19 00:14:50.682 INFO copying /tmp/.tmpSCTRpn/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
102882025-09-19T00:14:52.341Z[ host-image] Sep 19 00:14:50.682 INFO O| Sep 19 00:14:50.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
102892025-09-19T00:14:52.341Z[ host-image] Sep 19 00:14:50.682 INFO O| Sep 19 00:14:50.682 INFO ok!
102902025-09-19T00:14:52.341Z[ host-image] Sep 19 00:14:50.682 INFO O| Sep 19 00:14:50.682 INFO STEP 143 (ensure_file) COMPLETE
102912025-09-19T00:14:52.341Z[ host-image] Sep 19 00:14:50.682 INFO O| Sep 19 00:14:50.682 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102922025-09-19T00:14:52.345Z[ host-image] Sep 19 00:14:50.690 INFO O| Sep 19 00:14:50.690 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
102932025-09-19T00:14:52.348Z[ host-image] Sep 19 00:14:50.690 INFO O| Sep 19 00:14:50.690 INFO STEP 144 (remove_files) COMPLETE
102942025-09-19T00:14:52.348Z[ host-image] Sep 19 00:14:50.690 INFO O| Sep 19 00:14:50.690 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102952025-09-19T00:14:52.353Z[ host-image] Sep 19 00:14:50.698 INFO O| Sep 19 00:14:50.698 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
102962025-09-19T00:14:52.357Z[ host-image] Sep 19 00:14:50.698 INFO O| Sep 19 00:14:50.698 INFO STEP 145 (remove_files) COMPLETE
102972025-09-19T00:14:52.357Z[ host-image] Sep 19 00:14:50.698 INFO O| Sep 19 00:14:50.698 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102982025-09-19T00:14:52.361Z[ host-image] Sep 19 00:14:50.706 INFO O| Sep 19 00:14:50.706 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
102992025-09-19T00:14:52.365Z[ host-image] Sep 19 00:14:50.706 INFO O| Sep 19 00:14:50.706 INFO STEP 146 (remove_files) COMPLETE
103002025-09-19T00:14:52.365Z[ host-image] Sep 19 00:14:50.706 INFO O| Sep 19 00:14:50.706 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103012025-09-19T00:14:52.371Z[ host-image] Sep 19 00:14:50.715 INFO O| Sep 19 00:14:50.715 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
103022025-09-19T00:14:52.374Z[ host-image] Sep 19 00:14:50.716 INFO O| Sep 19 00:14:50.716 INFO STEP 147 (remove_files) COMPLETE
103032025-09-19T00:14:52.374Z[ host-image] Sep 19 00:14:50.716 INFO O| Sep 19 00:14:50.716 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103042025-09-19T00:14:52.379Z[ host-image] Sep 19 00:14:50.723 INFO O| Sep 19 00:14:50.723 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
103052025-09-19T00:14:52.382Z[ host-image] Sep 19 00:14:50.723 INFO O| Sep 19 00:14:50.723 INFO STEP 148 (remove_files) COMPLETE
103062025-09-19T00:14:52.382Z[ host-image] Sep 19 00:14:50.723 INFO O| Sep 19 00:14:50.723 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103072025-09-19T00:14:52.387Z[ host-image] Sep 19 00:14:50.731 INFO O| Sep 19 00:14:50.731 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
103082025-09-19T00:14:52.390Z[ host-image] Sep 19 00:14:50.731 INFO O| Sep 19 00:14:50.731 INFO STEP 149 (remove_files) COMPLETE
103092025-09-19T00:14:52.390Z[ host-image] Sep 19 00:14:50.731 INFO O| Sep 19 00:14:50.731 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103102025-09-19T00:14:52.394Z[ host-image] Sep 19 00:14:50.739 INFO O| Sep 19 00:14:50.739 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
103112025-09-19T00:14:52.395Z[ host-image] Sep 19 00:14:50.739 INFO O| Sep 19 00:14:50.739 INFO STEP 150 (remove_files) COMPLETE
103122025-09-19T00:14:52.398Z[ host-image] Sep 19 00:14:50.739 INFO O| Sep 19 00:14:50.739 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103132025-09-19T00:14:52.403Z[ host-image] Sep 19 00:14:50.748 INFO O| Sep 19 00:14:50.748 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
103142025-09-19T00:14:52.406Z[ host-image] Sep 19 00:14:50.748 INFO O| Sep 19 00:14:50.748 INFO STEP 151 (remove_files) COMPLETE
103152025-09-19T00:14:52.406Z[ host-image] Sep 19 00:14:50.748 INFO O| Sep 19 00:14:50.748 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103162025-09-19T00:14:52.411Z[ host-image] Sep 19 00:14:50.755 INFO O| Sep 19 00:14:50.755 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
103172025-09-19T00:14:52.411Z[ host-image] Sep 19 00:14:50.756 INFO O| Sep 19 00:14:50.756 INFO STEP 152 (remove_files) COMPLETE
103182025-09-19T00:14:52.414Z[ host-image] Sep 19 00:14:50.756 INFO O| Sep 19 00:14:50.756 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103192025-09-19T00:14:52.419Z[ host-image] Sep 19 00:14:50.763 INFO O| Sep 19 00:14:50.763 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
103202025-09-19T00:14:52.419Z[ host-image] Sep 19 00:14:50.763 INFO O| Sep 19 00:14:50.763 INFO STEP 153 (remove_files) COMPLETE
103212025-09-19T00:14:52.422Z[ host-image] Sep 19 00:14:50.763 INFO O| Sep 19 00:14:50.763 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103222025-09-19T00:14:52.427Z[ host-image] Sep 19 00:14:50.772 INFO O| Sep 19 00:14:50.772 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
103232025-09-19T00:14:52.427Z[ host-image] Sep 19 00:14:50.772 INFO O| Sep 19 00:14:50.772 INFO STEP 154 (remove_files) COMPLETE
103242025-09-19T00:14:52.431Z[ host-image] Sep 19 00:14:50.772 INFO O| Sep 19 00:14:50.772 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103252025-09-19T00:14:52.436Z[ host-image] Sep 19 00:14:50.781 INFO O| Sep 19 00:14:50.781 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
103262025-09-19T00:14:52.436Z[ host-image] Sep 19 00:14:50.781 INFO O| Sep 19 00:14:50.781 INFO STEP 155 (remove_files) COMPLETE
103272025-09-19T00:14:52.440Z[ host-image] Sep 19 00:14:50.781 INFO O| Sep 19 00:14:50.781 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103282025-09-19T00:14:52.444Z[ host-image] Sep 19 00:14:50.789 INFO O| Sep 19 00:14:50.789 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
103292025-09-19T00:14:52.444Z[ host-image] Sep 19 00:14:50.789 INFO O| Sep 19 00:14:50.789 INFO STEP 156 (remove_files) COMPLETE
103302025-09-19T00:14:52.444Z[ host-image] Sep 19 00:14:50.789 INFO O| Sep 19 00:14:50.789 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103312025-09-19T00:14:52.453Z[ host-image] Sep 19 00:14:50.797 INFO O| Sep 19 00:14:50.797 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
103322025-09-19T00:14:52.453Z[ host-image] Sep 19 00:14:50.797 INFO O| Sep 19 00:14:50.797 INFO STEP 157 (remove_files) COMPLETE
103332025-09-19T00:14:52.456Z[ host-image] Sep 19 00:14:50.797 INFO O| Sep 19 00:14:50.797 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103342025-09-19T00:14:52.460Z[ host-image] Sep 19 00:14:50.805 INFO O| Sep 19 00:14:50.805 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
103352025-09-19T00:14:52.460Z[ host-image] Sep 19 00:14:50.805 INFO O| Sep 19 00:14:50.805 INFO STEP 158 (remove_files) COMPLETE
103362025-09-19T00:14:52.463Z[ host-image] Sep 19 00:14:50.805 INFO O| Sep 19 00:14:50.805 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103372025-09-19T00:14:52.471Z[ host-image] Sep 19 00:14:50.814 INFO O| Sep 19 00:14:50.814 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
103382025-09-19T00:14:52.471Z[ host-image] Sep 19 00:14:50.815 INFO O| Sep 19 00:14:50.814 INFO STEP 159 (remove_files) COMPLETE
103392025-09-19T00:14:52.475Z[ host-image] Sep 19 00:14:50.815 INFO O| Sep 19 00:14:50.815 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103402025-09-19T00:14:52.479Z[ host-image] Sep 19 00:14:50.823 INFO O| Sep 19 00:14:50.823 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
103412025-09-19T00:14:52.479Z[ host-image] Sep 19 00:14:50.823 INFO O| Sep 19 00:14:50.823 INFO STEP 160 (remove_files) COMPLETE
103422025-09-19T00:14:52.479Z[ host-image] Sep 19 00:14:50.823 INFO O| Sep 19 00:14:50.823 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103432025-09-19T00:14:52.487Z[ host-image] Sep 19 00:14:50.831 INFO O| Sep 19 00:14:50.830 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
103442025-09-19T00:14:52.491Z[ host-image] Sep 19 00:14:50.831 INFO O| Sep 19 00:14:50.831 INFO STEP 161 (remove_files) COMPLETE
103452025-09-19T00:14:52.491Z[ host-image] Sep 19 00:14:50.831 INFO O| Sep 19 00:14:50.831 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103462025-09-19T00:14:52.495Z[ host-image] Sep 19 00:14:50.839 INFO O| Sep 19 00:14:50.838 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
103472025-09-19T00:14:52.496Z[ host-image] Sep 19 00:14:50.839 INFO O| Sep 19 00:14:50.839 INFO STEP 162 (remove_files) COMPLETE
103482025-09-19T00:14:52.496Z[ host-image] Sep 19 00:14:50.839 INFO O| Sep 19 00:14:50.839 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103492025-09-19T00:14:52.503Z[ host-image] Sep 19 00:14:50.847 INFO O| Sep 19 00:14:50.847 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
103502025-09-19T00:14:52.503Z[ host-image] Sep 19 00:14:50.847 INFO O| Sep 19 00:14:50.847 INFO STEP 163 (remove_files) COMPLETE
103512025-09-19T00:14:52.503Z[ host-image] Sep 19 00:14:50.847 INFO O| Sep 19 00:14:50.847 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103522025-09-19T00:14:52.513Z[ host-image] Sep 19 00:14:50.857 INFO O| Sep 19 00:14:50.857 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
103532025-09-19T00:14:52.513Z[ host-image] Sep 19 00:14:50.858 INFO O| Sep 19 00:14:50.858 INFO STEP 164 (remove_files) COMPLETE
103542025-09-19T00:14:52.513Z[ host-image] Sep 19 00:14:50.858 INFO O| Sep 19 00:14:50.858 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103552025-09-19T00:14:52.521Z[ host-image] Sep 19 00:14:50.866 INFO O| Sep 19 00:14:50.866 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
103562025-09-19T00:14:52.524Z[ host-image] Sep 19 00:14:50.866 INFO O| Sep 19 00:14:50.866 INFO STEP 165 (remove_files) COMPLETE
103572025-09-19T00:14:52.524Z[ host-image] Sep 19 00:14:50.866 INFO O| Sep 19 00:14:50.866 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103582025-09-19T00:14:52.529Z[ host-image] Sep 19 00:14:50.873 INFO O| Sep 19 00:14:50.873 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
103592025-09-19T00:14:52.529Z[ host-image] Sep 19 00:14:50.873 INFO O| Sep 19 00:14:50.873 INFO STEP 166 (remove_files) COMPLETE
103602025-09-19T00:14:52.532Z[ host-image] Sep 19 00:14:50.873 INFO O| Sep 19 00:14:50.873 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103612025-09-19T00:14:52.537Z[ host-image] Sep 19 00:14:50.882 INFO O| Sep 19 00:14:50.882 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
103622025-09-19T00:14:52.540Z[ host-image] Sep 19 00:14:50.882 INFO O| Sep 19 00:14:50.882 INFO STEP 167 (remove_files) COMPLETE
103632025-09-19T00:14:52.540Z[ host-image] Sep 19 00:14:50.882 INFO O| Sep 19 00:14:50.882 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103642025-09-19T00:14:52.545Z[ host-image] Sep 19 00:14:50.890 INFO O| Sep 19 00:14:50.890 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
103652025-09-19T00:14:52.545Z[ host-image] Sep 19 00:14:50.890 INFO O| Sep 19 00:14:50.890 INFO STEP 168 (remove_files) COMPLETE
103662025-09-19T00:14:52.549Z[ host-image] Sep 19 00:14:50.890 INFO O| Sep 19 00:14:50.890 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103672025-09-19T00:14:52.554Z[ host-image] Sep 19 00:14:50.898 INFO O| Sep 19 00:14:50.898 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
103682025-09-19T00:14:52.557Z[ host-image] Sep 19 00:14:50.898 INFO O| Sep 19 00:14:50.898 INFO STEP 169 (remove_files) COMPLETE
103692025-09-19T00:14:52.557Z[ host-image] Sep 19 00:14:50.898 INFO O| Sep 19 00:14:50.898 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103702025-09-19T00:14:52.562Z[ host-image] Sep 19 00:14:50.907 INFO O| Sep 19 00:14:50.907 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
103712025-09-19T00:14:52.562Z[ host-image] Sep 19 00:14:50.907 INFO O| Sep 19 00:14:50.907 INFO STEP 170 (remove_files) COMPLETE
103722025-09-19T00:14:52.562Z[ host-image] Sep 19 00:14:50.907 INFO O| Sep 19 00:14:50.907 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103732025-09-19T00:14:52.570Z[ host-image] Sep 19 00:14:50.915 INFO O| Sep 19 00:14:50.915 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
103742025-09-19T00:14:52.570Z[ host-image] Sep 19 00:14:50.915 INFO O| Sep 19 00:14:50.915 INFO STEP 171 (remove_files) COMPLETE
103752025-09-19T00:14:52.574Z[ host-image] Sep 19 00:14:50.915 INFO O| Sep 19 00:14:50.915 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103762025-09-19T00:14:52.579Z[ host-image] Sep 19 00:14:50.923 INFO O| Sep 19 00:14:50.923 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
103772025-09-19T00:14:52.582Z[ host-image] Sep 19 00:14:50.923 INFO O| Sep 19 00:14:50.923 INFO STEP 172 (remove_files) COMPLETE
103782025-09-19T00:14:52.582Z[ host-image] Sep 19 00:14:50.923 INFO O| Sep 19 00:14:50.923 INFO STEP 173: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103792025-09-19T00:14:52.592Z[ host-image] Sep 19 00:14:50.936 INFO O| Sep 19 00:14:50.936 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
103802025-09-19T00:14:52.592Z[ host-image] Sep 19 00:14:50.936 INFO O| Sep 19 00:14:50.936 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], 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"}
103812025-09-19T00:14:53.547Z[ recovery-image] Sep 19 00:14:51.891 INFO E| Compiling toml_datetime v0.6.9
103822025-09-19T00:14:53.547Z[ recovery-image] Sep 19 00:14:51.891 INFO E| Compiling serde_spanned v0.6.8
103832025-09-19T00:14:53.777Z[ recovery-image] Sep 19 00:14:52.121 INFO E| Compiling toml_edit v0.22.26
103842025-09-19T00:14:55.948Z[ recovery-image] Sep 19 00:14:54.292 INFO E| Compiling toml v0.8.22
103852025-09-19T00:14:59.191Z[ recovery-image] Sep 19 00:14:57.535 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.08s
103862025-09-19T00:14:59.209Z[ recovery-image] Sep 19 00:14:57.553 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`
103872025-09-19T00:14:59.222Z[ recovery-image] Sep 19 00:14:57.566 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
103882025-09-19T00:14:59.456Z[ recovery-image] Sep 19 00:14:57.799 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s
103892025-09-19T00:14:59.460Z[ recovery-image] Sep 19 00:14:57.804 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`
103902025-09-19T00:14:59.645Z[ recovery-image] Sep 19 00:14:57.988 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
103912025-09-19T00:14:59.645Z[ recovery-image] Sep 19 00:14:57.988 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
103922025-09-19T00:14:59.645Z[ recovery-image] Sep 19 00:14:57.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
103932025-09-19T00:14:59.645Z[ recovery-image] Sep 19 00:14:57.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
103942025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
103952025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
103962025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
103972025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
103982025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
103992025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
104002025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
104012025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
104022025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
104032025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
104042025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
104052025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.990 INFO O| Info: ABL version: 0x100a5010
104062025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.990 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
104072025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
104082025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
104092025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
104102025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
104112025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
104122025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
104132025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
104142025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
104152025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
104162025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
104172025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
104182025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
104192025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
104202025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
104212025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
104222025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
104232025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
104242025-09-19T00:14:59.649Z[ recovery-image] Sep 19 00:14:57.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
104252025-09-19T00:14:59.685Z[ recovery-image] Sep 19 00:14:58.029 INFO building ROM for cosmo
104262025-09-19T00:14:59.685Z[ recovery-image] Sep 19 00:14:58.029 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")
104272025-09-19T00:14:59.818Z[ recovery-image] Sep 19 00:14:58.162 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
104282025-09-19T00:14:59.822Z[ recovery-image] Sep 19 00:14:58.165 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`
104292025-09-19T00:14:59.832Z[ recovery-image] Sep 19 00:14:58.176 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
104302025-09-19T00:14:59.922Z[ recovery-image] Sep 19 00:14:58.266 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
104312025-09-19T00:14:59.927Z[ recovery-image] Sep 19 00:14:58.271 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`
104322025-09-19T00:15:00.257Z[ recovery-image] Sep 19 00:14:58.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x00_AmdPubKey_BRH.tkn"
104332025-09-19T00:15:00.257Z[ recovery-image] Sep 19 00:14:58.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x01_PspBl_BRH.esbin"
104342025-09-19T00:15:00.257Z[ recovery-image] Sep 19 00:14:58.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x02_PspOS_BRH.ecsbin"
104352025-09-19T00:15:00.257Z[ recovery-image] Sep 19 00:14:58.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x03_PspRecBl_BRH.esbin"
104362025-09-19T00:15:00.261Z[ recovery-image] Sep 19 00:14:58.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x08_SmuFirmware_breithorn.ecsbin"
104372025-09-19T00:15:00.261Z[ recovery-image] Sep 19 00:14:58.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104382025-09-19T00:15:00.261Z[ recovery-image] Sep 19 00:14:58.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104392025-09-19T00:15:00.261Z[ recovery-image] Sep 19 00:14:58.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x0A_PspAblPubKey_BRH.stkn"
104402025-09-19T00:15:00.261Z[ recovery-image] Sep 19 00:14:58.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x13_SduFw_BRH.ecsbin"
104412025-09-19T00:15:00.261Z[ recovery-image] Sep 19 00:14:58.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x21_PspAmdIkek_BRH.bin"
104422025-09-19T00:15:00.261Z[ recovery-image] Sep 19 00:14:58.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22_SecureEmptyToken.bin"
104432025-09-19T00:15:00.261Z[ recovery-image] Sep 19 00:14:58.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
104442025-09-19T00:15:00.261Z[ recovery-image] Sep 19 00:14:58.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
104452025-09-19T00:15:00.261Z[ recovery-image] Sep 19 00:14:58.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x28_PspSystemDriver_BRH.ecsbin"
104462025-09-19T00:15:00.261Z[ recovery-image] Sep 19 00:14:58.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
104472025-09-19T00:15:00.261Z[ recovery-image] Sep 19 00:14:58.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
104482025-09-19T00:15:00.261Z[ recovery-image] Sep 19 00:14:58.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2D_AblRt.ecsbin"
104492025-09-19T00:15:00.261Z[ recovery-image] Sep 19 00:14:58.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
104502025-09-19T00:15:00.261Z[ recovery-image] Sep 19 00:14:58.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x42_PhyFw_BRH.ecsbin"
104512025-09-19T00:15:00.261Z[ recovery-image] Sep 19 00:14:58.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x44_USB_PHY_BRH.esbin"
104522025-09-19T00:15:00.261Z[ recovery-image] Sep 19 00:14:58.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
104532025-09-19T00:15:00.261Z[ recovery-image] Sep 19 00:14:58.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
104542025-09-19T00:15:00.261Z[ recovery-image] Sep 19 00:14:58.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x50_PspKeyDataBase_BRH.sbin"
104552025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
104562025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x55_SPLTable_BRH.sbin"
104572025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x5DMpioFw_BRH.cesbin"
104582025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x64_RasDriver_BRH.ecsbin"
104592025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
104602025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1A_SevDriver_BRH.ecsbin"
104612025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
104622025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1B_BootDriver_BRH.ecsbin"
104632025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1C_SocDriver_BRH.ecsbin"
104642025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1D_HadDriver_BRH.ecsbin"
104652025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
104662025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x38_PspSevEmptyData.bin"
104672025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x47_DRTMDriver_BRH.ecsbin"
104682025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x67_FHPDriver_BRH.ecsbin"
104692025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x68_SPDMDriver_BRH.ecsbin"
104702025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x69_DPEDriver_BRH.ecsbin"
104712025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x73_PspBl_BRH.ecsbin"
104722025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x76_DfRib_BRH.csbin"
104732025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x8C_MPDMATF_BRH.sbin"
104742025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x91_GmiPhyFw_BRH.esbin"
104752025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x92_Page_BRH.sbin"
104762025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9D_AspSramFwExt_BRH.sbin"
104772025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
104782025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_A0.sbin"
104792025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_A0.sbin"
104802025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_B0.sbin"
104812025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C0.sbin"
104822025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_B0.sbin"
104832025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C1.sbin"
104842025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.604 INFO O| Info: ABL version: 0x1006f010
104852025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.604 INFO O| Info: For sub_program 0: SMU firmware version: 94.123.0
104862025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.604 INFO O| Info: For sub_program 2: SMU firmware version: 99.123.0
104872025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.604 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/APOB_NV_BRH.bin"
104882025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.604 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
104892025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
104902025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
104912025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
104922025-09-19T00:15:00.262Z[ recovery-image] Sep 19 00:14:58.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
104932025-09-19T00:15:00.263Z[ recovery-image] Sep 19 00:14:58.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
104942025-09-19T00:15:00.263Z[ recovery-image] Sep 19 00:14:58.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
104952025-09-19T00:15:00.263Z[ recovery-image] Sep 19 00:14:58.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
104962025-09-19T00:15:00.266Z[ recovery-image] Sep 19 00:14:58.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
104972025-09-19T00:15:00.267Z[ recovery-image] Sep 19 00:14:58.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
104982025-09-19T00:15:00.267Z[ recovery-image] Sep 19 00:14:58.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
104992025-09-19T00:15:00.267Z[ recovery-image] Sep 19 00:14:58.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105002025-09-19T00:15:00.267Z[ recovery-image] Sep 19 00:14:58.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105012025-09-19T00:15:00.267Z[ recovery-image] Sep 19 00:14:58.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105022025-09-19T00:15:00.267Z[ recovery-image] Sep 19 00:14:58.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105032025-09-19T00:15:00.267Z[ recovery-image] Sep 19 00:14:58.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105042025-09-19T00:15:00.267Z[ recovery-image] Sep 19 00:14:58.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105052025-09-19T00:15:00.267Z[ recovery-image] Sep 19 00:14:58.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105062025-09-19T00:15:00.267Z[ recovery-image] Sep 19 00:14:58.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105072025-09-19T00:15:00.300Z[ recovery-image] Sep 19 00:14:58.644 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
105082025-09-19T00:15:00.775Z[ host-image] Sep 19 00:14:59.118 INFO O| Sep 19 00:14:59.118 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
105092025-09-19T00:15:00.775Z[ host-image] Sep 19 00:14:59.118 INFO O| Sep 19 00:14:59.118 INFO E| svccfg: Loaded 79 smf(7) service descriptions
105102025-09-19T00:15:00.790Z[ host-image] Sep 19 00:14:59.134 INFO O| Sep 19 00:14:59.134 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
105112025-09-19T00:15:00.936Z[ host-image] Sep 19 00:14:59.280 INFO O| Sep 19 00:14:59.280 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
105122025-09-19T00:15:01.015Z[ host-image] Sep 19 00:14:59.358 INFO O| Sep 19 00:14:59.358 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
105132025-09-19T00:15:01.103Z[ host-image] Sep 19 00:14:59.447 INFO O| Sep 19 00:14:59.447 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
105142025-09-19T00:15:01.103Z[ host-image] Sep 19 00:14:59.447 INFO O| Sep 19 00:14:59.447 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
105152025-09-19T00:15:01.976Z[ host-image] Sep 19 00:15:00.318 INFO O| Sep 19 00:15:00.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
105162025-09-19T00:15:01.976Z[ host-image] Sep 19 00:15:00.319 INFO O| Sep 19 00:15:00.318 INFO ok!
105172025-09-19T00:15:01.976Z[ host-image] Sep 19 00:15:00.319 INFO O| Sep 19 00:15:00.318 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
105182025-09-19T00:15:01.979Z[ host-image] Sep 19 00:15:00.319 INFO O| Sep 19 00:15:00.319 INFO STEP 173 (seed_smf) COMPLETE
105192025-09-19T00:15:01.979Z[ host-image] Sep 19 00:15:00.319 INFO O| Sep 19 00:15:00.319 INFO steps complete; finalising image!
105202025-09-19T00:15:01.979Z[ host-image] Sep 19 00:15:00.319 INFO O| Sep 19 00:15:00.319 INFO TRIM POOL: TEMPORARY-sled-zfs
105212025-09-19T00:15:02.011Z[ host-image] Sep 19 00:15:00.355 INFO O| Sep 19 00:15:00.355 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Fri Sep 19 00:15:00 2025)
105222025-09-19T00:15:02.227Z[ host-image] Sep 19 00:15:00.571 INFO O| Sep 19 00:15:00.571 INFO temporary pool has 810M used, 22.3M avail, 1.77x compressratio
105232025-09-19T00:15:02.227Z[ host-image] Sep 19 00:15:00.571 INFO O| Sep 19 00:15:00.571 INFO EXPORT POOL: TEMPORARY-sled-zfs
105242025-09-19T00:15:02.537Z[ host-image] Sep 19 00:15:00.880 INFO O| Sep 19 00:15:00.880 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
105252025-09-19T00:15:02.537Z[ host-image] Sep 19 00:15:00.880 INFO O| Sep 19 00:15:00.880 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
105262025-09-19T00:15:03.455Z[ host-image] Sep 19 00:15:01.799 INFO O| Sep 19 00:15:01.799 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
105272025-09-19T00:15:03.455Z[ host-image] Sep 19 00:15:01.799 INFO O| Sep 19 00:15:01.799 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
105282025-09-19T00:15:03.459Z[ host-image] Sep 19 00:15:01.799 INFO O| Sep 19 00:15:01.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
105292025-09-19T00:15:03.459Z[ host-image] Sep 19 00:15:01.799 INFO O| Sep 19 00:15:01.799 INFO completed processing sled/zfs
105302025-09-19T00:15:03.459Z[ host-image] Sep 19 00:15:01.799 INFO O| Sep 19 00:15:01.799 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
105312025-09-19T00:15:03.577Z[ recovery-image] Sep 19 00:15:01.920 INFO image complete! materials are in "/work/os-recovery"
105322025-09-19T00:15:03.580Z[ recovery-image]
105332025-09-19T00:15:03.584Z[ recovery-image] real 21:55.062678462
105342025-09-19T00:15:03.584Z[ recovery-image] user 16:35.226212510
105352025-09-19T00:15:03.584Z[ recovery-image] sys 1:35.754584234
105362025-09-19T00:15:03.584Z[ recovery-image] trap 1.081771653
105372025-09-19T00:15:03.584Z[ recovery-image] tflt 1.677365718
105382025-09-19T00:15:03.584Z[ recovery-image] dflt 4.001647712
105392025-09-19T00:15:03.584Z[ recovery-image] kflt 0.037897987
105402025-09-19T00:15:03.584Z[ recovery-image] lock 50:38.347351169
105412025-09-19T00:15:03.584Z[ recovery-image] slp 2:11:25.728164539
105422025-09-19T00:15:03.584ZSep 19 00:15:01.925 INFO [recovery-image] process exited with exit status: 0 (1315.071322161s)
105432025-09-19T00:15:03.584Z[ recovery-image] lat 6:42.725088938
105442025-09-19T00:15:03.584Z[ recovery-image] stop 18.796529849
105452025-09-19T00:15:13.767Z[ host-image] Sep 19 00:15:12.110 INFO O| Sep 19 00:15:12.110 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
105462025-09-19T00:15:13.849Z[ host-image] Sep 19 00:15:12.192 INFO BUILD STRING "heads/stlouis-0-g900cc17c01\n"
105472025-09-19T00:15:13.849Z[ host-image] Sep 19 00:15:12.192 INFO expanded image name: "ci 2f19f09/${os_short_commit} 2025-09-18 23:24" -> "ci 2f19f09/900cc17 2025-09-18 23:24"
105482025-09-19T00:15:13.852Z[ host-image] Sep 19 00:15:12.192 INFO output artefacts stored in: "/work/os-host"
105492025-09-19T00:15:13.852Z[ host-image] Sep 19 00:15:12.192 INFO collecting git info from project "bootserver"...
105502025-09-19T00:15:13.856Z[ host-image] Sep 19 00:15:12.198 INFO collecting git info from project "pinprick"...
105512025-09-19T00:15:13.859Z[ host-image] Sep 19 00:15:12.203 INFO collecting git info from project "chelsio-t6-roms"...
105522025-09-19T00:15:13.864Z[ host-image] Sep 19 00:15:12.207 INFO collecting git info from project "amd-firmware"...
105532025-09-19T00:15:13.874Z[ host-image] Sep 19 00:15:12.218 INFO collecting git info from project "amd-host-image-builder"...
105542025-09-19T00:15:13.879Z[ host-image] Sep 19 00:15:12.223 INFO collecting git info from project "image-builder"...
105552025-09-19T00:15:13.884Z[ host-image] Sep 19 00:15:12.227 INFO collecting git info from project "phbl"...
105562025-09-19T00:15:13.888Z[ host-image] Sep 19 00:15:12.232 INFO collecting git info from project "pilot"...
105572025-09-19T00:15:13.893Z[ host-image] Sep 19 00:15:12.237 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
105582025-09-19T00:15:14.269Z[ host-image] Sep 19 00:15:12.612 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
105592025-09-19T00:15:14.627Z[ host-image] Sep 19 00:15:12.971 INFO creating Oxide boot image...
105602025-09-19T00:15:14.627Z[ host-image] Sep 19 00:15:12.971 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 2f19f09/900cc17 2025-09-18 23:24", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
105612025-09-19T00:15:15.676Z[ host-image] Sep 19 00:15:14.018 INFO O| ok, image written!
105622025-09-19T00:15:15.676Z[ host-image] Sep 19 00:15:14.018 INFO O| ok, boot_image_csum file written!
105632025-09-19T00:15:15.680Z[ host-image] Sep 19 00:15:14.021 INFO creating boot archive (CPIO)...
105642025-09-19T00:15:15.680Z[ host-image] Sep 19 00:15:14.021 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
105652025-09-19T00:15:15.683Z[ host-image] Sep 19 00:15:14.026 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
105662025-09-19T00:15:15.683Z[ host-image] Sep 19 00:15:14.026 INFO E| + outfile=/work/os-host/cpio
105672025-09-19T00:15:15.684Z[ host-image] Sep 19 00:15:14.026 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
105682025-09-19T00:15:15.687Z[ host-image] Sep 19 00:15:14.028 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
105692025-09-19T00:15:15.687Z[ host-image] Sep 19 00:15:14.028 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
105702025-09-19T00:15:15.722Z[ host-image] Sep 19 00:15:14.066 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
105712025-09-19T00:15:15.722Z[ host-image] Sep 19 00:15:14.066 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
105722025-09-19T00:15:15.730Z[ host-image] Sep 19 00:15:14.074 INFO creating compressed cpio/unix for dev loaders...
105732025-09-19T00:15:15.733Z[ host-image] Sep 19 00:15:14.074 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
105742025-09-19T00:15:16.032Z[ host-image] Sep 19 00:15:14.376 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
105752025-09-19T00:15:20.434Z[ host-image] Sep 19 00:15:18.777 INFO creating reset image...
105762025-09-19T00:15:20.434Z[ host-image] Sep 19 00:15:18.777 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
105772025-09-19T00:15:20.498Z[ host-image] Sep 19 00:15:18.841 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-09-03-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
105782025-09-19T00:15:20.498Z[ host-image] Sep 19 00:15:18.841 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")
105792025-09-19T00:15:20.612Z[ host-image] Sep 19 00:15:18.955 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
105802025-09-19T00:15:20.615Z[ host-image] Sep 19 00:15:18.956 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
105812025-09-19T00:15:20.944Z[ host-image] Sep 19 00:15:19.287 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
105822025-09-19T00:15:20.944Z[ host-image] Sep 19 00:15:19.287 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
105832025-09-19T00:15:20.944Z[ host-image] Sep 19 00:15:19.287 INFO E| Compiling proc-macro2 v1.0.101
105842025-09-19T00:15:20.948Z[ host-image] Sep 19 00:15:19.287 INFO E| Compiling unicode-ident v1.0.18
105852025-09-19T00:15:20.948Z[ host-image] Sep 19 00:15:19.287 INFO E| Compiling syn v1.0.109
105862025-09-19T00:15:20.948Z[ host-image] Sep 19 00:15:19.287 INFO E| Compiling x86 v0.52.0
105872025-09-19T00:15:20.948Z[ host-image] Sep 19 00:15:19.287 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
105882025-09-19T00:15:20.955Z[ host-image] Sep 19 00:15:19.299 INFO E| Compiling seq-macro v0.3.6
105892025-09-19T00:15:22.254Z[ host-image] Sep 19 00:15:20.597 INFO E| Compiling quote v1.0.40
105902025-09-19T00:15:22.550Z[ host-image] Sep 19 00:15:20.893 INFO E| Compiling syn v2.0.106
105912025-09-19T00:15:25.312Z[ host-image] Sep 19 00:15:23.654 INFO E| Compiling scroll_derive v0.13.0
105922025-09-19T00:15:27.409Z[ host-image] Sep 19 00:15:25.752 INFO E| Compiling bitstruct_derive v0.1.0
105932025-09-19T00:15:43.581Z[ host-image] Sep 19 00:15:41.923 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
105942025-09-19T00:15:47.250Z[ host-image] Sep 19 00:15:45.592 INFO E| Compiling bitflags v1.3.2
105952025-09-19T00:15:47.254Z[ host-image] Sep 19 00:15:45.592 INFO E| Compiling log v0.4.27
105962025-09-19T00:15:47.254Z[ host-image] Sep 19 00:15:45.592 INFO E| Compiling scroll v0.13.0
105972025-09-19T00:15:47.254Z[ host-image] Sep 19 00:15:45.592 INFO E| Compiling adler2 v2.0.1
105982025-09-19T00:15:47.254Z[ host-image] Sep 19 00:15:45.593 INFO E| Compiling bit_field v0.10.3
105992025-09-19T00:15:47.254Z[ host-image] Sep 19 00:15:45.593 INFO E| Compiling bitflags v2.9.4
106002025-09-19T00:15:47.254Z[ host-image] Sep 19 00:15:45.593 INFO E| Compiling plain v0.2.3
106012025-09-19T00:15:47.351Z[ host-image] Sep 19 00:15:45.693 INFO E| Compiling raw-cpuid v10.7.0
106022025-09-19T00:15:47.442Z[ host-image] Sep 19 00:15:45.784 INFO E| Compiling miniz_oxide v0.8.9
106032025-09-19T00:15:47.504Z[ host-image] Sep 19 00:15:45.846 INFO E| Compiling bitstruct v0.1.1
106042025-09-19T00:15:47.623Z[ host-image] Sep 19 00:15:45.965 INFO E| Compiling cpio_reader v0.1.2
106052025-09-19T00:15:47.693Z[ host-image] Sep 19 00:15:46.034 INFO E| Compiling static_assertions v1.1.0
106062025-09-19T00:15:47.776Z[ host-image] Sep 19 00:15:46.117 INFO E| Compiling goblin v0.10.1
106072025-09-19T00:15:53.275Z[ host-image] Sep 19 00:15:51.616 INFO E| Finished `release` profile [optimized] target(s) in 32.64s
106082025-09-19T00:15:53.288Z[ host-image] Sep 19 00:15:51.630 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106092025-09-19T00:15:53.347Z[ host-image] Sep 19 00:15:51.689 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')"
106102025-09-19T00:15:53.347Z[ host-image] Sep 19 00:15:51.689 INFO building ROM for cosmo
106112025-09-19T00:15:53.347Z[ host-image] Sep 19 00:15:51.689 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")
106122025-09-19T00:15:53.487Z[ host-image] Sep 19 00:15:51.829 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106132025-09-19T00:15:53.491Z[ host-image] Sep 19 00:15:51.832 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`
106142025-09-19T00:15:53.501Z[ host-image] Sep 19 00:15:51.843 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
106152025-09-19T00:15:53.591Z[ host-image] Sep 19 00:15:51.933 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106162025-09-19T00:15:53.595Z[ host-image] Sep 19 00:15:51.937 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`
106172025-09-19T00:15:53.928Z[ host-image] Sep 19 00:15:52.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x00_AmdPubKey_BRH.tkn"
106182025-09-19T00:15:53.928Z[ host-image] Sep 19 00:15:52.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x01_PspBl_BRH.esbin"
106192025-09-19T00:15:53.928Z[ host-image] Sep 19 00:15:52.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x02_PspOS_BRH.ecsbin"
106202025-09-19T00:15:53.932Z[ host-image] Sep 19 00:15:52.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x03_PspRecBl_BRH.esbin"
106212025-09-19T00:15:53.932Z[ host-image] Sep 19 00:15:52.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106222025-09-19T00:15:53.932Z[ host-image] Sep 19 00:15:52.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106232025-09-19T00:15:53.932Z[ host-image] Sep 19 00:15:52.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106242025-09-19T00:15:53.932Z[ host-image] Sep 19 00:15:52.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x0A_PspAblPubKey_BRH.stkn"
106252025-09-19T00:15:53.932Z[ host-image] Sep 19 00:15:52.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x13_SduFw_BRH.ecsbin"
106262025-09-19T00:15:53.932Z[ host-image] Sep 19 00:15:52.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x21_PspAmdIkek_BRH.bin"
106272025-09-19T00:15:53.932Z[ host-image] Sep 19 00:15:52.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22_SecureEmptyToken.bin"
106282025-09-19T00:15:53.932Z[ host-image] Sep 19 00:15:52.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106292025-09-19T00:15:53.932Z[ host-image] Sep 19 00:15:52.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106302025-09-19T00:15:53.932Z[ host-image] Sep 19 00:15:52.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106312025-09-19T00:15:53.932Z[ host-image] Sep 19 00:15:52.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106322025-09-19T00:15:53.932Z[ host-image] Sep 19 00:15:52.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106332025-09-19T00:15:53.932Z[ host-image] Sep 19 00:15:52.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2D_AblRt.ecsbin"
106342025-09-19T00:15:53.932Z[ host-image] Sep 19 00:15:52.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106352025-09-19T00:15:53.932Z[ host-image] Sep 19 00:15:52.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x42_PhyFw_BRH.ecsbin"
106362025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x44_USB_PHY_BRH.esbin"
106372025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106382025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106392025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x50_PspKeyDataBase_BRH.sbin"
106402025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106412025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x55_SPLTable_BRH.sbin"
106422025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x5DMpioFw_BRH.cesbin"
106432025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x64_RasDriver_BRH.ecsbin"
106442025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106452025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1A_SevDriver_BRH.ecsbin"
106462025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106472025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1B_BootDriver_BRH.ecsbin"
106482025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1C_SocDriver_BRH.ecsbin"
106492025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1D_HadDriver_BRH.ecsbin"
106502025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106512025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x38_PspSevEmptyData.bin"
106522025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x47_DRTMDriver_BRH.ecsbin"
106532025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x67_FHPDriver_BRH.ecsbin"
106542025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x68_SPDMDriver_BRH.ecsbin"
106552025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x69_DPEDriver_BRH.ecsbin"
106562025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x73_PspBl_BRH.ecsbin"
106572025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x76_DfRib_BRH.csbin"
106582025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x8C_MPDMATF_BRH.sbin"
106592025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x91_GmiPhyFw_BRH.esbin"
106602025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x92_Page_BRH.sbin"
106612025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9D_AspSramFwExt_BRH.sbin"
106622025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106632025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_A0.sbin"
106642025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_A0.sbin"
106652025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_B0.sbin"
106662025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C0.sbin"
106672025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_B0.sbin"
106682025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C1.sbin"
106692025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.273 INFO O| Info: ABL version: 0x1006f010
106702025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.273 INFO O| Info: For sub_program 2: SMU firmware version: 99.123.0
106712025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.273 INFO O| Info: For sub_program 0: SMU firmware version: 94.123.0
106722025-09-19T00:15:53.933Z[ host-image] Sep 19 00:15:52.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/APOB_NV_BRH.bin"
106732025-09-19T00:15:53.934Z[ host-image] Sep 19 00:15:52.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106742025-09-19T00:15:53.934Z[ host-image] Sep 19 00:15:52.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106752025-09-19T00:15:53.937Z[ host-image] Sep 19 00:15:52.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106762025-09-19T00:15:53.937Z[ host-image] Sep 19 00:15:52.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106772025-09-19T00:15:53.938Z[ host-image] Sep 19 00:15:52.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106782025-09-19T00:15:53.938Z[ host-image] Sep 19 00:15:52.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106792025-09-19T00:15:53.938Z[ host-image] Sep 19 00:15:52.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106802025-09-19T00:15:53.938Z[ host-image] Sep 19 00:15:52.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106812025-09-19T00:15:53.938Z[ host-image] Sep 19 00:15:52.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
106822025-09-19T00:15:53.938Z[ host-image] Sep 19 00:15:52.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106832025-09-19T00:15:53.938Z[ host-image] Sep 19 00:15:52.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106842025-09-19T00:15:53.938Z[ host-image] Sep 19 00:15:52.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106852025-09-19T00:15:53.938Z[ host-image] Sep 19 00:15:52.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106862025-09-19T00:15:53.938Z[ host-image] Sep 19 00:15:52.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106872025-09-19T00:15:53.938Z[ host-image] Sep 19 00:15:52.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106882025-09-19T00:15:53.938Z[ host-image] Sep 19 00:15:52.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106892025-09-19T00:15:53.938Z[ host-image] Sep 19 00:15:52.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106902025-09-19T00:15:53.938Z[ host-image] Sep 19 00:15:52.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
106912025-09-19T00:15:53.938Z[ host-image] Sep 19 00:15:52.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
106922025-09-19T00:15:53.971Z[ host-image] Sep 19 00:15:52.312 INFO building ROM for gimlet
106932025-09-19T00:15:53.975Z[ host-image] Sep 19 00:15:52.312 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")
106942025-09-19T00:15:54.102Z[ host-image] Sep 19 00:15:52.444 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106952025-09-19T00:15:54.105Z[ host-image] Sep 19 00:15:52.447 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`
106962025-09-19T00:15:54.116Z[ host-image] Sep 19 00:15:52.457 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
106972025-09-19T00:15:54.204Z[ host-image] Sep 19 00:15:52.545 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106982025-09-19T00:15:54.207Z[ host-image] Sep 19 00:15:52.549 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`
106992025-09-19T00:15:54.376Z[ host-image] Sep 19 00:15:52.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
107002025-09-19T00:15:54.376Z[ host-image] Sep 19 00:15:52.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
107012025-09-19T00:15:54.380Z[ host-image] Sep 19 00:15:52.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
107022025-09-19T00:15:54.380Z[ host-image] Sep 19 00:15:52.718 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
107032025-09-19T00:15:54.380Z[ host-image] Sep 19 00:15:52.718 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
107042025-09-19T00:15:54.380Z[ host-image] Sep 19 00:15:52.718 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
107052025-09-19T00:15:54.380Z[ host-image] Sep 19 00:15:52.718 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
107062025-09-19T00:15:54.380Z[ host-image] Sep 19 00:15:52.718 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
107072025-09-19T00:15:54.380Z[ host-image] Sep 19 00:15:52.718 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
107082025-09-19T00:15:54.380Z[ host-image] Sep 19 00:15:52.718 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
107092025-09-19T00:15:54.380Z[ host-image] Sep 19 00:15:52.718 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
107102025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.718 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
107112025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.718 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
107122025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.718 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
107132025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.718 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
107142025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.719 INFO O| Info: ABL version: 0x100a5010
107152025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.719 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
107162025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.719 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107172025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.719 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107182025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.719 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107192025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.719 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107202025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.719 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107212025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.719 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107222025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.719 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107232025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.719 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107242025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.719 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
107252025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.719 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
107262025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.719 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
107272025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.719 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
107282025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.719 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
107292025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.719 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
107302025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.720 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
107312025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.720 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
107322025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.720 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
107332025-09-19T00:15:54.381Z[ host-image] Sep 19 00:15:52.720 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
107342025-09-19T00:15:54.413Z[ host-image] Sep 19 00:15:52.755 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107352025-09-19T00:16:15.170Z[ host-image] Sep 19 00:16:13.511 INFO image complete! materials are in "/work/os-host"
107362025-09-19T00:16:15.174Z[ host-image]
107372025-09-19T00:16:15.174Z[ host-image] real 23:49.520574875
107382025-09-19T00:16:15.174Z[ host-image] user 16:45.941960924
107392025-09-19T00:16:15.174Z[ host-image] sys 1:34.966887668
107402025-09-19T00:16:15.174Z[ host-image] trap 0.954077968
107412025-09-19T00:16:15.174Z[ host-image] tflt 0.353462558
107422025-09-19T00:16:15.174Z[ host-image] dflt 0.993153261
107432025-09-19T00:16:15.174Z[ host-image] kflt 0.106230534
107442025-09-19T00:16:15.174Z[ host-image] lock 23:05.119500727
107452025-09-19T00:16:15.174Z[ host-image] slp 2:16:56.821663954
107462025-09-19T00:16:15.174Z[ host-image] lat 5:17.999161745
107472025-09-19T00:16:15.175Z[ host-image] stop 2.741800236
107482025-09-19T00:16:15.175ZSep 19 00:16:13.515 INFO [host-image] process exited with exit status: 0 (1429.526240003s)
107492025-09-19T00:16:15.178ZSep 19 00:16:13.516 INFO [tuf-repo] running task
107502025-09-19T00:16:39.728ZSep 19 00:16:38.068 INFO assembling repository in `/tmp/tufaceousHtwTFB`, component: OmicronRepoAssembler
107512025-09-19T00:16:46.899ZSep 19 00:16:45.239 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107522025-09-19T00:16:47.340ZSep 19 00:16:45.679 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107532025-09-19T00:17:05.285ZSep 19 00:17:03.623 INFO extracting uploaded archive to /tmp/.tmpyV6NPH
107542025-09-19T00:17:08.349ZSep 19 00:17:06.688 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.vmOcn4
107552025-09-19T00:17:08.422ZSep 19 00:17:06.760 INFO added artifact, length: 6211806, hash: 7ebe65b6ad4ef7abbb022b7aacc30512e950c945dd0999a9b1fe3c0e80c748f1, version: 1.0.46, kind: gimlet_sp, name: cosmo-a
107562025-09-19T00:17:08.551ZSep 19 00:17:06.889 INFO added artifact, length: 5297930, hash: 5dace42dee464abfe6dba4633fa9998454de281496b235a5f48bf6482dbda6e7, version: 1.0.46, kind: gimlet_sp, name: gimlet-b
107572025-09-19T00:17:08.673ZSep 19 00:17:07.011 INFO added artifact, length: 5300435, hash: ec9b970442778aa80d76ffafe43c3b55a80d61675b847a3c4e34c0da7a58442b, version: 1.0.46, kind: gimlet_sp, name: gimlet-c
107582025-09-19T00:17:08.795ZSep 19 00:17:07.134 INFO added artifact, length: 5309924, hash: 9fbb98efcc0c13872118a6a9d3224e541c27e62cd09dc9573eae69ca7a5c4322, version: 1.0.46, kind: gimlet_sp, name: gimlet-d
107592025-09-19T00:17:08.921ZSep 19 00:17:07.258 INFO added artifact, length: 5309831, hash: 4f63673b7f08a3b8494411b5d7c46467bce779462ab42341f143279414543e6a, version: 1.0.46, kind: gimlet_sp, name: gimlet-e
107602025-09-19T00:17:09.043ZSep 19 00:17:07.381 INFO added artifact, length: 5310116, hash: 3e2f78c408e2aafe2837055bf19d7c830bc24f18e15e42fa6b1b0e6f339b25c0, version: 1.0.46, kind: gimlet_sp, name: gimlet-f
107612025-09-19T00:17:09.185ZSep 19 00:17:07.524 INFO added artifact, length: 1573997, hash: 1048ec74ff9eb2cf110dcefa2f4b3bd589d1040cfd4d7a6bad51fb55e3d54427, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
107622025-09-19T00:17:09.186ZSep 19 00:17:07.524 INFO added artifact, length: 1574784, hash: 532946b08a591a0e8a18aa636b306c82eb4ba790e46b59fe4319918d13711258, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
107632025-09-19T00:17:09.270ZSep 19 00:17:07.609 INFO added artifact, length: 1639160, hash: 069b7c6e07eda645c9b7cbda2b7466c2947947d249e45f069d05671c90773426, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
107642025-09-19T00:17:09.270ZSep 19 00:17:07.609 INFO added artifact, length: 1639063, hash: 35a49fc37ae878ed83f712311e7d0fdc2dd5beaca847090db89b21ee889b09bf, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
107652025-09-19T00:17:09.354ZSep 19 00:17:07.692 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107662025-09-19T00:17:09.354ZSep 19 00:17:07.692 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107672025-09-19T00:17:09.435ZSep 19 00:17:07.773 INFO added artifact, length: 1573862, hash: adc41db6f4ddb68ca07b1ed41618057db155b07c45650ccb9bfa9f0d4bcb2194, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
107682025-09-19T00:17:09.435ZSep 19 00:17:07.773 INFO added artifact, length: 1574640, hash: 159f7c0d9d3a8eabafc23e20a7a620adc1772b462dde91ec7fb640b646641a56, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
107692025-09-19T00:17:09.439ZSep 19 00:17:07.774 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
107702025-09-19T00:17:09.439ZSep 19 00:17:07.775 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107712025-09-19T00:17:09.439ZSep 19 00:17:07.776 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
107722025-09-19T00:17:18.306ZSep 19 00:17:16.644 INFO added artifact, length: 33554432, hash: 8cec92461d6e46b1834cb8931ed117e1982fedb1faab60a32f258ede52375792, version: 16.0.0-0.ci+git2f19f098158, kind: host_phase_1, name: host
107732025-09-19T00:17:18.306ZSep 19 00:17:16.644 INFO added artifact, length: 1048580096, hash: eeae77d6ac0bff0b1b10819eb7ae2dae2fc0cff1ca9883a0cfac682e32b0322e, version: 16.0.0-0.ci+git2f19f098158, kind: host_phase_2, name: host
107742025-09-19T00:17:19.782ZSep 19 00:17:18.119 INFO added artifact, length: 33554432, hash: 0b3c4a7e7b9869403cf0d5570688e57540c17d9f6a88392a8f206b54a71c2743, version: 16.0.0-0.ci+git2f19f098158, kind: trampoline_phase_1, name: trampoline
107752025-09-19T00:17:19.782ZSep 19 00:17:18.119 INFO added artifact, length: 152379254, hash: 4841f7fcc99983963b05f78c1af54ee1a656930b38a1650e639fec925d6a67f2, version: 16.0.0-0.ci+git2f19f098158, kind: trampoline_phase_2, name: trampoline
107762025-09-19T00:17:22.882ZSep 19 00:17:21.220 INFO added artifact, length: 307109307, hash: 204462b70c24b049619ab1ccafc5b05f0ed1d1d2a268c4a9e28699aec3df46a8, version: 16.0.0-0.ci+git2f19f098158, kind: zone, name: clickhouse_keeper
107772025-09-19T00:17:26.165ZSep 19 00:17:24.502 INFO added artifact, length: 323780165, hash: efb0c927652ef6eb41d2f396d2461cda87659a1bcce0c3df46dbffaacf8edfa3, version: 16.0.0-0.ci+git2f19f098158, kind: zone, name: clickhouse_server
107782025-09-19T00:17:29.424ZSep 19 00:17:27.761 INFO added artifact, length: 323780405, hash: 3678e40dd5203a3bdc1f4f3d3c273a261564b74960386c001a9dff0185dc274f, version: 16.0.0-0.ci+git2f19f098158, kind: zone, name: clickhouse
107792025-09-19T00:17:31.117ZSep 19 00:17:29.454 INFO added artifact, length: 169656366, hash: 45a71978332445fa3873f443b144ea63da72950b41d25b3e721952c5033f183c, version: 16.0.0-0.ci+git2f19f098158, kind: zone, name: cockroachdb
107802025-09-19T00:17:31.511ZSep 19 00:17:29.849 INFO added artifact, length: 39247992, hash: 14cac92aa1555c85cb00900e804342b92116491c53bfac340f05e802318ff130, version: 16.0.0-0.ci+git2f19f098158, kind: zone, name: crucible-pantry-zone
107812025-09-19T00:17:32.018ZSep 19 00:17:30.355 INFO added artifact, length: 49286729, hash: 556c256010f33b12dfc86cf699742c73dfc479899993e7ba63e5e39f2500007e, version: 16.0.0-0.ci+git2f19f098158, kind: zone, name: crucible-zone
107822025-09-19T00:17:32.546ZSep 19 00:17:30.883 INFO added artifact, length: 52199753, hash: 595105f1dd98f7721f99eca9576e547c2aa96871f4b1e2f815d8e9b631009b04, version: 16.0.0-0.ci+git2f19f098158, kind: zone, name: external-dns
107832025-09-19T00:17:33.075ZSep 19 00:17:31.412 INFO added artifact, length: 52199353, hash: 3245217c587b1874139d7825630573d0d99e8b62725029ee5a3d83fe54f2657b, version: 16.0.0-0.ci+git2f19f098158, kind: zone, name: internal-dns
107842025-09-19T00:17:34.488ZSep 19 00:17:32.825 INFO added artifact, length: 139061323, hash: 0f4b7753e4023d6af07a78b507cd1b95340d38a5c47678b719f7257ed53a8d64, version: 16.0.0-0.ci+git2f19f098158, kind: zone, name: nexus
107852025-09-19T00:17:34.841ZSep 19 00:17:33.178 INFO added artifact, length: 34135100, hash: c5a53d8d6910ecc10bc06907a34b42a3d266ee227a4a4324f8c9d1e364f5f0d0, version: 16.0.0-0.ci+git2f19f098158, kind: zone, name: ntp
107862025-09-19T00:17:35.508ZSep 19 00:17:33.845 INFO added artifact, length: 65512292, hash: 7ed4b55a7a6a354d9bba6888cdd724029946fdc142e016a332650cda9b232afb, version: 16.0.0-0.ci+git2f19f098158, kind: zone, name: oximeter
107872025-09-19T00:17:35.540ZSep 19 00:17:33.877 INFO added artifact, length: 3109590, hash: 0d929b78788310bec430a21fed8e91669f23acc44543b76219d5f1c42c989b02, version: 16.0.0-0.ci+git2f19f098158, kind: zone, name: probe
107882025-09-19T00:17:35.588ZSep 19 00:17:33.925 INFO added artifact, length: 3997977, hash: ed8501dddabf3579cec1986faf88615a0e7851ab0d9fa05e21bb8271fc0aab49, version: 1.0.46, kind: psc_sp, name: psc-b
107892025-09-19T00:17:35.635ZSep 19 00:17:33.973 INFO added artifact, length: 4000218, hash: 8cee2bfc58ea83ba8003f7a7625765102f840e72dbc2d5c3db4f8d8e3cad207d, version: 1.0.46, kind: psc_sp, name: psc-c
107902025-09-19T00:17:35.718ZSep 19 00:17:34.055 INFO added artifact, length: 1574036, hash: ee31b051c535fbaa443ce874c3330d20bf2c375d463cee12ed00548a5e3f6e0b, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
107912025-09-19T00:17:35.718ZSep 19 00:17:34.055 INFO added artifact, length: 1574737, hash: faca836f25094cd2cea3362f231989d46a6a8227934ef194528bd994820ddcd8, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
107922025-09-19T00:17:35.802ZSep 19 00:17:34.139 INFO added artifact, length: 1639167, hash: 0def6af74a41540e06c9e68ae2afe8da682bf824c8c09403d93ab78ba19ad940, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
107932025-09-19T00:17:35.802ZSep 19 00:17:34.139 INFO added artifact, length: 1639108, hash: 1177097287f96970594683411712b0eb799920910c116a63daa764638d2f880e, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
107942025-09-19T00:17:35.887ZSep 19 00:17:34.224 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107952025-09-19T00:17:35.887ZSep 19 00:17:34.224 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107962025-09-19T00:17:35.968ZSep 19 00:17:34.306 INFO added artifact, length: 1573892, hash: d49cdd6364997f53afcbca178db08398a2b6abe953945eaf01e87996b5bff660, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-production-release
107972025-09-19T00:17:35.968ZSep 19 00:17:34.306 INFO added artifact, length: 1574676, hash: df29d4fb6fad57759a2548f4c035d3994dd933a5288db511151aae0a1005125a, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-production-release
107982025-09-19T00:17:35.971ZSep 19 00:17:34.307 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
107992025-09-19T00:17:35.971ZSep 19 00:17:34.307 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108002025-09-19T00:17:35.971ZSep 19 00:17:34.308 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
108012025-09-19T00:17:36.049ZSep 19 00:17:34.385 INFO added artifact, length: 6826028, hash: 5a16776a01158e0dee1221e919f2a10ef11fc3d417d3fe109e719af683791748, version: 1.0.46, kind: switch_sp, name: sidecar-b
108022025-09-19T00:17:36.198ZSep 19 00:17:34.534 INFO added artifact, length: 6842208, hash: bd0b59adcd5d5f58fb38c1abb0b30e02e1378d7a53148d54502f02881bba63df, version: 1.0.46, kind: switch_sp, name: sidecar-c
108032025-09-19T00:17:36.347ZSep 19 00:17:34.684 INFO added artifact, length: 6842336, hash: 07af633b53a52a72569d0b5053e805d6efbf55893a78c64f61c90d16b39b71cb, version: 1.0.46, kind: switch_sp, name: sidecar-d
108042025-09-19T00:17:36.503ZSep 19 00:17:34.840 INFO added artifact, length: 1574050, hash: 32cf44bb7dbbe37cd384ab9d306b0bf17305c09f687da67a7d38115ffc649277, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
108052025-09-19T00:17:36.503ZSep 19 00:17:34.840 INFO added artifact, length: 1574812, hash: cf2c7479badea663d0a2005481f4927ad1a5f788b3dc85bbc41a4b50afb06b1f, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
108062025-09-19T00:17:36.589ZSep 19 00:17:34.926 INFO added artifact, length: 1639179, hash: 9ce4a0a34ab747f29a5d6783357dd7950285195d1fe729436097ec90e39f2147, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108072025-09-19T00:17:36.589ZSep 19 00:17:34.926 INFO added artifact, length: 1639117, hash: 368cc8952e3bd25c30d4ccd9c8691f23e35ead3b0a62e0c083aecc4a10bf5dce, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108082025-09-19T00:17:36.674ZSep 19 00:17:35.011 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108092025-09-19T00:17:36.674ZSep 19 00:17:35.011 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108102025-09-19T00:17:36.756ZSep 19 00:17:35.093 INFO added artifact, length: 1573955, hash: be0d0238650d3ef9860ff67dd0743ec994d3dd19346c60dd3a4dd4f7b376f9e1, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-production-release
108112025-09-19T00:17:36.756ZSep 19 00:17:35.093 INFO added artifact, length: 1574685, hash: 65cf78ae4f7d8599d2b37a571a2d0adddb85c15134394e235f98cf1c0ba2ed00, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-production-release
108122025-09-19T00:17:36.761ZSep 19 00:17:35.094 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
108132025-09-19T00:17:36.761ZSep 19 00:17:35.095 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108142025-09-19T00:17:36.761ZSep 19 00:17:35.096 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
108152025-09-19T00:17:36.761ZSep 19 00:17:35.096 INFO added artifact, length: 383, hash: fa7a39e9533376560a80c49e4e126bcaf23586258fb0c4389ed92b5622a03dd1, version: 16.0.0-0.ci+git2f19f098158, kind: installinator_document, name: installinator_document
108162025-09-19T00:17:37.362ZSep 19 00:17:35.699 INFO extracting uploaded archive to /tmp/.tmpAdumtw
108172025-09-19T00:17:40.504ZSep 19 00:17:38.841 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.S3hFHW
108182025-09-19T00:17:40.573ZSep 19 00:17:38.909 INFO added artifact, length: 6211806, hash: 7ebe65b6ad4ef7abbb022b7aacc30512e950c945dd0999a9b1fe3c0e80c748f1, version: 1.0.46, kind: gimlet_sp, name: cosmo-a
108192025-09-19T00:17:40.705ZSep 19 00:17:39.042 INFO added artifact, length: 5297930, hash: 5dace42dee464abfe6dba4633fa9998454de281496b235a5f48bf6482dbda6e7, version: 1.0.46, kind: gimlet_sp, name: gimlet-b
108202025-09-19T00:17:40.828ZSep 19 00:17:39.165 INFO added artifact, length: 5300435, hash: ec9b970442778aa80d76ffafe43c3b55a80d61675b847a3c4e34c0da7a58442b, version: 1.0.46, kind: gimlet_sp, name: gimlet-c
108212025-09-19T00:17:40.951ZSep 19 00:17:39.288 INFO added artifact, length: 5309924, hash: 9fbb98efcc0c13872118a6a9d3224e541c27e62cd09dc9573eae69ca7a5c4322, version: 1.0.46, kind: gimlet_sp, name: gimlet-d
108222025-09-19T00:17:41.075ZSep 19 00:17:39.412 INFO added artifact, length: 5309831, hash: 4f63673b7f08a3b8494411b5d7c46467bce779462ab42341f143279414543e6a, version: 1.0.46, kind: gimlet_sp, name: gimlet-e
108232025-09-19T00:17:41.200ZSep 19 00:17:39.537 INFO added artifact, length: 5310116, hash: 3e2f78c408e2aafe2837055bf19d7c830bc24f18e15e42fa6b1b0e6f339b25c0, version: 1.0.46, kind: gimlet_sp, name: gimlet-f
108242025-09-19T00:17:41.341ZSep 19 00:17:39.677 INFO added artifact, length: 1573997, hash: 1048ec74ff9eb2cf110dcefa2f4b3bd589d1040cfd4d7a6bad51fb55e3d54427, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
108252025-09-19T00:17:41.341ZSep 19 00:17:39.677 INFO added artifact, length: 1574784, hash: 532946b08a591a0e8a18aa636b306c82eb4ba790e46b59fe4319918d13711258, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
108262025-09-19T00:17:41.425ZSep 19 00:17:39.762 INFO added artifact, length: 1639160, hash: 069b7c6e07eda645c9b7cbda2b7466c2947947d249e45f069d05671c90773426, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108272025-09-19T00:17:41.425ZSep 19 00:17:39.762 INFO added artifact, length: 1639063, hash: 35a49fc37ae878ed83f712311e7d0fdc2dd5beaca847090db89b21ee889b09bf, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108282025-09-19T00:17:41.509ZSep 19 00:17:39.846 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108292025-09-19T00:17:41.509ZSep 19 00:17:39.846 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108302025-09-19T00:17:41.590ZSep 19 00:17:39.927 INFO added artifact, length: 1573862, hash: adc41db6f4ddb68ca07b1ed41618057db155b07c45650ccb9bfa9f0d4bcb2194, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
108312025-09-19T00:17:41.590ZSep 19 00:17:39.927 INFO added artifact, length: 1574640, hash: 159f7c0d9d3a8eabafc23e20a7a620adc1772b462dde91ec7fb640b646641a56, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
108322025-09-19T00:17:41.593ZSep 19 00:17:39.928 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
108332025-09-19T00:17:41.593ZSep 19 00:17:39.929 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108342025-09-19T00:17:41.593ZSep 19 00:17:39.930 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
108352025-09-19T00:17:50.252ZSep 19 00:17:48.588 INFO added artifact, length: 33554432, hash: 8cec92461d6e46b1834cb8931ed117e1982fedb1faab60a32f258ede52375792, version: 16.0.0-0.ci+git2f19f098158, kind: host_phase_1, name: host
108362025-09-19T00:17:50.252ZSep 19 00:17:48.588 INFO added artifact, length: 1048580096, hash: eeae77d6ac0bff0b1b10819eb7ae2dae2fc0cff1ca9883a0cfac682e32b0322e, version: 16.0.0-0.ci+git2f19f098158, kind: host_phase_2, name: host
108372025-09-19T00:17:51.728ZSep 19 00:17:50.064 INFO added artifact, length: 33554432, hash: 0b3c4a7e7b9869403cf0d5570688e57540c17d9f6a88392a8f206b54a71c2743, version: 16.0.0-0.ci+git2f19f098158, kind: trampoline_phase_1, name: trampoline
108382025-09-19T00:17:51.728ZSep 19 00:17:50.064 INFO added artifact, length: 152379254, hash: 4841f7fcc99983963b05f78c1af54ee1a656930b38a1650e639fec925d6a67f2, version: 16.0.0-0.ci+git2f19f098158, kind: trampoline_phase_2, name: trampoline
108392025-09-19T00:18:02.778ZSep 19 00:18:01.114 INFO added artifact, length: 1612736757, hash: b3e940bae5d6e275208d3adede9c9debf5b51c9e52daadb303c8ba50381ab684, version: 16.0.0-0.ci+git2f19f098158, kind: control_plane, name: control-plane
108402025-09-19T00:18:02.825ZSep 19 00:18:01.161 INFO added artifact, length: 3997977, hash: ed8501dddabf3579cec1986faf88615a0e7851ab0d9fa05e21bb8271fc0aab49, version: 1.0.46, kind: psc_sp, name: psc-b
108412025-09-19T00:18:02.873ZSep 19 00:18:01.209 INFO added artifact, length: 4000218, hash: 8cee2bfc58ea83ba8003f7a7625765102f840e72dbc2d5c3db4f8d8e3cad207d, version: 1.0.46, kind: psc_sp, name: psc-c
108422025-09-19T00:18:02.958ZSep 19 00:18:01.294 INFO added artifact, length: 1574036, hash: ee31b051c535fbaa443ce874c3330d20bf2c375d463cee12ed00548a5e3f6e0b, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
108432025-09-19T00:18:02.958ZSep 19 00:18:01.294 INFO added artifact, length: 1574737, hash: faca836f25094cd2cea3362f231989d46a6a8227934ef194528bd994820ddcd8, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
108442025-09-19T00:18:03.045ZSep 19 00:18:01.381 INFO added artifact, length: 1639167, hash: 0def6af74a41540e06c9e68ae2afe8da682bf824c8c09403d93ab78ba19ad940, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108452025-09-19T00:18:03.045ZSep 19 00:18:01.381 INFO added artifact, length: 1639108, hash: 1177097287f96970594683411712b0eb799920910c116a63daa764638d2f880e, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108462025-09-19T00:18:03.132ZSep 19 00:18:01.468 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108472025-09-19T00:18:03.132ZSep 19 00:18:01.468 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108482025-09-19T00:18:03.215ZSep 19 00:18:01.551 INFO added artifact, length: 1573892, hash: d49cdd6364997f53afcbca178db08398a2b6abe953945eaf01e87996b5bff660, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-production-release
108492025-09-19T00:18:03.215ZSep 19 00:18:01.551 INFO added artifact, length: 1574676, hash: df29d4fb6fad57759a2548f4c035d3994dd933a5288db511151aae0a1005125a, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-production-release
108502025-09-19T00:18:03.219ZSep 19 00:18:01.552 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
108512025-09-19T00:18:03.219ZSep 19 00:18:01.553 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108522025-09-19T00:18:03.219ZSep 19 00:18:01.554 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
108532025-09-19T00:18:03.294ZSep 19 00:18:01.630 INFO added artifact, length: 6826028, hash: 5a16776a01158e0dee1221e919f2a10ef11fc3d417d3fe109e719af683791748, version: 1.0.46, kind: switch_sp, name: sidecar-b
108542025-09-19T00:18:03.480ZSep 19 00:18:01.816 INFO added artifact, length: 6842208, hash: bd0b59adcd5d5f58fb38c1abb0b30e02e1378d7a53148d54502f02881bba63df, version: 1.0.46, kind: switch_sp, name: sidecar-c
108552025-09-19T00:18:03.626ZSep 19 00:18:01.962 INFO added artifact, length: 6842336, hash: 07af633b53a52a72569d0b5053e805d6efbf55893a78c64f61c90d16b39b71cb, version: 1.0.46, kind: switch_sp, name: sidecar-d
108562025-09-19T00:18:03.788ZSep 19 00:18:02.124 INFO added artifact, length: 1574050, hash: 32cf44bb7dbbe37cd384ab9d306b0bf17305c09f687da67a7d38115ffc649277, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
108572025-09-19T00:18:03.788ZSep 19 00:18:02.124 INFO added artifact, length: 1574812, hash: cf2c7479badea663d0a2005481f4927ad1a5f788b3dc85bbc41a4b50afb06b1f, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
108582025-09-19T00:18:03.876ZSep 19 00:18:02.212 INFO added artifact, length: 1639179, hash: 9ce4a0a34ab747f29a5d6783357dd7950285195d1fe729436097ec90e39f2147, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108592025-09-19T00:18:03.876ZSep 19 00:18:02.212 INFO added artifact, length: 1639117, hash: 368cc8952e3bd25c30d4ccd9c8691f23e35ead3b0a62e0c083aecc4a10bf5dce, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108602025-09-19T00:18:03.965ZSep 19 00:18:02.301 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108612025-09-19T00:18:03.965ZSep 19 00:18:02.301 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108622025-09-19T00:18:04.050ZSep 19 00:18:02.386 INFO added artifact, length: 1573955, hash: be0d0238650d3ef9860ff67dd0743ec994d3dd19346c60dd3a4dd4f7b376f9e1, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-production-release
108632025-09-19T00:18:04.050ZSep 19 00:18:02.386 INFO added artifact, length: 1574685, hash: 65cf78ae4f7d8599d2b37a571a2d0adddb85c15134394e235f98cf1c0ba2ed00, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-production-release
108642025-09-19T00:18:04.054ZSep 19 00:18:02.387 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
108652025-09-19T00:18:04.054ZSep 19 00:18:02.388 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108662025-09-19T00:18:04.055ZSep 19 00:18:02.389 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
108672025-09-19T00:18:04.055ZSep 19 00:18:02.389 INFO added artifact, length: 383, hash: fa7a39e9533376560a80c49e4e126bcaf23586258fb0c4389ed92b5622a03dd1, version: 16.0.0-0.ci+git2f19f098158, kind: installinator_document, name: installinator_document
108682025-09-19T00:18:04.634ZSep 19 00:18:02.969 INFO [tuf-repo] task succeeded (109.453684633s)
108692025-09-19T00:18:04.634ZSep 19 00:18:02.969 INFO all jobs completed in 3207.766086446s
108702025-09-19T00:18:05.815Zprocess exited: duration 3892701 ms, exit code 0
 
108712025-09-19T00:18:05.835Zfound 41 output files
108722025-09-19T00:18:05.835Zuploading: /work/manifest.toml (14007 bytes)
108732025-09-19T00:18:06.851Zuploaded: /work/manifest.toml
108742025-09-19T00:18:06.851Zuploading: /work/repo.zip (2829057563 bytes)
108752025-09-19T00:18:48.998Zuploaded: /work/repo.zip
108762025-09-19T00:18:48.998Zuploading: /work/repo.zip.sha256.txt (65 bytes)
108772025-09-19T00:18:50.037Zuploaded: /work/repo.zip.sha256.txt
108782025-09-19T00:18:50.038Zuploading: /work/helios.json (584 bytes)
108792025-09-19T00:18:51.048Zuploaded: /work/helios.json
108802025-09-19T00:18:51.048Zuploading: /work/incorporation.p5m (99188 bytes)
108812025-09-19T00:18:52.068Zuploaded: /work/incorporation.p5m
108822025-09-19T00:18:52.068Zuploading: /work/incorporation.p5p (112640 bytes)
108832025-09-19T00:18:53.090Zuploaded: /work/incorporation.p5p
108842025-09-19T00:18:53.090Zuploading: /work/helios-incorp.log (526 bytes)
108852025-09-19T00:18:54.102Zuploaded: /work/helios-incorp.log
108862025-09-19T00:18:54.102Zuploading: /work/helios-setup.log (72336 bytes)
108872025-09-19T00:18:55.121Zuploaded: /work/helios-setup.log
108882025-09-19T00:18:55.121Zuploading: /work/host-image.log (230542 bytes)
108892025-09-19T00:18:56.151Zuploaded: /work/host-image.log
108902025-09-19T00:18:56.151Zuploading: /work/host-package.log (30767 bytes)
108912025-09-19T00:18:57.164Zuploaded: /work/host-package.log
108922025-09-19T00:18:57.164Zuploading: /work/host-target.log (101 bytes)
108932025-09-19T00:18:58.177Zuploaded: /work/host-target.log
108942025-09-19T00:18:58.177Zuploading: /work/incorp-create.log (0 bytes)
108952025-09-19T00:18:59.184Zuploaded: /work/incorp-create.log
108962025-09-19T00:18:59.185Zuploading: /work/incorp-fmt.log (0 bytes)
108972025-09-19T00:19:00.192Zuploaded: /work/incorp-fmt.log
108982025-09-19T00:19:00.193Zuploading: /work/incorp-pkgsend.log (108 bytes)
108992025-09-19T00:19:01.204Zuploaded: /work/incorp-pkgsend.log
109002025-09-19T00:19:01.204Zuploading: /work/incorp-publisher.log (0 bytes)
109012025-09-19T00:19:02.212Zuploaded: /work/incorp-publisher.log
109022025-09-19T00:19:02.212Zuploading: /work/omicron-package.log (6919 bytes)
109032025-09-19T00:19:03.223Zuploaded: /work/omicron-package.log
109042025-09-19T00:19:03.223Zuploading: /work/recovery-image.log (602589 bytes)
109052025-09-19T00:19:04.268Zuploaded: /work/recovery-image.log
109062025-09-19T00:19:04.271Zuploading: /work/recovery-package.log (1685 bytes)
109072025-09-19T00:19:05.280Zuploaded: /work/recovery-package.log
109082025-09-19T00:19:05.281Zuploading: /work/recovery-target.log (98 bytes)
109092025-09-19T00:19:06.292Zuploaded: /work/recovery-target.log
109102025-09-19T00:19:06.292Zuploading: /work/stamp-clickhouse.log (117 bytes)
109112025-09-19T00:19:07.305Zuploaded: /work/stamp-clickhouse.log
109122025-09-19T00:19:07.306Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109132025-09-19T00:19:08.315Zuploaded: /work/stamp-clickhouse_keeper.log
109142025-09-19T00:19:08.315Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109152025-09-19T00:19:09.326Zuploaded: /work/stamp-clickhouse_server.log
109162025-09-19T00:19:09.326Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109172025-09-19T00:19:10.337Zuploaded: /work/stamp-cockroachdb.log
109182025-09-19T00:19:10.337Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
109192025-09-19T00:19:11.348Zuploaded: /work/stamp-crucible-dtrace.log
109202025-09-19T00:19:11.349Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109212025-09-19T00:19:12.359Zuploaded: /work/stamp-crucible-pantry-zone.log
109222025-09-19T00:19:12.359Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109232025-09-19T00:19:13.372Zuploaded: /work/stamp-crucible-zone.log
109242025-09-19T00:19:13.373Zuploading: /work/stamp-external-dns.log (119 bytes)
109252025-09-19T00:19:14.384Zuploaded: /work/stamp-external-dns.log
109262025-09-19T00:19:14.384Zuploading: /work/stamp-installinator.log (103 bytes)
109272025-09-19T00:19:15.394Zuploaded: /work/stamp-installinator.log
109282025-09-19T00:19:15.394Zuploading: /work/stamp-internal-dns.log (119 bytes)
109292025-09-19T00:19:16.405Zuploaded: /work/stamp-internal-dns.log
109302025-09-19T00:19:16.405Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109312025-09-19T00:19:17.414Zuploaded: /work/stamp-mg-ddm-gz.log
109322025-09-19T00:19:17.414Zuploading: /work/stamp-nexus.log (112 bytes)
109332025-09-19T00:19:18.426Zuploaded: /work/stamp-nexus.log
109342025-09-19T00:19:18.426Zuploading: /work/stamp-ntp.log (110 bytes)
109352025-09-19T00:19:19.438Zuploaded: /work/stamp-ntp.log
109362025-09-19T00:19:19.438Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109372025-09-19T00:19:20.449Zuploaded: /work/stamp-omicron-sled-agent.log
109382025-09-19T00:19:20.449Zuploading: /work/stamp-overlay.log (114 bytes)
109392025-09-19T00:19:21.458Zuploaded: /work/stamp-overlay.log
109402025-09-19T00:19:21.458Zuploading: /work/stamp-oximeter.log (115 bytes)
109412025-09-19T00:19:22.469Zuploaded: /work/stamp-oximeter.log
109422025-09-19T00:19:22.469Zuploading: /work/stamp-oxlog.log (109 bytes)
109432025-09-19T00:19:23.480Zuploaded: /work/stamp-oxlog.log
109442025-09-19T00:19:23.480Zuploading: /work/stamp-probe.log (112 bytes)
109452025-09-19T00:19:24.491Zuploaded: /work/stamp-probe.log
109462025-09-19T00:19:24.491Zuploading: /work/stamp-propolis-server.log (122 bytes)
109472025-09-19T00:19:25.504Zuploaded: /work/stamp-propolis-server.log
109482025-09-19T00:19:25.504Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109492025-09-19T00:19:26.516Zuploaded: /work/stamp-pumpkind-gz.log
109502025-09-19T00:19:26.516Zuploading: /work/stamp-switch-asic.log (118 bytes)
109512025-09-19T00:19:27.528Zuploaded: /work/stamp-switch-asic.log
109522025-09-19T00:19:27.528Zuploading: /work/verify-libraries.log (7659 bytes)
109532025-09-19T00:19:28.540Zuploaded: /work/verify-libraries.log