01JKRGFCZKX0Y89G9PE8A72CX7: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/amd-apcb",
        "oxidecomputer/amd-efs",
        "oxidecomputer/amd-firmware",
        "oxidecomputer/amd-flash",
        "oxidecomputer/amd-host-image-builder",
        "oxidecomputer/boot-image-tools",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/compliance-pilot",
        "oxidecomputer/facade",
        "oxidecomputer/helios",
        "oxidecomputer/helios-omicron-brand",
        "oxidecomputer/helios-omnios-build",
        "oxidecomputer/helios-omnios-extra",
        "oxidecomputer/nanobl-rs",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/manifest.toml",
            series: "rot-all",
            name: "manifest.toml",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip",
            series: "rot-all",
            name: "repo.zip",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip.sha256.txt",
            series: "rot-all",
            name: "repo.zip.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JKRGFWSY39CYQW79Q62QRP0X

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-10T18:04:31.166Zjob assigned to worker 01JKRGFWFSGWCKY1ZE7031MAMZ [factory aws, i-0c9c5e658a3f2e267] (queued for 53 s)
 
22025-02-10T18:04:39.696Zstarting task 0: "setup"
32025-02-10T18:04:39.703Z++ uname -s
42025-02-10T18:04:39.706Z+ kern=SunOS
52025-02-10T18:04:39.706Z+ build_user=build
62025-02-10T18:04:39.706Z+ build_uid=12345
72025-02-10T18:04:39.706Z+ work_dir=/work
82025-02-10T18:04:39.706Z+ input_dir=/input
92025-02-10T18:04:39.706Z+ [[ 0 == 12345 ]]
102025-02-10T18:04:39.706Z+ case "$kern" in
112025-02-10T18:04:39.706Z+ groupadd -g 12345 build
122025-02-10T18:04:39.709Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-10T18:04:41.717Z+ zfs create -o mountpoint=/work rpool/work
142025-02-10T18:04:41.857Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-10T18:04:41.860Z+ home_fs=zfs
162025-02-10T18:04:41.860Z+ [[ zfs == autofs ]]
172025-02-10T18:04:41.860Z+ mkdir -p /home/build
182025-02-10T18:04:41.863Z+ chown build:build /home/build /work
192025-02-10T18:04:43.863Z+ chmod 0700 /home/build /work
202025-02-10T18:04:43.866Zprocess exited: duration 4170 ms, exit code 0
 
212025-02-10T18:04:43.872Zstarting task 1: "rust-toolchain"
222025-02-10T18:04:43.878Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.1
232025-02-10T18:04:43.878Z * rust toolchain channel = "1.84.1"
242025-02-10T18:04:43.878Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-02-10T18:04:43.878Z * rust toolchain profile = "default"
262025-02-10T18:04:43.881Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-10T18:04:43.881Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-10T18:04:43.881Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-10T18:04:43.881Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default
302025-02-10T18:04:43.983Zinfo: downloading installer
312025-02-10T18:04:45.389Zwarning: it looks like you have an existing installation of Rust at:
322025-02-10T18:04:45.389Zwarning: /opt/ooce/bin
332025-02-10T18:04:45.389Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-10T18:04:45.389Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-10T18:04:45.389Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-10T18:04:45.389Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-10T18:04:45.389Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-10T18:04:45.389Zerror: cannot install while Rust is installed
392025-02-10T18:04:45.389Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-10T18:04:45.415Zinfo: profile set to 'default'
412025-02-10T18:04:45.415Zinfo: default host triple is x86_64-unknown-illumos
422025-02-10T18:04:45.417Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
432025-02-10T18:04:45.590Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-02-10T18:04:45.590Zinfo: downloading component 'cargo'
452025-02-10T18:04:46.627Zinfo: downloading component 'clippy'
462025-02-10T18:04:47.081Zinfo: downloading component 'rust-docs'
472025-02-10T18:04:48.439Zinfo: downloading component 'rust-std'
482025-02-10T18:04:50.728Zinfo: downloading component 'rustc'
492025-02-10T18:04:58.800Zinfo: downloading component 'rustfmt'
502025-02-10T18:04:59.102Zinfo: installing component 'cargo'
512025-02-10T18:04:59.959Zinfo: installing component 'clippy'
522025-02-10T18:05:00.358Zinfo: installing component 'rust-docs'
532025-02-10T18:05:02.118Zinfo: installing component 'rust-std'
542025-02-10T18:05:03.999Zinfo: installing component 'rustc'
552025-02-10T18:05:10.249Zinfo: installing component 'rustfmt'
562025-02-10T18:05:10.583Zinfo: default toolchain set to '1.84.1-x86_64-unknown-illumos'
572025-02-10T18:05:10.583Z
582025-02-10T18:05:10.975Z 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-02-10T18:05:10.975Z
602025-02-10T18:05:10.980Z
612025-02-10T18:05:10.980ZRust is installed now. Great!
622025-02-10T18:05:10.980Z
632025-02-10T18:05:10.980ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-10T18:05:10.980Zenvironment variable. This has not been done automatically.
652025-02-10T18:05:10.980Z
662025-02-10T18:05:10.980ZTo configure your current shell, you need to source
672025-02-10T18:05:10.980Zthe corresponding env file under $HOME/.cargo.
682025-02-10T18:05:10.980Z
692025-02-10T18:05:10.980ZThis is usually done by running one of the following (note the leading DOT):
702025-02-10T18:05:10.980Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-10T18:05:10.980Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-10T18:05:11.053Z+ rustup --version
732025-02-10T18:05:11.061Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-10T18:05:11.061Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-10T18:05:11.138Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-02-10T18:05:11.141Z+ cargo --version
772025-02-10T18:05:11.200Zcargo 1.84.1 (66221abde 2024-11-19)
782025-02-10T18:05:11.203Z+ rustc --version
792025-02-10T18:05:11.262Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-10T18:05:11.265Zprocess exited: duration 27393 ms, exit code 0
 
812025-02-10T18:05:11.271Zstarting task 2: "authentication"
822025-02-10T18:05:11.292Zprocess exited: duration 21 ms, exit code 0
 
832025-02-10T18:05:11.300Zstarting task 3: "clone repository"
842025-02-10T18:05:11.303Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-10T18:05:11.305Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-10T18:05:12.175ZCloning into '/work/oxidecomputer/omicron'...
872025-02-10T18:05:19.284Z+ cd /work/oxidecomputer/omicron
882025-02-10T18:05:19.284Z+ git fetch origin 584d88c7e62cbb259fe1b7c8cafee5ceaae065dd
892025-02-10T18:05:19.567ZFrom https://github.com/oxidecomputer/omicron
902025-02-10T18:05:19.567Z * branch 584d88c7e62cbb259fe1b7c8cafee5ceaae065dd -> FETCH_HEAD
912025-02-10T18:05:19.577Z+ [[ -n '' ]]
922025-02-10T18:05:19.577Z+ git reset --hard 584d88c7e62cbb259fe1b7c8cafee5ceaae065dd
932025-02-10T18:05:19.744ZHEAD is now at 584d88c7e Bump hickory-proto from 0.24.2 to 0.24.3
942025-02-10T18:05:19.747Zprocess exited: duration 8448 ms, exit code 0
 
952025-02-10T18:05:19.753Zstarting task 4: "build"
962025-02-10T18:05:19.758Z+ source .github/buildomat/ci-env.sh
972025-02-10T18:05:19.758Z++ export CARGO_TERM_COLOR=always
982025-02-10T18:05:19.758Z++ CARGO_TERM_COLOR=always
992025-02-10T18:05:19.761Z+ cargo --version
1002025-02-10T18:05:19.810Zcargo 1.84.1 (66221abde 2024-11-19)
1012025-02-10T18:05:19.812Z+ rustc --version
1022025-02-10T18:05:19.873Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1032025-02-10T18:05:19.875Z+ cargo tree --locked
1042025-02-10T18:05:20.111Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1052025-02-10T18:05:20.611Z Updating crates.io index
1062025-02-10T18:05:20.675Z Updating git repository `https://github.com/oxidecomputer/daft`
1072025-02-10T18:05:20.966Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1082025-02-10T18:05:21.464Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1092025-02-10T18:05:21.735Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1102025-02-10T18:05:21.967Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1112025-02-10T18:05:22.212Z Updating git repository `https://github.com/oxidecomputer/propolis`
1122025-02-10T18:05:23.220Z Updating git repository `https://github.com/oxidecomputer/crucible`
1132025-02-10T18:05:24.993Z Updating git repository `https://github.com/oxidecomputer/opte`
1142025-02-10T18:05:25.612Z Updating git repository `https://github.com/oxidecomputer/falcon`
1152025-02-10T18:05:26.392Z Updating git repository `https://github.com/oxidecomputer/clickward`
1162025-02-10T18:05:26.703Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1172025-02-10T18:05:26.997Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1182025-02-10T18:05:27.550Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1192025-02-10T18:05:28.130Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1202025-02-10T18:05:28.423Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1212025-02-10T18:05:28.752Z Updating git repository `https://github.com/oxidecomputer/tofino`
1222025-02-10T18:05:29.019Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1232025-02-10T18:05:29.311Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1242025-02-10T18:05:29.594Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1252025-02-10T18:05:29.882Z Updating git repository `https://github.com/oxidecomputer/lldp`
1262025-02-10T18:05:30.222Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1272025-02-10T18:05:30.518Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1282025-02-10T18:05:30.864Z Updating git repository `https://github.com/oxidecomputer/ispf`
1292025-02-10T18:05:31.178Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1302025-02-10T18:05:31.517Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1312025-02-10T18:05:32.039Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1322025-02-10T18:05:32.354Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1332025-02-10T18:05:32.710Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1342025-02-10T18:05:33.123Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1352025-02-10T18:05:33.448Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1362025-02-10T18:05:33.725Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1372025-02-10T18:05:34.004Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1382025-02-10T18:05:35.319Z Downloading crates ...
1392025-02-10T18:05:35.433Z Downloaded async-stream-impl v0.3.6
1402025-02-10T18:05:35.436Z Downloaded event-listener v2.5.3
1412025-02-10T18:05:35.439Z Downloaded chrono-tz-build v0.4.0
1422025-02-10T18:05:35.439Z Downloaded async-object-pool v0.1.5
1432025-02-10T18:05:35.442Z Downloaded foreign-types v0.3.2
1442025-02-10T18:05:35.442Z Downloaded foreign-types v0.5.0
1452025-02-10T18:05:35.445Z Downloaded foreign-types-shared v0.1.1
1462025-02-10T18:05:35.445Z Downloaded fnv v1.0.7
1472025-02-10T18:05:35.447Z Downloaded foldhash v0.1.3
1482025-02-10T18:05:35.448Z Downloaded float-cmp v0.9.0
1492025-02-10T18:05:35.451Z Downloaded fragile v2.0.0
1502025-02-10T18:05:35.453Z Downloaded foreign-types-shared v0.3.1
1512025-02-10T18:05:35.454Z Downloaded escape8259 v0.5.3
1522025-02-10T18:05:35.454Z Downloaded filetime v0.2.25
1532025-02-10T18:05:35.456Z Downloaded event-listener-strategy v0.5.2
1542025-02-10T18:05:35.459Z Downloaded fastrand v2.1.1
1552025-02-10T18:05:35.461Z Downloaded hubpack_derive v0.1.1
1562025-02-10T18:05:35.461Z Downloaded fxhash v0.2.1
1572025-02-10T18:05:35.461Z Downloaded cfg_aliases v0.1.1
1582025-02-10T18:05:35.465Z Downloaded http-body v1.0.1
1592025-02-10T18:05:35.470Z Downloaded http-range v0.1.5
1602025-02-10T18:05:35.473Z Downloaded aead v0.5.2
1612025-02-10T18:05:35.473Z Downloaded flagset v0.4.6
1622025-02-10T18:05:35.476Z Downloaded fd-lock v4.0.2
1632025-02-10T18:05:35.478Z Downloaded hostname v0.4.0
1642025-02-10T18:05:35.481Z Downloaded futures-core v0.3.31
1652025-02-10T18:05:35.482Z Downloaded futures-executor v0.3.31
1662025-02-10T18:05:35.484Z Downloaded form_urlencoded v1.2.1
1672025-02-10T18:05:35.484Z Downloaded atomicwrites v0.4.4
1682025-02-10T18:05:35.487Z Downloaded foreign-types-macros v0.2.3
1692025-02-10T18:05:35.487Z Downloaded float-ord v0.3.2
1702025-02-10T18:05:35.490Z Downloaded group v0.13.0
1712025-02-10T18:05:35.490Z Downloaded cfg_aliases v0.2.1
1722025-02-10T18:05:35.493Z Downloaded base16ct v0.2.0
1732025-02-10T18:05:35.493Z Downloaded heck v0.5.0
1742025-02-10T18:05:35.496Z Downloaded bb8 v0.8.5
1752025-02-10T18:05:35.499Z Downloaded hubpack v0.1.2
1762025-02-10T18:05:35.499Z Downloaded hex v0.4.3
1772025-02-10T18:05:35.503Z Downloaded futures-sink v0.3.31
1782025-02-10T18:05:35.503Z Downloaded block-padding v0.3.3
1792025-02-10T18:05:35.505Z Downloaded cassowary v0.3.0
1802025-02-10T18:05:35.505Z Downloaded humantime v2.1.0
1812025-02-10T18:05:35.508Z Downloaded cargo-platform v0.1.8
1822025-02-10T18:05:35.509Z Downloaded hex-literal v0.4.1
1832025-02-10T18:05:35.509Z Downloaded generic-array v0.14.7
1842025-02-10T18:05:35.511Z Downloaded bytecount v0.6.8
1852025-02-10T18:05:35.514Z Downloaded funty v2.0.0
1862025-02-10T18:05:35.514Z Downloaded autocfg v1.4.0
1872025-02-10T18:05:35.518Z Downloaded home v0.5.9
1882025-02-10T18:05:35.520Z Downloaded httpdate v1.0.3
1892025-02-10T18:05:35.520Z Downloaded cbc v0.1.2
1902025-02-10T18:05:35.523Z Downloaded futures-lite v2.3.0
1912025-02-10T18:05:35.523Z Downloaded bitflags v1.3.2
1922025-02-10T18:05:35.527Z Downloaded oso-derive v0.27.3
1932025-02-10T18:05:35.529Z Downloaded heck v0.3.3
1942025-02-10T18:05:35.530Z Downloaded hash32 v0.3.1
1952025-02-10T18:05:35.533Z Downloaded peg-runtime v0.8.3
1962025-02-10T18:05:35.533Z Downloaded parse-size v1.1.0
1972025-02-10T18:05:35.535Z Downloaded castaway v0.2.3
1982025-02-10T18:05:35.535Z Downloaded buf-list v1.0.3
1992025-02-10T18:05:35.538Z Downloaded hickory-client v0.24.2
2002025-02-10T18:05:35.541Z Downloaded num_enum v0.5.11
2012025-02-10T18:05:35.547Z Downloaded hyper-rustls v0.27.3
2022025-02-10T18:05:35.550Z Downloaded highway v1.2.0
2032025-02-10T18:05:35.553Z Downloaded httparse v1.9.5
2042025-02-10T18:05:35.556Z Downloaded cexpr v0.6.0
2052025-02-10T18:05:35.560Z Downloaded chacha20 v0.9.1
2062025-02-10T18:05:35.560Z Downloaded bit-set v0.5.3
2072025-02-10T18:05:35.562Z Downloaded progenitor-client v0.8.0
2082025-02-10T18:05:35.565Z Downloaded async-executor v1.13.1
2092025-02-10T18:05:35.565Z Downloaded argon2 v0.5.3
2102025-02-10T18:05:35.568Z Downloaded futures-macro v0.3.31
2112025-02-10T18:05:35.571Z Downloaded async-global-executor v2.4.1
2122025-02-10T18:05:35.571Z Downloaded byteorder v1.5.0
2132025-02-10T18:05:35.574Z Downloaded arrayvec v0.7.6
2142025-02-10T18:05:35.577Z Downloaded hash32 v0.2.1
2152025-02-10T18:05:35.580Z Downloaded ghash v0.5.1
2162025-02-10T18:05:35.580Z Downloaded fixedbitset v0.4.2
2172025-02-10T18:05:35.583Z Downloaded phf_shared v0.10.0
2182025-02-10T18:05:35.583Z Downloaded hyper-rustls v0.26.0
2192025-02-10T18:05:35.586Z Downloaded futures-timer v3.0.3
2202025-02-10T18:05:35.588Z Downloaded cargo_metadata v0.19.1
2212025-02-10T18:05:35.589Z Downloaded cargo_metadata v0.18.1
2222025-02-10T18:05:35.593Z Downloaded heck v0.4.1
2232025-02-10T18:05:35.596Z Downloaded ahash v0.8.11
2242025-02-10T18:05:35.596Z Downloaded predicates-tree v1.0.11
2252025-02-10T18:05:35.602Z Downloaded plotters-backend v0.3.7
2262025-02-10T18:05:35.602Z Downloaded bzip2 v0.4.4
2272025-02-10T18:05:35.605Z Downloaded blowfish v0.9.1
2282025-02-10T18:05:35.605Z Downloaded async-task v4.7.1
2292025-02-10T18:05:35.608Z Downloaded fs-err v2.11.0
2302025-02-10T18:05:35.608Z Downloaded camino v1.1.9
2312025-02-10T18:05:35.611Z Downloaded bcrypt-pbkdf v0.10.0
2322025-02-10T18:05:35.613Z Downloaded bcs v0.1.6
2332025-02-10T18:05:35.616Z Downloaded target-triple v0.1.3
2342025-02-10T18:05:35.616Z Downloaded take_mut v0.2.2
2352025-02-10T18:05:35.616Z Downloaded futures-channel v0.3.31
2362025-02-10T18:05:35.619Z Downloaded unarray v0.1.4
2372025-02-10T18:05:35.624Z Downloaded rtoolbox v0.0.2
2382025-02-10T18:05:35.624Z Downloaded rand_seeder v0.3.0
2392025-02-10T18:05:35.626Z Downloaded progenitor-macro v0.9.1
2402025-02-10T18:05:35.627Z Downloaded vte_generate_state_changes v0.1.2
2412025-02-10T18:05:35.627Z Downloaded usdt-attr-macro v0.5.0
2422025-02-10T18:05:35.629Z Downloaded httptest v0.16.1
2432025-02-10T18:05:35.629Z Downloaded bitflags v2.6.0
2442025-02-10T18:05:35.634Z Downloaded rand_xorshift v0.3.0
2452025-02-10T18:05:35.637Z Downloaded peg-macros v0.8.4
2462025-02-10T18:05:35.640Z Downloaded owo-colors v4.1.0
2472025-02-10T18:05:35.643Z Downloaded zone_cfg_derive v0.3.0
2482025-02-10T18:05:35.643Z Downloaded rand_core v0.6.4
2492025-02-10T18:05:35.646Z Downloaded adler2 v2.0.0
2502025-02-10T18:05:35.646Z Downloaded zone_cfg_derive v0.1.2
2512025-02-10T18:05:35.649Z Downloaded allocator-api2 v0.2.18
2522025-02-10T18:05:35.652Z Downloaded slog-envlogger v2.2.0
2532025-02-10T18:05:35.652Z Downloaded flume v0.11.1
2542025-02-10T18:05:35.656Z Downloaded aes-gcm v0.10.3
2552025-02-10T18:05:35.660Z Downloaded diesel_table_macro_syntax v0.2.0
2562025-02-10T18:05:35.662Z Downloaded structmeta v0.3.0
2572025-02-10T18:05:35.665Z Downloaded serde_path_to_error v0.1.16
2582025-02-10T18:05:35.665Z Downloaded scheduled-thread-pool v0.2.7
2592025-02-10T18:05:35.667Z Downloaded structmeta-derive v0.2.0
2602025-02-10T18:05:35.667Z Downloaded structmeta v0.2.0
2612025-02-10T18:05:35.670Z Downloaded spki v0.7.3
2622025-02-10T18:05:35.673Z Downloaded unicase v2.7.0
2632025-02-10T18:05:35.675Z Downloaded sync-ptr v0.1.1
2642025-02-10T18:05:35.675Z Downloaded sqlformat v0.2.6
2652025-02-10T18:05:35.678Z Downloaded quote v1.0.38
2662025-02-10T18:05:35.681Z Downloaded tap v1.0.1
2672025-02-10T18:05:35.681Z Downloaded oso v0.27.3
2682025-02-10T18:05:35.685Z Downloaded match_cfg v0.1.0
2692025-02-10T18:05:35.688Z Downloaded instant v0.1.13
2702025-02-10T18:05:35.688Z Downloaded endian-type v0.1.2
2712025-02-10T18:05:35.690Z Downloaded wait-timeout v0.2.0
2722025-02-10T18:05:35.690Z Downloaded usdt v0.5.0
2732025-02-10T18:05:35.693Z Downloaded hmac v0.12.1
2742025-02-10T18:05:35.697Z Downloaded serde_plain v1.0.2
2752025-02-10T18:05:35.697Z Downloaded cpufeatures v0.2.14
2762025-02-10T18:05:35.700Z Downloaded rand_chacha v0.3.1
2772025-02-10T18:05:35.700Z Downloaded crypto-common v0.1.6
2782025-02-10T18:05:35.702Z Downloaded heapless v0.7.17
2792025-02-10T18:05:35.705Z Downloaded heapless v0.8.0
2802025-02-10T18:05:35.709Z Downloaded plotters-svg v0.3.7
2812025-02-10T18:05:35.712Z Downloaded toml_datetime v0.6.8
2822025-02-10T18:05:35.715Z Downloaded zone v0.3.0
2832025-02-10T18:05:35.715Z Downloaded zone v0.1.8
2842025-02-10T18:05:35.717Z Downloaded newline-converter v0.3.0
2852025-02-10T18:05:35.717Z Downloaded curve25519-dalek-derive v0.1.1
2862025-02-10T18:05:35.720Z Downloaded expectorate v1.1.0
2872025-02-10T18:05:35.722Z Downloaded number_prefix v0.4.0
2882025-02-10T18:05:35.722Z Downloaded hickory-resolver v0.24.2
2892025-02-10T18:05:35.726Z Downloaded env_filter v0.1.2
2902025-02-10T18:05:35.729Z Downloaded russh-cryptovec v0.7.3
2912025-02-10T18:05:35.732Z Downloaded serde_derive_internals v0.29.1
2922025-02-10T18:05:35.732Z Downloaded enum-as-inner v0.6.1
2932025-02-10T18:05:35.735Z Downloaded dirs-sys-next v0.1.2
2942025-02-10T18:05:35.735Z Downloaded base64 v0.13.1
2952025-02-10T18:05:35.739Z Downloaded internet-checksum v0.2.1
2962025-02-10T18:05:35.741Z Downloaded ciborium v0.2.2
2972025-02-10T18:05:35.744Z Downloaded tracing-attributes v0.1.27
2982025-02-10T18:05:35.747Z Downloaded tokio-tungstenite v0.23.1
2992025-02-10T18:05:35.750Z Downloaded tempfile v3.13.0
3002025-02-10T18:05:35.753Z Downloaded cookie_store v0.21.1
3012025-02-10T18:05:35.756Z Downloaded hashbrown v0.12.3
3022025-02-10T18:05:35.759Z Downloaded instability v0.3.2
3032025-02-10T18:05:35.762Z Downloaded inout v0.1.3
3042025-02-10T18:05:35.762Z Downloaded indoc v1.0.9
3052025-02-10T18:05:35.765Z Downloaded percent-encoding v2.3.1
3062025-02-10T18:05:35.768Z Downloaded pem v3.0.4
3072025-02-10T18:05:35.770Z Downloaded cc v1.1.30
3082025-02-10T18:05:35.773Z Downloaded fancy-regex v0.13.0
3092025-02-10T18:05:35.776Z Downloaded sqlparser_derive v0.2.2
3102025-02-10T18:05:35.779Z Downloaded bytes v1.9.0
3112025-02-10T18:05:35.782Z Downloaded toolchain_find v0.4.0
3122025-02-10T18:05:35.785Z Downloaded memmap v0.7.0
3132025-02-10T18:05:35.787Z Downloaded ref-cast-impl v1.0.23
3142025-02-10T18:05:35.787Z Downloaded unicode-ident v1.0.14
3152025-02-10T18:05:35.790Z Downloaded zerofrom v0.1.4
3162025-02-10T18:05:35.792Z Downloaded packed_struct_codegen v0.10.1
3172025-02-10T18:05:35.793Z Downloaded num v0.4.3
3182025-02-10T18:05:35.795Z Downloaded proc-macro-error-attr v1.0.4
3192025-02-10T18:05:35.798Z Downloaded ipnet v2.10.1
3202025-02-10T18:05:35.798Z Downloaded base64 v0.22.1
3212025-02-10T18:05:35.802Z Downloaded cstr-argument v0.1.2
3222025-02-10T18:05:35.804Z Downloaded cookie v0.18.1
3232025-02-10T18:05:35.807Z Downloaded socket2 v0.5.7
3242025-02-10T18:05:35.809Z Downloaded signal-hook-mio v0.2.4
3252025-02-10T18:05:35.812Z Downloaded static_assertions v1.1.0
3262025-02-10T18:05:35.815Z Downloaded serde_spanned v0.6.8
3272025-02-10T18:05:35.815Z Downloaded stable_deref_trait v1.2.0
3282025-02-10T18:05:35.817Z Downloaded ssh-encoding v0.2.0
3292025-02-10T18:05:35.817Z Downloaded poly1305 v0.8.0
3302025-02-10T18:05:35.820Z Downloaded indoc v2.0.5
3312025-02-10T18:05:35.823Z Downloaded serde_tokenstream v0.2.2
3322025-02-10T18:05:35.825Z Downloaded tls_codec v0.4.1
3332025-02-10T18:05:35.828Z Downloaded dropshot_endpoint v0.15.1
3342025-02-10T18:05:35.831Z Downloaded peg v0.8.4
3352025-02-10T18:05:35.835Z Downloaded mirai-annotations v1.12.0
3362025-02-10T18:05:35.838Z Downloaded utf8parse v0.2.2
3372025-02-10T18:05:35.838Z Downloaded utf8_iter v1.0.4
3382025-02-10T18:05:35.842Z Downloaded log v0.4.22
3392025-02-10T18:05:35.845Z Downloaded hyper-tls v0.6.0
3402025-02-10T18:05:35.845Z Downloaded env_logger v0.10.2
3412025-02-10T18:05:35.848Z Downloaded pretty-hex v0.4.1
3422025-02-10T18:05:35.850Z Downloaded defmt v0.3.8
3432025-02-10T18:05:35.853Z Downloaded crc v3.2.1
3442025-02-10T18:05:35.856Z Downloaded pretty-hex v0.2.1
3452025-02-10T18:05:35.858Z Downloaded pathdiff v0.2.3
3462025-02-10T18:05:35.858Z Downloaded deranged v0.3.11
3472025-02-10T18:05:35.861Z Downloaded nu-ansi-term v0.50.1
3482025-02-10T18:05:35.863Z Downloaded libefi-sys v0.1.0
3492025-02-10T18:05:35.866Z Downloaded proc-macro-error v1.0.4
3502025-02-10T18:05:35.869Z Downloaded proc-macro2 v1.0.92
3512025-02-10T18:05:35.874Z Downloaded vte v0.11.1
3522025-02-10T18:05:35.874Z Downloaded semver v1.0.24
3532025-02-10T18:05:35.878Z Downloaded slog-async v2.8.0
3542025-02-10T18:05:35.878Z Downloaded precomputed-hash v0.1.1
3552025-02-10T18:05:35.881Z Downloaded http v1.2.0
3562025-02-10T18:05:35.884Z Downloaded mockall v0.13.0
3572025-02-10T18:05:35.887Z Downloaded hashbrown v0.13.2
3582025-02-10T18:05:35.891Z Downloaded dof v0.3.0
3592025-02-10T18:05:35.893Z Downloaded bumpalo v3.16.0
3602025-02-10T18:05:35.896Z Downloaded miniz_oxide v0.8.0
3612025-02-10T18:05:35.898Z Downloaded predicates-core v1.0.8
3622025-02-10T18:05:35.901Z Downloaded ed25519 v2.2.3
3632025-02-10T18:05:35.904Z Downloaded idna_adapter v1.2.0
3642025-02-10T18:05:35.904Z Downloaded time-core v0.1.2
3652025-02-10T18:05:35.906Z Downloaded ssh-cipher v0.2.0
3662025-02-10T18:05:35.906Z Downloaded tinyvec_macros v0.1.1
3672025-02-10T18:05:35.909Z Downloaded iana-time-zone v0.1.61
3682025-02-10T18:05:35.912Z Downloaded der_derive v0.7.3
3692025-02-10T18:05:35.912Z Downloaded const_format_proc_macros v0.2.34
3702025-02-10T18:05:35.915Z Downloaded thread-id v4.2.2
3712025-02-10T18:05:35.919Z Downloaded macaddr v1.0.1
3722025-02-10T18:05:35.919Z Downloaded num-iter v0.1.45
3732025-02-10T18:05:35.919Z Downloaded mime v0.3.17
3742025-02-10T18:05:35.923Z Downloaded shell-words v1.1.0
3752025-02-10T18:05:35.923Z Downloaded pbkdf2 v0.11.0
3762025-02-10T18:05:35.926Z Downloaded path-tree v0.8.1
3772025-02-10T18:05:35.928Z Downloaded whoami v1.5.2
3782025-02-10T18:05:35.931Z Downloaded ciborium-io v0.2.2
3792025-02-10T18:05:35.931Z Downloaded zerocopy-derive v0.7.35
3802025-02-10T18:05:35.935Z Downloaded simd-adler32 v0.3.7
3812025-02-10T18:05:35.937Z Downloaded libtest-mimic v0.7.3
3822025-02-10T18:05:35.940Z Downloaded guppy v0.17.12
3832025-02-10T18:05:35.946Z Downloaded equivalent v1.0.1
3842025-02-10T18:05:35.949Z Downloaded rustc-hash v2.0.0
3852025-02-10T18:05:35.951Z Downloaded threadpool v1.8.1
3862025-02-10T18:05:35.951Z Downloaded termcolor v1.4.1
3872025-02-10T18:05:35.954Z Downloaded tinystr v0.7.6
3882025-02-10T18:05:35.956Z Downloaded tiny-keccak v2.0.2
3892025-02-10T18:05:35.959Z Downloaded unicode-xid v0.2.6
3902025-02-10T18:05:35.959Z Downloaded derive-where v1.2.7
3912025-02-10T18:05:35.962Z Downloaded dtrace-parser v0.2.0
3922025-02-10T18:05:35.965Z Downloaded hashbrown v0.15.1
3932025-02-10T18:05:35.970Z Downloaded ecdsa v0.16.9
3942025-02-10T18:05:35.973Z Downloaded normalize-line-endings v0.3.0
3952025-02-10T18:05:35.976Z Downloaded smallvec v0.6.14
3962025-02-10T18:05:35.976Z Downloaded serde-hex v0.1.0
3972025-02-10T18:05:35.978Z Downloaded wyz v0.5.1
3982025-02-10T18:05:35.981Z Downloaded zerovec-derive v0.10.3
3992025-02-10T18:05:35.981Z Downloaded rustls-pemfile v1.0.4
4002025-02-10T18:05:35.983Z Downloaded stringmetrics v2.2.2
4012025-02-10T18:05:35.986Z Downloaded path-slash v0.1.5
4022025-02-10T18:05:35.989Z Downloaded debug-ignore v1.0.5
4032025-02-10T18:05:35.991Z Downloaded data-encoding v2.6.0
4042025-02-10T18:05:35.991Z Downloaded cipher v0.4.4
4052025-02-10T18:05:35.994Z Downloaded num-integer v0.1.46
4062025-02-10T18:05:35.996Z Downloaded either v1.13.0
4072025-02-10T18:05:35.996Z Downloaded strum_macros v0.25.3
4082025-02-10T18:05:35.999Z Downloaded mime_guess v2.0.5
4092025-02-10T18:05:36.002Z Downloaded datatest-stable v0.2.9
4102025-02-10T18:05:36.005Z Downloaded time-macros v0.2.18
4112025-02-10T18:05:36.007Z Downloaded thiserror v2.0.11
4122025-02-10T18:05:36.013Z Downloaded lru-cache v0.1.2
4132025-02-10T18:05:36.015Z Downloaded rstest v0.23.0
4142025-02-10T18:05:36.020Z Downloaded indicatif v0.17.11
4152025-02-10T18:05:36.025Z Downloaded managed v0.8.0
4162025-02-10T18:05:36.028Z Downloaded predicates v3.1.2
4172025-02-10T18:05:36.031Z Downloaded yoke-derive v0.7.4
4182025-02-10T18:05:36.033Z Downloaded similar v2.6.0
4192025-02-10T18:05:36.037Z Downloaded try-lock v0.2.5
4202025-02-10T18:05:36.039Z Downloaded dyn-clone v1.0.17
4212025-02-10T18:05:36.042Z Downloaded dunce v1.0.5
4222025-02-10T18:05:36.042Z Downloaded powerfmt v0.2.0
4232025-02-10T18:05:36.045Z Downloaded indexmap v2.7.1
4242025-02-10T18:05:36.047Z Downloaded packed_struct v0.10.1
4252025-02-10T18:05:36.050Z Downloaded errno v0.3.9
4262025-02-10T18:05:36.053Z Downloaded zerocopy v0.6.6
4272025-02-10T18:05:36.055Z Downloaded write16 v1.0.0
4282025-02-10T18:05:36.058Z Downloaded r2d2 v0.8.10
4292025-02-10T18:05:36.058Z Downloaded lru v0.12.5
4302025-02-10T18:05:36.060Z Downloaded lockfree-object-pool v0.1.6
4312025-02-10T18:05:36.063Z Downloaded downcast v0.11.0
4322025-02-10T18:05:36.065Z Downloaded psl-types v2.0.11
4332025-02-10T18:05:36.065Z Downloaded pin-utils v0.1.0
4342025-02-10T18:05:36.068Z Downloaded strum_macros v0.26.4
4352025-02-10T18:05:36.070Z Downloaded kstat-rs v0.2.4
4362025-02-10T18:05:36.073Z Downloaded keccak v0.1.5
4372025-02-10T18:05:36.073Z Downloaded quinn v0.11.5
4382025-02-10T18:05:36.076Z Downloaded thiserror v1.0.69
4392025-02-10T18:05:36.082Z Downloaded resolv-conf v0.7.0
4402025-02-10T18:05:36.086Z Downloaded sha1 v0.10.6
4412025-02-10T18:05:36.089Z Downloaded embedded-io v0.6.1
4422025-02-10T18:05:36.089Z Downloaded serde_derive v1.0.217
4432025-02-10T18:05:36.092Z Downloaded opaque-debug v0.3.1
4442025-02-10T18:05:36.095Z Downloaded nested v0.1.1
4452025-02-10T18:05:36.095Z Downloaded md-5 v0.10.6
4462025-02-10T18:05:36.097Z Downloaded unicode-linebreak v0.1.5
4472025-02-10T18:05:36.100Z Downloaded env_logger v0.11.5
4482025-02-10T18:05:36.102Z Downloaded impl-trait-for-tuples v0.2.2
4492025-02-10T18:05:36.106Z Downloaded num-bigint-dig v0.8.4
4502025-02-10T18:05:36.109Z Downloaded typify-macro v0.3.0
4512025-02-10T18:05:36.111Z Downloaded swrite v0.1.0
4522025-02-10T18:05:36.111Z Downloaded sigpipe v0.1.3
4532025-02-10T18:05:36.114Z Downloaded strum v0.26.3
4542025-02-10T18:05:36.114Z Downloaded h2 v0.4.6
4552025-02-10T18:05:36.121Z Downloaded serde-big-array v0.5.1
4562025-02-10T18:05:36.125Z Downloaded concurrent-queue v2.5.0
4572025-02-10T18:05:36.128Z Downloaded aho-corasick v1.1.3
4582025-02-10T18:05:36.132Z Downloaded lock_api v0.4.12
4592025-02-10T18:05:36.135Z Downloaded postcard v1.0.10
4602025-02-10T18:05:36.138Z Downloaded pin-project-lite v0.2.14
4612025-02-10T18:05:36.142Z Downloaded yoke v0.7.4
4622025-02-10T18:05:36.145Z Downloaded zip v0.6.6
4632025-02-10T18:05:36.149Z Downloaded russh v0.45.0
4642025-02-10T18:05:36.155Z Downloaded slab v0.4.9
4652025-02-10T18:05:36.158Z Downloaded yasna v0.5.2
4662025-02-10T18:05:36.160Z Downloaded oorandom v11.1.4
4672025-02-10T18:05:36.163Z Downloaded crc32fast v1.4.2
4682025-02-10T18:05:36.165Z Downloaded hyper-util v0.1.10
4692025-02-10T18:05:36.168Z Downloaded new_debug_unreachable v1.0.6
4702025-02-10T18:05:36.171Z Downloaded ssh-key v0.6.6
4712025-02-10T18:05:36.177Z Downloaded progenitor-client v0.9.1
4722025-02-10T18:05:36.180Z Downloaded universal-hash v0.5.1
4732025-02-10T18:05:36.180Z Downloaded supports-color v3.0.1
4742025-02-10T18:05:36.183Z Downloaded subtle v2.6.1
4752025-02-10T18:05:36.183Z Downloaded progenitor v0.8.0
4762025-02-10T18:05:36.185Z Downloaded similar-asserts v1.6.0
4772025-02-10T18:05:36.188Z Downloaded toml_edit v0.19.15
4782025-02-10T18:05:36.206Z Downloaded topological-sort v0.2.2
4792025-02-10T18:05:36.208Z Downloaded diesel-dtrace v0.4.2
4802025-02-10T18:05:36.209Z Downloaded crc-catalog v2.4.0
4812025-02-10T18:05:36.213Z Downloaded xz2 v0.1.7
4822025-02-10T18:05:36.213Z Downloaded writeable v0.5.5
4832025-02-10T18:05:36.215Z Downloaded pest_meta v2.7.14
4842025-02-10T18:05:36.218Z Downloaded icu_collections v1.5.0
4852025-02-10T18:05:36.223Z Downloaded mio v1.0.2
4862025-02-10T18:05:36.229Z Downloaded icu_provider_macros v1.5.0
4872025-02-10T18:05:36.232Z Downloaded sha2 v0.10.8
4882025-02-10T18:05:36.234Z Downloaded once_cell v1.20.2
4892025-02-10T18:05:36.237Z Downloaded icu_normalizer_data v1.5.0
4902025-02-10T18:05:36.240Z Downloaded const_format v0.2.34
4912025-02-10T18:05:36.244Z Downloaded tabled_derive v0.7.0
4922025-02-10T18:05:36.246Z Downloaded progenitor-macro v0.8.0
4932025-02-10T18:05:36.246Z Downloaded proc-macro-crate v3.2.0
4942025-02-10T18:05:36.249Z Downloaded newtype-uuid v1.2.1
4952025-02-10T18:05:36.249Z Downloaded libsw v3.3.1
4962025-02-10T18:05:36.252Z Downloaded typify v0.3.0
4972025-02-10T18:05:36.255Z Downloaded textwrap v0.16.1
4982025-02-10T18:05:36.258Z Downloaded tabwriter v1.4.0
4992025-02-10T18:05:36.260Z Downloaded tokio-native-tls v0.3.1
5002025-02-10T18:05:36.263Z Downloaded signal-hook-tokio v0.3.1
5012025-02-10T18:05:36.263Z Downloaded pkg-config v0.3.31
5022025-02-10T18:05:36.266Z Downloaded des v0.8.1
5032025-02-10T18:05:36.270Z Downloaded typify v0.2.0
5042025-02-10T18:05:36.273Z Downloaded rusqlite v0.32.1
5052025-02-10T18:05:36.278Z Downloaded crossbeam-deque v0.8.5
5062025-02-10T18:05:36.280Z Downloaded clap_derive v4.5.24
5072025-02-10T18:05:36.283Z Downloaded proptest v1.5.0
5082025-02-10T18:05:36.292Z Downloaded criterion-plot v0.5.0
5092025-02-10T18:05:36.295Z Downloaded progenitor-impl v0.9.1
5102025-02-10T18:05:36.297Z Downloaded rustyline v14.0.0
5112025-02-10T18:05:36.303Z Downloaded memoffset v0.9.1
5122025-02-10T18:05:36.305Z Downloaded lalrpop-util v0.19.12
5132025-02-10T18:05:36.305Z Downloaded progenitor v0.9.1
5142025-02-10T18:05:36.308Z Downloaded libloading v0.8.5
5152025-02-10T18:05:36.311Z Downloaded icu_properties v1.5.1
5162025-02-10T18:05:36.314Z Downloaded phf v0.11.2
5172025-02-10T18:05:36.316Z Downloaded signal-hook-registry v1.4.2
5182025-02-10T18:05:36.316Z Downloaded native-tls v0.2.12
5192025-02-10T18:05:36.319Z Downloaded parse-display v0.10.0
5202025-02-10T18:05:36.322Z Downloaded schemars_derive v0.8.21
5212025-02-10T18:05:36.324Z Downloaded aws-lc-rs v1.10.0
5222025-02-10T18:05:36.332Z Downloaded cobs v0.2.3
5232025-02-10T18:05:36.335Z Downloaded icu_provider v1.5.0
5242025-02-10T18:05:36.339Z Downloaded rustc_version v0.4.1
5252025-02-10T18:05:36.339Z Downloaded nanorand v0.7.0
5262025-02-10T18:05:36.342Z Downloaded value-bag v1.9.0
5272025-02-10T18:05:36.345Z Downloaded tokio-tungstenite v0.24.0
5282025-02-10T18:05:36.347Z Downloaded slog-dtrace v0.3.0
5292025-02-10T18:05:36.351Z Downloaded ident_case v1.0.1
5302025-02-10T18:05:36.351Z Downloaded time v0.3.36
5312025-02-10T18:05:36.357Z Downloaded md5 v0.7.0
5322025-02-10T18:05:36.360Z Downloaded digest v0.10.7
5332025-02-10T18:05:36.360Z Downloaded cmake v0.1.51
5342025-02-10T18:05:36.363Z Downloaded clap_lex v0.7.4
5352025-02-10T18:05:36.365Z Downloaded termtree v0.4.1
5362025-02-10T18:05:36.365Z Downloaded maybe-uninit v2.0.0
5372025-02-10T18:05:36.368Z Downloaded reedline v0.35.0
5382025-02-10T18:05:36.374Z Downloaded steno v0.4.1
5392025-02-10T18:05:36.379Z Downloaded rustversion v1.0.17
5402025-02-10T18:05:36.382Z Downloaded dirs-next v2.0.0
5412025-02-10T18:05:36.385Z Downloaded difflib v0.4.0
5422025-02-10T18:05:36.385Z Downloaded smf v0.2.3
5432025-02-10T18:05:36.388Z Downloaded slog-term v2.9.1
5442025-02-10T18:05:36.391Z Downloaded rpassword v7.3.1
5452025-02-10T18:05:36.391Z Downloaded paste v1.0.15
5462025-02-10T18:05:36.394Z Downloaded twox-hash v2.1.0
5472025-02-10T18:05:36.397Z Downloaded scroll v0.12.0
5482025-02-10T18:05:36.399Z Downloaded multer v3.1.0
5492025-02-10T18:05:36.403Z Downloaded icu_normalizer v1.5.0
5502025-02-10T18:05:36.406Z Downloaded rayon-core v1.12.1
5512025-02-10T18:05:36.413Z Downloaded siphasher v0.3.11
5522025-02-10T18:05:36.416Z Downloaded crypto-bigint v0.5.5
5532025-02-10T18:05:36.419Z Downloaded scroll_derive v0.12.0
5542025-02-10T18:05:36.422Z Downloaded password-hash v0.5.0
5552025-02-10T18:05:36.422Z Downloaded phf_generator v0.11.2
5562025-02-10T18:05:36.425Z Downloaded nom v7.1.3
5572025-02-10T18:05:36.429Z Downloaded want v0.3.1
5582025-02-10T18:05:36.432Z Downloaded waitgroup v0.1.2
5592025-02-10T18:05:36.432Z Downloaded synstructure v0.13.1
5602025-02-10T18:05:36.435Z Downloaded parse-display-derive v0.10.0
5612025-02-10T18:05:36.435Z Downloaded const-oid v0.9.6
5622025-02-10T18:05:36.438Z Downloaded multimap v0.10.0
5632025-02-10T18:05:36.438Z Downloaded maplit v1.0.2
5642025-02-10T18:05:36.450Z Downloaded untrusted v0.9.0
5652025-02-10T18:05:36.455Z Downloaded openssl-macros v0.1.1
5662025-02-10T18:05:36.458Z Downloaded bitvec v1.0.1
5672025-02-10T18:05:36.477Z Downloaded num-conv v0.1.0
5682025-02-10T18:05:36.480Z Downloaded zeroize_derive v1.4.2
5692025-02-10T18:05:36.480Z Downloaded tokio-macros v2.5.0
5702025-02-10T18:05:36.483Z Downloaded thiserror-no-std v2.0.2
5712025-02-10T18:05:36.487Z Downloaded serde_with_macros v3.11.0
5722025-02-10T18:05:36.487Z Downloaded derive_builder_macro v0.20.2
5732025-02-10T18:05:36.487Z Downloaded openssl-probe v0.1.5
5742025-02-10T18:05:36.490Z Downloaded thiserror-impl-no-std v2.0.2
5752025-02-10T18:05:36.491Z Downloaded ctr v0.9.2
5762025-02-10T18:05:36.493Z Downloaded kv-log-macro v1.0.7
5772025-02-10T18:05:36.497Z Downloaded term v0.7.0
5782025-02-10T18:05:36.501Z Downloaded thiserror-impl v2.0.11
5792025-02-10T18:05:36.501Z Downloaded sync_wrapper v1.0.1
5802025-02-10T18:05:36.504Z Downloaded quick-error v1.2.3
5812025-02-10T18:05:36.504Z Downloaded rand v0.8.5
5822025-02-10T18:05:36.506Z Downloaded p521 v0.13.3
5832025-02-10T18:05:36.511Z Downloaded num_threads v0.1.7
5842025-02-10T18:05:36.513Z Downloaded serde v1.0.217
5852025-02-10T18:05:36.516Z Downloaded scrypt v0.11.0
5862025-02-10T18:05:36.519Z Downloaded rustfmt-wrapper v0.2.1
5872025-02-10T18:05:36.519Z Downloaded itoa v1.0.11
5882025-02-10T18:05:36.523Z Downloaded zeroize v1.8.1
5892025-02-10T18:05:36.523Z Downloaded crossbeam-utils v0.8.20
5902025-02-10T18:05:36.526Z Downloaded uuid v1.12.0
5912025-02-10T18:05:36.529Z Downloaded rust-argon2 v2.1.0
5922025-02-10T18:05:36.532Z Downloaded is_ci v1.2.0
5932025-02-10T18:05:36.532Z Downloaded tabled v0.15.0
5942025-02-10T18:05:36.547Z Downloaded piper v0.2.4
5952025-02-10T18:05:36.549Z Downloaded darling v0.20.10
5962025-02-10T18:05:36.553Z Downloaded gimli v0.31.1
5972025-02-10T18:05:36.560Z Downloaded serde_urlencoded v0.7.1
5982025-02-10T18:05:36.563Z Downloaded semver v0.1.20
5992025-02-10T18:05:36.566Z Downloaded tui-tree-widget v0.22.0
6002025-02-10T18:05:36.566Z Downloaded usdt-macro v0.5.0
6012025-02-10T18:05:36.566Z Downloaded slog v2.7.0
6022025-02-10T18:05:36.569Z Downloaded thiserror-impl v1.0.69
6032025-02-10T18:05:36.572Z Downloaded yansi v1.0.1
6042025-02-10T18:05:36.575Z Downloaded linked-hash-map v0.5.6
6052025-02-10T18:05:36.575Z Downloaded chrono v0.4.39
6062025-02-10T18:05:36.582Z Downloaded bindgen v0.69.5
6072025-02-10T18:05:36.589Z Downloaded lazy_static v1.5.0
6082025-02-10T18:05:36.592Z Downloaded linear-map v1.2.0
6092025-02-10T18:05:36.594Z Downloaded tungstenite v0.24.0
6102025-02-10T18:05:36.597Z Downloaded is-terminal v0.4.13
6112025-02-10T18:05:36.597Z Downloaded pkcs8 v0.10.2
6122025-02-10T18:05:36.600Z Downloaded termtree v0.5.1
6132025-02-10T18:05:36.603Z Downloaded vergen v8.3.2
6142025-02-10T18:05:36.606Z Downloaded tokio-postgres v0.7.12
6152025-02-10T18:05:36.610Z Downloaded which v4.4.2
6162025-02-10T18:05:36.612Z Downloaded utf-8 v0.7.6
6172025-02-10T18:05:36.612Z Downloaded tokio-stream v0.1.16
6182025-02-10T18:05:36.617Z Downloaded rustc_version v0.1.7
6192025-02-10T18:05:36.619Z Downloaded pin-project-internal v1.1.6
6202025-02-10T18:05:36.621Z Downloaded ron v0.8.1
6212025-02-10T18:05:36.626Z Downloaded tokio-rustls v0.26.0
6222025-02-10T18:05:36.628Z Downloaded russh-keys v0.45.0
6232025-02-10T18:05:36.631Z Downloaded memchr v2.7.4
6242025-02-10T18:05:36.637Z Downloaded tungstenite v0.21.0
6252025-02-10T18:05:36.640Z Downloaded icu_locid_transform_data v1.5.0
6262025-02-10T18:05:36.643Z Downloaded num-bigint v0.4.6
6272025-02-10T18:05:36.648Z Downloaded pkcs1 v0.7.5
6282025-02-10T18:05:36.651Z Downloaded crossbeam-channel v0.5.13
6292025-02-10T18:05:36.657Z Downloaded itertools v0.12.1
6302025-02-10T18:05:36.663Z Downloaded dsl_auto_type v0.1.2
6312025-02-10T18:05:36.666Z Downloaded num-traits v0.2.19
6322025-02-10T18:05:36.668Z Downloaded openssl-sys v0.9.105
6332025-02-10T18:05:36.672Z Downloaded tungstenite v0.23.0
6342025-02-10T18:05:36.677Z Downloaded sct v0.7.1
6352025-02-10T18:05:36.680Z Downloaded compact_str v0.8.0
6362025-02-10T18:05:36.684Z Downloaded qorb v0.2.1
6372025-02-10T18:05:36.688Z Downloaded colored v2.1.0
6382025-02-10T18:05:36.691Z Downloaded diesel_derives v2.2.3
6392025-02-10T18:05:36.696Z Downloaded radix_trie v0.2.1
6402025-02-10T18:05:36.701Z Downloaded quick-xml v0.33.0
6412025-02-10T18:05:36.708Z Downloaded icu_locid v1.5.0
6422025-02-10T18:05:36.713Z Downloaded zerocopy v0.8.10
6432025-02-10T18:05:36.739Z Downloaded dropshot_endpoint v0.12.0
6442025-02-10T18:05:36.742Z Downloaded polar-core v0.27.3
6452025-02-10T18:05:36.750Z Downloaded nix v0.28.0
6462025-02-10T18:05:36.763Z Downloaded zerovec v0.10.4
6472025-02-10T18:05:36.770Z Downloaded url v2.5.3
6482025-02-10T18:05:36.772Z Downloaded itertools v0.10.5
6492025-02-10T18:05:36.778Z Downloaded unicode-normalization v0.1.24
6502025-02-10T18:05:36.782Z Downloaded crossterm v0.28.1
6512025-02-10T18:05:36.789Z Downloaded libxml v0.3.3
6522025-02-10T18:05:36.795Z Downloaded portable-atomic v1.9.0
6532025-02-10T18:05:36.802Z Downloaded winnow v0.6.20
6542025-02-10T18:05:36.811Z Downloaded petname v2.0.2
6552025-02-10T18:05:36.817Z Downloaded openapiv3 v2.0.0
6562025-02-10T18:05:36.829Z Downloaded serde_with v3.11.0
6572025-02-10T18:05:36.837Z Downloaded icu_properties_data v1.5.0
6582025-02-10T18:05:36.848Z Downloaded typed-path v0.9.3
6592025-02-10T18:05:36.855Z Downloaded vcpkg v0.2.15
6602025-02-10T18:05:36.895Z Downloaded smoltcp v0.9.1
6612025-02-10T18:05:36.906Z Downloaded nix v0.27.1
6622025-02-10T18:05:36.917Z Downloaded p384 v0.13.0
6632025-02-10T18:05:36.924Z Downloaded quinn-proto v0.11.8
6642025-02-10T18:05:36.931Z Downloaded salty v0.3.0
6652025-02-10T18:05:36.938Z Downloaded webpki-roots v0.26.6
6662025-02-10T18:05:36.942Z Downloaded regex-syntax v0.6.29
6672025-02-10T18:05:36.949Z Downloaded itertools v0.13.0
6682025-02-10T18:05:36.957Z Downloaded syn v2.0.96
6692025-02-10T18:05:36.969Z Downloaded openssl v0.10.70
6702025-02-10T18:05:36.981Z Downloaded regex-syntax v0.8.5
6712025-02-10T18:05:36.989Z Downloaded clap_builder v4.5.27
6722025-02-10T18:05:36.996Z Downloaded lalrpop v0.19.12
6732025-02-10T18:05:37.008Z Downloaded zerocopy-derive v0.6.6
6742025-02-10T18:05:37.018Z Downloaded dropshot v0.12.0
6752025-02-10T18:05:37.038Z Downloaded ratatui v0.28.1
6762025-02-10T18:05:37.058Z Downloaded smoltcp v0.11.0
6772025-02-10T18:05:37.070Z Downloaded diesel v2.2.6
6782025-02-10T18:05:37.090Z Downloaded regress v0.10.1
6792025-02-10T18:05:37.098Z Downloaded regress v0.9.1
6802025-02-10T18:05:37.107Z Downloaded chrono-tz v0.10.1
6812025-02-10T18:05:37.114Z Downloaded rustls v0.22.4
6822025-02-10T18:05:37.128Z Downloaded sled v0.34.7
6832025-02-10T18:05:37.138Z Downloaded dropshot v0.15.1
6842025-02-10T18:05:37.161Z Downloaded regex-automata v0.4.8
6852025-02-10T18:05:37.177Z Downloaded petgraph v0.6.5
6862025-02-10T18:05:37.193Z Downloaded rustix v0.38.37
6872025-02-10T18:05:37.215Z Downloaded bstr v1.10.0
6882025-02-10T18:05:37.225Z Downloaded typify-impl v0.2.0
6892025-02-10T18:05:37.239Z Downloaded typify-impl v0.3.0
6902025-02-10T18:05:37.254Z Downloaded syn v1.0.109
6912025-02-10T18:05:37.264Z Downloaded nix v0.29.0
6922025-02-10T18:05:37.277Z Downloaded tokio v1.43.0
6932025-02-10T18:05:37.312Z Downloaded unicode-width v0.1.14
6942025-02-10T18:05:37.317Z Downloaded bzip2-sys v0.1.11+1.0.8
6952025-02-10T18:05:37.329Z Downloaded curve25519-dalek v4.1.3
6962025-02-10T18:05:37.336Z Downloaded sqlparser v0.45.0
6972025-02-10T18:05:37.342Z Downloaded object v0.36.5
6982025-02-10T18:05:37.352Z Downloaded rustls v0.21.12
6992025-02-10T18:05:37.363Z Downloaded object v0.30.4
7002025-02-10T18:05:37.371Z Downloaded unicode-width v0.2.0
7012025-02-10T18:05:37.377Z Downloaded hickory-proto v0.24.3
7022025-02-10T18:05:37.391Z Downloaded rustls v0.23.19
7032025-02-10T18:05:37.403Z Downloaded csv v1.3.1
7042025-02-10T18:05:37.421Z Downloaded reqwest v0.12.9
7052025-02-10T18:05:37.428Z Downloaded rsa v0.9.6
7062025-02-10T18:05:37.433Z Downloaded publicsuffix v2.3.0
7072025-02-10T18:05:37.435Z Downloaded tokio-util v0.7.12
7082025-02-10T18:05:37.441Z Downloaded rustls-webpki v0.101.7
7092025-02-10T18:05:37.454Z Downloaded regex v1.11.1
7102025-02-10T18:05:37.466Z Downloaded icu_locid_transform v1.5.0
7112025-02-10T18:05:37.469Z Downloaded omicron-zone-package v0.12.0
7122025-02-10T18:05:37.472Z Downloaded rstest_macros v0.23.0
7132025-02-10T18:05:37.475Z Downloaded rustls-webpki v0.102.8
7142025-02-10T18:05:37.492Z Downloaded idna v1.0.3
7152025-02-10T18:05:37.496Z Downloaded lzma-sys v0.1.20
7162025-02-10T18:05:37.523Z Downloaded tokio-rustls v0.25.0
7172025-02-10T18:05:37.526Z Downloaded diff v0.1.13
7182025-02-10T18:05:37.529Z Downloaded libc v0.2.169
7192025-02-10T18:05:37.553Z Downloaded serde_yaml v0.9.34+deprecated
7202025-02-10T18:05:37.556Z Downloaded criterion v0.5.1
7212025-02-10T18:05:37.563Z Downloaded unsafe-libyaml v0.2.11
7222025-02-10T18:05:37.566Z Downloaded pretty_assertions v1.4.1
7232025-02-10T18:05:37.568Z Downloaded walkdir v2.5.0
7242025-02-10T18:05:37.571Z Downloaded csv-core v0.1.11
7252025-02-10T18:05:37.573Z Downloaded typenum v1.17.0
7262025-02-10T18:05:37.576Z Downloaded partial-io v0.5.4
7272025-02-10T18:05:37.576Z Downloaded snafu v0.8.5
7282025-02-10T18:05:37.582Z Downloaded olpc-cjson v0.1.4
7292025-02-10T18:05:37.584Z Downloaded httpmock v0.8.0-alpha.1
7302025-02-10T18:05:37.600Z Downloaded libz-sys v1.1.20
7312025-02-10T18:05:37.621Z Downloaded sha3 v0.10.8
7322025-02-10T18:05:37.625Z Downloaded lazycell v1.3.0
7332025-02-10T18:05:37.632Z Downloaded rusty-fork v0.3.0
7342025-02-10T18:05:37.635Z Downloaded jobserver v0.1.32
7352025-02-10T18:05:37.637Z Downloaded derive_builder v0.20.2
7362025-02-10T18:05:37.640Z Downloaded password-hash v0.4.2
7372025-02-10T18:05:37.643Z Downloaded libm v0.2.8
7382025-02-10T18:05:37.649Z Downloaded winnow v0.5.40
7392025-02-10T18:05:37.657Z Downloaded phf_shared v0.11.2
7402025-02-10T18:05:37.660Z Downloaded ron v0.7.1
7412025-02-10T18:05:37.663Z Downloaded async-std v1.13.0
7422025-02-10T18:05:37.682Z Downloaded rustc-hash v1.1.0
7432025-02-10T18:05:37.684Z Downloaded derive_builder_core v0.20.2
7442025-02-10T18:05:37.687Z Downloaded console v0.15.10
7452025-02-10T18:05:37.689Z Downloaded displaydoc v0.2.5
7462025-02-10T18:05:37.692Z Downloaded litrs v0.4.1
7472025-02-10T18:05:37.692Z Downloaded crossbeam-epoch v0.9.18
7482025-02-10T18:05:37.695Z Downloaded pest v2.7.14
7492025-02-10T18:05:37.700Z Downloaded blake3 v1.5.4
7502025-02-10T18:05:37.707Z Downloaded untrusted v0.7.1
7512025-02-10T18:05:37.711Z Downloaded serde_json v1.0.135
7522025-02-10T18:05:37.715Z Downloaded toml v0.7.8
7532025-02-10T18:05:37.718Z Downloaded num_enum_derive v0.5.11
7542025-02-10T18:05:37.721Z Downloaded parking_lot_core v0.9.10
7552025-02-10T18:05:37.724Z Downloaded prettyplease v0.2.25
7562025-02-10T18:05:37.726Z Downloaded crc-any v2.5.0
7572025-02-10T18:05:37.730Z Downloaded memmap2 v0.9.5
7582025-02-10T18:05:37.730Z Downloaded progenitor-impl v0.8.0
7592025-02-10T18:05:37.732Z Downloaded derive_more v0.99.18
7602025-02-10T18:05:37.735Z Downloaded encoding_rs v0.8.34
7612025-02-10T18:05:37.756Z Downloaded pin-project v1.1.6
7622025-02-10T18:05:37.766Z Downloaded zerocopy v0.7.35
7632025-02-10T18:05:37.781Z Downloaded slog-stdlog v4.1.1
7642025-02-10T18:05:37.784Z Downloaded phf_codegen v0.11.2
7652025-02-10T18:05:37.784Z Downloaded uzers v0.12.1
7662025-02-10T18:05:37.787Z Downloaded trybuild v1.0.101
7672025-02-10T18:05:37.790Z Downloaded git2 v0.19.0
7682025-02-10T18:05:37.797Z Downloaded nibble_vec v0.1.0
7692025-02-10T18:05:37.800Z Downloaded strum_macros v0.24.3
7702025-02-10T18:05:37.802Z Downloaded unicode_categories v0.1.1
7712025-02-10T18:05:37.802Z Downloaded zip v2.1.3
7722025-02-10T18:05:37.806Z Downloaded snafu-derive v0.8.5
7732025-02-10T18:05:37.809Z Downloaded toml_edit v0.22.22
7742025-02-10T18:05:37.827Z Downloaded xattr v1.3.1
7752025-02-10T18:05:37.830Z Downloaded mockall_derive v0.13.0
7762025-02-10T18:05:37.833Z Downloaded ucd-trie v0.1.7
7772025-02-10T18:05:37.833Z Downloaded x509-cert v0.2.5
7782025-02-10T18:05:37.839Z Downloaded test-strategy v0.3.1
7792025-02-10T18:05:37.841Z Downloaded structmeta-derive v0.3.0
7802025-02-10T18:05:37.844Z Downloaded strsim v0.11.1
7812025-02-10T18:05:37.844Z Downloaded signature v2.2.0
7822025-02-10T18:05:37.847Z Downloaded plain v0.2.3
7832025-02-10T18:05:37.847Z Downloaded rayon v1.10.0
7842025-02-10T18:05:37.855Z Downloaded quinn-udp v0.5.5
7852025-02-10T18:05:37.858Z Downloaded newtype_derive v0.1.6
7862025-02-10T18:05:37.858Z Downloaded is_terminal_polyfill v1.70.1
7872025-02-10T18:05:37.860Z Downloaded ppv-lite86 v0.2.20
7882025-02-10T18:05:37.861Z Downloaded polyval v0.6.2
7892025-02-10T18:05:37.863Z Downloaded tokio-tungstenite v0.21.0
7902025-02-10T18:05:37.866Z Downloaded rustls-native-certs v0.7.3
7912025-02-10T18:05:37.868Z Downloaded elliptic-curve v0.13.8
7922025-02-10T18:05:37.871Z Downloaded tough v0.19.0
7932025-02-10T18:05:37.878Z Downloaded zerocopy-derive v0.8.10
7942025-02-10T18:05:37.883Z Downloaded unicode-segmentation v1.12.0
7952025-02-10T18:05:37.886Z Downloaded clang-sys v1.8.1
7962025-02-10T18:05:37.889Z Downloaded rustls-pemfile v2.2.0
7972025-02-10T18:05:37.892Z Downloaded plotters v0.3.7
7982025-02-10T18:05:37.900Z Downloaded clap v4.5.27
7992025-02-10T18:05:37.907Z Downloaded postgres-protocol v0.6.7
8002025-02-10T18:05:37.910Z Downloaded strip-ansi-escapes v0.2.0
8012025-02-10T18:05:37.912Z Downloaded libgit2-sys v0.17.0+1.8.1
8022025-02-10T18:05:37.968Z Downloaded stringprep v0.1.5
8032025-02-10T18:05:37.971Z Downloaded string_cache v0.8.7
8042025-02-10T18:05:37.971Z Downloaded crunchy v0.2.2
8052025-02-10T18:05:37.971Z Downloaded crucible-workspace-hack v0.1.0
8062025-02-10T18:05:37.971Z Downloaded smawk v0.3.2
8072025-02-10T18:05:37.974Z Downloaded secrecy v0.8.0
8082025-02-10T18:05:37.974Z Downloaded sec1 v0.7.3
8092025-02-10T18:05:37.975Z Downloaded scopeguard v1.2.0
8102025-02-10T18:05:37.978Z Downloaded rfc6979 v0.4.0
8112025-02-10T18:05:37.978Z Downloaded darling_core v0.20.10
8122025-02-10T18:05:37.981Z Downloaded goblin v0.8.2
8132025-02-10T18:05:37.987Z Downloaded embedded-io v0.4.0
8142025-02-10T18:05:37.990Z Downloaded subprocess v0.2.9
8152025-02-10T18:05:37.992Z Downloaded smallvec v1.13.2
8162025-02-10T18:05:37.995Z Downloaded futures-util v0.3.31
8172025-02-10T18:05:38.004Z Downloaded ed25519-dalek v2.1.1
8182025-02-10T18:05:38.007Z Downloaded hyper v1.5.2
8192025-02-10T18:05:38.013Z Downloaded hkdf v0.12.4
8202025-02-10T18:05:38.016Z Downloaded rcgen v0.12.1
8212025-02-10T18:05:38.020Z Downloaded tracing v0.1.40
8222025-02-10T18:05:38.023Z Downloaded pest_derive v2.7.14
8232025-02-10T18:05:38.026Z Downloaded parking_lot v0.12.3
8242025-02-10T18:05:38.030Z Downloaded num-rational v0.4.2
8252025-02-10T18:05:38.030Z Downloaded unicode-properties v0.1.3
8262025-02-10T18:05:38.033Z Downloaded papergrid v0.11.0
8272025-02-10T18:05:38.036Z Downloaded minimal-lexical v0.2.1
8282025-02-10T18:05:38.039Z Downloaded ciborium-ll v0.2.2
8292025-02-10T18:05:38.042Z Downloaded toml v0.8.19
8302025-02-10T18:05:38.045Z Downloaded litemap v0.7.3
8312025-02-10T18:05:38.050Z Downloaded der v0.7.9
8322025-02-10T18:05:38.052Z Downloaded aes v0.8.4
8332025-02-10T18:05:38.055Z Downloaded nodrop v0.1.14
8342025-02-10T18:05:38.055Z Downloaded radium v0.7.0
8352025-02-10T18:05:38.055Z Downloaded relative-path v1.9.3
8362025-02-10T18:05:38.060Z Downloaded doc-comment v0.3.3
8372025-02-10T18:05:38.061Z Downloaded darling_macro v0.20.10
8382025-02-10T18:05:38.061Z Downloaded parking_lot_core v0.8.6
8392025-02-10T18:05:38.065Z Downloaded ryu v1.0.18
8402025-02-10T18:05:38.065Z Downloaded num-derive v0.4.2
8412025-02-10T18:05:38.065Z Downloaded polling v3.7.3
8422025-02-10T18:05:38.068Z Downloaded signal-hook v0.3.17
8432025-02-10T18:05:38.071Z Downloaded hashbrown v0.14.5
8442025-02-10T18:05:38.075Z Downloaded pest_generator v2.7.14
8452025-02-10T18:05:38.078Z Downloaded document-features v0.2.10
8462025-02-10T18:05:38.078Z Downloaded rustls-pki-types v1.10.0
8472025-02-10T18:05:38.081Z Downloaded indexmap v1.9.3
8482025-02-10T18:05:38.084Z Downloaded tracing-core v0.1.32
8492025-02-10T18:05:38.087Z Downloaded tar v0.4.42
8502025-02-10T18:05:38.090Z Downloaded pem-rfc7468 v0.7.0
8512025-02-10T18:05:38.092Z Downloaded ipnetwork v0.20.0
8522025-02-10T18:05:38.092Z Downloaded indent_write v2.2.0
8532025-02-10T18:05:38.097Z Downloaded samael v0.0.17
8542025-02-10T18:05:38.099Z Downloaded constant_time_eq v0.3.1
8552025-02-10T18:05:38.099Z Downloaded colorchoice v1.0.2
8562025-02-10T18:05:38.102Z Downloaded zerofrom-derive v0.1.4
8572025-02-10T18:05:38.102Z Downloaded utf16_iter v1.0.5
8582025-02-10T18:05:38.106Z Downloaded thread_local v1.1.8
8592025-02-10T18:05:38.106Z Downloaded termios v0.3.3
8602025-02-10T18:05:38.106Z Downloaded terminal_size v0.4.0
8612025-02-10T18:05:38.109Z Downloaded zopfli v0.8.1
8622025-02-10T18:05:38.109Z Downloaded unicode-bidi v0.3.17
8632025-02-10T18:05:38.112Z Downloaded parse-zoneinfo v0.3.1
8642025-02-10T18:05:38.114Z Downloaded unicode-truncate v1.1.0
8652025-02-10T18:05:38.117Z Downloaded typify-macro v0.2.0
8662025-02-10T18:05:38.117Z Downloaded tls_codec_derive v0.4.1
8672025-02-10T18:05:38.120Z Downloaded ref-cast v1.0.23
8682025-02-10T18:05:38.120Z Downloaded rand_distr v0.4.3
8692025-02-10T18:05:38.123Z Downloaded parking_lot v0.11.2
8702025-02-10T18:05:38.125Z Downloaded slog-bunyan v2.5.0
8712025-02-10T18:05:38.131Z Downloaded shlex v1.3.0
8722025-02-10T18:05:38.131Z Downloaded salsa20 v0.10.2
8732025-02-10T18:05:38.131Z Downloaded schemars v0.8.21
8742025-02-10T18:05:38.139Z Downloaded backtrace v0.3.74
8752025-02-10T18:05:38.143Z Downloaded display-error-chain v0.2.2
8762025-02-10T18:05:38.147Z Downloaded usdt-impl v0.5.0
8772025-02-10T18:05:38.147Z Downloaded flate2 v1.0.35
8782025-02-10T18:05:38.150Z Downloaded pbkdf2 v0.12.2
8792025-02-10T18:05:38.153Z Downloaded parking v2.2.1
8802025-02-10T18:05:38.153Z Downloaded base64 v0.21.7
8812025-02-10T18:05:38.156Z Downloaded arc-swap v1.7.1
8822025-02-10T18:05:38.160Z Downloaded ena v0.14.3
8832025-02-10T18:05:38.162Z Downloaded vsss-rs v3.3.4
8842025-02-10T18:05:38.165Z Downloaded tinyvec v1.8.0
8852025-02-10T18:05:38.167Z Downloaded target-spec v3.3.1
8862025-02-10T18:05:38.170Z Downloaded target-lexicon v0.12.16
8872025-02-10T18:05:38.170Z Downloaded spin v0.9.8
8882025-02-10T18:05:38.173Z Downloaded p256 v0.13.2
8892025-02-10T18:05:38.175Z Downloaded defmt-parser v0.3.4
8902025-02-10T18:05:38.178Z Downloaded defmt-macros v0.3.9
8912025-02-10T18:05:38.181Z Downloaded chacha20poly1305 v0.10.1
8922025-02-10T18:05:38.181Z Downloaded rustc-demangle v0.1.24
8932025-02-10T18:05:38.183Z Downloaded tokio-rustls v0.24.1
8942025-02-10T18:05:38.187Z Downloaded tinytemplate v1.2.1
8952025-02-10T18:05:38.193Z Downloaded convert_case v0.4.0
8962025-02-10T18:05:38.196Z Downloaded version_check v0.9.5
8972025-02-10T18:05:38.199Z Downloaded pkcs5 v0.7.1
8982025-02-10T18:05:38.203Z Downloaded postgres-types v0.2.8
8992025-02-10T18:05:38.208Z Downloaded num-complex v0.4.6
9002025-02-10T18:05:38.211Z Downloaded hickory-server v0.24.2
9012025-02-10T18:05:38.221Z Downloaded async-lock v3.4.0
9022025-02-10T18:05:38.225Z Downloaded anyhow v1.0.95
9032025-02-10T18:05:38.232Z Downloaded globset v0.4.15
9042025-02-10T18:05:38.235Z Downloaded futures v0.3.31
9052025-02-10T18:05:38.244Z Downloaded cancel-safe-futures v0.1.5
9062025-02-10T18:05:38.249Z Downloaded slog-scope v4.4.0
9072025-02-10T18:05:38.252Z Downloaded slog-json v2.6.1
9082025-02-10T18:05:38.256Z Downloaded same-file v1.0.6
9092025-02-10T18:05:38.258Z Downloaded blake2 v0.10.6
9102025-02-10T18:05:38.261Z Downloaded serde_repr v0.1.19
9112025-02-10T18:05:38.261Z Downloaded serde_regex v1.1.0
9122025-02-10T18:05:38.264Z Downloaded half v2.4.1
9132025-02-10T18:05:38.269Z Downloaded cfg-expr v0.17.2
9142025-02-10T18:05:38.274Z Downloaded event-listener v5.3.1
9152025-02-10T18:05:38.274Z Downloaded num_cpus v1.16.0
9162025-02-10T18:05:38.274Z Downloaded fatfs v0.3.6
9172025-02-10T18:05:38.278Z Downloaded async-io v2.3.4
9182025-02-10T18:05:38.280Z Downloaded anstream v0.6.15
9192025-02-10T18:05:38.280Z Downloaded async-trait v0.1.86
9202025-02-10T18:05:38.283Z Downloaded async-process v2.3.0
9212025-02-10T18:05:38.285Z Downloaded assert_cmd v2.0.16
9222025-02-10T18:05:38.289Z Downloaded hashlink v0.9.1
9232025-02-10T18:05:38.289Z Downloaded fs_extra v1.3.0
9242025-02-10T18:05:38.291Z Downloaded proc-macro-crate v1.3.1
9252025-02-10T18:05:38.291Z Downloaded primeorder v0.13.6
9262025-02-10T18:05:38.294Z Downloaded tower-service v0.3.3
9272025-02-10T18:05:38.294Z Downloaded hyper-staticfile v0.10.1
9282025-02-10T18:05:38.297Z Downloaded headers v0.4.0
9292025-02-10T18:05:38.300Z Downloaded base64ct v1.6.0
9302025-02-10T18:05:38.303Z Downloaded async-bb8-diesel v0.2.1
9312025-02-10T18:05:38.306Z Downloaded anes v0.1.6
9322025-02-10T18:05:38.309Z Downloaded camino-tempfile v1.1.1
9332025-02-10T18:05:38.309Z Downloaded blake2b_simd v1.0.2
9342025-02-10T18:05:38.311Z Downloaded backoff v0.4.0
9352025-02-10T18:05:38.315Z Downloaded getrandom v0.2.15
9362025-02-10T18:05:38.318Z Downloaded gethostname v0.5.0
9372025-02-10T18:05:38.318Z Downloaded http-body-util v0.1.2
9382025-02-10T18:05:38.318Z Downloaded glob v0.3.2
9392025-02-10T18:05:38.320Z Downloaded cast v0.3.0
9402025-02-10T18:05:38.320Z Downloaded array-init v0.0.4
9412025-02-10T18:05:38.320Z Downloaded addr2line v0.24.2
9422025-02-10T18:05:38.323Z Downloaded cfg-if v1.0.0
9432025-02-10T18:05:38.326Z Downloaded blocking v1.6.1
9442025-02-10T18:05:38.326Z Downloaded arrayref v0.3.9
9452025-02-10T18:05:38.326Z Downloaded futures-task v0.3.31
9462025-02-10T18:05:38.329Z Downloaded fallible-iterator v0.2.0
9472025-02-10T18:05:38.329Z Downloaded guppy-workspace-hack v0.1.0
9482025-02-10T18:05:38.329Z Downloaded bit-vec v0.6.3
9492025-02-10T18:05:38.332Z Downloaded bitfield-struct v0.6.2
9502025-02-10T18:05:38.332Z Downloaded async-stream v0.3.6
9512025-02-10T18:05:38.334Z Downloaded approx v0.5.1
9522025-02-10T18:05:38.334Z Downloaded anstyle v1.0.10
9532025-02-10T18:05:38.337Z Downloaded futures-io v0.3.31
9542025-02-10T18:05:38.337Z Downloaded atomic-waker v1.1.2
9552025-02-10T18:05:38.340Z Downloaded async-signal v0.2.10
9562025-02-10T18:05:38.340Z Downloaded async-channel v1.9.0
9572025-02-10T18:05:38.342Z Downloaded assert_matches v1.5.0
9582025-02-10T18:05:38.343Z Downloaded assert-json-diff v2.0.2
9592025-02-10T18:05:38.343Z Downloaded ascii-canvas v3.0.0
9602025-02-10T18:05:38.345Z Downloaded block-buffer v0.10.4
9612025-02-10T18:05:38.345Z Downloaded bitfield v0.14.0
9622025-02-10T18:05:38.348Z Downloaded anstyle-query v1.1.1
9632025-02-10T18:05:38.348Z Downloaded hostname v0.3.1
9642025-02-10T18:05:38.350Z Downloaded fallible-streaming-iterator v0.1.9
9652025-02-10T18:05:38.351Z Downloaded async-recursion v1.1.1
9662025-02-10T18:05:38.353Z Downloaded anstyle-parse v0.2.5
9672025-02-10T18:05:38.356Z Downloaded async-channel v2.3.1
9682025-02-10T18:05:38.356Z Downloaded async-attributes v1.1.2
9692025-02-10T18:05:38.359Z Downloaded ff v0.13.0
9702025-02-10T18:05:38.361Z Downloaded fallible-iterator v0.3.0
9712025-02-10T18:05:38.364Z Downloaded atty v0.2.14
9722025-02-10T18:05:38.364Z Downloaded headers-core v0.3.0
9732025-02-10T18:05:38.371Z Downloaded libsqlite3-sys v0.30.1
9742025-02-10T18:05:38.448Z Downloaded ring v0.17.8
9752025-02-10T18:05:38.761Z Downloaded aws-lc-sys v0.22.0
9762025-02-10T18:05:39.248Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9772025-02-10T18:05:44.282Zpkg list: illegal option -- F
9782025-02-10T18:05:44.282ZUsage:
9792025-02-10T18:05:44.284Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9802025-02-10T18:05:44.284Z [pkg_fmri_pattern ...]
9812025-02-10T18:05:45.125Zpkg list: illegal option -- F
9822025-02-10T18:05:45.125ZUsage:
9832025-02-10T18:05:45.128Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9842025-02-10T18:05:45.128Z [pkg_fmri_pattern ...]
9852025-02-10T18:05:52.423Z Startup: Refreshing catalog 'helios-dev' ... Done
9862025-02-10T18:05:56.769Z Startup: Caching catalogs ... Done
9872025-02-10T18:06:08.676ZPlanning: Solver setup ... Done (10.965s)
9882025-02-10T18:06:08.826ZPlanning: Running solver ... Done (0.149s)
9892025-02-10T18:06:09.215ZPlanning: Finding local manifests ... Done (0.277s)
9902025-02-10T18:06:09.246ZPlanning: Fetching manifests: 0/7 0% complete
9912025-02-10T18:06:09.681ZPlanning: Fetching manifests: 7/7 100% complete
9922025-02-10T18:06:10.275ZPlanning: Package planning ... Done (0.594s)
9932025-02-10T18:06:10.332ZPlanning: Merging actions ... Done (0.057s)
9942025-02-10T18:06:11.366ZPlanning: Checking for conflicting actions ... Done (1.034s)
9952025-02-10T18:06:18.721ZPlanning: Consolidating action changes ... Done (7.354s)
9962025-02-10T18:06:19.179ZPlanning: Evaluating mediators ... Done (0.458s)
9972025-02-10T18:06:19.261ZPlanning: Planning completed in 22.40 seconds
9982025-02-10T18:06:19.277Z Packages to install: 4
9992025-02-10T18:06:19.277Z Packages to update: 3
10002025-02-10T18:06:19.280Z Mediators to change: 2
10012025-02-10T18:06:19.280Z Services to change: 1
10022025-02-10T18:06:19.280Z Estimated space available: 155.36 GB
10032025-02-10T18:06:19.280ZEstimated space to be consumed: 1.65 GB
10042025-02-10T18:06:19.280Z Create boot environment: No
10052025-02-10T18:06:19.280ZCreate backup boot environment: Yes
10062025-02-10T18:06:19.280Z Rebuild boot archive: No
10072025-02-10T18:06:19.280Z
10082025-02-10T18:06:19.280ZChanged mediators:
10092025-02-10T18:06:19.280Z mediator clang:
10102025-02-10T18:06:19.280Z version: None -> 15 (system default)
10112025-02-10T18:06:19.280Z
10122025-02-10T18:06:19.280Z mediator llvm:
10132025-02-10T18:06:19.281Z version: 14 (system default) -> 15 (system default)
10142025-02-10T18:06:19.281Z
10152025-02-10T18:06:19.281ZChanged packages:
10162025-02-10T18:06:19.281Zhelios-dev
10172025-02-10T18:06:19.281Z developer/build-essential
10182025-02-10T18:06:19.281Z None -> 11-2.0
10192025-02-10T18:06:19.281Z library/libxmlsec1
10202025-02-10T18:06:19.281Z None -> 1.2.35-2.0
10212025-02-10T18:06:19.281Z ooce/developer/clang-15
10222025-02-10T18:06:19.281Z None -> 15.0.7-2.0
10232025-02-10T18:06:19.281Z ooce/developer/llvm-15
10242025-02-10T18:06:19.281Z None -> 15.0.7-2.0
10252025-02-10T18:06:19.281Z package/pkg
10262025-02-10T18:06:19.281Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10272025-02-10T18:06:19.281Z system/library/g++-runtime
10282025-02-10T18:06:19.281Z 13-2.0 -> 14-2.0
10292025-02-10T18:06:19.281Z system/library/gcc-runtime
10302025-02-10T18:06:19.281Z 13-2.0 -> 14-2.0
10312025-02-10T18:06:19.281Z
10322025-02-10T18:06:19.281ZServices:
10332025-02-10T18:06:19.281Z restart_fmri:
10342025-02-10T18:06:19.281Z svc:/system/update-man-index:default
10352025-02-10T18:06:19.281Z
10362025-02-10T18:06:19.281ZEditable files to change:
10372025-02-10T18:06:19.281Z Update:
10382025-02-10T18:06:19.281Z usr/share/lib/pkg/web/config.shtml
10392025-02-10T18:06:19.587Z
10402025-02-10T18:06:19.587ZDownload: 0/4301 items 0.0/225.4MB 0% complete
10412025-02-10T18:06:25.730ZDownload: 212/4301 items 1.3/225.4MB 0% complete (1.0M/s)
10422025-02-10T18:06:32.218ZDownload: 213/4301 items 1.3/225.4MB 0% complete
10432025-02-10T18:06:37.218ZDownload: 704/4301 items 17.9/225.4MB 7% complete (3.5M/s)
10442025-02-10T18:06:44.738ZDownload: 1193/4301 items 83.2/225.4MB 36% complete (9.3M/s)
10452025-02-10T18:06:49.740ZDownload: 2044/4301 items 118.7/225.4MB 52% complete (9.6M/s)
10462025-02-10T18:06:54.742ZDownload: 2254/4301 items 119.4/225.4MB 52% complete (3.6M/s)
10472025-02-10T18:06:59.743ZDownload: 3523/4301 items 215.5/225.4MB 95% complete (9.7M/s)
10482025-02-10T18:07:03.179ZDownload: Completed 225.42 MB in 43.62 seconds (5.2M/s)
10492025-02-10T18:07:05.395Z Actions: 1/5122 actions (Removing old actions)
10502025-02-10T18:07:05.420Z Actions: 194/5122 actions (Installing new actions)
10512025-02-10T18:07:10.474Z Actions: 4105/5122 actions (Installing new actions)
10522025-02-10T18:07:10.665Z Actions: 4267/5122 actions (Updating modified actions)
10532025-02-10T18:07:11.329Z Actions: Completed 5122 actions in 5.93 seconds.
10542025-02-10T18:07:11.770Z Done (0.433s)
10552025-02-10T18:07:11.773Z Done (0.002s)
10562025-02-10T18:07:12.378Z Done (0.606s)
10572025-02-10T18:07:18.769Z Done (6.151s)
10582025-02-10T18:07:19.178Z Done (0.342s)
10592025-02-10T18:07:19.182Z Done (0.000s)
10602025-02-10T18:07:19.341Z Done (0.000s)
10612025-02-10T18:07:20.062ZPlanning: Evaluating mediator changes ... Done
10622025-02-10T18:07:20.226ZPlanning: Checking for conflicting actions ... Done
10632025-02-10T18:07:20.228ZPlanning: Consolidating action changes ... Done
10642025-02-10T18:07:20.498ZPlanning: Evaluating mediators ... Done
10652025-02-10T18:07:20.501ZPlanning: Planning completed in 0.44 seconds
10662025-02-10T18:07:20.539Z Mediators to change: 2
10672025-02-10T18:07:20.541Z Create boot environment: No
10682025-02-10T18:07:20.541ZCreate backup boot environment: No
10692025-02-10T18:07:20.632Z Done
10702025-02-10T18:07:20.632Z Done
10712025-02-10T18:07:21.004Z Done
10722025-02-10T18:07:24.701Z Done
10732025-02-10T18:07:24.793Z Done
10742025-02-10T18:07:24.796Z Done
10752025-02-10T18:07:24.930Z Done
10762025-02-10T18:07:25.561ZPlanning: Evaluating mediator changes ... Done
10772025-02-10T18:07:25.564ZPlanning: Merging actions ... Done
10782025-02-10T18:07:25.753ZPlanning: Checking for conflicting actions ... Done
10792025-02-10T18:07:25.755ZPlanning: Consolidating action changes ... Done
10802025-02-10T18:07:26.021ZPlanning: Evaluating mediators ... Done
10812025-02-10T18:07:26.078ZPlanning: Planning completed in 0.76 seconds
10822025-02-10T18:07:26.120Z Packages to change: 1
10832025-02-10T18:07:26.120Z Mediators to change: 1
10842025-02-10T18:07:26.123Z Services to change: 1
10852025-02-10T18:07:26.123Z Create boot environment: No
10862025-02-10T18:07:26.123ZCreate backup boot environment: Yes
10872025-02-10T18:07:28.388Z Actions: 1/6 actions (Updating modified actions)
10882025-02-10T18:07:28.390Z Actions: Completed 6 actions in 0.00 seconds.
10892025-02-10T18:07:28.390Z Done
10902025-02-10T18:07:28.390Z Done
10912025-02-10T18:07:28.512Z Done
10922025-02-10T18:07:32.205Z Done
10932025-02-10T18:07:32.302Z Done
10942025-02-10T18:07:32.305Z Done
10952025-02-10T18:07:32.439Z Done
10962025-02-10T18:07:32.904ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10972025-02-10T18:07:32.904Zclang system 15 system
10982025-02-10T18:07:32.904Zcsh system system illumos
10992025-02-10T18:07:32.904Zctags system system illumos
11002025-02-10T18:07:32.904Zgcc vendor 12 vendor
11012025-02-10T18:07:32.904Zgcc system 10 system
11022025-02-10T18:07:32.904Zgcc system 7 system
11032025-02-10T18:07:32.904Zgo system 1.20 system
11042025-02-10T18:07:32.904Zgo system 1.19 system
11052025-02-10T18:07:32.904Zllvm system 15 system
11062025-02-10T18:07:32.904Zllvm system 14 system
11072025-02-10T18:07:32.904Zmariadb system 10.6 system
11082025-02-10T18:07:32.904Zmta vendor vendor dma
11092025-02-10T18:07:32.904Zopenjdk system 17 system
11102025-02-10T18:07:32.905Zopenjdk system 11 system
11112025-02-10T18:07:32.905Zopenjdk system 1.8 system
11122025-02-10T18:07:32.905Zopenssl vendor 3 vendor
11132025-02-10T18:07:32.905Zperl system 5.36 system
11142025-02-10T18:07:32.905Zpostgresql system 15 system
11152025-02-10T18:07:32.905Zpostgresql system 13 system
11162025-02-10T18:07:32.905Zpython vendor 3 vendor
11172025-02-10T18:07:32.905Zpython system 2 system
11182025-02-10T18:07:32.905Zpython3 system 3.11 system
11192025-02-10T18:07:32.905Zruby system 3.0 system
11202025-02-10T18:07:32.905Zwords vendor vendor american-english
11212025-02-10T18:07:32.905Zwords system system australian-english
11222025-02-10T18:07:32.905Zwords system system british-english
11232025-02-10T18:07:32.905Zwords system system canadian-english
11242025-02-10T18:07:32.905Zwords system system french
11252025-02-10T18:07:32.905Zwords system system italian
11262025-02-10T18:07:32.905Zwords system system ngerman
11272025-02-10T18:07:32.905Zwords system system ogerman
11282025-02-10T18:07:32.905Zwords system system spanish
11292025-02-10T18:07:33.257ZPUBLISHER TYPE STATUS P LOCATION
11302025-02-10T18:07:33.257Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11312025-02-10T18:07:36.161ZFMRI IFO
11322025-02-10T18:07:36.161Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11332025-02-10T18:07:36.161Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11342025-02-10T18:07:36.161Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11352025-02-10T18:07:36.161Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11362025-02-10T18:07:36.161Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11372025-02-10T18:07:36.161Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11382025-02-10T18:07:36.161Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11392025-02-10T18:07:36.161Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11402025-02-10T18:07:36.161Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11412025-02-10T18:07:36.161Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
11422025-02-10T18:07:36.161Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11432025-02-10T18:07:36.161Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11442025-02-10T18:07:36.161Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
11452025-02-10T18:07:36.161Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11462025-02-10T18:07:36.161Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11472025-02-10T18:07:37.213Z Downloading crates ...
11482025-02-10T18:07:37.306Z Downloaded cargo_toml v0.20.5
11492025-02-10T18:07:37.446Z Compiling proc-macro2 v1.0.92
11502025-02-10T18:07:37.448Z Compiling unicode-ident v1.0.14
11512025-02-10T18:07:37.448Z Compiling version_check v0.9.5
11522025-02-10T18:07:37.448Z Compiling serde v1.0.217
11532025-02-10T18:07:37.448Z Compiling thiserror v1.0.69
11542025-02-10T18:07:37.448Z Compiling memchr v2.7.4
11552025-02-10T18:07:37.468Z Compiling libc v0.2.169
11562025-02-10T18:07:37.471Z Compiling ryu v1.0.18
11572025-02-10T18:07:37.720Z Compiling ucd-trie v0.1.7
11582025-02-10T18:07:37.814Z Compiling itoa v1.0.11
11592025-02-10T18:07:38.045Z Compiling once_cell v1.20.2
11602025-02-10T18:07:38.195Z Compiling byteorder v1.5.0
11612025-02-10T18:07:38.256Z Compiling rustix v0.38.37
11622025-02-10T18:07:38.399Z Compiling serde_json v1.0.135
11632025-02-10T18:07:38.704Z Compiling bitflags v2.6.0
11642025-02-10T18:07:38.736Z Compiling proc-macro-error-attr v1.0.4
11652025-02-10T18:07:38.960Z Compiling usdt-impl v0.5.0
11662025-02-10T18:07:39.026Z Compiling syn v1.0.109
11672025-02-10T18:07:39.041Z Compiling proc-macro-error v1.0.4
11682025-02-10T18:07:39.101Z Compiling equivalent v1.0.1
11692025-02-10T18:07:39.114Z Compiling log v0.4.22
11702025-02-10T18:07:39.205Z Compiling quote v1.0.38
11712025-02-10T18:07:39.312Z Compiling errno v0.3.9
11722025-02-10T18:07:39.428Z Compiling hashbrown v0.15.1
11732025-02-10T18:07:39.453Z Compiling camino v1.1.9
11742025-02-10T18:07:39.573Z Compiling syn v2.0.96
11752025-02-10T18:07:39.663Z Compiling utf8parse v0.2.2
11762025-02-10T18:07:39.848Z Compiling thread-id v4.2.2
11772025-02-10T18:07:39.863Z Compiling plain v0.2.3
11782025-02-10T18:07:39.877Z Compiling anstyle-parse v0.2.5
11792025-02-10T18:07:40.177Z Compiling anstyle-query v1.1.1
11802025-02-10T18:07:40.210Z Compiling unicode-width v0.1.14
11812025-02-10T18:07:40.329Z Compiling anstyle v1.0.10
11822025-02-10T18:07:40.456Z Compiling winnow v0.6.20
11832025-02-10T18:07:40.554Z Compiling indexmap v2.7.1
11842025-02-10T18:07:40.680Z Compiling pretty-hex v0.4.1
11852025-02-10T18:07:40.702Z Compiling autocfg v1.4.0
11862025-02-10T18:07:40.759Z Compiling semver v1.0.24
11872025-02-10T18:07:40.891Z Compiling colorchoice v1.0.2
11882025-02-10T18:07:41.063Z Compiling is_terminal_polyfill v1.70.1
11892025-02-10T18:07:41.197Z Compiling anstream v0.6.15
11902025-02-10T18:07:41.572Z Compiling terminal_size v0.4.0
11912025-02-10T18:07:41.713Z Compiling fs-err v2.11.0
11922025-02-10T18:07:41.756Z Compiling fastrand v2.1.1
11932025-02-10T18:07:41.794Z Compiling anyhow v1.0.95
11942025-02-10T18:07:41.840Z Compiling cfg-if v1.0.0
11952025-02-10T18:07:41.999Z Compiling fnv v1.0.7
11962025-02-10T18:07:42.139Z Compiling heck v0.4.1
11972025-02-10T18:07:42.205Z Compiling bytecount v0.6.8
11982025-02-10T18:07:42.274Z Compiling strsim v0.11.1
11992025-02-10T18:07:42.329Z Compiling clap_lex v0.7.4
12002025-02-10T18:07:42.438Z Compiling heck v0.5.0
12012025-02-10T18:07:42.589Z Compiling papergrid v0.11.0
12022025-02-10T18:07:42.840Z Compiling clap_builder v4.5.27
12032025-02-10T18:07:42.916Z Compiling tempfile v3.13.0
12042025-02-10T18:07:43.180Z Compiling memmap v0.7.0
12052025-02-10T18:07:43.465Z Compiling unicode-linebreak v0.1.5
12062025-02-10T18:07:43.501Z Compiling smawk v0.3.2
12072025-02-10T18:07:43.739Z Compiling swrite v0.1.0
12082025-02-10T18:07:43.864Z Compiling textwrap v0.16.1
12092025-02-10T18:07:44.791Z Compiling tabled_derive v0.7.0
12102025-02-10T18:07:46.130Z Compiling tabled v0.15.0
12112025-02-10T18:07:46.477Z Compiling serde_derive v1.0.217
12122025-02-10T18:07:46.481Z Compiling thiserror-impl v1.0.69
12132025-02-10T18:07:46.481Z Compiling zerocopy-derive v0.7.35
12142025-02-10T18:07:46.481Z Compiling scroll_derive v0.12.0
12152025-02-10T18:07:46.764Z Compiling clap_derive v4.5.24
12162025-02-10T18:07:47.891Z Compiling scroll v0.12.0
12172025-02-10T18:07:48.321Z Compiling zerocopy v0.7.35
12182025-02-10T18:07:48.372Z Compiling goblin v0.8.2
12192025-02-10T18:07:49.417Z Compiling pest v2.7.14
12202025-02-10T18:07:50.065Z Compiling clap v4.5.27
12212025-02-10T18:07:51.523Z Compiling pest_meta v2.7.14
12222025-02-10T18:07:52.464Z Compiling pest_generator v2.7.14
12232025-02-10T18:07:53.914Z Compiling pest_derive v2.7.14
12242025-02-10T18:07:54.493Z Compiling dtrace-parser v0.2.0
12252025-02-10T18:07:55.255Z Compiling serde_tokenstream v0.2.2
12262025-02-10T18:07:55.274Z Compiling serde_spanned v0.6.8
12272025-02-10T18:07:55.275Z Compiling toml_datetime v0.6.8
12282025-02-10T18:07:55.584Z Compiling toml_edit v0.22.22
12292025-02-10T18:07:55.619Z Compiling cargo-platform v0.1.8
12302025-02-10T18:07:55.759Z Compiling macaddr v1.0.1
12312025-02-10T18:07:55.837Z Compiling camino-tempfile v1.1.1
12322025-02-10T18:07:56.665Z Compiling dof v0.3.0
12332025-02-10T18:07:56.665Z Compiling cargo_metadata v0.18.1
12342025-02-10T18:07:58.101Z Compiling usdt-macro v0.5.0
12352025-02-10T18:07:58.101Z Compiling usdt-attr-macro v0.5.0
12362025-02-10T18:07:58.465Z Compiling toml v0.8.19
12372025-02-10T18:07:59.195Z Compiling usdt v0.5.0
12382025-02-10T18:07:59.208Z Compiling cargo_toml v0.20.5
12392025-02-10T18:08:01.900Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12402025-02-10T18:08:05.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.35s
12412025-02-10T18:08:05.119Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12422025-02-10T18:08:05.947Z Compiling serde v1.0.217
12432025-02-10T18:08:05.950Z Compiling lock_api v0.4.12
12442025-02-10T18:08:05.950Z Compiling value-bag v1.9.0
12452025-02-10T18:08:05.950Z Compiling scopeguard v1.2.0
12462025-02-10T18:08:05.950Z Compiling typenum v1.17.0
12472025-02-10T18:08:05.950Z Compiling generic-array v0.14.7
12482025-02-10T18:08:06.118Z Compiling syn v2.0.96
12492025-02-10T18:08:06.132Z Compiling getrandom v0.2.15
12502025-02-10T18:08:06.248Z Compiling subtle v2.6.1
12512025-02-10T18:08:06.445Z Compiling rand_core v0.6.4
12522025-02-10T18:08:06.535Z Compiling log v0.4.22
12532025-02-10T18:08:06.596Z Compiling shlex v1.3.0
12542025-02-10T18:08:06.638Z Compiling jobserver v0.1.32
12552025-02-10T18:08:06.655Z Compiling smallvec v1.13.2
12562025-02-10T18:08:06.950Z Compiling const-oid v0.9.6
12572025-02-10T18:08:06.953Z Compiling pin-project-lite v0.2.14
12582025-02-10T18:08:06.983Z Compiling rustix v0.38.37
12592025-02-10T18:08:07.029Z Compiling cc v1.1.30
12602025-02-10T18:08:07.093Z Compiling spin v0.9.8
12612025-02-10T18:08:07.257Z Compiling parking_lot_core v0.9.10
12622025-02-10T18:08:07.462Z Compiling futures-core v0.3.31
12632025-02-10T18:08:07.509Z Compiling signal-hook-registry v1.4.2
12642025-02-10T18:08:07.719Z Compiling mio v1.0.2
12652025-02-10T18:08:07.788Z Compiling aho-corasick v1.1.3
12662025-02-10T18:08:08.241Z Compiling parking_lot v0.12.3
12672025-02-10T18:08:08.341Z Compiling regex-syntax v0.8.5
12682025-02-10T18:08:08.380Z Compiling cpufeatures v0.2.14
12692025-02-10T18:08:08.499Z Compiling either v1.13.0
12702025-02-10T18:08:08.887Z Compiling stable_deref_trait v1.2.0
12712025-02-10T18:08:08.913Z Compiling futures-sink v0.3.31
12722025-02-10T18:08:09.009Z Compiling glob v0.3.2
12732025-02-10T18:08:09.028Z Compiling socket2 v0.5.7
12742025-02-10T18:08:09.074Z Compiling slab v0.4.9
12752025-02-10T18:08:09.094Z Compiling prettyplease v0.2.25
12762025-02-10T18:08:09.444Z Compiling lazy_static v1.5.0
12772025-02-10T18:08:09.537Z Compiling serde_json v1.0.135
12782025-02-10T18:08:09.567Z Compiling minimal-lexical v0.2.1
12792025-02-10T18:08:09.842Z Compiling clang-sys v1.8.1
12802025-02-10T18:08:09.925Z Compiling libloading v0.8.5
12812025-02-10T18:08:10.048Z Compiling nom v7.1.3
12822025-02-10T18:08:10.177Z Compiling bindgen v0.69.5
12832025-02-10T18:08:10.318Z Compiling home v0.5.9
12842025-02-10T18:08:10.579Z Compiling futures-channel v0.3.31
12852025-02-10T18:08:10.863Z Compiling itertools v0.12.1
12862025-02-10T18:08:10.990Z Compiling lazycell v1.3.0
12872025-02-10T18:08:11.048Z Compiling futures-io v0.3.31
12882025-02-10T18:08:11.173Z Compiling foldhash v0.1.3
12892025-02-10T18:08:11.305Z Compiling allocator-api2 v0.2.18
12902025-02-10T18:08:11.492Z Compiling pin-utils v0.1.0
12912025-02-10T18:08:11.604Z Compiling futures-task v0.3.31
12922025-02-10T18:08:11.903Z Compiling libm v0.2.8
12932025-02-10T18:08:12.037Z Compiling regex-automata v0.4.8
12942025-02-10T18:08:12.233Z Compiling rustc-hash v1.1.0
12952025-02-10T18:08:12.426Z Compiling hashbrown v0.15.1
12962025-02-10T18:08:12.566Z Compiling cmake v0.1.51
12972025-02-10T18:08:13.452Z Compiling synstructure v0.13.1
12982025-02-10T18:08:13.620Z Compiling cexpr v0.6.0
12992025-02-10T18:08:13.871Z Compiling num-traits v0.2.19
13002025-02-10T18:08:14.176Z Compiling fs_extra v1.3.0
13012025-02-10T18:08:14.534Z Compiling pkg-config v0.3.31
13022025-02-10T18:08:14.739Z Compiling dunce v1.0.5
13032025-02-10T18:08:15.128Z Compiling litemap v0.7.3
13042025-02-10T18:08:15.259Z Compiling writeable v0.5.5
13052025-02-10T18:08:15.512Z Compiling ring v0.17.8
13062025-02-10T18:08:15.824Z Compiling paste v1.0.15
13072025-02-10T18:08:16.247Z Compiling base64ct v1.6.0
13082025-02-10T18:08:16.267Z Compiling icu_locid_transform_data v1.5.0
13092025-02-10T18:08:16.374Z Compiling flagset v0.4.6
13102025-02-10T18:08:16.392Z Compiling httparse v1.9.5
13112025-02-10T18:08:16.597Z Compiling aws-lc-rs v1.10.0
13122025-02-10T18:08:16.799Z Compiling pem-rfc7468 v0.7.0
13132025-02-10T18:08:17.135Z Compiling tracing-core v0.1.32
13142025-02-10T18:08:17.476Z Compiling rustls-pki-types v1.10.0
13152025-02-10T18:08:17.601Z Compiling regex v1.11.1
13162025-02-10T18:08:18.073Z Compiling crossbeam-utils v0.8.20
13172025-02-10T18:08:18.286Z Compiling icu_properties_data v1.5.0
13182025-02-10T18:08:18.444Z Compiling percent-encoding v2.3.1
13192025-02-10T18:08:18.542Z Compiling num-conv v0.1.0
13202025-02-10T18:08:18.610Z Compiling untrusted v0.7.1
13212025-02-10T18:08:18.736Z Compiling time-core v0.1.2
13222025-02-10T18:08:18.800Z Compiling vcpkg v0.2.15
13232025-02-10T18:08:18.820Z Compiling write16 v1.0.0
13242025-02-10T18:08:18.914Z Compiling utf16_iter v1.0.5
13252025-02-10T18:08:18.940Z Compiling mirai-annotations v1.12.0
13262025-02-10T18:08:19.103Z Compiling powerfmt v0.2.0
13272025-02-10T18:08:19.123Z Compiling serde_derive v1.0.217
13282025-02-10T18:08:19.146Z Compiling zeroize_derive v1.4.2
13292025-02-10T18:08:19.173Z Compiling zerocopy-derive v0.7.35
13302025-02-10T18:08:19.479Z Compiling zerofrom-derive v0.1.4
13312025-02-10T18:08:20.584Z Compiling zeroize v1.8.1
13322025-02-10T18:08:20.608Z Compiling tokio-macros v2.5.0
13332025-02-10T18:08:21.125Z Compiling zerocopy v0.7.35
13342025-02-10T18:08:21.152Z Compiling yoke-derive v0.7.4
13352025-02-10T18:08:22.066Z Compiling zerovec-derive v0.10.3
13362025-02-10T18:08:22.239Z Compiling crypto-common v0.1.6
13372025-02-10T18:08:22.474Z Compiling block-buffer v0.10.4
13382025-02-10T18:08:22.501Z Compiling thiserror-impl v1.0.69
13392025-02-10T18:08:22.748Z Compiling digest v0.10.7
13402025-02-10T18:08:23.058Z Compiling futures-macro v0.3.31
13412025-02-10T18:08:23.104Z Compiling zerofrom v0.1.4
13422025-02-10T18:08:23.230Z Compiling hmac v0.12.1
13432025-02-10T18:08:23.252Z Compiling displaydoc v0.2.5
13442025-02-10T18:08:23.308Z Compiling block-padding v0.3.3
13452025-02-10T18:08:23.496Z Compiling sha2 v0.10.8
13462025-02-10T18:08:23.566Z Compiling inout v0.1.3
13472025-02-10T18:08:23.741Z Compiling yoke v0.7.4
13482025-02-10T18:08:23.830Z Compiling cipher v0.4.4
13492025-02-10T18:08:24.104Z Compiling icu_provider_macros v1.5.0
13502025-02-10T18:08:24.365Z Compiling ppv-lite86 v0.2.20
13512025-02-10T18:08:24.638Z Compiling zerovec v0.10.4
13522025-02-10T18:08:24.822Z Compiling der_derive v0.7.3
13532025-02-10T18:08:24.874Z Compiling futures-util v0.3.31
13542025-02-10T18:08:25.114Z Compiling rand_chacha v0.3.1
13552025-02-10T18:08:25.167Z Compiling tracing-attributes v0.1.27
13562025-02-10T18:08:25.495Z Compiling thiserror v1.0.69
13572025-02-10T18:08:25.643Z Compiling pest v2.7.14
13582025-02-10T18:08:26.703Z Compiling tinystr v0.7.6
13592025-02-10T18:08:27.012Z Compiling icu_locid v1.5.0
13602025-02-10T18:08:27.076Z Compiling icu_collections v1.5.0
13612025-02-10T18:08:27.156Z Compiling der v0.7.9
13622025-02-10T18:08:27.518Z Compiling rand v0.8.5
13632025-02-10T18:08:28.489Z Compiling icu_provider v1.5.0
13642025-02-10T18:08:28.534Z Compiling tracing v0.1.40
13652025-02-10T18:08:28.793Z Compiling salsa20 v0.10.2
13662025-02-10T18:08:29.030Z Compiling pbkdf2 v0.12.2
13672025-02-10T18:08:29.078Z Compiling icu_normalizer_data v1.5.0
13682025-02-10T18:08:29.119Z Compiling untrusted v0.9.0
13692025-02-10T18:08:29.195Z Compiling icu_locid_transform v1.5.0
13702025-02-10T18:08:29.223Z Compiling spki v0.7.3
13712025-02-10T18:08:29.342Z Compiling utf8_iter v1.0.4
13722025-02-10T18:08:29.574Z Compiling scrypt v0.11.0
13732025-02-10T18:08:29.594Z Compiling pest_meta v2.7.14
13742025-02-10T18:08:29.614Z Compiling aes v0.8.4
13752025-02-10T18:08:30.079Z Compiling cbc v0.1.2
13762025-02-10T18:08:30.226Z Compiling openssl-sys v0.9.105
13772025-02-10T18:08:30.315Z Compiling deranged v0.3.11
13782025-02-10T18:08:30.356Z Compiling scroll_derive v0.12.0
13792025-02-10T18:08:31.287Z Compiling icu_properties v1.5.1
13802025-02-10T18:08:31.641Z Compiling time-macros v0.2.18
13812025-02-10T18:08:31.780Z Compiling atomic-waker v1.1.2
13822025-02-10T18:08:31.982Z Compiling num_threads v0.1.7
13832025-02-10T18:08:32.129Z Compiling bitflags v2.6.0
13842025-02-10T18:08:32.389Z Compiling bytes v1.9.0
13852025-02-10T18:08:32.905Z Compiling indexmap v2.7.1
13862025-02-10T18:08:32.947Z Compiling semver v1.0.24
13872025-02-10T18:08:33.664Z Compiling tokio v1.43.0
13882025-02-10T18:08:33.689Z Compiling http v1.2.0
13892025-02-10T18:08:34.220Z Compiling rustc_version v0.4.1
13902025-02-10T18:08:34.223Z Compiling tinyvec_macros v0.1.1
13912025-02-10T18:08:34.344Z Compiling tinyvec v1.8.0
13922025-02-10T18:08:34.809Z Compiling time v0.3.36
13932025-02-10T18:08:34.955Z Compiling icu_normalizer v1.5.0
13942025-02-10T18:08:35.546Z Compiling http-body v1.0.1
13952025-02-10T18:08:35.779Z Compiling scroll v0.12.0
13962025-02-10T18:08:35.898Z Compiling idna_adapter v1.2.0
13972025-02-10T18:08:35.916Z Compiling pest_generator v2.7.14
13982025-02-10T18:08:35.972Z Compiling pkcs5 v0.7.1
13992025-02-10T18:08:36.138Z Compiling which v4.4.2
14002025-02-10T18:08:36.300Z Compiling form_urlencoded v1.2.1
14012025-02-10T18:08:36.699Z Compiling try-lock v0.2.5
14022025-02-10T18:08:36.795Z Compiling slog v2.7.0
14032025-02-10T18:08:36.855Z Compiling want v0.3.1
14042025-02-10T18:08:37.107Z Compiling goblin v0.8.2
14052025-02-10T18:08:37.135Z Compiling pkcs8 v0.10.2
14062025-02-10T18:08:37.230Z Compiling idna v1.0.3
14072025-02-10T18:08:37.384Z Compiling uuid v1.12.0
14082025-02-10T18:08:37.803Z Compiling pest_derive v2.7.14
14092025-02-10T18:08:37.847Z Compiling httpdate v1.0.3
14102025-02-10T18:08:38.306Z Compiling iana-time-zone v0.1.61
14112025-02-10T18:08:38.610Z Compiling dtrace-parser v0.2.0
14122025-02-10T18:08:38.678Z Compiling chrono v0.4.39
14132025-02-10T18:08:38.932Z Compiling toml_datetime v0.6.8
14142025-02-10T18:08:39.424Z Compiling serde_tokenstream v0.2.2
14152025-02-10T18:08:39.491Z Compiling serde_spanned v0.6.8
14162025-02-10T18:08:39.559Z Compiling openssl v0.10.70
14172025-02-10T18:08:39.743Z Compiling adler2 v2.0.0
14182025-02-10T18:08:39.957Z Compiling base64 v0.22.1
14192025-02-10T18:08:39.977Z Compiling foreign-types-shared v0.1.1
14202025-02-10T18:08:39.980Z Compiling match_cfg v0.1.0
14212025-02-10T18:08:40.095Z Compiling rustversion v1.0.17
14222025-02-10T18:08:40.098Z Compiling tower-service v0.3.3
14232025-02-10T18:08:40.256Z Compiling hostname v0.3.1
14242025-02-10T18:08:40.479Z Compiling foreign-types v0.3.2
14252025-02-10T18:08:40.590Z Compiling miniz_oxide v0.8.0
14262025-02-10T18:08:40.609Z Compiling url v2.5.3
14272025-02-10T18:08:40.829Z Compiling openssl-macros v0.1.1
14282025-02-10T18:08:41.561Z Compiling tokio-util v0.7.12
14292025-02-10T18:08:41.918Z Compiling async-trait v0.1.86
14302025-02-10T18:08:42.048Z Compiling serde_derive_internals v0.29.1
14312025-02-10T18:08:42.087Z Compiling dirs-sys-next v0.1.2
14322025-02-10T18:08:42.412Z Compiling syn v1.0.109
14332025-02-10T18:08:42.699Z Compiling h2 v0.4.6
14342025-02-10T18:08:42.884Z Compiling dof v0.3.0
14352025-02-10T18:08:43.019Z Compiling schemars v0.8.21
14362025-02-10T18:08:43.369Z Compiling rustls v0.23.19
14372025-02-10T18:08:43.657Z Compiling usdt-impl v0.5.0
14382025-02-10T18:08:44.477Z Compiling native-tls v0.2.12
14392025-02-10T18:08:44.520Z Compiling rustls v0.22.4
14402025-02-10T18:08:44.755Z Compiling data-encoding v2.6.0
14412025-02-10T18:08:44.804Z Compiling siphasher v0.3.11
14422025-02-10T18:08:44.884Z Compiling schemars_derive v0.8.21
14432025-02-10T18:08:45.165Z Compiling dirs-next v2.0.0
14442025-02-10T18:08:46.490Z Compiling http-body-util v0.1.2
14452025-02-10T18:08:46.683Z Compiling unicode-normalization v0.1.24
14462025-02-10T18:08:46.890Z Compiling heapless v0.7.17
14472025-02-10T18:08:46.970Z Compiling crossbeam-epoch v0.9.18
14482025-02-10T18:08:47.249Z Compiling sha1 v0.10.6
14492025-02-10T18:08:47.318Z Compiling signature v2.2.0
14502025-02-10T18:08:47.646Z Compiling bzip2-sys v0.1.11+1.0.8
14512025-02-10T18:08:47.674Z Compiling thread_local v1.1.8
14522025-02-10T18:08:47.734Z Compiling cookie v0.18.1
14532025-02-10T18:08:47.832Z Compiling encoding_rs v0.8.34
14542025-02-10T18:08:48.008Z Compiling multer v3.1.0
14552025-02-10T18:08:48.035Z Compiling signal-hook v0.3.17
14562025-02-10T18:08:48.117Z Compiling dyn-clone v1.0.17
14572025-02-10T18:08:48.132Z Compiling mime v0.3.17
14582025-02-10T18:08:48.300Z Compiling ipnet v2.10.1
14592025-02-10T18:08:48.320Z Compiling unicode-properties v0.1.3
14602025-02-10T18:08:48.322Z Compiling openssl-probe v0.1.5
14612025-02-10T18:08:48.626Z Compiling slog-async v2.8.0
14622025-02-10T18:08:48.629Z Compiling rayon-core v1.12.1
14632025-02-10T18:08:48.741Z Compiling gimli v0.31.1
14642025-02-10T18:08:48.899Z Compiling unicode-bidi v0.3.17
14652025-02-10T18:08:49.217Z Compiling toml_edit v0.22.22
14662025-02-10T18:08:50.180Z Compiling hyper v1.5.2
14672025-02-10T18:08:52.672Z Compiling hyper-util v0.1.10
14682025-02-10T18:08:52.983Z Compiling addr2line v0.24.2
14692025-02-10T18:08:53.030Z Compiling stringprep v0.1.5
14702025-02-10T18:08:53.629Z Compiling crossbeam-deque v0.8.5
14712025-02-10T18:08:53.753Z Compiling usdt-macro v0.5.0
14722025-02-10T18:08:53.855Z Compiling usdt-attr-macro v0.5.0
14732025-02-10T18:08:53.985Z Compiling term v0.7.0
14742025-02-10T18:08:54.738Z Compiling slog-json v2.6.1
14752025-02-10T18:08:55.038Z Compiling serde_urlencoded v0.7.1
14762025-02-10T18:08:55.127Z Compiling curve25519-dalek v4.1.3
14772025-02-10T18:08:55.281Z Compiling crossbeam-channel v0.5.13
14782025-02-10T18:08:55.403Z Compiling futures-executor v0.3.31
14792025-02-10T18:08:55.511Z Compiling md-5 v0.10.6
14802025-02-10T18:08:55.531Z Compiling enum-as-inner v0.6.1
14812025-02-10T18:08:55.789Z Compiling async-stream-impl v0.3.6
14822025-02-10T18:08:55.819Z Compiling rustls-pemfile v2.2.0
14832025-02-10T18:08:55.894Z Compiling num-integer v0.1.46
14842025-02-10T18:08:56.142Z Compiling hash32 v0.2.1
14852025-02-10T18:08:56.288Z Compiling ff v0.13.0
14862025-02-10T18:08:56.525Z Compiling is-terminal v0.4.13
14872025-02-10T18:08:56.545Z Compiling dropshot v0.12.0
14882025-02-10T18:08:56.589Z Compiling object v0.36.5
14892025-02-10T18:08:56.627Z Compiling portable-atomic v1.9.0
14902025-02-10T18:08:56.663Z Compiling base16ct v0.2.0
14912025-02-10T18:08:56.681Z Compiling fallible-iterator v0.2.0
14922025-02-10T18:08:56.841Z Compiling anyhow v1.0.95
14932025-02-10T18:08:56.988Z Compiling linked-hash-map v0.5.6
14942025-02-10T18:08:57.069Z Compiling smoltcp v0.9.1
14952025-02-10T18:08:57.333Z Compiling quick-error v1.2.3
14962025-02-10T18:08:57.365Z Compiling psl-types v2.0.11
14972025-02-10T18:08:57.467Z Compiling rustc-demangle v0.1.24
14982025-02-10T18:08:57.500Z Compiling litrs v0.4.1
14992025-02-10T18:08:57.592Z Compiling take_mut v0.2.2
15002025-02-10T18:08:57.694Z Compiling num-bigint-dig v0.8.4
15012025-02-10T18:08:57.743Z Compiling utf-8 v0.7.6
15022025-02-10T18:08:58.021Z Compiling tungstenite v0.24.0
15032025-02-10T18:08:58.142Z Compiling publicsuffix v2.3.0
15042025-02-10T18:08:58.446Z Compiling resolv-conf v0.7.0
15052025-02-10T18:08:58.619Z Compiling document-features v0.2.10
15062025-02-10T18:08:58.785Z Compiling postgres-protocol v0.6.7
15072025-02-10T18:08:58.888Z Compiling lru-cache v0.1.2
15082025-02-10T18:08:59.092Z Compiling async-stream v0.3.6
15092025-02-10T18:08:59.194Z Compiling sec1 v0.7.3
15102025-02-10T18:08:59.472Z Compiling slog-term v2.9.1
15112025-02-10T18:08:59.756Z Compiling hickory-proto v0.24.3
15122025-02-10T18:08:59.803Z Compiling usdt v0.5.0
15132025-02-10T18:09:00.000Z Compiling group v0.13.0
15142025-02-10T18:09:00.288Z Compiling num-iter v0.1.45
15152025-02-10T18:09:00.452Z Compiling futures v0.3.31
15162025-02-10T18:09:00.474Z Compiling slog-bunyan v2.5.0
15172025-02-10T18:09:00.718Z Compiling toml v0.8.19
15182025-02-10T18:09:01.145Z Compiling tokio-native-tls v0.3.1
15192025-02-10T18:09:02.216Z Compiling camino v1.1.9
15202025-02-10T18:09:02.287Z Compiling phf_shared v0.11.2
15212025-02-10T18:09:02.452Z Compiling dropshot_endpoint v0.12.0
15222025-02-10T18:09:02.658Z Compiling terminal_size v0.4.0
15232025-02-10T18:09:02.677Z Compiling openapiv3 v2.0.0
15242025-02-10T18:09:02.893Z Compiling serde_path_to_error v0.1.16
15252025-02-10T18:09:03.110Z Compiling waitgroup v0.1.2
15262025-02-10T18:09:03.347Z Compiling backtrace v0.3.74
15272025-02-10T18:09:03.705Z Compiling hkdf v0.12.4
15282025-02-10T18:09:03.834Z Compiling crypto-bigint v0.5.5
15292025-02-10T18:09:03.981Z Compiling curve25519-dalek-derive v0.1.1
15302025-02-10T18:09:05.476Z Compiling zerocopy-derive v0.6.6
15312025-02-10T18:09:06.481Z Compiling webpki-roots v0.26.6
15322025-02-10T18:09:06.689Z Compiling hubpack_derive v0.1.1
15332025-02-10T18:09:06.712Z Compiling hostname v0.4.0
15342025-02-10T18:09:06.743Z Compiling ahash v0.8.11
15352025-02-10T18:09:06.760Z Compiling crc32fast v1.4.2
15362025-02-10T18:09:06.938Z Compiling fs-err v2.11.0
15372025-02-10T18:09:07.068Z Compiling unicode-width v0.2.0
15382025-02-10T18:09:07.086Z Compiling bitflags v1.3.2
15392025-02-10T18:09:07.204Z Compiling newtype-uuid v1.2.1
15402025-02-10T18:09:07.255Z Compiling debug-ignore v1.0.5
15412025-02-10T18:09:07.447Z Compiling managed v0.8.0
15422025-02-10T18:09:07.499Z Compiling winnow v0.5.40
15432025-02-10T18:09:07.550Z Compiling clap_builder v4.5.27
15442025-02-10T18:09:07.552Z Compiling hubpack v0.1.2
15452025-02-10T18:09:07.637Z Compiling console v0.15.10
15462025-02-10T18:09:08.032Z Compiling zerocopy v0.6.6
15472025-02-10T18:09:08.966Z Compiling strum_macros v0.25.3
15482025-02-10T18:09:09.123Z Compiling flate2 v1.0.35
15492025-02-10T18:09:09.148Z Compiling elliptic-curve v0.13.8
15502025-02-10T18:09:09.972Z Compiling hickory-resolver v0.24.2
15512025-02-10T18:09:10.013Z Compiling phf v0.11.2
15522025-02-10T18:09:10.304Z Compiling signal-hook-mio v0.2.4
15532025-02-10T18:09:10.477Z Compiling rayon v1.10.0
15542025-02-10T18:09:10.806Z Compiling toml_edit v0.19.15
15552025-02-10T18:09:10.971Z Compiling hyper-tls v0.6.0
15562025-02-10T18:09:11.359Z Compiling cookie_store v0.21.1
15572025-02-10T18:09:12.805Z Compiling bzip2 v0.4.4
15582025-02-10T18:09:13.203Z Compiling postgres-types v0.2.8
15592025-02-10T18:09:14.556Z Compiling tokio-tungstenite v0.24.0
15602025-02-10T18:09:15.091Z Compiling ed25519 v2.2.3
15612025-02-10T18:09:15.899Z Compiling phf_shared v0.10.0
15622025-02-10T18:09:15.965Z Compiling tokio-stream v0.1.16
15632025-02-10T18:09:16.108Z Compiling pkcs1 v0.7.5
15642025-02-10T18:09:16.287Z Compiling serde-big-array v0.5.1
15652025-02-10T18:09:16.526Z Compiling rfc6979 v0.4.0
15662025-02-10T18:09:16.734Z Compiling derive-where v1.2.7
15672025-02-10T18:09:16.922Z Compiling clap_derive v4.5.24
15682025-02-10T18:09:16.999Z Compiling serde_repr v0.1.19
15692025-02-10T18:09:17.033Z Compiling bstr v1.10.0
15702025-02-10T18:09:17.987Z Compiling float-cmp v0.9.0
15712025-02-10T18:09:18.121Z Compiling sync_wrapper v1.0.1
15722025-02-10T18:09:18.214Z Compiling number_prefix v0.4.0
15732025-02-10T18:09:18.233Z Compiling whoami v1.5.2
15742025-02-10T18:09:18.287Z Compiling fixedbitset v0.4.2
15752025-02-10T18:09:18.454Z Compiling bit-vec v0.6.3
15762025-02-10T18:09:18.661Z Compiling new_debug_unreachable v1.0.6
15772025-02-10T18:09:18.747Z Compiling precomputed-hash v0.1.1
15782025-02-10T18:09:18.771Z Compiling normalize-line-endings v0.3.0
15792025-02-10T18:09:18.790Z Compiling static_assertions v1.1.0
15802025-02-10T18:09:18.854Z Compiling difflib v0.4.0
15812025-02-10T18:09:18.883Z Compiling unicode-segmentation v1.12.0
15822025-02-10T18:09:18.904Z Compiling predicates-core v1.0.8
15832025-02-10T18:09:18.921Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15842025-02-10T18:09:19.234Z Compiling string_cache v0.8.7
15852025-02-10T18:09:19.652Z Compiling similar v2.6.0
15862025-02-10T18:09:19.746Z Compiling predicates v3.1.2
15872025-02-10T18:09:19.959Z Compiling bit-set v0.5.3
15882025-02-10T18:09:20.255Z Compiling petgraph v0.6.5
15892025-02-10T18:09:20.290Z Compiling tokio-postgres v0.7.12
15902025-02-10T18:09:21.279Z Compiling indicatif v0.17.11
15912025-02-10T18:09:21.541Z Compiling clap v4.5.27
15922025-02-10T18:09:21.672Z Compiling ecdsa v0.16.9
15932025-02-10T18:09:21.804Z Compiling rsa v0.9.6
15942025-02-10T18:09:22.537Z Compiling ed25519-dalek v2.1.1
15952025-02-10T18:09:23.360Z Compiling toml v0.7.8
15962025-02-10T18:09:23.813Z Compiling zip v0.6.6
15972025-02-10T18:09:23.906Z Compiling crossterm v0.28.1
15982025-02-10T18:09:25.376Z Compiling hex v0.4.3
15992025-02-10T18:09:25.520Z Compiling x509-cert v0.2.5
16002025-02-10T18:09:25.920Z Compiling itertools v0.10.5
16012025-02-10T18:09:25.938Z Compiling lalrpop-util v0.19.12
16022025-02-10T18:09:25.963Z Compiling peg-runtime v0.8.3
16032025-02-10T18:09:26.307Z Compiling unicode-xid v0.2.6
16042025-02-10T18:09:26.517Z Compiling strum_macros v0.26.4
16052025-02-10T18:09:26.571Z Compiling xattr v1.3.1
16062025-02-10T18:09:26.802Z Compiling filetime v0.2.25
16072025-02-10T18:09:27.113Z Compiling tar v0.4.42
16082025-02-10T18:09:31.202Z Compiling strum v0.26.3
16092025-02-10T18:09:34.564Z Compiling aws-lc-sys v0.22.0
16102025-02-10T18:10:02.509Z Compiling rustls-webpki v0.102.8
16112025-02-10T18:10:05.621Z Compiling tokio-rustls v0.25.0
16122025-02-10T18:10:07.308Z Compiling tokio-rustls v0.26.0
16132025-02-10T18:10:07.678Z Compiling hyper-rustls v0.27.3
16142025-02-10T18:10:08.053Z Compiling reqwest v0.12.9
16152025-02-10T18:10:09.313Z Compiling qorb v0.2.1
16162025-02-10T18:10:12.409Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16172025-02-10T18:10:12.661Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16182025-02-10T18:10:17.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s
16192025-02-10T18:10:17.216Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16202025-02-10T18:10:17.260ZFeb 10 18:10:16.164 INFO Starting download, target: Clickhouse
16212025-02-10T18:10:17.260ZFeb 10 18:10:16.165 INFO Starting download, target: Cockroach
16222025-02-10T18:10:17.260ZFeb 10 18:10:16.165 INFO Starting download, target: Console
16232025-02-10T18:10:17.260ZFeb 10 18:10:16.165 INFO Starting download, target: DendriteOpenapi
16242025-02-10T18:10:17.263ZFeb 10 18:10:16.165 INFO Starting download, target: DendriteStub
16252025-02-10T18:10:17.263ZFeb 10 18:10:16.165 INFO Starting download, target: MaghemiteMgd
16262025-02-10T18:10:17.263ZFeb 10 18:10:16.165 INFO Starting download, target: TransceiverControl
16272025-02-10T18:10:17.263ZFeb 10 18:10:16.166 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16282025-02-10T18:10:17.263ZFeb 10 18:10:16.166 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16292025-02-10T18:10:17.263ZFeb 10 18:10:16.166 INFO Downloading out/downloads/dpd-caf4bee7f1647b4f971199a5268885337ff1691a.json (attempt 1/3), target: DendriteOpenapi
16302025-02-10T18:10:17.263ZFeb 10 18:10:16.166 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16312025-02-10T18:10:17.263ZFeb 10 18:10:16.166 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16322025-02-10T18:10:17.263ZFeb 10 18:10:16.166 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16332025-02-10T18:10:17.263ZFeb 10 18:10:16.166 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16342025-02-10T18:10:17.443ZFeb 10 18:10:16.346 INFO Download complete, target: DendriteOpenapi
16352025-02-10T18:10:17.653ZFeb 10 18:10:16.549 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16362025-02-10T18:10:17.891ZFeb 10 18:10:16.793 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16372025-02-10T18:10:18.175ZFeb 10 18:10:17.077 INFO Download complete, target: TransceiverControl
16382025-02-10T18:10:18.247ZFeb 10 18:10:17.152 INFO Download complete, target: Console
16392025-02-10T18:10:18.429ZFeb 10 18:10:17.325 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16402025-02-10T18:10:18.462ZFeb 10 18:10:17.362 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16412025-02-10T18:10:18.922ZFeb 10 18:10:17.827 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16422025-02-10T18:10:18.922ZFeb 10 18:10:17.827 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16432025-02-10T18:10:19.256ZFeb 10 18:10:18.153 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16442025-02-10T18:10:21.283ZFeb 10 18:10:20.188 INFO Download complete, target: DendriteStub
16452025-02-10T18:10:21.290ZFeb 10 18:10:20.195 INFO Download complete, target: MaghemiteMgd
16462025-02-10T18:10:26.317ZFeb 10 18:10:25.222 INFO Checking that binary works, target: Cockroach
16472025-02-10T18:10:26.623ZFeb 10 18:10:25.523 INFO Download complete, target: Cockroach
16482025-02-10T18:10:31.797ZFeb 10 18:10:30.702 INFO Checking that binary works, target: Clickhouse
16492025-02-10T18:10:32.291ZFeb 10 18:10:31.196 INFO Download complete, target: Clickhouse
16502025-02-10T18:10:32.298ZAll prerequisites installed successfully
16512025-02-10T18:10:32.301Z
16522025-02-10T18:10:32.301Zreal 4:53.052460872
16532025-02-10T18:10:32.301Zuser 15:53.908905337
16542025-02-10T18:10:32.301Zsys 2:01.007319083
16552025-02-10T18:10:32.301Ztrap 0.531503075
16562025-02-10T18:10:32.301Ztflt 2.340548136
16572025-02-10T18:10:32.301Zdflt 2.323378382
16582025-02-10T18:10:32.301Zkflt 0.171765337
16592025-02-10T18:10:32.301Zlock 27:11.950896343
16602025-02-10T18:10:32.301Zslp 56:21.238658940
16612025-02-10T18:10:32.301Zlat 58.485001425
16622025-02-10T18:10:32.301Zstop 2:17.138669766
16632025-02-10T18:10:32.302Z+ source ./tools/include/force-git-over-https.sh
16642025-02-10T18:10:32.302Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16652025-02-10T18:10:32.302Z++ (( i = 0 ))
16662025-02-10T18:10:32.302Z++ (( i < 5 ))
16672025-02-10T18:10:32.302Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16682025-02-10T18:10:32.304Z++ (( i++ ))
16692025-02-10T18:10:32.304Z++ (( i < 5 ))
16702025-02-10T18:10:32.304Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16712025-02-10T18:10:32.307Z++ (( i++ ))
16722025-02-10T18:10:32.307Z++ (( i < 5 ))
16732025-02-10T18:10:32.307Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16742025-02-10T18:10:32.310Z++ (( i++ ))
16752025-02-10T18:10:32.310Z++ (( i < 5 ))
16762025-02-10T18:10:32.310Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16772025-02-10T18:10:32.313Z++ (( i++ ))
16782025-02-10T18:10:32.313Z++ (( i < 5 ))
16792025-02-10T18:10:32.313Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16802025-02-10T18:10:32.317Z++ (( i++ ))
16812025-02-10T18:10:32.317Z++ (( i < 5 ))
16822025-02-10T18:10:32.317Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16832025-02-10T18:10:32.317Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16842025-02-10T18:10:32.319Z+ rc=0
16852025-02-10T18:10:32.319Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16862025-02-10T18:11:03.791Z+ case $rc in
16872025-02-10T18:11:03.791Z+ pfexec zfs create -p rpool/images/build/host
16882025-02-10T18:11:04.098Z+ pfexec zfs create -p rpool/images/build/recovery
16892025-02-10T18:11:04.105Z+ cargo xtask releng --output-dir /work
16902025-02-10T18:11:04.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16912025-02-10T18:11:04.640Z Running `target/debug/xtask releng --output-dir /work`
16922025-02-10T18:11:05.543Z Compiling proc-macro2 v1.0.92
16932025-02-10T18:11:05.543Z Compiling unicode-ident v1.0.14
16942025-02-10T18:11:05.543Z Compiling libc v0.2.169
16952025-02-10T18:11:05.549Z Compiling serde v1.0.217
16962025-02-10T18:11:05.549Z Compiling autocfg v1.4.0
16972025-02-10T18:11:05.549Z Compiling version_check v0.9.5
16982025-02-10T18:11:05.549Z Compiling cfg-if v1.0.0
16992025-02-10T18:11:05.851Z Compiling memchr v2.7.4
17002025-02-10T18:11:05.874Z Compiling typenum v1.17.0
17012025-02-10T18:11:05.874Z Compiling shlex v1.3.0
17022025-02-10T18:11:06.323Z Compiling value-bag v1.9.0
17032025-02-10T18:11:06.410Z Compiling generic-array v0.14.7
17042025-02-10T18:11:06.431Z Compiling scopeguard v1.2.0
17052025-02-10T18:11:06.610Z Compiling lock_api v0.4.12
17062025-02-10T18:11:06.780Z Compiling log v0.4.22
17072025-02-10T18:11:06.874Z Compiling parking_lot_core v0.9.10
17082025-02-10T18:11:07.106Z Compiling rustix v0.38.37
17092025-02-10T18:11:07.287Z Compiling serde_json v1.0.135
17102025-02-10T18:11:07.512Z Compiling quote v1.0.38
17112025-02-10T18:11:07.537Z Compiling libm v0.2.8
17122025-02-10T18:11:07.614Z Compiling num-traits v0.2.19
17132025-02-10T18:11:07.744Z Compiling jobserver v0.1.32
17142025-02-10T18:11:07.848Z Compiling getrandom v0.2.15
17152025-02-10T18:11:07.909Z Compiling syn v2.0.96
17162025-02-10T18:11:08.013Z Compiling once_cell v1.20.2
17172025-02-10T18:11:08.076Z Compiling itoa v1.0.11
17182025-02-10T18:11:08.214Z Compiling cc v1.1.30
17192025-02-10T18:11:08.236Z Compiling thiserror v1.0.69
17202025-02-10T18:11:08.314Z Compiling aho-corasick v1.1.3
17212025-02-10T18:11:08.335Z Compiling regex-syntax v0.8.5
17222025-02-10T18:11:08.456Z Compiling spin v0.9.8
17232025-02-10T18:11:08.766Z Compiling slab v0.4.9
17242025-02-10T18:11:09.118Z Compiling errno v0.3.9
17252025-02-10T18:11:09.307Z Compiling byteorder v1.5.0
17262025-02-10T18:11:09.408Z Compiling either v1.13.0
17272025-02-10T18:11:09.789Z Compiling glob v0.3.2
17282025-02-10T18:11:09.960Z Compiling rand_core v0.6.4
17292025-02-10T18:11:10.458Z Compiling subtle v2.6.1
17302025-02-10T18:11:10.569Z Compiling clang-sys v1.8.1
17312025-02-10T18:11:10.634Z Compiling prettyplease v0.2.25
17322025-02-10T18:11:10.670Z Compiling lazy_static v1.5.0
17332025-02-10T18:11:10.826Z Compiling minimal-lexical v0.2.1
17342025-02-10T18:11:11.281Z Compiling nom v7.1.3
17352025-02-10T18:11:11.329Z Compiling libloading v0.8.5
17362025-02-10T18:11:11.356Z Compiling home v0.5.9
17372025-02-10T18:11:11.384Z Compiling bindgen v0.69.5
17382025-02-10T18:11:11.703Z Compiling itertools v0.12.1
17392025-02-10T18:11:12.053Z Compiling regex-automata v0.4.8
17402025-02-10T18:11:12.456Z Compiling rustc-hash v1.1.0
17412025-02-10T18:11:12.623Z Compiling lazycell v1.3.0
17422025-02-10T18:11:12.646Z Compiling smallvec v1.13.2
17432025-02-10T18:11:13.161Z Compiling cmake v0.1.51
17442025-02-10T18:11:14.129Z Compiling dunce v1.0.5
17452025-02-10T18:11:14.315Z Compiling pkg-config v0.3.31
17462025-02-10T18:11:14.482Z Compiling fs_extra v1.3.0
17472025-02-10T18:11:14.579Z Compiling cexpr v0.6.0
17482025-02-10T18:11:14.781Z Compiling semver v1.0.24
17492025-02-10T18:11:14.811Z Compiling ring v0.17.8
17502025-02-10T18:11:15.057Z Compiling paste v1.0.15
17512025-02-10T18:11:15.442Z Compiling synstructure v0.13.1
17522025-02-10T18:11:15.765Z Compiling heck v0.5.0
17532025-02-10T18:11:15.912Z Compiling ryu v1.0.18
17542025-02-10T18:11:16.295Z Compiling aws-lc-rs v1.10.0
17552025-02-10T18:11:16.732Z Compiling httparse v1.9.5
17562025-02-10T18:11:16.807Z Compiling const-oid v0.9.6
17572025-02-10T18:11:16.934Z Compiling pin-project-lite v0.2.14
17582025-02-10T18:11:17.450Z Compiling regex v1.11.1
17592025-02-10T18:11:17.511Z Compiling allocator-api2 v0.2.18
17602025-02-10T18:11:18.338Z Compiling futures-core v0.3.31
17612025-02-10T18:11:18.707Z Compiling signal-hook-registry v1.4.2
17622025-02-10T18:11:19.138Z Compiling time-core v0.1.2
17632025-02-10T18:11:19.165Z Compiling num-conv v0.1.0
17642025-02-10T18:11:19.535Z Compiling parking_lot v0.12.3
17652025-02-10T18:11:19.581Z Compiling time-macros v0.2.18
17662025-02-10T18:11:19.715Z Compiling mio v1.0.2
17672025-02-10T18:11:20.043Z Compiling serde_derive v1.0.217
17682025-02-10T18:11:20.288Z Compiling zeroize_derive v1.4.2
17692025-02-10T18:11:20.290Z Compiling zerocopy-derive v0.7.35
17702025-02-10T18:11:21.239Z Compiling tokio-macros v2.5.0
17712025-02-10T18:11:21.460Z Compiling thiserror-impl v1.0.69
17722025-02-10T18:11:21.779Z Compiling zerofrom-derive v0.1.4
17732025-02-10T18:11:21.869Z Compiling zeroize v1.8.1
17742025-02-10T18:11:22.399Z Compiling yoke-derive v0.7.4
17752025-02-10T18:11:22.448Z Compiling zerovec-derive v0.10.3
17762025-02-10T18:11:22.524Z Compiling displaydoc v0.2.5
17772025-02-10T18:11:22.668Z Compiling futures-macro v0.3.31
17782025-02-10T18:11:24.118Z Compiling zerocopy v0.7.35
17792025-02-10T18:11:24.354Z Compiling icu_provider_macros v1.5.0
17802025-02-10T18:11:24.788Z Compiling crypto-common v0.1.6
17812025-02-10T18:11:24.913Z Compiling tracing-attributes v0.1.27
17822025-02-10T18:11:25.002Z Compiling block-buffer v0.10.4
17832025-02-10T18:11:25.269Z Compiling digest v0.10.7
17842025-02-10T18:11:25.339Z Compiling der_derive v0.7.3
17852025-02-10T18:11:25.648Z Compiling crossbeam-utils v0.8.20
17862025-02-10T18:11:25.721Z Compiling schemars v0.8.21
17872025-02-10T18:11:25.787Z Compiling vcpkg v0.2.15
17882025-02-10T18:11:26.198Z Compiling serde_derive_internals v0.29.1
17892025-02-10T18:11:27.351Z Compiling socket2 v0.5.7
17902025-02-10T18:11:27.406Z Compiling openssl-sys v0.9.105
17912025-02-10T18:11:27.719Z Compiling fnv v1.0.7
17922025-02-10T18:11:28.379Z Compiling schemars_derive v0.8.21
17932025-02-10T18:11:29.022Z Compiling ahash v0.8.11
17942025-02-10T18:11:29.247Z Compiling futures-sink v0.3.31
17952025-02-10T18:11:29.456Z Compiling stable_deref_trait v1.2.0
17962025-02-10T18:11:30.110Z Compiling cpufeatures v0.2.14
17972025-02-10T18:11:30.180Z Compiling equivalent v1.0.1
17982025-02-10T18:11:30.256Z Compiling foldhash v0.1.3
17992025-02-10T18:11:30.606Z Compiling hashbrown v0.15.1
18002025-02-10T18:11:30.844Z Compiling slog v2.7.0
18012025-02-10T18:11:31.093Z Compiling zerofrom v0.1.4
18022025-02-10T18:11:31.367Z Compiling futures-channel v0.3.31
18032025-02-10T18:11:31.453Z Compiling yoke v0.7.4
18042025-02-10T18:11:31.883Z Compiling pin-utils v0.1.0
18052025-02-10T18:11:31.904Z Compiling openssl v0.10.70
18062025-02-10T18:11:31.999Z Compiling futures-io v0.3.31
18072025-02-10T18:11:32.002Z Compiling futures-task v0.3.31
18082025-02-10T18:11:32.188Z Compiling zerovec v0.10.4
18092025-02-10T18:11:32.342Z Compiling futures-util v0.3.31
18102025-02-10T18:11:32.433Z Compiling scroll_derive v0.12.0
18112025-02-10T18:11:32.433Z Compiling ucd-trie v0.1.7
18122025-02-10T18:11:32.829Z Compiling pest v2.7.14
18132025-02-10T18:11:33.400Z Compiling bitflags v2.6.0
18142025-02-10T18:11:33.434Z Compiling bytes v1.9.0
18152025-02-10T18:11:35.393Z Compiling tokio v1.43.0
18162025-02-10T18:11:35.672Z Compiling indexmap v2.7.1
18172025-02-10T18:11:36.211Z Compiling serde_tokenstream v0.2.2
18182025-02-10T18:11:36.876Z Compiling http v1.2.0
18192025-02-10T18:11:37.948Z Compiling which v4.4.2
18202025-02-10T18:11:37.976Z Compiling rustc_version v0.4.1
18212025-02-10T18:11:38.725Z Compiling uuid v1.12.0
18222025-02-10T18:11:39.067Z Compiling hmac v0.12.1
18232025-02-10T18:11:39.130Z Compiling openssl-macros v0.1.1
18242025-02-10T18:11:39.598Z Compiling rustls v0.23.19
18252025-02-10T18:11:39.987Z Compiling native-tls v0.2.12
18262025-02-10T18:11:40.055Z Compiling iana-time-zone v0.1.61
18272025-02-10T18:11:40.395Z Compiling chrono v0.4.39
18282025-02-10T18:11:40.461Z Compiling pest_meta v2.7.14
18292025-02-10T18:11:42.303Z Compiling tinystr v0.7.6
18302025-02-10T18:11:42.850Z Compiling block-padding v0.3.3
18312025-02-10T18:11:43.133Z Compiling writeable v0.5.5
18322025-02-10T18:11:43.669Z Compiling litemap v0.7.3
18332025-02-10T18:11:44.020Z Compiling inout v0.1.3
18342025-02-10T18:11:44.211Z Compiling icu_locid v1.5.0
18352025-02-10T18:11:44.328Z Compiling pest_generator v2.7.14
18362025-02-10T18:11:45.011Z Compiling cookie v0.18.1
18372025-02-10T18:11:46.257Z Compiling pest_derive v2.7.14
18382025-02-10T18:11:47.131Z Compiling icu_provider v1.5.0
18392025-02-10T18:11:48.737Z Compiling cipher v0.4.4
18402025-02-10T18:11:49.227Z Compiling sha2 v0.10.8
18412025-02-10T18:11:50.062Z Compiling async-trait v0.1.86
18422025-02-10T18:11:50.187Z Compiling tracing-core v0.1.32
18432025-02-10T18:11:50.273Z Compiling usdt-impl v0.5.0
18442025-02-10T18:11:50.679Z Compiling rustls-pki-types v1.10.0
18452025-02-10T18:11:51.460Z Compiling aws-lc-sys v0.22.0
18462025-02-10T18:11:52.003Z Compiling icu_locid_transform_data v1.5.0
18472025-02-10T18:11:52.168Z Compiling base64ct v1.6.0
18482025-02-10T18:11:52.485Z Compiling percent-encoding v2.3.1
18492025-02-10T18:11:52.533Z Compiling dyn-clone v1.0.17
18502025-02-10T18:11:52.572Z Compiling icu_locid_transform v1.5.0
18512025-02-10T18:11:52.775Z Compiling pem-rfc7468 v0.7.0
18522025-02-10T18:11:53.159Z Compiling tracing v0.1.40
18532025-02-10T18:11:55.674Z Compiling tokio-util v0.7.12
18542025-02-10T18:11:55.717Z Compiling icu_collections v1.5.0
18552025-02-10T18:11:56.051Z Compiling scroll v0.12.0
18562025-02-10T18:11:58.056Z Compiling ppv-lite86 v0.2.20
18572025-02-10T18:11:58.174Z Compiling powerfmt v0.2.0
18582025-02-10T18:11:58.396Z Compiling untrusted v0.7.1
18592025-02-10T18:11:58.604Z Compiling flagset v0.4.6
18602025-02-10T18:11:58.687Z Compiling untrusted v0.9.0
18612025-02-10T18:11:58.784Z Compiling syn v1.0.109
18622025-02-10T18:11:58.805Z Compiling camino v1.1.9
18632025-02-10T18:11:58.900Z Compiling plain v0.2.3
18642025-02-10T18:11:59.093Z Compiling mirai-annotations v1.12.0
18652025-02-10T18:11:59.280Z Compiling icu_properties_data v1.5.0
18662025-02-10T18:11:59.447Z Compiling goblin v0.8.2
18672025-02-10T18:11:59.535Z Compiling icu_properties v1.5.1
18682025-02-10T18:12:01.696Z Compiling der v0.7.9
18692025-02-10T18:12:03.893Z Compiling rand_chacha v0.3.1
18702025-02-10T18:12:04.540Z Compiling deranged v0.3.11
18712025-02-10T18:12:06.387Z Compiling rayon-core v1.12.1
18722025-02-10T18:12:06.815Z Compiling rustls v0.22.4
18732025-02-10T18:12:07.122Z Compiling utf8_iter v1.0.4
18742025-02-10T18:12:07.228Z Compiling pretty-hex v0.4.1
18752025-02-10T18:12:07.338Z Compiling icu_normalizer_data v1.5.0
18762025-02-10T18:12:07.475Z Compiling num_threads v0.1.7
18772025-02-10T18:12:07.525Z Compiling litrs v0.4.1
18782025-02-10T18:12:07.605Z Compiling utf16_iter v1.0.5
18792025-02-10T18:12:07.665Z Compiling write16 v1.0.0
18802025-02-10T18:12:07.833Z Compiling atomic-waker v1.1.2
18812025-02-10T18:12:08.183Z Compiling icu_normalizer v1.5.0
18822025-02-10T18:12:08.278Z Compiling time v0.3.36
18832025-02-10T18:12:08.543Z Compiling document-features v0.2.10
18842025-02-10T18:12:08.902Z Compiling dof v0.3.0
18852025-02-10T18:12:10.329Z Compiling rand v0.8.5
18862025-02-10T18:12:10.372Z Compiling spki v0.7.3
18872025-02-10T18:12:10.977Z Compiling form_urlencoded v1.2.1
18882025-02-10T18:12:11.880Z Compiling salsa20 v0.10.2
18892025-02-10T18:12:11.926Z Compiling dtrace-parser v0.2.0
18902025-02-10T18:12:13.704Z Compiling http-body v1.0.1
18912025-02-10T18:12:13.739Z Compiling pbkdf2 v0.12.2
18922025-02-10T18:12:13.962Z Compiling bzip2-sys v0.1.11+1.0.8
18932025-02-10T18:12:14.043Z Compiling thread-id v4.2.2
18942025-02-10T18:12:14.343Z Compiling try-lock v0.2.5
18952025-02-10T18:12:17.055Z Compiling want v0.3.1
18962025-02-10T18:12:18.567Z Compiling scrypt v0.11.0
18972025-02-10T18:12:18.603Z Compiling idna_adapter v1.2.0
18982025-02-10T18:12:18.728Z Compiling h2 v0.4.6
18992025-02-10T18:12:18.770Z Compiling aes v0.8.4
19002025-02-10T18:12:18.833Z Compiling cbc v0.1.2
19012025-02-10T18:12:19.462Z Compiling multer v3.1.0
19022025-02-10T18:12:19.661Z Compiling slog-async v2.8.0
19032025-02-10T18:12:20.005Z Compiling base64 v0.22.1
19042025-02-10T18:12:20.506Z Compiling tinyvec_macros v0.1.1
19052025-02-10T18:12:20.581Z Compiling httpdate v1.0.3
19062025-02-10T18:12:20.647Z Compiling tinyvec v1.8.0
19072025-02-10T18:12:21.576Z Compiling pkcs5 v0.7.1
19082025-02-10T18:12:23.308Z Compiling idna v1.0.3
19092025-02-10T18:12:28.278Z Compiling hyper v1.5.2
19102025-02-10T18:12:29.547Z Compiling heapless v0.7.17
19112025-02-10T18:12:30.191Z Compiling zerocopy-derive v0.6.6
19122025-02-10T18:12:30.522Z Compiling tower-service v0.3.3
19132025-02-10T18:12:30.699Z Compiling anyhow v1.0.95
19142025-02-10T18:12:30.780Z Compiling signal-hook v0.3.17
19152025-02-10T18:12:31.299Z Compiling num-bigint-dig v0.8.4
19162025-02-10T18:12:32.080Z Compiling hyper-util v0.1.10
19172025-02-10T18:12:34.890Z Compiling pkcs8 v0.10.2
19182025-02-10T18:12:35.640Z Compiling usdt-macro v0.5.0
19192025-02-10T18:12:36.818Z Compiling usdt-attr-macro v0.5.0
19202025-02-10T18:12:37.960Z Compiling async-stream-impl v0.3.6
19212025-02-10T18:12:38.476Z Compiling strsim v0.11.1
19222025-02-10T18:12:38.638Z Compiling foreign-types-shared v0.1.1
19232025-02-10T18:12:38.877Z Compiling rustversion v1.0.17
19242025-02-10T18:12:39.224Z Compiling foreign-types v0.3.2
19252025-02-10T18:12:39.960Z Compiling url v2.5.3
19262025-02-10T18:12:40.532Z Compiling http-body-util v0.1.2
19272025-02-10T18:12:41.136Z Compiling curve25519-dalek v4.1.3
19282025-02-10T18:12:41.699Z Compiling openapiv3 v2.0.0
19292025-02-10T18:12:41.738Z Compiling serde_spanned v0.6.8
19302025-02-10T18:12:42.040Z Compiling toml_datetime v0.6.8
19312025-02-10T18:12:42.230Z Compiling enum-as-inner v0.6.1
19322025-02-10T18:12:43.267Z Compiling dropshot v0.12.0
19332025-02-10T18:12:43.597Z Compiling encoding_rs v0.8.34
19342025-02-10T18:12:45.838Z Compiling adler2 v2.0.0
19352025-02-10T18:12:45.900Z Compiling newtype-uuid v1.2.1
19362025-02-10T18:12:46.046Z Compiling match_cfg v0.1.0
19372025-02-10T18:12:46.204Z Compiling smoltcp v0.9.1
19382025-02-10T18:12:46.302Z Compiling mime v0.3.17
19392025-02-10T18:12:46.601Z Compiling portable-atomic v1.9.0
19402025-02-10T18:12:47.448Z Compiling hostname v0.3.1
19412025-02-10T18:12:47.488Z Compiling miniz_oxide v0.8.0
19422025-02-10T18:12:58.767Z Compiling serde_urlencoded v0.7.1
19432025-02-10T18:12:59.002Z Compiling rustls-pemfile v2.2.0
19442025-02-10T18:12:59.436Z Compiling clap_derive v4.5.24
19452025-02-10T18:12:59.544Z Compiling dirs-sys-next v0.1.2
19462025-02-10T18:13:00.233Z Compiling data-encoding v2.6.0
19472025-02-10T18:13:02.214Z Compiling ipnet v2.10.1
19482025-02-10T18:13:04.209Z Compiling openssl-probe v0.1.5
19492025-02-10T18:13:04.824Z Compiling siphasher v0.3.11
19502025-02-10T18:13:05.594Z Compiling dirs-next v2.0.0
19512025-02-10T18:13:07.654Z Compiling rustls-webpki v0.102.8
19522025-02-10T18:13:08.460Z Compiling hubpack_derive v0.1.1
19532025-02-10T18:13:09.387Z Compiling unicode-normalization v0.1.24
19542025-02-10T18:13:09.512Z Compiling crossbeam-epoch v0.9.18
19552025-02-10T18:13:09.813Z Compiling dropshot_endpoint v0.12.0
19562025-02-10T18:13:10.238Z Compiling sha1 v0.10.6
19572025-02-10T18:13:10.614Z Compiling signature v2.2.0
19582025-02-10T18:13:10.651Z Compiling curve25519-dalek-derive v0.1.1
19592025-02-10T18:13:11.045Z Compiling thread_local v1.1.8
19602025-02-10T18:13:11.179Z Compiling fs-err v2.11.0
19612025-02-10T18:13:11.565Z Compiling anstyle v1.0.10
19622025-02-10T18:13:12.082Z Compiling utf8parse v0.2.2
19632025-02-10T18:13:12.262Z Compiling unicode-properties v0.1.3
19642025-02-10T18:13:12.789Z Compiling psl-types v2.0.11
19652025-02-10T18:13:13.029Z Compiling winnow v0.6.20
19662025-02-10T18:13:13.960Z Compiling gimli v0.31.1
19672025-02-10T18:13:14.197Z Compiling unicode-bidi v0.3.17
19682025-02-10T18:13:14.427Z Compiling publicsuffix v2.3.0
19692025-02-10T18:13:14.974Z Compiling stringprep v0.1.5
19702025-02-10T18:13:15.282Z Compiling anstyle-parse v0.2.5
19712025-02-10T18:13:15.627Z Compiling crossbeam-deque v0.8.5
19722025-02-10T18:13:16.475Z Compiling toml_edit v0.22.22
19732025-02-10T18:13:18.415Z Compiling addr2line v0.24.2
19742025-02-10T18:13:18.709Z Compiling tokio-native-tls v0.3.1
19752025-02-10T18:13:19.037Z Compiling term v0.7.0
19762025-02-10T18:13:19.095Z Compiling slog-json v2.6.1
19772025-02-10T18:13:20.201Z Compiling crossbeam-channel v0.5.13
19782025-02-10T18:13:21.577Z Compiling webpki-roots v0.26.6
19792025-02-10T18:13:21.665Z Compiling futures-executor v0.3.31
19802025-02-10T18:13:21.887Z Compiling num-integer v0.1.46
19812025-02-10T18:13:22.127Z Compiling md-5 v0.10.6
19822025-02-10T18:13:22.392Z Compiling ff v0.13.0
19832025-02-10T18:13:22.563Z Compiling hash32 v0.2.1
19842025-02-10T18:13:22.626Z Compiling is-terminal v0.4.13
19852025-02-10T18:13:22.784Z Compiling memmap v0.7.0
19862025-02-10T18:13:22.911Z Compiling object v0.36.5
19872025-02-10T18:13:22.933Z Compiling anstyle-query v1.1.1
19882025-02-10T18:13:23.100Z Compiling rustc-demangle v0.1.24
19892025-02-10T18:13:23.123Z Compiling heck v0.4.1
19902025-02-10T18:13:23.508Z Compiling linked-hash-map v0.5.6
19912025-02-10T18:13:23.544Z Compiling colorchoice v1.0.2
19922025-02-10T18:13:23.731Z Compiling fallible-iterator v0.2.0
19932025-02-10T18:13:23.851Z Compiling utf-8 v0.7.6
19942025-02-10T18:13:23.937Z Compiling take_mut v0.2.2
19952025-02-10T18:13:24.128Z Compiling is_terminal_polyfill v1.70.1
19962025-02-10T18:13:24.157Z Compiling base16ct v0.2.0
19972025-02-10T18:13:24.279Z Compiling quick-error v1.2.3
19982025-02-10T18:13:24.421Z Compiling resolv-conf v0.7.0
19992025-02-10T18:13:24.453Z Compiling sec1 v0.7.3
20002025-02-10T18:13:24.456Z Compiling postgres-protocol v0.6.7
20012025-02-10T18:13:24.990Z Compiling anstream v0.6.15
20022025-02-10T18:13:25.610Z Compiling tungstenite v0.24.0
20032025-02-10T18:13:25.633Z Compiling lru-cache v0.1.2
20042025-02-10T18:13:25.937Z Compiling strum_macros v0.25.3
20052025-02-10T18:13:26.148Z Compiling tokio-rustls v0.26.0
20062025-02-10T18:13:26.596Z Compiling usdt v0.5.0
20072025-02-10T18:13:27.395Z Compiling slog-term v2.9.1
20082025-02-10T18:13:28.145Z Compiling group v0.13.0
20092025-02-10T18:13:28.448Z Compiling num-iter v0.1.45
20102025-02-10T18:13:28.472Z Compiling futures v0.3.31
20112025-02-10T18:13:29.478Z Compiling backtrace v0.3.74
20122025-02-10T18:13:29.481Z Compiling tokio-rustls v0.25.0
20132025-02-10T18:13:29.889Z Compiling toml v0.8.19
20142025-02-10T18:13:30.130Z Compiling slog-bunyan v2.5.0
20152025-02-10T18:13:30.238Z Compiling hyper-tls v0.6.0
20162025-02-10T18:13:30.354Z Compiling cookie_store v0.21.1
20172025-02-10T18:13:30.759Z Compiling hickory-proto v0.24.3
20182025-02-10T18:13:30.944Z Compiling phf_shared v0.11.2
20192025-02-10T18:13:31.417Z Compiling async-stream v0.3.6
20202025-02-10T18:13:31.696Z Compiling waitgroup v0.1.2
20212025-02-10T18:13:31.923Z Compiling hashbrown v0.14.5
20222025-02-10T18:13:32.024Z Compiling hkdf v0.12.4
20232025-02-10T18:13:32.131Z Compiling terminal_size v0.4.0
20242025-02-10T18:13:32.356Z Compiling serde_path_to_error v0.1.16
20252025-02-10T18:13:32.922Z Compiling crypto-bigint v0.5.5
20262025-02-10T18:13:33.121Z Compiling derive-where v1.2.7
20272025-02-10T18:13:33.157Z Compiling serde_repr v0.1.19
20282025-02-10T18:13:34.259Z Compiling sync_wrapper v1.0.1
20292025-02-10T18:13:34.459Z Compiling hostname v0.4.0
20302025-02-10T18:13:34.596Z Compiling crc32fast v1.4.2
20312025-02-10T18:13:35.005Z Compiling bitflags v1.3.2
20322025-02-10T18:13:35.157Z Compiling winnow v0.5.40
20332025-02-10T18:13:35.897Z Compiling clap_lex v0.7.4
20342025-02-10T18:13:36.029Z Compiling managed v0.8.0
20352025-02-10T18:13:36.232Z Compiling debug-ignore v1.0.5
20362025-02-10T18:13:36.400Z Compiling unicode-width v0.2.0
20372025-02-10T18:13:36.948Z Compiling console v0.15.10
20382025-02-10T18:13:38.279Z Compiling toml_edit v0.19.15
20392025-02-10T18:13:38.444Z Compiling clap_builder v4.5.27
20402025-02-10T18:13:38.503Z Compiling hickory-resolver v0.24.2
20412025-02-10T18:13:40.805Z Compiling elliptic-curve v0.13.8
20422025-02-10T18:13:41.504Z Compiling flate2 v1.0.35
20432025-02-10T18:13:42.375Z Compiling regress v0.10.1
20442025-02-10T18:13:43.556Z Compiling hyper-rustls v0.27.3
20452025-02-10T18:13:45.433Z Compiling phf v0.11.2
20462025-02-10T18:13:46.085Z Compiling signal-hook-mio v0.2.4
20472025-02-10T18:13:46.276Z Compiling rayon v1.10.0
20482025-02-10T18:13:47.188Z Compiling bzip2 v0.4.4
20492025-02-10T18:13:47.575Z Compiling tokio-tungstenite v0.24.0
20502025-02-10T18:13:48.091Z Compiling postgres-types v0.2.8
20512025-02-10T18:13:48.288Z Compiling ed25519 v2.2.3
20522025-02-10T18:13:48.309Z Compiling hubpack v0.1.2
20532025-02-10T18:13:48.709Z Compiling phf_shared v0.10.0
20542025-02-10T18:13:49.153Z Compiling pkcs1 v0.7.5
20552025-02-10T18:13:49.803Z Compiling zerocopy v0.6.6
20562025-02-10T18:13:50.022Z Compiling tokio-stream v0.1.16
20572025-02-10T18:13:50.140Z Compiling rfc6979 v0.4.0
20582025-02-10T18:13:50.519Z Compiling serde-big-array v0.5.1
20592025-02-10T18:13:50.580Z Compiling float-cmp v0.9.0
20602025-02-10T18:13:50.943Z Compiling bstr v1.10.0
20612025-02-10T18:13:51.119Z Compiling number_prefix v0.4.0
20622025-02-10T18:13:51.275Z Compiling predicates-core v1.0.8
20632025-02-10T18:13:51.326Z Compiling bit-vec v0.6.3
20642025-02-10T18:13:51.349Z Compiling difflib v0.4.0
20652025-02-10T18:13:51.585Z Compiling whoami v1.5.2
20662025-02-10T18:13:52.000Z Compiling precomputed-hash v0.1.1
20672025-02-10T18:13:52.095Z Compiling normalize-line-endings v0.3.0
20682025-02-10T18:13:52.145Z Compiling static_assertions v1.1.0
20692025-02-10T18:13:52.250Z Compiling fixedbitset v0.4.2
20702025-02-10T18:13:52.273Z Compiling unicode-segmentation v1.12.0
20712025-02-10T18:13:52.493Z Compiling new_debug_unreachable v1.0.6
20722025-02-10T18:13:52.606Z Compiling string_cache v0.8.7
20732025-02-10T18:13:52.670Z Compiling petgraph v0.6.5
20742025-02-10T18:13:53.001Z Compiling similar v2.6.0
20752025-02-10T18:13:53.067Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20762025-02-10T18:13:56.031Z Compiling reqwest v0.12.9
20772025-02-10T18:13:56.222Z Compiling predicates v3.1.2
20782025-02-10T18:13:57.701Z Compiling tokio-postgres v0.7.12
20792025-02-10T18:13:58.507Z Compiling bit-set v0.5.3
20802025-02-10T18:13:58.625Z Compiling indicatif v0.17.11
20812025-02-10T18:13:59.105Z Compiling qorb v0.2.1
20822025-02-10T18:13:59.422Z Compiling ecdsa v0.16.9
20832025-02-10T18:14:00.370Z Compiling rsa v0.9.6
20842025-02-10T18:14:00.981Z Compiling ed25519-dalek v2.1.1
20852025-02-10T18:14:01.841Z Compiling zip v0.6.6
20862025-02-10T18:14:02.306Z Compiling crossterm v0.28.1
20872025-02-10T18:14:02.559Z Compiling typify-impl v0.2.0
20882025-02-10T18:14:02.882Z Compiling clap v4.5.27
20892025-02-10T18:14:03.022Z Compiling toml v0.7.8
20902025-02-10T18:14:05.463Z Compiling x509-cert v0.2.5
20912025-02-10T18:14:07.002Z Compiling hex v0.4.3
20922025-02-10T18:14:08.906Z Compiling itertools v0.10.5
20932025-02-10T18:14:11.880Z Compiling peg-runtime v0.8.3
20942025-02-10T18:14:12.118Z Compiling lalrpop-util v0.19.12
20952025-02-10T18:14:12.485Z Compiling unicode-xid v0.2.6
20962025-02-10T18:14:14.641Z Compiling typify-macro v0.2.0
20972025-02-10T18:14:14.961Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20982025-02-10T18:14:41.299Z Compiling radium v0.7.0
20992025-02-10T18:14:49.293Z Compiling maybe-uninit v2.0.0
21002025-02-10T18:14:49.296Z Compiling ident_case v1.0.1
21012025-02-10T18:14:49.470Z Compiling tap v1.0.1
21022025-02-10T18:14:49.518Z Compiling darling_core v0.20.10
21032025-02-10T18:14:49.670Z Compiling wyz v0.5.1
21042025-02-10T18:14:59.582Z Compiling typify v0.2.0
21052025-02-10T18:15:02.401Z Compiling packed_struct v0.10.1
21062025-02-10T18:15:02.564Z Compiling funty v2.0.0
21072025-02-10T18:15:02.951Z Compiling unsafe-libyaml v0.2.11
21082025-02-10T18:15:04.485Z Compiling serde_yaml v0.9.34+deprecated
21092025-02-10T18:15:08.737Z Compiling bitvec v1.0.1
21102025-02-10T18:15:16.001Z Compiling progenitor-impl v0.8.0
21112025-02-10T18:15:19.648Z Compiling darling_macro v0.20.10
21122025-02-10T18:15:21.998Z Compiling ipnetwork v0.20.0
21132025-02-10T18:15:23.496Z Compiling packed_struct_codegen v0.10.1
21142025-02-10T18:15:23.541Z Compiling structmeta-derive v0.3.0
21152025-02-10T18:15:23.664Z Compiling indexmap v1.9.3
21162025-02-10T18:15:23.805Z Compiling crc-catalog v2.4.0
21172025-02-10T18:15:24.472Z Compiling thiserror v2.0.11
21182025-02-10T18:15:25.038Z Compiling nodrop v0.1.14
21192025-02-10T18:15:25.199Z Compiling fastrand v2.1.1
21202025-02-10T18:15:25.269Z Compiling array-init v0.0.4
21212025-02-10T18:15:25.600Z Compiling tempfile v3.13.0
21222025-02-10T18:15:25.945Z Compiling structmeta v0.3.0
21232025-02-10T18:15:26.013Z Compiling crc v3.2.1
21242025-02-10T18:15:26.141Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
21252025-02-10T18:15:26.298Z Compiling progenitor-macro v0.8.0
21262025-02-10T18:15:26.352Z Compiling darling v0.20.10
21272025-02-10T18:15:26.493Z Compiling smallvec v0.6.14
21282025-02-10T18:15:27.277Z Compiling progenitor-client v0.8.0
21292025-02-10T18:15:28.086Z Compiling xattr v1.3.1
21302025-02-10T18:15:28.185Z Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
21312025-02-10T18:15:28.421Z Compiling pin-project-internal v1.1.6
21322025-02-10T18:15:29.281Z Compiling thiserror-impl v2.0.11
21332025-02-10T18:15:29.853Z Compiling filetime v0.2.25
21342025-02-10T18:15:30.104Z Compiling dropshot v0.15.1
21352025-02-10T18:15:30.251Z Compiling termcolor v1.4.1
21362025-02-10T18:15:30.438Z Compiling hashbrown v0.12.3
21372025-02-10T18:15:31.079Z Compiling base64 v0.21.7
21382025-02-10T18:15:31.340Z Compiling bitfield v0.14.0
21392025-02-10T18:15:31.666Z Compiling same-file v1.0.6
21402025-02-10T18:15:31.987Z Compiling walkdir v2.5.0
21412025-02-10T18:15:32.156Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21422025-02-10T18:15:32.301Z Compiling ron v0.8.1
21432025-02-10T18:15:32.768Z Compiling pin-project v1.1.6
21442025-02-10T18:15:32.939Z Compiling env_logger v0.10.2
21452025-02-10T18:15:33.721Z Compiling tar v0.4.42
21462025-02-10T18:15:36.062Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
21472025-02-10T18:15:36.562Z Compiling serde-hex v0.1.0
21482025-02-10T18:15:37.259Z Compiling progenitor v0.8.0
21492025-02-10T18:15:37.499Z Compiling serde_with_macros v3.11.0
21502025-02-10T18:15:38.144Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21512025-02-10T18:15:38.492Z Compiling parse-display-derive v0.10.0
21522025-02-10T18:15:39.606Z Compiling strum_macros v0.26.4
21532025-02-10T18:15:39.974Z Compiling hashbrown v0.13.2
21542025-02-10T18:15:41.255Z Compiling dropshot_endpoint v0.15.1
21552025-02-10T18:15:41.576Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21562025-02-10T18:15:42.097Z Compiling snafu-derive v0.8.5
21572025-02-10T18:15:42.323Z Compiling blake3 v1.5.4
21582025-02-10T18:15:42.950Z Compiling instant v0.1.13
21592025-02-10T18:15:43.170Z Compiling simd-adler32 v0.3.7
21602025-02-10T18:15:43.790Z Compiling bumpalo v3.16.0
21612025-02-10T18:15:44.427Z Compiling lockfree-object-pool v0.1.6
21622025-02-10T18:15:44.490Z Compiling crc-any v2.5.0
21632025-02-10T18:15:44.750Z Compiling zip v2.1.3
21642025-02-10T18:15:45.098Z Compiling buf-list v1.0.3
21652025-02-10T18:15:45.504Z Compiling zopfli v0.8.1
21662025-02-10T18:15:45.743Z Compiling strum v0.26.3
21672025-02-10T18:15:45.975Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21682025-02-10T18:15:46.250Z Compiling backoff v0.4.0
21692025-02-10T18:15:46.453Z Compiling snafu v0.8.5
21702025-02-10T18:15:47.276Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21712025-02-10T18:15:47.527Z Compiling parse-display v0.10.0
21722025-02-10T18:15:47.642Z Compiling object v0.30.4
21732025-02-10T18:15:49.498Z Compiling serde_with v3.11.0
21742025-02-10T18:15:49.662Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21752025-02-10T18:15:51.246Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21762025-02-10T18:15:53.520Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21772025-02-10T18:15:54.353Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21782025-02-10T18:15:55.018Z Compiling camino-tempfile v1.1.1
21792025-02-10T18:15:55.603Z Compiling globset v0.4.15
21802025-02-10T18:15:55.796Z Compiling regress v0.9.1
21812025-02-10T18:15:59.791Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21822025-02-10T18:16:00.015Z Compiling progenitor-client v0.9.1
21832025-02-10T18:16:00.620Z Compiling olpc-cjson v0.1.4
21842025-02-10T18:16:00.944Z Compiling pem v3.0.4
21852025-02-10T18:16:01.063Z Compiling serde_plain v1.0.2
21862025-02-10T18:16:01.623Z Compiling macaddr v1.0.1
21872025-02-10T18:16:02.229Z Compiling cargo-platform v0.1.8
21882025-02-10T18:16:02.409Z Compiling async-recursion v1.1.1
21892025-02-10T18:16:02.926Z Compiling memmap2 v0.9.5
21902025-02-10T18:16:03.274Z Compiling path-slash v0.1.5
21912025-02-10T18:16:03.352Z Compiling typed-path v0.9.3
21922025-02-10T18:16:03.497Z Compiling arrayvec v0.7.6
21932025-02-10T18:16:03.525Z Compiling constant_time_eq v0.3.1
21942025-02-10T18:16:03.729Z Compiling arrayref v0.3.9
21952025-02-10T18:16:03.750Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21962025-02-10T18:16:03.857Z Compiling cargo_metadata v0.18.1
21972025-02-10T18:16:04.246Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21982025-02-10T18:16:06.621Z Compiling tough v0.19.0
21992025-02-10T18:16:09.089Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
22002025-02-10T18:16:09.588Z Compiling itertools v0.13.0
22012025-02-10T18:16:09.617Z Compiling parse-size v1.1.0
22022025-02-10T18:16:09.951Z Compiling topological-sort v0.2.2
22032025-02-10T18:16:10.215Z Compiling omicron-zone-package v0.12.0
22042025-02-10T18:16:10.266Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
22052025-02-10T18:16:13.114Z Compiling shell-words v1.1.0
22062025-02-10T18:16:17.585Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22072025-02-10T18:16:29.437Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
22082025-02-10T18:16:44.649Z Finished `release` profile [optimized] target(s) in 5m 39s
22092025-02-10T18:16:44.818Z Running `target/release/omicron-releng --output-dir /work`
22102025-02-10T18:16:44.866ZFeb 10 18:16:43.778 DEBG changing working directory to /work/oxidecomputer/omicron
22112025-02-10T18:16:44.975ZFeb 10 18:16:43.887 DEBG running: git rev-parse HEAD
22122025-02-10T18:16:44.982ZFeb 10 18:16:43.894 DEBG process exited with exit status: 0 (6.98348ms)
22132025-02-10T18:16:44.982ZFeb 10 18:16:43.894 INFO version: 13.0.0-0.ci+git584d88c7e62
22142025-02-10T18:16:45.023ZFeb 10 18:16:43.935 INFO cloning helios to /work/oxidecomputer/helios
22152025-02-10T18:16:45.023ZFeb 10 18:16:43.935 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22162025-02-10T18:16:45.028ZCloning into '/work/oxidecomputer/helios'...
22172025-02-10T18:16:45.581ZFeb 10 18:16:44.494 DEBG process exited with exit status: 0 (558.642356ms)
22182025-02-10T18:16:45.581ZFeb 10 18:16:44.494 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22192025-02-10T18:16:46.467ZFeb 10 18:16:45.379 DEBG process exited with exit status: 0 (885.042911ms)
22202025-02-10T18:16:46.467ZFeb 10 18:16:45.379 DEBG running: zfs list rpool/images/build/host
22212025-02-10T18:16:46.474ZNAME USED AVAIL REFER MOUNTPOINT
22222025-02-10T18:16:46.474Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22232025-02-10T18:16:46.477ZFeb 10 18:16:45.387 DEBG process exited with exit status: 0 (8.066807ms)
22242025-02-10T18:16:46.477ZFeb 10 18:16:45.387 DEBG running: zfs list rpool/images/build/recovery
22252025-02-10T18:16:46.481ZNAME USED AVAIL REFER MOUNTPOINT
22262025-02-10T18:16:46.481Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22272025-02-10T18:16:46.484ZFeb 10 18:16:45.394 DEBG process exited with exit status: 0 (6.856265ms)
22282025-02-10T18:16:46.484ZFeb 10 18:16:45.394 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22292025-02-10T18:16:46.490Z# branch.oid 6f70a2d0ac0dd1cd4770e572051ba364029292ff
22302025-02-10T18:16:46.490Z# branch.head master
22312025-02-10T18:16:46.490Z# branch.upstream origin/master
22322025-02-10T18:16:46.490Z# branch.ab +0 -0
22332025-02-10T18:16:46.493ZFeb 10 18:16:45.403 DEBG process exited with exit status: 0 (8.536677ms)
22342025-02-10T18:16:46.493ZFeb 10 18:16:45.404 INFO [hubris-staging] running task
22352025-02-10T18:16:46.493ZFeb 10 18:16:45.404 INFO [hubris-production] running task
22362025-02-10T18:16:46.493ZFeb 10 18:16:45.404 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22372025-02-10T18:16:46.496ZFeb 10 18:16:45.407 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22382025-02-10T18:16:46.561Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22392025-02-10T18:16:46.969Z[ omicron-package] Blocking waiting for file lock on package cache
22402025-02-10T18:16:47.395Z[ omicron-package] Blocking waiting for file lock on package cache
22412025-02-10T18:16:47.686Z[ omicron-package] Blocking waiting for file lock on package cache
22422025-02-10T18:16:48.373ZFeb 10 18:16:47.285 INFO [hubris-production] task succeeded (1.881101767s)
22432025-02-10T18:16:48.498Z[ omicron-package] Compiling zerocopy v0.8.10
22442025-02-10T18:16:48.501Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22452025-02-10T18:16:48.501Z[ omicron-package] Compiling itertools v0.13.0
22462025-02-10T18:16:48.501Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22472025-02-10T18:16:48.501Z[ omicron-package] Compiling heapless v0.8.0
22482025-02-10T18:16:48.501Z[ omicron-package] Compiling hash32 v0.3.1
22492025-02-10T18:16:48.501Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22502025-02-10T18:16:48.501Z[ omicron-package] Compiling smoltcp v0.11.0
22512025-02-10T18:16:49.737Z[ omicron-package] Compiling num_enum_derive v0.5.11
22522025-02-10T18:16:50.044Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22532025-02-10T18:16:50.047Z[ omicron-package] Compiling cobs v0.2.3
22542025-02-10T18:16:50.347Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22552025-02-10T18:16:51.131Z[ omicron-package] Compiling postcard v1.0.10
22562025-02-10T18:16:51.213Z[ omicron-package] Compiling proc-macro-error v1.0.4
22572025-02-10T18:16:51.382Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22582025-02-10T18:16:51.640Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22592025-02-10T18:16:52.283Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22602025-02-10T18:16:52.602Z[ omicron-package] Compiling unicode-width v0.1.14
22612025-02-10T18:16:53.016Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22622025-02-10T18:16:53.462Z[ omicron-package] Compiling num_enum v0.5.11
22632025-02-10T18:16:53.779Z[ omicron-package] Compiling tabwriter v1.4.0
22642025-02-10T18:16:54.505Z[ omicron-package] Compiling foreign-types v0.5.0
22652025-02-10T18:16:54.550Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22662025-02-10T18:16:54.954Z[ omicron-package] Compiling cstr-argument v0.1.2
22672025-02-10T18:16:55.113Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22682025-02-10T18:16:55.255Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22692025-02-10T18:16:55.345Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22702025-02-10T18:16:55.745Z[ omicron-package] Compiling pretty-hex v0.2.1
22712025-02-10T18:16:55.919Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22722025-02-10T18:16:56.220Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22732025-02-10T18:16:56.347Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22742025-02-10T18:16:56.794Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22752025-02-10T18:16:56.910Z[ omicron-package] Compiling colored v2.1.0
22762025-02-10T18:16:57.272Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22772025-02-10T18:16:57.791Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22782025-02-10T18:16:58.364Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22792025-02-10T18:16:58.601Z[ omicron-package] Compiling sigpipe v0.1.3
22802025-02-10T18:16:59.030Z[ omicron-package] Compiling num-derive v0.4.2
22812025-02-10T18:16:59.368Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22822025-02-10T18:16:59.502Z[ omicron-package] Compiling libefi-sys v0.1.0
22832025-02-10T18:16:59.506Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22842025-02-10T18:17:00.536Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22852025-02-10T18:17:00.649Z[ omicron-package] Compiling smf v0.2.3
22862025-02-10T18:17:00.704Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22872025-02-10T18:17:00.888Z[ omicron-package] Compiling zone v0.3.0
22882025-02-10T18:17:01.578Z[ omicron-package] Compiling bitfield-struct v0.6.2
22892025-02-10T18:17:02.938Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
22902025-02-10T18:17:03.879Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22912025-02-10T18:17:05.263Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22922025-02-10T18:17:05.265Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22932025-02-10T18:17:05.362Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22942025-02-10T18:17:05.428Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22952025-02-10T18:17:05.616Z[ omicron-package] Compiling gethostname v0.5.0
22962025-02-10T18:17:05.719Z[ omicron-package] Compiling indent_write v2.2.0
22972025-02-10T18:17:05.957Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22982025-02-10T18:17:07.315Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22992025-02-10T18:17:09.231Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23002025-02-10T18:17:10.352Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23012025-02-10T18:17:11.680Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23022025-02-10T18:17:14.850Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23032025-02-10T18:17:15.515Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23042025-02-10T18:17:16.185ZFeb 10 18:17:15.098 INFO [hubris-staging] task succeeded (29.694155758s)
23052025-02-10T18:17:17.463Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23062025-02-10T18:17:25.104Z[ helios-setup] Feb 10 18:17:24.017 INFO helios repository root is: /work/oxidecomputer/helios
23072025-02-10T18:17:25.108Z[ helios-setup] Feb 10 18:17:24.019 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
23082025-02-10T18:17:25.108Z[ helios-setup] Feb 10 18:17:24.019 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23092025-02-10T18:17:25.111Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23102025-02-10T18:17:25.614Z[ helios-setup] Feb 10 18:17:24.527 INFO clone ok!, project: pinprick
23112025-02-10T18:17:25.617Z[ helios-setup] Feb 10 18:17:24.527 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: true, unless_env: Some("OXIDE_STAFF"), fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
23122025-02-10T18:17:25.617Z[ helios-setup] Feb 10 18:17:24.527 INFO cloning git@github.com:oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder
23132025-02-10T18:17:25.620Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23142025-02-10T18:17:26.560Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23152025-02-10T18:17:26.567Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23162025-02-10T18:17:34.053Z[ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de'
23172025-02-10T18:17:34.069Z[ helios-setup] Feb 10 18:17:32.976 INFO clone ok!, project: amd-host-image-builder
23182025-02-10T18:17:34.069Z[ helios-setup] Feb 10 18:17:32.976 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
23192025-02-10T18:17:34.069Z[ helios-setup] Feb 10 18:17:32.976 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23202025-02-10T18:17:34.069Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23212025-02-10T18:17:34.588Z[ helios-setup] Feb 10 18:17:33.501 INFO clone ok!, project: bootserver
23222025-02-10T18:17:34.590Z[ helios-setup] Feb 10 18:17:33.501 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
23232025-02-10T18:17:34.591Z[ helios-setup] Feb 10 18:17:33.501 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23242025-02-10T18:17:34.594Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23252025-02-10T18:17:35.243Z[ omicron-package] Finished `release` profile [optimized] target(s) in 48.74s
23262025-02-10T18:17:35.432Z[ helios-setup] Feb 10 18:17:34.344 INFO clone ok!, project: chelsio-t6-roms
23272025-02-10T18:17:35.435Z[ helios-setup] Feb 10 18:17:34.345 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23282025-02-10T18:17:35.436Z[ helios-setup] Feb 10 18:17:34.345 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23292025-02-10T18:17:35.436Z[ helios-setup] Feb 10 18:17:34.345 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23302025-02-10T18:17:35.436Z[ helios-setup] Feb 10 18:17:34.345 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
23312025-02-10T18:17:35.436Z[ helios-setup] Feb 10 18:17:34.345 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23322025-02-10T18:17:35.436Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23332025-02-10T18:17:35.496Z[ omicron-package]
23342025-02-10T18:17:35.497Z[ omicron-package] real 48.955447331
23352025-02-10T18:17:35.499Z[ omicron-package] user 3:02.884295372
23362025-02-10T18:17:35.499Z[ omicron-package] sys 18.411801199
23372025-02-10T18:17:35.499Z[ omicron-package] trap 0.384976481
23382025-02-10T18:17:35.499Z[ omicron-package] tflt 0.794579539
23392025-02-10T18:17:35.499Z[ omicron-package] dflt 0.947877538
23402025-02-10T18:17:35.499Z[ omicron-package] kflt 0.009942796
23412025-02-10T18:17:35.499Z[ omicron-package] lock 5:13.434589919
23422025-02-10T18:17:35.499Z[ omicron-package] slp 9:27.143316371
23432025-02-10T18:17:35.499Z[ omicron-package] lat 1:39.157564146
23442025-02-10T18:17:35.499Z[ omicron-package] stop 1:05.447918149
23452025-02-10T18:17:35.499ZFeb 10 18:17:34.410 INFO [omicron-package] process exited with exit status: 0 (49.003373819s)
23462025-02-10T18:17:35.499ZFeb 10 18:17:34.411 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
23472025-02-10T18:17:35.575ZFeb 10 18:17:34.489 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
23482025-02-10T18:17:35.621Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23492025-02-10T18:17:35.621Z[ host-target] Created new build target 'host' and set it as active
23502025-02-10T18:17:35.621ZFeb 10 18:17:34.502 INFO [host-target] process exited with exit status: 0 (91.0649ms)
23512025-02-10T18:17:35.621ZFeb 10 18:17:34.502 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23522025-02-10T18:17:35.621Z[ recovery-target] Created new build target 'recovery' and set it as active
23532025-02-10T18:17:35.621Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23542025-02-10T18:17:35.621ZFeb 10 18:17:34.510 INFO [recovery-target] process exited with exit status: 0 (21.582327ms)
23552025-02-10T18:17:35.621Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23562025-02-10T18:17:36.268Z[ helios-setup] Feb 10 18:17:35.181 INFO clone ok!, project: pilot
23572025-02-10T18:17:36.271Z[ helios-setup] Feb 10 18:17:35.181 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
23582025-02-10T18:17:36.271Z[ helios-setup] Feb 10 18:17:35.181 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23592025-02-10T18:17:36.271Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23602025-02-10T18:17:36.794Z[ helios-setup] Feb 10 18:17:35.707 INFO clone ok!, project: phbl
23612025-02-10T18:17:36.797Z[ helios-setup] Feb 10 18:17:35.708 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
23622025-02-10T18:17:36.797Z[ helios-setup] Feb 10 18:17:35.708 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23632025-02-10T18:17:36.799Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23642025-02-10T18:17:36.834Z[ host-package] Compiling thiserror v2.0.11
23652025-02-10T18:17:36.976Z[ host-package] Compiling typify-impl v0.3.0
23662025-02-10T18:17:36.988Z[ host-package] Compiling convert_case v0.4.0
23672025-02-10T18:17:36.992Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23682025-02-10T18:17:36.992Z[ host-package] Compiling newline-converter v0.3.0
23692025-02-10T18:17:36.992Z[ host-package] Compiling password-hash v0.5.0
23702025-02-10T18:17:36.992Z[ host-package] Compiling blake2 v0.10.6
23712025-02-10T18:17:37.033Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
23722025-02-10T18:17:37.194Z[ host-package] Compiling expectorate v1.1.0
23732025-02-10T18:17:37.258Z[ host-package] Compiling atomicwrites v0.4.4
23742025-02-10T18:17:37.448Z[ helios-setup] Feb 10 18:17:36.360 INFO clone ok!, project: image-builder
23752025-02-10T18:17:37.456Z[ helios-setup] Feb 10 18:17:36.361 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
23762025-02-10T18:17:37.456Z[ helios-setup] Feb 10 18:17:36.361 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23772025-02-10T18:17:37.456Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23782025-02-10T18:17:37.475Z[ host-package] Compiling cancel-safe-futures v0.1.5
23792025-02-10T18:17:37.693Z[ host-package] Compiling derive_more v0.99.18
23802025-02-10T18:17:37.809Z[ host-package] Compiling argon2 v0.5.3
23812025-02-10T18:17:37.849Z[ host-package] Compiling owo-colors v4.1.0
23822025-02-10T18:17:37.910Z[ host-package] Compiling num-rational v0.4.2
23832025-02-10T18:17:38.205Z[ host-package] Compiling progenitor-client v0.9.1
23842025-02-10T18:17:38.282Z[ host-package] Compiling num-complex v0.4.6
23852025-02-10T18:17:38.782Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23862025-02-10T18:17:39.425Z[ host-package] Compiling num v0.4.3
23872025-02-10T18:17:39.632Z[ host-package] Compiling libsw v3.3.1
23882025-02-10T18:17:40.018Z[ host-package] Compiling float-ord v0.3.2
23892025-02-10T18:17:40.231Z[ host-package] Compiling linear-map v1.2.0
23902025-02-10T18:17:40.257Z[ host-package] Compiling swrite v0.1.0
23912025-02-10T18:17:40.283Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23922025-02-10T18:17:40.522Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23932025-02-10T18:17:40.526Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23942025-02-10T18:17:40.702Z[ host-package] Compiling highway v1.2.0
23952025-02-10T18:17:41.712Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23962025-02-10T18:17:42.275Z[ host-package] Compiling semver v0.1.20
23972025-02-10T18:17:42.869Z[ host-package] Compiling rustc_version v0.1.7
23982025-02-10T18:17:43.286Z[ host-package] Compiling newtype_derive v0.1.6
23992025-02-10T18:17:43.615Z[ host-package] Compiling tungstenite v0.21.0
24002025-02-10T18:17:43.878Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24012025-02-10T18:17:48.207Z[ helios-setup] Feb 10 18:17:45.661 INFO clone ok!, project: amd-firmware
24022025-02-10T18:17:48.207Z[ helios-setup] Feb 10 18:17:45.661 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
24032025-02-10T18:17:48.207Z[ helios-setup] Feb 10 18:17:46.366 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
24042025-02-10T18:17:48.207Z[ helios-setup] Feb 10 18:17:46.970 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
24052025-02-10T18:17:48.207Z[ helios-setup] Feb 10 18:17:46.970 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
24062025-02-10T18:17:48.676Z[ helios-setup] Feb 10 18:17:47.589 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
24072025-02-10T18:17:48.839Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24082025-02-10T18:17:48.874Z[ host-package] Compiling ipnetwork v0.20.0
24092025-02-10T18:17:49.190Z[ host-package] Compiling typify-macro v0.3.0
24102025-02-10T18:17:49.231Z[ helios-setup] Feb 10 18:17:48.145 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
24112025-02-10T18:17:49.231Z[ helios-setup] Feb 10 18:17:48.145 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
24122025-02-10T18:17:49.754Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24132025-02-10T18:17:49.981Z[ helios-setup] Feb 10 18:17:48.895 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
24142025-02-10T18:17:50.220Z[ host-package] Compiling tokio-tungstenite v0.21.0
24152025-02-10T18:17:50.510Z[ host-package] Compiling progenitor-client v0.8.0
24162025-02-10T18:17:50.535Z[ host-package] Compiling humantime v2.1.0
24172025-02-10T18:17:50.541Z[ helios-setup] Feb 10 18:17:49.453 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24182025-02-10T18:17:50.542Z[ helios-setup] Feb 10 18:17:49.453 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24192025-02-10T18:17:50.542Z[ helios-setup] Feb 10 18:17:49.453 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24202025-02-10T18:17:50.542Z[ helios-setup] Feb 10 18:17:49.453 INFO ok!
24212025-02-10T18:17:50.542Z[ helios-setup] Feb 10 18:17:49.453 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24222025-02-10T18:17:50.542Z[ helios-setup] Feb 10 18:17:49.454 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24232025-02-10T18:17:50.542Z[ helios-setup] Feb 10 18:17:49.454 INFO ok!
24242025-02-10T18:17:50.542Z[ helios-setup] Feb 10 18:17:49.454 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24252025-02-10T18:17:50.542Z[ helios-setup] Feb 10 18:17:49.454 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24262025-02-10T18:17:50.542Z[ helios-setup] Feb 10 18:17:49.454 INFO ok!
24272025-02-10T18:17:50.542Z[ helios-setup] Feb 10 18:17:49.454 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
24282025-02-10T18:17:50.542Z[ helios-setup] Feb 10 18:17:49.454 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
24292025-02-10T18:17:50.838Z[ helios-setup] Feb 10 18:17:49.751 INFO E| Downloading crates ...
24302025-02-10T18:17:50.989Z[ helios-setup] Feb 10 18:17:49.897 INFO E| Downloaded miniz_oxide v0.7.2
24312025-02-10T18:17:51.012Z[ host-package] Compiling progenitor v0.8.0
24322025-02-10T18:17:51.053Z[ helios-setup] Feb 10 18:17:49.966 INFO E| Compiling adler v1.0.2
24332025-02-10T18:17:51.224Z[ helios-setup] Feb 10 18:17:50.137 INFO E| Compiling miniz_oxide v0.7.2
24342025-02-10T18:17:51.285Z[ host-package] Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
24352025-02-10T18:17:51.285Z[ host-package] Compiling dropshot v0.15.1
24362025-02-10T18:17:51.404Z[ host-package] Compiling instant v0.1.13
24372025-02-10T18:17:51.615Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24382025-02-10T18:17:51.697Z[ host-package] Compiling backoff v0.4.0
24392025-02-10T18:17:52.178Z[ host-package] Compiling steno v0.4.1
24402025-02-10T18:17:52.201Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24412025-02-10T18:17:53.017Z[ host-package] Compiling typify v0.3.0
24422025-02-10T18:17:53.245Z[ host-package] Compiling progenitor-impl v0.9.1
24432025-02-10T18:17:53.855Z[ helios-setup] Feb 10 18:17:52.768 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
24442025-02-10T18:17:54.749Z[ helios-setup] Feb 10 18:17:53.662 INFO E| Finished `release` profile [optimized] target(s) in 4.09s
24452025-02-10T18:17:54.759Z[ helios-setup] Feb 10 18:17:53.673 INFO building project "pinprick" ok (4 seconds)
24462025-02-10T18:17:54.759Z[ helios-setup] Feb 10 18:17:53.673 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
24472025-02-10T18:17:54.759Z[ helios-setup] Feb 10 18:17:53.673 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
24482025-02-10T18:17:54.770Z[ helios-setup] Feb 10 18:17:53.683 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
24492025-02-10T18:17:55.063Z[ helios-setup] Feb 10 18:17:53.976 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
24502025-02-10T18:17:55.063Z[ helios-setup] Feb 10 18:17:53.976 INFO E| info: downloading component 'cargo'
24512025-02-10T18:17:56.284Z[ helios-setup] Feb 10 18:17:55.198 INFO E| info: downloading component 'clippy'
24522025-02-10T18:17:56.598Z[ helios-setup] Feb 10 18:17:55.512 INFO E| info: downloading component 'rust-docs'
24532025-02-10T18:17:58.299Z[ helios-setup] Feb 10 18:17:57.213 INFO E| info: downloading component 'rust-src'
24542025-02-10T18:17:58.527Z[ helios-setup] Feb 10 18:17:57.440 INFO E| info: downloading component 'rust-std'
24552025-02-10T18:17:59.819Z[ host-package] Compiling progenitor-macro v0.9.1
24562025-02-10T18:18:00.221Z[ host-package] Compiling parse-display v0.10.0
24572025-02-10T18:18:00.650Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24582025-02-10T18:18:00.816Z[ host-package] Compiling strum v0.26.3
24592025-02-10T18:18:00.870Z[ host-package] Compiling serde_with v3.11.0
24602025-02-10T18:18:00.992Z[ helios-setup] Feb 10 18:17:59.905 INFO E| info: downloading component 'rustc'
24612025-02-10T18:18:01.037Z[ host-package] Compiling regress v0.9.1
24622025-02-10T18:18:04.535Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24632025-02-10T18:18:05.998Z[ host-package] Compiling macaddr v1.0.1
24642025-02-10T18:18:06.265Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
24652025-02-10T18:18:06.470Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24662025-02-10T18:18:06.493Z[ host-package] Compiling slog-dtrace v0.3.0
24672025-02-10T18:18:06.740Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
24682025-02-10T18:18:06.929Z[ helios-setup] Feb 10 18:18:05.843 INFO E| info: downloading component 'rustfmt'
24692025-02-10T18:18:06.954Z[ host-package] Compiling prettyplease v0.2.25
24702025-02-10T18:18:07.217Z[ helios-setup] Feb 10 18:18:06.129 INFO E| info: installing component 'cargo'
24712025-02-10T18:18:08.867Z[ helios-setup] Feb 10 18:18:07.477 INFO E| info: installing component 'clippy'
24722025-02-10T18:18:08.981Z[ helios-setup] Feb 10 18:18:07.895 INFO E| info: installing component 'rust-docs'
24732025-02-10T18:18:09.242Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
24742025-02-10T18:18:11.470Z[ host-package] Compiling progenitor v0.9.1
24752025-02-10T18:18:11.778Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24762025-02-10T18:18:13.197Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
24772025-02-10T18:18:14.858Z[ helios-setup] Feb 10 18:18:13.772 INFO E| info: installing component 'rust-src'
24782025-02-10T18:18:15.553Z[ helios-setup] Feb 10 18:18:14.467 INFO E| info: installing component 'rust-std'
24792025-02-10T18:18:16.156Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24802025-02-10T18:18:18.568Z[ helios-setup] Feb 10 18:18:17.482 INFO E| info: installing component 'rustc'
24812025-02-10T18:18:24.774Z[ helios-setup] Feb 10 18:18:23.687 INFO E| info: installing component 'rustfmt'
24822025-02-10T18:18:25.554Z[ helios-setup] Feb 10 18:18:24.467 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
24832025-02-10T18:18:25.968Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24842025-02-10T18:18:26.480Z[ helios-setup] Feb 10 18:18:25.393 INFO E| From https://github.com/oxidecomputer/amd-apcb
24852025-02-10T18:18:26.480Z[ helios-setup] Feb 10 18:18:25.393 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6
24862025-02-10T18:18:26.480Z[ helios-setup] Feb 10 18:18:25.393 INFO E| * [new tag] v0.4.5 -> v0.4.5
24872025-02-10T18:18:26.509Z[ helios-setup] Feb 10 18:18:25.423 INFO E| * [new tag] v0.1.3 -> v0.1.3
24882025-02-10T18:18:26.510Z[ helios-setup] Feb 10 18:18:25.423 INFO E| * [new tag] v0.1.4 -> v0.1.4
24892025-02-10T18:18:26.513Z[ helios-setup] Feb 10 18:18:25.423 INFO E| * [new tag] v0.1.5 -> v0.1.5
24902025-02-10T18:18:26.513Z[ helios-setup] Feb 10 18:18:25.423 INFO E| * [new tag] v0.2.0 -> v0.2.0
24912025-02-10T18:18:26.513Z[ helios-setup] Feb 10 18:18:25.423 INFO E| * [new tag] v0.3.0 -> v0.3.0
24922025-02-10T18:18:26.513Z[ helios-setup] Feb 10 18:18:25.424 INFO E| * [new tag] v0.3.1 -> v0.3.1
24932025-02-10T18:18:26.513Z[ helios-setup] Feb 10 18:18:25.424 INFO E| * [new tag] v0.3.2 -> v0.3.2
24942025-02-10T18:18:26.513Z[ helios-setup] Feb 10 18:18:25.424 INFO E| * [new tag] v0.3.3 -> v0.3.3
24952025-02-10T18:18:26.513Z[ helios-setup] Feb 10 18:18:25.424 INFO E| * [new tag] v0.4.0 -> v0.4.0
24962025-02-10T18:18:26.514Z[ helios-setup] Feb 10 18:18:25.424 INFO E| * [new tag] v0.4.1 -> v0.4.1
24972025-02-10T18:18:26.514Z[ helios-setup] Feb 10 18:18:25.424 INFO E| * [new tag] v0.4.2 -> v0.4.2
24982025-02-10T18:18:26.514Z[ helios-setup] Feb 10 18:18:25.424 INFO E| * [new tag] v0.4.3 -> v0.4.3
24992025-02-10T18:18:26.514Z[ helios-setup] Feb 10 18:18:25.424 INFO E| * [new tag] v0.4.4 -> v0.4.4
25002025-02-10T18:18:26.574Z[ helios-setup] Feb 10 18:18:25.487 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
25012025-02-10T18:18:27.243Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25022025-02-10T18:18:27.469Z[ helios-setup] Feb 10 18:18:26.383 INFO E| From https://github.com/oxidecomputer/amd-efs
25032025-02-10T18:18:27.469Z[ helios-setup] Feb 10 18:18:26.383 INFO E| * [new branch] empty -> origin/empty
25042025-02-10T18:18:27.470Z[ helios-setup] Feb 10 18:18:26.383 INFO E| * [new branch] issue-99 -> origin/issue-99
25052025-02-10T18:18:27.485Z[ helios-setup] Feb 10 18:18:26.383 INFO E| * [new branch] main -> origin/main
25062025-02-10T18:18:27.485Z[ helios-setup] Feb 10 18:18:26.383 INFO E| * [new branch] review -> origin/review
25072025-02-10T18:18:27.486Z[ helios-setup] Feb 10 18:18:26.383 INFO E| * [new ref] -> origin/HEAD
25082025-02-10T18:18:27.486Z[ helios-setup] Feb 10 18:18:26.384 INFO E| * [new tag] v0.2.0 -> v0.2.0
25092025-02-10T18:18:27.486Z[ helios-setup] Feb 10 18:18:26.384 INFO E| * [new tag] v0.2.1 -> v0.2.1
25102025-02-10T18:18:27.486Z[ helios-setup] Feb 10 18:18:26.384 INFO E| * [new tag] v0.2.2 -> v0.2.2
25112025-02-10T18:18:27.486Z[ helios-setup] Feb 10 18:18:26.384 INFO E| * [new tag] v0.2.3 -> v0.2.3
25122025-02-10T18:18:27.486Z[ helios-setup] Feb 10 18:18:26.384 INFO E| * [new tag] v0.2.4 -> v0.2.4
25132025-02-10T18:18:27.486Z[ helios-setup] Feb 10 18:18:26.384 INFO E| * [new tag] v0.2.5 -> v0.2.5
25142025-02-10T18:18:27.486Z[ helios-setup] Feb 10 18:18:26.385 INFO E| * [new tag] v0.2.6 -> v0.2.6
25152025-02-10T18:18:27.486Z[ helios-setup] Feb 10 18:18:26.385 INFO E| * [new tag] v0.2.7 -> v0.2.7
25162025-02-10T18:18:27.486Z[ helios-setup] Feb 10 18:18:26.385 INFO E| * [new tag] v0.3.0 -> v0.3.0
25172025-02-10T18:18:27.486Z[ helios-setup] Feb 10 18:18:26.385 INFO E| * [new tag] v0.3.1 -> v0.3.1
25182025-02-10T18:18:27.486Z[ helios-setup] Feb 10 18:18:26.385 INFO E| * [new tag] v0.4.0 -> v0.4.0
25192025-02-10T18:18:27.486Z[ helios-setup] Feb 10 18:18:26.385 INFO E| * [new tag] v0.4.1 -> v0.4.1
25202025-02-10T18:18:27.486Z[ helios-setup] Feb 10 18:18:26.385 INFO E| * [new tag] v0.4.2 -> v0.4.2
25212025-02-10T18:18:27.486Z[ helios-setup] Feb 10 18:18:26.385 INFO E| * [new tag] v0.4.3 -> v0.4.3
25222025-02-10T18:18:27.486Z[ helios-setup] Feb 10 18:18:26.386 INFO E| * [new tag] v0.4.4 -> v0.4.4
25232025-02-10T18:18:27.496Z[ helios-setup] Feb 10 18:18:26.410 INFO E| Updating crates.io index
25242025-02-10T18:18:27.747Z[ helios-setup] Feb 10 18:18:26.661 INFO E| Downloading crates ...
25252025-02-10T18:18:27.903Z[ helios-setup] Feb 10 18:18:26.817 INFO E| Downloaded four-cc v0.3.0
25262025-02-10T18:18:27.908Z[ helios-setup] Feb 10 18:18:26.822 INFO E| Downloaded cpufeatures v0.2.16
25272025-02-10T18:18:27.911Z[ helios-setup] Feb 10 18:18:26.824 INFO E| Downloaded scroll_derive v0.10.5
25282025-02-10T18:18:27.915Z[ helios-setup] Feb 10 18:18:26.826 INFO E| Downloaded memoffset v0.5.6
25292025-02-10T18:18:27.915Z[ helios-setup] Feb 10 18:18:26.828 INFO E| Downloaded unic-common v0.9.0
25302025-02-10T18:18:27.920Z[ helios-setup] Feb 10 18:18:26.829 INFO E| Downloaded unic-char-property v0.9.0
25312025-02-10T18:18:27.920Z[ helios-setup] Feb 10 18:18:26.831 INFO E| Downloaded strum v0.23.0
25322025-02-10T18:18:27.920Z[ helios-setup] Feb 10 18:18:26.832 INFO E| Downloaded fletcher v0.1.0
25332025-02-10T18:18:27.923Z[ helios-setup] Feb 10 18:18:26.834 INFO E| Downloaded parse_int v0.6.0
25342025-02-10T18:18:27.924Z[ helios-setup] Feb 10 18:18:26.835 INFO E| Downloaded unic-ucd-version v0.9.0
25352025-02-10T18:18:27.924Z[ helios-setup] Feb 10 18:18:26.837 INFO E| Downloaded rustc_version v0.2.3
25362025-02-10T18:18:27.926Z[ helios-setup] Feb 10 18:18:26.838 INFO E| Downloaded itoa v1.0.14
25372025-02-10T18:18:27.927Z[ helios-setup] Feb 10 18:18:26.841 INFO E| Downloaded structopt-derive v0.4.18
25382025-02-10T18:18:27.930Z[ helios-setup] Feb 10 18:18:26.843 INFO E| Downloaded cfg-if v0.1.10
25392025-02-10T18:18:27.932Z[ helios-setup] Feb 10 18:18:26.845 INFO E| Downloaded unic-char-range v0.9.0
25402025-02-10T18:18:27.935Z[ helios-setup] Feb 10 18:18:26.847 INFO E| Downloaded vec_map v0.8.2
25412025-02-10T18:18:27.935Z[ helios-setup] Feb 10 18:18:26.849 INFO E| Downloaded strsim v0.8.0
25422025-02-10T18:18:27.938Z[ helios-setup] Feb 10 18:18:26.851 INFO E| Downloaded rustversion v1.0.19
25432025-02-10T18:18:27.942Z[ helios-setup] Feb 10 18:18:26.855 INFO E| Downloaded unic-ucd-ident v0.9.0
25442025-02-10T18:18:27.945Z[ helios-setup] Feb 10 18:18:26.858 INFO E| Downloaded semver v0.9.0
25452025-02-10T18:18:27.947Z[ helios-setup] Feb 10 18:18:26.860 INFO E| Downloaded scroll v0.10.2
25462025-02-10T18:18:27.951Z[ helios-setup] Feb 10 18:18:26.864 INFO E| Downloaded pest_generator v2.7.15
25472025-02-10T18:18:27.954Z[ helios-setup] Feb 10 18:18:26.866 INFO E| Downloaded modular-bitfield-impl v0.11.2
25482025-02-10T18:18:27.957Z[ helios-setup] Feb 10 18:18:26.868 INFO E| Downloaded pre-proc-macro v0.2.1
25492025-02-10T18:18:27.960Z[ helios-setup] Feb 10 18:18:26.871 INFO E| Downloaded toml v0.5.11
25502025-02-10T18:18:27.964Z[ helios-setup] Feb 10 18:18:26.876 INFO E| Downloaded structopt v0.3.26
25512025-02-10T18:18:27.975Z[ helios-setup] Feb 10 18:18:26.888 INFO E| Downloaded proc-macro2 v1.0.93
25522025-02-10T18:18:27.979Z[ helios-setup] Feb 10 18:18:26.893 INFO E| Downloaded pest v2.7.15
25532025-02-10T18:18:27.990Z[ helios-setup] Feb 10 18:18:26.902 INFO E| Downloaded goblin v0.4.3
25542025-02-10T18:18:27.996Z[ helios-setup] Feb 10 18:18:26.910 INFO E| Downloaded clap v2.34.0
25552025-02-10T18:18:28.007Z[ helios-setup] Feb 10 18:18:26.921 INFO E| Downloaded pest_meta v2.7.15
25562025-02-10T18:18:28.011Z[ helios-setup] Feb 10 18:18:26.925 INFO E| Downloaded modular-bitfield v0.11.2
25572025-02-10T18:18:28.028Z[ helios-setup] Feb 10 18:18:26.942 INFO E| Downloaded pest_derive v2.7.15
25582025-02-10T18:18:28.031Z[ helios-setup] Feb 10 18:18:26.946 INFO E| Downloaded textwrap v0.11.0
25592025-02-10T18:18:28.035Z[ helios-setup] Feb 10 18:18:26.948 INFO E| Downloaded strum_macros v0.23.1
25602025-02-10T18:18:28.039Z[ helios-setup] Feb 10 18:18:26.951 INFO E| Downloaded semver-parser v0.7.0
25612025-02-10T18:18:28.039Z[ helios-setup] Feb 10 18:18:26.952 INFO E| Downloaded pre v0.2.1
25622025-02-10T18:18:28.039Z[ helios-setup] Feb 10 18:18:26.953 INFO E| Downloaded proc-macro-crate v0.1.5
25632025-02-10T18:18:28.042Z[ helios-setup] Feb 10 18:18:26.955 INFO E| Downloaded bytesize v1.3.0
25642025-02-10T18:18:28.042Z[ helios-setup] Feb 10 18:18:26.956 INFO E| Downloaded ansi_term v0.12.1
25652025-02-10T18:18:28.137Z[ helios-setup] Feb 10 18:18:27.051 INFO E| Compiling proc-macro2 v1.0.93
25662025-02-10T18:18:28.137Z[ helios-setup] Feb 10 18:18:27.051 INFO E| Compiling unicode-ident v1.0.14
25672025-02-10T18:18:28.140Z[ helios-setup] Feb 10 18:18:27.051 INFO E| Compiling syn v1.0.109
25682025-02-10T18:18:28.141Z[ helios-setup] Feb 10 18:18:27.051 INFO E| Compiling version_check v0.9.5
25692025-02-10T18:18:28.141Z[ helios-setup] Feb 10 18:18:27.051 INFO E| Compiling memchr v2.7.4
25702025-02-10T18:18:28.141Z[ helios-setup] Feb 10 18:18:27.051 INFO E| Compiling semver-parser v0.7.0
25712025-02-10T18:18:28.141Z[ helios-setup] Feb 10 18:18:27.051 INFO E| Compiling autocfg v1.4.0
25722025-02-10T18:18:28.141Z[ helios-setup] Feb 10 18:18:27.051 INFO E| Compiling serde v1.0.217
25732025-02-10T18:18:28.595Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25742025-02-10T18:18:28.988Z[ helios-setup] Feb 10 18:18:27.901 INFO E| Compiling semver v0.9.0
25752025-02-10T18:18:29.358Z[ host-package] Compiling half v2.4.1
25762025-02-10T18:18:29.461Z[ helios-setup] Feb 10 18:18:28.375 INFO E| Compiling serde_json v1.0.135
25772025-02-10T18:18:29.510Z[ helios-setup] Feb 10 18:18:28.424 INFO E| Compiling proc-macro-error-attr v1.0.4
25782025-02-10T18:18:29.824Z[ helios-setup] Feb 10 18:18:28.738 INFO E| Compiling rustc_version v0.2.3
25792025-02-10T18:18:30.081Z[ helios-setup] Feb 10 18:18:28.993 INFO E| Compiling proc-macro-error v1.0.4
25802025-02-10T18:18:30.167Z[ helios-setup] Feb 10 18:18:29.080 INFO E| Compiling thiserror v2.0.11
25812025-02-10T18:18:30.449Z[ helios-setup] Feb 10 18:18:29.363 INFO E| Compiling num-traits v0.2.19
25822025-02-10T18:18:30.694Z[ helios-setup] Feb 10 18:18:29.607 INFO E| Compiling schemars v0.8.21
25832025-02-10T18:18:30.722Z[ helios-setup] Feb 10 18:18:29.636 INFO E| Compiling ryu v1.0.18
25842025-02-10T18:18:31.049Z[ host-package] Compiling ciborium-io v0.2.2
25852025-02-10T18:18:31.160Z[ helios-setup] Feb 10 18:18:30.073 INFO E| Compiling itoa v1.0.14
25862025-02-10T18:18:31.251Z[ helios-setup] Feb 10 18:18:30.165 INFO E| Compiling unicode-segmentation v1.12.0
25872025-02-10T18:18:31.387Z[ host-package] Compiling ciborium-ll v0.2.2
25882025-02-10T18:18:31.478Z[ helios-setup] Feb 10 18:18:30.392 INFO E| Compiling pre-proc-macro v0.2.1
25892025-02-10T18:18:31.813Z[ helios-setup] Feb 10 18:18:30.727 INFO E| Compiling quote v1.0.38
25902025-02-10T18:18:32.005Z[ helios-setup] Feb 10 18:18:30.919 INFO E| Compiling memoffset v0.5.6
25912025-02-10T18:18:32.077Z[ helios-setup] Feb 10 18:18:30.990 INFO E| Compiling dyn-clone v1.0.17
25922025-02-10T18:18:32.256Z[ helios-setup] Feb 10 18:18:31.170 INFO E| Compiling lazy_static v1.5.0
25932025-02-10T18:18:32.368Z[ helios-setup] Feb 10 18:18:31.281 INFO E| Compiling thiserror v1.0.69
25942025-02-10T18:18:32.429Z[ helios-setup] Feb 10 18:18:31.343 INFO E| Compiling heck v0.3.3
25952025-02-10T18:18:32.456Z[ helios-setup] Feb 10 18:18:31.370 INFO E| Compiling paste v1.0.15
25962025-02-10T18:18:32.734Z[ helios-setup] Feb 10 18:18:31.647 INFO E| Compiling syn v2.0.96
25972025-02-10T18:18:33.056Z[ helios-setup] Feb 10 18:18:31.969 INFO E| Compiling libc v0.2.169
25982025-02-10T18:18:33.092Z[ helios-setup] Feb 10 18:18:32.006 INFO E| Compiling rustversion v1.0.19
25992025-02-10T18:18:33.895Z[ helios-setup] Feb 10 18:18:32.809 INFO E| Compiling ucd-trie v0.1.7
26002025-02-10T18:18:34.582Z[ host-package] Compiling ciborium v0.2.2
26012025-02-10T18:18:34.970Z[ helios-setup] Feb 10 18:18:33.882 INFO E| Compiling pre v0.2.1
26022025-02-10T18:18:35.082Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26032025-02-10T18:18:35.110Z[ helios-setup] Feb 10 18:18:34.024 INFO E| Compiling static_assertions v1.1.0
26042025-02-10T18:18:35.133Z[ helios-setup] Feb 10 18:18:34.046 INFO E| Compiling byteorder v1.5.0
26052025-02-10T18:18:35.204Z[ helios-setup] Feb 10 18:18:34.117 INFO E| Compiling cfg-if v0.1.10
26062025-02-10T18:18:35.293Z[ helios-setup] Feb 10 18:18:34.207 INFO E| Compiling once_cell v1.20.2
26072025-02-10T18:18:36.352Z[ helios-setup] Feb 10 18:18:35.266 INFO E| Compiling unicode-width v0.1.14
26082025-02-10T18:18:36.872Z[ host-package] Compiling display-error-chain v0.2.2
26092025-02-10T18:18:37.322Z[ host-package] Compiling same-file v1.0.6
26102025-02-10T18:18:37.460Z[ helios-setup] Feb 10 18:18:36.374 INFO E| Compiling atty v0.2.14
26112025-02-10T18:18:37.769Z[ helios-setup] Feb 10 18:18:36.683 INFO E| Compiling textwrap v0.11.0
26122025-02-10T18:18:37.853Z[ helios-setup] Feb 10 18:18:36.768 INFO E| Compiling bitflags v1.3.2
26132025-02-10T18:18:37.959Z[ host-package] Compiling fastrand v2.1.1
26142025-02-10T18:18:37.959Z[ helios-setup] Feb 10 18:18:36.873 INFO E| Compiling strsim v0.8.0
26152025-02-10T18:18:38.266Z[ helios-setup] Feb 10 18:18:37.181 INFO E| Compiling ansi_term v0.12.1
26162025-02-10T18:18:38.576Z[ helios-setup] Feb 10 18:18:37.490 INFO E| Compiling fletcher v0.1.0
26172025-02-10T18:18:38.871Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26182025-02-10T18:18:39.106Z[ helios-setup] Feb 10 18:18:38.020 INFO E| Compiling parse_int v0.6.0
26192025-02-10T18:18:39.109Z[ host-package] Compiling tempfile v3.13.0
26202025-02-10T18:18:39.134Z[ helios-setup] Feb 10 18:18:38.048 INFO E| Compiling unic-char-range v0.9.0
26212025-02-10T18:18:39.163Z[ helios-setup] Feb 10 18:18:38.077 INFO E| Compiling strum v0.23.0
26222025-02-10T18:18:39.173Z[ host-package] Compiling walkdir v2.5.0
26232025-02-10T18:18:39.265Z[ helios-setup] Feb 10 18:18:38.179 INFO E| Compiling unic-common v0.9.0
26242025-02-10T18:18:39.322Z[ helios-setup] Feb 10 18:18:38.236 INFO E| Compiling vec_map v0.8.2
26252025-02-10T18:18:39.452Z[ helios-setup] Feb 10 18:18:38.366 INFO E| Compiling unic-char-property v0.9.0
26262025-02-10T18:18:39.463Z[ helios-setup] Feb 10 18:18:38.377 INFO E| Compiling log v0.4.22
26272025-02-10T18:18:39.617Z[ helios-setup] Feb 10 18:18:38.531 INFO E| Compiling unic-ucd-version v0.9.0
26282025-02-10T18:18:39.722Z[ helios-setup] Feb 10 18:18:38.636 INFO E| Compiling clap v2.34.0
26292025-02-10T18:18:39.761Z[ helios-setup] Feb 10 18:18:38.676 INFO E| Compiling plain v0.2.3
26302025-02-10T18:18:39.768Z[ helios-setup] Feb 10 18:18:38.682 INFO E| Compiling unic-ucd-ident v0.9.0
26312025-02-10T18:18:39.986Z[ helios-setup] Feb 10 18:18:38.900 INFO E| Compiling bytesize v1.3.0
26322025-02-10T18:18:40.463Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26332025-02-10T18:18:40.520Z[ host-package] Compiling blake3 v1.5.4
26342025-02-10T18:18:41.525Z[ host-package] Compiling const_format_proc_macros v0.2.34
26352025-02-10T18:18:41.708Z[ helios-setup] Feb 10 18:18:40.622 INFO E| Compiling serde_derive_internals v0.29.1
26362025-02-10T18:18:42.437Z[ helios-setup] Feb 10 18:18:41.351 INFO E| Compiling toml v0.5.11
26372025-02-10T18:18:45.233Z[ host-package] Compiling xattr v1.3.1
26382025-02-10T18:18:45.385Z[ helios-setup] Feb 10 18:18:44.299 INFO E| Compiling proc-macro-crate v0.1.5
26392025-02-10T18:18:45.739Z[ host-package] Compiling memmap2 v0.9.5
26402025-02-10T18:18:45.739Z[ host-package] Compiling filetime v0.2.25
26412025-02-10T18:18:46.353Z[ host-package] Compiling constant_time_eq v0.3.1
26422025-02-10T18:18:46.536Z[ host-package] Compiling keccak v0.1.5
26432025-02-10T18:18:46.832Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26442025-02-10T18:18:46.913Z[ host-package] Compiling crunchy v0.2.2
26452025-02-10T18:18:47.513Z[ host-package] Compiling arrayvec v0.7.6
26462025-02-10T18:18:47.732Z[ host-package] Compiling arrayref v0.3.9
26472025-02-10T18:18:48.056Z[ host-package] Compiling maplit v1.0.2
26482025-02-10T18:18:48.099Z[ helios-setup] Feb 10 18:18:47.014 INFO E| Compiling serde_derive v1.0.217
26492025-02-10T18:18:48.099Z[ helios-setup] Feb 10 18:18:47.014 INFO E| Compiling thiserror-impl v2.0.11
26502025-02-10T18:18:48.175Z[ helios-setup] Feb 10 18:18:47.090 INFO E| Compiling schemars_derive v0.8.21
26512025-02-10T18:18:48.259Z[ helios-setup] Feb 10 18:18:47.173 INFO E| Compiling thiserror-impl v1.0.69
26522025-02-10T18:18:48.321Z[ host-package] Compiling sha3 v0.10.8
26532025-02-10T18:18:48.503Z[ host-package] Compiling tar v0.4.42
26542025-02-10T18:18:49.404Z[ helios-setup] Feb 10 18:18:48.318 INFO E| Compiling zerocopy-derive v0.6.6
26552025-02-10T18:18:50.278Z[ helios-setup] Feb 10 18:18:49.192 INFO E| Compiling num-derive v0.4.2
26562025-02-10T18:18:50.333Z[ host-package] Compiling const_format v0.2.34
26572025-02-10T18:18:50.553Z[ host-package] Compiling camino-tempfile v1.1.1
26582025-02-10T18:18:51.521Z[ host-package] Compiling toolchain_find v0.4.0
26592025-02-10T18:18:52.343Z[ host-package] Compiling tiny-keccak v2.0.2
26602025-02-10T18:18:52.507Z[ host-package] Compiling topological-sort v0.2.2
26612025-02-10T18:18:52.889Z[ host-package] Compiling rustfmt-wrapper v0.2.1
26622025-02-10T18:18:53.038Z[ helios-setup] Feb 10 18:18:51.953 INFO E| Compiling zerocopy v0.6.6
26632025-02-10T18:18:53.144Z[ host-package] Compiling omicron-zone-package v0.12.0
26642025-02-10T18:18:53.952Z[ host-package] Compiling dsl_auto_type v0.1.2
26652025-02-10T18:18:54.087Z[ host-package] Compiling scheduled-thread-pool v0.2.7
26662025-02-10T18:18:54.193Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
26672025-02-10T18:18:54.623Z[ helios-setup] Feb 10 18:18:53.537 INFO E| Compiling pest v2.7.15
26682025-02-10T18:18:55.246Z[ host-package] Compiling r2d2 v0.8.10
26692025-02-10T18:18:55.806Z[ helios-setup] Feb 10 18:18:54.721 INFO E| Compiling modular-bitfield-impl v0.11.2
26702025-02-10T18:18:56.131Z[ host-package] Compiling diesel_derives v2.2.3
26712025-02-10T18:18:56.440Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
26722025-02-10T18:18:56.697Z[ helios-setup] Feb 10 18:18:55.611 INFO E| Compiling scroll_derive v0.10.5
26732025-02-10T18:18:56.799Z[ helios-setup] Feb 10 18:18:55.713 INFO E| Compiling strum_macros v0.23.1
26742025-02-10T18:18:57.046Z[ helios-setup] Feb 10 18:18:55.961 INFO E| Compiling structopt-derive v0.4.18
26752025-02-10T18:18:57.258Z[ host-package] Compiling phf_generator v0.11.2
26762025-02-10T18:18:57.845Z[ host-package] Compiling ascii-canvas v3.0.0
26772025-02-10T18:18:59.266Z[ host-package] Compiling secrecy v0.8.0
26782025-02-10T18:18:59.597Z[ helios-setup] Feb 10 18:18:58.512 INFO E| Compiling pest_meta v2.7.15
26792025-02-10T18:18:59.643Z[ helios-setup] Feb 10 18:18:58.558 INFO E| Compiling scroll v0.10.2
26802025-02-10T18:19:00.266Z[ host-package] Compiling ena v0.14.3
26812025-02-10T18:19:00.396Z[ host-package] Compiling arc-swap v1.7.1
26822025-02-10T18:19:01.001Z[ helios-setup] Feb 10 18:18:59.916 INFO E| Compiling modular-bitfield v0.11.2
26832025-02-10T18:19:01.139Z[ helios-setup] Feb 10 18:19:00.054 INFO E| Compiling goblin v0.4.3
26842025-02-10T18:19:01.274Z[ host-package] Compiling diff v0.1.13
26852025-02-10T18:19:01.969Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26862025-02-10T18:19:02.079Z[ host-package] Compiling regex-syntax v0.6.29
26872025-02-10T18:19:02.285Z[ host-package] Compiling slog-scope v4.4.0
26882025-02-10T18:19:02.324Z[ helios-setup] Feb 10 18:19:01.238 INFO E| Compiling pest_generator v2.7.15
26892025-02-10T18:19:02.574Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26902025-02-10T18:19:02.658Z[ helios-setup] Feb 10 18:19:01.573 INFO E| Compiling structopt v0.3.26
26912025-02-10T18:19:02.780Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
26922025-02-10T18:19:03.760Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26932025-02-10T18:19:06.144Z[ helios-setup] Feb 10 18:19:05.059 INFO E| Compiling pest_derive v2.7.15
26942025-02-10T18:19:06.844Z[ host-package] Compiling phf_codegen v0.11.2
26952025-02-10T18:19:07.254Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26962025-02-10T18:19:08.553Z[ host-package] Compiling lalrpop v0.19.12
26972025-02-10T18:19:09.716Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26982025-02-10T18:19:10.014Z[ host-package] Compiling universal-hash v0.5.1
26992025-02-10T18:19:10.370Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
27002025-02-10T18:19:11.785Z[ helios-setup] Feb 10 18:19:10.699 INFO E| Compiling json5 v0.4.1
27012025-02-10T18:19:13.080Z[ host-package] Compiling diesel v2.2.6
27022025-02-10T18:19:14.147Z[ host-package] Compiling parse-zoneinfo v0.3.1
27032025-02-10T18:19:16.323Z[ host-package] Compiling unicase v2.7.0
27042025-02-10T18:19:16.983Z[ host-package] Compiling opaque-debug v0.3.1
27052025-02-10T18:19:17.244Z[ host-package] Compiling ref-cast v1.0.23
27062025-02-10T18:19:17.941Z[ helios-setup] Feb 10 18:19:16.856 INFO E| Compiling four-cc v0.3.0
27072025-02-10T18:19:17.941Z[ helios-setup] Feb 10 18:19:16.856 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
27082025-02-10T18:19:18.125Z[ helios-setup] Feb 10 18:19:17.040 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc)
27092025-02-10T18:19:18.276Z[ host-package] Compiling poly1305 v0.8.0
27102025-02-10T18:19:19.974Z[ host-package] Compiling chrono-tz-build v0.4.0
27112025-02-10T18:19:20.574Z[ host-package] Compiling thiserror-no-std v2.0.2
27122025-02-10T18:19:21.657Z[ host-package] Compiling slog-stdlog v4.1.1
27132025-02-10T18:19:21.820Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27142025-02-10T18:19:22.384Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27152025-02-10T18:19:22.758Z[ host-package] Compiling derive_builder_core v0.20.2
27162025-02-10T18:19:22.832Z[ host-package] Compiling chacha20 v0.9.1
27172025-02-10T18:19:23.539Z[ host-package] Compiling headers-core v0.3.0
27182025-02-10T18:19:23.926Z[ host-package] Compiling aead v0.5.2
27192025-02-10T18:19:24.367Z[ host-package] Compiling libxml v0.3.3
27202025-02-10T18:19:24.915Z[ host-package] Compiling ref-cast-impl v1.0.23
27212025-02-10T18:19:25.178Z[ host-package] Compiling vte_generate_state_changes v0.1.2
27222025-02-10T18:19:26.265Z[ host-package] Compiling vte v0.11.1
27232025-02-10T18:19:26.554Z[ host-package] Compiling derive_builder_macro v0.20.2
27242025-02-10T18:19:27.798Z[ host-package] Compiling chacha20poly1305 v0.10.1
27252025-02-10T18:19:28.052Z[ host-package] Compiling headers v0.4.0
27262025-02-10T18:19:28.327Z[ host-package] Compiling slog-envlogger v2.2.0
27272025-02-10T18:19:31.512Z[ host-package] Compiling chrono-tz v0.10.1
27282025-02-10T18:19:32.030Z[ host-package] Compiling vsss-rs v3.3.4
27292025-02-10T18:19:32.359Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27302025-02-10T18:19:35.966Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27312025-02-10T18:19:36.360Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27322025-02-10T18:19:36.494Z[ host-package] Compiling strum_macros v0.24.3
27332025-02-10T18:19:38.140Z[ host-package] Compiling polar-core v0.27.3
27342025-02-10T18:19:38.924Z[ host-package] Compiling fxhash v0.2.1
27352025-02-10T18:19:39.217Z[ host-package] Compiling samael v0.0.17
27362025-02-10T18:19:39.996Z[ host-package] Compiling bytecount v0.6.8
27372025-02-10T18:19:40.435Z[ host-package] Compiling indoc v1.0.9
27382025-02-10T18:19:41.453Z[ host-package] Compiling papergrid v0.11.0
27392025-02-10T18:19:46.589Z[ host-package] Compiling strip-ansi-escapes v0.2.0
27402025-02-10T18:19:52.577Z[ host-package] Compiling derive_builder v0.20.2
27412025-02-10T18:19:53.126Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27422025-02-10T18:19:53.575Z[ host-package] Compiling tabled_derive v0.7.0
27432025-02-10T18:19:56.081Z[ host-package] Compiling fd-lock v4.0.2
27442025-02-10T18:19:56.398Z[ host-package] Compiling peg-macros v0.8.4
27452025-02-10T18:19:56.668Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27462025-02-10T18:19:57.872Z[ host-package] Compiling kstat-rs v0.2.4
27472025-02-10T18:19:58.979Z[ host-package] Compiling oso-derive v0.27.3
27482025-02-10T18:19:59.003Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27492025-02-10T18:19:59.258Z[ host-package] Compiling quick-xml v0.33.0
27502025-02-10T18:20:00.211Z[ host-package] Compiling diesel-dtrace v0.4.2
27512025-02-10T18:20:00.754Z[ host-package] Compiling nu-ansi-term v0.50.1
27522025-02-10T18:20:02.326Z[ host-package] Compiling reedline v0.35.0
27532025-02-10T18:20:02.521Z[ helios-setup] Feb 10 18:20:01.436 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
27542025-02-10T18:20:06.337Z[ host-package] Compiling oso v0.27.3
27552025-02-10T18:20:09.612Z[ host-package] Compiling peg v0.8.4
27562025-02-10T18:20:09.801Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27572025-02-10T18:20:10.950Z[ host-package] Compiling tabled v0.15.0
27582025-02-10T18:20:22.458Z[ helios-setup] Feb 10 18:20:21.374 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
27592025-02-10T18:20:29.665Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27602025-02-10T18:20:32.202Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27612025-02-10T18:20:33.002Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27622025-02-10T18:20:33.905Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
27632025-02-10T18:20:34.666Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27642025-02-10T18:20:35.170Z[ host-package] Compiling bb8 v0.8.5
27652025-02-10T18:20:36.285Z[ host-package] Compiling bcs v0.1.6
27662025-02-10T18:20:37.336Z[ host-package] Compiling libz-sys v1.1.20
27672025-02-10T18:20:38.260Z[ host-package] Compiling nanorand v0.7.0
27682025-02-10T18:20:39.130Z[ host-package] Compiling parking_lot_core v0.8.6
27692025-02-10T18:20:39.891Z[ host-package] Compiling termtree v0.5.1
27702025-02-10T18:20:40.347Z[ host-package] Compiling flume v0.11.1
27712025-02-10T18:20:42.302Z[ host-package] Compiling async-bb8-diesel v0.2.1
27722025-02-10T18:20:43.187Z[ host-package] Compiling mime_guess v2.0.5
27732025-02-10T18:20:45.521Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27742025-02-10T18:20:45.807Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27752025-02-10T18:20:51.254Z[ host-package] Compiling nibble_vec v0.1.0
27762025-02-10T18:20:51.599Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
27772025-02-10T18:20:51.642Z[ host-package] Compiling atty v0.2.14
27782025-02-10T18:20:51.969Z[ host-package] Compiling endian-type v0.1.2
27792025-02-10T18:20:52.288Z[ host-package] Compiling salty v0.3.0
27802025-02-10T18:20:52.590Z[ host-package] Compiling http-range v0.1.5
27812025-02-10T18:20:53.273Z[ host-package] Compiling radix_trie v0.2.1
27822025-02-10T18:20:54.647Z[ host-package] Compiling parking_lot v0.11.2
27832025-02-10T18:21:00.192Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27842025-02-10T18:21:05.240Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
27852025-02-10T18:21:08.650Z[ helios-setup] Feb 10 18:21:07.567 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 43s
27862025-02-10T18:21:08.702Z[ helios-setup] Feb 10 18:21:07.603 INFO building project "amd-host-image-builder" ok (193 seconds)
27872025-02-10T18:21:08.702Z[ helios-setup] Feb 10 18:21:07.603 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
27882025-02-10T18:21:08.702Z[ helios-setup] Feb 10 18:21:07.603 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
27892025-02-10T18:21:08.992Z[ helios-setup] Feb 10 18:21:07.909 INFO E| Downloading crates ...
27902025-02-10T18:21:09.094Z[ helios-setup] Feb 10 18:21:08.011 INFO E| Downloaded miniz_oxide v0.6.2
27912025-02-10T18:21:09.098Z[ helios-setup] Feb 10 18:21:08.016 INFO E| Downloaded bytes v1.2.1
27922025-02-10T18:21:09.104Z[ helios-setup] Feb 10 18:21:08.021 INFO E| Downloaded digest v0.10.3
27932025-02-10T18:21:09.107Z[ helios-setup] Feb 10 18:21:08.024 INFO E| Downloaded sha2 v0.10.5
27942025-02-10T18:21:09.110Z[ helios-setup] Feb 10 18:21:08.028 INFO E| Downloaded unicode-width v0.1.10
27952025-02-10T18:21:09.113Z[ helios-setup] Feb 10 18:21:08.030 INFO E| Downloaded generic-array v0.14.6
27962025-02-10T18:21:09.115Z[ helios-setup] Feb 10 18:21:08.032 INFO E| Downloaded typenum v1.15.0
27972025-02-10T18:21:09.118Z[ helios-setup] Feb 10 18:21:08.036 INFO E| Downloaded flate2 v1.0.25
27982025-02-10T18:21:09.125Z[ helios-setup] Feb 10 18:21:08.042 INFO E| Downloaded anyhow v1.0.62
27992025-02-10T18:21:09.133Z[ helios-setup] Feb 10 18:21:08.050 INFO E| Downloaded cpufeatures v0.2.5
28002025-02-10T18:21:09.135Z[ helios-setup] Feb 10 18:21:08.052 INFO E| Downloaded block-buffer v0.10.3
28012025-02-10T18:21:09.230Z[ helios-setup] Feb 10 18:21:08.147 INFO E| Compiling version_check v0.9.4
28022025-02-10T18:21:09.233Z[ helios-setup] Feb 10 18:21:08.147 INFO E| Compiling typenum v1.15.0
28032025-02-10T18:21:09.233Z[ helios-setup] Feb 10 18:21:08.148 INFO E| Compiling cfg-if v1.0.0
28042025-02-10T18:21:09.233Z[ helios-setup] Feb 10 18:21:08.148 INFO E| Compiling crc32fast v1.3.2
28052025-02-10T18:21:09.233Z[ helios-setup] Feb 10 18:21:08.148 INFO E| Compiling anyhow v1.0.62
28062025-02-10T18:21:09.233Z[ helios-setup] Feb 10 18:21:08.148 INFO E| Compiling adler v1.0.2
28072025-02-10T18:21:09.233Z[ helios-setup] Feb 10 18:21:08.148 INFO E| Compiling cpufeatures v0.2.5
28082025-02-10T18:21:09.244Z[ helios-setup] Feb 10 18:21:08.161 INFO E| Compiling unicode-width v0.1.10
28092025-02-10T18:21:09.294Z[ host-package] Compiling hyper-staticfile v0.10.1
28102025-02-10T18:21:09.500Z[ helios-setup] Feb 10 18:21:08.417 INFO E| Compiling miniz_oxide v0.6.2
28112025-02-10T18:21:09.612Z[ helios-setup] Feb 10 18:21:08.529 INFO E| Compiling getopts v0.2.21
28122025-02-10T18:21:09.633Z[ helios-setup] Feb 10 18:21:08.550 INFO E| Compiling bytes v1.2.1
28132025-02-10T18:21:10.066Z[ helios-setup] Feb 10 18:21:08.983 INFO E| Compiling bitflags v1.3.2
28142025-02-10T18:21:10.534Z[ helios-setup] Feb 10 18:21:09.451 INFO E| Compiling generic-array v0.14.6
28152025-02-10T18:21:10.889Z[ host-package] Compiling sled v0.34.7
28162025-02-10T18:21:11.108Z[ helios-setup] Feb 10 18:21:10.026 INFO E| Compiling flate2 v1.0.25
28172025-02-10T18:21:14.051Z[ host-package] Compiling hickory-client v0.24.2
28182025-02-10T18:21:14.681Z[ helios-setup] Feb 10 18:21:13.595 INFO E| Compiling block-buffer v0.10.3
28192025-02-10T18:21:14.681Z[ helios-setup] Feb 10 18:21:13.595 INFO E| Compiling crypto-common v0.1.6
28202025-02-10T18:21:14.884Z[ helios-setup] Feb 10 18:21:13.796 INFO E| Compiling digest v0.10.3
28212025-02-10T18:21:15.247Z[ helios-setup] Feb 10 18:21:14.164 INFO E| Compiling sha2 v0.10.5
28222025-02-10T18:21:15.769Z[ helios-setup] Feb 10 18:21:14.686 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
28232025-02-10T18:21:20.959Z[ helios-setup] Feb 10 18:21:19.876 INFO E| Finished `release` profile [optimized] target(s) in 12.17s
28242025-02-10T18:21:20.975Z[ helios-setup] Feb 10 18:21:19.892 INFO building project "bootserver" ok (12 seconds)
28252025-02-10T18:21:20.975Z[ helios-setup] Feb 10 18:21:19.892 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28262025-02-10T18:21:20.977Z[ helios-setup] Feb 10 18:21:19.892 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28272025-02-10T18:21:21.222Z[ helios-setup] Feb 10 18:21:20.140 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
28282025-02-10T18:21:22.242Z[ helios-setup] Feb 10 18:21:21.160 INFO E| From https://github.com/oxidecomputer/progenitor
28292025-02-10T18:21:22.242Z[ helios-setup] Feb 10 18:21:21.160 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
28302025-02-10T18:21:22.346Z[ helios-setup] Feb 10 18:21:21.263 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28312025-02-10T18:21:22.834Z[ helios-setup] Feb 10 18:21:21.751 INFO E| From https://github.com/jclulow/hiercmd
28322025-02-10T18:21:22.834Z[ helios-setup] Feb 10 18:21:21.751 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
28332025-02-10T18:21:22.870Z[ helios-setup] Feb 10 18:21:21.787 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
28342025-02-10T18:21:22.994Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28352025-02-10T18:21:23.239Z[ helios-setup] Feb 10 18:21:22.157 INFO E| From https://github.com/jclulow/network-interface
28362025-02-10T18:21:23.239Z[ helios-setup] Feb 10 18:21:22.157 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
28372025-02-10T18:21:23.258Z[ helios-setup] Feb 10 18:21:22.175 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
28382025-02-10T18:21:23.700Z[ helios-setup] Feb 10 18:21:22.617 INFO E| From https://github.com/oxidecomputer/boot-image-tools
28392025-02-10T18:21:23.703Z[ helios-setup] Feb 10 18:21:22.617 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
28402025-02-10T18:21:23.735Z[ helios-setup] Feb 10 18:21:22.652 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
28412025-02-10T18:21:24.181Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28422025-02-10T18:21:24.251Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28432025-02-10T18:21:24.401Z[ helios-setup] Feb 10 18:21:23.318 INFO E| From https://github.com/oxidecomputer/facade
28442025-02-10T18:21:24.401Z[ helios-setup] Feb 10 18:21:23.318 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
28452025-02-10T18:21:24.443Z[ helios-setup] Feb 10 18:21:23.360 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
28462025-02-10T18:21:25.073Z[ helios-setup] Feb 10 18:21:23.991 INFO E| From https://github.com/oxidecomputer/dropshot
28472025-02-10T18:21:25.074Z[ helios-setup] Feb 10 18:21:23.991 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
28482025-02-10T18:21:25.132Z[ helios-setup] Feb 10 18:21:24.050 INFO E| Updating crates.io index
28492025-02-10T18:21:25.167Z[ helios-setup] Feb 10 18:21:24.085 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
28502025-02-10T18:21:26.025Z[ helios-setup] Feb 10 18:21:24.942 INFO E| From https://github.com/oxidecomputer/typify
28512025-02-10T18:21:26.025Z[ helios-setup] Feb 10 18:21:24.942 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
28522025-02-10T18:21:26.318Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28532025-02-10T18:21:26.340Z[ helios-setup] Feb 10 18:21:25.257 INFO E| Downloading crates ...
28542025-02-10T18:21:26.441Z[ helios-setup] Feb 10 18:21:25.358 INFO E| Downloaded anstyle-parse v0.1.1
28552025-02-10T18:21:26.449Z[ helios-setup] Feb 10 18:21:25.366 INFO E| Downloaded ahash v0.7.6
28562025-02-10T18:21:26.457Z[ helios-setup] Feb 10 18:21:25.375 INFO E| Downloaded async-stream-impl v0.3.5
28572025-02-10T18:21:26.461Z[ helios-setup] Feb 10 18:21:25.378 INFO E| Downloaded const-random-macro v0.1.15
28582025-02-10T18:21:26.472Z[ helios-setup] Feb 10 18:21:25.389 INFO E| Downloaded sct v0.7.0
28592025-02-10T18:21:26.483Z[ helios-setup] Feb 10 18:21:25.400 INFO E| Downloaded ryu v1.0.13
28602025-02-10T18:21:26.490Z[ helios-setup] Feb 10 18:21:25.408 INFO E| Downloaded try-lock v0.2.4
28612025-02-10T18:21:26.493Z[ helios-setup] Feb 10 18:21:25.410 INFO E| Downloaded tower-service v0.3.2
28622025-02-10T18:21:26.495Z[ helios-setup] Feb 10 18:21:25.412 INFO E| Downloaded toolchain_find v0.2.0
28632025-02-10T18:21:26.498Z[ helios-setup] Feb 10 18:21:25.414 INFO E| Downloaded concolor-override v1.0.0
28642025-02-10T18:21:26.501Z[ helios-setup] Feb 10 18:21:25.419 INFO E| Downloaded signal-hook-registry v1.4.0
28652025-02-10T18:21:26.504Z[ helios-setup] Feb 10 18:21:25.421 INFO E| Downloaded project-root v0.2.2
28662025-02-10T18:21:26.508Z[ helios-setup] Feb 10 18:21:25.426 INFO E| Downloaded smawk v0.3.1
28672025-02-10T18:21:26.511Z[ helios-setup] Feb 10 18:21:25.428 INFO E| Downloaded num_cpus v1.15.0
28682025-02-10T18:21:26.516Z[ helios-setup] Feb 10 18:21:25.433 INFO E| Downloaded strsim v0.10.0
28692025-02-10T18:21:26.519Z[ helios-setup] Feb 10 18:21:25.435 INFO E| Downloaded scopeguard v1.1.0
28702025-02-10T18:21:26.522Z[ helios-setup] Feb 10 18:21:25.438 INFO E| Downloaded utf8parse v0.2.1
28712025-02-10T18:21:26.522Z[ helios-setup] Feb 10 18:21:25.439 INFO E| Downloaded futures-core v0.3.28
28722025-02-10T18:21:26.524Z[ helios-setup] Feb 10 18:21:25.442 INFO E| Downloaded toml_datetime v0.6.1
28732025-02-10T18:21:26.527Z[ helios-setup] Feb 10 18:21:25.444 INFO E| Downloaded is-terminal v0.4.7
28742025-02-10T18:21:26.529Z[ helios-setup] Feb 10 18:21:25.446 INFO E| Downloaded thiserror-impl v1.0.38
28752025-02-10T18:21:26.532Z[ helios-setup] Feb 10 18:21:25.448 INFO E| Downloaded walkdir v2.3.3
28762025-02-10T18:21:26.534Z[ helios-setup] Feb 10 18:21:25.452 INFO E| Downloaded slog-async v2.7.0
28772025-02-10T18:21:26.537Z[ helios-setup] Feb 10 18:21:25.454 INFO E| Downloaded sha2 v0.10.6
28782025-02-10T18:21:26.540Z[ helios-setup] Feb 10 18:21:25.458 INFO E| Downloaded serde_yaml v0.9.21
28792025-02-10T18:21:26.547Z[ helios-setup] Feb 10 18:21:25.464 INFO E| Downloaded rustls-pemfile v1.0.2
28802025-02-10T18:21:26.551Z[ helios-setup] Feb 10 18:21:25.467 INFO E| Downloaded serde_derive_internals v0.26.0
28812025-02-10T18:21:26.554Z[ helios-setup] Feb 10 18:21:25.470 INFO E| Downloaded slab v0.4.7
28822025-02-10T18:21:26.556Z[ helios-setup] Feb 10 18:21:25.472 INFO E| Downloaded paste v1.0.12
28832025-02-10T18:21:26.562Z[ helios-setup] Feb 10 18:21:25.480 INFO E| Downloaded terminal_size v0.2.6
28842025-02-10T18:21:26.565Z[ helios-setup] Feb 10 18:21:25.483 INFO E| Downloaded tokio-rustls v0.24.0
28852025-02-10T18:21:26.569Z[ helios-setup] Feb 10 18:21:25.486 INFO E| Downloaded smallvec v1.10.0
28862025-02-10T18:21:26.573Z[ helios-setup] Feb 10 18:21:25.490 INFO E| Downloaded tinyvec v1.6.0
28872025-02-10T18:21:26.579Z[ helios-setup] Feb 10 18:21:25.497 INFO E| Downloaded tokio-macros v2.0.0
28882025-02-10T18:21:26.582Z[ helios-setup] Feb 10 18:21:25.499 INFO E| Downloaded unicode-bidi v0.3.13
28892025-02-10T18:21:26.586Z[ helios-setup] Feb 10 18:21:25.503 INFO E| Downloaded typenum v1.16.0
28902025-02-10T18:21:26.590Z[ helios-setup] Feb 10 18:21:25.508 INFO E| Downloaded ucd-trie v0.1.5
28912025-02-10T18:21:26.597Z[ helios-setup] Feb 10 18:21:25.511 INFO E| Downloaded ipnet v2.7.2
28922025-02-10T18:21:26.600Z[ helios-setup] Feb 10 18:21:25.515 INFO E| Downloaded toml v0.7.3
28932025-02-10T18:21:26.604Z[ helios-setup] Feb 10 18:21:25.521 INFO E| Downloaded schemars v0.8.12
28942025-02-10T18:21:26.625Z[ helios-setup] Feb 10 18:21:25.543 INFO E| Downloaded rustls-webpki v0.100.1
28952025-02-10T18:21:26.635Z[ helios-setup] Feb 10 18:21:25.553 INFO E| Downloaded url v2.3.1
28962025-02-10T18:21:26.640Z[ helios-setup] Feb 10 18:21:25.557 INFO E| Downloaded lock_api v0.4.9
28972025-02-10T18:21:26.643Z[ helios-setup] Feb 10 18:21:25.560 INFO E| Downloaded httparse v1.8.0
28982025-02-10T18:21:26.646Z[ helios-setup] Feb 10 18:21:25.564 INFO E| Downloaded serde v1.0.204
28992025-02-10T18:21:26.652Z[ helios-setup] Feb 10 18:21:25.570 INFO E| Downloaded clap_derive v4.2.0
29002025-02-10T18:21:26.656Z[ helios-setup] Feb 10 18:21:25.574 INFO E| Downloaded unicode-normalization v0.1.22
29012025-02-10T18:21:26.661Z[ helios-setup] Feb 10 18:21:25.579 INFO E| Downloaded rhai_codegen v1.5.0
29022025-02-10T18:21:26.674Z[ helios-setup] Feb 10 18:21:25.592 INFO E| Downloaded tokio-util v0.7.7
29032025-02-10T18:21:26.684Z[ helios-setup] Feb 10 18:21:25.602 INFO E| Downloaded winnow v0.4.1
29042025-02-10T18:21:26.698Z[ helios-setup] Feb 10 18:21:25.616 INFO E| Downloaded proc-macro2 v1.0.86
29052025-02-10T18:21:26.703Z[ helios-setup] Feb 10 18:21:25.620 INFO E| Downloaded serde_json v1.0.95
29062025-02-10T18:21:26.725Z[ helios-setup] Feb 10 18:21:25.642 INFO E| Downloaded memchr v2.5.0
29072025-02-10T18:21:26.732Z[ helios-setup] Feb 10 18:21:25.649 INFO E| Downloaded bytes v1.4.0
29082025-02-10T18:21:26.737Z[ helios-setup] Feb 10 18:21:25.654 INFO E| Downloaded syn v1.0.107
29092025-02-10T18:21:26.753Z[ helios-setup] Feb 10 18:21:25.670 INFO E| Downloaded rustls v0.21.0
29102025-02-10T18:21:26.770Z[ helios-setup] Feb 10 18:21:25.688 INFO E| Downloaded syn v2.0.72
29112025-02-10T18:21:26.787Z[ helios-setup] Feb 10 18:21:25.704 INFO E| Downloaded mio v0.8.5
29122025-02-10T18:21:26.795Z[ helios-setup] Feb 10 18:21:25.712 INFO E| Downloaded rayon-core v1.10.2
29132025-02-10T18:21:26.801Z[ helios-setup] Feb 10 18:21:25.718 INFO E| Downloaded futures v0.3.28
29142025-02-10T18:21:26.809Z[ helios-setup] Feb 10 18:21:25.726 INFO E| Downloaded rustix v0.37.3
29152025-02-10T18:21:26.838Z[ helios-setup] Feb 10 18:21:25.755 INFO E| Downloaded pest v2.5.7
29162025-02-10T18:21:26.846Z[ helios-setup] Feb 10 18:21:25.763 INFO E| Downloaded crossbeam-channel v0.5.6
29172025-02-10T18:21:26.854Z[ helios-setup] Feb 10 18:21:25.771 INFO E| Downloaded aho-corasick v0.7.20
29182025-02-10T18:21:26.860Z[ helios-setup] Feb 10 18:21:25.778 INFO E| Downloaded http v0.2.9
29192025-02-10T18:21:26.866Z[ helios-setup] Feb 10 18:21:25.784 INFO E| Downloaded cc v1.0.78
29202025-02-10T18:21:26.937Z[ helios-setup] Feb 10 18:21:25.854 INFO E| Downloaded futures-util v0.3.28
29212025-02-10T18:21:26.952Z[ helios-setup] Feb 10 18:21:25.870 INFO E| Downloaded clap_builder v4.2.1
29222025-02-10T18:21:26.962Z[ helios-setup] Feb 10 18:21:25.879 INFO E| Downloaded reqwest v0.11.16
29232025-02-10T18:21:26.972Z[ helios-setup] Feb 10 18:21:25.890 INFO E| Downloaded rayon v1.6.1
29242025-02-10T18:21:26.984Z[ helios-setup] Feb 10 18:21:25.902 INFO E| Downloaded h2 v0.3.16
29252025-02-10T18:21:26.994Z[ helios-setup] Feb 10 18:21:25.911 INFO E| Downloaded git2 v0.16.1
29262025-02-10T18:21:27.005Z[ helios-setup] Feb 10 18:21:25.922 INFO E| Downloaded chrono v0.4.24
29272025-02-10T18:21:27.015Z[ helios-setup] Feb 10 18:21:25.933 INFO E| Downloaded hyper v0.14.25
29282025-02-10T18:21:27.027Z[ helios-setup] Feb 10 18:21:25.944 INFO E| Downloaded regex v1.7.3
29292025-02-10T18:21:27.040Z[ helios-setup] Feb 10 18:21:25.957 INFO E| Downloaded regress v0.5.0
29302025-02-10T18:21:27.052Z[ helios-setup] Feb 10 18:21:25.969 INFO E| Downloaded futures-channel v0.3.28
29312025-02-10T18:21:27.054Z[ helios-setup] Feb 10 18:21:25.972 INFO E| Downloaded idna v0.3.0
29322025-02-10T18:21:27.075Z[ helios-setup] Feb 10 18:21:25.993 INFO E| Downloaded crossbeam-utils v0.8.14
29332025-02-10T18:21:27.080Z[ helios-setup] Feb 10 18:21:25.998 INFO E| Downloaded base64 v0.21.0
29342025-02-10T18:21:27.085Z[ helios-setup] Feb 10 18:21:26.002 INFO E| Downloaded parking_lot v0.12.1
29352025-02-10T18:21:27.088Z[ helios-setup] Feb 10 18:21:26.005 INFO E| Downloaded tokio v1.27.0
29362025-02-10T18:21:27.134Z[ helios-setup] Feb 10 18:21:26.052 INFO E| Downloaded rhai v1.14.0
29372025-02-10T18:21:27.152Z[ helios-setup] Feb 10 18:21:26.069 INFO E| Downloaded num-traits v0.2.15
29382025-02-10T18:21:27.156Z[ helios-setup] Feb 10 18:21:26.073 INFO E| Downloaded parking_lot_core v0.9.6
29392025-02-10T18:21:27.159Z[ helios-setup] Feb 10 18:21:26.076 INFO E| Downloaded crossbeam-epoch v0.9.13
29402025-02-10T18:21:27.162Z[ helios-setup] Feb 10 18:21:26.080 INFO E| Downloaded clap v4.2.1
29412025-02-10T18:21:27.174Z[ helios-setup] Feb 10 18:21:26.092 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
29422025-02-10T18:21:27.177Z[ helios-setup] Feb 10 18:21:26.095 INFO E| Downloaded openapiv3 v1.0.2
29432025-02-10T18:21:27.195Z[ helios-setup] Feb 10 18:21:26.112 INFO E| Downloaded pin-project-lite v0.2.9
29442025-02-10T18:21:27.201Z[ helios-setup] Feb 10 18:21:26.119 INFO E| Downloaded bincode v1.3.3
29452025-02-10T18:21:27.204Z[ helios-setup] Feb 10 18:21:26.122 INFO E| Downloaded unicode-linebreak v0.1.4
29462025-02-10T18:21:27.206Z[ helios-setup] Feb 10 18:21:26.124 INFO E| Downloaded tracing v0.1.37
29472025-02-10T18:21:27.213Z[ helios-setup] Feb 10 18:21:26.130 INFO E| Downloaded toml_edit v0.19.8
29482025-02-10T18:21:27.235Z[ helios-setup] Feb 10 18:21:26.153 INFO E| Downloaded log v0.4.17
29492025-02-10T18:21:27.239Z[ helios-setup] Feb 10 18:21:26.156 INFO E| Downloaded camino v1.1.4
29502025-02-10T18:21:27.242Z[ helios-setup] Feb 10 18:21:26.159 INFO E| Downloaded anyhow v1.0.68
29512025-02-10T18:21:27.247Z[ helios-setup] Feb 10 18:21:26.164 INFO E| Downloaded ahash v0.8.3
29522025-02-10T18:21:27.250Z[ helios-setup] Feb 10 18:21:26.168 INFO E| Downloaded uuid v1.3.0
29532025-02-10T18:21:27.255Z[ helios-setup] Feb 10 18:21:26.173 INFO E| Downloaded unsafe-libyaml v0.2.8
29542025-02-10T18:21:27.260Z[ helios-setup] Feb 10 18:21:26.178 INFO E| Downloaded unicode-ident v1.0.8
29552025-02-10T18:21:27.264Z[ helios-setup] Feb 10 18:21:26.182 INFO E| Downloaded tracing-core v0.1.30
29562025-02-10T18:21:27.274Z[ helios-setup] Feb 10 18:21:26.192 INFO E| Downloaded quote v1.0.36
29572025-02-10T18:21:27.279Z[ helios-setup] Feb 10 18:21:26.197 INFO E| Downloaded once_cell v1.17.0
29582025-02-10T18:21:27.284Z[ helios-setup] Feb 10 18:21:26.202 INFO E| Downloaded getrandom v0.2.8
29592025-02-10T18:21:27.289Z[ helios-setup] Feb 10 18:21:26.206 INFO E| Downloaded libc v0.2.139
29602025-02-10T18:21:27.334Z[ helios-setup] Feb 10 18:21:26.251 INFO E| Downloaded cargo-lock v8.0.3
29612025-02-10T18:21:27.338Z[ helios-setup] Feb 10 18:21:26.256 INFO E| Downloaded num_enum v0.5.7
29622025-02-10T18:21:27.344Z[ helios-setup] Feb 10 18:21:26.262 INFO E| Downloaded io-lifetimes v1.0.10
29632025-02-10T18:21:27.349Z[ helios-setup] Feb 10 18:21:26.267 INFO E| Downloaded http-body v0.4.5
29642025-02-10T18:21:27.351Z[ helios-setup] Feb 10 18:21:26.269 INFO E| Downloaded tokio-tungstenite v0.18.0
29652025-02-10T18:21:27.355Z[ helios-setup] Feb 10 18:21:26.273 INFO E| Downloaded socket2 v0.4.9
29662025-02-10T18:21:27.358Z[ helios-setup] Feb 10 18:21:26.276 INFO E| Downloaded rustfmt-wrapper v0.2.0
29672025-02-10T18:21:27.361Z[ helios-setup] Feb 10 18:21:26.278 INFO E| Downloaded lazy_static v1.4.0
29682025-02-10T18:21:27.363Z[ helios-setup] Feb 10 18:21:26.281 INFO E| Downloaded home v0.5.4
29692025-02-10T18:21:27.366Z[ helios-setup] Feb 10 18:21:26.282 INFO E| Downloaded tungstenite v0.18.0
29702025-02-10T18:21:27.369Z[ helios-setup] Feb 10 18:21:26.287 INFO E| Downloaded textwrap v0.16.0
29712025-02-10T18:21:27.373Z[ helios-setup] Feb 10 18:21:26.291 INFO E| Downloaded spin v0.5.2
29722025-02-10T18:21:27.375Z[ helios-setup] Feb 10 18:21:26.293 INFO E| Downloaded serde_derive v1.0.204
29732025-02-10T18:21:27.379Z[ helios-setup] Feb 10 18:21:26.297 INFO E| Downloaded pkg-config v0.3.26
29742025-02-10T18:21:27.382Z[ helios-setup] Feb 10 18:21:26.299 INFO E| Downloaded memoffset v0.7.1
29752025-02-10T18:21:27.385Z[ helios-setup] Feb 10 18:21:26.301 INFO E| Downloaded jobserver v0.1.26
29762025-02-10T18:21:27.387Z[ helios-setup] Feb 10 18:21:26.304 INFO E| Downloaded clap_lex v0.4.1
29772025-02-10T18:21:27.390Z[ helios-setup] Feb 10 18:21:26.306 INFO E| Downloaded time v0.1.45
29782025-02-10T18:21:27.392Z[ helios-setup] Feb 10 18:21:26.308 INFO E| Downloaded proc-macro-crate v1.2.1
29792025-02-10T18:21:27.392Z[ helios-setup] Feb 10 18:21:26.310 INFO E| Downloaded num_enum_derive v0.5.7
29802025-02-10T18:21:27.395Z[ helios-setup] Feb 10 18:21:26.312 INFO E| Downloaded httpdate v1.0.2
29812025-02-10T18:21:27.397Z[ helios-setup] Feb 10 18:21:26.314 INFO E| Downloaded anstream v0.2.6
29822025-02-10T18:21:27.400Z[ helios-setup] Feb 10 18:21:26.317 INFO E| Downloaded ppv-lite86 v0.2.17
29832025-02-10T18:21:27.402Z[ helios-setup] Feb 10 18:21:26.319 INFO E| Downloaded fastrand v1.9.0
29842025-02-10T18:21:27.405Z[ helios-setup] Feb 10 18:21:26.321 INFO E| Downloaded either v1.8.0
29852025-02-10T18:21:27.408Z[ helios-setup] Feb 10 18:21:26.324 INFO E| Downloaded semver v1.0.17
29862025-02-10T18:21:27.410Z[ helios-setup] Feb 10 18:21:26.328 INFO E| Downloaded futures-task v0.3.28
29872025-02-10T18:21:27.414Z[ helios-setup] Feb 10 18:21:26.331 INFO E| Downloaded errno v0.3.1
29882025-02-10T18:21:27.419Z[ helios-setup] Feb 10 18:21:26.334 INFO E| Downloaded concolor-query v0.3.3
29892025-02-10T18:21:27.419Z[ helios-setup] Feb 10 18:21:26.336 INFO E| Downloaded byteorder v1.4.3
29902025-02-10T18:21:27.422Z[ helios-setup] Feb 10 18:21:26.339 INFO E| Downloaded anstyle v0.3.5
29912025-02-10T18:21:27.425Z[ helios-setup] Feb 10 18:21:26.341 INFO E| Downloaded smartstring v1.0.1
29922025-02-10T18:21:27.427Z[ helios-setup] Feb 10 18:21:26.345 INFO E| Downloaded futures-macro v0.3.28
29932025-02-10T18:21:27.430Z[ helios-setup] Feb 10 18:21:26.346 INFO E| Downloaded tempfile v3.5.0
29942025-02-10T18:21:27.433Z[ helios-setup] Feb 10 18:21:26.349 INFO E| Downloaded num-integer v0.1.45
29952025-02-10T18:21:27.435Z[ helios-setup] Feb 10 18:21:26.351 INFO E| Downloaded futures-sink v0.3.28
29962025-02-10T18:21:27.438Z[ helios-setup] Feb 10 18:21:26.353 INFO E| Downloaded autocfg v1.1.0
29972025-02-10T18:21:27.444Z[ helios-setup] Feb 10 18:21:26.362 INFO E| Downloaded futures-io v0.3.28
29982025-02-10T18:21:27.444Z[ helios-setup] Feb 10 18:21:26.362 INFO E| Downloaded async-stream v0.3.5
29992025-02-10T18:21:27.446Z[ helios-setup] Feb 10 18:21:26.362 INFO E| Downloaded async-trait v0.1.68
30002025-02-10T18:21:27.446Z[ helios-setup] Feb 10 18:21:26.363 INFO E| Downloaded want v0.3.0
30012025-02-10T18:21:27.450Z[ helios-setup] Feb 10 18:21:26.365 INFO E| Downloaded thiserror v1.0.38
30022025-02-10T18:21:27.452Z[ helios-setup] Feb 10 18:21:26.370 INFO E| Downloaded serde_path_to_error v0.1.11
30032025-02-10T18:21:27.455Z[ helios-setup] Feb 10 18:21:26.372 INFO E| Downloaded itoa v1.0.6
30042025-02-10T18:21:27.457Z[ helios-setup] Feb 10 18:21:26.374 INFO E| Downloaded sha1 v0.10.5
30052025-02-10T18:21:27.460Z[ helios-setup] Feb 10 18:21:26.376 INFO E| Downloaded percent-encoding v2.2.0
30062025-02-10T18:21:27.460Z[ helios-setup] Feb 10 18:21:26.377 INFO E| Downloaded digest v0.10.6
30072025-02-10T18:21:27.463Z[ helios-setup] Feb 10 18:21:26.380 INFO E| Downloaded serde_tokenstream v0.2.0
30082025-02-10T18:21:27.466Z[ helios-setup] Feb 10 18:21:26.384 INFO E| Downloaded iana-time-zone v0.1.56
30092025-02-10T18:21:27.469Z[ helios-setup] Feb 10 18:21:26.387 INFO E| Downloaded built v0.6.0
30102025-02-10T18:21:27.472Z[ helios-setup] Feb 10 18:21:26.389 INFO E| Downloaded futures-executor v0.3.28
30112025-02-10T18:21:27.474Z[ helios-setup] Feb 10 18:21:26.390 INFO E| Downloaded dyn-clone v1.0.11
30122025-02-10T18:21:27.476Z[ helios-setup] Feb 10 18:21:26.393 INFO E| Downloaded crossbeam-deque v0.8.2
30132025-02-10T18:21:27.479Z[ helios-setup] Feb 10 18:21:26.395 INFO E| Downloaded form_urlencoded v1.1.0
30142025-02-10T18:21:27.479Z[ helios-setup] Feb 10 18:21:26.396 INFO E| Downloaded const-random v0.1.15
30152025-02-10T18:21:27.479Z[ helios-setup] Feb 10 18:21:26.397 INFO E| Downloaded slog-bunyan v2.4.0
30162025-02-10T18:21:27.482Z[ helios-setup] Feb 10 18:21:26.398 INFO E| Downloaded serde_spanned v0.6.1
30172025-02-10T18:21:27.484Z[ helios-setup] Feb 10 18:21:26.400 INFO E| Downloaded semver-parser v0.10.2
30182025-02-10T18:21:27.484Z[ helios-setup] Feb 10 18:21:26.402 INFO E| Downloaded semver v0.11.0
30192025-02-10T18:21:27.487Z[ helios-setup] Feb 10 18:21:26.404 INFO E| Downloaded schemars_derive v0.8.12
30202025-02-10T18:21:27.509Z[ helios-setup] Feb 10 18:21:26.427 INFO E| Downloaded encoding_rs v0.8.32
30212025-02-10T18:21:27.607Z[ helios-setup] Feb 10 18:21:26.525 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
30222025-02-10T18:21:27.770Z[ helios-setup] Feb 10 18:21:26.688 INFO E| Downloaded libz-sys v1.1.8
30232025-02-10T18:21:27.921Z[ helios-setup] Feb 10 18:21:26.838 INFO E| Downloaded ring v0.16.20
30242025-02-10T18:21:28.291Z[ helios-setup] Feb 10 18:21:27.208 INFO E| Compiling proc-macro2 v1.0.86
30252025-02-10T18:21:28.291Z[ helios-setup] Feb 10 18:21:27.208 INFO E| Compiling libc v0.2.139
30262025-02-10T18:21:28.294Z[ helios-setup] Feb 10 18:21:27.208 INFO E| Compiling unicode-ident v1.0.8
30272025-02-10T18:21:28.294Z[ helios-setup] Feb 10 18:21:27.208 INFO E| Compiling autocfg v1.1.0
30282025-02-10T18:21:28.294Z[ helios-setup] Feb 10 18:21:27.208 INFO E| Compiling cfg-if v1.0.0
30292025-02-10T18:21:28.294Z[ helios-setup] Feb 10 18:21:27.209 INFO E| Compiling version_check v0.9.4
30302025-02-10T18:21:28.294Z[ helios-setup] Feb 10 18:21:27.209 INFO E| Compiling serde v1.0.204
30312025-02-10T18:21:28.294Z[ helios-setup] Feb 10 18:21:27.209 INFO E| Compiling syn v1.0.107
30322025-02-10T18:21:29.278Z[ helios-setup] Feb 10 18:21:28.196 INFO E| Compiling memchr v2.5.0
30332025-02-10T18:21:29.441Z[ helios-setup] Feb 10 18:21:28.359 INFO E| Compiling once_cell v1.17.0
30342025-02-10T18:21:30.510Z[ helios-setup] Feb 10 18:21:29.427 INFO E| Compiling log v0.4.17
30352025-02-10T18:21:30.624Z[ helios-setup] Feb 10 18:21:29.541 INFO E| Compiling thiserror v1.0.38
30362025-02-10T18:21:31.256Z[ helios-setup] Feb 10 18:21:30.174 INFO E| Compiling serde_json v1.0.95
30372025-02-10T18:21:31.384Z[ helios-setup] Feb 10 18:21:30.302 INFO E| Compiling itoa v1.0.6
30382025-02-10T18:21:31.860Z[ helios-setup] Feb 10 18:21:30.778 INFO E| Compiling quote v1.0.36
30392025-02-10T18:21:32.713Z[ helios-setup] Feb 10 18:21:31.631 INFO E| Compiling syn v2.0.72
30402025-02-10T18:21:33.055Z[ helios-setup] Feb 10 18:21:31.973 INFO E| Compiling jobserver v0.1.26
30412025-02-10T18:21:33.109Z[ helios-setup] Feb 10 18:21:32.027 INFO E| Compiling getrandom v0.2.8
30422025-02-10T18:21:33.474Z[ helios-setup] Feb 10 18:21:32.391 INFO E| Compiling scopeguard v1.1.0
30432025-02-10T18:21:33.731Z[ helios-setup] Feb 10 18:21:32.648 INFO E| Compiling pin-project-lite v0.2.9
30442025-02-10T18:21:33.734Z[ helios-setup] Feb 10 18:21:32.649 INFO E| Compiling indexmap v1.9.3
30452025-02-10T18:21:33.898Z[ helios-setup] Feb 10 18:21:32.815 INFO E| Compiling cc v1.0.78
30462025-02-10T18:21:34.134Z[ helios-setup] Feb 10 18:21:33.051 INFO E| Compiling bytes v1.4.0
30472025-02-10T18:21:34.442Z[ helios-setup] Feb 10 18:21:33.360 INFO E| Compiling futures-core v0.3.28
30482025-02-10T18:21:34.541Z[ helios-setup] Feb 10 18:21:33.459 INFO E| Compiling num-integer v0.1.45
30492025-02-10T18:21:34.974Z[ helios-setup] Feb 10 18:21:33.892 INFO E| Compiling ryu v1.0.13
30502025-02-10T18:21:36.231Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30512025-02-10T18:21:36.262Z[ helios-setup] Feb 10 18:21:35.180 INFO E| Compiling lock_api v0.4.9
30522025-02-10T18:21:36.357Z[ helios-setup] Feb 10 18:21:35.275 INFO E| Compiling typenum v1.16.0
30532025-02-10T18:21:36.767Z[ helios-setup] Feb 10 18:21:35.684 INFO E| Compiling parking_lot_core v0.9.6
30542025-02-10T18:21:37.293Z[ helios-setup] Feb 10 18:21:36.211 INFO E| Compiling bitflags v1.3.2
30552025-02-10T18:21:37.625Z[ helios-setup] Feb 10 18:21:36.542 INFO E| Compiling num_cpus v1.15.0
30562025-02-10T18:21:37.625Z[ helios-setup] Feb 10 18:21:36.542 INFO E| Compiling generic-array v0.14.6
30572025-02-10T18:21:37.808Z[ helios-setup] Feb 10 18:21:36.725 INFO E| Compiling slab v0.4.7
30582025-02-10T18:21:37.976Z[ helios-setup] Feb 10 18:21:36.893 INFO E| Compiling futures-channel v0.3.28
30592025-02-10T18:21:38.081Z[ helios-setup] Feb 10 18:21:36.998 INFO E| Compiling futures-sink v0.3.28
30602025-02-10T18:21:38.187Z[ helios-setup] Feb 10 18:21:37.105 INFO E| Compiling futures-task v0.3.28
30612025-02-10T18:21:38.731Z[ helios-setup] Feb 10 18:21:37.649 INFO E| Compiling tokio v1.27.0
30622025-02-10T18:21:38.974Z[ helios-setup] Feb 10 18:21:37.891 INFO E| Compiling futures-util v0.3.28
30632025-02-10T18:21:40.089Z[ helios-setup] Feb 10 18:21:39.006 INFO E| Compiling mio v0.8.5
30642025-02-10T18:21:40.191Z[ helios-setup] Feb 10 18:21:39.109 INFO E| Compiling socket2 v0.4.9
30652025-02-10T18:21:40.269Z[ helios-setup] Feb 10 18:21:39.187 INFO E| Compiling signal-hook-registry v1.4.0
30662025-02-10T18:21:40.820Z[ helios-setup] Feb 10 18:21:39.738 INFO E| Compiling schemars v0.8.12
30672025-02-10T18:21:40.892Z[ helios-setup] Feb 10 18:21:39.810 INFO E| Compiling pin-utils v0.1.0
30682025-02-10T18:21:41.297Z[ helios-setup] Feb 10 18:21:40.215 INFO E| Compiling futures-io v0.3.28
30692025-02-10T18:21:41.925Z[ helios-setup] Feb 10 18:21:40.843 INFO E| Compiling ahash v0.7.6
30702025-02-10T18:21:42.255Z[ helios-setup] Feb 10 18:21:41.173 INFO E| Compiling num-traits v0.2.15
30712025-02-10T18:21:43.059Z[ helios-setup] Feb 10 18:21:41.977 INFO E| Compiling io-lifetimes v1.0.10
30722025-02-10T18:21:43.197Z[ helios-setup] Feb 10 18:21:42.115 INFO E| Compiling crunchy v0.2.2
30732025-02-10T18:21:43.474Z[ helios-setup] Feb 10 18:21:42.392 INFO E| Compiling serde_derive_internals v0.26.0
30742025-02-10T18:21:43.990Z[ helios-setup] Feb 10 18:21:42.908 INFO E| Compiling block-buffer v0.10.3
30752025-02-10T18:21:44.389Z[ helios-setup] Feb 10 18:21:43.307 INFO E| Compiling crypto-common v0.1.6
30762025-02-10T18:21:44.488Z[ helios-setup] Feb 10 18:21:43.406 INFO E| Compiling ahash v0.8.3
30772025-02-10T18:21:44.776Z[ helios-setup] Feb 10 18:21:43.694 INFO E| Compiling crossbeam-utils v0.8.14
30782025-02-10T18:21:44.887Z[ helios-setup] Feb 10 18:21:43.805 INFO E| Compiling slog v2.7.0
30792025-02-10T18:21:45.314Z[ helios-setup] Feb 10 18:21:44.232 INFO E| Compiling hashbrown v0.12.3
30802025-02-10T18:21:45.325Z[ helios-setup] Feb 10 18:21:44.243 INFO E| Compiling rustix v0.37.3
30812025-02-10T18:21:45.673Z[ helios-setup] Feb 10 18:21:44.590 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
30822025-02-10T18:21:45.953Z[ helios-setup] Feb 10 18:21:44.871 INFO E| Compiling tiny-keccak v2.0.2
30832025-02-10T18:21:47.504Z[ helios-setup] Feb 10 18:21:46.422 INFO E| Compiling digest v0.10.6
30842025-02-10T18:21:48.057Z[ helios-setup] Feb 10 18:21:46.975 INFO E| Compiling errno v0.3.1
30852025-02-10T18:21:48.340Z[ helios-setup] Feb 10 18:21:47.258 INFO E| Compiling anyhow v1.0.68
30862025-02-10T18:21:48.406Z[ helios-setup] Feb 10 18:21:47.324 INFO E| Compiling cpufeatures v0.2.5
30872025-02-10T18:21:48.548Z[ helios-setup] Feb 10 18:21:47.466 INFO E| Compiling fnv v1.0.7
30882025-02-10T18:21:48.661Z[ helios-setup] Feb 10 18:21:47.579 INFO E| Compiling unicode-width v0.1.10
30892025-02-10T18:21:49.061Z[ helios-setup] Feb 10 18:21:47.979 INFO E| Compiling pkg-config v0.3.26
30902025-02-10T18:21:49.219Z[ helios-setup] Feb 10 18:21:48.137 INFO E| Compiling http v0.2.9
30912025-02-10T18:21:51.505Z[ helios-setup] Feb 10 18:21:50.423 INFO E| Compiling thiserror-impl v1.0.38
30922025-02-10T18:21:51.522Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
30932025-02-10T18:21:51.907Z[ helios-setup] Feb 10 18:21:50.825 INFO E| Compiling schemars_derive v0.8.12
30942025-02-10T18:21:52.229Z[ helios-setup] Feb 10 18:21:51.147 INFO E| Compiling serde_derive v1.0.204
30952025-02-10T18:21:52.953Z[ helios-setup] Feb 10 18:21:51.871 INFO E| Compiling tokio-macros v2.0.0
30962025-02-10T18:21:53.204Z[ helios-setup] Feb 10 18:21:52.122 INFO E| Compiling futures-macro v0.3.28
30972025-02-10T18:21:54.446Z[ host-package] Compiling hickory-server v0.24.2
30982025-02-10T18:21:55.726Z[ helios-setup] Feb 10 18:21:54.644 INFO E| Compiling aho-corasick v0.7.20
30992025-02-10T18:21:55.999Z[ host-package] Compiling primeorder v0.13.6
31002025-02-10T18:21:56.049Z[ helios-setup] Feb 10 18:21:54.967 INFO E| Compiling httparse v1.8.0
31012025-02-10T18:21:57.274Z[ host-package] Compiling castaway v0.2.3
31022025-02-10T18:21:57.349Z[ helios-setup] Feb 10 18:21:56.267 INFO E| Compiling heck v0.4.1
31032025-02-10T18:21:57.631Z[ helios-setup] Feb 10 18:21:56.549 INFO E| Compiling regex-syntax v0.6.29
31042025-02-10T18:21:57.734Z[ host-package] Compiling vergen v8.3.2
31052025-02-10T18:21:57.828Z[ helios-setup] Feb 10 18:21:56.746 INFO E| Compiling tinyvec_macros v0.1.1
31062025-02-10T18:21:58.122Z[ helios-setup] Feb 10 18:21:57.040 INFO E| Compiling percent-encoding v2.2.0
31072025-02-10T18:21:58.335Z[ helios-setup] Feb 10 18:21:57.253 INFO E| Compiling tinyvec v1.6.0
31082025-02-10T18:21:58.508Z[ helios-setup] Feb 10 18:21:57.426 INFO E| Compiling const-random-macro v0.1.15
31092025-02-10T18:21:58.883Z[ host-package] Compiling env_filter v0.1.2
31102025-02-10T18:21:59.329Z[ helios-setup] Feb 10 18:21:58.248 INFO E| Compiling form_urlencoded v1.1.0
31112025-02-10T18:21:59.473Z[ helios-setup] Feb 10 18:21:58.392 INFO E| Compiling hashbrown v0.13.2
31122025-02-10T18:22:00.672Z[ helios-setup] Feb 10 18:21:59.590 INFO E| Compiling chrono v0.4.24
31132025-02-10T18:22:01.631Z[ helios-setup] Feb 10 18:22:00.549 INFO E| Compiling libz-sys v1.1.8
31142025-02-10T18:22:01.748Z[ host-package] Compiling cargo-platform v0.1.8
31152025-02-10T18:22:02.274Z[ helios-setup] Feb 10 18:22:01.192 INFO E| Compiling getopts v0.2.21
31162025-02-10T18:22:02.956Z[ host-package] Compiling memoffset v0.9.1
31172025-02-10T18:22:03.897Z[ helios-setup] Feb 10 18:22:02.815 INFO E| Compiling memoffset v0.7.1
31182025-02-10T18:22:03.915Z[ host-package] Compiling cargo_metadata v0.18.1
31192025-02-10T18:22:04.128Z[ helios-setup] Feb 10 18:22:03.046 INFO E| Compiling uuid v1.3.0
31202025-02-10T18:22:04.179Z[ helios-setup] Feb 10 18:22:03.098 INFO E| Compiling dyn-clone v1.0.11
31212025-02-10T18:22:04.590Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31222025-02-10T18:22:04.682Z[ helios-setup] Feb 10 18:22:03.600 INFO E| Compiling time-core v0.1.2
31232025-02-10T18:22:04.809Z[ helios-setup] Feb 10 18:22:03.726 INFO E| Compiling regex v1.7.3
31242025-02-10T18:22:05.313Z[ helios-setup] Feb 10 18:22:04.230 INFO E| Compiling powerfmt v0.2.0
31252025-02-10T18:22:05.686Z[ helios-setup] Feb 10 18:22:04.604 INFO E| Compiling num-conv v0.1.0
31262025-02-10T18:22:06.329Z[ host-package] Compiling env_logger v0.11.5
31272025-02-10T18:22:06.498Z[ helios-setup] Feb 10 18:22:05.416 INFO E| Compiling deranged v0.3.11
31282025-02-10T18:22:06.549Z[ helios-setup] Feb 10 18:22:05.467 INFO E| Compiling time-macros v0.2.18
31292025-02-10T18:22:07.461Z[ helios-setup] Feb 10 18:22:06.379 INFO E| Compiling unicode-normalization v0.1.22
31302025-02-10T18:22:07.915Z[ helios-setup] Feb 10 18:22:06.833 INFO E| Compiling regress v0.5.0
31312025-02-10T18:22:09.340Z[ host-package] Compiling compact_str v0.8.0
31322025-02-10T18:22:09.599Z[ host-package] Compiling p384 v0.13.0
31332025-02-10T18:22:10.563Z[ helios-setup] Feb 10 18:22:09.481 INFO E| Compiling const-random v0.1.15
31342025-02-10T18:22:11.989Z[ helios-setup] Feb 10 18:22:10.907 INFO E| Compiling tracing-core v0.1.30
31352025-02-10T18:22:12.098Z[ helios-setup] Feb 10 18:22:11.016 INFO E| Compiling crossbeam-epoch v0.9.13
31362025-02-10T18:22:13.280Z[ helios-setup] Feb 10 18:22:12.198 INFO E| Compiling unicode-bidi v0.3.13
31372025-02-10T18:22:14.251Z[ host-package] Compiling git2 v0.19.0
31382025-02-10T18:22:14.975Z[ helios-setup] Feb 10 18:22:13.894 INFO E| Compiling ucd-trie v0.1.5
31392025-02-10T18:22:15.614Z[ helios-setup] Feb 10 18:22:14.533 INFO E| Compiling num_threads v0.1.6
31402025-02-10T18:22:16.081Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31412025-02-10T18:22:16.150Z[ helios-setup] Feb 10 18:22:15.068 INFO E| Compiling time v0.3.36
31422025-02-10T18:22:16.317Z[ helios-setup] Feb 10 18:22:15.236 INFO E| Compiling pest v2.5.7
31432025-02-10T18:22:16.480Z[ helios-setup] Feb 10 18:22:15.398 INFO E| Compiling toml v0.5.11
31442025-02-10T18:22:17.064Z[ helios-setup] Feb 10 18:22:15.983 INFO E| Compiling serde_tokenstream v0.2.0
31452025-02-10T18:22:17.544Z[ helios-setup] Feb 10 18:22:16.462 INFO E| Compiling smallvec v1.10.0
31462025-02-10T18:22:20.649Z[ helios-setup] Feb 10 18:22:19.567 INFO E| Compiling parking_lot v0.12.1
31472025-02-10T18:22:21.993Z[ helios-setup] Feb 10 18:22:20.912 INFO E| Compiling idna v0.3.0
31482025-02-10T18:22:23.698Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31492025-02-10T18:22:25.197Z[ helios-setup] Feb 10 18:22:24.115 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31502025-02-10T18:22:26.725Z[ helios-setup] Feb 10 18:22:25.644 INFO E| Compiling tracing v0.1.37
31512025-02-10T18:22:30.252Z[ helios-setup] Feb 10 18:22:29.171 INFO E| Compiling crossbeam-channel v0.5.6
31522025-02-10T18:22:30.358Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31532025-02-10T18:22:31.344Z[ helios-setup] Feb 10 18:22:30.262 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
31542025-02-10T18:22:31.821Z[ helios-setup] Feb 10 18:22:30.739 INFO E| Compiling time v0.1.45
31552025-02-10T18:22:32.759Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31562025-02-10T18:22:32.939Z[ helios-setup] Feb 10 18:22:31.858 INFO E| Compiling dirs-sys-next v0.1.2
31572025-02-10T18:22:34.902Z[ helios-setup] Feb 10 18:22:33.821 INFO E| Compiling iana-time-zone v0.1.56
31582025-02-10T18:22:35.002Z[ helios-setup] Feb 10 18:22:33.919 INFO E| Compiling crc32fast v1.3.2
31592025-02-10T18:22:35.245Z[ helios-setup] Feb 10 18:22:34.164 INFO E| Compiling semver v1.0.17
31602025-02-10T18:22:36.248Z[ host-package] Compiling unicode-truncate v1.1.0
31612025-02-10T18:22:36.495Z[ helios-setup] Feb 10 18:22:35.412 INFO E| Compiling dirs-next v2.0.0
31622025-02-10T18:22:37.257Z[ host-package] Compiling lru v0.12.5
31632025-02-10T18:22:37.292Z[ helios-setup] Feb 10 18:22:36.211 INFO E| Compiling url v2.3.1
31642025-02-10T18:22:38.109Z[ host-package] Compiling rand_seeder v0.3.0
31652025-02-10T18:22:38.466Z[ helios-setup] Feb 10 18:22:37.385 INFO E| Compiling semver-parser v0.10.2
31662025-02-10T18:22:39.098Z[ host-package] Compiling libsqlite3-sys v0.30.1
31672025-02-10T18:22:39.148Z[ helios-setup] Feb 10 18:22:38.067 INFO E| Compiling tokio-util v0.7.7
31682025-02-10T18:22:39.996Z[ helios-setup] Feb 10 18:22:38.915 INFO E| Compiling proc-macro-crate v1.2.1
31692025-02-10T18:22:40.312Z[ helios-setup] Feb 10 18:22:39.231 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31702025-02-10T18:22:40.432Z[ host-package] Compiling lzma-sys v0.1.20
31712025-02-10T18:22:41.783Z[ helios-setup] Feb 10 18:22:40.702 INFO E| Compiling futures-executor v0.3.28
31722025-02-10T18:22:42.168Z[ host-package] Compiling instability v0.3.2
31732025-02-10T18:22:43.261Z[ helios-setup] Feb 10 18:22:42.180 INFO E| Compiling thread_local v1.1.7
31742025-02-10T18:22:43.662Z[ helios-setup] Feb 10 18:22:42.581 INFO E| Compiling rayon-core v1.10.2
31752025-02-10T18:22:44.047Z[ helios-setup] Feb 10 18:22:42.966 INFO E| Compiling adler v1.0.2
31762025-02-10T18:22:44.193Z[ host-package] Compiling cfg_aliases v0.2.1
31772025-02-10T18:22:44.358Z[ helios-setup] Feb 10 18:22:43.277 INFO E| Compiling try-lock v0.2.4
31782025-02-10T18:22:44.695Z[ host-package] Compiling cassowary v0.3.0
31792025-02-10T18:22:44.714Z[ helios-setup] Feb 10 18:22:43.633 INFO E| Compiling same-file v1.0.6
31802025-02-10T18:22:45.128Z[ helios-setup] Feb 10 18:22:44.047 INFO E| Compiling want v0.3.0
31812025-02-10T18:22:45.175Z[ helios-setup] Feb 10 18:22:44.094 INFO E| Compiling miniz_oxide v0.6.2
31822025-02-10T18:22:45.324Z[ helios-setup] Feb 10 18:22:44.241 INFO E| Compiling walkdir v2.3.3
31832025-02-10T18:22:45.512Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31842025-02-10T18:22:46.102Z[ host-package] Compiling rustls v0.21.12
31852025-02-10T18:22:46.510Z[ host-package] Compiling ratatui v0.28.1
31862025-02-10T18:22:46.745Z[ host-package] Compiling nix v0.29.0
31872025-02-10T18:22:47.840Z[ helios-setup] Feb 10 18:22:46.758 INFO E| Compiling futures v0.3.28
31882025-02-10T18:22:48.241Z[ helios-setup] Feb 10 18:22:47.160 INFO E| Compiling num_enum_derive v0.5.7
31892025-02-10T18:22:49.089Z[ helios-setup] Feb 10 18:22:48.008 INFO E| Compiling h2 v0.3.16
31902025-02-10T18:22:49.326Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31912025-02-10T18:22:49.418Z[ helios-setup] Feb 10 18:22:48.337 INFO E| Compiling semver v0.11.0
31922025-02-10T18:22:49.481Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31932025-02-10T18:22:50.089Z[ helios-setup] Feb 10 18:22:49.008 INFO E| Compiling crossbeam-deque v0.8.2
31942025-02-10T18:22:51.250Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31952025-02-10T18:22:51.446Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31962025-02-10T18:22:51.572Z[ helios-setup] Feb 10 18:22:50.491 INFO E| Compiling term v0.7.0
31972025-02-10T18:22:52.305Z[ helios-setup] Feb 10 18:22:51.224 INFO E| Compiling http-body v0.4.5
31982025-02-10T18:22:52.666Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31992025-02-10T18:22:53.159Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32002025-02-10T18:22:53.258Z[ helios-setup] Feb 10 18:22:52.177 INFO E| Compiling sha2 v0.10.6
32012025-02-10T18:22:53.862Z[ host-package] Compiling rustls-webpki v0.101.7
32022025-02-10T18:22:54.940Z[ helios-setup] Feb 10 18:22:53.859 INFO E| Compiling ring v0.16.20
32032025-02-10T18:22:56.563Z[ helios-setup] Feb 10 18:22:55.483 INFO E| Compiling rand_core v0.6.4
32042025-02-10T18:22:57.636Z[ host-package] Compiling sct v0.7.1
32052025-02-10T18:22:57.723Z[ helios-setup] Feb 10 18:22:56.642 INFO E| Compiling atty v0.2.14
32062025-02-10T18:22:58.297Z[ helios-setup] Feb 10 18:22:57.216 INFO E| Compiling httpdate v1.0.2
32072025-02-10T18:22:59.345Z[ host-package] Compiling heck v0.3.3
32082025-02-10T18:22:59.801Z[ host-package] Compiling csv-core v0.1.11
32092025-02-10T18:23:00.195Z[ helios-setup] Feb 10 18:22:59.115 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
32102025-02-10T18:23:00.339Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
32112025-02-10T18:23:00.612Z[ helios-setup] Feb 10 18:22:59.532 INFO E| Compiling ppv-lite86 v0.2.17
32122025-02-10T18:23:00.901Z[ host-package] Compiling glob v0.3.2
32132025-02-10T18:23:00.904Z[ helios-setup] Feb 10 18:22:59.823 INFO E| Compiling lazy_static v1.4.0
32142025-02-10T18:23:01.255Z[ helios-setup] Feb 10 18:23:00.174 INFO E| Compiling utf8parse v0.2.1
32152025-02-10T18:23:01.314Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
32162025-02-10T18:23:01.438Z[ helios-setup] Feb 10 18:23:00.357 INFO E| Compiling fastrand v1.9.0
32172025-02-10T18:23:01.823Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32182025-02-10T18:23:01.880Z[ helios-setup] Feb 10 18:23:00.799 INFO E| Compiling home v0.5.4
32192025-02-10T18:23:01.986Z[ host-package] Compiling csv v1.3.1
32202025-02-10T18:23:02.329Z[ helios-setup] Feb 10 18:23:01.246 INFO E| Compiling tower-service v0.3.2
32212025-02-10T18:23:02.376Z[ helios-setup] Feb 10 18:23:01.296 INFO E| Compiling base64 v0.21.0
32222025-02-10T18:23:02.449Z[ helios-setup] Feb 10 18:23:01.368 INFO E| Compiling rand_chacha v0.3.1
32232025-02-10T18:23:02.456Z[ host-package] Compiling zone_cfg_derive v0.1.2
32242025-02-10T18:23:02.773Z[ helios-setup] Feb 10 18:23:01.692 INFO E| Compiling hyper v0.14.25
32252025-02-10T18:23:04.716Z[ helios-setup] Feb 10 18:23:03.636 INFO E| Compiling toolchain_find v0.2.0
32262025-02-10T18:23:05.733Z[ helios-setup] Feb 10 18:23:04.652 INFO E| Compiling tempfile v3.5.0
32272025-02-10T18:23:05.771Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32282025-02-10T18:23:06.086Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
32292025-02-10T18:23:06.206Z[ helios-setup] Feb 10 18:23:05.125 INFO E| Compiling anstyle-parse v0.1.1
32302025-02-10T18:23:07.430Z[ helios-setup] Feb 10 18:23:06.349 INFO E| Compiling slog-term v2.9.0
32312025-02-10T18:23:09.049Z[ host-package] Compiling nix v0.27.1
32322025-02-10T18:23:15.009Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32332025-02-10T18:23:16.536Z[ helios-setup] Feb 10 18:23:15.456 INFO E| Compiling num_enum v0.5.7
32342025-02-10T18:23:17.061Z[ helios-setup] Feb 10 18:23:15.981 INFO E| Compiling flate2 v1.0.25
32352025-02-10T18:23:18.412Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32362025-02-10T18:23:18.902Z[ helios-setup] Feb 10 18:23:17.822 INFO E| Compiling cargo-lock v8.0.3
32372025-02-10T18:23:25.152Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
32382025-02-10T18:23:25.459Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32392025-02-10T18:23:26.242Z[ helios-setup] Feb 10 18:23:25.162 INFO E| Compiling serde_urlencoded v0.7.1
32402025-02-10T18:23:27.675Z[ helios-setup] Feb 10 18:23:26.595 INFO E| Compiling is-terminal v0.4.7
32412025-02-10T18:23:28.076Z[ helios-setup] Feb 10 18:23:26.995 INFO E| Compiling sha1 v0.10.5
32422025-02-10T18:23:28.867Z[ helios-setup] Feb 10 18:23:27.786 INFO E| Compiling concolor-query v0.3.3
32432025-02-10T18:23:29.247Z[ helios-setup] Feb 10 18:23:28.167 INFO E| Compiling anstyle v0.3.5
32442025-02-10T18:23:30.340Z[ helios-setup] Feb 10 18:23:29.260 INFO E| Compiling concolor-override v1.0.0
32452025-02-10T18:23:30.505Z[ helios-setup] Feb 10 18:23:29.424 INFO E| Compiling either v1.8.0
32462025-02-10T18:23:31.503Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32472025-02-10T18:23:32.366Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32482025-02-10T18:23:32.908Z[ helios-setup] Feb 10 18:23:31.828 INFO E| Compiling rayon v1.6.1
32492025-02-10T18:23:32.969Z[ helios-setup] Feb 10 18:23:31.887 INFO E| Compiling anstream v0.2.6
32502025-02-10T18:23:35.056Z[ helios-setup] Feb 10 18:23:33.976 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32512025-02-10T18:23:35.582Z[ helios-setup] Feb 10 18:23:34.502 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
32522025-02-10T18:23:36.268Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32532025-02-10T18:23:37.427Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32542025-02-10T18:23:37.523Z[ helios-setup] Feb 10 18:23:36.443 INFO E| Compiling rustfmt-wrapper v0.2.0
32552025-02-10T18:23:37.923Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32562025-02-10T18:23:38.278Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32572025-02-10T18:23:38.281Z[ helios-setup] Feb 10 18:23:37.199 INFO E| Compiling rand v0.8.5
32582025-02-10T18:23:38.873Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32592025-02-10T18:23:38.971Z[ helios-setup] Feb 10 18:23:37.891 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32602025-02-10T18:23:39.170Z[ host-package] Compiling tungstenite v0.23.0
32612025-02-10T18:23:40.243Z[ helios-setup] Feb 10 18:23:39.163 INFO E| Compiling openapiv3 v1.0.2
32622025-02-10T18:23:40.361Z[ host-package] Compiling hashlink v0.9.1
32632025-02-10T18:23:41.268Z[ helios-setup] Feb 10 18:23:40.188 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32642025-02-10T18:23:41.917Z[ helios-setup] Feb 10 18:23:40.837 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
32652025-02-10T18:23:41.993Z[ host-package] Compiling fallible-iterator v0.3.0
32662025-02-10T18:23:43.251Z[ helios-setup] Feb 10 18:23:42.171 INFO E| Compiling encoding_rs v0.8.32
32672025-02-10T18:23:43.747Z[ host-package] Compiling base64 v0.13.1
32682025-02-10T18:23:44.712Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32692025-02-10T18:23:45.593Z[ host-package] Compiling rusqlite v0.32.1
32702025-02-10T18:23:45.595Z[ host-package] Compiling ron v0.7.1
32712025-02-10T18:23:47.422Z[ helios-setup] Feb 10 18:23:46.342 INFO E| Compiling base64 v0.13.1
32722025-02-10T18:23:47.850Z[ helios-setup] Feb 10 18:23:46.770 INFO E| Compiling spin v0.5.2
32732025-02-10T18:23:47.969Z[ helios-setup] Feb 10 18:23:46.890 INFO E| Compiling utf-8 v0.7.6
32742025-02-10T18:23:48.382Z[ host-package] Compiling tokio-tungstenite v0.23.1
32752025-02-10T18:23:48.438Z[ helios-setup] Feb 10 18:23:47.358 INFO E| Compiling mime v0.3.17
32762025-02-10T18:23:48.583Z[ helios-setup] Feb 10 18:23:47.503 INFO E| Compiling clap_lex v0.4.1
32772025-02-10T18:23:48.863Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32782025-02-10T18:23:49.083Z[ helios-setup] Feb 10 18:23:48.003 INFO E| Compiling strsim v0.10.0
32792025-02-10T18:23:49.253Z[ helios-setup] Feb 10 18:23:48.174 INFO E| Compiling project-root v0.2.2
32802025-02-10T18:23:49.948Z[ helios-setup] Feb 10 18:23:48.868 INFO E| Compiling untrusted v0.7.1
32812025-02-10T18:23:50.063Z[ helios-setup] Feb 10 18:23:48.983 INFO E| Compiling unsafe-libyaml v0.2.8
32822025-02-10T18:23:50.270Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32832025-02-10T18:23:50.326Z[ helios-setup] Feb 10 18:23:49.246 INFO E| Compiling byteorder v1.4.3
32842025-02-10T18:23:50.390Z[ helios-setup] Feb 10 18:23:49.310 INFO E| Compiling ipnet v2.7.2
32852025-02-10T18:23:51.403Z[ helios-setup] Feb 10 18:23:50.323 INFO E| Compiling tungstenite v0.18.0
32862025-02-10T18:23:51.835Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32872025-02-10T18:23:52.494Z[ helios-setup] Feb 10 18:23:51.414 INFO E| Compiling reqwest v0.11.16
32882025-02-10T18:23:53.970Z[ helios-setup] Feb 10 18:23:52.891 INFO E| Compiling serde_yaml v0.9.21
32892025-02-10T18:23:54.204Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32902025-02-10T18:23:54.322Z[ helios-setup] Feb 10 18:23:53.242 INFO E| Compiling clap_builder v4.2.1
32912025-02-10T18:23:55.939Z[ helios-setup] Feb 10 18:23:54.859 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32922025-02-10T18:23:57.213Z[ host-package] Compiling xz2 v0.1.7
32932025-02-10T18:23:57.842Z[ host-package] Compiling tokio-rustls v0.24.1
32942025-02-10T18:23:58.662Z[ host-package] Compiling zone v0.1.8
32952025-02-10T18:24:00.584Z[ helios-setup] Feb 10 18:23:59.504 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32962025-02-10T18:24:01.251Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32972025-02-10T18:24:03.272Z[ helios-setup] Feb 10 18:24:02.192 INFO E| Compiling clap_derive v4.2.0
32982025-02-10T18:24:04.928Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32992025-02-10T18:24:05.924Z[ helios-setup] Feb 10 18:24:04.845 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33002025-02-10T18:24:12.226Z[ helios-setup] Feb 10 18:24:11.146 INFO E| Compiling clap v4.2.1
33012025-02-10T18:24:16.832Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33022025-02-10T18:24:27.946Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33032025-02-10T18:24:29.632Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33042025-02-10T18:24:30.610Z[ helios-setup] Feb 10 18:24:29.531 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33052025-02-10T18:24:31.575Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33062025-02-10T18:24:34.227Z[ helios-setup] Feb 10 18:24:33.148 INFO E| Compiling tokio-tungstenite v0.18.0
33072025-02-10T18:24:35.784Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33082025-02-10T18:24:35.925Z[ helios-setup] Feb 10 18:24:34.846 INFO E| Compiling smartstring v1.0.1
33092025-02-10T18:24:36.427Z[ helios-setup] Feb 10 18:24:35.348 INFO E| Compiling rustls v0.21.0
33102025-02-10T18:24:37.124Z[ host-package] Compiling rustls-pemfile v1.0.4
33112025-02-10T18:24:37.531Z[ helios-setup] Feb 10 18:24:36.452 INFO E| Compiling serde_spanned v0.6.1
33122025-02-10T18:24:37.909Z[ helios-setup] Feb 10 18:24:36.830 INFO E| Compiling toml_datetime v0.6.1
33132025-02-10T18:24:38.143Z[ helios-setup] Feb 10 18:24:37.064 INFO E| Compiling slog-async v2.7.0
33142025-02-10T18:24:38.720Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33152025-02-10T18:24:39.306Z[ helios-setup] Feb 10 18:24:38.228 INFO E| Compiling winnow v0.4.1
33162025-02-10T18:24:39.528Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33172025-02-10T18:24:39.655Z[ helios-setup] Feb 10 18:24:38.577 INFO E| Compiling async-trait v0.1.68
33182025-02-10T18:24:40.064Z[ host-package] Compiling signal-hook-tokio v0.3.1
33192025-02-10T18:24:40.738Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
33202025-02-10T18:24:41.004Z[ helios-setup] Feb 10 18:24:39.925 INFO E| Compiling camino v1.1.4
33212025-02-10T18:24:42.695Z[ helios-setup] Feb 10 18:24:41.616 INFO E| Compiling paste v1.0.12
33222025-02-10T18:24:44.056Z[ helios-setup] Feb 10 18:24:42.977 INFO E| Compiling match_cfg v0.1.0
33232025-02-10T18:24:44.431Z[ host-package] Compiling yasna v0.5.2
33242025-02-10T18:24:44.501Z[ helios-setup] Feb 10 18:24:43.422 INFO E| Compiling static_assertions v1.1.0
33252025-02-10T18:24:46.436Z[ helios-setup] Feb 10 18:24:45.357 INFO E| Compiling toml_edit v0.19.8
33262025-02-10T18:24:47.004Z[ helios-setup] Feb 10 18:24:45.925 INFO E| Compiling hostname v0.3.1
33272025-02-10T18:24:48.695Z[ helios-setup] Feb 10 18:24:47.617 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
33282025-02-10T18:24:48.880Z[ helios-setup] Feb 10 18:24:47.802 INFO E| Compiling slog-json v2.6.1
33292025-02-10T18:24:49.851Z[ helios-setup] Feb 10 18:24:48.773 INFO E| Compiling bincode v1.3.3
33302025-02-10T18:24:50.260Z[ helios-setup] Feb 10 18:24:49.181 INFO E| Compiling unicode-linebreak v0.1.4
33312025-02-10T18:24:51.029Z[ host-package] Compiling twox-hash v2.1.0
33322025-02-10T18:24:52.266Z[ helios-setup] Feb 10 18:24:51.187 INFO E| Compiling async-stream-impl v0.3.5
33332025-02-10T18:24:52.458Z[ host-package] Compiling unicode-linebreak v0.1.5
33342025-02-10T18:24:53.204Z[ host-package] Compiling is_ci v1.2.0
33352025-02-10T18:24:54.154Z[ host-package] Compiling smawk v0.3.2
33362025-02-10T18:24:54.265Z[ host-package] Compiling supports-color v3.0.1
33372025-02-10T18:24:54.757Z[ helios-setup] Feb 10 18:24:53.679 INFO E| Compiling rhai_codegen v1.5.0
33382025-02-10T18:24:54.758Z[ helios-setup] Feb 10 18:24:53.679 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33392025-02-10T18:24:54.938Z[ host-package] Compiling textwrap v0.16.1
33402025-02-10T18:24:55.973Z[ helios-setup] Feb 10 18:24:54.894 INFO E| Compiling take_mut v0.2.2
33412025-02-10T18:24:57.673Z[ host-package] Compiling rcgen v0.12.1
33422025-02-10T18:24:59.832Z[ helios-setup] Feb 10 18:24:58.753 INFO E| Compiling rhai v1.14.0
33432025-02-10T18:25:01.644Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
33442025-02-10T18:25:02.466Z[ helios-setup] Feb 10 18:25:01.387 INFO E| Compiling async-stream v0.3.5
33452025-02-10T18:25:03.435Z[ helios-setup] Feb 10 18:25:02.356 INFO E| Compiling toml v0.7.3
33462025-02-10T18:25:04.173Z[ helios-setup] Feb 10 18:25:03.095 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
33472025-02-10T18:25:04.697Z[ helios-setup] Feb 10 18:25:03.619 INFO E| Compiling slog-bunyan v2.4.0
33482025-02-10T18:25:08.251Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
33492025-02-10T18:25:10.923Z[ helios-setup] Feb 10 18:25:09.844 INFO E| Compiling rustls-pemfile v1.0.2
33502025-02-10T18:25:12.038Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33512025-02-10T18:25:12.306Z[ helios-setup] Feb 10 18:25:11.228 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33522025-02-10T18:25:12.479Z[ helios-setup] Feb 10 18:25:11.400 INFO E| Compiling serde_path_to_error v0.1.11
33532025-02-10T18:25:14.347Z[ helios-setup] Feb 10 18:25:13.268 INFO E| Compiling terminal_size v0.2.6
33542025-02-10T18:25:14.617Z[ helios-setup] Feb 10 18:25:13.539 INFO E| Compiling smawk v0.3.1
33552025-02-10T18:25:15.006Z[ helios-setup] Feb 10 18:25:13.928 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
33562025-02-10T18:25:15.265Z[ helios-setup] Feb 10 18:25:14.186 INFO E| Compiling textwrap v0.16.0
33572025-02-10T18:25:17.761Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33582025-02-10T18:25:18.683Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33592025-02-10T18:25:23.472Z[ helios-setup] Feb 10 18:25:22.394 INFO E| Compiling rustls-webpki v0.100.1
33602025-02-10T18:25:23.570Z[ helios-setup] Feb 10 18:25:22.492 INFO E| Compiling sct v0.7.0
33612025-02-10T18:25:33.508Z[ helios-setup] Feb 10 18:25:32.430 INFO E| Compiling git2 v0.16.1
33622025-02-10T18:25:34.435Z[ helios-setup] Feb 10 18:25:33.357 INFO E| Compiling tokio-rustls v0.24.0
33632025-02-10T18:25:43.539Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33642025-02-10T18:25:45.130Z[ helios-setup] Feb 10 18:25:44.053 INFO E| Compiling built v0.6.0
33652025-02-10T18:25:46.326Z[ helios-setup] Feb 10 18:25:45.248 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33662025-02-10T18:25:48.342Z[ helios-setup] Feb 10 18:25:47.265 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
33672025-02-10T18:25:50.235Z[ helios-setup] Feb 10 18:25:49.158 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
33682025-02-10T18:25:56.577Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33692025-02-10T18:26:00.054Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33702025-02-10T18:26:04.495Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33712025-02-10T18:26:17.286Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33722025-02-10T18:26:18.346Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
33732025-02-10T18:26:21.788Z[ helios-setup] Feb 10 18:26:20.711 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
33742025-02-10T18:26:24.197Z[ helios-setup] Feb 10 18:26:23.120 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
33752025-02-10T18:26:26.380Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33762025-02-10T18:26:26.993Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33772025-02-10T18:26:27.290Z[ host-package] Compiling fatfs v0.3.6
33782025-02-10T18:26:28.170Z[ host-package] Compiling subprocess v0.2.9
33792025-02-10T18:26:32.398Z[ host-package] Compiling rtoolbox v0.0.2
33802025-02-10T18:26:33.395Z[ host-package] Compiling assert_matches v1.5.0
33812025-02-10T18:26:36.773Z[ host-package] Compiling rpassword v7.3.1
33822025-02-10T18:26:37.741Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33832025-02-10T18:26:46.043Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33842025-02-10T18:26:49.342Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33852025-02-10T18:26:51.895Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33862025-02-10T18:27:01.792Z[ host-package] Compiling tui-tree-widget v0.22.0
33872025-02-10T18:27:02.496Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33882025-02-10T18:27:03.686Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33892025-02-10T18:27:04.244Z[ host-package] Compiling uzers v0.12.1
33902025-02-10T18:27:06.267Z[ helios-setup] Feb 10 18:27:05.191 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33912025-02-10T18:27:07.633Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33922025-02-10T18:27:18.504Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33932025-02-10T18:27:21.389Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33942025-02-10T18:28:04.444Z[ helios-setup] Feb 10 18:28:03.359 INFO E| Finished `release` profile [optimized] target(s) in 6m 43s
33952025-02-10T18:28:04.579Z[ helios-setup] Feb 10 18:28:03.503 INFO building project "pilot" ok (403 seconds)
33962025-02-10T18:28:04.579Z[ helios-setup] Feb 10 18:28:03.504 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
33972025-02-10T18:28:04.584Z[ helios-setup] Feb 10 18:28:03.504 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
33982025-02-10T18:28:04.843Z[ helios-setup] Feb 10 18:28:03.767 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
33992025-02-10T18:28:05.377Z[ helios-setup] Feb 10 18:28:04.300 INFO E| From https://github.com/jclulow/rust-jmclib
34002025-02-10T18:28:05.377Z[ helios-setup] Feb 10 18:28:04.300 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
34012025-02-10T18:28:05.396Z[ helios-setup] Feb 10 18:28:04.321 INFO E| Updating crates.io index
34022025-02-10T18:28:05.569Z[ helios-setup] Feb 10 18:28:04.492 INFO E| Downloading crates ...
34032025-02-10T18:28:05.711Z[ helios-setup] Feb 10 18:28:04.636 INFO E| Downloaded fastrand v2.0.0
34042025-02-10T18:28:05.713Z[ helios-setup] Feb 10 18:28:04.638 INFO E| Downloaded digest v0.9.0
34052025-02-10T18:28:05.720Z[ helios-setup] Feb 10 18:28:04.645 INFO E| Downloaded once_cell v1.18.0
34062025-02-10T18:28:05.725Z[ helios-setup] Feb 10 18:28:04.650 INFO E| Downloaded md-5 v0.9.1
34072025-02-10T18:28:05.728Z[ helios-setup] Feb 10 18:28:04.653 INFO E| Downloaded bitflags v2.3.3
34082025-02-10T18:28:05.732Z[ helios-setup] Feb 10 18:28:04.657 INFO E| Downloaded cpufeatures v0.2.9
34092025-02-10T18:28:05.735Z[ helios-setup] Feb 10 18:28:04.659 INFO E| Downloaded getrandom v0.2.10
34102025-02-10T18:28:05.739Z[ helios-setup] Feb 10 18:28:04.664 INFO E| Downloaded block-buffer v0.9.0
34112025-02-10T18:28:05.742Z[ helios-setup] Feb 10 18:28:04.665 INFO E| Downloaded libdevinfo-sys v1.0.0
34122025-02-10T18:28:05.774Z[ helios-setup] Feb 10 18:28:04.699 INFO E| Downloaded uuid v0.8.2
34132025-02-10T18:28:05.779Z[ helios-setup] Feb 10 18:28:04.705 INFO E| Downloaded tempfile v3.7.0
34142025-02-10T18:28:05.783Z[ helios-setup] Feb 10 18:28:04.708 INFO E| Downloaded quote v1.0.31
34152025-02-10T18:28:05.787Z[ helios-setup] Feb 10 18:28:04.712 INFO E| Downloaded sha-1 v0.9.8
34162025-02-10T18:28:05.790Z[ helios-setup] Feb 10 18:28:04.715 INFO E| Downloaded unicode-ident v1.0.11
34172025-02-10T18:28:05.794Z[ helios-setup] Feb 10 18:28:04.720 INFO E| Downloaded serde_derive v1.0.193
34182025-02-10T18:28:05.798Z[ helios-setup] Feb 10 18:28:04.723 INFO E| Downloaded proc-macro2 v1.0.66
34192025-02-10T18:28:05.802Z[ helios-setup] Feb 10 18:28:04.727 INFO E| Downloaded anyhow v1.0.72
34202025-02-10T18:28:05.808Z[ helios-setup] Feb 10 18:28:04.733 INFO E| Downloaded serde v1.0.193
34212025-02-10T18:28:05.846Z[ helios-setup] Feb 10 18:28:04.771 INFO E| Downloaded serde_json v1.0.103
34222025-02-10T18:28:05.885Z[ helios-setup] Feb 10 18:28:04.810 INFO E| Downloaded syn v2.0.32
34232025-02-10T18:28:05.931Z[ helios-setup] Feb 10 18:28:04.856 INFO E| Downloaded rustix v0.38.4
34242025-02-10T18:28:05.992Z[ helios-setup] Feb 10 18:28:04.917 INFO E| Downloaded libc v0.2.147
34252025-02-10T18:28:06.149Z[ helios-setup] Feb 10 18:28:05.074 INFO E| Compiling libc v0.2.147
34262025-02-10T18:28:06.152Z[ helios-setup] Feb 10 18:28:05.074 INFO E| Compiling proc-macro2 v1.0.66
34272025-02-10T18:28:06.152Z[ helios-setup] Feb 10 18:28:05.074 INFO E| Compiling unicode-ident v1.0.11
34282025-02-10T18:28:06.152Z[ helios-setup] Feb 10 18:28:05.074 INFO E| Compiling cfg-if v1.0.0
34292025-02-10T18:28:06.152Z[ helios-setup] Feb 10 18:28:05.074 INFO E| Compiling typenum v1.16.0
34302025-02-10T18:28:06.152Z[ helios-setup] Feb 10 18:28:05.074 INFO E| Compiling version_check v0.9.4
34312025-02-10T18:28:06.152Z[ helios-setup] Feb 10 18:28:05.074 INFO E| Compiling serde v1.0.193
34322025-02-10T18:28:06.152Z[ helios-setup] Feb 10 18:28:05.074 INFO E| Compiling slog v2.7.0
34332025-02-10T18:28:06.621Z[ helios-setup] Feb 10 18:28:05.546 INFO E| Compiling num-conv v0.1.0
34342025-02-10T18:28:06.895Z[ helios-setup] Feb 10 18:28:05.820 INFO E| Compiling time-core v0.1.2
34352025-02-10T18:28:07.034Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34362025-02-10T18:28:07.191Z[ helios-setup] Feb 10 18:28:06.116 INFO E| Compiling itoa v1.0.9
34372025-02-10T18:28:07.231Z[ helios-setup] Feb 10 18:28:06.156 INFO E| Compiling rustix v0.38.4
34382025-02-10T18:28:07.287Z[ helios-setup] Feb 10 18:28:06.207 INFO E| Compiling powerfmt v0.2.0
34392025-02-10T18:28:07.440Z[ helios-setup] Feb 10 18:28:06.365 INFO E| Compiling time-macros v0.2.18
34402025-02-10T18:28:07.498Z[ helios-setup] Feb 10 18:28:06.423 INFO E| Compiling generic-array v0.14.7
34412025-02-10T18:28:07.958Z[ helios-setup] Feb 10 18:28:06.883 INFO E| Compiling deranged v0.3.11
34422025-02-10T18:28:08.043Z[ helios-setup] Feb 10 18:28:06.968 INFO E| Compiling num_threads v0.1.6
34432025-02-10T18:28:08.284Z[ helios-setup] Feb 10 18:28:07.209 INFO E| Compiling bitflags v2.3.3
34442025-02-10T18:28:08.451Z[ helios-setup] Feb 10 18:28:07.376 INFO E| Compiling once_cell v1.18.0
34452025-02-10T18:28:08.954Z[ helios-setup] Feb 10 18:28:07.866 INFO E| Compiling quote v1.0.31
34462025-02-10T18:28:09.356Z[ helios-setup] Feb 10 18:28:08.281 INFO E| Compiling thread_local v1.1.7
34472025-02-10T18:28:09.860Z[ helios-setup] Feb 10 18:28:08.785 INFO E| Compiling syn v2.0.32
34482025-02-10T18:28:10.369Z[ helios-setup] Feb 10 18:28:09.294 INFO E| Compiling dirs-sys-next v0.1.2
34492025-02-10T18:28:10.410Z[ helios-setup] Feb 10 18:28:09.335 INFO E| Compiling errno v0.3.1
34502025-02-10T18:28:10.756Z[ helios-setup] Feb 10 18:28:09.681 INFO E| Compiling dirs-next v2.0.0
34512025-02-10T18:28:10.886Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34522025-02-10T18:28:10.980Z[ helios-setup] Feb 10 18:28:09.900 INFO E| Compiling term v0.7.0
34532025-02-10T18:28:11.172Z[ helios-setup] Feb 10 18:28:10.097 INFO E| Compiling atty v0.2.14
34542025-02-10T18:28:11.421Z[ helios-setup] Feb 10 18:28:10.346 INFO E| Compiling opaque-debug v0.3.0
34552025-02-10T18:28:11.532Z[ helios-setup] Feb 10 18:28:10.457 INFO E| Compiling serde_json v1.0.103
34562025-02-10T18:28:11.556Z[ helios-setup] Feb 10 18:28:10.482 INFO E| Compiling fastrand v2.0.0
34572025-02-10T18:28:11.734Z[ helios-setup] Feb 10 18:28:10.659 INFO E| Compiling anyhow v1.0.72
34582025-02-10T18:28:12.299Z[ helios-setup] Feb 10 18:28:11.224 INFO E| Compiling block-buffer v0.9.0
34592025-02-10T18:28:12.485Z[ helios-setup] Feb 10 18:28:11.408 INFO E| Compiling digest v0.9.0
34602025-02-10T18:28:12.623Z[ helios-setup] Feb 10 18:28:11.548 INFO E| Compiling time v0.3.36
34612025-02-10T18:28:12.674Z[ helios-setup] Feb 10 18:28:11.595 INFO E| Compiling getrandom v0.2.10
34622025-02-10T18:28:12.881Z[ helios-setup] Feb 10 18:28:11.807 INFO E| Compiling ryu v1.0.15
34632025-02-10T18:28:13.123Z[ helios-setup] Feb 10 18:28:12.048 INFO E| Compiling same-file v1.0.6
34642025-02-10T18:28:13.593Z[ helios-setup] Feb 10 18:28:12.519 INFO E| Compiling unicode-width v0.1.10
34652025-02-10T18:28:13.623Z[ helios-setup] Feb 10 18:28:12.548 INFO E| Compiling cpufeatures v0.2.9
34662025-02-10T18:28:13.730Z[ helios-setup] Feb 10 18:28:12.655 INFO E| Compiling sha-1 v0.9.8
34672025-02-10T18:28:13.924Z[ helios-setup] Feb 10 18:28:12.849 INFO E| Compiling getopts v0.2.21
34682025-02-10T18:28:13.974Z[ helios-setup] Feb 10 18:28:12.900 INFO E| Compiling walkdir v2.3.3
34692025-02-10T18:28:13.985Z[ helios-setup] Feb 10 18:28:12.910 INFO E| Compiling md-5 v0.9.1
34702025-02-10T18:28:14.720Z[ helios-setup] Feb 10 18:28:13.645 INFO E| Compiling tempfile v3.7.0
34712025-02-10T18:28:14.736Z[ helios-setup] Feb 10 18:28:13.661 INFO E| Compiling libdevinfo-sys v1.0.0
34722025-02-10T18:28:15.062Z[ helios-setup] Feb 10 18:28:13.987 INFO E| Compiling glob v0.3.1
34732025-02-10T18:28:16.478Z[ helios-setup] Feb 10 18:28:15.403 INFO E| Compiling slog-term v2.9.0
34742025-02-10T18:28:17.585Z[ helios-setup] Feb 10 18:28:16.510 INFO E| Compiling serde_derive v1.0.193
34752025-02-10T18:28:18.713Z[ host-package] Compiling multimap v0.10.0
34762025-02-10T18:28:30.668Z[ helios-setup] Feb 10 18:28:29.593 INFO E| Compiling toml v0.5.11
34772025-02-10T18:28:30.671Z[ helios-setup] Feb 10 18:28:29.594 INFO E| Compiling uuid v0.8.2
34782025-02-10T18:28:33.011Z[ helios-setup] Feb 10 18:28:31.937 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
34792025-02-10T18:28:34.782Z[ helios-setup] Feb 10 18:28:33.707 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
34802025-02-10T18:28:45.649Z[ helios-setup] Feb 10 18:28:44.575 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.96s
34812025-02-10T18:28:45.683Z[ helios-setup] Feb 10 18:28:44.609 INFO building project "image-builder" ok (41 seconds)
34822025-02-10T18:28:45.686Z[ helios-setup] rm -f helios-build
34832025-02-10T18:28:45.689Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34842025-02-10T18:28:45.692Z[ helios-setup]
34852025-02-10T18:28:45.695Z[ helios-setup] Setup complete! ./helios-build is now available.
34862025-02-10T18:28:45.695Z[ helios-setup]
34872025-02-10T18:28:45.698Z[ helios-setup]
34882025-02-10T18:28:45.698Z[ helios-setup] real 11:59.213104487
34892025-02-10T18:28:45.698Z[ helios-setup] user 29:07.975910957
34902025-02-10T18:28:45.698Z[ helios-setup] sys 2:50.184977040
34912025-02-10T18:28:45.698Z[ helios-setup] trap 1.933025275
34922025-02-10T18:28:45.698Z[ helios-setup] tflt 5.398606622
34932025-02-10T18:28:45.698Z[ helios-setup] dflt 26.582272283
34942025-02-10T18:28:45.698Z[ helios-setup] kflt 0.013494541
34952025-02-10T18:28:45.698Z[ helios-setup] lock 2:01:02.703400138
34962025-02-10T18:28:45.698Z[ helios-setup] slp 3:38:42.774655823
34972025-02-10T18:28:45.698Z[ helios-setup] lat 32:57.520574688
34982025-02-10T18:28:45.699Z[ helios-setup] stop 4:46.072197558
34992025-02-10T18:28:45.699ZFeb 10 18:28:44.623 INFO [helios-setup] process exited with exit status: 0 (719.218543432s)
35002025-02-10T18:28:45.699ZFeb 10 18:28:44.623 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
35012025-02-10T18:28:45.726Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
35022025-02-10T18:28:46.017Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
35032025-02-10T18:28:46.017Z[ phbl-toolchain] info: downloading component 'cargo'
35042025-02-10T18:28:47.492Z[ phbl-toolchain] info: downloading component 'clippy'
35052025-02-10T18:28:48.325Z[ phbl-toolchain] info: downloading component 'llvm-tools'
35062025-02-10T18:28:53.750Z[ phbl-toolchain] info: downloading component 'miri'
35072025-02-10T18:28:53.961Z[ phbl-toolchain] info: downloading component 'rust-docs'
35082025-02-10T18:28:55.418Z[ phbl-toolchain] info: downloading component 'rust-src'
35092025-02-10T18:28:55.669Z[ phbl-toolchain] info: downloading component 'rust-std'
35102025-02-10T18:28:57.973Z[ phbl-toolchain] info: downloading component 'rustc'
35112025-02-10T18:29:06.341Z[ phbl-toolchain] info: downloading component 'rustfmt'
35122025-02-10T18:29:06.646Z[ phbl-toolchain] info: installing component 'cargo'
35132025-02-10T18:29:08.055Z[ phbl-toolchain] info: installing component 'clippy'
35142025-02-10T18:29:08.724Z[ phbl-toolchain] info: installing component 'llvm-tools'
35152025-02-10T18:29:14.187Z[ phbl-toolchain] info: installing component 'miri'
35162025-02-10T18:29:14.567Z[ phbl-toolchain] info: installing component 'rust-docs'
35172025-02-10T18:29:22.956Z[ phbl-toolchain] info: installing component 'rust-src'
35182025-02-10T18:29:23.726Z[ phbl-toolchain] info: installing component 'rust-std'
35192025-02-10T18:29:26.191Z[ phbl-toolchain] info: installing component 'rustc'
35202025-02-10T18:29:35.277Z[ phbl-toolchain] info: installing component 'rustfmt'
35212025-02-10T18:29:35.986Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
35222025-02-10T18:29:35.989ZFeb 10 18:29:34.916 INFO [phbl-toolchain] process exited with exit status: 0 (50.292992259s)
35232025-02-10T18:30:49.181Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35242025-02-10T18:31:06.311Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35252025-02-10T18:38:07.289Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 31s
35262025-02-10T18:39:15.579ZFeb 10 18:39:14.517 INFO [host-package] process exited with exit status: 0 (1300.014679794s)
35272025-02-10T18:39:15.579ZFeb 10 18:39:14.517 INFO [host-stamp] running task
35282025-02-10T18:39:15.583ZFeb 10 18:39:14.517 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35292025-02-10T18:39:15.589ZFeb 10 18:39:14.527 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 13.0.0-0.ci+git584d88c7e62
35302025-02-10T18:39:15.598ZFeb 10 18:39:14.536 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 13.0.0-0.ci+git584d88c7e62
35312025-02-10T18:39:15.604Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35322025-02-10T18:39:15.607Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35332025-02-10T18:39:15.607ZFeb 10 18:39:14.545 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 13.0.0-0.ci+git584d88c7e62
35342025-02-10T18:39:15.618Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35352025-02-10T18:39:15.620Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35362025-02-10T18:39:15.621ZFeb 10 18:39:14.557 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 13.0.0-0.ci+git584d88c7e62
35372025-02-10T18:39:15.631Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35382025-02-10T18:39:15.634ZFeb 10 18:39:14.569 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 13.0.0-0.ci+git584d88c7e62
35392025-02-10T18:39:15.639Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35402025-02-10T18:39:15.644Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35412025-02-10T18:39:15.647ZFeb 10 18:39:14.581 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 13.0.0-0.ci+git584d88c7e62
35422025-02-10T18:39:15.651Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35432025-02-10T18:39:15.656Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35442025-02-10T18:39:15.658ZFeb 10 18:39:14.594 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 13.0.0-0.ci+git584d88c7e62
35452025-02-10T18:39:15.671Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35462025-02-10T18:39:15.675ZFeb 10 18:39:14.609 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 13.0.0-0.ci+git584d88c7e62
35472025-02-10T18:39:15.685Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35482025-02-10T18:39:15.688ZFeb 10 18:39:14.624 INFO [stamp-oxlog] process exited with exit status: 0 (96.865929ms)
35492025-02-10T18:39:15.688ZFeb 10 18:39:14.624 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (79.029433ms)
35502025-02-10T18:39:15.688ZFeb 10 18:39:14.624 INFO [stamp-overlay] process exited with exit status: 0 (67.267359ms)
35512025-02-10T18:39:15.699Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35522025-02-10T18:39:15.747Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35532025-02-10T18:39:15.751ZFeb 10 18:39:14.689 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (120.249413ms)
35542025-02-10T18:39:15.933Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35552025-02-10T18:39:15.937ZFeb 10 18:39:14.875 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (265.837273ms)
35562025-02-10T18:39:16.066Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35572025-02-10T18:39:16.069ZFeb 10 18:39:15.007 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (426.613177ms)
35582025-02-10T18:39:16.818Z[recovery-package] Compiling newtype-uuid v1.2.1
35592025-02-10T18:39:16.821Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35602025-02-10T18:39:16.824ZFeb 10 18:39:15.762 INFO [stamp-propolis-server] process exited with exit status: 0 (1.22669037s)
35612025-02-10T18:39:17.372Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35622025-02-10T18:39:17.661Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35632025-02-10T18:39:17.661Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35642025-02-10T18:39:17.664Z[recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
35652025-02-10T18:39:17.710Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35662025-02-10T18:39:18.315Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35672025-02-10T18:39:25.512Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35682025-02-10T18:39:25.515ZFeb 10 18:39:24.453 INFO [stamp-switch-asic] process exited with exit status: 0 (9.859368473s)
35692025-02-10T18:39:25.515ZFeb 10 18:39:24.453 INFO [host-stamp] task succeeded (9.936343518s)
35702025-02-10T18:39:25.518ZFeb 10 18:39:24.453 INFO [host-proto] running task
35712025-02-10T18:39:25.958ZFeb 10 18:39:24.896 INFO [host-proto] task succeeded (442.449168ms)
35722025-02-10T18:39:25.958ZFeb 10 18:39:24.896 INFO [host-profile] running task
35732025-02-10T18:39:25.963ZFeb 10 18:39:24.896 INFO [host-profile] task succeeded (274.462µs)
35742025-02-10T18:39:25.963ZFeb 10 18:39:24.896 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.311' -P /tmp/.tmpDMNkwv/proto/host/root -N 'ci 584d88c/${os_short_commit} 2025-02-10 18:16' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35752025-02-10T18:39:25.980Z[ host-image] Feb 10 18:39:24.915 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35762025-02-10T18:39:25.984Z[ host-image] Feb 10 18:39:24.916 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35772025-02-10T18:39:25.993Z[ host-image] Feb 10 18:39:24.930 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpDMNkwv/proto/host/root"
35782025-02-10T18:39:25.993Z[ host-image] Feb 10 18:39:24.930 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35792025-02-10T18:39:25.997Z[ host-image] Feb 10 18:39:24.930 INFO image builder template: ramdisk-01-os...
35802025-02-10T18:39:25.998Z[ host-image] Feb 10 18:39:24.930 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpDMNkwv/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35812025-02-10T18:39:26.013Z[ host-image] Feb 10 18:39:24.951 INFO O| Feb 10 18:39:24.951 INFO CREATE DATASET: rpool/images/build/host/output
35822025-02-10T18:39:26.314Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35832025-02-10T18:39:26.314Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35842025-02-10T18:39:26.317Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35852025-02-10T18:39:26.317Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35862025-02-10T18:39:26.320Z[ host-image] Feb 10 18:39:25.258 INFO O| Feb 10 18:39:25.258 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35872025-02-10T18:39:26.327Z[ host-image] Feb 10 18:39:25.264 INFO O| Feb 10 18:39:25.264 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35882025-02-10T18:39:26.605Z[ host-image] Feb 10 18:39:25.543 INFO O| Feb 10 18:39:25.543 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35892025-02-10T18:39:26.742Z[ host-image] Feb 10 18:39:25.679 INFO O| Feb 10 18:39:25.679 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35902025-02-10T18:39:26.742Z[ host-image] Feb 10 18:39:25.679 INFO O| Feb 10 18:39:25.679 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35912025-02-10T18:39:26.746Z[ host-image] Feb 10 18:39:25.680 INFO O| Feb 10 18:39:25.680 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35922025-02-10T18:39:26.746Z[ host-image] Feb 10 18:39:25.680 INFO O| Feb 10 18:39:25.680 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35932025-02-10T18:39:26.752Z[ host-image] Feb 10 18:39:25.690 INFO O| Feb 10 18:39:25.690 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35942025-02-10T18:39:27.102Z[ host-image] Feb 10 18:39:26.040 INFO O| Feb 10 18:39:26.040 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35952025-02-10T18:39:27.122Z[ host-image] Feb 10 18:39:26.059 INFO O| Feb 10 18:39:26.059 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35962025-02-10T18:39:27.989Z[ host-image] Feb 10 18:39:26.926 INFO O| Feb 10 18:39:26.926 INFO O| Caching catalogs ... Done
35972025-02-10T18:39:28.139Z[ host-image] Feb 10 18:39:27.077 INFO O| Feb 10 18:39:27.076 INFO STEP 0 (pkg_image_create) COMPLETE
35982025-02-10T18:39:28.139Z[ host-image] Feb 10 18:39:27.077 INFO O| Feb 10 18:39:27.076 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35992025-02-10T18:39:28.142Z[ host-image] Feb 10 18:39:27.077 INFO O| Feb 10 18:39:27.077 INFO skip step because feature "repo_redist" is not enabled
36002025-02-10T18:39:28.142Z[ host-image] Feb 10 18:39:27.077 INFO O| Feb 10 18:39:27.077 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36012025-02-10T18:39:28.154Z[ host-image] Feb 10 18:39:27.093 INFO O| Feb 10 18:39:27.092 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
36022025-02-10T18:39:28.812Z[ host-image] Feb 10 18:39:27.750 INFO O| Feb 10 18:39:27.750 INFO STEP 2 (pkg_set_publisher) COMPLETE
36032025-02-10T18:39:28.812Z[ host-image] Feb 10 18:39:27.750 INFO O| Feb 10 18:39:27.750 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36042025-02-10T18:39:28.832Z[ host-image] Feb 10 18:39:27.770 INFO O| Feb 10 18:39:27.770 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
36052025-02-10T18:39:29.476Z[ host-image] Feb 10 18:39:28.414 INFO O| Feb 10 18:39:28.413 INFO STEP 3 (pkg_set_publisher) COMPLETE
36062025-02-10T18:39:29.476Z[ host-image] Feb 10 18:39:28.414 INFO O| Feb 10 18:39:28.413 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36072025-02-10T18:39:29.476Z[ host-image] Feb 10 18:39:28.414 INFO O| Feb 10 18:39:28.413 INFO skip step because feature "repo_redist" is not enabled
36082025-02-10T18:39:29.479Z[ host-image] Feb 10 18:39:28.414 INFO O| Feb 10 18:39:28.414 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36092025-02-10T18:39:29.615Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36102025-02-10T18:39:30.069Z[ host-image] Feb 10 18:39:29.007 INFO O| Feb 10 18:39:29.007 INFO variant opensolaris.zone is already global
36112025-02-10T18:39:30.069Z[ host-image] Feb 10 18:39:29.007 INFO O| Feb 10 18:39:29.007 INFO STEP 5 (pkg_change_variant) COMPLETE
36122025-02-10T18:39:30.075Z[ host-image] Feb 10 18:39:29.007 INFO O| Feb 10 18:39:29.007 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36132025-02-10T18:39:30.679Z[ host-image] Feb 10 18:39:29.617 INFO O| Feb 10 18:39:29.617 INFO variant opensolaris.imagetype is full; changing to partial
36142025-02-10T18:39:30.679Z[ host-image] Feb 10 18:39:29.617 INFO O| Feb 10 18:39:29.617 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36152025-02-10T18:39:31.880Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36162025-02-10T18:39:32.052Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36172025-02-10T18:39:32.273Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36182025-02-10T18:39:37.270Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36192025-02-10T18:39:40.214Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
36202025-02-10T18:39:43.690Z[ host-image] Feb 10 18:39:42.628 INFO O| Feb 10 18:39:42.628 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36212025-02-10T18:39:44.880Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36222025-02-10T18:39:50.084Z[ host-image] Feb 10 18:39:49.022 INFO O| Feb 10 18:39:49.022 INFO O| Startup: Caching catalogs ... Done
36232025-02-10T18:39:50.210Z[ host-image] Feb 10 18:39:49.148 INFO O| Feb 10 18:39:49.148 INFO O| Planning: Planning completed in 0.00 seconds
36242025-02-10T18:39:50.213Z[ host-image] Feb 10 18:39:49.149 INFO O| Feb 10 18:39:49.149 INFO O| Planning: Consolidating action changes ... Done
36252025-02-10T18:39:50.213Z[ host-image] Feb 10 18:39:49.149 INFO O| Feb 10 18:39:49.149 INFO O| Planning: Evaluating mediators ... Done
36262025-02-10T18:39:50.213Z[ host-image] Feb 10 18:39:49.150 INFO O| Feb 10 18:39:49.150 INFO O| Planning: Planning completed in 0.00 seconds
36272025-02-10T18:39:50.213Z[ host-image] Feb 10 18:39:49.150 INFO O| Feb 10 18:39:49.150 INFO O| Variants/Facets to change: 1
36282025-02-10T18:39:50.261Z[ host-image] Feb 10 18:39:49.199 INFO O| Feb 10 18:39:49.199 INFO O| Done
36292025-02-10T18:39:50.262Z[ host-image] Feb 10 18:39:49.200 INFO O| Feb 10 18:39:49.199 INFO O| Done
36302025-02-10T18:39:50.865Z[ host-image] Feb 10 18:39:49.803 INFO O| Feb 10 18:39:49.803 INFO O| Done
36312025-02-10T18:39:50.911Z[ host-image] Feb 10 18:39:49.849 INFO O| Feb 10 18:39:49.849 INFO O| Done
36322025-02-10T18:39:50.914Z[ host-image] Feb 10 18:39:49.850 INFO O| Feb 10 18:39:49.850 INFO O| Done
36332025-02-10T18:39:50.914Z[ host-image] Feb 10 18:39:49.850 INFO O| Feb 10 18:39:49.850 INFO O| Done
36342025-02-10T18:39:50.914Z[ host-image] Feb 10 18:39:49.852 INFO O| Feb 10 18:39:49.852 INFO O| Done
36352025-02-10T18:39:51.358Z[ host-image] Feb 10 18:39:50.297 INFO O| Feb 10 18:39:50.297 INFO STEP 6 (pkg_change_variant) COMPLETE
36362025-02-10T18:39:51.358Z[ host-image] Feb 10 18:39:50.297 INFO O| Feb 10 18:39:50.297 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36372025-02-10T18:39:51.361Z[ host-image] Feb 10 18:39:50.297 INFO O| Feb 10 18:39:50.297 INFO skip step because feature "debug_variant" is not enabled
36382025-02-10T18:39:51.361Z[ host-image] Feb 10 18:39:50.297 INFO O| Feb 10 18:39:50.297 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36392025-02-10T18:39:51.694Z[ host-image] Feb 10 18:39:50.632 INFO O| Feb 10 18:39:50.632 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36402025-02-10T18:39:52.166Z[ host-image] Feb 10 18:39:51.105 INFO O| Feb 10 18:39:51.105 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36412025-02-10T18:39:52.169Z[ host-image] Feb 10 18:39:51.106 INFO O| Feb 10 18:39:51.106 INFO O| Planning: Planning completed in 0.00 seconds
36422025-02-10T18:39:52.169Z[ host-image] Feb 10 18:39:51.107 INFO O| Feb 10 18:39:51.106 INFO O| Planning: Consolidating action changes ... Done
36432025-02-10T18:39:52.169Z[ host-image] Feb 10 18:39:51.107 INFO O| Feb 10 18:39:51.107 INFO O| Planning: Evaluating mediators ... Done
36442025-02-10T18:39:52.169Z[ host-image] Feb 10 18:39:51.107 INFO O| Feb 10 18:39:51.107 INFO O| Planning: Planning completed in 0.00 seconds
36452025-02-10T18:39:52.169Z[ host-image] Feb 10 18:39:51.107 INFO O| Feb 10 18:39:51.107 INFO O| Variants/Facets to change: 1
36462025-02-10T18:39:52.188Z[ host-image] Feb 10 18:39:51.126 INFO O| Feb 10 18:39:51.126 INFO O| Done
36472025-02-10T18:39:52.189Z[ host-image] Feb 10 18:39:51.126 INFO O| Feb 10 18:39:51.126 INFO O| Done
36482025-02-10T18:39:52.772Z[ host-image] Feb 10 18:39:51.711 INFO O| Feb 10 18:39:51.711 INFO O| Done
36492025-02-10T18:39:52.855Z[ host-image] Feb 10 18:39:51.793 INFO O| Feb 10 18:39:51.793 INFO O| Done
36502025-02-10T18:39:52.858Z[ host-image] Feb 10 18:39:51.794 INFO O| Feb 10 18:39:51.794 INFO O| Done
36512025-02-10T18:39:52.858Z[ host-image] Feb 10 18:39:51.795 INFO O| Feb 10 18:39:51.795 INFO O| Done
36522025-02-10T18:39:52.860Z[ host-image] Feb 10 18:39:51.797 INFO O| Feb 10 18:39:51.797 INFO O| Done
36532025-02-10T18:39:52.946Z[ host-image] Feb 10 18:39:51.884 INFO O| Feb 10 18:39:51.884 INFO STEP 8 (pkg_change_facet) COMPLETE
36542025-02-10T18:39:52.946Z[ host-image] Feb 10 18:39:51.885 INFO O| Feb 10 18:39:51.884 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36552025-02-10T18:39:52.949Z[ host-image] Feb 10 18:39:51.885 INFO O| Feb 10 18:39:51.884 INFO skip step because feature "recovery" is not enabled
36562025-02-10T18:39:52.950Z[ host-image] Feb 10 18:39:51.885 INFO O| Feb 10 18:39:51.884 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36572025-02-10T18:39:52.950Z[ host-image] Feb 10 18:39:51.885 INFO O| Feb 10 18:39:51.885 INFO skip step because feature "recovery" is not enabled
36582025-02-10T18:39:52.950Z[ host-image] Feb 10 18:39:51.885 INFO O| Feb 10 18:39:51.885 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36592025-02-10T18:39:52.964Z[ host-image] Feb 10 18:39:51.902 INFO O| Feb 10 18:39:51.902 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
36602025-02-10T18:39:53.912Z[ host-image] Feb 10 18:39:52.849 INFO O| Feb 10 18:39:52.849 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36612025-02-10T18:40:03.420Z[recovery-package] Finished `release` profile [optimized] target(s) in 47.59s
36622025-02-10T18:40:04.935ZFeb 10 18:40:03.873 INFO [recovery-package] process exited with exit status: 0 (49.355400386s)
36632025-02-10T18:40:04.935ZFeb 10 18:40:03.873 INFO [recovery-stamp] running task
36642025-02-10T18:40:04.938ZFeb 10 18:40:03.873 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
36652025-02-10T18:40:04.946ZFeb 10 18:40:03.885 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 13.0.0-0.ci+git584d88c7e62
36662025-02-10T18:40:04.958ZFeb 10 18:40:03.897 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+git584d88c7e62
36672025-02-10T18:40:04.969Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
36682025-02-10T18:40:04.982Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
36692025-02-10T18:40:05.066Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
36702025-02-10T18:40:05.071ZFeb 10 18:40:04.010 INFO [stamp-installinator] process exited with exit status: 0 (112.755721ms)
36712025-02-10T18:40:05.081Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
36722025-02-10T18:40:05.083ZFeb 10 18:40:04.023 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (137.168549ms)
36732025-02-10T18:40:05.086ZFeb 10 18:40:04.023 INFO [recovery-stamp] task succeeded (149.844974ms)
36742025-02-10T18:40:05.086ZFeb 10 18:40:04.023 INFO [recovery-proto] running task
36752025-02-10T18:40:05.086ZFeb 10 18:40:04.023 INFO [tuf-stamp] running task
36762025-02-10T18:40:05.086ZFeb 10 18:40:04.024 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 13.0.0-0.ci+git584d88c7e62
36772025-02-10T18:40:05.100ZFeb 10 18:40:04.039 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 13.0.0-0.ci+git584d88c7e62
36782025-02-10T18:40:05.111Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36792025-02-10T18:40:05.116ZFeb 10 18:40:04.055 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 13.0.0-0.ci+git584d88c7e62
36802025-02-10T18:40:05.128ZFeb 10 18:40:04.067 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 13.0.0-0.ci+git584d88c7e62
36812025-02-10T18:40:05.139Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36822025-02-10T18:40:05.145Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36832025-02-10T18:40:05.148ZFeb 10 18:40:04.084 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 13.0.0-0.ci+git584d88c7e62
36842025-02-10T18:40:05.166Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36852025-02-10T18:40:05.169ZFeb 10 18:40:04.105 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 13.0.0-0.ci+git584d88c7e62
36862025-02-10T18:40:05.195Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36872025-02-10T18:40:05.205ZFeb 10 18:40:04.134 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 13.0.0-0.ci+git584d88c7e62
36882025-02-10T18:40:05.213Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36892025-02-10T18:40:05.219Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36902025-02-10T18:40:05.222ZFeb 10 18:40:04.158 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 13.0.0-0.ci+git584d88c7e62
36912025-02-10T18:40:05.288ZFeb 10 18:40:04.227 INFO [recovery-proto] task succeeded (203.838102ms)
36922025-02-10T18:40:05.291ZFeb 10 18:40:04.227 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.311' -P /tmp/.tmpDMNkwv/proto/recovery/root -N 'recovery 584d88c/${os_short_commit} 2025-02-10 18:16' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36932025-02-10T18:40:05.302ZFeb 10 18:40:04.241 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 13.0.0-0.ci+git584d88c7e62
36942025-02-10T18:40:05.319Z[ recovery-image] Feb 10 18:40:04.255 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36952025-02-10T18:40:05.319Z[ recovery-image] Feb 10 18:40:04.255 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36962025-02-10T18:40:05.334Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36972025-02-10T18:40:05.337ZFeb 10 18:40:04.273 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 13.0.0-0.ci+git584d88c7e62
36982025-02-10T18:40:05.581Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36992025-02-10T18:40:05.583Z[ recovery-image] Feb 10 18:40:04.279 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpDMNkwv/proto/recovery/root"
37002025-02-10T18:40:05.584Z[ recovery-image] Feb 10 18:40:04.279 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
37012025-02-10T18:40:05.584Z[ recovery-image] Feb 10 18:40:04.279 INFO image builder template: ramdisk-01-os...
37022025-02-10T18:40:05.584Z[ recovery-image] Feb 10 18:40:04.279 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpDMNkwv/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
37032025-02-10T18:40:05.584Z[ recovery-image] Feb 10 18:40:04.335 INFO O| Feb 10 18:40:04.334 INFO CREATE DATASET: rpool/images/build/recovery/output
37042025-02-10T18:40:05.608Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
37052025-02-10T18:40:05.611ZFeb 10 18:40:04.547 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 13.0.0-0.ci+git584d88c7e62
37062025-02-10T18:40:05.726Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37072025-02-10T18:40:05.764ZFeb 10 18:40:04.703 INFO [stamp-probe] process exited with exit status: 0 (678.480632ms)
37082025-02-10T18:40:05.792Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
37092025-02-10T18:40:05.877Z[ recovery-image] Feb 10 18:40:04.815 INFO O| Feb 10 18:40:04.815 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37102025-02-10T18:40:05.917Z[ recovery-image] Feb 10 18:40:04.856 INFO O| Feb 10 18:40:04.827 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37112025-02-10T18:40:05.951Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
37122025-02-10T18:40:06.080Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
37132025-02-10T18:40:06.162ZFeb 10 18:40:05.101 INFO [stamp-ntp] process exited with exit status: 0 (859.878699ms)
37142025-02-10T18:40:06.169Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
37152025-02-10T18:40:06.411Z[ recovery-image] Feb 10 18:40:05.350 INFO O| Feb 10 18:40:05.349 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
37162025-02-10T18:40:06.525Z[ recovery-image] Feb 10 18:40:05.464 INFO O| Feb 10 18:40:05.464 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37172025-02-10T18:40:06.528Z[ recovery-image] Feb 10 18:40:05.464 INFO O| Feb 10 18:40:05.464 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37182025-02-10T18:40:06.528Z[ recovery-image] Feb 10 18:40:05.464 INFO O| Feb 10 18:40:05.464 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37192025-02-10T18:40:06.528Z[ recovery-image] Feb 10 18:40:05.464 INFO O| Feb 10 18:40:05.464 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37202025-02-10T18:40:06.536Z[ recovery-image] Feb 10 18:40:05.475 INFO O| Feb 10 18:40:05.475 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37212025-02-10T18:40:06.631Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
37222025-02-10T18:40:06.684ZFeb 10 18:40:05.623 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.56767773s)
37232025-02-10T18:40:06.918Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
37242025-02-10T18:40:06.972ZFeb 10 18:40:05.911 INFO [stamp-external-dns] process exited with exit status: 0 (1.843378168s)
37252025-02-10T18:40:06.983Z[ recovery-image] Feb 10 18:40:05.922 INFO O| Feb 10 18:40:05.922 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37262025-02-10T18:40:07.000Z[ recovery-image] Feb 10 18:40:05.939 INFO O| Feb 10 18:40:05.939 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
37272025-02-10T18:40:07.350Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
37282025-02-10T18:40:07.368Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
37292025-02-10T18:40:07.423ZFeb 10 18:40:06.362 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.203870336s)
37302025-02-10T18:40:07.440ZFeb 10 18:40:06.379 INFO [stamp-internal-dns] process exited with exit status: 0 (2.105740882s)
37312025-02-10T18:40:07.564Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
37322025-02-10T18:40:07.569ZFeb 10 18:40:06.508 INFO [stamp-oximeter] process exited with exit status: 0 (2.402377559s)
37332025-02-10T18:40:07.582Z[ recovery-image] Feb 10 18:40:06.521 INFO O| Feb 10 18:40:06.521 INFO O| Caching catalogs ... Done
37342025-02-10T18:40:07.692Z[ recovery-image] Feb 10 18:40:06.631 INFO O| Feb 10 18:40:06.631 INFO STEP 0 (pkg_image_create) COMPLETE
37352025-02-10T18:40:07.692Z[ recovery-image] Feb 10 18:40:06.631 INFO O| Feb 10 18:40:06.631 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37362025-02-10T18:40:07.692Z[ recovery-image] Feb 10 18:40:06.631 INFO O| Feb 10 18:40:06.631 INFO skip step because feature "repo_redist" is not enabled
37372025-02-10T18:40:07.695Z[ recovery-image] Feb 10 18:40:06.631 INFO O| Feb 10 18:40:06.631 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37382025-02-10T18:40:07.704Z[ recovery-image] Feb 10 18:40:06.643 INFO O| Feb 10 18:40:06.643 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
37392025-02-10T18:40:08.143Z[ recovery-image] Feb 10 18:40:07.081 INFO O| Feb 10 18:40:07.081 INFO STEP 2 (pkg_set_publisher) COMPLETE
37402025-02-10T18:40:08.143Z[ recovery-image] Feb 10 18:40:07.082 INFO O| Feb 10 18:40:07.081 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37412025-02-10T18:40:08.159Z[ recovery-image] Feb 10 18:40:07.098 INFO O| Feb 10 18:40:07.097 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
37422025-02-10T18:40:08.612Z[ recovery-image] Feb 10 18:40:07.551 INFO O| Feb 10 18:40:07.551 INFO STEP 3 (pkg_set_publisher) COMPLETE
37432025-02-10T18:40:08.612Z[ recovery-image] Feb 10 18:40:07.551 INFO O| Feb 10 18:40:07.551 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37442025-02-10T18:40:08.612Z[ recovery-image] Feb 10 18:40:07.551 INFO O| Feb 10 18:40:07.551 INFO skip step because feature "repo_redist" is not enabled
37452025-02-10T18:40:08.612Z[ recovery-image] Feb 10 18:40:07.551 INFO O| Feb 10 18:40:07.551 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37462025-02-10T18:40:09.094Z[ recovery-image] Feb 10 18:40:08.033 INFO O| Feb 10 18:40:08.033 INFO variant opensolaris.zone is already global
37472025-02-10T18:40:09.094Z[ recovery-image] Feb 10 18:40:08.033 INFO O| Feb 10 18:40:08.033 INFO STEP 5 (pkg_change_variant) COMPLETE
37482025-02-10T18:40:09.094Z[ recovery-image] Feb 10 18:40:08.033 INFO O| Feb 10 18:40:08.033 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37492025-02-10T18:40:09.474Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
37502025-02-10T18:40:09.479ZFeb 10 18:40:08.418 INFO [stamp-nexus] process exited with exit status: 0 (4.333828198s)
37512025-02-10T18:40:09.577Z[ recovery-image] Feb 10 18:40:08.516 INFO O| Feb 10 18:40:08.515 INFO variant opensolaris.imagetype is full; changing to partial
37522025-02-10T18:40:09.577Z[ recovery-image] Feb 10 18:40:08.516 INFO O| Feb 10 18:40:08.516 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37532025-02-10T18:40:10.520Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37542025-02-10T18:40:10.703Z[verify-libraries] Compiling home v0.5.9
37552025-02-10T18:40:10.706Z[verify-libraries] Compiling cfg_aliases v0.1.1
37562025-02-10T18:40:10.733Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37572025-02-10T18:40:10.736Z[verify-libraries] Compiling sqlparser_derive v0.2.2
37582025-02-10T18:40:10.736Z[verify-libraries] Compiling unicode_categories v0.1.1
37592025-02-10T18:40:10.739Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37602025-02-10T18:40:10.742Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612025-02-10T18:40:11.082Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37622025-02-10T18:40:11.109ZFeb 10 18:40:10.048 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.913923301s)
37632025-02-10T18:40:11.332Z[verify-libraries] Compiling nix v0.28.0
37642025-02-10T18:40:11.335Z[verify-libraries] Compiling polyval v0.6.2
37652025-02-10T18:40:11.714Z[verify-libraries] Compiling ctr v0.9.2
37662025-02-10T18:40:12.001Z[verify-libraries] Compiling sqlformat v0.2.6
37672025-02-10T18:40:12.079Z[verify-libraries] Compiling sqlparser v0.45.0
37682025-02-10T18:40:12.188Z[verify-libraries] Compiling ghash v0.5.1
37692025-02-10T18:40:12.304Z[verify-libraries] Compiling ssh-encoding v0.2.0
37702025-02-10T18:40:12.309Z[verify-libraries] Compiling blowfish v0.9.1
37712025-02-10T18:40:13.102Z[verify-libraries] Compiling aes-gcm v0.10.3
37722025-02-10T18:40:13.824Z[verify-libraries] Compiling ssh-cipher v0.2.0
37732025-02-10T18:40:14.243Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37742025-02-10T18:40:15.164Z[verify-libraries] Compiling password-hash v0.4.2
37752025-02-10T18:40:18.010Z[verify-libraries] Compiling rustyline v14.0.0
37762025-02-10T18:40:18.746Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37772025-02-10T18:40:18.814ZFeb 10 18:40:17.753 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.205755662s)
37782025-02-10T18:40:19.104Z[verify-libraries] Compiling pbkdf2 v0.11.0
37792025-02-10T18:40:19.576Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37802025-02-10T18:40:19.609ZFeb 10 18:40:18.548 INFO [stamp-clickhouse] process exited with exit status: 0 (14.508855262s)
37812025-02-10T18:40:19.609ZFeb 10 18:40:18.548 INFO [tuf-stamp] task succeeded (14.524990975s)
37822025-02-10T18:40:19.870Z[verify-libraries] Compiling ssh-key v0.6.6
37832025-02-10T18:40:20.520Z[verify-libraries] Compiling p256 v0.13.2
37842025-02-10T18:40:21.139Z[verify-libraries] Compiling p521 v0.13.3
37852025-02-10T18:40:21.580Z[ recovery-image] Feb 10 18:40:20.519 INFO O| Feb 10 18:40:20.519 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37862025-02-10T18:40:23.674Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37872025-02-10T18:40:24.191Z[verify-libraries] Compiling md5 v0.7.0
37882025-02-10T18:40:24.934Z[verify-libraries] Compiling russh-keys v0.45.0
37892025-02-10T18:40:27.354Z[verify-libraries] Compiling num-bigint v0.4.6
37902025-02-10T18:40:30.800Z[ recovery-image] Feb 10 18:40:29.739 INFO O| Feb 10 18:40:29.739 INFO O| Startup: Caching catalogs ... Done
37912025-02-10T18:40:30.930Z[ recovery-image] Feb 10 18:40:29.869 INFO O| Feb 10 18:40:29.869 INFO O| Planning: Planning completed in 0.00 seconds
37922025-02-10T18:40:30.933Z[ recovery-image] Feb 10 18:40:29.870 INFO O| Feb 10 18:40:29.870 INFO O| Planning: Consolidating action changes ... Done
37932025-02-10T18:40:30.933Z[ recovery-image] Feb 10 18:40:29.870 INFO O| Feb 10 18:40:29.870 INFO O| Planning: Evaluating mediators ... Done
37942025-02-10T18:40:30.933Z[ recovery-image] Feb 10 18:40:29.871 INFO O| Feb 10 18:40:29.871 INFO O| Planning: Planning completed in 0.00 seconds
37952025-02-10T18:40:30.933Z[ recovery-image] Feb 10 18:40:29.871 INFO O| Feb 10 18:40:29.871 INFO O| Variants/Facets to change: 1
37962025-02-10T18:40:31.003Z[ recovery-image] Feb 10 18:40:29.942 INFO O| Feb 10 18:40:29.942 INFO O| Done
37972025-02-10T18:40:31.003Z[ recovery-image] Feb 10 18:40:29.942 INFO O| Feb 10 18:40:29.942 INFO O| Done
37982025-02-10T18:40:32.166Z[ recovery-image] Feb 10 18:40:31.105 INFO O| Feb 10 18:40:31.105 INFO O| Done
37992025-02-10T18:40:32.240Z[ recovery-image] Feb 10 18:40:31.179 INFO O| Feb 10 18:40:31.179 INFO O| Done
38002025-02-10T18:40:32.243Z[ recovery-image] Feb 10 18:40:31.181 INFO O| Feb 10 18:40:31.181 INFO O| Done
38012025-02-10T18:40:32.243Z[ recovery-image] Feb 10 18:40:31.181 INFO O| Feb 10 18:40:31.181 INFO O| Done
38022025-02-10T18:40:32.246Z[ recovery-image] Feb 10 18:40:31.183 INFO O| Feb 10 18:40:31.183 INFO O| Done
38032025-02-10T18:40:32.925Z[ recovery-image] Feb 10 18:40:31.864 INFO O| Feb 10 18:40:31.864 INFO STEP 6 (pkg_change_variant) COMPLETE
38042025-02-10T18:40:32.925Z[ recovery-image] Feb 10 18:40:31.864 INFO O| Feb 10 18:40:31.864 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38052025-02-10T18:40:32.927Z[ recovery-image] Feb 10 18:40:31.864 INFO O| Feb 10 18:40:31.864 INFO skip step because feature "debug_variant" is not enabled
38062025-02-10T18:40:32.927Z[ recovery-image] Feb 10 18:40:31.864 INFO O| Feb 10 18:40:31.864 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38072025-02-10T18:40:33.717Z[ recovery-image] Feb 10 18:40:32.656 INFO O| Feb 10 18:40:32.656 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
38082025-02-10T18:40:34.786Z[verify-libraries] Compiling des v0.8.1
38092025-02-10T18:40:34.789Z[ recovery-image] Feb 10 18:40:33.727 INFO O| Feb 10 18:40:33.727 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38102025-02-10T18:40:34.807Z[ recovery-image] Feb 10 18:40:33.746 INFO O| Feb 10 18:40:33.746 INFO O| Planning: Planning completed in 0.00 seconds
38112025-02-10T18:40:34.809Z[ recovery-image] Feb 10 18:40:33.747 INFO O| Feb 10 18:40:33.747 INFO O| Planning: Consolidating action changes ... Done
38122025-02-10T18:40:34.809Z[ recovery-image] Feb 10 18:40:33.747 INFO O| Feb 10 18:40:33.747 INFO O| Planning: Evaluating mediators ... Done
38132025-02-10T18:40:34.809Z[ recovery-image] Feb 10 18:40:33.748 INFO O| Feb 10 18:40:33.748 INFO O| Planning: Planning completed in 0.00 seconds
38142025-02-10T18:40:34.810Z[ recovery-image] Feb 10 18:40:33.748 INFO O| Feb 10 18:40:33.748 INFO O| Variants/Facets to change: 1
38152025-02-10T18:40:34.913Z[ recovery-image] Feb 10 18:40:33.852 INFO O| Feb 10 18:40:33.852 INFO O| Done
38162025-02-10T18:40:34.913Z[ recovery-image] Feb 10 18:40:33.852 INFO O| Feb 10 18:40:33.852 INFO O| Done
38172025-02-10T18:40:35.383Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38182025-02-10T18:40:35.735Z[ recovery-image] Feb 10 18:40:34.674 INFO O| Feb 10 18:40:34.674 INFO O| Done
38192025-02-10T18:40:35.823Z[ recovery-image] Feb 10 18:40:34.762 INFO O| Feb 10 18:40:34.762 INFO O| Done
38202025-02-10T18:40:35.825Z[ recovery-image] Feb 10 18:40:34.763 INFO O| Feb 10 18:40:34.763 INFO O| Done
38212025-02-10T18:40:35.826Z[ recovery-image] Feb 10 18:40:34.763 INFO O| Feb 10 18:40:34.763 INFO O| Done
38222025-02-10T18:40:35.828Z[ recovery-image] Feb 10 18:40:34.765 INFO O| Feb 10 18:40:34.765 INFO O| Done
38232025-02-10T18:40:35.973Z[ recovery-image] Feb 10 18:40:34.912 INFO O| Feb 10 18:40:34.912 INFO STEP 8 (pkg_change_facet) COMPLETE
38242025-02-10T18:40:35.973Z[ recovery-image] Feb 10 18:40:34.912 INFO O| Feb 10 18:40:34.912 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38252025-02-10T18:40:36.528Z[verify-libraries] Compiling hex-literal v0.4.1
38262025-02-10T18:40:36.704Z[ recovery-image] Feb 10 18:40:35.643 INFO O| Feb 10 18:40:35.643 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
38272025-02-10T18:40:36.933Z[verify-libraries] Compiling russh v0.45.0
38282025-02-10T18:40:37.568Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38292025-02-10T18:40:37.883Z[ recovery-image] Feb 10 18:40:36.822 INFO O| Feb 10 18:40:36.822 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38302025-02-10T18:40:37.886Z[ recovery-image] Feb 10 18:40:36.824 INFO O| Feb 10 18:40:36.824 INFO O| Planning: Planning completed in 0.00 seconds
38312025-02-10T18:40:37.886Z[ recovery-image] Feb 10 18:40:36.825 INFO O| Feb 10 18:40:36.825 INFO O| Planning: Consolidating action changes ... Done
38322025-02-10T18:40:37.886Z[ recovery-image] Feb 10 18:40:36.825 INFO O| Feb 10 18:40:36.825 INFO O| Planning: Evaluating mediators ... Done
38332025-02-10T18:40:37.888Z[ recovery-image] Feb 10 18:40:36.826 INFO O| Feb 10 18:40:36.826 INFO O| Planning: Planning completed in 0.00 seconds
38342025-02-10T18:40:37.888Z[ recovery-image] Feb 10 18:40:36.826 INFO O| Feb 10 18:40:36.826 INFO O| Variants/Facets to change: 1
38352025-02-10T18:40:37.981Z[ recovery-image] Feb 10 18:40:36.920 INFO O| Feb 10 18:40:36.920 INFO O| Done
38362025-02-10T18:40:37.981Z[ recovery-image] Feb 10 18:40:36.921 INFO O| Feb 10 18:40:36.920 INFO O| Done
38372025-02-10T18:40:38.948Z[ recovery-image] Feb 10 18:40:37.887 INFO O| Feb 10 18:40:37.887 INFO O| Done
38382025-02-10T18:40:39.051Z[ recovery-image] Feb 10 18:40:37.990 INFO O| Feb 10 18:40:37.990 INFO O| Done
38392025-02-10T18:40:39.054Z[ recovery-image] Feb 10 18:40:37.991 INFO O| Feb 10 18:40:37.991 INFO O| Done
38402025-02-10T18:40:39.054Z[ recovery-image] Feb 10 18:40:37.991 INFO O| Feb 10 18:40:37.991 INFO O| Done
38412025-02-10T18:40:39.057Z[ recovery-image] Feb 10 18:40:37.994 INFO O| Feb 10 18:40:37.994 INFO O| Done
38422025-02-10T18:40:39.254Z[ recovery-image] Feb 10 18:40:38.193 INFO O| Feb 10 18:40:38.193 INFO STEP 9 (pkg_change_facet) COMPLETE
38432025-02-10T18:40:39.255Z[ recovery-image] Feb 10 18:40:38.193 INFO O| Feb 10 18:40:38.193 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38442025-02-10T18:40:39.931Z[ recovery-image] Feb 10 18:40:38.870 INFO O| Feb 10 18:40:38.870 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38452025-02-10T18:40:41.013Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38462025-02-10T18:40:41.052Z[ recovery-image] Feb 10 18:40:39.991 INFO O| Feb 10 18:40:39.991 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38472025-02-10T18:40:41.056Z[ recovery-image] Feb 10 18:40:39.993 INFO O| Feb 10 18:40:39.993 INFO O| Planning: Planning completed in 0.00 seconds
38482025-02-10T18:40:41.056Z[ recovery-image] Feb 10 18:40:39.994 INFO O| Feb 10 18:40:39.994 INFO O| Planning: Consolidating action changes ... Done
38492025-02-10T18:40:41.056Z[ recovery-image] Feb 10 18:40:39.994 INFO O| Feb 10 18:40:39.994 INFO O| Planning: Evaluating mediators ... Done
38502025-02-10T18:40:41.056Z[ recovery-image] Feb 10 18:40:39.994 INFO O| Feb 10 18:40:39.994 INFO O| Planning: Planning completed in 0.00 seconds
38512025-02-10T18:40:41.056Z[ recovery-image] Feb 10 18:40:39.995 INFO O| Feb 10 18:40:39.995 INFO O| Variants/Facets to change: 1
38522025-02-10T18:40:41.122Z[ recovery-image] Feb 10 18:40:40.061 INFO O| Feb 10 18:40:40.061 INFO O| Done
38532025-02-10T18:40:41.122Z[ recovery-image] Feb 10 18:40:40.061 INFO O| Feb 10 18:40:40.061 INFO O| Done
38542025-02-10T18:40:42.058Z[ recovery-image] Feb 10 18:40:40.997 INFO O| Feb 10 18:40:40.997 INFO O| Done
38552025-02-10T18:40:42.151Z[ recovery-image] Feb 10 18:40:41.090 INFO O| Feb 10 18:40:41.090 INFO O| Done
38562025-02-10T18:40:42.154Z[ recovery-image] Feb 10 18:40:41.091 INFO O| Feb 10 18:40:41.091 INFO O| Done
38572025-02-10T18:40:42.154Z[ recovery-image] Feb 10 18:40:41.091 INFO O| Feb 10 18:40:41.091 INFO O| Done
38582025-02-10T18:40:42.154Z[ recovery-image] Feb 10 18:40:41.093 INFO O| Feb 10 18:40:41.093 INFO O| Done
38592025-02-10T18:40:42.248Z[ recovery-image] Feb 10 18:40:41.188 INFO O| Feb 10 18:40:41.187 INFO STEP 10 (pkg_change_facet) COMPLETE
38602025-02-10T18:40:42.248Z[ recovery-image] Feb 10 18:40:41.188 INFO O| Feb 10 18:40:41.187 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38612025-02-10T18:40:42.268Z[ recovery-image] Feb 10 18:40:41.207 INFO O| Feb 10 18:40:41.207 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
38622025-02-10T18:40:43.316Z[ recovery-image] Feb 10 18:40:42.256 INFO O| Feb 10 18:40:42.256 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38632025-02-10T18:40:47.876Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38642025-02-10T18:40:51.067Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38652025-02-10T18:40:54.220Z[verify-libraries] Compiling petname v2.0.2
38662025-02-10T18:40:55.603Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38672025-02-10T18:40:55.636Z[ host-image] Feb 10 18:40:54.575 INFO O| Feb 10 18:40:54.575 INFO O| Planning: Solver setup ... Done
38682025-02-10T18:40:56.668Z[verify-libraries] Compiling internet-checksum v0.2.1
38692025-02-10T18:40:57.463Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38702025-02-10T18:41:04.591Z[verify-libraries] Compiling heck v0.4.1
38712025-02-10T18:41:06.000Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38722025-02-10T18:41:24.048Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38732025-02-10T18:41:33.258Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38742025-02-10T18:41:36.511Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38752025-02-10T18:41:40.317Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38762025-02-10T18:41:49.613Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38772025-02-10T18:41:50.557Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38782025-02-10T18:41:50.802Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38792025-02-10T18:41:52.472Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38802025-02-10T18:41:53.636Z[ recovery-image] Feb 10 18:41:52.577 INFO O| Feb 10 18:41:52.577 INFO O| Planning: Solver setup ... Done
38812025-02-10T18:42:22.024Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38822025-02-10T18:42:30.862Z[ host-image] Feb 10 18:42:29.803 INFO O| Feb 10 18:42:29.803 INFO O| Planning: Running solver ... Done
38832025-02-10T18:42:31.525Z[ host-image] Feb 10 18:42:30.467 INFO O| Feb 10 18:42:30.467 INFO O| Planning: Finding local manifests ... Done
38842025-02-10T18:42:31.544Z[ host-image] Feb 10 18:42:30.485 INFO O| Feb 10 18:42:30.485 INFO O| Planning: Fetching manifests: 0/124 0% complete
38852025-02-10T18:42:31.775Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38862025-02-10T18:42:36.355Z[ host-image] Feb 10 18:42:35.296 INFO O| Feb 10 18:42:35.296 INFO O| Planning: Fetching manifests: 124/124 100% complete
38872025-02-10T18:42:37.701Z[ host-image] Feb 10 18:42:36.642 INFO O| Feb 10 18:42:36.642 INFO O| Planning: Package planning ... Done
38882025-02-10T18:42:38.265Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38892025-02-10T18:42:39.043Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38902025-02-10T18:42:39.403Z[ host-image] Feb 10 18:42:38.345 INFO O| Feb 10 18:42:38.345 INFO O| Planning: Merging actions ... Done
38912025-02-10T18:42:39.474Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38922025-02-10T18:42:39.776Z[ host-image] Feb 10 18:42:38.717 INFO O| Feb 10 18:42:38.717 INFO O| Planning: Checking for conflicting actions ... Done
38932025-02-10T18:42:40.039Z[ host-image] Feb 10 18:42:38.980 INFO O| Feb 10 18:42:38.980 INFO O| Planning: Consolidating action changes ... Done
38942025-02-10T18:42:40.119Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38952025-02-10T18:42:40.579Z[ host-image] Feb 10 18:42:39.520 INFO O| Feb 10 18:42:39.520 INFO O| Planning: Evaluating mediators ... Done
38962025-02-10T18:42:40.653Z[verify-libraries] Compiling sync-ptr v0.1.1
38972025-02-10T18:42:41.106Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38982025-02-10T18:42:46.962Z[ host-image] Feb 10 18:42:45.903 INFO O| Feb 10 18:42:45.903 INFO O| Planning: Planning completed in 173.05 seconds
38992025-02-10T18:42:46.968Z[ host-image] Feb 10 18:42:45.910 INFO O| Feb 10 18:42:45.910 INFO O| Packages to install: 124
39002025-02-10T18:42:46.971Z[ host-image] Feb 10 18:42:45.910 INFO O| Feb 10 18:42:45.910 INFO O| Mediators to change: 4
39012025-02-10T18:42:46.971Z[ host-image] Feb 10 18:42:45.910 INFO O| Feb 10 18:42:45.910 INFO O| Services to change: 6
39022025-02-10T18:42:47.068Z[ host-image] Feb 10 18:42:46.009 INFO O| Feb 10 18:42:46.009 INFO O| Download: 0/22791 items 0.0/199.7MB 0% complete
39032025-02-10T18:42:48.519Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
39042025-02-10T18:42:49.493Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39052025-02-10T18:42:50.501Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39062025-02-10T18:42:52.076Z[ host-image] Feb 10 18:42:51.017 INFO O| Feb 10 18:42:51.017 INFO O| Download: 1156/22791 items 7.2/199.7MB 3% complete (1.5M/s)
39072025-02-10T18:42:57.274Z[ host-image] Feb 10 18:42:56.215 INFO O| Feb 10 18:42:56.215 INFO O| Download: 1792/22791 items 13.2/199.7MB 6% complete (1.3M/s)
39082025-02-10T18:42:58.301Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
39092025-02-10T18:43:02.470Z[ host-image] Feb 10 18:43:01.412 INFO O| Feb 10 18:43:01.412 INFO O| Download: 2251/22791 items 24.8/199.7MB 12% complete (1.7M/s)
39102025-02-10T18:43:07.554Z[ host-image] Feb 10 18:43:06.496 INFO O| Feb 10 18:43:06.496 INFO O| Download: 3478/22791 items 35.4/199.7MB 17% complete (2.0M/s)
39112025-02-10T18:43:12.574Z[ host-image] Feb 10 18:43:11.514 INFO O| Feb 10 18:43:11.514 INFO O| Download: 4557/22791 items 42.7/199.7MB 21% complete (1.8M/s)
39122025-02-10T18:43:15.458Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39132025-02-10T18:43:17.585Z[ host-image] Feb 10 18:43:16.528 INFO O| Feb 10 18:43:16.528 INFO O| Download: 5737/22791 items 46.3/199.7MB 23% complete (1.1M/s)
39142025-02-10T18:43:20.158Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39152025-02-10T18:43:22.105Z[ recovery-image] Feb 10 18:43:21.048 INFO O| Feb 10 18:43:21.048 INFO O| Planning: Running solver ... Done
39162025-02-10T18:43:22.594Z[ host-image] Feb 10 18:43:21.536 INFO O| Feb 10 18:43:21.536 INFO O| Download: 6774/22791 items 48.1/199.7MB 24% complete (557k/s)
39172025-02-10T18:43:22.723Z[ recovery-image] Feb 10 18:43:21.666 INFO O| Feb 10 18:43:21.666 INFO O| Planning: Finding local manifests ... Done
39182025-02-10T18:43:22.742Z[ recovery-image] Feb 10 18:43:21.685 INFO O| Feb 10 18:43:21.685 INFO O| Planning: Fetching manifests: 0/124 0% complete
39192025-02-10T18:43:24.041Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
39202025-02-10T18:43:27.116Z[ recovery-image] Feb 10 18:43:26.058 INFO O| Feb 10 18:43:26.058 INFO O| Planning: Fetching manifests: 124/124 100% complete
39212025-02-10T18:43:27.607Z[ host-image] Feb 10 18:43:26.549 INFO O| Feb 10 18:43:26.549 INFO O| Download: 7775/22791 items 59.0/199.7MB 29% complete (1.3M/s)
39222025-02-10T18:43:28.146Z[ recovery-image] Feb 10 18:43:27.087 INFO O| Feb 10 18:43:27.086 INFO O| Planning: Package planning ... Done
39232025-02-10T18:43:28.843Z[ recovery-image] Feb 10 18:43:27.786 INFO O| Feb 10 18:43:27.786 INFO O| Planning: Merging actions ... Done
39242025-02-10T18:43:29.010Z[ recovery-image] Feb 10 18:43:27.951 INFO O| Feb 10 18:43:27.951 INFO O| Planning: Checking for conflicting actions ... Done
39252025-02-10T18:43:29.146Z[ recovery-image] Feb 10 18:43:28.089 INFO O| Feb 10 18:43:28.089 INFO O| Planning: Consolidating action changes ... Done
39262025-02-10T18:43:29.486Z[ recovery-image] Feb 10 18:43:28.429 INFO O| Feb 10 18:43:28.429 INFO O| Planning: Evaluating mediators ... Done
39272025-02-10T18:43:31.575Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39282025-02-10T18:43:32.230Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39292025-02-10T18:43:32.638Z[ host-image] Feb 10 18:43:31.580 INFO O| Feb 10 18:43:31.580 INFO O| Download: 8299/22791 items 67.3/199.7MB 33% complete (1.9M/s)
39302025-02-10T18:43:32.784Z[verify-libraries] Compiling termios v0.3.3
39312025-02-10T18:43:33.276Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39322025-02-10T18:43:35.345Z[ recovery-image] Feb 10 18:43:34.287 INFO O| Feb 10 18:43:34.287 INFO O| Planning: Planning completed in 172.03 seconds
39332025-02-10T18:43:35.350Z[ recovery-image] Feb 10 18:43:34.293 INFO O| Feb 10 18:43:34.293 INFO O| Packages to install: 124
39342025-02-10T18:43:35.350Z[ recovery-image] Feb 10 18:43:34.293 INFO O| Feb 10 18:43:34.293 INFO O| Mediators to change: 4
39352025-02-10T18:43:35.353Z[ recovery-image] Feb 10 18:43:34.293 INFO O| Feb 10 18:43:34.293 INFO O| Services to change: 5
39362025-02-10T18:43:35.447Z[ recovery-image] Feb 10 18:43:34.390 INFO O| Feb 10 18:43:34.390 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
39372025-02-10T18:43:37.647Z[ host-image] Feb 10 18:43:36.590 INFO O| Feb 10 18:43:36.590 INFO O| Download: 9223/22791 items 78.7/199.7MB 39% complete (1.9M/s)
39382025-02-10T18:43:40.466Z[ recovery-image] Feb 10 18:43:39.409 INFO O| Feb 10 18:43:39.408 INFO O| Download: 999/15862 items 7.8/176.4MB 4% complete (1.6M/s)
39392025-02-10T18:43:43.259Z[ host-image] Feb 10 18:43:42.201 INFO O| Feb 10 18:43:42.201 INFO O| Download: 9387/22791 items 81.5/199.7MB 40% complete (2.2M/s)
39402025-02-10T18:43:45.787Z[ recovery-image] Feb 10 18:43:44.729 INFO O| Feb 10 18:43:44.729 INFO O| Download: 1166/15862 items 10.6/176.4MB 5% complete (1.1M/s)
39412025-02-10T18:43:48.263Z[ host-image] Feb 10 18:43:47.206 INFO O| Feb 10 18:43:47.206 INFO O| Download: 10322/22791 items 87.7/199.7MB 43% complete (759k/s)
39422025-02-10T18:43:51.027Z[ recovery-image] Feb 10 18:43:49.970 INFO O| Feb 10 18:43:49.970 INFO O| Download: 1557/15862 items 22.6/176.4MB 12% complete (1.5M/s)
39432025-02-10T18:43:53.287Z[ host-image] Feb 10 18:43:52.230 INFO O| Feb 10 18:43:52.230 INFO O| Download: 11102/22791 items 92.1/199.7MB 46% complete (1.1M/s)
39442025-02-10T18:43:56.033Z[ recovery-image] Feb 10 18:43:54.976 INFO O| Feb 10 18:43:54.976 INFO O| Download: 2499/15862 items 31.5/176.4MB 17% complete (1.8M/s)
39452025-02-10T18:43:58.297Z[ host-image] Feb 10 18:43:57.239 INFO O| Feb 10 18:43:57.239 INFO O| Download: 11339/22791 items 96.0/199.7MB 48% complete (855k/s)
39462025-02-10T18:44:00.297Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39472025-02-10T18:44:01.033Z[ recovery-image] Feb 10 18:43:59.976 INFO O| Feb 10 18:43:59.976 INFO O| Download: 3304/15862 items 37.9/176.4MB 21% complete (1.5M/s)
39482025-02-10T18:44:03.376Z[ host-image] Feb 10 18:44:02.319 INFO O| Feb 10 18:44:02.319 INFO O| Download: 12011/22791 items 100.4/199.7MB 50% complete (736k/s)
39492025-02-10T18:44:06.196Z[ recovery-image] Feb 10 18:44:05.138 INFO O| Feb 10 18:44:05.137 INFO O| Download: 3780/15862 items 42.3/176.4MB 23% complete (1.1M/s)
39502025-02-10T18:44:08.392Z[ host-image] Feb 10 18:44:07.335 INFO O| Feb 10 18:44:07.335 INFO O| Download: 12398/22791 items 109.5/199.7MB 54% complete (1.4M/s)
39512025-02-10T18:44:11.200Z[ recovery-image] Feb 10 18:44:10.144 INFO O| Feb 10 18:44:10.144 INFO O| Download: 4807/15862 items 43.0/176.4MB 24% complete (533k/s)
39522025-02-10T18:44:12.071Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39532025-02-10T18:44:13.391Z[ host-image] Feb 10 18:44:12.335 INFO O| Feb 10 18:44:12.335 INFO O| Download: 13316/22791 items 110.0/199.7MB 55% complete (984k/s)
39542025-02-10T18:44:16.418Z[ recovery-image] Feb 10 18:44:15.361 INFO O| Feb 10 18:44:15.361 INFO O| Download: 5663/15862 items 44.3/176.4MB 25% complete (220k/s)
39552025-02-10T18:44:18.396Z[ host-image] Feb 10 18:44:17.339 INFO O| Feb 10 18:44:17.339 INFO O| Download: 14062/22791 items 110.4/199.7MB 55% complete (82.7k/s)
39562025-02-10T18:44:21.552Z[ recovery-image] Feb 10 18:44:20.495 INFO O| Feb 10 18:44:20.495 INFO O| Download: 5942/15862 items 53.4/176.4MB 30% complete (1.0M/s)
39572025-02-10T18:44:23.396Z[ host-image] Feb 10 18:44:22.339 INFO O| Feb 10 18:44:22.339 INFO O| Download: 14710/22791 items 117.2/199.7MB 58% complete (729k/s)
39582025-02-10T18:44:26.576Z[ recovery-image] Feb 10 18:44:25.520 INFO O| Feb 10 18:44:25.520 INFO O| Download: 6197/15862 items 62.1/176.4MB 35% complete (1.8M/s)
39592025-02-10T18:44:28.794Z[ host-image] Feb 10 18:44:27.738 INFO O| Feb 10 18:44:27.738 INFO O| Download: 15732/22791 items 126.0/199.7MB 63% complete (1.6M/s)
39602025-02-10T18:44:31.576Z[ recovery-image] Feb 10 18:44:30.520 INFO O| Feb 10 18:44:30.520 INFO O| Download: 7212/15862 items 73.3/176.4MB 41% complete (1.9M/s)
39612025-02-10T18:44:33.807Z[ host-image] Feb 10 18:44:32.750 INFO O| Feb 10 18:44:32.750 INFO O| Download: 16180/22791 items 134.9/199.7MB 67% complete (1.7M/s)
39622025-02-10T18:44:36.600Z[ recovery-image] Feb 10 18:44:35.544 INFO O| Feb 10 18:44:35.544 INFO O| Download: 7690/15862 items 74.4/176.4MB 42% complete (1.2M/s)
39632025-02-10T18:44:38.820Z[ host-image] Feb 10 18:44:37.764 INFO O| Feb 10 18:44:37.764 INFO O| Download: 17023/22791 items 145.3/199.7MB 72% complete (2.0M/s)
39642025-02-10T18:44:42.696Z[ recovery-image] Feb 10 18:44:41.640 INFO O| Feb 10 18:44:41.640 INFO O| Download: 7938/15862 items 77.7/176.4MB 44% complete (1.1M/s)
39652025-02-10T18:44:44.009Z[ host-image] Feb 10 18:44:42.953 INFO O| Feb 10 18:44:42.953 INFO O| Download: 17954/22791 items 161.3/199.7MB 80% complete (2.5M/s)
39662025-02-10T18:44:47.732Z[ recovery-image] Feb 10 18:44:46.676 INFO O| Feb 10 18:44:46.676 INFO O| Download: 8668/15862 items 82.1/176.4MB 46% complete (613k/s)
39672025-02-10T18:44:49.028Z[ host-image] Feb 10 18:44:47.971 INFO O| Feb 10 18:44:47.971 INFO O| Download: 18955/22791 items 165.9/199.7MB 83% complete (2.0M/s)
39682025-02-10T18:44:52.748Z[ recovery-image] Feb 10 18:44:51.692 INFO O| Feb 10 18:44:51.692 INFO O| Download: 9063/15862 items 92.7/176.4MB 52% complete (1.5M/s)
39692025-02-10T18:44:54.043Z[ host-image] Feb 10 18:44:52.987 INFO O| Feb 10 18:44:52.987 INFO O| Download: 19822/22791 items 169.0/199.7MB 84% complete (820k/s)
39702025-02-10T18:44:57.869Z[ recovery-image] Feb 10 18:44:56.814 INFO O| Feb 10 18:44:56.814 INFO O| Download: 9959/15862 items 93.2/176.4MB 52% complete (1.2M/s)
39712025-02-10T18:44:59.219Z[ host-image] Feb 10 18:44:58.163 INFO O| Feb 10 18:44:58.163 INFO O| Download: 20632/22791 items 172.5/199.7MB 86% complete (689k/s)
39722025-02-10T18:45:02.875Z[ recovery-image] Feb 10 18:45:01.819 INFO O| Feb 10 18:45:01.819 INFO O| Download: 10895/15862 items 93.9/176.4MB 53% complete (115k/s)
39732025-02-10T18:45:04.435Z[ host-image] Feb 10 18:45:03.380 INFO O| Feb 10 18:45:03.380 INFO O| Download: 20868/22791 items 178.5/199.7MB 89% complete (923k/s)
39742025-02-10T18:45:08.171Z[ recovery-image] Feb 10 18:45:07.116 INFO O| Feb 10 18:45:07.115 INFO O| Download: 11428/15862 items 107.3/176.4MB 60% complete (1.4M/s)
39752025-02-10T18:45:09.449Z[ host-image] Feb 10 18:45:08.394 INFO O| Feb 10 18:45:08.394 INFO O| Download: 21509/22791 items 181.9/199.7MB 91% complete (1.0M/s)
39762025-02-10T18:45:13.396Z[ recovery-image] Feb 10 18:45:12.341 INFO O| Feb 10 18:45:12.341 INFO O| Download: 11946/15862 items 133.5/176.4MB 75% complete (3.8M/s)
39772025-02-10T18:45:14.857Z[ host-image] Feb 10 18:45:13.771 INFO O| Feb 10 18:45:13.769 INFO O| Download: 21980/22791 items 191.8/199.7MB 96% complete (1.4M/s)
39782025-02-10T18:45:18.416Z[ recovery-image] Feb 10 18:45:17.361 INFO O| Feb 10 18:45:17.361 INFO O| Download: 13048/15862 items 144.2/176.4MB 81% complete (3.5M/s)
39792025-02-10T18:45:19.845Z[ host-image] Feb 10 18:45:18.789 INFO O| Feb 10 18:45:18.789 INFO O| Download: 22294/22791 items 199.1/199.7MB 99% complete (1.6M/s)
39802025-02-10T18:45:22.967Z[ host-image] Feb 10 18:45:21.912 INFO O| Feb 10 18:45:21.912 INFO O| Download: Completed 199.72 MB in 155.90 seconds (1.3M/s)
39812025-02-10T18:45:23.613Z[ recovery-image] Feb 10 18:45:22.558 INFO O| Feb 10 18:45:22.558 INFO O| Download: 14044/15862 items 147.8/176.4MB 83% complete (1.4M/s)
39822025-02-10T18:45:24.962Z[ host-image] Feb 10 18:45:23.907 INFO O| Feb 10 18:45:23.907 INFO O| Actions: 1/49491 actions (Installing new actions)
39832025-02-10T18:45:28.647Z[ recovery-image] Feb 10 18:45:27.592 INFO O| Feb 10 18:45:27.592 INFO O| Download: 14765/15862 items 156.4/176.4MB 88% complete (1.2M/s)
39842025-02-10T18:45:29.962Z[ host-image] Feb 10 18:45:28.907 INFO O| Feb 10 18:45:28.907 INFO O| Actions: 9487/49491 actions (Installing new actions)
39852025-02-10T18:45:33.782Z[ recovery-image] Feb 10 18:45:32.727 INFO O| Feb 10 18:45:32.727 INFO O| Download: 15409/15862 items 164.2/176.4MB 93% complete (1.5M/s)
39862025-02-10T18:45:34.963Z[ host-image] Feb 10 18:45:33.908 INFO O| Feb 10 18:45:33.907 INFO O| Actions: 14177/49491 actions (Installing new actions)
39872025-02-10T18:45:38.782Z[ recovery-image] Feb 10 18:45:37.727 INFO O| Feb 10 18:45:37.727 INFO O| Download: 15848/15862 items 175.9/176.4MB 99% complete (1.9M/s)
39882025-02-10T18:45:39.165Z[ recovery-image] Feb 10 18:45:38.110 INFO O| Feb 10 18:45:38.109 INFO O| Download: Completed 176.44 MB in 123.72 seconds (1.4M/s)
39892025-02-10T18:45:39.963Z[ host-image] Feb 10 18:45:38.908 INFO O| Feb 10 18:45:38.908 INFO O| Actions: 20242/49491 actions (Installing new actions)
39902025-02-10T18:45:41.218Z[ recovery-image] Feb 10 18:45:40.162 INFO O| Feb 10 18:45:40.162 INFO O| Actions: 1/25028 actions (Installing new actions)
39912025-02-10T18:45:44.963Z[ host-image] Feb 10 18:45:43.908 INFO O| Feb 10 18:45:43.908 INFO O| Actions: 26857/49491 actions (Installing new actions)
39922025-02-10T18:45:46.218Z[ recovery-image] Feb 10 18:45:45.163 INFO O| Feb 10 18:45:45.163 INFO O| Actions: 9143/25028 actions (Installing new actions)
39932025-02-10T18:45:49.964Z[ host-image] Feb 10 18:45:48.909 INFO O| Feb 10 18:45:48.909 INFO O| Actions: Completed 49491 actions in 24.97 seconds.
39942025-02-10T18:45:51.218Z[ recovery-image] Feb 10 18:45:50.163 INFO O| Feb 10 18:45:50.163 INFO O| Actions: 13605/25028 actions (Installing new actions)
39952025-02-10T18:45:52.469Z[ host-image] Feb 10 18:45:51.414 INFO O| Feb 10 18:45:51.414 INFO O| Done
39962025-02-10T18:45:52.469Z[ host-image] Feb 10 18:45:51.415 INFO O| Feb 10 18:45:51.414 INFO O| Done
39972025-02-10T18:45:54.250Z[ host-image] Feb 10 18:45:53.195 INFO O| Feb 10 18:45:53.195 INFO O| Done
39982025-02-10T18:45:56.219Z[ recovery-image] Feb 10 18:45:55.164 INFO O| Feb 10 18:45:55.164 INFO O| Actions: 18923/25028 actions (Installing new actions)
39992025-02-10T18:45:57.196Z[ host-image] Feb 10 18:45:56.142 INFO O| Feb 10 18:45:56.142 INFO O| Done
40002025-02-10T18:45:57.275Z[ host-image] Feb 10 18:45:56.221 INFO O| Feb 10 18:45:56.221 INFO O| Done
40012025-02-10T18:45:59.858Z[ recovery-image] Feb 10 18:45:58.803 INFO O| Feb 10 18:45:58.803 INFO O| Actions: Completed 25028 actions in 18.64 seconds.
40022025-02-10T18:46:00.752Z[ recovery-image] Feb 10 18:45:59.697 INFO O| Feb 10 18:45:59.697 INFO O| Done
40032025-02-10T18:46:00.755Z[ recovery-image] Feb 10 18:45:59.698 INFO O| Feb 10 18:45:59.697 INFO O| Done
40042025-02-10T18:46:02.443Z[ recovery-image] Feb 10 18:46:01.389 INFO O| Feb 10 18:46:01.389 INFO O| Done
40052025-02-10T18:46:04.464Z[ recovery-image] Feb 10 18:46:03.409 INFO O| Feb 10 18:46:03.409 INFO O| Done
40062025-02-10T18:46:04.489Z[ recovery-image] Feb 10 18:46:03.434 INFO O| Feb 10 18:46:03.434 INFO O| Done
40072025-02-10T18:46:06.093Z[ host-image] Feb 10 18:46:05.039 INFO O| Feb 10 18:46:05.039 INFO O| Done
40082025-02-10T18:46:07.430Z[ host-image] Feb 10 18:46:06.375 INFO O| Feb 10 18:46:06.375 INFO O| Done
40092025-02-10T18:46:08.208Z[ host-image] Feb 10 18:46:07.153 INFO O| Feb 10 18:46:07.153 INFO STEP 11 (pkg_install) COMPLETE
40102025-02-10T18:46:08.208Z[ host-image] Feb 10 18:46:07.153 INFO O| Feb 10 18:46:07.153 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40112025-02-10T18:46:08.232Z[ host-image] Feb 10 18:46:07.178 INFO O| Feb 10 18:46:07.178 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"]
40122025-02-10T18:46:10.548Z[ recovery-image] Feb 10 18:46:09.494 INFO O| Feb 10 18:46:09.494 INFO O| Done
40132025-02-10T18:46:11.265Z[ recovery-image] Feb 10 18:46:10.210 INFO O| Feb 10 18:46:10.210 INFO O| Done
40142025-02-10T18:46:11.488Z[ host-image] Feb 10 18:46:10.433 INFO O| Feb 10 18:46:10.433 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40152025-02-10T18:46:11.836Z[ recovery-image] Feb 10 18:46:10.782 INFO O| Feb 10 18:46:10.782 INFO STEP 11 (pkg_install) COMPLETE
40162025-02-10T18:46:11.836Z[ recovery-image] Feb 10 18:46:10.782 INFO O| Feb 10 18:46:10.782 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40172025-02-10T18:46:11.851Z[ recovery-image] Feb 10 18:46:10.782 INFO O| Feb 10 18:46:10.782 INFO skip step because feature "recovery" is enabled
40182025-02-10T18:46:11.851Z[ recovery-image] Feb 10 18:46:10.782 INFO O| Feb 10 18:46:10.782 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40192025-02-10T18:46:11.851Z[ recovery-image] Feb 10 18:46:10.782 INFO O| Feb 10 18:46:10.782 INFO skip step because feature "omicron1" is not enabled
40202025-02-10T18:46:11.870Z[ recovery-image] Feb 10 18:46:10.782 INFO O| Feb 10 18:46:10.782 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40212025-02-10T18:46:11.874Z[ recovery-image] Feb 10 18:46:10.820 INFO O| Feb 10 18:46:10.819 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
40222025-02-10T18:46:13.142Z[ recovery-image] Feb 10 18:46:12.087 INFO O| Feb 10 18:46:12.087 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40232025-02-10T18:46:17.286Z[ host-image] Feb 10 18:46:16.232 INFO O| Feb 10 18:46:16.231 INFO O| Planning: Solver setup ... Done
40242025-02-10T18:46:17.302Z[ host-image] Feb 10 18:46:16.248 INFO O| Feb 10 18:46:16.248 INFO O| Planning: Running solver ... Done
40252025-02-10T18:46:17.406Z[ host-image] Feb 10 18:46:16.351 INFO O| Feb 10 18:46:16.351 INFO O| Planning: Finding local manifests ... Done
40262025-02-10T18:46:18.414Z[ host-image] Feb 10 18:46:16.353 INFO O| Feb 10 18:46:16.353 INFO O| Planning: Fetching manifests: 0/5 0% complete
40272025-02-10T18:46:18.417Z[ host-image] Feb 10 18:46:16.662 INFO O| Feb 10 18:46:16.662 INFO O| Planning: Fetching manifests: 5/5 100% complete
40282025-02-10T18:46:18.417Z[ host-image] Feb 10 18:46:16.762 INFO O| Feb 10 18:46:16.762 INFO O| Planning: Package planning ... Done
40292025-02-10T18:46:18.417Z[ host-image] Feb 10 18:46:16.769 INFO O| Feb 10 18:46:16.769 INFO O| Planning: Merging actions ... Done
40302025-02-10T18:46:18.417Z[ recovery-image] Feb 10 18:46:16.885 INFO O| Feb 10 18:46:16.885 INFO O| Planning: Solver setup ... Done
40312025-02-10T18:46:18.417Z[ recovery-image] Feb 10 18:46:16.891 INFO O| Feb 10 18:46:16.891 INFO O| Planning: Running solver ... Done
40322025-02-10T18:46:18.417Z[ host-image] Feb 10 18:46:16.953 INFO O| Feb 10 18:46:16.953 INFO O| Planning: Checking for conflicting actions ... Done
40332025-02-10T18:46:18.417Z[ host-image] Feb 10 18:46:16.956 INFO O| Feb 10 18:46:16.955 INFO O| Planning: Consolidating action changes ... Done
40342025-02-10T18:46:18.417Z[ recovery-image] Feb 10 18:46:16.997 INFO O| Feb 10 18:46:16.997 INFO O| Planning: Finding local manifests ... Done
40352025-02-10T18:46:18.418Z[ recovery-image] Feb 10 18:46:16.998 INFO O| Feb 10 18:46:16.998 INFO O| Planning: Fetching manifests: 0/1 0% complete
40362025-02-10T18:46:18.418Z[ recovery-image] Feb 10 18:46:17.187 INFO O| Feb 10 18:46:17.187 INFO O| Planning: Fetching manifests: 1/1 100% complete
40372025-02-10T18:46:18.418Z[ recovery-image] Feb 10 18:46:17.215 INFO O| Feb 10 18:46:17.215 INFO O| Planning: Package planning ... Done
40382025-02-10T18:46:18.418Z[ recovery-image] Feb 10 18:46:17.216 INFO O| Feb 10 18:46:17.216 INFO O| Planning: Merging actions ... Done
40392025-02-10T18:46:18.418Z[ recovery-image] Feb 10 18:46:17.293 INFO O| Feb 10 18:46:17.293 INFO O| Planning: Checking for conflicting actions ... Done
40402025-02-10T18:46:18.418Z[ recovery-image] Feb 10 18:46:17.293 INFO O| Feb 10 18:46:17.293 INFO O| Planning: Consolidating action changes ... Done
40412025-02-10T18:46:18.460Z[ host-image] Feb 10 18:46:17.406 INFO O| Feb 10 18:46:17.406 INFO O| Planning: Evaluating mediators ... Done
40422025-02-10T18:46:18.463Z[ host-image] Feb 10 18:46:17.408 INFO O| Feb 10 18:46:17.408 INFO O| Planning: Planning completed in 6.97 seconds
40432025-02-10T18:46:18.486Z[ host-image] Feb 10 18:46:17.432 INFO O| Feb 10 18:46:17.431 INFO O| Packages to install: 5
40442025-02-10T18:46:18.486Z[ host-image] Feb 10 18:46:17.432 INFO O| Feb 10 18:46:17.431 INFO O| Services to change: 2
40452025-02-10T18:46:18.522Z[ host-image] Feb 10 18:46:17.468 INFO O| Feb 10 18:46:17.468 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete
40462025-02-10T18:46:18.812Z[ recovery-image] Feb 10 18:46:17.757 INFO O| Feb 10 18:46:17.757 INFO O| Planning: Evaluating mediators ... Done
40472025-02-10T18:46:18.814Z[ recovery-image] Feb 10 18:46:17.758 INFO O| Feb 10 18:46:17.758 INFO O| Planning: Planning completed in 5.67 seconds
40482025-02-10T18:46:18.817Z[ recovery-image] Feb 10 18:46:17.761 INFO O| Feb 10 18:46:17.761 INFO O| Packages to install: 1
40492025-02-10T18:46:18.836Z[ recovery-image] Feb 10 18:46:17.782 INFO O| Feb 10 18:46:17.782 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
40502025-02-10T18:46:19.264Z[ recovery-image] Feb 10 18:46:18.210 INFO O| Feb 10 18:46:18.210 INFO O| Download: Completed 9.99 MB in 0.43 seconds (23.4M/s)
40512025-02-10T18:46:19.370Z[ recovery-image] Feb 10 18:46:18.316 INFO O| Feb 10 18:46:18.316 INFO O| Actions: 1/22 actions (Installing new actions)
40522025-02-10T18:46:19.806Z[ recovery-image] Feb 10 18:46:18.752 INFO O| Feb 10 18:46:18.752 INFO O| Actions: Completed 22 actions in 0.44 seconds.
40532025-02-10T18:46:20.058Z[ host-image] Feb 10 18:46:19.004 INFO O| Feb 10 18:46:19.004 INFO O| Download: Completed 1.46 MB in 1.54 seconds (969k/s)
40542025-02-10T18:46:20.173Z[ host-image] Feb 10 18:46:19.119 INFO O| Feb 10 18:46:19.118 INFO O| Actions: 1/306 actions (Installing new actions)
40552025-02-10T18:46:20.345Z[ host-image] Feb 10 18:46:19.291 INFO O| Feb 10 18:46:19.291 INFO O| Actions: Completed 306 actions in 0.17 seconds.
40562025-02-10T18:46:20.465Z[ recovery-image] Feb 10 18:46:19.411 INFO O| Feb 10 18:46:19.411 INFO O| Done
40572025-02-10T18:46:20.465Z[ recovery-image] Feb 10 18:46:19.411 INFO O| Feb 10 18:46:19.411 INFO O| Done
40582025-02-10T18:46:21.010Z[ host-image] Feb 10 18:46:19.955 INFO O| Feb 10 18:46:19.955 INFO O| Done
40592025-02-10T18:46:21.010Z[ host-image] Feb 10 18:46:19.956 INFO O| Feb 10 18:46:19.955 INFO O| Done
40602025-02-10T18:46:22.084Z[ recovery-image] Feb 10 18:46:21.030 INFO O| Feb 10 18:46:21.030 INFO O| Done
40612025-02-10T18:46:22.584Z[ host-image] Feb 10 18:46:21.530 INFO O| Feb 10 18:46:21.530 INFO O| Done
40622025-02-10T18:46:23.858Z[ recovery-image] Feb 10 18:46:22.804 INFO O| Feb 10 18:46:22.804 INFO O| Done
40632025-02-10T18:46:23.878Z[ recovery-image] Feb 10 18:46:22.824 INFO O| Feb 10 18:46:22.824 INFO O| Done
40642025-02-10T18:46:23.881Z[ recovery-image] Feb 10 18:46:22.825 INFO O| Feb 10 18:46:22.825 INFO O| Done
40652025-02-10T18:46:23.894Z[ recovery-image] Feb 10 18:46:22.840 INFO O| Feb 10 18:46:22.840 INFO O| Done
40662025-02-10T18:46:24.098Z[ recovery-image] Feb 10 18:46:23.044 INFO O| Feb 10 18:46:23.044 INFO STEP 14 (pkg_install) COMPLETE
40672025-02-10T18:46:24.098Z[ recovery-image] Feb 10 18:46:23.045 INFO O| Feb 10 18:46:23.044 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40682025-02-10T18:46:24.098Z[ recovery-image] Feb 10 18:46:23.045 INFO O| Feb 10 18:46:23.044 INFO skip step because feature "mfg" is not enabled
40692025-02-10T18:46:24.102Z[ recovery-image] Feb 10 18:46:23.045 INFO O| Feb 10 18:46:23.044 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40702025-02-10T18:46:24.102Z[ recovery-image] Feb 10 18:46:23.045 INFO O| Feb 10 18:46:23.044 INFO skip step because feature "compliance" is not enabled
40712025-02-10T18:46:24.102Z[ recovery-image] Feb 10 18:46:23.045 INFO O| Feb 10 18:46:23.044 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40722025-02-10T18:46:24.102Z[ recovery-image] Feb 10 18:46:23.045 INFO O| Feb 10 18:46:23.044 INFO skip step because feature "stress" is not enabled
40732025-02-10T18:46:24.102Z[ recovery-image] Feb 10 18:46:23.045 INFO O| Feb 10 18:46:23.044 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40742025-02-10T18:46:24.102Z[ recovery-image] Feb 10 18:46:23.045 INFO O| Feb 10 18:46:23.045 INFO skip step because feature "nfs" is not enabled
40752025-02-10T18:46:24.102Z[ recovery-image] Feb 10 18:46:23.045 INFO O| Feb 10 18:46:23.045 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40762025-02-10T18:46:24.102Z[ recovery-image] Feb 10 18:46:23.045 INFO O| Feb 10 18:46:23.045 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40772025-02-10T18:46:24.249Z[ recovery-image] Feb 10 18:46:23.195 INFO O| Feb 10 18:46:23.195 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40782025-02-10T18:46:24.378Z[ recovery-image] Feb 10 18:46:23.324 INFO O| Feb 10 18:46:23.324 INFO completed processing gimlet/ramdisk-01-os
40792025-02-10T18:46:24.382Z[ recovery-image] Feb 10 18:46:23.328 INFO image builder template: ramdisk-02-trim...
40802025-02-10T18:46:24.382Z[ recovery-image] Feb 10 18:46:23.328 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpDMNkwv/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
40812025-02-10T18:46:24.427Z[ recovery-image] Feb 10 18:46:23.373 INFO O| Feb 10 18:46:23.373 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40822025-02-10T18:46:24.438Z[ recovery-image] Feb 10 18:46:23.384 INFO O| Feb 10 18:46:23.384 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40832025-02-10T18:46:24.551Z[ recovery-image] Feb 10 18:46:23.496 INFO O| Feb 10 18:46:23.496 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40842025-02-10T18:46:24.631Z[ recovery-image] Feb 10 18:46:23.577 INFO O| Feb 10 18:46:23.577 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40852025-02-10T18:46:24.633Z[ recovery-image] Feb 10 18:46:23.577 INFO O| Feb 10 18:46:23.577 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40862025-02-10T18:46:24.641Z[ recovery-image] Feb 10 18:46:23.587 INFO O| Feb 10 18:46:23.587 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40872025-02-10T18:46:24.662Z[ recovery-image] Feb 10 18:46:23.608 INFO O| Feb 10 18:46:23.608 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40882025-02-10T18:46:24.683Z[ recovery-image] Feb 10 18:46:23.629 INFO O| Feb 10 18:46:23.629 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40892025-02-10T18:46:25.198Z[ recovery-image] Feb 10 18:46:24.144 INFO O| Feb 10 18:46:24.144 INFO rolled back to input snapshot; work may begin
40902025-02-10T18:46:25.198Z[ recovery-image] Feb 10 18:46:24.144 INFO O| Feb 10 18:46:24.144 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40912025-02-10T18:46:25.208Z[ recovery-image] Feb 10 18:46:24.154 INFO O| Feb 10 18:46:24.154 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40922025-02-10T18:46:25.228Z[ recovery-image] Feb 10 18:46:24.174 INFO O| Feb 10 18:46:24.173 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40932025-02-10T18:46:25.367Z[ recovery-image] Feb 10 18:46:24.313 INFO O| Feb 10 18:46:24.312 INFO STEP 0 (remove_files) COMPLETE
40942025-02-10T18:46:25.367Z[ recovery-image] Feb 10 18:46:24.313 INFO O| Feb 10 18:46:24.313 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40952025-02-10T18:46:25.392Z[ host-image] Feb 10 18:46:24.338 INFO O| Feb 10 18:46:24.338 INFO O| Done
40962025-02-10T18:46:25.418Z[ recovery-image] Feb 10 18:46:24.364 INFO O| Feb 10 18:46:24.364 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40972025-02-10T18:46:25.421Z[ recovery-image] Feb 10 18:46:24.367 INFO O| Feb 10 18:46:24.367 INFO STEP 1 (remove_files) COMPLETE
40982025-02-10T18:46:25.421Z[ recovery-image] Feb 10 18:46:24.367 INFO O| Feb 10 18:46:24.367 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40992025-02-10T18:46:25.456Z[ recovery-image] Feb 10 18:46:24.402 INFO O| Feb 10 18:46:24.402 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
41002025-02-10T18:46:25.459Z[ host-image] Feb 10 18:46:24.403 INFO O| Feb 10 18:46:24.403 INFO O| Done
41012025-02-10T18:46:25.459Z[ host-image] Feb 10 18:46:24.403 INFO O| Feb 10 18:46:24.403 INFO O| Done
41022025-02-10T18:46:25.485Z[ host-image] Feb 10 18:46:24.431 INFO O| Feb 10 18:46:24.431 INFO O| Done
41032025-02-10T18:46:25.530Z[ recovery-image] Feb 10 18:46:24.476 INFO O| Feb 10 18:46:24.476 INFO STEP 2 (remove_files) COMPLETE
41042025-02-10T18:46:25.531Z[ recovery-image] Feb 10 18:46:24.476 INFO O| Feb 10 18:46:24.476 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41052025-02-10T18:46:25.551Z[ recovery-image] Feb 10 18:46:24.497 INFO O| Feb 10 18:46:24.497 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
41062025-02-10T18:46:25.554Z[ recovery-image] Feb 10 18:46:24.500 INFO O| Feb 10 18:46:24.499 INFO STEP 3 (remove_files) COMPLETE
41072025-02-10T18:46:25.554Z[ recovery-image] Feb 10 18:46:24.500 INFO O| Feb 10 18:46:24.500 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41082025-02-10T18:46:25.627Z[ recovery-image] Feb 10 18:46:24.573 INFO O| Feb 10 18:46:24.573 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
41092025-02-10T18:46:25.636Z[ recovery-image] Feb 10 18:46:24.579 INFO O| Feb 10 18:46:24.579 INFO STEP 4 (remove_files) COMPLETE
41102025-02-10T18:46:25.636Z[ recovery-image] Feb 10 18:46:24.579 INFO O| Feb 10 18:46:24.579 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41112025-02-10T18:46:25.653Z[ recovery-image] Feb 10 18:46:24.599 INFO O| Feb 10 18:46:24.599 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
41122025-02-10T18:46:25.653Z[ recovery-image] Feb 10 18:46:24.599 INFO O| Feb 10 18:46:24.599 INFO STEP 5 (remove_files) COMPLETE
41132025-02-10T18:46:25.656Z[ recovery-image] Feb 10 18:46:24.599 INFO O| Feb 10 18:46:24.599 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41142025-02-10T18:46:25.670Z[ host-image] Feb 10 18:46:24.616 INFO O| Feb 10 18:46:24.616 INFO STEP 12 (pkg_install) COMPLETE
41152025-02-10T18:46:25.670Z[ host-image] Feb 10 18:46:24.616 INFO O| Feb 10 18:46:24.616 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41162025-02-10T18:46:25.673Z[ recovery-image] Feb 10 18:46:24.618 INFO O| Feb 10 18:46:24.618 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
41172025-02-10T18:46:25.687Z[ host-image] Feb 10 18:46:24.633 INFO O| Feb 10 18:46:24.633 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41182025-02-10T18:46:25.690Z[ recovery-image] Feb 10 18:46:24.635 INFO O| Feb 10 18:46:24.635 INFO STEP 6 (remove_files) COMPLETE
41192025-02-10T18:46:25.690Z[ recovery-image] Feb 10 18:46:24.635 INFO O| Feb 10 18:46:24.635 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41202025-02-10T18:46:25.690Z[ recovery-image] Feb 10 18:46:24.635 INFO O| Feb 10 18:46:24.635 INFO skip step because feature "recovery" is enabled
41212025-02-10T18:46:25.690Z[ recovery-image] Feb 10 18:46:24.635 INFO O| Feb 10 18:46:24.635 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41222025-02-10T18:46:25.690Z[ recovery-image] Feb 10 18:46:24.635 INFO O| Feb 10 18:46:24.635 INFO skip step because feature "recovery" is enabled
41232025-02-10T18:46:25.690Z[ recovery-image] Feb 10 18:46:24.635 INFO O| Feb 10 18:46:24.635 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41242025-02-10T18:46:25.690Z[ recovery-image] Feb 10 18:46:24.635 INFO O| Feb 10 18:46:24.635 INFO skip step because feature "recovery" is enabled
41252025-02-10T18:46:25.690Z[ recovery-image] Feb 10 18:46:24.635 INFO O| Feb 10 18:46:24.635 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41262025-02-10T18:46:25.715Z[ recovery-image] Feb 10 18:46:24.661 INFO O| Feb 10 18:46:24.661 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
41272025-02-10T18:46:25.721Z[ recovery-image] Feb 10 18:46:24.667 INFO O| Feb 10 18:46:24.667 INFO STEP 10 (remove_files) COMPLETE
41282025-02-10T18:46:25.721Z[ recovery-image] Feb 10 18:46:24.667 INFO O| Feb 10 18:46:24.667 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41292025-02-10T18:46:25.780Z[ recovery-image] Feb 10 18:46:24.726 INFO O| Feb 10 18:46:24.726 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
41302025-02-10T18:46:25.783Z[ recovery-image] Feb 10 18:46:24.727 INFO O| Feb 10 18:46:24.727 INFO STEP 11 (remove_files) COMPLETE
41312025-02-10T18:46:25.783Z[ recovery-image] Feb 10 18:46:24.728 INFO O| Feb 10 18:46:24.727 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41322025-02-10T18:46:25.802Z[ recovery-image] Feb 10 18:46:24.748 INFO O| Feb 10 18:46:24.748 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
41332025-02-10T18:46:25.804Z[ recovery-image] Feb 10 18:46:24.750 INFO O| Feb 10 18:46:24.750 INFO STEP 12 (remove_files) COMPLETE
41342025-02-10T18:46:25.804Z[ recovery-image] Feb 10 18:46:24.750 INFO O| Feb 10 18:46:24.750 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41352025-02-10T18:46:25.871Z[ recovery-image] Feb 10 18:46:24.817 INFO O| Feb 10 18:46:24.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
41362025-02-10T18:46:26.013Z[ recovery-image] Feb 10 18:46:24.959 INFO O| Feb 10 18:46:24.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
41372025-02-10T18:46:26.036Z[ recovery-image] Feb 10 18:46:24.982 INFO O| Feb 10 18:46:24.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
41382025-02-10T18:46:26.051Z[ recovery-image] Feb 10 18:46:24.997 INFO O| Feb 10 18:46:24.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
41392025-02-10T18:46:26.056Z[ recovery-image] Feb 10 18:46:25.002 INFO O| Feb 10 18:46:25.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
41402025-02-10T18:46:26.314Z[ recovery-image] Feb 10 18:46:25.260 INFO O| Feb 10 18:46:25.259 INFO STEP 13 (remove_files) COMPLETE
41412025-02-10T18:46:26.314Z[ recovery-image] Feb 10 18:46:25.260 INFO O| Feb 10 18:46:25.260 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41422025-02-10T18:46:26.353Z[ recovery-image] Feb 10 18:46:25.299 INFO O| Feb 10 18:46:25.299 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
41432025-02-10T18:46:26.356Z[ recovery-image] Feb 10 18:46:25.301 INFO O| Feb 10 18:46:25.301 INFO STEP 14 (remove_files) COMPLETE
41442025-02-10T18:46:26.356Z[ recovery-image] Feb 10 18:46:25.301 INFO O| Feb 10 18:46:25.301 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41452025-02-10T18:46:26.396Z[ recovery-image] Feb 10 18:46:25.342 INFO O| Feb 10 18:46:25.342 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
41462025-02-10T18:46:26.406Z[ recovery-image] Feb 10 18:46:25.352 INFO O| Feb 10 18:46:25.352 INFO STEP 15 (remove_files) COMPLETE
41472025-02-10T18:46:26.406Z[ recovery-image] Feb 10 18:46:25.352 INFO O| Feb 10 18:46:25.352 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41482025-02-10T18:46:26.448Z[ recovery-image] Feb 10 18:46:25.394 INFO O| Feb 10 18:46:25.394 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
41492025-02-10T18:46:26.451Z[ recovery-image] Feb 10 18:46:25.395 INFO O| Feb 10 18:46:25.395 INFO STEP 16 (remove_files) COMPLETE
41502025-02-10T18:46:26.451Z[ recovery-image] Feb 10 18:46:25.395 INFO O| Feb 10 18:46:25.395 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41512025-02-10T18:46:26.469Z[ recovery-image] Feb 10 18:46:25.415 INFO O| Feb 10 18:46:25.415 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
41522025-02-10T18:46:26.471Z[ recovery-image] Feb 10 18:46:25.417 INFO O| Feb 10 18:46:25.417 INFO STEP 17 (remove_files) COMPLETE
41532025-02-10T18:46:26.471Z[ recovery-image] Feb 10 18:46:25.417 INFO O| Feb 10 18:46:25.417 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41542025-02-10T18:46:26.511Z[ recovery-image] Feb 10 18:46:25.457 INFO O| Feb 10 18:46:25.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
41552025-02-10T18:46:26.514Z[ recovery-image] Feb 10 18:46:25.458 INFO O| Feb 10 18:46:25.458 INFO STEP 18 (remove_files) COMPLETE
41562025-02-10T18:46:26.514Z[ recovery-image] Feb 10 18:46:25.458 INFO O| Feb 10 18:46:25.458 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41572025-02-10T18:46:26.531Z[ recovery-image] Feb 10 18:46:25.477 INFO O| Feb 10 18:46:25.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41582025-02-10T18:46:26.531Z[ recovery-image] Feb 10 18:46:25.477 INFO O| Feb 10 18:46:25.477 INFO STEP 19 (remove_files) COMPLETE
41592025-02-10T18:46:26.534Z[ recovery-image] Feb 10 18:46:25.477 INFO O| Feb 10 18:46:25.477 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41602025-02-10T18:46:26.551Z[ recovery-image] Feb 10 18:46:25.496 INFO O| Feb 10 18:46:25.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41612025-02-10T18:46:26.551Z[ recovery-image] Feb 10 18:46:25.496 INFO O| Feb 10 18:46:25.496 INFO STEP 20 (remove_files) COMPLETE
41622025-02-10T18:46:26.554Z[ recovery-image] Feb 10 18:46:25.496 INFO O| Feb 10 18:46:25.496 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41632025-02-10T18:46:26.573Z[ recovery-image] Feb 10 18:46:25.519 INFO O| Feb 10 18:46:25.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41642025-02-10T18:46:26.576Z[ recovery-image] Feb 10 18:46:25.519 INFO O| Feb 10 18:46:25.519 INFO STEP 21 (remove_files) COMPLETE
41652025-02-10T18:46:26.576Z[ recovery-image] Feb 10 18:46:25.519 INFO O| Feb 10 18:46:25.519 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41662025-02-10T18:46:26.712Z[ recovery-image] Feb 10 18:46:25.658 INFO O| Feb 10 18:46:25.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41672025-02-10T18:46:26.715Z[ recovery-image] Feb 10 18:46:25.658 INFO O| Feb 10 18:46:25.658 INFO STEP 22 (remove_files) COMPLETE
41682025-02-10T18:46:26.715Z[ recovery-image] Feb 10 18:46:25.658 INFO O| Feb 10 18:46:25.658 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41692025-02-10T18:46:26.736Z[ recovery-image] Feb 10 18:46:25.682 INFO O| Feb 10 18:46:25.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41702025-02-10T18:46:26.739Z[ recovery-image] Feb 10 18:46:25.682 INFO O| Feb 10 18:46:25.682 INFO STEP 23 (remove_files) COMPLETE
41712025-02-10T18:46:26.739Z[ recovery-image] Feb 10 18:46:25.683 INFO O| Feb 10 18:46:25.682 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41722025-02-10T18:46:26.770Z[ recovery-image] Feb 10 18:46:25.716 INFO O| Feb 10 18:46:25.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41732025-02-10T18:46:26.770Z[ recovery-image] Feb 10 18:46:25.716 INFO O| Feb 10 18:46:25.716 INFO STEP 24 (remove_files) COMPLETE
41742025-02-10T18:46:26.770Z[ recovery-image] Feb 10 18:46:25.716 INFO O| Feb 10 18:46:25.716 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41752025-02-10T18:46:26.826Z[ recovery-image] Feb 10 18:46:25.771 INFO O| Feb 10 18:46:25.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41762025-02-10T18:46:26.826Z[ recovery-image] Feb 10 18:46:25.771 INFO O| Feb 10 18:46:25.771 INFO STEP 25 (remove_files) COMPLETE
41772025-02-10T18:46:26.826Z[ recovery-image] Feb 10 18:46:25.771 INFO O| Feb 10 18:46:25.771 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41782025-02-10T18:46:26.885Z[ recovery-image] Feb 10 18:46:25.831 INFO O| Feb 10 18:46:25.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41792025-02-10T18:46:26.885Z[ recovery-image] Feb 10 18:46:25.831 INFO O| Feb 10 18:46:25.831 INFO STEP 26 (remove_files) COMPLETE
41802025-02-10T18:46:26.885Z[ recovery-image] Feb 10 18:46:25.831 INFO O| Feb 10 18:46:25.831 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41812025-02-10T18:46:26.904Z[ recovery-image] Feb 10 18:46:25.850 INFO O| Feb 10 18:46:25.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41822025-02-10T18:46:26.904Z[ recovery-image] Feb 10 18:46:25.850 INFO O| Feb 10 18:46:25.850 INFO STEP 27 (remove_files) COMPLETE
41832025-02-10T18:46:26.904Z[ recovery-image] Feb 10 18:46:25.850 INFO O| Feb 10 18:46:25.850 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41842025-02-10T18:46:26.939Z[ host-image] Feb 10 18:46:25.885 INFO O| Feb 10 18:46:25.885 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41852025-02-10T18:46:26.963Z[ recovery-image] Feb 10 18:46:25.909 INFO O| Feb 10 18:46:25.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41862025-02-10T18:46:26.963Z[ recovery-image] Feb 10 18:46:25.909 INFO O| Feb 10 18:46:25.909 INFO STEP 28 (remove_files) COMPLETE
41872025-02-10T18:46:26.964Z[ recovery-image] Feb 10 18:46:25.909 INFO O| Feb 10 18:46:25.909 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41882025-02-10T18:46:26.984Z[ recovery-image] Feb 10 18:46:25.930 INFO O| Feb 10 18:46:25.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41892025-02-10T18:46:26.984Z[ recovery-image] Feb 10 18:46:25.930 INFO O| Feb 10 18:46:25.930 INFO STEP 29 (remove_files) COMPLETE
41902025-02-10T18:46:26.984Z[ recovery-image] Feb 10 18:46:25.931 INFO O| Feb 10 18:46:25.930 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41912025-02-10T18:46:27.023Z[ recovery-image] Feb 10 18:46:25.969 INFO O| Feb 10 18:46:25.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41922025-02-10T18:46:27.023Z[ recovery-image] Feb 10 18:46:25.969 INFO O| Feb 10 18:46:25.969 INFO STEP 30 (remove_files) COMPLETE
41932025-02-10T18:46:27.023Z[ recovery-image] Feb 10 18:46:25.969 INFO O| Feb 10 18:46:25.969 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41942025-02-10T18:46:27.043Z[ recovery-image] Feb 10 18:46:25.989 INFO O| Feb 10 18:46:25.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41952025-02-10T18:46:27.043Z[ recovery-image] Feb 10 18:46:25.989 INFO O| Feb 10 18:46:25.989 INFO STEP 31 (remove_files) COMPLETE
41962025-02-10T18:46:27.043Z[ recovery-image] Feb 10 18:46:25.989 INFO O| Feb 10 18:46:25.989 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41972025-02-10T18:46:27.064Z[ recovery-image] Feb 10 18:46:26.009 INFO O| Feb 10 18:46:26.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41982025-02-10T18:46:27.064Z[ recovery-image] Feb 10 18:46:26.009 INFO O| Feb 10 18:46:26.009 INFO STEP 32 (remove_files) COMPLETE
41992025-02-10T18:46:27.064Z[ recovery-image] Feb 10 18:46:26.009 INFO O| Feb 10 18:46:26.009 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42002025-02-10T18:46:27.085Z[ recovery-image] Feb 10 18:46:26.030 INFO O| Feb 10 18:46:26.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
42012025-02-10T18:46:27.085Z[ recovery-image] Feb 10 18:46:26.030 INFO O| Feb 10 18:46:26.030 INFO STEP 33 (remove_files) COMPLETE
42022025-02-10T18:46:27.088Z[ recovery-image] Feb 10 18:46:26.030 INFO O| Feb 10 18:46:26.030 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42032025-02-10T18:46:27.113Z[ recovery-image] Feb 10 18:46:26.059 INFO O| Feb 10 18:46:26.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
42042025-02-10T18:46:27.116Z[ recovery-image] Feb 10 18:46:26.059 INFO O| Feb 10 18:46:26.059 INFO STEP 34 (remove_files) COMPLETE
42052025-02-10T18:46:27.116Z[ recovery-image] Feb 10 18:46:26.060 INFO O| Feb 10 18:46:26.060 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42062025-02-10T18:46:27.143Z[ recovery-image] Feb 10 18:46:26.088 INFO O| Feb 10 18:46:26.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
42072025-02-10T18:46:27.143Z[ recovery-image] Feb 10 18:46:26.088 INFO O| Feb 10 18:46:26.088 INFO STEP 35 (remove_files) COMPLETE
42082025-02-10T18:46:27.143Z[ recovery-image] Feb 10 18:46:26.088 INFO O| Feb 10 18:46:26.088 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42092025-02-10T18:46:27.212Z[ recovery-image] Feb 10 18:46:26.158 INFO O| Feb 10 18:46:26.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
42102025-02-10T18:46:27.212Z[ recovery-image] Feb 10 18:46:26.158 INFO O| Feb 10 18:46:26.158 INFO STEP 36 (remove_files) COMPLETE
42112025-02-10T18:46:27.212Z[ recovery-image] Feb 10 18:46:26.158 INFO O| Feb 10 18:46:26.158 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42122025-02-10T18:46:27.232Z[ recovery-image] Feb 10 18:46:26.178 INFO O| Feb 10 18:46:26.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
42132025-02-10T18:46:27.232Z[ recovery-image] Feb 10 18:46:26.178 INFO O| Feb 10 18:46:26.178 INFO STEP 37 (remove_files) COMPLETE
42142025-02-10T18:46:27.232Z[ recovery-image] Feb 10 18:46:26.178 INFO O| Feb 10 18:46:26.178 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42152025-02-10T18:46:27.288Z[ recovery-image] Feb 10 18:46:26.234 INFO O| Feb 10 18:46:26.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
42162025-02-10T18:46:27.288Z[ recovery-image] Feb 10 18:46:26.234 INFO O| Feb 10 18:46:26.234 INFO STEP 38 (remove_files) COMPLETE
42172025-02-10T18:46:27.288Z[ recovery-image] Feb 10 18:46:26.234 INFO O| Feb 10 18:46:26.234 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42182025-02-10T18:46:27.316Z[ recovery-image] Feb 10 18:46:26.261 INFO O| Feb 10 18:46:26.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
42192025-02-10T18:46:27.316Z[ recovery-image] Feb 10 18:46:26.261 INFO O| Feb 10 18:46:26.261 INFO STEP 39 (remove_files) COMPLETE
42202025-02-10T18:46:27.316Z[ recovery-image] Feb 10 18:46:26.261 INFO O| Feb 10 18:46:26.261 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42212025-02-10T18:46:27.359Z[ recovery-image] Feb 10 18:46:26.305 INFO O| Feb 10 18:46:26.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
42222025-02-10T18:46:27.359Z[ recovery-image] Feb 10 18:46:26.305 INFO O| Feb 10 18:46:26.305 INFO STEP 40 (remove_files) COMPLETE
42232025-02-10T18:46:27.362Z[ recovery-image] Feb 10 18:46:26.305 INFO O| Feb 10 18:46:26.305 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42242025-02-10T18:46:27.379Z[ recovery-image] Feb 10 18:46:26.325 INFO O| Feb 10 18:46:26.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
42252025-02-10T18:46:27.379Z[ recovery-image] Feb 10 18:46:26.326 INFO O| Feb 10 18:46:26.326 INFO STEP 41 (remove_files) COMPLETE
42262025-02-10T18:46:27.382Z[ recovery-image] Feb 10 18:46:26.326 INFO O| Feb 10 18:46:26.326 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42272025-02-10T18:46:27.400Z[ recovery-image] Feb 10 18:46:26.346 INFO O| Feb 10 18:46:26.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
42282025-02-10T18:46:27.400Z[ recovery-image] Feb 10 18:46:26.346 INFO O| Feb 10 18:46:26.346 INFO STEP 42 (remove_files) COMPLETE
42292025-02-10T18:46:27.403Z[ recovery-image] Feb 10 18:46:26.346 INFO O| Feb 10 18:46:26.346 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42302025-02-10T18:46:27.420Z[ recovery-image] Feb 10 18:46:26.366 INFO O| Feb 10 18:46:26.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
42312025-02-10T18:46:27.423Z[ recovery-image] Feb 10 18:46:26.366 INFO O| Feb 10 18:46:26.366 INFO STEP 43 (remove_files) COMPLETE
42322025-02-10T18:46:27.423Z[ recovery-image] Feb 10 18:46:26.366 INFO O| Feb 10 18:46:26.366 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42332025-02-10T18:46:27.454Z[ recovery-image] Feb 10 18:46:26.400 INFO O| Feb 10 18:46:26.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
42342025-02-10T18:46:27.454Z[ recovery-image] Feb 10 18:46:26.400 INFO O| Feb 10 18:46:26.400 INFO STEP 44 (remove_files) COMPLETE
42352025-02-10T18:46:27.457Z[ recovery-image] Feb 10 18:46:26.400 INFO O| Feb 10 18:46:26.400 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42362025-02-10T18:46:27.487Z[ recovery-image] Feb 10 18:46:26.433 INFO O| Feb 10 18:46:26.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
42372025-02-10T18:46:27.487Z[ recovery-image] Feb 10 18:46:26.433 INFO O| Feb 10 18:46:26.433 INFO STEP 45 (remove_files) COMPLETE
42382025-02-10T18:46:27.487Z[ recovery-image] Feb 10 18:46:26.433 INFO O| Feb 10 18:46:26.433 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42392025-02-10T18:46:27.524Z[ recovery-image] Feb 10 18:46:26.470 INFO O| Feb 10 18:46:26.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
42402025-02-10T18:46:27.524Z[ recovery-image] Feb 10 18:46:26.470 INFO O| Feb 10 18:46:26.470 INFO STEP 46 (remove_files) COMPLETE
42412025-02-10T18:46:27.524Z[ recovery-image] Feb 10 18:46:26.470 INFO O| Feb 10 18:46:26.470 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42422025-02-10T18:46:27.549Z[ recovery-image] Feb 10 18:46:26.495 INFO O| Feb 10 18:46:26.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
42432025-02-10T18:46:27.549Z[ recovery-image] Feb 10 18:46:26.495 INFO O| Feb 10 18:46:26.495 INFO STEP 47 (remove_files) COMPLETE
42442025-02-10T18:46:27.552Z[ recovery-image] Feb 10 18:46:26.495 INFO O| Feb 10 18:46:26.495 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42452025-02-10T18:46:27.717Z[ recovery-image] Feb 10 18:46:26.553 INFO O| Feb 10 18:46:26.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
42462025-02-10T18:46:27.717Z[ recovery-image] Feb 10 18:46:26.553 INFO O| Feb 10 18:46:26.553 INFO STEP 48 (remove_files) COMPLETE
42472025-02-10T18:46:27.718Z[ recovery-image] Feb 10 18:46:26.553 INFO O| Feb 10 18:46:26.553 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42482025-02-10T18:46:27.720Z[ recovery-image] Feb 10 18:46:26.618 INFO O| Feb 10 18:46:26.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
42492025-02-10T18:46:27.721Z[ recovery-image] Feb 10 18:46:26.618 INFO O| Feb 10 18:46:26.618 INFO STEP 49 (remove_files) COMPLETE
42502025-02-10T18:46:27.721Z[ recovery-image] Feb 10 18:46:26.618 INFO O| Feb 10 18:46:26.618 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42512025-02-10T18:46:27.721Z[ recovery-image] Feb 10 18:46:26.651 INFO O| Feb 10 18:46:26.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
42522025-02-10T18:46:27.721Z[ recovery-image] Feb 10 18:46:26.651 INFO O| Feb 10 18:46:26.651 INFO STEP 50 (remove_files) COMPLETE
42532025-02-10T18:46:27.721Z[ recovery-image] Feb 10 18:46:26.651 INFO O| Feb 10 18:46:26.651 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42542025-02-10T18:46:27.727Z[ recovery-image] Feb 10 18:46:26.673 INFO O| Feb 10 18:46:26.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42552025-02-10T18:46:27.727Z[ recovery-image] Feb 10 18:46:26.673 INFO O| Feb 10 18:46:26.673 INFO STEP 51 (remove_files) COMPLETE
42562025-02-10T18:46:27.730Z[ recovery-image] Feb 10 18:46:26.674 INFO O| Feb 10 18:46:26.673 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42572025-02-10T18:46:27.753Z[ recovery-image] Feb 10 18:46:26.699 INFO O| Feb 10 18:46:26.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42582025-02-10T18:46:27.753Z[ recovery-image] Feb 10 18:46:26.699 INFO O| Feb 10 18:46:26.699 INFO STEP 52 (remove_files) COMPLETE
42592025-02-10T18:46:27.756Z[ recovery-image] Feb 10 18:46:26.699 INFO O| Feb 10 18:46:26.699 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42602025-02-10T18:46:27.774Z[ recovery-image] Feb 10 18:46:26.720 INFO O| Feb 10 18:46:26.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42612025-02-10T18:46:27.774Z[ recovery-image] Feb 10 18:46:26.720 INFO O| Feb 10 18:46:26.720 INFO STEP 53 (remove_files) COMPLETE
42622025-02-10T18:46:27.774Z[ recovery-image] Feb 10 18:46:26.720 INFO O| Feb 10 18:46:26.720 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42632025-02-10T18:46:27.804Z[ recovery-image] Feb 10 18:46:26.750 INFO O| Feb 10 18:46:26.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42642025-02-10T18:46:27.804Z[ recovery-image] Feb 10 18:46:26.750 INFO O| Feb 10 18:46:26.750 INFO STEP 54 (remove_files) COMPLETE
42652025-02-10T18:46:27.804Z[ recovery-image] Feb 10 18:46:26.750 INFO O| Feb 10 18:46:26.750 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42662025-02-10T18:46:27.825Z[ recovery-image] Feb 10 18:46:26.770 INFO O| Feb 10 18:46:26.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42672025-02-10T18:46:27.825Z[ recovery-image] Feb 10 18:46:26.770 INFO O| Feb 10 18:46:26.770 INFO STEP 55 (remove_files) COMPLETE
42682025-02-10T18:46:27.825Z[ recovery-image] Feb 10 18:46:26.771 INFO O| Feb 10 18:46:26.770 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42692025-02-10T18:46:27.865Z[ recovery-image] Feb 10 18:46:26.811 INFO O| Feb 10 18:46:26.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42702025-02-10T18:46:27.868Z[ recovery-image] Feb 10 18:46:26.811 INFO O| Feb 10 18:46:26.811 INFO STEP 56 (remove_files) COMPLETE
42712025-02-10T18:46:27.868Z[ recovery-image] Feb 10 18:46:26.811 INFO O| Feb 10 18:46:26.811 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42722025-02-10T18:46:27.886Z[ recovery-image] Feb 10 18:46:26.832 INFO O| Feb 10 18:46:26.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42732025-02-10T18:46:27.890Z[ recovery-image] Feb 10 18:46:26.833 INFO O| Feb 10 18:46:26.832 INFO STEP 57 (remove_files) COMPLETE
42742025-02-10T18:46:27.890Z[ recovery-image] Feb 10 18:46:26.833 INFO O| Feb 10 18:46:26.833 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42752025-02-10T18:46:27.908Z[ recovery-image] Feb 10 18:46:26.854 INFO O| Feb 10 18:46:26.854 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42762025-02-10T18:46:27.908Z[ recovery-image] Feb 10 18:46:26.854 INFO O| Feb 10 18:46:26.854 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42772025-02-10T18:46:27.910Z[ recovery-image] Feb 10 18:46:26.854 INFO O| Feb 10 18:46:26.854 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42782025-02-10T18:46:27.910Z[ recovery-image] Feb 10 18:46:26.854 INFO O| Feb 10 18:46:26.854 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42792025-02-10T18:46:27.911Z[ recovery-image] Feb 10 18:46:26.855 INFO O| Feb 10 18:46:26.854 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42802025-02-10T18:46:27.911Z[ recovery-image] Feb 10 18:46:26.855 INFO O| Feb 10 18:46:26.855 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42812025-02-10T18:46:27.911Z[ recovery-image] Feb 10 18:46:26.855 INFO O| Feb 10 18:46:26.855 INFO ok!
42822025-02-10T18:46:27.911Z[ recovery-image] Feb 10 18:46:26.855 INFO O| Feb 10 18:46:26.855 INFO STEP 58 (ensure_file) COMPLETE
42832025-02-10T18:46:27.911Z[ recovery-image] Feb 10 18:46:26.855 INFO O| Feb 10 18:46:26.855 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42842025-02-10T18:46:27.933Z[ recovery-image] Feb 10 18:46:26.879 INFO O| Feb 10 18:46:26.879 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42852025-02-10T18:46:27.933Z[ recovery-image] Feb 10 18:46:26.879 INFO O| Feb 10 18:46:26.879 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42862025-02-10T18:46:27.936Z[ recovery-image] Feb 10 18:46:26.879 INFO O| Feb 10 18:46:26.879 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42872025-02-10T18:46:27.936Z[ recovery-image] Feb 10 18:46:26.879 INFO O| Feb 10 18:46:26.879 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42882025-02-10T18:46:27.936Z[ recovery-image] Feb 10 18:46:26.880 INFO O| Feb 10 18:46:26.879 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42892025-02-10T18:46:27.936Z[ recovery-image] Feb 10 18:46:26.880 INFO O| Feb 10 18:46:26.880 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42902025-02-10T18:46:27.936Z[ recovery-image] Feb 10 18:46:26.880 INFO O| Feb 10 18:46:26.880 INFO ok!
42912025-02-10T18:46:27.936Z[ recovery-image] Feb 10 18:46:26.880 INFO O| Feb 10 18:46:26.880 INFO STEP 59 (ensure_file) COMPLETE
42922025-02-10T18:46:27.936Z[ recovery-image] Feb 10 18:46:26.880 INFO O| Feb 10 18:46:26.880 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42932025-02-10T18:46:27.973Z[ recovery-image] Feb 10 18:46:26.920 INFO O| Feb 10 18:46:26.919 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42942025-02-10T18:46:27.973Z[ recovery-image] Feb 10 18:46:26.920 INFO O| Feb 10 18:46:26.920 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42952025-02-10T18:46:27.976Z[ recovery-image] Feb 10 18:46:26.920 INFO O| Feb 10 18:46:26.920 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42962025-02-10T18:46:27.976Z[ recovery-image] Feb 10 18:46:26.920 INFO O| Feb 10 18:46:26.920 INFO ok!
42972025-02-10T18:46:27.976Z[ recovery-image] Feb 10 18:46:26.920 INFO O| Feb 10 18:46:26.920 INFO STEP 60 (ensure_file) COMPLETE
42982025-02-10T18:46:27.976Z[ recovery-image] Feb 10 18:46:26.920 INFO O| Feb 10 18:46:26.920 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42992025-02-10T18:46:27.994Z[ recovery-image] Feb 10 18:46:26.940 INFO O| Feb 10 18:46:26.940 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
43002025-02-10T18:46:27.994Z[ recovery-image] Feb 10 18:46:26.940 INFO O| Feb 10 18:46:26.940 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
43012025-02-10T18:46:27.994Z[ recovery-image] Feb 10 18:46:26.940 INFO O| Feb 10 18:46:26.940 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
43022025-02-10T18:46:27.997Z[ recovery-image] Feb 10 18:46:26.940 INFO O| Feb 10 18:46:26.940 INFO ok!
43032025-02-10T18:46:27.997Z[ recovery-image] Feb 10 18:46:26.940 INFO O| Feb 10 18:46:26.940 INFO STEP 61 (ensure_file) COMPLETE
43042025-02-10T18:46:27.997Z[ recovery-image] Feb 10 18:46:26.940 INFO O| Feb 10 18:46:26.940 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43052025-02-10T18:46:28.032Z[ recovery-image] Feb 10 18:46:26.978 INFO O| Feb 10 18:46:26.978 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
43062025-02-10T18:46:28.032Z[ recovery-image] Feb 10 18:46:26.978 INFO O| Feb 10 18:46:26.978 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
43072025-02-10T18:46:28.035Z[ recovery-image] Feb 10 18:46:26.978 INFO O| Feb 10 18:46:26.978 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43082025-02-10T18:46:28.035Z[ recovery-image] Feb 10 18:46:26.978 INFO O| Feb 10 18:46:26.978 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43092025-02-10T18:46:28.035Z[ recovery-image] Feb 10 18:46:26.978 INFO O| Feb 10 18:46:26.978 INFO ok!
43102025-02-10T18:46:28.035Z[ recovery-image] Feb 10 18:46:26.979 INFO O| Feb 10 18:46:26.978 INFO STEP 62 (ensure_file) COMPLETE
43112025-02-10T18:46:28.035Z[ recovery-image] Feb 10 18:46:26.979 INFO O| Feb 10 18:46:26.978 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43122025-02-10T18:46:28.053Z[ recovery-image] Feb 10 18:46:26.998 INFO O| Feb 10 18:46:26.998 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
43132025-02-10T18:46:28.053Z[ recovery-image] Feb 10 18:46:26.998 INFO O| Feb 10 18:46:26.998 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
43142025-02-10T18:46:28.053Z[ recovery-image] Feb 10 18:46:26.998 INFO O| Feb 10 18:46:26.998 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43152025-02-10T18:46:28.053Z[ recovery-image] Feb 10 18:46:26.998 INFO O| Feb 10 18:46:26.998 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43162025-02-10T18:46:28.053Z[ recovery-image] Feb 10 18:46:26.998 INFO O| Feb 10 18:46:26.998 INFO ok!
43172025-02-10T18:46:28.053Z[ recovery-image] Feb 10 18:46:26.998 INFO O| Feb 10 18:46:26.998 INFO STEP 63 (ensure_file) COMPLETE
43182025-02-10T18:46:28.054Z[ recovery-image] Feb 10 18:46:26.998 INFO O| Feb 10 18:46:26.998 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43192025-02-10T18:46:28.092Z[ recovery-image] Feb 10 18:46:27.038 INFO O| Feb 10 18:46:27.038 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
43202025-02-10T18:46:28.092Z[ recovery-image] Feb 10 18:46:27.038 INFO O| Feb 10 18:46:27.038 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
43212025-02-10T18:46:28.095Z[ recovery-image] Feb 10 18:46:27.039 INFO O| Feb 10 18:46:27.039 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
43222025-02-10T18:46:28.095Z[ recovery-image] Feb 10 18:46:27.039 INFO O| Feb 10 18:46:27.039 INFO ok!
43232025-02-10T18:46:28.095Z[ recovery-image] Feb 10 18:46:27.039 INFO O| Feb 10 18:46:27.039 INFO STEP 64 (assemble_files) COMPLETE
43242025-02-10T18:46:28.095Z[ recovery-image] Feb 10 18:46:27.039 INFO O| Feb 10 18:46:27.039 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43252025-02-10T18:46:28.116Z[ recovery-image] Feb 10 18:46:27.061 INFO O| Feb 10 18:46:27.060 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
43262025-02-10T18:46:28.119Z[ recovery-image] Feb 10 18:46:27.061 INFO O| Feb 10 18:46:27.061 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
43272025-02-10T18:46:28.119Z[ recovery-image] Feb 10 18:46:27.061 INFO O| Feb 10 18:46:27.061 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43282025-02-10T18:46:28.119Z[ recovery-image] Feb 10 18:46:27.061 INFO O| Feb 10 18:46:27.061 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43292025-02-10T18:46:28.119Z[ recovery-image] Feb 10 18:46:27.061 INFO O| Feb 10 18:46:27.061 INFO ok!
43302025-02-10T18:46:28.119Z[ recovery-image] Feb 10 18:46:27.061 INFO O| Feb 10 18:46:27.061 INFO STEP 65 (ensure_file) COMPLETE
43312025-02-10T18:46:28.119Z[ recovery-image] Feb 10 18:46:27.062 INFO O| Feb 10 18:46:27.062 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43322025-02-10T18:46:28.119Z[ recovery-image] Feb 10 18:46:27.062 INFO O| Feb 10 18:46:27.062 INFO skip step because feature "omicron1" is not enabled
43332025-02-10T18:46:28.119Z[ recovery-image] Feb 10 18:46:27.062 INFO O| Feb 10 18:46:27.062 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43342025-02-10T18:46:28.119Z[ recovery-image] Feb 10 18:46:27.062 INFO O| Feb 10 18:46:27.062 INFO skip step because feature "omicron1" is not enabled
43352025-02-10T18:46:28.119Z[ recovery-image] Feb 10 18:46:27.062 INFO O| Feb 10 18:46:27.062 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43362025-02-10T18:46:28.119Z[ recovery-image] Feb 10 18:46:27.062 INFO O| Feb 10 18:46:27.062 INFO skip step because feature "omicron1" is not enabled
43372025-02-10T18:46:28.119Z[ recovery-image] Feb 10 18:46:27.062 INFO O| Feb 10 18:46:27.062 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43382025-02-10T18:46:28.153Z[ recovery-image] Feb 10 18:46:27.099 INFO O| Feb 10 18:46:27.099 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
43392025-02-10T18:46:28.153Z[ recovery-image] Feb 10 18:46:27.099 INFO O| Feb 10 18:46:27.099 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
43402025-02-10T18:46:31.489Z[ recovery-image] Feb 10 18:46:30.435 INFO O| Feb 10 18:46:30.435 INFO STEP 69 (pack_tar) COMPLETE
43412025-02-10T18:46:31.489Z[ recovery-image] Feb 10 18:46:30.436 INFO O| Feb 10 18:46:30.435 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43422025-02-10T18:46:31.489Z[ recovery-image] Feb 10 18:46:30.436 INFO O| Feb 10 18:46:30.435 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43432025-02-10T18:46:31.704Z[ recovery-image] Feb 10 18:46:30.649 INFO O| Feb 10 18:46:30.649 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43442025-02-10T18:46:31.827Z[ recovery-image] Feb 10 18:46:30.773 INFO O| Feb 10 18:46:30.773 INFO completed processing gimlet/ramdisk-02-trim
43452025-02-10T18:46:31.830Z[ recovery-image] Feb 10 18:46:30.777 INFO image builder template: ramdisk-03-recovery-trim...
43462025-02-10T18:46:31.833Z[ recovery-image] Feb 10 18:46:30.777 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpDMNkwv/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None
43472025-02-10T18:46:31.850Z[ host-image] Feb 10 18:46:30.796 INFO O| Feb 10 18:46:30.796 INFO O| Planning: Solver setup ... Done
43482025-02-10T18:46:31.858Z[ host-image] Feb 10 18:46:30.804 INFO O| Feb 10 18:46:30.804 INFO O| Planning: Running solver ... Done
43492025-02-10T18:46:31.950Z[ host-image] Feb 10 18:46:30.896 INFO O| Feb 10 18:46:30.896 INFO O| Planning: Finding local manifests ... Done
43502025-02-10T18:46:31.953Z[ host-image] Feb 10 18:46:30.898 INFO O| Feb 10 18:46:30.898 INFO O| Planning: Fetching manifests: 0/6 0% complete
43512025-02-10T18:46:32.052Z[ recovery-image] Feb 10 18:46:30.998 INFO O| Feb 10 18:46:30.998 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43522025-02-10T18:46:32.080Z[ recovery-image] Feb 10 18:46:31.026 INFO O| Feb 10 18:46:31.026 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43532025-02-10T18:46:32.162Z[ recovery-image] Feb 10 18:46:31.108 INFO O| Feb 10 18:46:31.108 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43542025-02-10T18:46:32.234Z[ recovery-image] Feb 10 18:46:31.180 INFO O| Feb 10 18:46:31.180 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43552025-02-10T18:46:32.234Z[ recovery-image] Feb 10 18:46:31.181 INFO O| Feb 10 18:46:31.180 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43562025-02-10T18:46:32.248Z[ recovery-image] Feb 10 18:46:31.195 INFO O| Feb 10 18:46:31.195 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43572025-02-10T18:46:32.256Z[ recovery-image] Feb 10 18:46:31.203 INFO O| Feb 10 18:46:31.202 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43582025-02-10T18:46:32.288Z[ recovery-image] Feb 10 18:46:31.234 INFO O| Feb 10 18:46:31.234 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43592025-02-10T18:46:32.368Z[ host-image] Feb 10 18:46:31.315 INFO O| Feb 10 18:46:31.296 INFO O| Planning: Fetching manifests: 6/6 100% complete
43602025-02-10T18:46:32.494Z[ host-image] Feb 10 18:46:31.440 INFO O| Feb 10 18:46:31.440 INFO O| Planning: Package planning ... Done
43612025-02-10T18:46:32.535Z[ host-image] Feb 10 18:46:31.481 INFO O| Feb 10 18:46:31.481 INFO O| Planning: Merging actions ... Done
43622025-02-10T18:46:32.705Z[ host-image] Feb 10 18:46:31.651 INFO O| Feb 10 18:46:31.638 INFO O| Planning: Checking for conflicting actions ... Done
43632025-02-10T18:46:32.705Z[ host-image] Feb 10 18:46:31.651 INFO O| Feb 10 18:46:31.646 INFO O| Planning: Consolidating action changes ... Done
43642025-02-10T18:46:32.904Z[ recovery-image] Feb 10 18:46:31.850 INFO O| Feb 10 18:46:31.850 INFO rolled back to input snapshot; work may begin
43652025-02-10T18:46:32.904Z[ recovery-image] Feb 10 18:46:31.850 INFO O| Feb 10 18:46:31.850 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43662025-02-10T18:46:32.914Z[ recovery-image] Feb 10 18:46:31.860 INFO O| Feb 10 18:46:31.860 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672025-02-10T18:46:32.933Z[ recovery-image] Feb 10 18:46:31.879 INFO O| Feb 10 18:46:31.879 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43682025-02-10T18:46:33.026Z[ recovery-image] Feb 10 18:46:31.973 INFO O| Feb 10 18:46:31.973 INFO STEP 0 (remove_files) COMPLETE
43692025-02-10T18:46:33.026Z[ recovery-image] Feb 10 18:46:31.973 INFO O| Feb 10 18:46:31.973 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702025-02-10T18:46:33.047Z[ recovery-image] Feb 10 18:46:31.994 INFO O| Feb 10 18:46:31.993 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43712025-02-10T18:46:33.109Z[ host-image] Feb 10 18:46:32.055 INFO O| Feb 10 18:46:32.055 INFO O| Planning: Evaluating mediators ... Done
43722025-02-10T18:46:33.115Z[ host-image] Feb 10 18:46:32.061 INFO O| Feb 10 18:46:32.061 INFO O| Planning: Planning completed in 6.18 seconds
43732025-02-10T18:46:33.118Z[ host-image] Feb 10 18:46:32.064 INFO O| Feb 10 18:46:32.063 INFO O| Packages to install: 6
43742025-02-10T18:46:33.118Z[ host-image] Feb 10 18:46:32.064 INFO O| Feb 10 18:46:32.064 INFO O| Mediators to change: 1
43752025-02-10T18:46:33.118Z[ host-image] Feb 10 18:46:32.064 INFO O| Feb 10 18:46:32.064 INFO O| Services to change: 1
43762025-02-10T18:46:33.145Z[ host-image] Feb 10 18:46:32.091 INFO O| Feb 10 18:46:32.091 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
43772025-02-10T18:46:33.278Z[ recovery-image] Feb 10 18:46:32.225 INFO O| Feb 10 18:46:32.224 INFO STEP 1 (remove_files) COMPLETE
43782025-02-10T18:46:33.278Z[ recovery-image] Feb 10 18:46:32.225 INFO O| Feb 10 18:46:32.225 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792025-02-10T18:46:33.316Z[ recovery-image] Feb 10 18:46:32.262 INFO O| Feb 10 18:46:32.262 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43802025-02-10T18:46:33.355Z[ recovery-image] Feb 10 18:46:32.300 INFO O| Feb 10 18:46:32.299 INFO STEP 2 (remove_files) COMPLETE
43812025-02-10T18:46:33.355Z[ recovery-image] Feb 10 18:46:32.300 INFO O| Feb 10 18:46:32.299 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822025-02-10T18:46:33.374Z[ recovery-image] Feb 10 18:46:32.321 INFO O| Feb 10 18:46:32.320 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43832025-02-10T18:46:33.486Z[ recovery-image] Feb 10 18:46:32.432 INFO O| Feb 10 18:46:32.432 INFO STEP 3 (remove_files) COMPLETE
43842025-02-10T18:46:33.486Z[ recovery-image] Feb 10 18:46:32.432 INFO O| Feb 10 18:46:32.432 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852025-02-10T18:46:33.533Z[ recovery-image] Feb 10 18:46:32.479 INFO O| Feb 10 18:46:32.479 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43862025-02-10T18:46:33.819Z[ recovery-image] Feb 10 18:46:32.760 INFO O| Feb 10 18:46:32.760 INFO STEP 4 (remove_files) COMPLETE
43872025-02-10T18:46:33.819Z[ recovery-image] Feb 10 18:46:32.760 INFO O| Feb 10 18:46:32.760 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882025-02-10T18:46:33.906Z[ recovery-image] Feb 10 18:46:32.829 INFO O| Feb 10 18:46:32.829 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43892025-02-10T18:46:33.941Z[ recovery-image] Feb 10 18:46:32.887 INFO O| Feb 10 18:46:32.887 INFO STEP 5 (remove_files) COMPLETE
43902025-02-10T18:46:33.941Z[ recovery-image] Feb 10 18:46:32.887 INFO O| Feb 10 18:46:32.887 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912025-02-10T18:46:33.962Z[ recovery-image] Feb 10 18:46:32.908 INFO O| Feb 10 18:46:32.908 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43922025-02-10T18:46:33.990Z[ recovery-image] Feb 10 18:46:32.936 INFO O| Feb 10 18:46:32.936 INFO STEP 6 (remove_files) COMPLETE
43932025-02-10T18:46:33.990Z[ recovery-image] Feb 10 18:46:32.936 INFO O| Feb 10 18:46:32.936 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942025-02-10T18:46:34.013Z[ recovery-image] Feb 10 18:46:32.958 INFO O| Feb 10 18:46:32.958 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43952025-02-10T18:46:34.093Z[ recovery-image] Feb 10 18:46:33.039 INFO O| Feb 10 18:46:33.039 INFO STEP 7 (remove_files) COMPLETE
43962025-02-10T18:46:34.093Z[ recovery-image] Feb 10 18:46:33.039 INFO O| Feb 10 18:46:33.039 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972025-02-10T18:46:34.116Z[ recovery-image] Feb 10 18:46:33.062 INFO O| Feb 10 18:46:33.062 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43982025-02-10T18:46:34.141Z[ recovery-image] Feb 10 18:46:33.087 INFO O| Feb 10 18:46:33.087 INFO STEP 8 (remove_files) COMPLETE
43992025-02-10T18:46:34.141Z[ recovery-image] Feb 10 18:46:33.087 INFO O| Feb 10 18:46:33.087 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002025-02-10T18:46:34.177Z[ recovery-image] Feb 10 18:46:33.123 INFO O| Feb 10 18:46:33.123 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
44012025-02-10T18:46:34.184Z[ recovery-image] Feb 10 18:46:33.130 INFO O| Feb 10 18:46:33.130 INFO STEP 9 (remove_files) COMPLETE
44022025-02-10T18:46:34.187Z[ recovery-image] Feb 10 18:46:33.130 INFO O| Feb 10 18:46:33.130 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032025-02-10T18:46:34.213Z[ recovery-image] Feb 10 18:46:33.159 INFO O| Feb 10 18:46:33.159 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
44042025-02-10T18:46:34.293Z[ recovery-image] Feb 10 18:46:33.239 INFO O| Feb 10 18:46:33.239 INFO STEP 10 (remove_files) COMPLETE
44052025-02-10T18:46:34.293Z[ recovery-image] Feb 10 18:46:33.239 INFO O| Feb 10 18:46:33.239 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062025-02-10T18:46:34.320Z[ recovery-image] Feb 10 18:46:33.267 INFO O| Feb 10 18:46:33.266 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
44072025-02-10T18:46:34.348Z[ recovery-image] Feb 10 18:46:33.294 INFO O| Feb 10 18:46:33.293 INFO STEP 11 (remove_files) COMPLETE
44082025-02-10T18:46:34.348Z[ recovery-image] Feb 10 18:46:33.294 INFO O| Feb 10 18:46:33.294 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092025-02-10T18:46:34.390Z[ recovery-image] Feb 10 18:46:33.336 INFO O| Feb 10 18:46:33.336 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
44102025-02-10T18:46:34.460Z[ recovery-image] Feb 10 18:46:33.406 INFO O| Feb 10 18:46:33.406 INFO STEP 12 (remove_files) COMPLETE
44112025-02-10T18:46:34.460Z[ recovery-image] Feb 10 18:46:33.406 INFO O| Feb 10 18:46:33.406 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122025-02-10T18:46:34.503Z[ recovery-image] Feb 10 18:46:33.449 INFO O| Feb 10 18:46:33.449 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
44132025-02-10T18:46:34.505Z[ recovery-image] Feb 10 18:46:33.449 INFO O| Feb 10 18:46:33.449 INFO STEP 13 (remove_files) COMPLETE
44142025-02-10T18:46:34.506Z[ recovery-image] Feb 10 18:46:33.449 INFO O| Feb 10 18:46:33.449 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152025-02-10T18:46:34.522Z[ recovery-image] Feb 10 18:46:33.469 INFO O| Feb 10 18:46:33.469 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
44162025-02-10T18:46:34.525Z[ recovery-image] Feb 10 18:46:33.470 INFO O| Feb 10 18:46:33.469 INFO STEP 14 (remove_files) COMPLETE
44172025-02-10T18:46:34.525Z[ recovery-image] Feb 10 18:46:33.470 INFO O| Feb 10 18:46:33.470 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182025-02-10T18:46:34.544Z[ recovery-image] Feb 10 18:46:33.490 INFO O| Feb 10 18:46:33.490 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
44192025-02-10T18:46:34.822Z[ recovery-image] Feb 10 18:46:33.768 INFO O| Feb 10 18:46:33.768 INFO STEP 15 (remove_files) COMPLETE
44202025-02-10T18:46:34.822Z[ recovery-image] Feb 10 18:46:33.768 INFO O| Feb 10 18:46:33.768 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212025-02-10T18:46:34.882Z[ recovery-image] Feb 10 18:46:33.828 INFO O| Feb 10 18:46:33.828 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
44222025-02-10T18:46:34.882Z[ recovery-image] Feb 10 18:46:33.828 INFO O| Feb 10 18:46:33.828 INFO STEP 16 (remove_files) COMPLETE
44232025-02-10T18:46:34.886Z[ recovery-image] Feb 10 18:46:33.828 INFO O| Feb 10 18:46:33.828 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242025-02-10T18:46:34.902Z[ recovery-image] Feb 10 18:46:33.848 INFO O| Feb 10 18:46:33.848 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
44252025-02-10T18:46:34.930Z[ recovery-image] Feb 10 18:46:33.876 INFO O| Feb 10 18:46:33.876 INFO STEP 17 (remove_files) COMPLETE
44262025-02-10T18:46:34.930Z[ recovery-image] Feb 10 18:46:33.876 INFO O| Feb 10 18:46:33.876 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272025-02-10T18:46:34.950Z[ recovery-image] Feb 10 18:46:33.897 INFO O| Feb 10 18:46:33.896 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
44282025-02-10T18:46:35.222Z[ recovery-image] Feb 10 18:46:34.168 INFO O| Feb 10 18:46:34.168 INFO STEP 18 (remove_files) COMPLETE
44292025-02-10T18:46:35.222Z[ recovery-image] Feb 10 18:46:34.168 INFO O| Feb 10 18:46:34.168 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302025-02-10T18:46:35.253Z[ recovery-image] Feb 10 18:46:34.199 INFO O| Feb 10 18:46:34.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
44312025-02-10T18:46:35.255Z[ recovery-image] Feb 10 18:46:34.200 INFO O| Feb 10 18:46:34.200 INFO STEP 19 (remove_files) COMPLETE
44322025-02-10T18:46:35.255Z[ recovery-image] Feb 10 18:46:34.200 INFO O| Feb 10 18:46:34.200 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332025-02-10T18:46:35.299Z[ recovery-image] Feb 10 18:46:34.245 INFO O| Feb 10 18:46:34.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
44342025-02-10T18:46:35.325Z[ recovery-image] Feb 10 18:46:34.272 INFO O| Feb 10 18:46:34.272 INFO STEP 20 (remove_files) COMPLETE
44352025-02-10T18:46:35.326Z[ recovery-image] Feb 10 18:46:34.272 INFO O| Feb 10 18:46:34.272 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362025-02-10T18:46:35.375Z[ recovery-image] Feb 10 18:46:34.321 INFO O| Feb 10 18:46:34.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
44372025-02-10T18:46:35.378Z[ recovery-image] Feb 10 18:46:34.321 INFO O| Feb 10 18:46:34.321 INFO STEP 21 (remove_files) COMPLETE
44382025-02-10T18:46:35.378Z[ recovery-image] Feb 10 18:46:34.321 INFO O| Feb 10 18:46:34.321 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392025-02-10T18:46:35.395Z[ recovery-image] Feb 10 18:46:34.341 INFO O| Feb 10 18:46:34.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
44402025-02-10T18:46:35.411Z[ recovery-image] Feb 10 18:46:34.357 INFO O| Feb 10 18:46:34.357 INFO STEP 22 (remove_files) COMPLETE
44412025-02-10T18:46:35.411Z[ recovery-image] Feb 10 18:46:34.357 INFO O| Feb 10 18:46:34.357 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422025-02-10T18:46:35.455Z[ recovery-image] Feb 10 18:46:34.401 INFO O| Feb 10 18:46:34.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
44432025-02-10T18:46:35.455Z[ recovery-image] Feb 10 18:46:34.401 INFO O| Feb 10 18:46:34.401 INFO STEP 23 (remove_files) COMPLETE
44442025-02-10T18:46:35.455Z[ recovery-image] Feb 10 18:46:34.401 INFO O| Feb 10 18:46:34.401 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452025-02-10T18:46:35.474Z[ recovery-image] Feb 10 18:46:34.420 INFO O| Feb 10 18:46:34.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
44462025-02-10T18:46:35.474Z[ recovery-image] Feb 10 18:46:34.420 INFO O| Feb 10 18:46:34.420 INFO STEP 24 (remove_files) COMPLETE
44472025-02-10T18:46:35.476Z[ recovery-image] Feb 10 18:46:34.420 INFO O| Feb 10 18:46:34.420 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482025-02-10T18:46:35.492Z[ recovery-image] Feb 10 18:46:34.439 INFO O| Feb 10 18:46:34.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44492025-02-10T18:46:35.492Z[ recovery-image] Feb 10 18:46:34.439 INFO O| Feb 10 18:46:34.439 INFO STEP 25 (remove_files) COMPLETE
44502025-02-10T18:46:35.495Z[ recovery-image] Feb 10 18:46:34.439 INFO O| Feb 10 18:46:34.439 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512025-02-10T18:46:35.512Z[ recovery-image] Feb 10 18:46:34.458 INFO O| Feb 10 18:46:34.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44522025-02-10T18:46:35.512Z[ recovery-image] Feb 10 18:46:34.458 INFO O| Feb 10 18:46:34.458 INFO STEP 26 (remove_files) COMPLETE
44532025-02-10T18:46:35.515Z[ recovery-image] Feb 10 18:46:34.458 INFO O| Feb 10 18:46:34.458 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542025-02-10T18:46:35.531Z[ recovery-image] Feb 10 18:46:34.477 INFO O| Feb 10 18:46:34.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44552025-02-10T18:46:35.531Z[ recovery-image] Feb 10 18:46:34.477 INFO O| Feb 10 18:46:34.477 INFO STEP 27 (remove_files) COMPLETE
44562025-02-10T18:46:35.534Z[ recovery-image] Feb 10 18:46:34.477 INFO O| Feb 10 18:46:34.477 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572025-02-10T18:46:35.553Z[ recovery-image] Feb 10 18:46:34.499 INFO O| Feb 10 18:46:34.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44582025-02-10T18:46:35.554Z[ recovery-image] Feb 10 18:46:34.499 INFO O| Feb 10 18:46:34.499 INFO STEP 28 (remove_files) COMPLETE
44592025-02-10T18:46:35.554Z[ recovery-image] Feb 10 18:46:34.499 INFO O| Feb 10 18:46:34.499 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602025-02-10T18:46:35.573Z[ recovery-image] Feb 10 18:46:34.520 INFO O| Feb 10 18:46:34.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44612025-02-10T18:46:35.573Z[ recovery-image] Feb 10 18:46:34.520 INFO O| Feb 10 18:46:34.520 INFO STEP 29 (remove_files) COMPLETE
44622025-02-10T18:46:35.574Z[ recovery-image] Feb 10 18:46:34.520 INFO O| Feb 10 18:46:34.520 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632025-02-10T18:46:35.594Z[ recovery-image] Feb 10 18:46:34.540 INFO O| Feb 10 18:46:34.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44642025-02-10T18:46:35.594Z[ recovery-image] Feb 10 18:46:34.541 INFO O| Feb 10 18:46:34.541 INFO STEP 30 (remove_files) COMPLETE
44652025-02-10T18:46:35.597Z[ recovery-image] Feb 10 18:46:34.541 INFO O| Feb 10 18:46:34.541 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662025-02-10T18:46:35.623Z[ recovery-image] Feb 10 18:46:34.570 INFO O| Feb 10 18:46:34.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44672025-02-10T18:46:35.633Z[ recovery-image] Feb 10 18:46:34.579 INFO O| Feb 10 18:46:34.579 INFO STEP 31 (remove_files) COMPLETE
44682025-02-10T18:46:35.633Z[ recovery-image] Feb 10 18:46:34.579 INFO O| Feb 10 18:46:34.579 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692025-02-10T18:46:35.752Z[ recovery-image] Feb 10 18:46:34.697 INFO O| Feb 10 18:46:34.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44702025-02-10T18:46:35.752Z[ recovery-image] Feb 10 18:46:34.697 INFO O| Feb 10 18:46:34.697 INFO STEP 32 (remove_files) COMPLETE
44712025-02-10T18:46:35.752Z[ recovery-image] Feb 10 18:46:34.697 INFO O| Feb 10 18:46:34.697 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722025-02-10T18:46:35.790Z[ recovery-image] Feb 10 18:46:34.736 INFO O| Feb 10 18:46:34.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44732025-02-10T18:46:35.790Z[ recovery-image] Feb 10 18:46:34.736 INFO O| Feb 10 18:46:34.736 INFO STEP 33 (remove_files) COMPLETE
44742025-02-10T18:46:35.793Z[ recovery-image] Feb 10 18:46:34.736 INFO O| Feb 10 18:46:34.736 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752025-02-10T18:46:35.810Z[ recovery-image] Feb 10 18:46:34.756 INFO O| Feb 10 18:46:34.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44762025-02-10T18:46:35.810Z[ recovery-image] Feb 10 18:46:34.757 INFO O| Feb 10 18:46:34.755 INFO STEP 34 (remove_files) COMPLETE
44772025-02-10T18:46:35.814Z[ recovery-image] Feb 10 18:46:34.757 INFO O| Feb 10 18:46:34.755 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782025-02-10T18:46:35.830Z[ recovery-image] Feb 10 18:46:34.776 INFO O| Feb 10 18:46:34.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44792025-02-10T18:46:35.830Z[ recovery-image] Feb 10 18:46:34.776 INFO O| Feb 10 18:46:34.775 INFO STEP 35 (remove_files) COMPLETE
44802025-02-10T18:46:35.833Z[ recovery-image] Feb 10 18:46:34.776 INFO O| Feb 10 18:46:34.775 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812025-02-10T18:46:35.848Z[ recovery-image] Feb 10 18:46:34.794 INFO O| Feb 10 18:46:34.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44822025-02-10T18:46:35.848Z[ recovery-image] Feb 10 18:46:34.794 INFO O| Feb 10 18:46:34.793 INFO STEP 36 (remove_files) COMPLETE
44832025-02-10T18:46:35.848Z[ recovery-image] Feb 10 18:46:34.794 INFO O| Feb 10 18:46:34.793 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842025-02-10T18:46:35.865Z[ recovery-image] Feb 10 18:46:34.811 INFO O| Feb 10 18:46:34.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44852025-02-10T18:46:35.865Z[ recovery-image] Feb 10 18:46:34.811 INFO O| Feb 10 18:46:34.811 INFO STEP 37 (remove_files) COMPLETE
44862025-02-10T18:46:35.865Z[ recovery-image] Feb 10 18:46:34.811 INFO O| Feb 10 18:46:34.811 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872025-02-10T18:46:35.886Z[ recovery-image] Feb 10 18:46:34.831 INFO O| Feb 10 18:46:34.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44882025-02-10T18:46:35.886Z[ recovery-image] Feb 10 18:46:34.831 INFO O| Feb 10 18:46:34.831 INFO STEP 38 (remove_files) COMPLETE
44892025-02-10T18:46:35.886Z[ recovery-image] Feb 10 18:46:34.832 INFO O| Feb 10 18:46:34.831 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902025-02-10T18:46:35.948Z[ recovery-image] Feb 10 18:46:34.877 INFO O| Feb 10 18:46:34.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44912025-02-10T18:46:35.948Z[ recovery-image] Feb 10 18:46:34.877 INFO O| Feb 10 18:46:34.855 INFO STEP 39 (remove_files) COMPLETE
44922025-02-10T18:46:35.948Z[ recovery-image] Feb 10 18:46:34.877 INFO O| Feb 10 18:46:34.855 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932025-02-10T18:46:35.948Z[ recovery-image] Feb 10 18:46:34.877 INFO O| Feb 10 18:46:34.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44942025-02-10T18:46:35.948Z[ recovery-image] Feb 10 18:46:34.877 INFO O| Feb 10 18:46:34.875 INFO STEP 40 (remove_files) COMPLETE
44952025-02-10T18:46:35.948Z[ recovery-image] Feb 10 18:46:34.877 INFO O| Feb 10 18:46:34.875 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962025-02-10T18:46:35.974Z[ recovery-image] Feb 10 18:46:34.921 INFO O| Feb 10 18:46:34.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44972025-02-10T18:46:35.977Z[ recovery-image] Feb 10 18:46:34.921 INFO O| Feb 10 18:46:34.921 INFO STEP 41 (remove_files) COMPLETE
44982025-02-10T18:46:35.977Z[ recovery-image] Feb 10 18:46:34.921 INFO O| Feb 10 18:46:34.921 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992025-02-10T18:46:36.152Z[ recovery-image] Feb 10 18:46:35.092 INFO O| Feb 10 18:46:35.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
45002025-02-10T18:46:36.152Z[ recovery-image] Feb 10 18:46:35.092 INFO O| Feb 10 18:46:35.089 INFO STEP 42 (remove_files) COMPLETE
45012025-02-10T18:46:36.152Z[ recovery-image] Feb 10 18:46:35.092 INFO O| Feb 10 18:46:35.089 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022025-02-10T18:46:36.165Z[ recovery-image] Feb 10 18:46:35.111 INFO O| Feb 10 18:46:35.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
45032025-02-10T18:46:36.190Z[ recovery-image] Feb 10 18:46:35.137 INFO O| Feb 10 18:46:35.137 INFO STEP 43 (remove_files) COMPLETE
45042025-02-10T18:46:36.191Z[ recovery-image] Feb 10 18:46:35.137 INFO O| Feb 10 18:46:35.137 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052025-02-10T18:46:36.212Z[ recovery-image] Feb 10 18:46:35.158 INFO O| Feb 10 18:46:35.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
45062025-02-10T18:46:36.215Z[ recovery-image] Feb 10 18:46:35.159 INFO O| Feb 10 18:46:35.159 INFO STEP 44 (remove_files) COMPLETE
45072025-02-10T18:46:36.215Z[ recovery-image] Feb 10 18:46:35.159 INFO O| Feb 10 18:46:35.159 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082025-02-10T18:46:36.263Z[ recovery-image] Feb 10 18:46:35.209 INFO O| Feb 10 18:46:35.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
45092025-02-10T18:46:36.263Z[ recovery-image] Feb 10 18:46:35.209 INFO O| Feb 10 18:46:35.209 INFO STEP 45 (remove_files) COMPLETE
45102025-02-10T18:46:36.265Z[ recovery-image] Feb 10 18:46:35.209 INFO O| Feb 10 18:46:35.209 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112025-02-10T18:46:36.283Z[ recovery-image] Feb 10 18:46:35.230 INFO O| Feb 10 18:46:35.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
45122025-02-10T18:46:36.283Z[ recovery-image] Feb 10 18:46:35.230 INFO O| Feb 10 18:46:35.230 INFO STEP 46 (remove_files) COMPLETE
45132025-02-10T18:46:36.286Z[ recovery-image] Feb 10 18:46:35.230 INFO O| Feb 10 18:46:35.230 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142025-02-10T18:46:36.342Z[ recovery-image] Feb 10 18:46:35.288 INFO O| Feb 10 18:46:35.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
45152025-02-10T18:46:36.342Z[ recovery-image] Feb 10 18:46:35.288 INFO O| Feb 10 18:46:35.288 INFO STEP 47 (remove_files) COMPLETE
45162025-02-10T18:46:36.345Z[ recovery-image] Feb 10 18:46:35.288 INFO O| Feb 10 18:46:35.288 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172025-02-10T18:46:36.358Z[ recovery-image] Feb 10 18:46:35.305 INFO O| Feb 10 18:46:35.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
45182025-02-10T18:46:36.358Z[ recovery-image] Feb 10 18:46:35.305 INFO O| Feb 10 18:46:35.305 INFO STEP 48 (remove_files) COMPLETE
45192025-02-10T18:46:36.363Z[ recovery-image] Feb 10 18:46:35.305 INFO O| Feb 10 18:46:35.305 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202025-02-10T18:46:36.365Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45212025-02-10T18:46:36.404Z[ recovery-image] Feb 10 18:46:35.351 INFO O| Feb 10 18:46:35.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
45222025-02-10T18:46:36.407Z[ recovery-image] Feb 10 18:46:35.353 INFO O| Feb 10 18:46:35.353 INFO STEP 49 (remove_files) COMPLETE
45232025-02-10T18:46:36.407Z[ recovery-image] Feb 10 18:46:35.353 INFO O| Feb 10 18:46:35.353 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242025-02-10T18:46:36.426Z[ recovery-image] Feb 10 18:46:35.373 INFO O| Feb 10 18:46:35.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
45252025-02-10T18:46:36.429Z[ recovery-image] Feb 10 18:46:35.374 INFO O| Feb 10 18:46:35.374 INFO STEP 50 (remove_files) COMPLETE
45262025-02-10T18:46:36.429Z[ recovery-image] Feb 10 18:46:35.374 INFO O| Feb 10 18:46:35.374 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272025-02-10T18:46:36.485Z[ recovery-image] Feb 10 18:46:35.432 INFO O| Feb 10 18:46:35.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
45282025-02-10T18:46:36.485Z[ recovery-image] Feb 10 18:46:35.432 INFO O| Feb 10 18:46:35.432 INFO STEP 51 (remove_files) COMPLETE
45292025-02-10T18:46:36.485Z[ recovery-image] Feb 10 18:46:35.432 INFO O| Feb 10 18:46:35.432 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302025-02-10T18:46:36.505Z[ recovery-image] Feb 10 18:46:35.451 INFO O| Feb 10 18:46:35.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
45312025-02-10T18:46:36.505Z[ recovery-image] Feb 10 18:46:35.451 INFO O| Feb 10 18:46:35.451 INFO STEP 52 (remove_files) COMPLETE
45322025-02-10T18:46:36.508Z[ recovery-image] Feb 10 18:46:35.451 INFO O| Feb 10 18:46:35.451 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332025-02-10T18:46:36.525Z[ recovery-image] Feb 10 18:46:35.471 INFO O| Feb 10 18:46:35.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
45342025-02-10T18:46:36.535Z[ recovery-image] Feb 10 18:46:35.482 INFO O| Feb 10 18:46:35.482 INFO STEP 53 (remove_files) COMPLETE
45352025-02-10T18:46:36.535Z[ recovery-image] Feb 10 18:46:35.482 INFO O| Feb 10 18:46:35.482 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362025-02-10T18:46:36.556Z[ recovery-image] Feb 10 18:46:35.503 INFO O| Feb 10 18:46:35.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
45372025-02-10T18:46:36.556Z[ recovery-image] Feb 10 18:46:35.503 INFO O| Feb 10 18:46:35.503 INFO STEP 54 (remove_files) COMPLETE
45382025-02-10T18:46:36.559Z[ recovery-image] Feb 10 18:46:35.503 INFO O| Feb 10 18:46:35.503 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392025-02-10T18:46:36.576Z[ recovery-image] Feb 10 18:46:35.522 INFO O| Feb 10 18:46:35.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45402025-02-10T18:46:36.576Z[ recovery-image] Feb 10 18:46:35.522 INFO O| Feb 10 18:46:35.522 INFO STEP 55 (remove_files) COMPLETE
45412025-02-10T18:46:36.576Z[ recovery-image] Feb 10 18:46:35.522 INFO O| Feb 10 18:46:35.522 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422025-02-10T18:46:36.596Z[ recovery-image] Feb 10 18:46:35.542 INFO O| Feb 10 18:46:35.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45432025-02-10T18:46:36.596Z[ recovery-image] Feb 10 18:46:35.542 INFO O| Feb 10 18:46:35.542 INFO STEP 56 (remove_files) COMPLETE
45442025-02-10T18:46:36.596Z[ recovery-image] Feb 10 18:46:35.542 INFO O| Feb 10 18:46:35.542 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452025-02-10T18:46:36.695Z[ recovery-image] Feb 10 18:46:35.640 INFO O| Feb 10 18:46:35.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45462025-02-10T18:46:36.695Z[ recovery-image] Feb 10 18:46:35.640 INFO O| Feb 10 18:46:35.640 INFO STEP 57 (remove_files) COMPLETE
45472025-02-10T18:46:36.695Z[ recovery-image] Feb 10 18:46:35.640 INFO O| Feb 10 18:46:35.640 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482025-02-10T18:46:36.715Z[ recovery-image] Feb 10 18:46:35.661 INFO O| Feb 10 18:46:35.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45492025-02-10T18:46:36.715Z[ recovery-image] Feb 10 18:46:35.661 INFO O| Feb 10 18:46:35.661 INFO STEP 58 (remove_files) COMPLETE
45502025-02-10T18:46:36.718Z[ recovery-image] Feb 10 18:46:35.661 INFO O| Feb 10 18:46:35.661 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512025-02-10T18:46:36.741Z[ recovery-image] Feb 10 18:46:35.687 INFO O| Feb 10 18:46:35.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45522025-02-10T18:46:36.741Z[ recovery-image] Feb 10 18:46:35.687 INFO O| Feb 10 18:46:35.687 INFO STEP 59 (remove_files) COMPLETE
45532025-02-10T18:46:36.741Z[ recovery-image] Feb 10 18:46:35.687 INFO O| Feb 10 18:46:35.687 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542025-02-10T18:46:36.760Z[ recovery-image] Feb 10 18:46:35.706 INFO O| Feb 10 18:46:35.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45552025-02-10T18:46:36.760Z[ recovery-image] Feb 10 18:46:35.707 INFO O| Feb 10 18:46:35.706 INFO STEP 60 (remove_files) COMPLETE
45562025-02-10T18:46:36.760Z[ recovery-image] Feb 10 18:46:35.707 INFO O| Feb 10 18:46:35.706 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572025-02-10T18:46:36.781Z[ recovery-image] Feb 10 18:46:35.727 INFO O| Feb 10 18:46:35.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45582025-02-10T18:46:36.781Z[ recovery-image] Feb 10 18:46:35.727 INFO O| Feb 10 18:46:35.727 INFO STEP 61 (remove_files) COMPLETE
45592025-02-10T18:46:36.788Z[ recovery-image] Feb 10 18:46:35.727 INFO O| Feb 10 18:46:35.727 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602025-02-10T18:46:36.800Z[ recovery-image] Feb 10 18:46:35.747 INFO O| Feb 10 18:46:35.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45612025-02-10T18:46:36.801Z[ recovery-image] Feb 10 18:46:35.747 INFO O| Feb 10 18:46:35.747 INFO STEP 62 (remove_files) COMPLETE
45622025-02-10T18:46:36.804Z[ recovery-image] Feb 10 18:46:35.747 INFO O| Feb 10 18:46:35.747 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632025-02-10T18:46:36.820Z[ recovery-image] Feb 10 18:46:35.766 INFO O| Feb 10 18:46:35.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45642025-02-10T18:46:36.823Z[ recovery-image] Feb 10 18:46:35.767 INFO O| Feb 10 18:46:35.767 INFO STEP 63 (remove_files) COMPLETE
45652025-02-10T18:46:36.823Z[ recovery-image] Feb 10 18:46:35.767 INFO O| Feb 10 18:46:35.767 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662025-02-10T18:46:36.841Z[ recovery-image] Feb 10 18:46:35.787 INFO O| Feb 10 18:46:35.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45672025-02-10T18:46:36.841Z[ recovery-image] Feb 10 18:46:35.787 INFO O| Feb 10 18:46:35.787 INFO STEP 64 (remove_files) COMPLETE
45682025-02-10T18:46:36.841Z[ recovery-image] Feb 10 18:46:35.787 INFO O| Feb 10 18:46:35.787 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692025-02-10T18:46:36.861Z[ recovery-image] Feb 10 18:46:35.808 INFO O| Feb 10 18:46:35.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45702025-02-10T18:46:36.865Z[ recovery-image] Feb 10 18:46:35.811 INFO O| Feb 10 18:46:35.811 INFO STEP 65 (remove_files) COMPLETE
45712025-02-10T18:46:36.865Z[ recovery-image] Feb 10 18:46:35.811 INFO O| Feb 10 18:46:35.811 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722025-02-10T18:46:36.890Z[ recovery-image] Feb 10 18:46:35.836 INFO O| Feb 10 18:46:35.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45732025-02-10T18:46:36.890Z[ recovery-image] Feb 10 18:46:35.836 INFO O| Feb 10 18:46:35.836 INFO STEP 66 (remove_files) COMPLETE
45742025-02-10T18:46:36.890Z[ recovery-image] Feb 10 18:46:35.836 INFO O| Feb 10 18:46:35.836 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752025-02-10T18:46:36.910Z[ recovery-image] Feb 10 18:46:35.857 INFO O| Feb 10 18:46:35.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45762025-02-10T18:46:36.910Z[ recovery-image] Feb 10 18:46:35.857 INFO O| Feb 10 18:46:35.857 INFO STEP 67 (remove_files) COMPLETE
45772025-02-10T18:46:36.914Z[ recovery-image] Feb 10 18:46:35.857 INFO O| Feb 10 18:46:35.857 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782025-02-10T18:46:36.931Z[ recovery-image] Feb 10 18:46:35.877 INFO O| Feb 10 18:46:35.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45792025-02-10T18:46:36.931Z[ recovery-image] Feb 10 18:46:35.877 INFO O| Feb 10 18:46:35.877 INFO STEP 68 (remove_files) COMPLETE
45802025-02-10T18:46:36.931Z[ recovery-image] Feb 10 18:46:35.877 INFO O| Feb 10 18:46:35.877 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812025-02-10T18:46:36.950Z[ recovery-image] Feb 10 18:46:35.897 INFO O| Feb 10 18:46:35.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45822025-02-10T18:46:36.953Z[ recovery-image] Feb 10 18:46:35.897 INFO O| Feb 10 18:46:35.897 INFO STEP 69 (remove_files) COMPLETE
45832025-02-10T18:46:36.953Z[ recovery-image] Feb 10 18:46:35.897 INFO O| Feb 10 18:46:35.897 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842025-02-10T18:46:36.969Z[ recovery-image] Feb 10 18:46:35.915 INFO O| Feb 10 18:46:35.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45852025-02-10T18:46:36.969Z[ recovery-image] Feb 10 18:46:35.915 INFO O| Feb 10 18:46:35.915 INFO STEP 70 (remove_files) COMPLETE
45862025-02-10T18:46:36.972Z[ recovery-image] Feb 10 18:46:35.916 INFO O| Feb 10 18:46:35.915 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872025-02-10T18:46:36.991Z[ recovery-image] Feb 10 18:46:35.937 INFO O| Feb 10 18:46:35.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45882025-02-10T18:46:36.993Z[ recovery-image] Feb 10 18:46:35.937 INFO O| Feb 10 18:46:35.937 INFO STEP 71 (remove_files) COMPLETE
45892025-02-10T18:46:36.993Z[ recovery-image] Feb 10 18:46:35.937 INFO O| Feb 10 18:46:35.937 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902025-02-10T18:46:37.018Z[ recovery-image] Feb 10 18:46:35.964 INFO O| Feb 10 18:46:35.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45912025-02-10T18:46:37.018Z[ recovery-image] Feb 10 18:46:35.964 INFO O| Feb 10 18:46:35.964 INFO STEP 72 (remove_files) COMPLETE
45922025-02-10T18:46:37.018Z[ recovery-image] Feb 10 18:46:35.964 INFO O| Feb 10 18:46:35.964 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932025-02-10T18:46:37.046Z[ recovery-image] Feb 10 18:46:35.992 INFO O| Feb 10 18:46:35.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45942025-02-10T18:46:37.046Z[ recovery-image] Feb 10 18:46:35.992 INFO O| Feb 10 18:46:35.992 INFO STEP 73 (remove_files) COMPLETE
45952025-02-10T18:46:37.049Z[ recovery-image] Feb 10 18:46:35.992 INFO O| Feb 10 18:46:35.992 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962025-02-10T18:46:37.070Z[ recovery-image] Feb 10 18:46:36.017 INFO O| Feb 10 18:46:36.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45972025-02-10T18:46:37.070Z[ recovery-image] Feb 10 18:46:36.017 INFO O| Feb 10 18:46:36.017 INFO STEP 74 (remove_files) COMPLETE
45982025-02-10T18:46:37.073Z[ recovery-image] Feb 10 18:46:36.017 INFO O| Feb 10 18:46:36.017 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992025-02-10T18:46:37.095Z[ recovery-image] Feb 10 18:46:36.041 INFO O| Feb 10 18:46:36.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
46002025-02-10T18:46:37.095Z[ recovery-image] Feb 10 18:46:36.041 INFO O| Feb 10 18:46:36.041 INFO STEP 75 (remove_files) COMPLETE
46012025-02-10T18:46:37.095Z[ recovery-image] Feb 10 18:46:36.041 INFO O| Feb 10 18:46:36.041 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022025-02-10T18:46:37.114Z[ recovery-image] Feb 10 18:46:36.060 INFO O| Feb 10 18:46:36.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
46032025-02-10T18:46:37.114Z[ recovery-image] Feb 10 18:46:36.060 INFO O| Feb 10 18:46:36.060 INFO STEP 76 (remove_files) COMPLETE
46042025-02-10T18:46:37.117Z[ recovery-image] Feb 10 18:46:36.061 INFO O| Feb 10 18:46:36.060 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052025-02-10T18:46:37.139Z[ recovery-image] Feb 10 18:46:36.085 INFO O| Feb 10 18:46:36.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
46062025-02-10T18:46:37.139Z[ recovery-image] Feb 10 18:46:36.085 INFO O| Feb 10 18:46:36.085 INFO STEP 77 (remove_files) COMPLETE
46072025-02-10T18:46:37.142Z[ recovery-image] Feb 10 18:46:36.085 INFO O| Feb 10 18:46:36.085 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082025-02-10T18:46:37.163Z[ recovery-image] Feb 10 18:46:36.109 INFO O| Feb 10 18:46:36.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
46092025-02-10T18:46:37.163Z[ recovery-image] Feb 10 18:46:36.109 INFO O| Feb 10 18:46:36.109 INFO STEP 78 (remove_files) COMPLETE
46102025-02-10T18:46:37.163Z[ recovery-image] Feb 10 18:46:36.109 INFO O| Feb 10 18:46:36.109 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112025-02-10T18:46:37.184Z[ recovery-image] Feb 10 18:46:36.130 INFO O| Feb 10 18:46:36.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
46122025-02-10T18:46:37.186Z[ recovery-image] Feb 10 18:46:36.130 INFO O| Feb 10 18:46:36.130 INFO STEP 79 (remove_files) COMPLETE
46132025-02-10T18:46:37.187Z[ recovery-image] Feb 10 18:46:36.130 INFO O| Feb 10 18:46:36.130 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142025-02-10T18:46:37.205Z[ recovery-image] Feb 10 18:46:36.151 INFO O| Feb 10 18:46:36.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
46152025-02-10T18:46:37.205Z[ recovery-image] Feb 10 18:46:36.151 INFO O| Feb 10 18:46:36.151 INFO STEP 80 (remove_files) COMPLETE
46162025-02-10T18:46:37.208Z[ recovery-image] Feb 10 18:46:36.151 INFO O| Feb 10 18:46:36.151 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172025-02-10T18:46:37.227Z[ recovery-image] Feb 10 18:46:36.173 INFO O| Feb 10 18:46:36.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
46182025-02-10T18:46:37.227Z[ recovery-image] Feb 10 18:46:36.173 INFO O| Feb 10 18:46:36.173 INFO STEP 81 (remove_files) COMPLETE
46192025-02-10T18:46:37.229Z[ recovery-image] Feb 10 18:46:36.173 INFO O| Feb 10 18:46:36.173 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202025-02-10T18:46:37.251Z[ recovery-image] Feb 10 18:46:36.197 INFO O| Feb 10 18:46:36.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
46212025-02-10T18:46:37.254Z[ recovery-image] Feb 10 18:46:36.197 INFO O| Feb 10 18:46:36.197 INFO STEP 82 (remove_files) COMPLETE
46222025-02-10T18:46:37.254Z[ recovery-image] Feb 10 18:46:36.198 INFO O| Feb 10 18:46:36.198 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232025-02-10T18:46:37.327Z[ recovery-image] Feb 10 18:46:36.272 INFO O| Feb 10 18:46:36.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
46242025-02-10T18:46:37.327Z[ recovery-image] Feb 10 18:46:36.273 INFO O| Feb 10 18:46:36.272 INFO STEP 83 (remove_files) COMPLETE
46252025-02-10T18:46:37.330Z[ recovery-image] Feb 10 18:46:36.273 INFO O| Feb 10 18:46:36.272 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262025-02-10T18:46:37.365Z[ recovery-image] Feb 10 18:46:36.311 INFO O| Feb 10 18:46:36.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
46272025-02-10T18:46:37.392Z[ recovery-image] Feb 10 18:46:36.339 INFO O| Feb 10 18:46:36.339 INFO STEP 84 (remove_files) COMPLETE
46282025-02-10T18:46:37.392Z[ recovery-image] Feb 10 18:46:36.339 INFO O| Feb 10 18:46:36.339 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292025-02-10T18:46:37.413Z[ recovery-image] Feb 10 18:46:36.359 INFO O| Feb 10 18:46:36.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
46302025-02-10T18:46:37.416Z[ recovery-image] Feb 10 18:46:36.360 INFO O| Feb 10 18:46:36.359 INFO STEP 85 (remove_files) COMPLETE
46312025-02-10T18:46:37.416Z[ recovery-image] Feb 10 18:46:36.360 INFO O| Feb 10 18:46:36.360 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322025-02-10T18:46:37.438Z[ recovery-image] Feb 10 18:46:36.385 INFO O| Feb 10 18:46:36.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
46332025-02-10T18:46:37.441Z[ recovery-image] Feb 10 18:46:36.385 INFO O| Feb 10 18:46:36.385 INFO STEP 86 (remove_files) COMPLETE
46342025-02-10T18:46:37.441Z[ recovery-image] Feb 10 18:46:36.385 INFO O| Feb 10 18:46:36.385 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352025-02-10T18:46:37.465Z[ recovery-image] Feb 10 18:46:36.411 INFO O| Feb 10 18:46:36.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
46362025-02-10T18:46:37.468Z[ recovery-image] Feb 10 18:46:36.411 INFO O| Feb 10 18:46:36.411 INFO STEP 87 (remove_files) COMPLETE
46372025-02-10T18:46:37.468Z[ recovery-image] Feb 10 18:46:36.412 INFO O| Feb 10 18:46:36.411 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382025-02-10T18:46:37.502Z[ recovery-image] Feb 10 18:46:36.448 INFO O| Feb 10 18:46:36.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46392025-02-10T18:46:37.502Z[ recovery-image] Feb 10 18:46:36.449 INFO O| Feb 10 18:46:36.448 INFO STEP 88 (remove_files) COMPLETE
46402025-02-10T18:46:37.505Z[ recovery-image] Feb 10 18:46:36.449 INFO O| Feb 10 18:46:36.449 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412025-02-10T18:46:37.521Z[ recovery-image] Feb 10 18:46:36.467 INFO O| Feb 10 18:46:36.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46422025-02-10T18:46:37.522Z[ recovery-image] Feb 10 18:46:36.468 INFO O| Feb 10 18:46:36.468 INFO STEP 89 (remove_files) COMPLETE
46432025-02-10T18:46:37.525Z[ recovery-image] Feb 10 18:46:36.468 INFO O| Feb 10 18:46:36.468 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442025-02-10T18:46:37.540Z[ recovery-image] Feb 10 18:46:36.486 INFO O| Feb 10 18:46:36.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46452025-02-10T18:46:37.540Z[ recovery-image] Feb 10 18:46:36.487 INFO O| Feb 10 18:46:36.487 INFO STEP 90 (remove_files) COMPLETE
46462025-02-10T18:46:37.540Z[ recovery-image] Feb 10 18:46:36.487 INFO O| Feb 10 18:46:36.487 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472025-02-10T18:46:37.561Z[ recovery-image] Feb 10 18:46:36.507 INFO O| Feb 10 18:46:36.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46482025-02-10T18:46:37.563Z[ recovery-image] Feb 10 18:46:36.507 INFO O| Feb 10 18:46:36.507 INFO STEP 91 (remove_files) COMPLETE
46492025-02-10T18:46:37.563Z[ recovery-image] Feb 10 18:46:36.507 INFO O| Feb 10 18:46:36.507 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502025-02-10T18:46:37.583Z[ recovery-image] Feb 10 18:46:36.529 INFO O| Feb 10 18:46:36.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46512025-02-10T18:46:37.586Z[ recovery-image] Feb 10 18:46:36.530 INFO O| Feb 10 18:46:36.529 INFO STEP 92 (remove_files) COMPLETE
46522025-02-10T18:46:37.586Z[ recovery-image] Feb 10 18:46:36.530 INFO O| Feb 10 18:46:36.530 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532025-02-10T18:46:37.603Z[ recovery-image] Feb 10 18:46:36.550 INFO O| Feb 10 18:46:36.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46542025-02-10T18:46:37.606Z[ recovery-image] Feb 10 18:46:36.550 INFO O| Feb 10 18:46:36.550 INFO STEP 93 (remove_files) COMPLETE
46552025-02-10T18:46:37.606Z[ recovery-image] Feb 10 18:46:36.550 INFO O| Feb 10 18:46:36.550 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562025-02-10T18:46:37.625Z[ recovery-image] Feb 10 18:46:36.571 INFO O| Feb 10 18:46:36.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46572025-02-10T18:46:37.625Z[ recovery-image] Feb 10 18:46:36.571 INFO O| Feb 10 18:46:36.571 INFO STEP 94 (remove_files) COMPLETE
46582025-02-10T18:46:37.629Z[ recovery-image] Feb 10 18:46:36.571 INFO O| Feb 10 18:46:36.571 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592025-02-10T18:46:37.646Z[ recovery-image] Feb 10 18:46:36.592 INFO O| Feb 10 18:46:36.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46602025-02-10T18:46:37.649Z[ recovery-image] Feb 10 18:46:36.593 INFO O| Feb 10 18:46:36.593 INFO STEP 95 (remove_files) COMPLETE
46612025-02-10T18:46:37.649Z[ recovery-image] Feb 10 18:46:36.593 INFO O| Feb 10 18:46:36.593 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622025-02-10T18:46:37.665Z[ recovery-image] Feb 10 18:46:36.611 INFO O| Feb 10 18:46:36.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46632025-02-10T18:46:37.668Z[ recovery-image] Feb 10 18:46:36.611 INFO O| Feb 10 18:46:36.611 INFO STEP 96 (remove_files) COMPLETE
46642025-02-10T18:46:37.668Z[ recovery-image] Feb 10 18:46:36.612 INFO O| Feb 10 18:46:36.612 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652025-02-10T18:46:37.684Z[ recovery-image] Feb 10 18:46:36.630 INFO O| Feb 10 18:46:36.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46662025-02-10T18:46:37.684Z[ recovery-image] Feb 10 18:46:36.630 INFO O| Feb 10 18:46:36.630 INFO STEP 97 (remove_files) COMPLETE
46672025-02-10T18:46:37.687Z[ recovery-image] Feb 10 18:46:36.630 INFO O| Feb 10 18:46:36.630 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682025-02-10T18:46:37.720Z[ recovery-image] Feb 10 18:46:36.666 INFO O| Feb 10 18:46:36.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46692025-02-10T18:46:37.757Z[ recovery-image] Feb 10 18:46:36.703 INFO O| Feb 10 18:46:36.703 INFO STEP 98 (remove_files) COMPLETE
46702025-02-10T18:46:37.759Z[ recovery-image] Feb 10 18:46:36.703 INFO O| Feb 10 18:46:36.703 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712025-02-10T18:46:37.787Z[ recovery-image] Feb 10 18:46:36.733 INFO O| Feb 10 18:46:36.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46722025-02-10T18:46:37.790Z[ recovery-image] Feb 10 18:46:36.734 INFO O| Feb 10 18:46:36.734 INFO STEP 99 (remove_files) COMPLETE
46732025-02-10T18:46:37.791Z[ recovery-image] Feb 10 18:46:36.734 INFO O| Feb 10 18:46:36.734 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742025-02-10T18:46:37.811Z[ recovery-image] Feb 10 18:46:36.757 INFO O| Feb 10 18:46:36.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46752025-02-10T18:46:37.815Z[ recovery-image] Feb 10 18:46:36.757 INFO O| Feb 10 18:46:36.757 INFO STEP 100 (remove_files) COMPLETE
46762025-02-10T18:46:37.815Z[ recovery-image] Feb 10 18:46:36.758 INFO O| Feb 10 18:46:36.758 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772025-02-10T18:46:37.832Z[ recovery-image] Feb 10 18:46:36.778 INFO O| Feb 10 18:46:36.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46782025-02-10T18:46:37.834Z[ recovery-image] Feb 10 18:46:36.778 INFO O| Feb 10 18:46:36.778 INFO STEP 101 (remove_files) COMPLETE
46792025-02-10T18:46:37.834Z[ recovery-image] Feb 10 18:46:36.778 INFO O| Feb 10 18:46:36.778 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802025-02-10T18:46:37.856Z[ recovery-image] Feb 10 18:46:36.802 INFO O| Feb 10 18:46:36.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46812025-02-10T18:46:37.859Z[ recovery-image] Feb 10 18:46:36.802 INFO O| Feb 10 18:46:36.802 INFO STEP 102 (remove_files) COMPLETE
46822025-02-10T18:46:37.859Z[ recovery-image] Feb 10 18:46:36.802 INFO O| Feb 10 18:46:36.802 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832025-02-10T18:46:37.881Z[ recovery-image] Feb 10 18:46:36.827 INFO O| Feb 10 18:46:36.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46842025-02-10T18:46:37.883Z[ recovery-image] Feb 10 18:46:36.827 INFO O| Feb 10 18:46:36.827 INFO STEP 103 (remove_files) COMPLETE
46852025-02-10T18:46:37.883Z[ recovery-image] Feb 10 18:46:36.827 INFO O| Feb 10 18:46:36.827 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862025-02-10T18:46:37.904Z[ recovery-image] Feb 10 18:46:36.850 INFO O| Feb 10 18:46:36.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46872025-02-10T18:46:37.907Z[ recovery-image] Feb 10 18:46:36.851 INFO O| Feb 10 18:46:36.850 INFO STEP 104 (remove_files) COMPLETE
46882025-02-10T18:46:37.907Z[ recovery-image] Feb 10 18:46:36.851 INFO O| Feb 10 18:46:36.851 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892025-02-10T18:46:37.926Z[ recovery-image] Feb 10 18:46:36.873 INFO O| Feb 10 18:46:36.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46902025-02-10T18:46:37.929Z[ recovery-image] Feb 10 18:46:36.873 INFO O| Feb 10 18:46:36.873 INFO STEP 105 (remove_files) COMPLETE
46912025-02-10T18:46:37.929Z[ recovery-image] Feb 10 18:46:36.873 INFO O| Feb 10 18:46:36.873 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922025-02-10T18:46:37.949Z[ recovery-image] Feb 10 18:46:36.895 INFO O| Feb 10 18:46:36.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46932025-02-10T18:46:37.952Z[ recovery-image] Feb 10 18:46:36.896 INFO O| Feb 10 18:46:36.896 INFO STEP 106 (remove_files) COMPLETE
46942025-02-10T18:46:37.952Z[ recovery-image] Feb 10 18:46:36.896 INFO O| Feb 10 18:46:36.896 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952025-02-10T18:46:37.973Z[ recovery-image] Feb 10 18:46:36.919 INFO O| Feb 10 18:46:36.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46962025-02-10T18:46:37.975Z[ recovery-image] Feb 10 18:46:36.919 INFO O| Feb 10 18:46:36.919 INFO STEP 107 (remove_files) COMPLETE
46972025-02-10T18:46:37.975Z[ recovery-image] Feb 10 18:46:36.919 INFO O| Feb 10 18:46:36.919 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982025-02-10T18:46:37.994Z[ recovery-image] Feb 10 18:46:36.941 INFO O| Feb 10 18:46:36.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46992025-02-10T18:46:37.997Z[ recovery-image] Feb 10 18:46:36.941 INFO O| Feb 10 18:46:36.941 INFO STEP 108 (remove_files) COMPLETE
47002025-02-10T18:46:37.997Z[ recovery-image] Feb 10 18:46:36.941 INFO O| Feb 10 18:46:36.941 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012025-02-10T18:46:38.015Z[ recovery-image] Feb 10 18:46:36.961 INFO O| Feb 10 18:46:36.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
47022025-02-10T18:46:38.016Z[ recovery-image] Feb 10 18:46:36.961 INFO O| Feb 10 18:46:36.961 INFO STEP 109 (remove_files) COMPLETE
47032025-02-10T18:46:38.018Z[ recovery-image] Feb 10 18:46:36.961 INFO O| Feb 10 18:46:36.961 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042025-02-10T18:46:38.033Z[ recovery-image] Feb 10 18:46:36.979 INFO O| Feb 10 18:46:36.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
47052025-02-10T18:46:38.036Z[ recovery-image] Feb 10 18:46:36.980 INFO O| Feb 10 18:46:36.979 INFO STEP 110 (remove_files) COMPLETE
47062025-02-10T18:46:38.036Z[ recovery-image] Feb 10 18:46:36.980 INFO O| Feb 10 18:46:36.980 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072025-02-10T18:46:38.053Z[ recovery-image] Feb 10 18:46:36.999 INFO O| Feb 10 18:46:36.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
47082025-02-10T18:46:38.055Z[ recovery-image] Feb 10 18:46:36.999 INFO O| Feb 10 18:46:36.999 INFO STEP 111 (remove_files) COMPLETE
47092025-02-10T18:46:38.055Z[ recovery-image] Feb 10 18:46:36.999 INFO O| Feb 10 18:46:36.999 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102025-02-10T18:46:38.072Z[ recovery-image] Feb 10 18:46:37.018 INFO O| Feb 10 18:46:37.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
47112025-02-10T18:46:38.075Z[ recovery-image] Feb 10 18:46:37.018 INFO O| Feb 10 18:46:37.018 INFO STEP 112 (remove_files) COMPLETE
47122025-02-10T18:46:38.075Z[ recovery-image] Feb 10 18:46:37.019 INFO O| Feb 10 18:46:37.019 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132025-02-10T18:46:38.093Z[ recovery-image] Feb 10 18:46:37.039 INFO O| Feb 10 18:46:37.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
47142025-02-10T18:46:38.096Z[ recovery-image] Feb 10 18:46:37.039 INFO O| Feb 10 18:46:37.039 INFO STEP 113 (remove_files) COMPLETE
47152025-02-10T18:46:38.096Z[ recovery-image] Feb 10 18:46:37.040 INFO O| Feb 10 18:46:37.039 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162025-02-10T18:46:38.113Z[ recovery-image] Feb 10 18:46:37.060 INFO O| Feb 10 18:46:37.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
47172025-02-10T18:46:38.116Z[ recovery-image] Feb 10 18:46:37.060 INFO O| Feb 10 18:46:37.060 INFO STEP 114 (remove_files) COMPLETE
47182025-02-10T18:46:38.116Z[ recovery-image] Feb 10 18:46:37.060 INFO O| Feb 10 18:46:37.060 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192025-02-10T18:46:38.142Z[ recovery-image] Feb 10 18:46:37.087 INFO O| Feb 10 18:46:37.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
47202025-02-10T18:46:38.142Z[ recovery-image] Feb 10 18:46:37.087 INFO O| Feb 10 18:46:37.087 INFO STEP 115 (remove_files) COMPLETE
47212025-02-10T18:46:38.142Z[ recovery-image] Feb 10 18:46:37.088 INFO O| Feb 10 18:46:37.087 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222025-02-10T18:46:38.184Z[ recovery-image] Feb 10 18:46:37.130 INFO O| Feb 10 18:46:37.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
47232025-02-10T18:46:38.184Z[ recovery-image] Feb 10 18:46:37.130 INFO O| Feb 10 18:46:37.130 INFO STEP 116 (remove_files) COMPLETE
47242025-02-10T18:46:38.184Z[ recovery-image] Feb 10 18:46:37.130 INFO O| Feb 10 18:46:37.130 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252025-02-10T18:46:38.205Z[ recovery-image] Feb 10 18:46:37.152 INFO O| Feb 10 18:46:37.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
47262025-02-10T18:46:38.205Z[ recovery-image] Feb 10 18:46:37.152 INFO O| Feb 10 18:46:37.152 INFO STEP 117 (remove_files) COMPLETE
47272025-02-10T18:46:38.208Z[ recovery-image] Feb 10 18:46:37.152 INFO O| Feb 10 18:46:37.152 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282025-02-10T18:46:38.232Z[ recovery-image] Feb 10 18:46:37.178 INFO O| Feb 10 18:46:37.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
47292025-02-10T18:46:38.232Z[ recovery-image] Feb 10 18:46:37.178 INFO O| Feb 10 18:46:37.178 INFO STEP 118 (remove_files) COMPLETE
47302025-02-10T18:46:38.232Z[ recovery-image] Feb 10 18:46:37.178 INFO O| Feb 10 18:46:37.178 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312025-02-10T18:46:38.254Z[ recovery-image] Feb 10 18:46:37.200 INFO O| Feb 10 18:46:37.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
47322025-02-10T18:46:38.254Z[ recovery-image] Feb 10 18:46:37.200 INFO O| Feb 10 18:46:37.200 INFO STEP 119 (remove_files) COMPLETE
47332025-02-10T18:46:38.257Z[ recovery-image] Feb 10 18:46:37.200 INFO O| Feb 10 18:46:37.200 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342025-02-10T18:46:38.269Z[ host-image] Feb 10 18:46:37.216 INFO O| Feb 10 18:46:37.216 INFO O| Download: 1117/1140 items 6.6/8.4MB 78% complete (1.2M/s)
47352025-02-10T18:46:38.328Z[ recovery-image] Feb 10 18:46:37.275 INFO O| Feb 10 18:46:37.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
47362025-02-10T18:46:38.328Z[ recovery-image] Feb 10 18:46:37.275 INFO O| Feb 10 18:46:37.275 INFO STEP 120 (remove_files) COMPLETE
47372025-02-10T18:46:38.331Z[ recovery-image] Feb 10 18:46:37.275 INFO O| Feb 10 18:46:37.275 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382025-02-10T18:46:38.350Z[ recovery-image] Feb 10 18:46:37.296 INFO O| Feb 10 18:46:37.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47392025-02-10T18:46:38.350Z[ recovery-image] Feb 10 18:46:37.296 INFO O| Feb 10 18:46:37.296 INFO STEP 121 (remove_files) COMPLETE
47402025-02-10T18:46:38.350Z[ recovery-image] Feb 10 18:46:37.296 INFO O| Feb 10 18:46:37.296 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412025-02-10T18:46:38.399Z[ recovery-image] Feb 10 18:46:37.346 INFO O| Feb 10 18:46:37.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47422025-02-10T18:46:38.402Z[ recovery-image] Feb 10 18:46:37.346 INFO O| Feb 10 18:46:37.346 INFO STEP 122 (remove_files) COMPLETE
47432025-02-10T18:46:38.402Z[ recovery-image] Feb 10 18:46:37.346 INFO O| Feb 10 18:46:37.346 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442025-02-10T18:46:38.422Z[ recovery-image] Feb 10 18:46:37.369 INFO O| Feb 10 18:46:37.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47452025-02-10T18:46:38.422Z[ recovery-image] Feb 10 18:46:37.369 INFO O| Feb 10 18:46:37.369 INFO STEP 123 (remove_files) COMPLETE
47462025-02-10T18:46:38.425Z[ recovery-image] Feb 10 18:46:37.369 INFO O| Feb 10 18:46:37.369 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472025-02-10T18:46:38.445Z[ recovery-image] Feb 10 18:46:37.391 INFO O| Feb 10 18:46:37.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47482025-02-10T18:46:38.447Z[ recovery-image] Feb 10 18:46:37.391 INFO O| Feb 10 18:46:37.391 INFO STEP 124 (remove_files) COMPLETE
47492025-02-10T18:46:38.447Z[ recovery-image] Feb 10 18:46:37.391 INFO O| Feb 10 18:46:37.391 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502025-02-10T18:46:38.468Z[ recovery-image] Feb 10 18:46:37.415 INFO O| Feb 10 18:46:37.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47512025-02-10T18:46:38.471Z[ recovery-image] Feb 10 18:46:37.415 INFO O| Feb 10 18:46:37.415 INFO STEP 125 (remove_files) COMPLETE
47522025-02-10T18:46:38.471Z[ recovery-image] Feb 10 18:46:37.415 INFO O| Feb 10 18:46:37.415 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532025-02-10T18:46:38.494Z[ recovery-image] Feb 10 18:46:37.439 INFO O| Feb 10 18:46:37.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47542025-02-10T18:46:38.494Z[ recovery-image] Feb 10 18:46:37.439 INFO O| Feb 10 18:46:37.439 INFO STEP 126 (remove_files) COMPLETE
47552025-02-10T18:46:38.494Z[ recovery-image] Feb 10 18:46:37.439 INFO O| Feb 10 18:46:37.439 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562025-02-10T18:46:38.526Z[ host-image] Feb 10 18:46:37.473 INFO O| Feb 10 18:46:37.473 INFO O| Download: Completed 8.42 MB in 5.38 seconds (1.6M/s)
47572025-02-10T18:46:38.543Z[ recovery-image] Feb 10 18:46:37.489 INFO O| Feb 10 18:46:37.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47582025-02-10T18:46:38.543Z[ recovery-image] Feb 10 18:46:37.489 INFO O| Feb 10 18:46:37.489 INFO STEP 127 (remove_files) COMPLETE
47592025-02-10T18:46:38.545Z[ recovery-image] Feb 10 18:46:37.489 INFO O| Feb 10 18:46:37.489 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602025-02-10T18:46:38.615Z[ recovery-image] Feb 10 18:46:37.561 INFO O| Feb 10 18:46:37.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47612025-02-10T18:46:38.615Z[ recovery-image] Feb 10 18:46:37.561 INFO O| Feb 10 18:46:37.561 INFO STEP 128 (remove_files) COMPLETE
47622025-02-10T18:46:38.618Z[ recovery-image] Feb 10 18:46:37.561 INFO O| Feb 10 18:46:37.561 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632025-02-10T18:46:38.637Z[ recovery-image] Feb 10 18:46:37.582 INFO O| Feb 10 18:46:37.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47642025-02-10T18:46:38.637Z[ recovery-image] Feb 10 18:46:37.582 INFO O| Feb 10 18:46:37.582 INFO STEP 129 (remove_files) COMPLETE
47652025-02-10T18:46:38.637Z[ recovery-image] Feb 10 18:46:37.582 INFO O| Feb 10 18:46:37.582 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662025-02-10T18:46:38.648Z[ host-image] Feb 10 18:46:37.594 INFO O| Feb 10 18:46:37.594 INFO O| Actions: 1/1361 actions (Installing new actions)
47672025-02-10T18:46:38.710Z[ recovery-image] Feb 10 18:46:37.656 INFO O| Feb 10 18:46:37.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47682025-02-10T18:46:38.710Z[ recovery-image] Feb 10 18:46:37.656 INFO O| Feb 10 18:46:37.656 INFO STEP 130 (remove_files) COMPLETE
47692025-02-10T18:46:38.713Z[ recovery-image] Feb 10 18:46:37.656 INFO O| Feb 10 18:46:37.656 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702025-02-10T18:46:38.731Z[ recovery-image] Feb 10 18:46:37.677 INFO O| Feb 10 18:46:37.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47712025-02-10T18:46:38.731Z[ recovery-image] Feb 10 18:46:37.677 INFO O| Feb 10 18:46:37.677 INFO STEP 131 (remove_files) COMPLETE
47722025-02-10T18:46:38.731Z[ recovery-image] Feb 10 18:46:37.677 INFO O| Feb 10 18:46:37.677 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732025-02-10T18:46:38.751Z[ recovery-image] Feb 10 18:46:37.697 INFO O| Feb 10 18:46:37.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47742025-02-10T18:46:38.751Z[ recovery-image] Feb 10 18:46:37.697 INFO O| Feb 10 18:46:37.697 INFO STEP 132 (remove_files) COMPLETE
47752025-02-10T18:46:38.753Z[ recovery-image] Feb 10 18:46:37.697 INFO O| Feb 10 18:46:37.697 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762025-02-10T18:46:38.812Z[ recovery-image] Feb 10 18:46:37.758 INFO O| Feb 10 18:46:37.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47772025-02-10T18:46:38.812Z[ recovery-image] Feb 10 18:46:37.758 INFO O| Feb 10 18:46:37.758 INFO STEP 133 (remove_files) COMPLETE
47782025-02-10T18:46:38.814Z[ recovery-image] Feb 10 18:46:37.758 INFO O| Feb 10 18:46:37.758 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792025-02-10T18:46:38.859Z[ recovery-image] Feb 10 18:46:37.805 INFO O| Feb 10 18:46:37.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47802025-02-10T18:46:38.859Z[ recovery-image] Feb 10 18:46:37.806 INFO O| Feb 10 18:46:37.805 INFO STEP 134 (remove_files) COMPLETE
47812025-02-10T18:46:38.862Z[ recovery-image] Feb 10 18:46:37.806 INFO O| Feb 10 18:46:37.806 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822025-02-10T18:46:38.879Z[ recovery-image] Feb 10 18:46:37.825 INFO O| Feb 10 18:46:37.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47832025-02-10T18:46:38.879Z[ recovery-image] Feb 10 18:46:37.825 INFO O| Feb 10 18:46:37.825 INFO STEP 135 (remove_files) COMPLETE
47842025-02-10T18:46:38.882Z[ recovery-image] Feb 10 18:46:37.825 INFO O| Feb 10 18:46:37.825 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852025-02-10T18:46:38.899Z[ recovery-image] Feb 10 18:46:37.846 INFO O| Feb 10 18:46:37.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47862025-02-10T18:46:38.899Z[ recovery-image] Feb 10 18:46:37.846 INFO O| Feb 10 18:46:37.846 INFO STEP 136 (remove_files) COMPLETE
47872025-02-10T18:46:38.902Z[ recovery-image] Feb 10 18:46:37.846 INFO O| Feb 10 18:46:37.846 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882025-02-10T18:46:38.918Z[ recovery-image] Feb 10 18:46:37.865 INFO O| Feb 10 18:46:37.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47892025-02-10T18:46:38.918Z[ recovery-image] Feb 10 18:46:37.865 INFO O| Feb 10 18:46:37.865 INFO STEP 137 (remove_files) COMPLETE
47902025-02-10T18:46:38.921Z[ recovery-image] Feb 10 18:46:37.865 INFO O| Feb 10 18:46:37.865 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912025-02-10T18:46:38.938Z[ recovery-image] Feb 10 18:46:37.884 INFO O| Feb 10 18:46:37.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47922025-02-10T18:46:38.938Z[ recovery-image] Feb 10 18:46:37.885 INFO O| Feb 10 18:46:37.884 INFO STEP 138 (remove_files) COMPLETE
47932025-02-10T18:46:38.941Z[ recovery-image] Feb 10 18:46:37.885 INFO O| Feb 10 18:46:37.885 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942025-02-10T18:46:38.958Z[ recovery-image] Feb 10 18:46:37.904 INFO O| Feb 10 18:46:37.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47952025-02-10T18:46:38.958Z[ recovery-image] Feb 10 18:46:37.904 INFO O| Feb 10 18:46:37.904 INFO STEP 139 (remove_files) COMPLETE
47962025-02-10T18:46:38.958Z[ recovery-image] Feb 10 18:46:37.904 INFO O| Feb 10 18:46:37.904 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972025-02-10T18:46:38.992Z[ recovery-image] Feb 10 18:46:37.938 INFO O| Feb 10 18:46:37.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47982025-02-10T18:46:38.992Z[ recovery-image] Feb 10 18:46:37.938 INFO O| Feb 10 18:46:37.938 INFO STEP 140 (remove_files) COMPLETE
47992025-02-10T18:46:38.992Z[ recovery-image] Feb 10 18:46:37.938 INFO O| Feb 10 18:46:37.938 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002025-02-10T18:46:39.014Z[ recovery-image] Feb 10 18:46:37.960 INFO O| Feb 10 18:46:37.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
48012025-02-10T18:46:39.014Z[ recovery-image] Feb 10 18:46:37.960 INFO O| Feb 10 18:46:37.960 INFO STEP 141 (remove_files) COMPLETE
48022025-02-10T18:46:39.014Z[ recovery-image] Feb 10 18:46:37.960 INFO O| Feb 10 18:46:37.960 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032025-02-10T18:46:39.034Z[ recovery-image] Feb 10 18:46:37.980 INFO O| Feb 10 18:46:37.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
48042025-02-10T18:46:39.034Z[ recovery-image] Feb 10 18:46:37.980 INFO O| Feb 10 18:46:37.980 INFO STEP 142 (remove_files) COMPLETE
48052025-02-10T18:46:39.037Z[ recovery-image] Feb 10 18:46:37.980 INFO O| Feb 10 18:46:37.980 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062025-02-10T18:46:39.055Z[ recovery-image] Feb 10 18:46:38.000 INFO O| Feb 10 18:46:38.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
48072025-02-10T18:46:39.055Z[ recovery-image] Feb 10 18:46:38.000 INFO O| Feb 10 18:46:38.000 INFO STEP 143 (remove_files) COMPLETE
48082025-02-10T18:46:39.055Z[ recovery-image] Feb 10 18:46:38.001 INFO O| Feb 10 18:46:38.000 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092025-02-10T18:46:39.075Z[ recovery-image] Feb 10 18:46:38.022 INFO O| Feb 10 18:46:38.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
48102025-02-10T18:46:39.078Z[ recovery-image] Feb 10 18:46:38.022 INFO O| Feb 10 18:46:38.022 INFO STEP 144 (remove_files) COMPLETE
48112025-02-10T18:46:39.078Z[ recovery-image] Feb 10 18:46:38.022 INFO O| Feb 10 18:46:38.022 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122025-02-10T18:46:39.122Z[ recovery-image] Feb 10 18:46:38.068 INFO O| Feb 10 18:46:38.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
48132025-02-10T18:46:39.123Z[ recovery-image] Feb 10 18:46:38.068 INFO O| Feb 10 18:46:38.068 INFO STEP 145 (remove_files) COMPLETE
48142025-02-10T18:46:39.125Z[ recovery-image] Feb 10 18:46:38.069 INFO O| Feb 10 18:46:38.068 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152025-02-10T18:46:39.160Z[ recovery-image] Feb 10 18:46:38.106 INFO O| Feb 10 18:46:38.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
48162025-02-10T18:46:39.160Z[ recovery-image] Feb 10 18:46:38.106 INFO O| Feb 10 18:46:38.106 INFO STEP 146 (remove_files) COMPLETE
48172025-02-10T18:46:39.163Z[ recovery-image] Feb 10 18:46:38.107 INFO O| Feb 10 18:46:38.106 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182025-02-10T18:46:39.183Z[ recovery-image] Feb 10 18:46:38.129 INFO O| Feb 10 18:46:38.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
48192025-02-10T18:46:39.190Z[ recovery-image] Feb 10 18:46:38.137 INFO O| Feb 10 18:46:38.137 INFO STEP 147 (remove_files) COMPLETE
48202025-02-10T18:46:39.191Z[ recovery-image] Feb 10 18:46:38.137 INFO O| Feb 10 18:46:38.137 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212025-02-10T18:46:39.239Z[ recovery-image] Feb 10 18:46:38.185 INFO O| Feb 10 18:46:38.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
48222025-02-10T18:46:39.239Z[ recovery-image] Feb 10 18:46:38.185 INFO O| Feb 10 18:46:38.185 INFO STEP 148 (remove_files) COMPLETE
48232025-02-10T18:46:39.239Z[ recovery-image] Feb 10 18:46:38.185 INFO O| Feb 10 18:46:38.185 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242025-02-10T18:46:39.267Z[ recovery-image] Feb 10 18:46:38.213 INFO O| Feb 10 18:46:38.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
48252025-02-10T18:46:39.267Z[ recovery-image] Feb 10 18:46:38.213 INFO O| Feb 10 18:46:38.213 INFO STEP 149 (remove_files) COMPLETE
48262025-02-10T18:46:39.267Z[ recovery-image] Feb 10 18:46:38.213 INFO O| Feb 10 18:46:38.213 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272025-02-10T18:46:39.271Z[ host-image] Feb 10 18:46:38.217 INFO O| Feb 10 18:46:38.217 INFO O| Actions: Completed 1361 actions in 0.62 seconds.
48282025-02-10T18:46:39.315Z[ recovery-image] Feb 10 18:46:38.262 INFO O| Feb 10 18:46:38.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
48292025-02-10T18:46:39.318Z[ recovery-image] Feb 10 18:46:38.262 INFO O| Feb 10 18:46:38.262 INFO STEP 150 (remove_files) COMPLETE
48302025-02-10T18:46:39.318Z[ recovery-image] Feb 10 18:46:38.262 INFO O| Feb 10 18:46:38.262 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312025-02-10T18:46:39.345Z[ recovery-image] Feb 10 18:46:38.291 INFO O| Feb 10 18:46:38.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
48322025-02-10T18:46:39.348Z[ recovery-image] Feb 10 18:46:38.292 INFO O| Feb 10 18:46:38.291 INFO STEP 151 (remove_files) COMPLETE
48332025-02-10T18:46:39.348Z[ recovery-image] Feb 10 18:46:38.292 INFO O| Feb 10 18:46:38.292 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342025-02-10T18:46:39.365Z[ recovery-image] Feb 10 18:46:38.312 INFO O| Feb 10 18:46:38.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
48352025-02-10T18:46:39.369Z[ recovery-image] Feb 10 18:46:38.312 INFO O| Feb 10 18:46:38.312 INFO STEP 152 (remove_files) COMPLETE
48362025-02-10T18:46:39.369Z[ recovery-image] Feb 10 18:46:38.312 INFO O| Feb 10 18:46:38.312 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372025-02-10T18:46:39.397Z[ recovery-image] Feb 10 18:46:38.343 INFO O| Feb 10 18:46:38.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
48382025-02-10T18:46:39.397Z[ recovery-image] Feb 10 18:46:38.343 INFO O| Feb 10 18:46:38.343 INFO STEP 153 (remove_files) COMPLETE
48392025-02-10T18:46:39.400Z[ recovery-image] Feb 10 18:46:38.343 INFO O| Feb 10 18:46:38.343 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402025-02-10T18:46:39.439Z[ recovery-image] Feb 10 18:46:38.385 INFO O| Feb 10 18:46:38.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
48412025-02-10T18:46:39.467Z[ recovery-image] Feb 10 18:46:38.414 INFO O| Feb 10 18:46:38.414 INFO STEP 154 (remove_files) COMPLETE
48422025-02-10T18:46:39.468Z[ recovery-image] Feb 10 18:46:38.414 INFO O| Feb 10 18:46:38.414 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432025-02-10T18:46:39.494Z[ recovery-image] Feb 10 18:46:38.441 INFO O| Feb 10 18:46:38.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48442025-02-10T18:46:39.495Z[ recovery-image] Feb 10 18:46:38.441 INFO O| Feb 10 18:46:38.441 INFO STEP 155 (remove_files) COMPLETE
48452025-02-10T18:46:39.497Z[ recovery-image] Feb 10 18:46:38.441 INFO O| Feb 10 18:46:38.441 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462025-02-10T18:46:39.525Z[ recovery-image] Feb 10 18:46:38.471 INFO O| Feb 10 18:46:38.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48472025-02-10T18:46:39.526Z[ recovery-image] Feb 10 18:46:38.471 INFO O| Feb 10 18:46:38.471 INFO STEP 156 (remove_files) COMPLETE
48482025-02-10T18:46:39.528Z[ recovery-image] Feb 10 18:46:38.471 INFO O| Feb 10 18:46:38.471 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492025-02-10T18:46:39.585Z[ recovery-image] Feb 10 18:46:38.531 INFO O| Feb 10 18:46:38.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48502025-02-10T18:46:39.585Z[ recovery-image] Feb 10 18:46:38.531 INFO O| Feb 10 18:46:38.531 INFO STEP 157 (remove_files) COMPLETE
48512025-02-10T18:46:39.586Z[ recovery-image] Feb 10 18:46:38.531 INFO O| Feb 10 18:46:38.531 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522025-02-10T18:46:39.604Z[ recovery-image] Feb 10 18:46:38.551 INFO O| Feb 10 18:46:38.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48532025-02-10T18:46:39.607Z[ recovery-image] Feb 10 18:46:38.551 INFO O| Feb 10 18:46:38.551 INFO STEP 158 (remove_files) COMPLETE
48542025-02-10T18:46:39.607Z[ recovery-image] Feb 10 18:46:38.551 INFO O| Feb 10 18:46:38.551 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552025-02-10T18:46:39.659Z[ recovery-image] Feb 10 18:46:38.606 INFO O| Feb 10 18:46:38.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48562025-02-10T18:46:39.659Z[ recovery-image] Feb 10 18:46:38.606 INFO O| Feb 10 18:46:38.606 INFO STEP 159 (remove_files) COMPLETE
48572025-02-10T18:46:39.662Z[ recovery-image] Feb 10 18:46:38.606 INFO O| Feb 10 18:46:38.606 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582025-02-10T18:46:39.699Z[ recovery-image] Feb 10 18:46:38.643 INFO O| Feb 10 18:46:38.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48592025-02-10T18:46:39.699Z[ recovery-image] Feb 10 18:46:38.643 INFO O| Feb 10 18:46:38.643 INFO STEP 160 (remove_files) COMPLETE
48602025-02-10T18:46:39.699Z[ recovery-image] Feb 10 18:46:38.643 INFO O| Feb 10 18:46:38.643 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612025-02-10T18:46:39.719Z[ recovery-image] Feb 10 18:46:38.665 INFO O| Feb 10 18:46:38.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48622025-02-10T18:46:39.719Z[ recovery-image] Feb 10 18:46:38.665 INFO O| Feb 10 18:46:38.665 INFO STEP 161 (remove_files) COMPLETE
48632025-02-10T18:46:39.722Z[ recovery-image] Feb 10 18:46:38.665 INFO O| Feb 10 18:46:38.665 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642025-02-10T18:46:39.779Z[ recovery-image] Feb 10 18:46:38.725 INFO O| Feb 10 18:46:38.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48652025-02-10T18:46:39.827Z[ recovery-image] Feb 10 18:46:38.773 INFO O| Feb 10 18:46:38.773 INFO STEP 162 (remove_files) COMPLETE
48662025-02-10T18:46:39.827Z[ recovery-image] Feb 10 18:46:38.773 INFO O| Feb 10 18:46:38.773 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672025-02-10T18:46:39.853Z[ recovery-image] Feb 10 18:46:38.799 INFO O| Feb 10 18:46:38.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48682025-02-10T18:46:39.855Z[ recovery-image] Feb 10 18:46:38.799 INFO O| Feb 10 18:46:38.799 INFO STEP 163 (remove_files) COMPLETE
48692025-02-10T18:46:39.855Z[ recovery-image] Feb 10 18:46:38.799 INFO O| Feb 10 18:46:38.799 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702025-02-10T18:46:39.878Z[ recovery-image] Feb 10 18:46:38.824 INFO O| Feb 10 18:46:38.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48712025-02-10T18:46:39.881Z[ recovery-image] Feb 10 18:46:38.826 INFO O| Feb 10 18:46:38.826 INFO STEP 164 (remove_files) COMPLETE
48722025-02-10T18:46:39.881Z[ recovery-image] Feb 10 18:46:38.826 INFO O| Feb 10 18:46:38.826 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732025-02-10T18:46:39.975Z[ recovery-image] Feb 10 18:46:38.921 INFO O| Feb 10 18:46:38.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48742025-02-10T18:46:39.975Z[ recovery-image] Feb 10 18:46:38.921 INFO O| Feb 10 18:46:38.921 INFO STEP 165 (remove_files) COMPLETE
48752025-02-10T18:46:39.977Z[ recovery-image] Feb 10 18:46:38.921 INFO O| Feb 10 18:46:38.921 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762025-02-10T18:46:40.015Z[ host-image] Feb 10 18:46:38.961 INFO O| Feb 10 18:46:38.961 INFO O| Done
48772025-02-10T18:46:40.015Z[ host-image] Feb 10 18:46:38.961 INFO O| Feb 10 18:46:38.961 INFO O| Done
48782025-02-10T18:46:40.076Z[ recovery-image] Feb 10 18:46:38.998 INFO O| Feb 10 18:46:38.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48792025-02-10T18:46:40.076Z[ recovery-image] Feb 10 18:46:38.998 INFO O| Feb 10 18:46:38.998 INFO STEP 166 (remove_files) COMPLETE
48802025-02-10T18:46:40.079Z[ recovery-image] Feb 10 18:46:38.998 INFO O| Feb 10 18:46:38.998 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812025-02-10T18:46:40.079Z[ recovery-image] Feb 10 18:46:39.024 INFO O| Feb 10 18:46:39.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48822025-02-10T18:46:40.079Z[ recovery-image] Feb 10 18:46:39.024 INFO O| Feb 10 18:46:39.024 INFO STEP 167 (remove_files) COMPLETE
48832025-02-10T18:46:40.079Z[ recovery-image] Feb 10 18:46:39.024 INFO O| Feb 10 18:46:39.024 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842025-02-10T18:46:40.099Z[ recovery-image] Feb 10 18:46:39.045 INFO O| Feb 10 18:46:39.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48852025-02-10T18:46:40.099Z[ recovery-image] Feb 10 18:46:39.046 INFO O| Feb 10 18:46:39.046 INFO STEP 168 (remove_files) COMPLETE
48862025-02-10T18:46:40.102Z[ recovery-image] Feb 10 18:46:39.046 INFO O| Feb 10 18:46:39.046 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872025-02-10T18:46:40.135Z[ recovery-image] Feb 10 18:46:39.064 INFO O| Feb 10 18:46:39.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48882025-02-10T18:46:40.135Z[ recovery-image] Feb 10 18:46:39.064 INFO O| Feb 10 18:46:39.064 INFO STEP 169 (remove_files) COMPLETE
48892025-02-10T18:46:40.135Z[ recovery-image] Feb 10 18:46:39.064 INFO O| Feb 10 18:46:39.064 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902025-02-10T18:46:40.157Z[ recovery-image] Feb 10 18:46:39.104 INFO O| Feb 10 18:46:39.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48912025-02-10T18:46:40.160Z[ recovery-image] Feb 10 18:46:39.104 INFO O| Feb 10 18:46:39.104 INFO STEP 170 (remove_files) COMPLETE
48922025-02-10T18:46:40.161Z[ recovery-image] Feb 10 18:46:39.104 INFO O| Feb 10 18:46:39.104 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932025-02-10T18:46:40.176Z[ recovery-image] Feb 10 18:46:39.122 INFO O| Feb 10 18:46:39.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48942025-02-10T18:46:40.178Z[ recovery-image] Feb 10 18:46:39.122 INFO O| Feb 10 18:46:39.122 INFO STEP 171 (remove_files) COMPLETE
48952025-02-10T18:46:40.178Z[ recovery-image] Feb 10 18:46:39.122 INFO O| Feb 10 18:46:39.122 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962025-02-10T18:46:40.239Z[ recovery-image] Feb 10 18:46:39.185 INFO O| Feb 10 18:46:39.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48972025-02-10T18:46:40.241Z[ recovery-image] Feb 10 18:46:39.185 INFO O| Feb 10 18:46:39.185 INFO STEP 172 (remove_files) COMPLETE
48982025-02-10T18:46:40.241Z[ recovery-image] Feb 10 18:46:39.185 INFO O| Feb 10 18:46:39.185 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992025-02-10T18:46:40.257Z[ recovery-image] Feb 10 18:46:39.203 INFO O| Feb 10 18:46:39.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
49002025-02-10T18:46:40.260Z[ recovery-image] Feb 10 18:46:39.204 INFO O| Feb 10 18:46:39.204 INFO STEP 173 (remove_files) COMPLETE
49012025-02-10T18:46:40.260Z[ recovery-image] Feb 10 18:46:39.204 INFO O| Feb 10 18:46:39.204 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022025-02-10T18:46:40.317Z[ recovery-image] Feb 10 18:46:39.263 INFO O| Feb 10 18:46:39.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
49032025-02-10T18:46:40.320Z[ recovery-image] Feb 10 18:46:39.263 INFO O| Feb 10 18:46:39.263 INFO STEP 174 (remove_files) COMPLETE
49042025-02-10T18:46:40.320Z[ recovery-image] Feb 10 18:46:39.263 INFO O| Feb 10 18:46:39.263 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052025-02-10T18:46:40.338Z[ recovery-image] Feb 10 18:46:39.284 INFO O| Feb 10 18:46:39.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
49062025-02-10T18:46:40.341Z[ recovery-image] Feb 10 18:46:39.285 INFO O| Feb 10 18:46:39.284 INFO STEP 175 (remove_files) COMPLETE
49072025-02-10T18:46:40.341Z[ recovery-image] Feb 10 18:46:39.285 INFO O| Feb 10 18:46:39.285 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082025-02-10T18:46:40.376Z[ recovery-image] Feb 10 18:46:39.321 INFO O| Feb 10 18:46:39.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
49092025-02-10T18:46:40.376Z[ recovery-image] Feb 10 18:46:39.322 INFO O| Feb 10 18:46:39.322 INFO STEP 176 (remove_files) COMPLETE
49102025-02-10T18:46:40.380Z[ recovery-image] Feb 10 18:46:39.322 INFO O| Feb 10 18:46:39.322 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112025-02-10T18:46:40.456Z[ recovery-image] Feb 10 18:46:39.402 INFO O| Feb 10 18:46:39.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
49122025-02-10T18:46:40.459Z[ recovery-image] Feb 10 18:46:39.403 INFO O| Feb 10 18:46:39.403 INFO STEP 177 (remove_files) COMPLETE
49132025-02-10T18:46:40.459Z[ recovery-image] Feb 10 18:46:39.403 INFO O| Feb 10 18:46:39.403 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142025-02-10T18:46:40.480Z[ recovery-image] Feb 10 18:46:39.424 INFO O| Feb 10 18:46:39.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
49152025-02-10T18:46:40.480Z[ recovery-image] Feb 10 18:46:39.424 INFO O| Feb 10 18:46:39.424 INFO STEP 178 (remove_files) COMPLETE
49162025-02-10T18:46:40.480Z[ recovery-image] Feb 10 18:46:39.424 INFO O| Feb 10 18:46:39.424 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172025-02-10T18:46:40.499Z[ recovery-image] Feb 10 18:46:39.445 INFO O| Feb 10 18:46:39.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
49182025-02-10T18:46:40.522Z[ recovery-image] Feb 10 18:46:39.469 INFO O| Feb 10 18:46:39.469 INFO STEP 179 (remove_files) COMPLETE
49192025-02-10T18:46:40.522Z[ recovery-image] Feb 10 18:46:39.469 INFO O| Feb 10 18:46:39.469 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202025-02-10T18:46:40.543Z[ recovery-image] Feb 10 18:46:39.489 INFO O| Feb 10 18:46:39.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
49212025-02-10T18:46:40.545Z[ recovery-image] Feb 10 18:46:39.489 INFO O| Feb 10 18:46:39.489 INFO STEP 180 (remove_files) COMPLETE
49222025-02-10T18:46:40.545Z[ recovery-image] Feb 10 18:46:39.489 INFO O| Feb 10 18:46:39.489 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232025-02-10T18:46:40.560Z[ recovery-image] Feb 10 18:46:39.507 INFO O| Feb 10 18:46:39.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
49242025-02-10T18:46:40.563Z[ recovery-image] Feb 10 18:46:39.507 INFO O| Feb 10 18:46:39.507 INFO STEP 181 (remove_files) COMPLETE
49252025-02-10T18:46:40.563Z[ recovery-image] Feb 10 18:46:39.507 INFO O| Feb 10 18:46:39.507 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262025-02-10T18:46:40.577Z[ recovery-image] Feb 10 18:46:39.523 INFO O| Feb 10 18:46:39.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49272025-02-10T18:46:40.579Z[ recovery-image] Feb 10 18:46:39.524 INFO O| Feb 10 18:46:39.523 INFO STEP 182 (remove_files) COMPLETE
49282025-02-10T18:46:40.579Z[ recovery-image] Feb 10 18:46:39.524 INFO O| Feb 10 18:46:39.524 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292025-02-10T18:46:40.594Z[ recovery-image] Feb 10 18:46:39.540 INFO O| Feb 10 18:46:39.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
49302025-02-10T18:46:40.594Z[ recovery-image] Feb 10 18:46:39.540 INFO O| Feb 10 18:46:39.540 INFO STEP 183 (remove_files) COMPLETE
49312025-02-10T18:46:40.597Z[ recovery-image] Feb 10 18:46:39.540 INFO O| Feb 10 18:46:39.540 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322025-02-10T18:46:40.631Z[ recovery-image] Feb 10 18:46:39.578 INFO O| Feb 10 18:46:39.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49332025-02-10T18:46:40.634Z[ recovery-image] Feb 10 18:46:39.578 INFO O| Feb 10 18:46:39.578 INFO STEP 184 (remove_files) COMPLETE
49342025-02-10T18:46:40.635Z[ recovery-image] Feb 10 18:46:39.578 INFO O| Feb 10 18:46:39.578 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352025-02-10T18:46:40.666Z[ recovery-image] Feb 10 18:46:39.613 INFO O| Feb 10 18:46:39.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
49362025-02-10T18:46:40.666Z[ recovery-image] Feb 10 18:46:39.613 INFO O| Feb 10 18:46:39.613 INFO STEP 185 (remove_files) COMPLETE
49372025-02-10T18:46:40.667Z[ recovery-image] Feb 10 18:46:39.613 INFO O| Feb 10 18:46:39.613 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382025-02-10T18:46:40.699Z[ recovery-image] Feb 10 18:46:39.646 INFO O| Feb 10 18:46:39.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
49392025-02-10T18:46:40.699Z[ recovery-image] Feb 10 18:46:39.646 INFO O| Feb 10 18:46:39.646 INFO STEP 186 (remove_files) COMPLETE
49402025-02-10T18:46:40.702Z[ recovery-image] Feb 10 18:46:39.646 INFO O| Feb 10 18:46:39.646 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412025-02-10T18:46:40.725Z[ recovery-image] Feb 10 18:46:39.671 INFO O| Feb 10 18:46:39.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49422025-02-10T18:46:40.725Z[ recovery-image] Feb 10 18:46:39.671 INFO O| Feb 10 18:46:39.671 INFO STEP 187 (remove_files) COMPLETE
49432025-02-10T18:46:40.725Z[ recovery-image] Feb 10 18:46:39.671 INFO O| Feb 10 18:46:39.671 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442025-02-10T18:46:40.748Z[ recovery-image] Feb 10 18:46:39.694 INFO O| Feb 10 18:46:39.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49452025-02-10T18:46:40.748Z[ recovery-image] Feb 10 18:46:39.694 INFO O| Feb 10 18:46:39.694 INFO STEP 188 (remove_files) COMPLETE
49462025-02-10T18:46:40.748Z[ recovery-image] Feb 10 18:46:39.694 INFO O| Feb 10 18:46:39.694 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472025-02-10T18:46:40.768Z[ recovery-image] Feb 10 18:46:39.714 INFO O| Feb 10 18:46:39.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49482025-02-10T18:46:40.771Z[ recovery-image] Feb 10 18:46:39.714 INFO O| Feb 10 18:46:39.714 INFO STEP 189 (remove_files) COMPLETE
49492025-02-10T18:46:40.771Z[ recovery-image] Feb 10 18:46:39.715 INFO O| Feb 10 18:46:39.714 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502025-02-10T18:46:40.788Z[ recovery-image] Feb 10 18:46:39.734 INFO O| Feb 10 18:46:39.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49512025-02-10T18:46:40.788Z[ recovery-image] Feb 10 18:46:39.734 INFO O| Feb 10 18:46:39.734 INFO STEP 190 (remove_files) COMPLETE
49522025-02-10T18:46:40.791Z[ recovery-image] Feb 10 18:46:39.734 INFO O| Feb 10 18:46:39.734 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532025-02-10T18:46:40.849Z[ recovery-image] Feb 10 18:46:39.796 INFO O| Feb 10 18:46:39.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49542025-02-10T18:46:40.850Z[ recovery-image] Feb 10 18:46:39.796 INFO O| Feb 10 18:46:39.796 INFO STEP 191 (remove_files) COMPLETE
49552025-02-10T18:46:40.850Z[ recovery-image] Feb 10 18:46:39.796 INFO O| Feb 10 18:46:39.796 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562025-02-10T18:46:40.870Z[ recovery-image] Feb 10 18:46:39.816 INFO O| Feb 10 18:46:39.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49572025-02-10T18:46:40.873Z[ recovery-image] Feb 10 18:46:39.816 INFO O| Feb 10 18:46:39.816 INFO STEP 192 (remove_files) COMPLETE
49582025-02-10T18:46:40.873Z[ recovery-image] Feb 10 18:46:39.816 INFO O| Feb 10 18:46:39.816 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592025-02-10T18:46:40.936Z[ recovery-image] Feb 10 18:46:39.882 INFO O| Feb 10 18:46:39.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49602025-02-10T18:46:40.936Z[ recovery-image] Feb 10 18:46:39.882 INFO O| Feb 10 18:46:39.882 INFO STEP 193 (remove_files) COMPLETE
49612025-02-10T18:46:40.939Z[ recovery-image] Feb 10 18:46:39.882 INFO O| Feb 10 18:46:39.882 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622025-02-10T18:46:40.957Z[ recovery-image] Feb 10 18:46:39.903 INFO O| Feb 10 18:46:39.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49632025-02-10T18:46:40.957Z[ recovery-image] Feb 10 18:46:39.904 INFO O| Feb 10 18:46:39.903 INFO STEP 194 (remove_files) COMPLETE
49642025-02-10T18:46:40.960Z[ recovery-image] Feb 10 18:46:39.904 INFO O| Feb 10 18:46:39.904 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652025-02-10T18:46:40.999Z[ recovery-image] Feb 10 18:46:39.945 INFO O| Feb 10 18:46:39.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49662025-02-10T18:46:40.999Z[ recovery-image] Feb 10 18:46:39.945 INFO O| Feb 10 18:46:39.945 INFO STEP 195 (remove_files) COMPLETE
49672025-02-10T18:46:41.002Z[ recovery-image] Feb 10 18:46:39.946 INFO O| Feb 10 18:46:39.945 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682025-02-10T18:46:41.033Z[ recovery-image] Feb 10 18:46:39.980 INFO O| Feb 10 18:46:39.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49692025-02-10T18:46:41.033Z[ recovery-image] Feb 10 18:46:39.980 INFO O| Feb 10 18:46:39.980 INFO STEP 196 (remove_files) COMPLETE
49702025-02-10T18:46:41.033Z[ recovery-image] Feb 10 18:46:39.980 INFO O| Feb 10 18:46:39.980 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712025-02-10T18:46:41.058Z[ recovery-image] Feb 10 18:46:40.004 INFO O| Feb 10 18:46:40.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49722025-02-10T18:46:41.058Z[ recovery-image] Feb 10 18:46:40.004 INFO O| Feb 10 18:46:40.004 INFO STEP 197 (remove_files) COMPLETE
49732025-02-10T18:46:41.058Z[ recovery-image] Feb 10 18:46:40.005 INFO O| Feb 10 18:46:40.004 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742025-02-10T18:46:41.081Z[ recovery-image] Feb 10 18:46:40.027 INFO O| Feb 10 18:46:40.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49752025-02-10T18:46:41.081Z[ recovery-image] Feb 10 18:46:40.027 INFO O| Feb 10 18:46:40.027 INFO STEP 198 (remove_files) COMPLETE
49762025-02-10T18:46:41.081Z[ recovery-image] Feb 10 18:46:40.027 INFO O| Feb 10 18:46:40.027 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772025-02-10T18:46:41.102Z[ recovery-image] Feb 10 18:46:40.048 INFO O| Feb 10 18:46:40.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49782025-02-10T18:46:41.102Z[ recovery-image] Feb 10 18:46:40.048 INFO O| Feb 10 18:46:40.048 INFO STEP 199 (remove_files) COMPLETE
49792025-02-10T18:46:41.102Z[ recovery-image] Feb 10 18:46:40.048 INFO O| Feb 10 18:46:40.048 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802025-02-10T18:46:41.121Z[ recovery-image] Feb 10 18:46:40.067 INFO O| Feb 10 18:46:40.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49812025-02-10T18:46:41.123Z[ recovery-image] Feb 10 18:46:40.067 INFO O| Feb 10 18:46:40.067 INFO STEP 200 (remove_files) COMPLETE
49822025-02-10T18:46:41.123Z[ recovery-image] Feb 10 18:46:40.067 INFO O| Feb 10 18:46:40.067 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832025-02-10T18:46:41.141Z[ recovery-image] Feb 10 18:46:40.087 INFO O| Feb 10 18:46:40.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49842025-02-10T18:46:41.143Z[ recovery-image] Feb 10 18:46:40.087 INFO O| Feb 10 18:46:40.087 INFO STEP 201 (remove_files) COMPLETE
49852025-02-10T18:46:41.144Z[ recovery-image] Feb 10 18:46:40.087 INFO O| Feb 10 18:46:40.087 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862025-02-10T18:46:41.160Z[ recovery-image] Feb 10 18:46:40.107 INFO O| Feb 10 18:46:40.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49872025-02-10T18:46:41.163Z[ recovery-image] Feb 10 18:46:40.107 INFO O| Feb 10 18:46:40.107 INFO STEP 202 (remove_files) COMPLETE
49882025-02-10T18:46:41.163Z[ recovery-image] Feb 10 18:46:40.107 INFO O| Feb 10 18:46:40.107 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892025-02-10T18:46:41.180Z[ recovery-image] Feb 10 18:46:40.126 INFO O| Feb 10 18:46:40.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49902025-02-10T18:46:41.181Z[ recovery-image] Feb 10 18:46:40.126 INFO O| Feb 10 18:46:40.126 INFO STEP 203 (remove_files) COMPLETE
49912025-02-10T18:46:41.181Z[ recovery-image] Feb 10 18:46:40.126 INFO O| Feb 10 18:46:40.126 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922025-02-10T18:46:41.214Z[ recovery-image] Feb 10 18:46:40.160 INFO O| Feb 10 18:46:40.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49932025-02-10T18:46:41.214Z[ recovery-image] Feb 10 18:46:40.160 INFO O| Feb 10 18:46:40.160 INFO STEP 204 (remove_files) COMPLETE
49942025-02-10T18:46:41.214Z[ recovery-image] Feb 10 18:46:40.160 INFO O| Feb 10 18:46:40.160 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952025-02-10T18:46:41.233Z[ recovery-image] Feb 10 18:46:40.179 INFO O| Feb 10 18:46:40.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49962025-02-10T18:46:41.233Z[ recovery-image] Feb 10 18:46:40.179 INFO O| Feb 10 18:46:40.179 INFO STEP 205 (remove_files) COMPLETE
49972025-02-10T18:46:41.233Z[ recovery-image] Feb 10 18:46:40.179 INFO O| Feb 10 18:46:40.179 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982025-02-10T18:46:41.283Z[ recovery-image] Feb 10 18:46:40.229 INFO O| Feb 10 18:46:40.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49992025-02-10T18:46:41.284Z[ recovery-image] Feb 10 18:46:40.229 INFO O| Feb 10 18:46:40.229 INFO STEP 206 (remove_files) COMPLETE
50002025-02-10T18:46:41.286Z[ recovery-image] Feb 10 18:46:40.229 INFO O| Feb 10 18:46:40.229 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012025-02-10T18:46:41.302Z[ recovery-image] Feb 10 18:46:40.248 INFO O| Feb 10 18:46:40.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
50022025-02-10T18:46:41.302Z[ recovery-image] Feb 10 18:46:40.248 INFO O| Feb 10 18:46:40.248 INFO STEP 207 (remove_files) COMPLETE
50032025-02-10T18:46:41.302Z[ recovery-image] Feb 10 18:46:40.248 INFO O| Feb 10 18:46:40.248 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042025-02-10T18:46:41.333Z[ recovery-image] Feb 10 18:46:40.279 INFO O| Feb 10 18:46:40.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
50052025-02-10T18:46:41.336Z[ recovery-image] Feb 10 18:46:40.279 INFO O| Feb 10 18:46:40.279 INFO STEP 208 (remove_files) COMPLETE
50062025-02-10T18:46:41.336Z[ recovery-image] Feb 10 18:46:40.280 INFO O| Feb 10 18:46:40.279 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072025-02-10T18:46:41.354Z[ recovery-image] Feb 10 18:46:40.300 INFO O| Feb 10 18:46:40.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
50082025-02-10T18:46:41.356Z[ recovery-image] Feb 10 18:46:40.300 INFO O| Feb 10 18:46:40.300 INFO STEP 209 (remove_files) COMPLETE
50092025-02-10T18:46:41.356Z[ recovery-image] Feb 10 18:46:40.300 INFO O| Feb 10 18:46:40.300 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102025-02-10T18:46:41.383Z[ recovery-image] Feb 10 18:46:40.329 INFO O| Feb 10 18:46:40.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
50112025-02-10T18:46:41.383Z[ recovery-image] Feb 10 18:46:40.329 INFO O| Feb 10 18:46:40.329 INFO STEP 210 (remove_files) COMPLETE
50122025-02-10T18:46:41.386Z[ recovery-image] Feb 10 18:46:40.329 INFO O| Feb 10 18:46:40.329 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132025-02-10T18:46:41.406Z[ recovery-image] Feb 10 18:46:40.352 INFO O| Feb 10 18:46:40.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
50142025-02-10T18:46:41.406Z[ recovery-image] Feb 10 18:46:40.352 INFO O| Feb 10 18:46:40.352 INFO STEP 211 (remove_files) COMPLETE
50152025-02-10T18:46:41.406Z[ recovery-image] Feb 10 18:46:40.352 INFO O| Feb 10 18:46:40.352 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162025-02-10T18:46:41.441Z[ host-image] Feb 10 18:46:40.388 INFO O| Feb 10 18:46:40.388 INFO O| Done
50172025-02-10T18:46:41.454Z[ recovery-image] Feb 10 18:46:40.400 INFO O| Feb 10 18:46:40.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
50182025-02-10T18:46:41.455Z[ recovery-image] Feb 10 18:46:40.400 INFO O| Feb 10 18:46:40.400 INFO STEP 212 (remove_files) COMPLETE
50192025-02-10T18:46:41.455Z[ recovery-image] Feb 10 18:46:40.400 INFO O| Feb 10 18:46:40.400 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202025-02-10T18:46:41.496Z[ recovery-image] Feb 10 18:46:40.442 INFO O| Feb 10 18:46:40.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
50212025-02-10T18:46:41.499Z[ recovery-image] Feb 10 18:46:40.443 INFO O| Feb 10 18:46:40.442 INFO STEP 213 (remove_files) COMPLETE
50222025-02-10T18:46:41.499Z[ recovery-image] Feb 10 18:46:40.443 INFO O| Feb 10 18:46:40.443 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232025-02-10T18:46:41.516Z[ recovery-image] Feb 10 18:46:40.463 INFO O| Feb 10 18:46:40.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
50242025-02-10T18:46:41.517Z[ recovery-image] Feb 10 18:46:40.463 INFO O| Feb 10 18:46:40.463 INFO STEP 214 (remove_files) COMPLETE
50252025-02-10T18:46:41.517Z[ recovery-image] Feb 10 18:46:40.463 INFO O| Feb 10 18:46:40.463 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262025-02-10T18:46:41.538Z[ recovery-image] Feb 10 18:46:40.485 INFO O| Feb 10 18:46:40.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50272025-02-10T18:46:41.541Z[ recovery-image] Feb 10 18:46:40.485 INFO O| Feb 10 18:46:40.485 INFO STEP 215 (remove_files) COMPLETE
50282025-02-10T18:46:41.541Z[ recovery-image] Feb 10 18:46:40.485 INFO O| Feb 10 18:46:40.485 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292025-02-10T18:46:41.579Z[ recovery-image] Feb 10 18:46:40.526 INFO O| Feb 10 18:46:40.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50302025-02-10T18:46:41.579Z[ recovery-image] Feb 10 18:46:40.526 INFO O| Feb 10 18:46:40.526 INFO STEP 216 (remove_files) COMPLETE
50312025-02-10T18:46:41.579Z[ recovery-image] Feb 10 18:46:40.526 INFO O| Feb 10 18:46:40.526 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322025-02-10T18:46:41.601Z[ recovery-image] Feb 10 18:46:40.547 INFO O| Feb 10 18:46:40.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50332025-02-10T18:46:41.601Z[ recovery-image] Feb 10 18:46:40.547 INFO O| Feb 10 18:46:40.547 INFO STEP 217 (remove_files) COMPLETE
50342025-02-10T18:46:41.604Z[ recovery-image] Feb 10 18:46:40.547 INFO O| Feb 10 18:46:40.547 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352025-02-10T18:46:41.623Z[ recovery-image] Feb 10 18:46:40.569 INFO O| Feb 10 18:46:40.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50362025-02-10T18:46:41.623Z[ recovery-image] Feb 10 18:46:40.569 INFO O| Feb 10 18:46:40.569 INFO STEP 218 (remove_files) COMPLETE
50372025-02-10T18:46:41.623Z[ recovery-image] Feb 10 18:46:40.569 INFO O| Feb 10 18:46:40.569 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382025-02-10T18:46:41.644Z[ recovery-image] Feb 10 18:46:40.590 INFO O| Feb 10 18:46:40.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50392025-02-10T18:46:41.644Z[ recovery-image] Feb 10 18:46:40.590 INFO O| Feb 10 18:46:40.589 INFO STEP 219 (remove_files) COMPLETE
50402025-02-10T18:46:41.644Z[ recovery-image] Feb 10 18:46:40.590 INFO O| Feb 10 18:46:40.589 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412025-02-10T18:46:41.664Z[ recovery-image] Feb 10 18:46:40.610 INFO O| Feb 10 18:46:40.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50422025-02-10T18:46:41.664Z[ recovery-image] Feb 10 18:46:40.610 INFO O| Feb 10 18:46:40.610 INFO STEP 220 (remove_files) COMPLETE
50432025-02-10T18:46:41.665Z[ recovery-image] Feb 10 18:46:40.610 INFO O| Feb 10 18:46:40.610 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442025-02-10T18:46:41.686Z[ recovery-image] Feb 10 18:46:40.632 INFO O| Feb 10 18:46:40.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50452025-02-10T18:46:41.686Z[ recovery-image] Feb 10 18:46:40.632 INFO O| Feb 10 18:46:40.631 INFO STEP 221 (remove_files) COMPLETE
50462025-02-10T18:46:41.686Z[ recovery-image] Feb 10 18:46:40.632 INFO O| Feb 10 18:46:40.631 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472025-02-10T18:46:42.709Z[ recovery-image] Feb 10 18:46:40.652 INFO O| Feb 10 18:46:40.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50482025-02-10T18:46:42.709Z[ recovery-image] Feb 10 18:46:40.652 INFO O| Feb 10 18:46:40.652 INFO STEP 222 (remove_files) COMPLETE
50492025-02-10T18:46:42.709Z[ recovery-image] Feb 10 18:46:40.652 INFO O| Feb 10 18:46:40.652 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502025-02-10T18:46:42.714Z[ recovery-image] Feb 10 18:46:40.679 INFO O| Feb 10 18:46:40.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50512025-02-10T18:46:42.714Z[ recovery-image] Feb 10 18:46:40.680 INFO O| Feb 10 18:46:40.679 INFO STEP 223 (remove_files) COMPLETE
50522025-02-10T18:46:42.714Z[ recovery-image] Feb 10 18:46:40.680 INFO O| Feb 10 18:46:40.680 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532025-02-10T18:46:42.714Z[ recovery-image] Feb 10 18:46:40.760 INFO O| Feb 10 18:46:40.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50542025-02-10T18:46:42.714Z[ recovery-image] Feb 10 18:46:40.760 INFO O| Feb 10 18:46:40.760 INFO STEP 224 (remove_files) COMPLETE
50552025-02-10T18:46:42.714Z[ recovery-image] Feb 10 18:46:40.760 INFO O| Feb 10 18:46:40.760 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562025-02-10T18:46:42.714Z[ recovery-image] Feb 10 18:46:40.803 INFO O| Feb 10 18:46:40.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50572025-02-10T18:46:42.714Z[ recovery-image] Feb 10 18:46:40.803 INFO O| Feb 10 18:46:40.803 INFO STEP 225 (remove_files) COMPLETE
50582025-02-10T18:46:42.714Z[ recovery-image] Feb 10 18:46:40.803 INFO O| Feb 10 18:46:40.803 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592025-02-10T18:46:42.714Z[ recovery-image] Feb 10 18:46:40.824 INFO O| Feb 10 18:46:40.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50602025-02-10T18:46:42.714Z[ recovery-image] Feb 10 18:46:40.824 INFO O| Feb 10 18:46:40.824 INFO STEP 226 (remove_files) COMPLETE
50612025-02-10T18:46:42.714Z[ recovery-image] Feb 10 18:46:40.824 INFO O| Feb 10 18:46:40.824 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622025-02-10T18:46:42.714Z[ recovery-image] Feb 10 18:46:40.844 INFO O| Feb 10 18:46:40.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50632025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:40.845 INFO O| Feb 10 18:46:40.845 INFO STEP 227 (remove_files) COMPLETE
50642025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:40.845 INFO O| Feb 10 18:46:40.845 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:40.901 INFO O| Feb 10 18:46:40.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50662025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:40.901 INFO O| Feb 10 18:46:40.901 INFO STEP 228 (remove_files) COMPLETE
50672025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:40.901 INFO O| Feb 10 18:46:40.901 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:40.923 INFO O| Feb 10 18:46:40.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50692025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:40.923 INFO O| Feb 10 18:46:40.923 INFO STEP 229 (remove_files) COMPLETE
50702025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:40.923 INFO O| Feb 10 18:46:40.923 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:40.955 INFO O| Feb 10 18:46:40.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50722025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:40.955 INFO O| Feb 10 18:46:40.955 INFO STEP 230 (remove_files) COMPLETE
50732025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:40.955 INFO O| Feb 10 18:46:40.955 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:40.995 INFO O| Feb 10 18:46:40.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50752025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:40.996 INFO O| Feb 10 18:46:40.996 INFO STEP 231 (remove_files) COMPLETE
50762025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:40.996 INFO O| Feb 10 18:46:40.996 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:41.018 INFO O| Feb 10 18:46:41.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50782025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:41.019 INFO O| Feb 10 18:46:41.019 INFO STEP 232 (remove_files) COMPLETE
50792025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:41.019 INFO O| Feb 10 18:46:41.019 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:41.037 INFO O| Feb 10 18:46:41.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50812025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:41.037 INFO O| Feb 10 18:46:41.037 INFO STEP 233 (remove_files) COMPLETE
50822025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:41.037 INFO O| Feb 10 18:46:41.037 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:41.057 INFO O| Feb 10 18:46:41.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50842025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:41.057 INFO O| Feb 10 18:46:41.057 INFO STEP 234 (remove_files) COMPLETE
50852025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:41.058 INFO O| Feb 10 18:46:41.057 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:41.076 INFO O| Feb 10 18:46:41.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50872025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:41.077 INFO O| Feb 10 18:46:41.077 INFO STEP 235 (remove_files) COMPLETE
50882025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:41.077 INFO O| Feb 10 18:46:41.077 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:41.096 INFO O| Feb 10 18:46:41.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50902025-02-10T18:46:42.715Z[ recovery-image] Feb 10 18:46:41.096 INFO O| Feb 10 18:46:41.096 INFO STEP 236 (remove_files) COMPLETE
50912025-02-10T18:46:42.716Z[ recovery-image] Feb 10 18:46:41.096 INFO O| Feb 10 18:46:41.096 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922025-02-10T18:46:42.716Z[ recovery-image] Feb 10 18:46:41.115 INFO O| Feb 10 18:46:41.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50932025-02-10T18:46:42.716Z[ recovery-image] Feb 10 18:46:41.137 INFO O| Feb 10 18:46:41.137 INFO STEP 237 (remove_files) COMPLETE
50942025-02-10T18:46:42.716Z[ recovery-image] Feb 10 18:46:41.137 INFO O| Feb 10 18:46:41.137 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952025-02-10T18:46:42.716Z[ recovery-image] Feb 10 18:46:41.174 INFO O| Feb 10 18:46:41.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50962025-02-10T18:46:42.716Z[ recovery-image] Feb 10 18:46:41.174 INFO O| Feb 10 18:46:41.174 INFO STEP 238 (remove_files) COMPLETE
50972025-02-10T18:46:42.716Z[ recovery-image] Feb 10 18:46:41.174 INFO O| Feb 10 18:46:41.174 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982025-02-10T18:46:42.716Z[ recovery-image] Feb 10 18:46:41.212 INFO O| Feb 10 18:46:41.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50992025-02-10T18:46:42.716Z[ recovery-image] Feb 10 18:46:41.212 INFO O| Feb 10 18:46:41.212 INFO STEP 239 (remove_files) COMPLETE
51002025-02-10T18:46:42.716Z[ recovery-image] Feb 10 18:46:41.212 INFO O| Feb 10 18:46:41.212 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012025-02-10T18:46:42.716Z[ recovery-image] Feb 10 18:46:41.254 INFO O| Feb 10 18:46:41.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
51022025-02-10T18:46:42.716Z[ recovery-image] Feb 10 18:46:41.254 INFO O| Feb 10 18:46:41.254 INFO STEP 240 (remove_files) COMPLETE
51032025-02-10T18:46:42.716Z[ recovery-image] Feb 10 18:46:41.254 INFO O| Feb 10 18:46:41.254 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042025-02-10T18:46:42.716Z[ recovery-image] Feb 10 18:46:41.274 INFO O| Feb 10 18:46:41.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
51052025-02-10T18:46:42.716Z[ recovery-image] Feb 10 18:46:41.274 INFO O| Feb 10 18:46:41.274 INFO STEP 241 (remove_files) COMPLETE
51062025-02-10T18:46:42.716Z[ recovery-image] Feb 10 18:46:41.274 INFO O| Feb 10 18:46:41.274 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072025-02-10T18:46:42.716Z[ recovery-image] Feb 10 18:46:41.295 INFO O| Feb 10 18:46:41.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
51082025-02-10T18:46:42.716Z[ recovery-image] Feb 10 18:46:41.295 INFO O| Feb 10 18:46:41.295 INFO STEP 242 (remove_files) COMPLETE
51092025-02-10T18:46:42.716Z[ recovery-image] Feb 10 18:46:41.295 INFO O| Feb 10 18:46:41.295 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102025-02-10T18:46:42.717Z[ recovery-image] Feb 10 18:46:41.314 INFO O| Feb 10 18:46:41.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
51112025-02-10T18:46:42.717Z[ recovery-image] Feb 10 18:46:41.314 INFO O| Feb 10 18:46:41.314 INFO STEP 243 (remove_files) COMPLETE
51122025-02-10T18:46:42.717Z[ recovery-image] Feb 10 18:46:41.314 INFO O| Feb 10 18:46:41.314 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132025-02-10T18:46:42.717Z[ recovery-image] Feb 10 18:46:41.355 INFO O| Feb 10 18:46:41.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
51142025-02-10T18:46:42.717Z[ recovery-image] Feb 10 18:46:41.355 INFO O| Feb 10 18:46:41.355 INFO STEP 244 (remove_files) COMPLETE
51152025-02-10T18:46:42.717Z[ recovery-image] Feb 10 18:46:41.355 INFO O| Feb 10 18:46:41.355 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162025-02-10T18:46:42.718Z[ recovery-image] Feb 10 18:46:41.415 INFO O| Feb 10 18:46:41.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
51172025-02-10T18:46:42.718Z[ recovery-image] Feb 10 18:46:41.415 INFO O| Feb 10 18:46:41.415 INFO STEP 245 (remove_files) COMPLETE
51182025-02-10T18:46:42.718Z[ recovery-image] Feb 10 18:46:41.416 INFO O| Feb 10 18:46:41.415 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192025-02-10T18:46:42.718Z[ recovery-image] Feb 10 18:46:41.459 INFO O| Feb 10 18:46:41.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
51202025-02-10T18:46:42.718Z[ recovery-image] Feb 10 18:46:41.459 INFO O| Feb 10 18:46:41.459 INFO STEP 246 (remove_files) COMPLETE
51212025-02-10T18:46:42.718Z[ recovery-image] Feb 10 18:46:41.460 INFO O| Feb 10 18:46:41.459 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222025-02-10T18:46:42.718Z[ recovery-image] Feb 10 18:46:41.478 INFO O| Feb 10 18:46:41.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
51232025-02-10T18:46:42.718Z[ recovery-image] Feb 10 18:46:41.479 INFO O| Feb 10 18:46:41.478 INFO STEP 247 (remove_files) COMPLETE
51242025-02-10T18:46:42.718Z[ recovery-image] Feb 10 18:46:41.479 INFO O| Feb 10 18:46:41.478 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252025-02-10T18:46:42.718Z[ recovery-image] Feb 10 18:46:41.513 INFO O| Feb 10 18:46:41.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51262025-02-10T18:46:42.718Z[ recovery-image] Feb 10 18:46:41.513 INFO O| Feb 10 18:46:41.513 INFO STEP 248 (remove_files) COMPLETE
51272025-02-10T18:46:42.718Z[ recovery-image] Feb 10 18:46:41.513 INFO O| Feb 10 18:46:41.513 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282025-02-10T18:46:42.718Z[ recovery-image] Feb 10 18:46:41.533 INFO O| Feb 10 18:46:41.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51292025-02-10T18:46:42.718Z[ recovery-image] Feb 10 18:46:41.533 INFO O| Feb 10 18:46:41.533 INFO STEP 249 (remove_files) COMPLETE
51302025-02-10T18:46:42.719Z[ recovery-image] Feb 10 18:46:41.533 INFO O| Feb 10 18:46:41.533 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312025-02-10T18:46:42.719Z[ recovery-image] Feb 10 18:46:41.552 INFO O| Feb 10 18:46:41.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51322025-02-10T18:46:42.719Z[ recovery-image] Feb 10 18:46:41.552 INFO O| Feb 10 18:46:41.552 INFO STEP 250 (remove_files) COMPLETE
51332025-02-10T18:46:42.719Z[ recovery-image] Feb 10 18:46:41.552 INFO O| Feb 10 18:46:41.552 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342025-02-10T18:46:42.719Z[ recovery-image] Feb 10 18:46:41.571 INFO O| Feb 10 18:46:41.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51352025-02-10T18:46:42.719Z[ recovery-image] Feb 10 18:46:41.585 INFO O| Feb 10 18:46:41.585 INFO STEP 251 (remove_files) COMPLETE
51362025-02-10T18:46:42.719Z[ recovery-image] Feb 10 18:46:41.585 INFO O| Feb 10 18:46:41.585 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372025-02-10T18:46:42.719Z[ recovery-image] Feb 10 18:46:41.621 INFO O| Feb 10 18:46:41.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51382025-02-10T18:46:42.719Z[ recovery-image] Feb 10 18:46:41.622 INFO O| Feb 10 18:46:41.621 INFO STEP 252 (remove_files) COMPLETE
51392025-02-10T18:46:42.719Z[ recovery-image] Feb 10 18:46:41.622 INFO O| Feb 10 18:46:41.622 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402025-02-10T18:46:42.720Z[ recovery-image] Feb 10 18:46:41.642 INFO O| Feb 10 18:46:41.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51412025-02-10T18:46:42.720Z[ recovery-image] Feb 10 18:46:41.642 INFO O| Feb 10 18:46:41.642 INFO STEP 253 (remove_files) COMPLETE
51422025-02-10T18:46:42.720Z[ recovery-image] Feb 10 18:46:41.642 INFO O| Feb 10 18:46:41.642 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432025-02-10T18:46:42.830Z[ recovery-image] Feb 10 18:46:41.776 INFO O| Feb 10 18:46:41.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51442025-02-10T18:46:42.833Z[ recovery-image] Feb 10 18:46:41.776 INFO O| Feb 10 18:46:41.776 INFO STEP 254 (remove_files) COMPLETE
51452025-02-10T18:46:42.833Z[ recovery-image] Feb 10 18:46:41.776 INFO O| Feb 10 18:46:41.776 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462025-02-10T18:46:42.907Z[ recovery-image] Feb 10 18:46:41.854 INFO O| Feb 10 18:46:41.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51472025-02-10T18:46:42.908Z[ recovery-image] Feb 10 18:46:41.854 INFO O| Feb 10 18:46:41.854 INFO STEP 255 (remove_files) COMPLETE
51482025-02-10T18:46:42.910Z[ recovery-image] Feb 10 18:46:41.854 INFO O| Feb 10 18:46:41.854 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492025-02-10T18:46:42.949Z[ recovery-image] Feb 10 18:46:41.895 INFO O| Feb 10 18:46:41.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51502025-02-10T18:46:42.949Z[ recovery-image] Feb 10 18:46:41.895 INFO O| Feb 10 18:46:41.895 INFO STEP 256 (remove_files) COMPLETE
51512025-02-10T18:46:42.949Z[ recovery-image] Feb 10 18:46:41.895 INFO O| Feb 10 18:46:41.895 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522025-02-10T18:46:42.989Z[ recovery-image] Feb 10 18:46:41.935 INFO O| Feb 10 18:46:41.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51532025-02-10T18:46:42.989Z[ recovery-image] Feb 10 18:46:41.935 INFO O| Feb 10 18:46:41.935 INFO STEP 257 (remove_files) COMPLETE
51542025-02-10T18:46:42.992Z[ recovery-image] Feb 10 18:46:41.935 INFO O| Feb 10 18:46:41.935 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552025-02-10T18:46:43.010Z[ recovery-image] Feb 10 18:46:41.956 INFO O| Feb 10 18:46:41.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51562025-02-10T18:46:43.010Z[ recovery-image] Feb 10 18:46:41.957 INFO O| Feb 10 18:46:41.957 INFO STEP 258 (remove_files) COMPLETE
51572025-02-10T18:46:43.013Z[ recovery-image] Feb 10 18:46:41.957 INFO O| Feb 10 18:46:41.957 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582025-02-10T18:46:43.037Z[ recovery-image] Feb 10 18:46:41.983 INFO O| Feb 10 18:46:41.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51592025-02-10T18:46:43.056Z[ recovery-image] Feb 10 18:46:42.003 INFO O| Feb 10 18:46:42.003 INFO STEP 259 (remove_files) COMPLETE
51602025-02-10T18:46:43.056Z[ recovery-image] Feb 10 18:46:42.003 INFO O| Feb 10 18:46:42.003 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612025-02-10T18:46:43.088Z[ recovery-image] Feb 10 18:46:42.035 INFO O| Feb 10 18:46:42.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51622025-02-10T18:46:43.088Z[ recovery-image] Feb 10 18:46:42.035 INFO O| Feb 10 18:46:42.035 INFO STEP 260 (remove_files) COMPLETE
51632025-02-10T18:46:43.089Z[ recovery-image] Feb 10 18:46:42.035 INFO O| Feb 10 18:46:42.035 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642025-02-10T18:46:43.108Z[ recovery-image] Feb 10 18:46:42.055 INFO O| Feb 10 18:46:42.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51652025-02-10T18:46:43.108Z[ recovery-image] Feb 10 18:46:42.055 INFO O| Feb 10 18:46:42.055 INFO STEP 261 (remove_files) COMPLETE
51662025-02-10T18:46:43.111Z[ recovery-image] Feb 10 18:46:42.055 INFO O| Feb 10 18:46:42.055 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672025-02-10T18:46:43.130Z[ recovery-image] Feb 10 18:46:42.076 INFO O| Feb 10 18:46:42.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51682025-02-10T18:46:43.130Z[ recovery-image] Feb 10 18:46:42.076 INFO O| Feb 10 18:46:42.076 INFO STEP 262 (remove_files) COMPLETE
51692025-02-10T18:46:43.130Z[ recovery-image] Feb 10 18:46:42.076 INFO O| Feb 10 18:46:42.076 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702025-02-10T18:46:43.223Z[ recovery-image] Feb 10 18:46:42.169 INFO O| Feb 10 18:46:42.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51712025-02-10T18:46:43.223Z[ recovery-image] Feb 10 18:46:42.169 INFO O| Feb 10 18:46:42.169 INFO STEP 263 (remove_files) COMPLETE
51722025-02-10T18:46:43.223Z[ recovery-image] Feb 10 18:46:42.169 INFO O| Feb 10 18:46:42.169 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732025-02-10T18:46:43.242Z[ recovery-image] Feb 10 18:46:42.189 INFO O| Feb 10 18:46:42.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51742025-02-10T18:46:43.242Z[ recovery-image] Feb 10 18:46:42.189 INFO O| Feb 10 18:46:42.189 INFO STEP 264 (remove_files) COMPLETE
51752025-02-10T18:46:43.242Z[ recovery-image] Feb 10 18:46:42.189 INFO O| Feb 10 18:46:42.189 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762025-02-10T18:46:43.279Z[ recovery-image] Feb 10 18:46:42.226 INFO O| Feb 10 18:46:42.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51772025-02-10T18:46:43.280Z[ recovery-image] Feb 10 18:46:42.226 INFO O| Feb 10 18:46:42.226 INFO STEP 265 (remove_files) COMPLETE
51782025-02-10T18:46:43.280Z[ recovery-image] Feb 10 18:46:42.226 INFO O| Feb 10 18:46:42.226 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792025-02-10T18:46:43.302Z[ recovery-image] Feb 10 18:46:42.249 INFO O| Feb 10 18:46:42.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51802025-02-10T18:46:43.305Z[ recovery-image] Feb 10 18:46:42.249 INFO O| Feb 10 18:46:42.249 INFO STEP 266 (remove_files) COMPLETE
51812025-02-10T18:46:43.305Z[ recovery-image] Feb 10 18:46:42.249 INFO O| Feb 10 18:46:42.249 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822025-02-10T18:46:43.326Z[ recovery-image] Feb 10 18:46:42.272 INFO O| Feb 10 18:46:42.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51832025-02-10T18:46:43.329Z[ recovery-image] Feb 10 18:46:42.276 INFO O| Feb 10 18:46:42.276 INFO STEP 267 (remove_files) COMPLETE
51842025-02-10T18:46:43.332Z[ recovery-image] Feb 10 18:46:42.276 INFO O| Feb 10 18:46:42.276 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852025-02-10T18:46:43.387Z[ recovery-image] Feb 10 18:46:42.333 INFO O| Feb 10 18:46:42.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51862025-02-10T18:46:43.387Z[ recovery-image] Feb 10 18:46:42.333 INFO O| Feb 10 18:46:42.333 INFO STEP 268 (remove_files) COMPLETE
51872025-02-10T18:46:43.390Z[ recovery-image] Feb 10 18:46:42.334 INFO O| Feb 10 18:46:42.333 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882025-02-10T18:46:43.434Z[ recovery-image] Feb 10 18:46:42.381 INFO O| Feb 10 18:46:42.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51892025-02-10T18:46:43.437Z[ recovery-image] Feb 10 18:46:42.381 INFO O| Feb 10 18:46:42.381 INFO STEP 269 (remove_files) COMPLETE
51902025-02-10T18:46:43.437Z[ recovery-image] Feb 10 18:46:42.381 INFO O| Feb 10 18:46:42.381 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912025-02-10T18:46:43.455Z[ recovery-image] Feb 10 18:46:42.402 INFO O| Feb 10 18:46:42.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51922025-02-10T18:46:43.458Z[ recovery-image] Feb 10 18:46:42.402 INFO O| Feb 10 18:46:42.402 INFO STEP 270 (remove_files) COMPLETE
51932025-02-10T18:46:43.458Z[ recovery-image] Feb 10 18:46:42.402 INFO O| Feb 10 18:46:42.402 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942025-02-10T18:46:43.477Z[ recovery-image] Feb 10 18:46:42.423 INFO O| Feb 10 18:46:42.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51952025-02-10T18:46:43.477Z[ recovery-image] Feb 10 18:46:42.423 INFO O| Feb 10 18:46:42.423 INFO STEP 271 (remove_files) COMPLETE
51962025-02-10T18:46:43.477Z[ recovery-image] Feb 10 18:46:42.423 INFO O| Feb 10 18:46:42.423 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972025-02-10T18:46:43.536Z[ recovery-image] Feb 10 18:46:42.482 INFO O| Feb 10 18:46:42.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51982025-02-10T18:46:43.536Z[ recovery-image] Feb 10 18:46:42.482 INFO O| Feb 10 18:46:42.482 INFO STEP 272 (remove_files) COMPLETE
51992025-02-10T18:46:43.536Z[ recovery-image] Feb 10 18:46:42.482 INFO O| Feb 10 18:46:42.482 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002025-02-10T18:46:43.569Z[ recovery-image] Feb 10 18:46:42.516 INFO O| Feb 10 18:46:42.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
52012025-02-10T18:46:43.569Z[ recovery-image] Feb 10 18:46:42.516 INFO O| Feb 10 18:46:42.516 INFO STEP 273 (remove_files) COMPLETE
52022025-02-10T18:46:43.569Z[ recovery-image] Feb 10 18:46:42.516 INFO O| Feb 10 18:46:42.516 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032025-02-10T18:46:43.591Z[ recovery-image] Feb 10 18:46:42.537 INFO O| Feb 10 18:46:42.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
52042025-02-10T18:46:43.591Z[ recovery-image] Feb 10 18:46:42.537 INFO O| Feb 10 18:46:42.537 INFO STEP 274 (remove_files) COMPLETE
52052025-02-10T18:46:43.591Z[ recovery-image] Feb 10 18:46:42.537 INFO O| Feb 10 18:46:42.537 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062025-02-10T18:46:43.696Z[ recovery-image] Feb 10 18:46:42.642 INFO O| Feb 10 18:46:42.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
52072025-02-10T18:46:43.699Z[ recovery-image] Feb 10 18:46:42.643 INFO O| Feb 10 18:46:42.643 INFO STEP 275 (remove_files) COMPLETE
52082025-02-10T18:46:43.699Z[ recovery-image] Feb 10 18:46:42.643 INFO O| Feb 10 18:46:42.643 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092025-02-10T18:46:43.723Z[ recovery-image] Feb 10 18:46:42.670 INFO O| Feb 10 18:46:42.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
52102025-02-10T18:46:43.723Z[ recovery-image] Feb 10 18:46:42.670 INFO O| Feb 10 18:46:42.670 INFO STEP 276 (remove_files) COMPLETE
52112025-02-10T18:46:43.723Z[ recovery-image] Feb 10 18:46:42.670 INFO O| Feb 10 18:46:42.670 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122025-02-10T18:46:43.743Z[ recovery-image] Feb 10 18:46:42.689 INFO O| Feb 10 18:46:42.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
52132025-02-10T18:46:43.743Z[ recovery-image] Feb 10 18:46:42.689 INFO O| Feb 10 18:46:42.689 INFO STEP 277 (remove_files) COMPLETE
52142025-02-10T18:46:43.743Z[ recovery-image] Feb 10 18:46:42.689 INFO O| Feb 10 18:46:42.689 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152025-02-10T18:46:43.766Z[ recovery-image] Feb 10 18:46:42.712 INFO O| Feb 10 18:46:42.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
52162025-02-10T18:46:43.766Z[ recovery-image] Feb 10 18:46:42.712 INFO O| Feb 10 18:46:42.712 INFO STEP 278 (remove_files) COMPLETE
52172025-02-10T18:46:43.769Z[ recovery-image] Feb 10 18:46:42.712 INFO O| Feb 10 18:46:42.712 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182025-02-10T18:46:43.790Z[ recovery-image] Feb 10 18:46:42.736 INFO O| Feb 10 18:46:42.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52192025-02-10T18:46:43.790Z[ recovery-image] Feb 10 18:46:42.736 INFO O| Feb 10 18:46:42.736 INFO STEP 279 (remove_files) COMPLETE
52202025-02-10T18:46:43.790Z[ recovery-image] Feb 10 18:46:42.736 INFO O| Feb 10 18:46:42.736 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212025-02-10T18:46:43.814Z[ recovery-image] Feb 10 18:46:42.760 INFO O| Feb 10 18:46:42.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52222025-02-10T18:46:43.814Z[ recovery-image] Feb 10 18:46:42.760 INFO O| Feb 10 18:46:42.760 INFO STEP 280 (remove_files) COMPLETE
52232025-02-10T18:46:43.814Z[ recovery-image] Feb 10 18:46:42.760 INFO O| Feb 10 18:46:42.760 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242025-02-10T18:46:43.836Z[ recovery-image] Feb 10 18:46:42.782 INFO O| Feb 10 18:46:42.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52252025-02-10T18:46:43.836Z[ recovery-image] Feb 10 18:46:42.782 INFO O| Feb 10 18:46:42.782 INFO STEP 281 (remove_files) COMPLETE
52262025-02-10T18:46:43.837Z[ recovery-image] Feb 10 18:46:42.782 INFO O| Feb 10 18:46:42.782 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272025-02-10T18:46:43.895Z[ recovery-image] Feb 10 18:46:42.841 INFO O| Feb 10 18:46:42.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52282025-02-10T18:46:43.895Z[ recovery-image] Feb 10 18:46:42.841 INFO O| Feb 10 18:46:42.841 INFO STEP 282 (remove_files) COMPLETE
52292025-02-10T18:46:43.895Z[ recovery-image] Feb 10 18:46:42.841 INFO O| Feb 10 18:46:42.841 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302025-02-10T18:46:43.916Z[ recovery-image] Feb 10 18:46:42.862 INFO O| Feb 10 18:46:42.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52312025-02-10T18:46:43.916Z[ recovery-image] Feb 10 18:46:42.862 INFO O| Feb 10 18:46:42.862 INFO STEP 283 (remove_files) COMPLETE
52322025-02-10T18:46:43.916Z[ recovery-image] Feb 10 18:46:42.862 INFO O| Feb 10 18:46:42.862 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332025-02-10T18:46:43.937Z[ recovery-image] Feb 10 18:46:42.883 INFO O| Feb 10 18:46:42.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52342025-02-10T18:46:43.937Z[ recovery-image] Feb 10 18:46:42.883 INFO O| Feb 10 18:46:42.883 INFO STEP 284 (remove_files) COMPLETE
52352025-02-10T18:46:43.937Z[ recovery-image] Feb 10 18:46:42.883 INFO O| Feb 10 18:46:42.883 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362025-02-10T18:46:43.957Z[ recovery-image] Feb 10 18:46:42.903 INFO O| Feb 10 18:46:42.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52372025-02-10T18:46:43.957Z[ recovery-image] Feb 10 18:46:42.903 INFO O| Feb 10 18:46:42.903 INFO STEP 285 (remove_files) COMPLETE
52382025-02-10T18:46:43.957Z[ recovery-image] Feb 10 18:46:42.903 INFO O| Feb 10 18:46:42.903 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392025-02-10T18:46:43.977Z[ recovery-image] Feb 10 18:46:42.923 INFO O| Feb 10 18:46:42.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52402025-02-10T18:46:43.977Z[ recovery-image] Feb 10 18:46:42.923 INFO O| Feb 10 18:46:42.923 INFO STEP 286 (remove_files) COMPLETE
52412025-02-10T18:46:43.977Z[ recovery-image] Feb 10 18:46:42.923 INFO O| Feb 10 18:46:42.923 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422025-02-10T18:46:43.996Z[ recovery-image] Feb 10 18:46:42.942 INFO O| Feb 10 18:46:42.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52432025-02-10T18:46:43.996Z[ recovery-image] Feb 10 18:46:42.942 INFO O| Feb 10 18:46:42.942 INFO STEP 287 (remove_files) COMPLETE
52442025-02-10T18:46:43.996Z[ recovery-image] Feb 10 18:46:42.942 INFO O| Feb 10 18:46:42.942 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452025-02-10T18:46:44.016Z[ recovery-image] Feb 10 18:46:42.962 INFO O| Feb 10 18:46:42.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52462025-02-10T18:46:44.016Z[ recovery-image] Feb 10 18:46:42.962 INFO O| Feb 10 18:46:42.962 INFO STEP 288 (remove_files) COMPLETE
52472025-02-10T18:46:44.016Z[ recovery-image] Feb 10 18:46:42.962 INFO O| Feb 10 18:46:42.962 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482025-02-10T18:46:44.051Z[ recovery-image] Feb 10 18:46:42.997 INFO O| Feb 10 18:46:42.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52492025-02-10T18:46:44.056Z[ recovery-image] Feb 10 18:46:42.998 INFO O| Feb 10 18:46:42.997 INFO STEP 289 (remove_files) COMPLETE
52502025-02-10T18:46:44.056Z[ recovery-image] Feb 10 18:46:42.998 INFO O| Feb 10 18:46:42.997 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512025-02-10T18:46:44.074Z[ recovery-image] Feb 10 18:46:43.021 INFO O| Feb 10 18:46:43.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52522025-02-10T18:46:45.079Z[ recovery-image] Feb 10 18:46:43.021 INFO O| Feb 10 18:46:43.021 INFO STEP 290 (remove_files) COMPLETE
52532025-02-10T18:46:45.079Z[ recovery-image] Feb 10 18:46:43.021 INFO O| Feb 10 18:46:43.021 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542025-02-10T18:46:45.084Z[ recovery-image] Feb 10 18:46:43.058 INFO O| Feb 10 18:46:43.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52552025-02-10T18:46:45.084Z[ recovery-image] Feb 10 18:46:43.058 INFO O| Feb 10 18:46:43.058 INFO STEP 291 (remove_files) COMPLETE
52562025-02-10T18:46:45.084Z[ recovery-image] Feb 10 18:46:43.058 INFO O| Feb 10 18:46:43.058 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572025-02-10T18:46:45.084Z[ recovery-image] Feb 10 18:46:43.080 INFO O| Feb 10 18:46:43.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52582025-02-10T18:46:45.084Z[ recovery-image] Feb 10 18:46:43.080 INFO O| Feb 10 18:46:43.080 INFO STEP 292 (remove_files) COMPLETE
52592025-02-10T18:46:45.084Z[ recovery-image] Feb 10 18:46:43.081 INFO O| Feb 10 18:46:43.080 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602025-02-10T18:46:45.084Z[ recovery-image] Feb 10 18:46:43.101 INFO O| Feb 10 18:46:43.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52612025-02-10T18:46:45.084Z[ recovery-image] Feb 10 18:46:43.101 INFO O| Feb 10 18:46:43.101 INFO STEP 293 (remove_files) COMPLETE
52622025-02-10T18:46:45.084Z[ recovery-image] Feb 10 18:46:43.101 INFO O| Feb 10 18:46:43.101 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632025-02-10T18:46:45.084Z[ recovery-image] Feb 10 18:46:43.120 INFO O| Feb 10 18:46:43.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52642025-02-10T18:46:45.084Z[ recovery-image] Feb 10 18:46:43.120 INFO O| Feb 10 18:46:43.120 INFO STEP 294 (remove_files) COMPLETE
52652025-02-10T18:46:45.084Z[ recovery-image] Feb 10 18:46:43.120 INFO O| Feb 10 18:46:43.120 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.160 INFO O| Feb 10 18:46:43.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52672025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.160 INFO O| Feb 10 18:46:43.160 INFO STEP 295 (remove_files) COMPLETE
52682025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.160 INFO O| Feb 10 18:46:43.160 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.182 INFO O| Feb 10 18:46:43.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52702025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.182 INFO O| Feb 10 18:46:43.182 INFO STEP 296 (remove_files) COMPLETE
52712025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.182 INFO O| Feb 10 18:46:43.182 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.227 INFO O| Feb 10 18:46:43.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52732025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.227 INFO O| Feb 10 18:46:43.227 INFO STEP 297 (remove_files) COMPLETE
52742025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.228 INFO O| Feb 10 18:46:43.228 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.287 INFO O| Feb 10 18:46:43.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52762025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.287 INFO O| Feb 10 18:46:43.287 INFO STEP 298 (remove_files) COMPLETE
52772025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.287 INFO O| Feb 10 18:46:43.287 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.307 INFO O| Feb 10 18:46:43.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52792025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.307 INFO O| Feb 10 18:46:43.307 INFO STEP 299 (remove_files) COMPLETE
52802025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.307 INFO O| Feb 10 18:46:43.307 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.327 INFO O| Feb 10 18:46:43.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52822025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.327 INFO O| Feb 10 18:46:43.327 INFO STEP 300 (remove_files) COMPLETE
52832025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.328 INFO O| Feb 10 18:46:43.327 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842025-02-10T18:46:45.085Z[ host-image] Feb 10 18:46:43.336 INFO O| Feb 10 18:46:43.336 INFO O| Done
52852025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.348 INFO O| Feb 10 18:46:43.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52862025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.348 INFO O| Feb 10 18:46:43.348 INFO STEP 301 (remove_files) COMPLETE
52872025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.348 INFO O| Feb 10 18:46:43.348 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.378 INFO O| Feb 10 18:46:43.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52892025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.378 INFO O| Feb 10 18:46:43.378 INFO STEP 302 (remove_files) COMPLETE
52902025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.378 INFO O| Feb 10 18:46:43.378 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.399 INFO O| Feb 10 18:46:43.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52922025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.399 INFO O| Feb 10 18:46:43.399 INFO STEP 303 (remove_files) COMPLETE
52932025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.399 INFO O| Feb 10 18:46:43.399 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942025-02-10T18:46:45.085Z[ host-image] Feb 10 18:46:43.401 INFO O| Feb 10 18:46:43.401 INFO O| Done
52952025-02-10T18:46:45.085Z[ host-image] Feb 10 18:46:43.402 INFO O| Feb 10 18:46:43.402 INFO O| Done
52962025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.447 INFO O| Feb 10 18:46:43.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52972025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.447 INFO O| Feb 10 18:46:43.447 INFO STEP 304 (remove_files) COMPLETE
52982025-02-10T18:46:45.085Z[ recovery-image] Feb 10 18:46:43.447 INFO O| Feb 10 18:46:43.447 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992025-02-10T18:46:45.085Z[ host-image] Feb 10 18:46:43.468 INFO O| Feb 10 18:46:43.468 INFO O| Done
53002025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.470 INFO O| Feb 10 18:46:43.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
53012025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.470 INFO O| Feb 10 18:46:43.470 INFO STEP 305 (remove_files) COMPLETE
53022025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.470 INFO O| Feb 10 18:46:43.470 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.493 INFO O| Feb 10 18:46:43.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
53042025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.493 INFO O| Feb 10 18:46:43.493 INFO STEP 306 (remove_files) COMPLETE
53052025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.493 INFO O| Feb 10 18:46:43.493 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.528 INFO O| Feb 10 18:46:43.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
53072025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.528 INFO O| Feb 10 18:46:43.528 INFO STEP 307 (remove_files) COMPLETE
53082025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.528 INFO O| Feb 10 18:46:43.528 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.550 INFO O| Feb 10 18:46:43.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53102025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.550 INFO O| Feb 10 18:46:43.550 INFO STEP 308 (remove_files) COMPLETE
53112025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.550 INFO O| Feb 10 18:46:43.550 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.583 INFO O| Feb 10 18:46:43.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53132025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.583 INFO O| Feb 10 18:46:43.583 INFO STEP 309 (remove_files) COMPLETE
53142025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.583 INFO O| Feb 10 18:46:43.583 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.605 INFO O| Feb 10 18:46:43.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53162025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.605 INFO O| Feb 10 18:46:43.605 INFO STEP 310 (remove_files) COMPLETE
53172025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.605 INFO O| Feb 10 18:46:43.605 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.624 INFO O| Feb 10 18:46:43.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53192025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.625 INFO O| Feb 10 18:46:43.624 INFO STEP 311 (remove_files) COMPLETE
53202025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.625 INFO O| Feb 10 18:46:43.625 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212025-02-10T18:46:45.086Z[ recovery-image] Feb 10 18:46:43.660 INFO O| Feb 10 18:46:43.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53222025-02-10T18:46:45.087Z[ recovery-image] Feb 10 18:46:43.661 INFO O| Feb 10 18:46:43.661 INFO STEP 312 (remove_files) COMPLETE
53232025-02-10T18:46:45.087Z[ recovery-image] Feb 10 18:46:43.661 INFO O| Feb 10 18:46:43.661 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242025-02-10T18:46:45.087Z[ host-image] Feb 10 18:46:43.702 INFO O| Feb 10 18:46:43.702 INFO STEP 13 (pkg_install) COMPLETE
53252025-02-10T18:46:45.087Z[ host-image] Feb 10 18:46:43.703 INFO O| Feb 10 18:46:43.702 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
53262025-02-10T18:46:45.087Z[ host-image] Feb 10 18:46:43.722 INFO O| Feb 10 18:46:43.722 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
53272025-02-10T18:46:45.087Z[ recovery-image] Feb 10 18:46:43.817 INFO O| Feb 10 18:46:43.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53282025-02-10T18:46:45.087Z[ recovery-image] Feb 10 18:46:43.817 INFO O| Feb 10 18:46:43.817 INFO STEP 313 (remove_files) COMPLETE
53292025-02-10T18:46:45.087Z[ recovery-image] Feb 10 18:46:43.817 INFO O| Feb 10 18:46:43.817 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302025-02-10T18:46:45.087Z[ recovery-image] Feb 10 18:46:43.838 INFO O| Feb 10 18:46:43.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53312025-02-10T18:46:45.088Z[ recovery-image] Feb 10 18:46:43.838 INFO O| Feb 10 18:46:43.838 INFO STEP 314 (remove_files) COMPLETE
53322025-02-10T18:46:45.088Z[ recovery-image] Feb 10 18:46:43.838 INFO O| Feb 10 18:46:43.838 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332025-02-10T18:46:45.088Z[ recovery-image] Feb 10 18:46:43.857 INFO O| Feb 10 18:46:43.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53342025-02-10T18:46:45.088Z[ recovery-image] Feb 10 18:46:43.857 INFO O| Feb 10 18:46:43.857 INFO STEP 315 (remove_files) COMPLETE
53352025-02-10T18:46:45.088Z[ recovery-image] Feb 10 18:46:43.857 INFO O| Feb 10 18:46:43.857 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362025-02-10T18:46:45.088Z[ recovery-image] Feb 10 18:46:43.888 INFO O| Feb 10 18:46:43.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53372025-02-10T18:46:45.088Z[ recovery-image] Feb 10 18:46:43.888 INFO O| Feb 10 18:46:43.888 INFO STEP 316 (remove_files) COMPLETE
53382025-02-10T18:46:45.088Z[ recovery-image] Feb 10 18:46:43.888 INFO O| Feb 10 18:46:43.888 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392025-02-10T18:46:45.088Z[ recovery-image] Feb 10 18:46:43.929 INFO O| Feb 10 18:46:43.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53402025-02-10T18:46:45.088Z[ recovery-image] Feb 10 18:46:43.929 INFO O| Feb 10 18:46:43.929 INFO STEP 317 (remove_files) COMPLETE
53412025-02-10T18:46:45.088Z[ recovery-image] Feb 10 18:46:43.929 INFO O| Feb 10 18:46:43.929 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422025-02-10T18:46:45.088Z[ recovery-image] Feb 10 18:46:43.980 INFO O| Feb 10 18:46:43.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53432025-02-10T18:46:45.088Z[ recovery-image] Feb 10 18:46:43.980 INFO O| Feb 10 18:46:43.980 INFO STEP 318 (remove_files) COMPLETE
53442025-02-10T18:46:45.088Z[ recovery-image] Feb 10 18:46:43.980 INFO O| Feb 10 18:46:43.980 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452025-02-10T18:46:45.088Z[ recovery-image] Feb 10 18:46:44.000 INFO O| Feb 10 18:46:43.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53462025-02-10T18:46:45.088Z[ recovery-image] Feb 10 18:46:44.000 INFO O| Feb 10 18:46:44.000 INFO STEP 319 (remove_files) COMPLETE
53472025-02-10T18:46:45.088Z[ recovery-image] Feb 10 18:46:44.000 INFO O| Feb 10 18:46:44.000 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482025-02-10T18:46:45.088Z[ recovery-image] Feb 10 18:46:44.020 INFO O| Feb 10 18:46:44.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53492025-02-10T18:46:45.088Z[ recovery-image] Feb 10 18:46:44.020 INFO O| Feb 10 18:46:44.020 INFO STEP 320 (remove_files) COMPLETE
53502025-02-10T18:46:45.088Z[ recovery-image] Feb 10 18:46:44.020 INFO O| Feb 10 18:46:44.020 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512025-02-10T18:46:45.114Z[ recovery-image] Feb 10 18:46:44.060 INFO O| Feb 10 18:46:44.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53522025-02-10T18:46:45.114Z[ recovery-image] Feb 10 18:46:44.060 INFO O| Feb 10 18:46:44.060 INFO STEP 321 (remove_files) COMPLETE
53532025-02-10T18:46:45.114Z[ recovery-image] Feb 10 18:46:44.060 INFO O| Feb 10 18:46:44.060 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542025-02-10T18:46:45.143Z[ recovery-image] Feb 10 18:46:44.089 INFO O| Feb 10 18:46:44.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53552025-02-10T18:46:45.143Z[ recovery-image] Feb 10 18:46:44.089 INFO O| Feb 10 18:46:44.089 INFO STEP 322 (remove_files) COMPLETE
53562025-02-10T18:46:45.143Z[ recovery-image] Feb 10 18:46:44.089 INFO O| Feb 10 18:46:44.089 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572025-02-10T18:46:45.163Z[ recovery-image] Feb 10 18:46:44.110 INFO O| Feb 10 18:46:44.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53582025-02-10T18:46:45.163Z[ recovery-image] Feb 10 18:46:44.110 INFO O| Feb 10 18:46:44.110 INFO STEP 323 (remove_files) COMPLETE
53592025-02-10T18:46:45.166Z[ recovery-image] Feb 10 18:46:44.110 INFO O| Feb 10 18:46:44.110 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602025-02-10T18:46:45.184Z[ recovery-image] Feb 10 18:46:44.130 INFO O| Feb 10 18:46:44.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53612025-02-10T18:46:45.184Z[ recovery-image] Feb 10 18:46:44.130 INFO O| Feb 10 18:46:44.130 INFO STEP 324 (remove_files) COMPLETE
53622025-02-10T18:46:45.186Z[ recovery-image] Feb 10 18:46:44.130 INFO O| Feb 10 18:46:44.130 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632025-02-10T18:46:45.204Z[ recovery-image] Feb 10 18:46:44.150 INFO O| Feb 10 18:46:44.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53642025-02-10T18:46:45.204Z[ recovery-image] Feb 10 18:46:44.150 INFO O| Feb 10 18:46:44.150 INFO STEP 325 (remove_files) COMPLETE
53652025-02-10T18:46:45.204Z[ recovery-image] Feb 10 18:46:44.150 INFO O| Feb 10 18:46:44.150 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662025-02-10T18:46:45.233Z[ recovery-image] Feb 10 18:46:44.180 INFO O| Feb 10 18:46:44.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53672025-02-10T18:46:45.234Z[ recovery-image] Feb 10 18:46:44.180 INFO O| Feb 10 18:46:44.180 INFO STEP 326 (remove_files) COMPLETE
53682025-02-10T18:46:45.234Z[ recovery-image] Feb 10 18:46:44.180 INFO O| Feb 10 18:46:44.180 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692025-02-10T18:46:45.282Z[ recovery-image] Feb 10 18:46:44.228 INFO O| Feb 10 18:46:44.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53702025-02-10T18:46:45.282Z[ recovery-image] Feb 10 18:46:44.228 INFO O| Feb 10 18:46:44.228 INFO STEP 327 (remove_files) COMPLETE
53712025-02-10T18:46:45.282Z[ recovery-image] Feb 10 18:46:44.228 INFO O| Feb 10 18:46:44.228 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722025-02-10T18:46:45.305Z[ recovery-image] Feb 10 18:46:44.252 INFO O| Feb 10 18:46:44.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53732025-02-10T18:46:45.329Z[ recovery-image] Feb 10 18:46:44.276 INFO O| Feb 10 18:46:44.276 INFO STEP 328 (remove_files) COMPLETE
53742025-02-10T18:46:45.329Z[ recovery-image] Feb 10 18:46:44.276 INFO O| Feb 10 18:46:44.276 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752025-02-10T18:46:45.394Z[ recovery-image] Feb 10 18:46:44.340 INFO O| Feb 10 18:46:44.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53762025-02-10T18:46:45.394Z[ recovery-image] Feb 10 18:46:44.340 INFO O| Feb 10 18:46:44.340 INFO STEP 329 (remove_files) COMPLETE
53772025-02-10T18:46:45.394Z[ recovery-image] Feb 10 18:46:44.340 INFO O| Feb 10 18:46:44.340 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782025-02-10T18:46:45.434Z[ recovery-image] Feb 10 18:46:44.381 INFO O| Feb 10 18:46:44.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53792025-02-10T18:46:45.434Z[ recovery-image] Feb 10 18:46:44.381 INFO O| Feb 10 18:46:44.381 INFO STEP 330 (remove_files) COMPLETE
53802025-02-10T18:46:45.437Z[ recovery-image] Feb 10 18:46:44.381 INFO O| Feb 10 18:46:44.381 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812025-02-10T18:46:45.476Z[ recovery-image] Feb 10 18:46:44.422 INFO O| Feb 10 18:46:44.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53822025-02-10T18:46:45.476Z[ recovery-image] Feb 10 18:46:44.422 INFO O| Feb 10 18:46:44.422 INFO STEP 331 (remove_files) COMPLETE
53832025-02-10T18:46:45.476Z[ recovery-image] Feb 10 18:46:44.422 INFO O| Feb 10 18:46:44.422 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842025-02-10T18:46:45.523Z[ recovery-image] Feb 10 18:46:44.469 INFO O| Feb 10 18:46:44.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53852025-02-10T18:46:45.523Z[ recovery-image] Feb 10 18:46:44.469 INFO O| Feb 10 18:46:44.469 INFO STEP 332 (remove_files) COMPLETE
53862025-02-10T18:46:45.523Z[ recovery-image] Feb 10 18:46:44.469 INFO O| Feb 10 18:46:44.469 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872025-02-10T18:46:45.585Z[ recovery-image] Feb 10 18:46:44.531 INFO O| Feb 10 18:46:44.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53882025-02-10T18:46:45.585Z[ recovery-image] Feb 10 18:46:44.531 INFO O| Feb 10 18:46:44.531 INFO STEP 333 (remove_files) COMPLETE
53892025-02-10T18:46:45.585Z[ recovery-image] Feb 10 18:46:44.531 INFO O| Feb 10 18:46:44.531 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902025-02-10T18:46:45.629Z[ recovery-image] Feb 10 18:46:44.575 INFO O| Feb 10 18:46:44.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53912025-02-10T18:46:45.629Z[ recovery-image] Feb 10 18:46:44.575 INFO O| Feb 10 18:46:44.575 INFO STEP 334 (remove_files) COMPLETE
53922025-02-10T18:46:45.629Z[ recovery-image] Feb 10 18:46:44.575 INFO O| Feb 10 18:46:44.575 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932025-02-10T18:46:45.686Z[ recovery-image] Feb 10 18:46:44.633 INFO O| Feb 10 18:46:44.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53942025-02-10T18:46:45.686Z[ recovery-image] Feb 10 18:46:44.633 INFO O| Feb 10 18:46:44.633 INFO STEP 335 (remove_files) COMPLETE
53952025-02-10T18:46:45.686Z[ recovery-image] Feb 10 18:46:44.633 INFO O| Feb 10 18:46:44.633 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962025-02-10T18:46:45.712Z[ recovery-image] Feb 10 18:46:44.658 INFO O| Feb 10 18:46:44.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
53972025-02-10T18:46:45.712Z[ recovery-image] Feb 10 18:46:44.658 INFO O| Feb 10 18:46:44.658 INFO STEP 336 (remove_files) COMPLETE
53982025-02-10T18:46:45.714Z[ recovery-image] Feb 10 18:46:44.658 INFO O| Feb 10 18:46:44.658 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992025-02-10T18:46:45.736Z[ recovery-image] Feb 10 18:46:44.680 INFO O| Feb 10 18:46:44.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54002025-02-10T18:46:45.736Z[ recovery-image] Feb 10 18:46:44.681 INFO O| Feb 10 18:46:44.681 INFO STEP 337 (remove_files) COMPLETE
54012025-02-10T18:46:45.736Z[ recovery-image] Feb 10 18:46:44.681 INFO O| Feb 10 18:46:44.681 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022025-02-10T18:46:45.754Z[ recovery-image] Feb 10 18:46:44.700 INFO O| Feb 10 18:46:44.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54032025-02-10T18:46:45.754Z[ recovery-image] Feb 10 18:46:44.700 INFO O| Feb 10 18:46:44.700 INFO STEP 338 (remove_files) COMPLETE
54042025-02-10T18:46:45.754Z[ recovery-image] Feb 10 18:46:44.700 INFO O| Feb 10 18:46:44.700 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052025-02-10T18:46:45.773Z[ recovery-image] Feb 10 18:46:44.720 INFO O| Feb 10 18:46:44.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54062025-02-10T18:46:45.773Z[ recovery-image] Feb 10 18:46:44.720 INFO O| Feb 10 18:46:44.720 INFO STEP 339 (remove_files) COMPLETE
54072025-02-10T18:46:45.773Z[ recovery-image] Feb 10 18:46:44.720 INFO O| Feb 10 18:46:44.720 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082025-02-10T18:46:45.796Z[ recovery-image] Feb 10 18:46:44.742 INFO O| Feb 10 18:46:44.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54092025-02-10T18:46:45.796Z[ recovery-image] Feb 10 18:46:44.742 INFO O| Feb 10 18:46:44.742 INFO STEP 340 (remove_files) COMPLETE
54102025-02-10T18:46:45.796Z[ recovery-image] Feb 10 18:46:44.742 INFO O| Feb 10 18:46:44.742 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112025-02-10T18:46:45.854Z[ recovery-image] Feb 10 18:46:44.801 INFO O| Feb 10 18:46:44.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54122025-02-10T18:46:45.855Z[ recovery-image] Feb 10 18:46:44.801 INFO O| Feb 10 18:46:44.801 INFO STEP 341 (remove_files) COMPLETE
54132025-02-10T18:46:45.855Z[ recovery-image] Feb 10 18:46:44.801 INFO O| Feb 10 18:46:44.801 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142025-02-10T18:46:45.876Z[ recovery-image] Feb 10 18:46:44.822 INFO O| Feb 10 18:46:44.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54152025-02-10T18:46:45.876Z[ recovery-image] Feb 10 18:46:44.822 INFO O| Feb 10 18:46:44.822 INFO STEP 342 (remove_files) COMPLETE
54162025-02-10T18:46:45.877Z[ recovery-image] Feb 10 18:46:44.822 INFO O| Feb 10 18:46:44.822 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172025-02-10T18:46:45.879Z[ host-image] Feb 10 18:46:44.823 INFO O| Feb 10 18:46:44.823 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
54182025-02-10T18:46:45.897Z[ recovery-image] Feb 10 18:46:44.843 INFO O| Feb 10 18:46:44.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54192025-02-10T18:46:45.897Z[ recovery-image] Feb 10 18:46:44.843 INFO O| Feb 10 18:46:44.843 INFO STEP 343 (remove_files) COMPLETE
54202025-02-10T18:46:45.898Z[ recovery-image] Feb 10 18:46:44.843 INFO O| Feb 10 18:46:44.843 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212025-02-10T18:46:45.939Z[ recovery-image] Feb 10 18:46:44.886 INFO O| Feb 10 18:46:44.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54222025-02-10T18:46:45.939Z[ recovery-image] Feb 10 18:46:44.886 INFO O| Feb 10 18:46:44.886 INFO STEP 344 (remove_files) COMPLETE
54232025-02-10T18:46:45.942Z[ recovery-image] Feb 10 18:46:44.886 INFO O| Feb 10 18:46:44.886 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242025-02-10T18:46:46.014Z[ recovery-image] Feb 10 18:46:44.960 INFO O| Feb 10 18:46:44.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54252025-02-10T18:46:46.014Z[ recovery-image] Feb 10 18:46:44.960 INFO O| Feb 10 18:46:44.960 INFO STEP 345 (remove_files) COMPLETE
54262025-02-10T18:46:46.014Z[ recovery-image] Feb 10 18:46:44.960 INFO O| Feb 10 18:46:44.960 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272025-02-10T18:46:46.072Z[ recovery-image] Feb 10 18:46:45.019 INFO O| Feb 10 18:46:45.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54282025-02-10T18:46:46.073Z[ recovery-image] Feb 10 18:46:45.019 INFO O| Feb 10 18:46:45.019 INFO STEP 346 (remove_files) COMPLETE
54292025-02-10T18:46:46.073Z[ recovery-image] Feb 10 18:46:45.019 INFO O| Feb 10 18:46:45.019 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302025-02-10T18:46:46.134Z[ recovery-image] Feb 10 18:46:45.081 INFO O| Feb 10 18:46:45.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54312025-02-10T18:46:46.134Z[ recovery-image] Feb 10 18:46:45.081 INFO O| Feb 10 18:46:45.081 INFO STEP 347 (remove_files) COMPLETE
54322025-02-10T18:46:46.134Z[ recovery-image] Feb 10 18:46:45.081 INFO O| Feb 10 18:46:45.081 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332025-02-10T18:46:46.156Z[ recovery-image] Feb 10 18:46:45.102 INFO O| Feb 10 18:46:45.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54342025-02-10T18:46:46.156Z[ recovery-image] Feb 10 18:46:45.102 INFO O| Feb 10 18:46:45.102 INFO STEP 348 (remove_files) COMPLETE
54352025-02-10T18:46:46.156Z[ recovery-image] Feb 10 18:46:45.102 INFO O| Feb 10 18:46:45.102 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362025-02-10T18:46:46.210Z[ recovery-image] Feb 10 18:46:45.157 INFO O| Feb 10 18:46:45.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54372025-02-10T18:46:46.210Z[ recovery-image] Feb 10 18:46:45.157 INFO O| Feb 10 18:46:45.157 INFO STEP 349 (remove_files) COMPLETE
54382025-02-10T18:46:46.210Z[ recovery-image] Feb 10 18:46:45.157 INFO O| Feb 10 18:46:45.157 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392025-02-10T18:46:46.230Z[ recovery-image] Feb 10 18:46:45.176 INFO O| Feb 10 18:46:45.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54402025-02-10T18:46:46.230Z[ recovery-image] Feb 10 18:46:45.176 INFO O| Feb 10 18:46:45.176 INFO STEP 350 (remove_files) COMPLETE
54412025-02-10T18:46:46.230Z[ recovery-image] Feb 10 18:46:45.176 INFO O| Feb 10 18:46:45.176 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422025-02-10T18:46:46.251Z[ recovery-image] Feb 10 18:46:45.198 INFO O| Feb 10 18:46:45.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54432025-02-10T18:46:46.252Z[ recovery-image] Feb 10 18:46:45.198 INFO O| Feb 10 18:46:45.198 INFO STEP 351 (remove_files) COMPLETE
54442025-02-10T18:46:46.254Z[ recovery-image] Feb 10 18:46:45.198 INFO O| Feb 10 18:46:45.198 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452025-02-10T18:46:46.302Z[ recovery-image] Feb 10 18:46:45.249 INFO O| Feb 10 18:46:45.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54462025-02-10T18:46:46.302Z[ recovery-image] Feb 10 18:46:45.249 INFO O| Feb 10 18:46:45.249 INFO STEP 352 (remove_files) COMPLETE
54472025-02-10T18:46:46.302Z[ recovery-image] Feb 10 18:46:45.249 INFO O| Feb 10 18:46:45.249 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482025-02-10T18:46:46.324Z[ recovery-image] Feb 10 18:46:45.270 INFO O| Feb 10 18:46:45.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54492025-02-10T18:46:46.324Z[ recovery-image] Feb 10 18:46:45.270 INFO O| Feb 10 18:46:45.270 INFO STEP 353 (remove_files) COMPLETE
54502025-02-10T18:46:46.324Z[ recovery-image] Feb 10 18:46:45.270 INFO O| Feb 10 18:46:45.270 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512025-02-10T18:46:46.343Z[ recovery-image] Feb 10 18:46:45.290 INFO O| Feb 10 18:46:45.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54522025-02-10T18:46:46.363Z[ recovery-image] Feb 10 18:46:45.310 INFO O| Feb 10 18:46:45.310 INFO STEP 354 (remove_files) COMPLETE
54532025-02-10T18:46:46.363Z[ recovery-image] Feb 10 18:46:45.310 INFO O| Feb 10 18:46:45.310 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542025-02-10T18:46:46.395Z[ recovery-image] Feb 10 18:46:45.341 INFO O| Feb 10 18:46:45.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54552025-02-10T18:46:46.395Z[ recovery-image] Feb 10 18:46:45.341 INFO O| Feb 10 18:46:45.341 INFO STEP 355 (remove_files) COMPLETE
54562025-02-10T18:46:46.397Z[ recovery-image] Feb 10 18:46:45.341 INFO O| Feb 10 18:46:45.341 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572025-02-10T18:46:46.414Z[ recovery-image] Feb 10 18:46:45.360 INFO O| Feb 10 18:46:45.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54582025-02-10T18:46:46.414Z[ recovery-image] Feb 10 18:46:45.360 INFO O| Feb 10 18:46:45.360 INFO STEP 356 (remove_files) COMPLETE
54592025-02-10T18:46:46.417Z[ recovery-image] Feb 10 18:46:45.361 INFO O| Feb 10 18:46:45.360 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602025-02-10T18:46:46.449Z[ recovery-image] Feb 10 18:46:45.396 INFO O| Feb 10 18:46:45.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54612025-02-10T18:46:46.449Z[ recovery-image] Feb 10 18:46:45.396 INFO O| Feb 10 18:46:45.396 INFO STEP 357 (remove_files) COMPLETE
54622025-02-10T18:46:46.449Z[ recovery-image] Feb 10 18:46:45.396 INFO O| Feb 10 18:46:45.396 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632025-02-10T18:46:46.477Z[ recovery-image] Feb 10 18:46:45.423 INFO O| Feb 10 18:46:45.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54642025-02-10T18:46:46.477Z[ recovery-image] Feb 10 18:46:45.423 INFO O| Feb 10 18:46:45.423 INFO STEP 358 (remove_files) COMPLETE
54652025-02-10T18:46:46.477Z[ recovery-image] Feb 10 18:46:45.423 INFO O| Feb 10 18:46:45.423 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662025-02-10T18:46:46.498Z[ recovery-image] Feb 10 18:46:45.444 INFO O| Feb 10 18:46:45.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54672025-02-10T18:46:46.498Z[ recovery-image] Feb 10 18:46:45.444 INFO O| Feb 10 18:46:45.444 INFO STEP 359 (remove_files) COMPLETE
54682025-02-10T18:46:46.498Z[ recovery-image] Feb 10 18:46:45.444 INFO O| Feb 10 18:46:45.444 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692025-02-10T18:46:46.517Z[ recovery-image] Feb 10 18:46:45.463 INFO O| Feb 10 18:46:45.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54702025-02-10T18:46:46.517Z[ recovery-image] Feb 10 18:46:45.463 INFO O| Feb 10 18:46:45.463 INFO STEP 360 (remove_files) COMPLETE
54712025-02-10T18:46:46.519Z[ recovery-image] Feb 10 18:46:45.463 INFO O| Feb 10 18:46:45.463 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722025-02-10T18:46:46.536Z[ recovery-image] Feb 10 18:46:45.483 INFO O| Feb 10 18:46:45.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
54732025-02-10T18:46:46.536Z[ recovery-image] Feb 10 18:46:45.483 INFO O| Feb 10 18:46:45.483 INFO STEP 361 (remove_files) COMPLETE
54742025-02-10T18:46:46.539Z[ recovery-image] Feb 10 18:46:45.483 INFO O| Feb 10 18:46:45.483 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752025-02-10T18:46:46.561Z[ recovery-image] Feb 10 18:46:45.507 INFO O| Feb 10 18:46:45.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
54762025-02-10T18:46:46.561Z[ recovery-image] Feb 10 18:46:45.507 INFO O| Feb 10 18:46:45.507 INFO STEP 362 (remove_files) COMPLETE
54772025-02-10T18:46:46.563Z[ recovery-image] Feb 10 18:46:45.507 INFO O| Feb 10 18:46:45.507 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782025-02-10T18:46:46.615Z[ recovery-image] Feb 10 18:46:45.561 INFO O| Feb 10 18:46:45.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
54792025-02-10T18:46:46.615Z[ recovery-image] Feb 10 18:46:45.561 INFO O| Feb 10 18:46:45.561 INFO STEP 363 (remove_files) COMPLETE
54802025-02-10T18:46:46.615Z[ recovery-image] Feb 10 18:46:45.561 INFO O| Feb 10 18:46:45.561 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812025-02-10T18:46:46.644Z[ recovery-image] Feb 10 18:46:45.590 INFO O| Feb 10 18:46:45.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
54822025-02-10T18:46:46.647Z[ recovery-image] Feb 10 18:46:45.590 INFO O| Feb 10 18:46:45.590 INFO STEP 364 (remove_files) COMPLETE
54832025-02-10T18:46:46.647Z[ recovery-image] Feb 10 18:46:45.590 INFO O| Feb 10 18:46:45.590 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842025-02-10T18:46:46.665Z[ recovery-image] Feb 10 18:46:45.611 INFO O| Feb 10 18:46:45.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
54852025-02-10T18:46:46.667Z[ recovery-image] Feb 10 18:46:45.611 INFO O| Feb 10 18:46:45.611 INFO STEP 365 (remove_files) COMPLETE
54862025-02-10T18:46:46.667Z[ recovery-image] Feb 10 18:46:45.611 INFO O| Feb 10 18:46:45.611 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872025-02-10T18:46:46.729Z[ recovery-image] Feb 10 18:46:45.675 INFO O| Feb 10 18:46:45.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
54882025-02-10T18:46:46.732Z[ recovery-image] Feb 10 18:46:45.675 INFO O| Feb 10 18:46:45.675 INFO STEP 366 (remove_files) COMPLETE
54892025-02-10T18:46:46.732Z[ recovery-image] Feb 10 18:46:45.676 INFO O| Feb 10 18:46:45.675 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902025-02-10T18:46:46.752Z[ recovery-image] Feb 10 18:46:45.698 INFO O| Feb 10 18:46:45.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
54912025-02-10T18:46:46.755Z[ recovery-image] Feb 10 18:46:45.698 INFO O| Feb 10 18:46:45.698 INFO STEP 367 (remove_files) COMPLETE
54922025-02-10T18:46:46.755Z[ recovery-image] Feb 10 18:46:45.699 INFO O| Feb 10 18:46:45.698 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932025-02-10T18:46:46.771Z[ recovery-image] Feb 10 18:46:45.718 INFO O| Feb 10 18:46:45.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
54942025-02-10T18:46:46.771Z[ recovery-image] Feb 10 18:46:45.718 INFO O| Feb 10 18:46:45.718 INFO STEP 368 (remove_files) COMPLETE
54952025-02-10T18:46:46.774Z[ recovery-image] Feb 10 18:46:45.718 INFO O| Feb 10 18:46:45.718 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962025-02-10T18:46:46.790Z[ recovery-image] Feb 10 18:46:45.737 INFO O| Feb 10 18:46:45.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
54972025-02-10T18:46:46.793Z[ recovery-image] Feb 10 18:46:45.737 INFO O| Feb 10 18:46:45.737 INFO STEP 369 (remove_files) COMPLETE
54982025-02-10T18:46:46.793Z[ recovery-image] Feb 10 18:46:45.737 INFO O| Feb 10 18:46:45.737 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992025-02-10T18:46:46.809Z[ recovery-image] Feb 10 18:46:45.756 INFO O| Feb 10 18:46:45.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55002025-02-10T18:46:46.812Z[ recovery-image] Feb 10 18:46:45.756 INFO O| Feb 10 18:46:45.756 INFO STEP 370 (remove_files) COMPLETE
55012025-02-10T18:46:46.812Z[ recovery-image] Feb 10 18:46:45.756 INFO O| Feb 10 18:46:45.756 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022025-02-10T18:46:46.831Z[ recovery-image] Feb 10 18:46:45.777 INFO O| Feb 10 18:46:45.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55032025-02-10T18:46:46.833Z[ recovery-image] Feb 10 18:46:45.777 INFO O| Feb 10 18:46:45.777 INFO STEP 371 (remove_files) COMPLETE
55042025-02-10T18:46:46.833Z[ recovery-image] Feb 10 18:46:45.778 INFO O| Feb 10 18:46:45.778 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052025-02-10T18:46:46.850Z[ recovery-image] Feb 10 18:46:45.797 INFO O| Feb 10 18:46:45.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55062025-02-10T18:46:46.853Z[ recovery-image] Feb 10 18:46:45.797 INFO O| Feb 10 18:46:45.797 INFO STEP 372 (remove_files) COMPLETE
55072025-02-10T18:46:46.853Z[ recovery-image] Feb 10 18:46:45.797 INFO O| Feb 10 18:46:45.797 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082025-02-10T18:46:46.928Z[ recovery-image] Feb 10 18:46:45.874 INFO O| Feb 10 18:46:45.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55092025-02-10T18:46:46.931Z[ recovery-image] Feb 10 18:46:45.874 INFO O| Feb 10 18:46:45.874 INFO STEP 373 (remove_files) COMPLETE
55102025-02-10T18:46:46.931Z[ recovery-image] Feb 10 18:46:45.875 INFO O| Feb 10 18:46:45.874 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112025-02-10T18:46:46.949Z[ recovery-image] Feb 10 18:46:45.895 INFO O| Feb 10 18:46:45.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55122025-02-10T18:46:46.952Z[ recovery-image] Feb 10 18:46:45.896 INFO O| Feb 10 18:46:45.896 INFO STEP 374 (remove_files) COMPLETE
55132025-02-10T18:46:46.952Z[ recovery-image] Feb 10 18:46:45.896 INFO O| Feb 10 18:46:45.896 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142025-02-10T18:46:46.970Z[ recovery-image] Feb 10 18:46:45.917 INFO O| Feb 10 18:46:45.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55152025-02-10T18:46:46.973Z[ recovery-image] Feb 10 18:46:45.917 INFO O| Feb 10 18:46:45.917 INFO STEP 375 (remove_files) COMPLETE
55162025-02-10T18:46:46.973Z[ recovery-image] Feb 10 18:46:45.917 INFO O| Feb 10 18:46:45.917 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172025-02-10T18:46:47.008Z[ recovery-image] Feb 10 18:46:45.955 INFO O| Feb 10 18:46:45.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55182025-02-10T18:46:47.008Z[ recovery-image] Feb 10 18:46:45.955 INFO O| Feb 10 18:46:45.955 INFO STEP 376 (remove_files) COMPLETE
55192025-02-10T18:46:47.008Z[ recovery-image] Feb 10 18:46:45.955 INFO O| Feb 10 18:46:45.955 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202025-02-10T18:46:47.068Z[ recovery-image] Feb 10 18:46:46.014 INFO O| Feb 10 18:46:46.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55212025-02-10T18:46:47.068Z[ recovery-image] Feb 10 18:46:46.014 INFO O| Feb 10 18:46:46.014 INFO STEP 377 (remove_files) COMPLETE
55222025-02-10T18:46:47.068Z[ recovery-image] Feb 10 18:46:46.014 INFO O| Feb 10 18:46:46.014 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232025-02-10T18:46:47.087Z[ recovery-image] Feb 10 18:46:46.034 INFO O| Feb 10 18:46:46.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55242025-02-10T18:46:47.087Z[ recovery-image] Feb 10 18:46:46.034 INFO O| Feb 10 18:46:46.034 INFO STEP 378 (remove_files) COMPLETE
55252025-02-10T18:46:47.088Z[ recovery-image] Feb 10 18:46:46.034 INFO O| Feb 10 18:46:46.034 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262025-02-10T18:46:47.108Z[ recovery-image] Feb 10 18:46:46.053 INFO O| Feb 10 18:46:46.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55272025-02-10T18:46:47.108Z[ recovery-image] Feb 10 18:46:46.053 INFO O| Feb 10 18:46:46.053 INFO STEP 379 (remove_files) COMPLETE
55282025-02-10T18:46:47.108Z[ recovery-image] Feb 10 18:46:46.053 INFO O| Feb 10 18:46:46.053 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292025-02-10T18:46:47.125Z[ recovery-image] Feb 10 18:46:46.071 INFO O| Feb 10 18:46:46.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55302025-02-10T18:46:47.125Z[ recovery-image] Feb 10 18:46:46.071 INFO O| Feb 10 18:46:46.071 INFO STEP 380 (remove_files) COMPLETE
55312025-02-10T18:46:47.127Z[ recovery-image] Feb 10 18:46:46.071 INFO O| Feb 10 18:46:46.071 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322025-02-10T18:46:47.162Z[ recovery-image] Feb 10 18:46:46.109 INFO O| Feb 10 18:46:46.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55332025-02-10T18:46:47.165Z[ recovery-image] Feb 10 18:46:46.109 INFO O| Feb 10 18:46:46.109 INFO STEP 381 (remove_files) COMPLETE
55342025-02-10T18:46:47.165Z[ recovery-image] Feb 10 18:46:46.109 INFO O| Feb 10 18:46:46.109 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352025-02-10T18:46:47.185Z[ recovery-image] Feb 10 18:46:46.131 INFO O| Feb 10 18:46:46.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55362025-02-10T18:46:47.188Z[ recovery-image] Feb 10 18:46:46.131 INFO O| Feb 10 18:46:46.131 INFO STEP 382 (remove_files) COMPLETE
55372025-02-10T18:46:47.188Z[ recovery-image] Feb 10 18:46:46.132 INFO O| Feb 10 18:46:46.131 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382025-02-10T18:46:47.216Z[ recovery-image] Feb 10 18:46:46.162 INFO O| Feb 10 18:46:46.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55392025-02-10T18:46:47.216Z[ recovery-image] Feb 10 18:46:46.163 INFO O| Feb 10 18:46:46.163 INFO STEP 383 (remove_files) COMPLETE
55402025-02-10T18:46:47.216Z[ recovery-image] Feb 10 18:46:46.163 INFO O| Feb 10 18:46:46.163 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412025-02-10T18:46:47.235Z[ recovery-image] Feb 10 18:46:46.182 INFO O| Feb 10 18:46:46.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55422025-02-10T18:46:47.235Z[ recovery-image] Feb 10 18:46:46.182 INFO O| Feb 10 18:46:46.182 INFO STEP 384 (remove_files) COMPLETE
55432025-02-10T18:46:47.235Z[ recovery-image] Feb 10 18:46:46.182 INFO O| Feb 10 18:46:46.182 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442025-02-10T18:46:47.271Z[ recovery-image] Feb 10 18:46:46.217 INFO O| Feb 10 18:46:46.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55452025-02-10T18:46:47.274Z[ recovery-image] Feb 10 18:46:46.217 INFO O| Feb 10 18:46:46.217 INFO STEP 385 (remove_files) COMPLETE
55462025-02-10T18:46:47.274Z[ recovery-image] Feb 10 18:46:46.217 INFO O| Feb 10 18:46:46.217 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472025-02-10T18:46:47.318Z[ recovery-image] Feb 10 18:46:46.264 INFO O| Feb 10 18:46:46.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55482025-02-10T18:46:47.321Z[ recovery-image] Feb 10 18:46:46.265 INFO O| Feb 10 18:46:46.264 INFO STEP 386 (remove_files) COMPLETE
55492025-02-10T18:46:47.321Z[ recovery-image] Feb 10 18:46:46.265 INFO O| Feb 10 18:46:46.265 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502025-02-10T18:46:47.339Z[ recovery-image] Feb 10 18:46:46.285 INFO O| Feb 10 18:46:46.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55512025-02-10T18:46:47.343Z[ recovery-image] Feb 10 18:46:46.285 INFO O| Feb 10 18:46:46.285 INFO STEP 387 (remove_files) COMPLETE
55522025-02-10T18:46:47.343Z[ recovery-image] Feb 10 18:46:46.285 INFO O| Feb 10 18:46:46.285 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532025-02-10T18:46:47.359Z[ recovery-image] Feb 10 18:46:46.306 INFO O| Feb 10 18:46:46.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55542025-02-10T18:46:47.362Z[ recovery-image] Feb 10 18:46:46.306 INFO O| Feb 10 18:46:46.306 INFO STEP 388 (remove_files) COMPLETE
55552025-02-10T18:46:47.362Z[ recovery-image] Feb 10 18:46:46.306 INFO O| Feb 10 18:46:46.306 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562025-02-10T18:46:47.391Z[ recovery-image] Feb 10 18:46:46.337 INFO O| Feb 10 18:46:46.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55572025-02-10T18:46:47.391Z[ recovery-image] Feb 10 18:46:46.337 INFO O| Feb 10 18:46:46.337 INFO STEP 389 (remove_files) COMPLETE
55582025-02-10T18:46:47.391Z[ recovery-image] Feb 10 18:46:46.337 INFO O| Feb 10 18:46:46.337 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592025-02-10T18:46:47.411Z[ recovery-image] Feb 10 18:46:46.357 INFO O| Feb 10 18:46:46.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55602025-02-10T18:46:47.411Z[ recovery-image] Feb 10 18:46:46.357 INFO O| Feb 10 18:46:46.357 INFO STEP 390 (remove_files) COMPLETE
55612025-02-10T18:46:47.415Z[ recovery-image] Feb 10 18:46:46.357 INFO O| Feb 10 18:46:46.357 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622025-02-10T18:46:47.432Z[ recovery-image] Feb 10 18:46:46.378 INFO O| Feb 10 18:46:46.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55632025-02-10T18:46:47.432Z[ recovery-image] Feb 10 18:46:46.378 INFO O| Feb 10 18:46:46.378 INFO STEP 391 (remove_files) COMPLETE
55642025-02-10T18:46:47.435Z[ recovery-image] Feb 10 18:46:46.379 INFO O| Feb 10 18:46:46.378 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652025-02-10T18:46:47.464Z[ recovery-image] Feb 10 18:46:46.410 INFO O| Feb 10 18:46:46.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55662025-02-10T18:46:47.467Z[ recovery-image] Feb 10 18:46:46.410 INFO O| Feb 10 18:46:46.410 INFO STEP 392 (remove_files) COMPLETE
55672025-02-10T18:46:47.467Z[ recovery-image] Feb 10 18:46:46.410 INFO O| Feb 10 18:46:46.410 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682025-02-10T18:46:47.497Z[ recovery-image] Feb 10 18:46:46.444 INFO O| Feb 10 18:46:46.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55692025-02-10T18:46:47.500Z[ recovery-image] Feb 10 18:46:46.444 INFO O| Feb 10 18:46:46.444 INFO STEP 393 (remove_files) COMPLETE
55702025-02-10T18:46:47.500Z[ recovery-image] Feb 10 18:46:46.444 INFO O| Feb 10 18:46:46.444 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712025-02-10T18:46:47.518Z[ recovery-image] Feb 10 18:46:46.464 INFO O| Feb 10 18:46:46.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
55722025-02-10T18:46:47.518Z[ recovery-image] Feb 10 18:46:46.464 INFO O| Feb 10 18:46:46.464 INFO STEP 394 (remove_files) COMPLETE
55732025-02-10T18:46:47.518Z[ recovery-image] Feb 10 18:46:46.464 INFO O| Feb 10 18:46:46.464 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742025-02-10T18:46:47.592Z[ recovery-image] Feb 10 18:46:46.539 INFO O| Feb 10 18:46:46.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
55752025-02-10T18:46:47.592Z[ recovery-image] Feb 10 18:46:46.539 INFO O| Feb 10 18:46:46.539 INFO STEP 395 (remove_files) COMPLETE
55762025-02-10T18:46:47.595Z[ recovery-image] Feb 10 18:46:46.539 INFO O| Feb 10 18:46:46.539 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772025-02-10T18:46:47.614Z[ recovery-image] Feb 10 18:46:46.560 INFO O| Feb 10 18:46:46.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
55782025-02-10T18:46:47.614Z[ recovery-image] Feb 10 18:46:46.560 INFO O| Feb 10 18:46:46.560 INFO STEP 396 (remove_files) COMPLETE
55792025-02-10T18:46:47.614Z[ recovery-image] Feb 10 18:46:46.561 INFO O| Feb 10 18:46:46.560 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802025-02-10T18:46:47.637Z[ recovery-image] Feb 10 18:46:46.583 INFO O| Feb 10 18:46:46.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
55812025-02-10T18:46:47.639Z[ recovery-image] Feb 10 18:46:46.584 INFO O| Feb 10 18:46:46.583 INFO STEP 397 (remove_files) COMPLETE
55822025-02-10T18:46:47.639Z[ recovery-image] Feb 10 18:46:46.584 INFO O| Feb 10 18:46:46.584 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832025-02-10T18:46:47.657Z[ recovery-image] Feb 10 18:46:46.604 INFO O| Feb 10 18:46:46.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
55842025-02-10T18:46:47.660Z[ recovery-image] Feb 10 18:46:46.604 INFO O| Feb 10 18:46:46.604 INFO STEP 398 (remove_files) COMPLETE
55852025-02-10T18:46:47.660Z[ recovery-image] Feb 10 18:46:46.604 INFO O| Feb 10 18:46:46.604 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862025-02-10T18:46:47.678Z[ recovery-image] Feb 10 18:46:46.624 INFO O| Feb 10 18:46:46.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
55872025-02-10T18:46:47.678Z[ recovery-image] Feb 10 18:46:46.625 INFO O| Feb 10 18:46:46.625 INFO STEP 399 (remove_files) COMPLETE
55882025-02-10T18:46:47.681Z[ recovery-image] Feb 10 18:46:46.625 INFO O| Feb 10 18:46:46.625 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892025-02-10T18:46:47.698Z[ recovery-image] Feb 10 18:46:46.645 INFO O| Feb 10 18:46:46.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
55902025-02-10T18:46:47.701Z[ recovery-image] Feb 10 18:46:46.645 INFO O| Feb 10 18:46:46.645 INFO STEP 400 (remove_files) COMPLETE
55912025-02-10T18:46:47.701Z[ recovery-image] Feb 10 18:46:46.645 INFO O| Feb 10 18:46:46.645 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922025-02-10T18:46:47.913Z[ recovery-image] Feb 10 18:46:46.859 INFO O| Feb 10 18:46:46.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
55932025-02-10T18:46:47.913Z[ recovery-image] Feb 10 18:46:46.860 INFO O| Feb 10 18:46:46.860 INFO STEP 401 (remove_files) COMPLETE
55942025-02-10T18:46:47.916Z[ recovery-image] Feb 10 18:46:46.860 INFO O| Feb 10 18:46:46.860 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952025-02-10T18:46:47.937Z[ recovery-image] Feb 10 18:46:46.884 INFO O| Feb 10 18:46:46.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
55962025-02-10T18:46:47.938Z[ recovery-image] Feb 10 18:46:46.884 INFO O| Feb 10 18:46:46.884 INFO STEP 402 (remove_files) COMPLETE
55972025-02-10T18:46:47.938Z[ recovery-image] Feb 10 18:46:46.884 INFO O| Feb 10 18:46:46.884 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982025-02-10T18:46:47.957Z[ recovery-image] Feb 10 18:46:46.904 INFO O| Feb 10 18:46:46.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
55992025-02-10T18:46:47.957Z[ recovery-image] Feb 10 18:46:46.904 INFO O| Feb 10 18:46:46.904 INFO STEP 403 (remove_files) COMPLETE
56002025-02-10T18:46:47.957Z[ recovery-image] Feb 10 18:46:46.904 INFO O| Feb 10 18:46:46.904 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012025-02-10T18:46:47.996Z[ recovery-image] Feb 10 18:46:46.943 INFO O| Feb 10 18:46:46.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56022025-02-10T18:46:48.016Z[ recovery-image] Feb 10 18:46:46.963 INFO O| Feb 10 18:46:46.963 INFO STEP 404 (remove_files) COMPLETE
56032025-02-10T18:46:48.016Z[ recovery-image] Feb 10 18:46:46.963 INFO O| Feb 10 18:46:46.963 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042025-02-10T18:46:48.074Z[ recovery-image] Feb 10 18:46:47.020 INFO O| Feb 10 18:46:47.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56052025-02-10T18:46:48.074Z[ recovery-image] Feb 10 18:46:47.020 INFO O| Feb 10 18:46:47.020 INFO STEP 405 (remove_files) COMPLETE
56062025-02-10T18:46:48.074Z[ recovery-image] Feb 10 18:46:47.020 INFO O| Feb 10 18:46:47.020 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072025-02-10T18:46:48.095Z[ recovery-image] Feb 10 18:46:47.042 INFO O| Feb 10 18:46:47.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56082025-02-10T18:46:48.095Z[ recovery-image] Feb 10 18:46:47.042 INFO O| Feb 10 18:46:47.042 INFO STEP 406 (remove_files) COMPLETE
56092025-02-10T18:46:48.095Z[ recovery-image] Feb 10 18:46:47.042 INFO O| Feb 10 18:46:47.042 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102025-02-10T18:46:48.115Z[ recovery-image] Feb 10 18:46:47.061 INFO O| Feb 10 18:46:47.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56112025-02-10T18:46:48.115Z[ recovery-image] Feb 10 18:46:47.061 INFO O| Feb 10 18:46:47.061 INFO STEP 407 (remove_files) COMPLETE
56122025-02-10T18:46:48.115Z[ recovery-image] Feb 10 18:46:47.062 INFO O| Feb 10 18:46:47.061 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132025-02-10T18:46:48.142Z[ recovery-image] Feb 10 18:46:47.088 INFO O| Feb 10 18:46:47.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56142025-02-10T18:46:48.144Z[ recovery-image] Feb 10 18:46:47.088 INFO O| Feb 10 18:46:47.088 INFO STEP 408 (remove_files) COMPLETE
56152025-02-10T18:46:48.144Z[ recovery-image] Feb 10 18:46:47.089 INFO O| Feb 10 18:46:47.089 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162025-02-10T18:46:48.164Z[ recovery-image] Feb 10 18:46:47.110 INFO O| Feb 10 18:46:47.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56172025-02-10T18:46:48.166Z[ recovery-image] Feb 10 18:46:47.110 INFO O| Feb 10 18:46:47.110 INFO STEP 409 (remove_files) COMPLETE
56182025-02-10T18:46:48.166Z[ recovery-image] Feb 10 18:46:47.111 INFO O| Feb 10 18:46:47.110 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192025-02-10T18:46:48.182Z[ recovery-image] Feb 10 18:46:47.129 INFO O| Feb 10 18:46:47.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56202025-02-10T18:46:48.183Z[ recovery-image] Feb 10 18:46:47.129 INFO O| Feb 10 18:46:47.129 INFO STEP 410 (remove_files) COMPLETE
56212025-02-10T18:46:48.185Z[ recovery-image] Feb 10 18:46:47.129 INFO O| Feb 10 18:46:47.129 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222025-02-10T18:46:48.214Z[ recovery-image] Feb 10 18:46:47.161 INFO O| Feb 10 18:46:47.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56232025-02-10T18:46:48.214Z[ recovery-image] Feb 10 18:46:47.161 INFO O| Feb 10 18:46:47.161 INFO STEP 411 (remove_files) COMPLETE
56242025-02-10T18:46:48.214Z[ recovery-image] Feb 10 18:46:47.161 INFO O| Feb 10 18:46:47.161 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252025-02-10T18:46:48.240Z[ recovery-image] Feb 10 18:46:47.187 INFO O| Feb 10 18:46:47.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56262025-02-10T18:46:48.240Z[ recovery-image] Feb 10 18:46:47.187 INFO O| Feb 10 18:46:47.187 INFO STEP 412 (remove_files) COMPLETE
56272025-02-10T18:46:48.240Z[ recovery-image] Feb 10 18:46:47.187 INFO O| Feb 10 18:46:47.187 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282025-02-10T18:46:48.275Z[ recovery-image] Feb 10 18:46:47.221 INFO O| Feb 10 18:46:47.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56292025-02-10T18:46:48.278Z[ recovery-image] Feb 10 18:46:47.221 INFO O| Feb 10 18:46:47.221 INFO STEP 413 (remove_files) COMPLETE
56302025-02-10T18:46:48.278Z[ recovery-image] Feb 10 18:46:47.221 INFO O| Feb 10 18:46:47.221 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312025-02-10T18:46:48.295Z[ recovery-image] Feb 10 18:46:47.241 INFO O| Feb 10 18:46:47.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56322025-02-10T18:46:48.297Z[ recovery-image] Feb 10 18:46:47.241 INFO O| Feb 10 18:46:47.241 INFO STEP 414 (remove_files) COMPLETE
56332025-02-10T18:46:48.297Z[ recovery-image] Feb 10 18:46:47.241 INFO O| Feb 10 18:46:47.241 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342025-02-10T18:46:48.314Z[ recovery-image] Feb 10 18:46:47.261 INFO O| Feb 10 18:46:47.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56352025-02-10T18:46:48.314Z[ recovery-image] Feb 10 18:46:47.261 INFO O| Feb 10 18:46:47.261 INFO STEP 415 (remove_files) COMPLETE
56362025-02-10T18:46:48.314Z[ recovery-image] Feb 10 18:46:47.261 INFO O| Feb 10 18:46:47.261 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372025-02-10T18:46:48.334Z[ recovery-image] Feb 10 18:46:47.280 INFO O| Feb 10 18:46:47.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56382025-02-10T18:46:48.334Z[ recovery-image] Feb 10 18:46:47.280 INFO O| Feb 10 18:46:47.280 INFO STEP 416 (remove_files) COMPLETE
56392025-02-10T18:46:48.334Z[ recovery-image] Feb 10 18:46:47.280 INFO O| Feb 10 18:46:47.280 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402025-02-10T18:46:48.355Z[ recovery-image] Feb 10 18:46:47.301 INFO O| Feb 10 18:46:47.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56412025-02-10T18:46:48.355Z[ recovery-image] Feb 10 18:46:47.301 INFO O| Feb 10 18:46:47.301 INFO STEP 417 (remove_files) COMPLETE
56422025-02-10T18:46:48.355Z[ recovery-image] Feb 10 18:46:47.301 INFO O| Feb 10 18:46:47.301 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432025-02-10T18:46:48.374Z[ recovery-image] Feb 10 18:46:47.320 INFO O| Feb 10 18:46:47.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56442025-02-10T18:46:48.374Z[ recovery-image] Feb 10 18:46:47.320 INFO O| Feb 10 18:46:47.320 INFO STEP 418 (remove_files) COMPLETE
56452025-02-10T18:46:48.374Z[ recovery-image] Feb 10 18:46:47.320 INFO O| Feb 10 18:46:47.320 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462025-02-10T18:46:48.432Z[ recovery-image] Feb 10 18:46:47.378 INFO O| Feb 10 18:46:47.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56472025-02-10T18:46:48.432Z[ recovery-image] Feb 10 18:46:47.378 INFO O| Feb 10 18:46:47.378 INFO STEP 419 (remove_files) COMPLETE
56482025-02-10T18:46:48.432Z[ recovery-image] Feb 10 18:46:47.378 INFO O| Feb 10 18:46:47.378 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492025-02-10T18:46:48.492Z[ recovery-image] Feb 10 18:46:47.438 INFO O| Feb 10 18:46:47.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56502025-02-10T18:46:48.492Z[ recovery-image] Feb 10 18:46:47.438 INFO O| Feb 10 18:46:47.438 INFO STEP 420 (remove_files) COMPLETE
56512025-02-10T18:46:48.492Z[ recovery-image] Feb 10 18:46:47.438 INFO O| Feb 10 18:46:47.438 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522025-02-10T18:46:48.513Z[ recovery-image] Feb 10 18:46:47.458 INFO O| Feb 10 18:46:47.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56532025-02-10T18:46:48.513Z[ recovery-image] Feb 10 18:46:47.459 INFO O| Feb 10 18:46:47.459 INFO STEP 421 (remove_files) COMPLETE
56542025-02-10T18:46:48.513Z[ recovery-image] Feb 10 18:46:47.459 INFO O| Feb 10 18:46:47.459 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552025-02-10T18:46:48.532Z[ recovery-image] Feb 10 18:46:47.478 INFO O| Feb 10 18:46:47.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56562025-02-10T18:46:48.532Z[ recovery-image] Feb 10 18:46:47.478 INFO O| Feb 10 18:46:47.478 INFO STEP 422 (remove_files) COMPLETE
56572025-02-10T18:46:48.532Z[ recovery-image] Feb 10 18:46:47.478 INFO O| Feb 10 18:46:47.478 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582025-02-10T18:46:48.570Z[ recovery-image] Feb 10 18:46:47.517 INFO O| Feb 10 18:46:47.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56592025-02-10T18:46:48.573Z[ recovery-image] Feb 10 18:46:47.517 INFO O| Feb 10 18:46:47.517 INFO STEP 423 (remove_files) COMPLETE
56602025-02-10T18:46:48.573Z[ recovery-image] Feb 10 18:46:47.517 INFO O| Feb 10 18:46:47.517 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612025-02-10T18:46:48.596Z[ recovery-image] Feb 10 18:46:47.539 INFO O| Feb 10 18:46:47.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56622025-02-10T18:46:48.599Z[ recovery-image] Feb 10 18:46:47.539 INFO O| Feb 10 18:46:47.539 INFO STEP 424 (remove_files) COMPLETE
56632025-02-10T18:46:48.599Z[ recovery-image] Feb 10 18:46:47.539 INFO O| Feb 10 18:46:47.539 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642025-02-10T18:46:48.614Z[ recovery-image] Feb 10 18:46:47.561 INFO O| Feb 10 18:46:47.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
56652025-02-10T18:46:48.617Z[ recovery-image] Feb 10 18:46:47.561 INFO O| Feb 10 18:46:47.561 INFO STEP 425 (remove_files) COMPLETE
56662025-02-10T18:46:48.617Z[ recovery-image] Feb 10 18:46:47.561 INFO O| Feb 10 18:46:47.561 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672025-02-10T18:46:48.646Z[ recovery-image] Feb 10 18:46:47.592 INFO O| Feb 10 18:46:47.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
56682025-02-10T18:46:48.650Z[ recovery-image] Feb 10 18:46:47.592 INFO O| Feb 10 18:46:47.592 INFO STEP 426 (remove_files) COMPLETE
56692025-02-10T18:46:48.650Z[ recovery-image] Feb 10 18:46:47.592 INFO O| Feb 10 18:46:47.592 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702025-02-10T18:46:48.665Z[ recovery-image] Feb 10 18:46:47.612 INFO O| Feb 10 18:46:47.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
56712025-02-10T18:46:48.666Z[ recovery-image] Feb 10 18:46:47.612 INFO O| Feb 10 18:46:47.612 INFO STEP 427 (remove_files) COMPLETE
56722025-02-10T18:46:48.669Z[ recovery-image] Feb 10 18:46:47.612 INFO O| Feb 10 18:46:47.612 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732025-02-10T18:46:48.684Z[ recovery-image] Feb 10 18:46:47.630 INFO O| Feb 10 18:46:47.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
56742025-02-10T18:46:48.687Z[ recovery-image] Feb 10 18:46:47.631 INFO O| Feb 10 18:46:47.631 INFO STEP 428 (remove_files) COMPLETE
56752025-02-10T18:46:48.687Z[ recovery-image] Feb 10 18:46:47.631 INFO O| Feb 10 18:46:47.631 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762025-02-10T18:46:48.704Z[ recovery-image] Feb 10 18:46:47.650 INFO O| Feb 10 18:46:47.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
56772025-02-10T18:46:48.707Z[ recovery-image] Feb 10 18:46:47.651 INFO O| Feb 10 18:46:47.650 INFO STEP 429 (remove_files) COMPLETE
56782025-02-10T18:46:48.707Z[ recovery-image] Feb 10 18:46:47.651 INFO O| Feb 10 18:46:47.651 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792025-02-10T18:46:48.723Z[ recovery-image] Feb 10 18:46:47.670 INFO O| Feb 10 18:46:47.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
56802025-02-10T18:46:48.726Z[ recovery-image] Feb 10 18:46:47.670 INFO O| Feb 10 18:46:47.670 INFO STEP 430 (remove_files) COMPLETE
56812025-02-10T18:46:48.726Z[ recovery-image] Feb 10 18:46:47.670 INFO O| Feb 10 18:46:47.670 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822025-02-10T18:46:48.742Z[ recovery-image] Feb 10 18:46:47.689 INFO O| Feb 10 18:46:47.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
56832025-02-10T18:46:48.746Z[ recovery-image] Feb 10 18:46:47.689 INFO O| Feb 10 18:46:47.689 INFO STEP 431 (remove_files) COMPLETE
56842025-02-10T18:46:48.746Z[ recovery-image] Feb 10 18:46:47.689 INFO O| Feb 10 18:46:47.689 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852025-02-10T18:46:48.762Z[ recovery-image] Feb 10 18:46:47.708 INFO O| Feb 10 18:46:47.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
56862025-02-10T18:46:48.765Z[ recovery-image] Feb 10 18:46:47.709 INFO O| Feb 10 18:46:47.709 INFO STEP 432 (remove_files) COMPLETE
56872025-02-10T18:46:48.765Z[ recovery-image] Feb 10 18:46:47.709 INFO O| Feb 10 18:46:47.709 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882025-02-10T18:46:48.782Z[ recovery-image] Feb 10 18:46:47.728 INFO O| Feb 10 18:46:47.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
56892025-02-10T18:46:48.784Z[ recovery-image] Feb 10 18:46:47.728 INFO O| Feb 10 18:46:47.728 INFO STEP 433 (remove_files) COMPLETE
56902025-02-10T18:46:48.784Z[ recovery-image] Feb 10 18:46:47.729 INFO O| Feb 10 18:46:47.729 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912025-02-10T18:46:48.802Z[ recovery-image] Feb 10 18:46:47.749 INFO O| Feb 10 18:46:47.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
56922025-02-10T18:46:48.805Z[ recovery-image] Feb 10 18:46:47.749 INFO O| Feb 10 18:46:47.749 INFO STEP 434 (remove_files) COMPLETE
56932025-02-10T18:46:48.805Z[ recovery-image] Feb 10 18:46:47.749 INFO O| Feb 10 18:46:47.749 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942025-02-10T18:46:48.822Z[ recovery-image] Feb 10 18:46:47.769 INFO O| Feb 10 18:46:47.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
56952025-02-10T18:46:48.825Z[ recovery-image] Feb 10 18:46:47.769 INFO O| Feb 10 18:46:47.769 INFO STEP 435 (remove_files) COMPLETE
56962025-02-10T18:46:48.825Z[ recovery-image] Feb 10 18:46:47.769 INFO O| Feb 10 18:46:47.769 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972025-02-10T18:46:48.859Z[ recovery-image] Feb 10 18:46:47.806 INFO O| Feb 10 18:46:47.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
56982025-02-10T18:46:48.859Z[ recovery-image] Feb 10 18:46:47.806 INFO O| Feb 10 18:46:47.806 INFO STEP 436 (remove_files) COMPLETE
56992025-02-10T18:46:48.863Z[ recovery-image] Feb 10 18:46:47.806 INFO O| Feb 10 18:46:47.806 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002025-02-10T18:46:48.899Z[ recovery-image] Feb 10 18:46:47.845 INFO O| Feb 10 18:46:47.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57012025-02-10T18:46:48.899Z[ recovery-image] Feb 10 18:46:47.845 INFO O| Feb 10 18:46:47.845 INFO STEP 437 (remove_files) COMPLETE
57022025-02-10T18:46:48.899Z[ recovery-image] Feb 10 18:46:47.845 INFO O| Feb 10 18:46:47.845 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032025-02-10T18:46:48.924Z[ recovery-image] Feb 10 18:46:47.870 INFO O| Feb 10 18:46:47.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57042025-02-10T18:46:48.924Z[ recovery-image] Feb 10 18:46:47.870 INFO O| Feb 10 18:46:47.870 INFO STEP 438 (remove_files) COMPLETE
57052025-02-10T18:46:48.924Z[ recovery-image] Feb 10 18:46:47.870 INFO O| Feb 10 18:46:47.870 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062025-02-10T18:46:48.949Z[ recovery-image] Feb 10 18:46:47.895 INFO O| Feb 10 18:46:47.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57072025-02-10T18:46:48.951Z[ recovery-image] Feb 10 18:46:47.895 INFO O| Feb 10 18:46:47.895 INFO STEP 439 (remove_files) COMPLETE
57082025-02-10T18:46:48.951Z[ recovery-image] Feb 10 18:46:47.896 INFO O| Feb 10 18:46:47.895 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092025-02-10T18:46:48.970Z[ recovery-image] Feb 10 18:46:47.916 INFO O| Feb 10 18:46:47.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57102025-02-10T18:46:48.972Z[ recovery-image] Feb 10 18:46:47.916 INFO O| Feb 10 18:46:47.916 INFO STEP 440 (remove_files) COMPLETE
57112025-02-10T18:46:48.972Z[ recovery-image] Feb 10 18:46:47.916 INFO O| Feb 10 18:46:47.916 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122025-02-10T18:46:48.992Z[ recovery-image] Feb 10 18:46:47.937 INFO O| Feb 10 18:46:47.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57132025-02-10T18:46:48.992Z[ recovery-image] Feb 10 18:46:47.937 INFO O| Feb 10 18:46:47.937 INFO STEP 441 (remove_files) COMPLETE
57142025-02-10T18:46:48.992Z[ recovery-image] Feb 10 18:46:47.937 INFO O| Feb 10 18:46:47.937 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152025-02-10T18:46:49.011Z[ recovery-image] Feb 10 18:46:47.956 INFO O| Feb 10 18:46:47.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57162025-02-10T18:46:49.011Z[ recovery-image] Feb 10 18:46:47.957 INFO O| Feb 10 18:46:47.957 INFO STEP 442 (remove_files) COMPLETE
57172025-02-10T18:46:49.011Z[ recovery-image] Feb 10 18:46:47.957 INFO O| Feb 10 18:46:47.957 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182025-02-10T18:46:49.042Z[ recovery-image] Feb 10 18:46:47.988 INFO O| Feb 10 18:46:47.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57192025-02-10T18:46:49.042Z[ recovery-image] Feb 10 18:46:47.988 INFO O| Feb 10 18:46:47.988 INFO STEP 443 (remove_files) COMPLETE
57202025-02-10T18:46:49.042Z[ recovery-image] Feb 10 18:46:47.988 INFO O| Feb 10 18:46:47.988 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212025-02-10T18:46:49.064Z[ recovery-image] Feb 10 18:46:48.011 INFO O| Feb 10 18:46:48.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57222025-02-10T18:46:49.067Z[ recovery-image] Feb 10 18:46:48.011 INFO O| Feb 10 18:46:48.011 INFO STEP 444 (remove_files) COMPLETE
57232025-02-10T18:46:49.067Z[ recovery-image] Feb 10 18:46:48.011 INFO O| Feb 10 18:46:48.011 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242025-02-10T18:46:49.098Z[ recovery-image] Feb 10 18:46:48.044 INFO O| Feb 10 18:46:48.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57252025-02-10T18:46:49.098Z[ recovery-image] Feb 10 18:46:48.044 INFO O| Feb 10 18:46:48.044 INFO STEP 445 (remove_files) COMPLETE
57262025-02-10T18:46:49.098Z[ recovery-image] Feb 10 18:46:48.044 INFO O| Feb 10 18:46:48.044 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272025-02-10T18:46:49.130Z[ recovery-image] Feb 10 18:46:48.076 INFO O| Feb 10 18:46:48.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57282025-02-10T18:46:49.131Z[ recovery-image] Feb 10 18:46:48.077 INFO O| Feb 10 18:46:48.076 INFO STEP 446 (remove_files) COMPLETE
57292025-02-10T18:46:49.131Z[ recovery-image] Feb 10 18:46:48.077 INFO O| Feb 10 18:46:48.077 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302025-02-10T18:46:49.165Z[ recovery-image] Feb 10 18:46:48.111 INFO O| Feb 10 18:46:48.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57312025-02-10T18:46:49.165Z[ recovery-image] Feb 10 18:46:48.111 INFO O| Feb 10 18:46:48.111 INFO STEP 447 (remove_files) COMPLETE
57322025-02-10T18:46:49.165Z[ recovery-image] Feb 10 18:46:48.111 INFO O| Feb 10 18:46:48.111 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332025-02-10T18:46:49.186Z[ recovery-image] Feb 10 18:46:48.132 INFO O| Feb 10 18:46:48.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57342025-02-10T18:46:49.186Z[ recovery-image] Feb 10 18:46:48.132 INFO O| Feb 10 18:46:48.132 INFO STEP 448 (remove_files) COMPLETE
57352025-02-10T18:46:49.186Z[ recovery-image] Feb 10 18:46:48.132 INFO O| Feb 10 18:46:48.132 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362025-02-10T18:46:49.206Z[ recovery-image] Feb 10 18:46:48.151 INFO O| Feb 10 18:46:48.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57372025-02-10T18:46:49.206Z[ recovery-image] Feb 10 18:46:48.152 INFO O| Feb 10 18:46:48.151 INFO STEP 449 (remove_files) COMPLETE
57382025-02-10T18:46:49.206Z[ recovery-image] Feb 10 18:46:48.152 INFO O| Feb 10 18:46:48.152 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392025-02-10T18:46:49.237Z[ recovery-image] Feb 10 18:46:48.184 INFO O| Feb 10 18:46:48.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57402025-02-10T18:46:49.237Z[ recovery-image] Feb 10 18:46:48.184 INFO O| Feb 10 18:46:48.184 INFO STEP 450 (remove_files) COMPLETE
57412025-02-10T18:46:49.237Z[ recovery-image] Feb 10 18:46:48.184 INFO O| Feb 10 18:46:48.184 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422025-02-10T18:46:49.263Z[ recovery-image] Feb 10 18:46:48.209 INFO O| Feb 10 18:46:48.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57432025-02-10T18:46:49.263Z[ recovery-image] Feb 10 18:46:48.209 INFO O| Feb 10 18:46:48.209 INFO STEP 451 (remove_files) COMPLETE
57442025-02-10T18:46:49.263Z[ recovery-image] Feb 10 18:46:48.209 INFO O| Feb 10 18:46:48.209 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452025-02-10T18:46:49.330Z[ recovery-image] Feb 10 18:46:48.276 INFO O| Feb 10 18:46:48.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57462025-02-10T18:46:49.333Z[ recovery-image] Feb 10 18:46:48.276 INFO O| Feb 10 18:46:48.276 INFO STEP 452 (remove_files) COMPLETE
57472025-02-10T18:46:49.333Z[ recovery-image] Feb 10 18:46:48.276 INFO O| Feb 10 18:46:48.276 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482025-02-10T18:46:49.369Z[ recovery-image] Feb 10 18:46:48.315 INFO O| Feb 10 18:46:48.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57492025-02-10T18:46:49.369Z[ recovery-image] Feb 10 18:46:48.315 INFO O| Feb 10 18:46:48.315 INFO STEP 453 (remove_files) COMPLETE
57502025-02-10T18:46:49.369Z[ recovery-image] Feb 10 18:46:48.315 INFO O| Feb 10 18:46:48.315 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512025-02-10T18:46:49.409Z[ recovery-image] Feb 10 18:46:48.356 INFO O| Feb 10 18:46:48.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57522025-02-10T18:46:49.410Z[ recovery-image] Feb 10 18:46:48.356 INFO O| Feb 10 18:46:48.356 INFO STEP 454 (remove_files) COMPLETE
57532025-02-10T18:46:49.413Z[ recovery-image] Feb 10 18:46:48.356 INFO O| Feb 10 18:46:48.356 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542025-02-10T18:46:49.432Z[ recovery-image] Feb 10 18:46:48.378 INFO O| Feb 10 18:46:48.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57552025-02-10T18:46:49.434Z[ recovery-image] Feb 10 18:46:48.379 INFO O| Feb 10 18:46:48.378 INFO STEP 455 (remove_files) COMPLETE
57562025-02-10T18:46:49.434Z[ recovery-image] Feb 10 18:46:48.379 INFO O| Feb 10 18:46:48.379 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572025-02-10T18:46:49.471Z[ recovery-image] Feb 10 18:46:48.418 INFO O| Feb 10 18:46:48.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57582025-02-10T18:46:49.474Z[ recovery-image] Feb 10 18:46:48.418 INFO O| Feb 10 18:46:48.418 INFO STEP 456 (remove_files) COMPLETE
57592025-02-10T18:46:49.474Z[ recovery-image] Feb 10 18:46:48.418 INFO O| Feb 10 18:46:48.418 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602025-02-10T18:46:49.491Z[ recovery-image] Feb 10 18:46:48.438 INFO O| Feb 10 18:46:48.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57612025-02-10T18:46:49.494Z[ recovery-image] Feb 10 18:46:48.438 INFO O| Feb 10 18:46:48.438 INFO STEP 457 (remove_files) COMPLETE
57622025-02-10T18:46:49.494Z[ recovery-image] Feb 10 18:46:48.438 INFO O| Feb 10 18:46:48.438 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632025-02-10T18:46:49.567Z[ recovery-image] Feb 10 18:46:48.458 INFO O| Feb 10 18:46:48.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
57642025-02-10T18:46:49.567Z[ recovery-image] Feb 10 18:46:48.487 INFO O| Feb 10 18:46:48.487 INFO STEP 458 (remove_files) COMPLETE
57652025-02-10T18:46:49.567Z[ recovery-image] Feb 10 18:46:48.487 INFO O| Feb 10 18:46:48.487 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662025-02-10T18:46:49.567Z[ recovery-image] Feb 10 18:46:48.507 INFO O| Feb 10 18:46:48.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
57672025-02-10T18:46:49.567Z[ recovery-image] Feb 10 18:46:48.508 INFO O| Feb 10 18:46:48.507 INFO STEP 459 (remove_files) COMPLETE
57682025-02-10T18:46:49.567Z[ recovery-image] Feb 10 18:46:48.508 INFO O| Feb 10 18:46:48.508 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692025-02-10T18:46:49.617Z[ recovery-image] Feb 10 18:46:48.563 INFO O| Feb 10 18:46:48.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
57702025-02-10T18:46:49.617Z[ recovery-image] Feb 10 18:46:48.563 INFO O| Feb 10 18:46:48.563 INFO STEP 460 (remove_files) COMPLETE
57712025-02-10T18:46:49.617Z[ recovery-image] Feb 10 18:46:48.563 INFO O| Feb 10 18:46:48.563 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722025-02-10T18:46:49.675Z[ recovery-image] Feb 10 18:46:48.622 INFO O| Feb 10 18:46:48.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
57732025-02-10T18:46:49.675Z[ recovery-image] Feb 10 18:46:48.622 INFO O| Feb 10 18:46:48.622 INFO STEP 461 (remove_files) COMPLETE
57742025-02-10T18:46:49.678Z[ recovery-image] Feb 10 18:46:48.622 INFO O| Feb 10 18:46:48.622 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752025-02-10T18:46:49.696Z[ recovery-image] Feb 10 18:46:48.642 INFO O| Feb 10 18:46:48.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
57762025-02-10T18:46:49.699Z[ recovery-image] Feb 10 18:46:48.642 INFO O| Feb 10 18:46:48.642 INFO STEP 462 (remove_files) COMPLETE
57772025-02-10T18:46:49.699Z[ recovery-image] Feb 10 18:46:48.643 INFO O| Feb 10 18:46:48.642 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782025-02-10T18:46:49.716Z[ recovery-image] Feb 10 18:46:48.662 INFO O| Feb 10 18:46:48.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
57792025-02-10T18:46:49.720Z[ recovery-image] Feb 10 18:46:48.662 INFO O| Feb 10 18:46:48.662 INFO STEP 463 (remove_files) COMPLETE
57802025-02-10T18:46:49.720Z[ recovery-image] Feb 10 18:46:48.663 INFO O| Feb 10 18:46:48.662 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812025-02-10T18:46:49.736Z[ recovery-image] Feb 10 18:46:48.682 INFO O| Feb 10 18:46:48.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
57822025-02-10T18:46:49.738Z[ recovery-image] Feb 10 18:46:48.682 INFO O| Feb 10 18:46:48.682 INFO STEP 464 (remove_files) COMPLETE
57832025-02-10T18:46:49.739Z[ recovery-image] Feb 10 18:46:48.682 INFO O| Feb 10 18:46:48.682 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842025-02-10T18:46:49.769Z[ recovery-image] Feb 10 18:46:48.715 INFO O| Feb 10 18:46:48.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
57852025-02-10T18:46:49.769Z[ recovery-image] Feb 10 18:46:48.715 INFO O| Feb 10 18:46:48.715 INFO STEP 465 (remove_files) COMPLETE
57862025-02-10T18:46:49.770Z[ recovery-image] Feb 10 18:46:48.715 INFO O| Feb 10 18:46:48.715 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872025-02-10T18:46:49.849Z[ recovery-image] Feb 10 18:46:48.796 INFO O| Feb 10 18:46:48.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
57882025-02-10T18:46:49.849Z[ recovery-image] Feb 10 18:46:48.796 INFO O| Feb 10 18:46:48.773 INFO STEP 466 (remove_files) COMPLETE
57892025-02-10T18:46:49.849Z[ recovery-image] Feb 10 18:46:48.796 INFO O| Feb 10 18:46:48.773 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902025-02-10T18:46:49.852Z[ recovery-image] Feb 10 18:46:48.796 INFO O| Feb 10 18:46:48.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
57912025-02-10T18:46:49.852Z[ recovery-image] Feb 10 18:46:48.796 INFO O| Feb 10 18:46:48.795 INFO STEP 467 (remove_files) COMPLETE
57922025-02-10T18:46:49.852Z[ recovery-image] Feb 10 18:46:48.796 INFO O| Feb 10 18:46:48.795 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932025-02-10T18:46:49.870Z[ recovery-image] Feb 10 18:46:48.816 INFO O| Feb 10 18:46:48.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
57942025-02-10T18:46:49.870Z[ recovery-image] Feb 10 18:46:48.816 INFO O| Feb 10 18:46:48.816 INFO STEP 468 (remove_files) COMPLETE
57952025-02-10T18:46:49.881Z[ recovery-image] Feb 10 18:46:48.817 INFO O| Feb 10 18:46:48.816 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962025-02-10T18:46:49.929Z[ recovery-image] Feb 10 18:46:48.876 INFO O| Feb 10 18:46:48.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
57972025-02-10T18:46:49.929Z[ recovery-image] Feb 10 18:46:48.876 INFO O| Feb 10 18:46:48.876 INFO STEP 469 (remove_files) COMPLETE
57982025-02-10T18:46:49.929Z[ recovery-image] Feb 10 18:46:48.876 INFO O| Feb 10 18:46:48.876 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992025-02-10T18:46:49.952Z[ recovery-image] Feb 10 18:46:48.899 INFO O| Feb 10 18:46:48.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58002025-02-10T18:46:49.952Z[ recovery-image] Feb 10 18:46:48.899 INFO O| Feb 10 18:46:48.899 INFO STEP 470 (remove_files) COMPLETE
58012025-02-10T18:46:49.955Z[ recovery-image] Feb 10 18:46:48.899 INFO O| Feb 10 18:46:48.899 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022025-02-10T18:46:50.001Z[ recovery-image] Feb 10 18:46:48.938 INFO O| Feb 10 18:46:48.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58032025-02-10T18:46:50.001Z[ recovery-image] Feb 10 18:46:48.939 INFO O| Feb 10 18:46:48.939 INFO STEP 471 (remove_files) COMPLETE
58042025-02-10T18:46:50.004Z[ recovery-image] Feb 10 18:46:48.939 INFO O| Feb 10 18:46:48.939 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052025-02-10T18:46:50.020Z[ recovery-image] Feb 10 18:46:48.958 INFO O| Feb 10 18:46:48.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58062025-02-10T18:46:50.020Z[ recovery-image] Feb 10 18:46:48.958 INFO O| Feb 10 18:46:48.958 INFO STEP 472 (remove_files) COMPLETE
58072025-02-10T18:46:50.020Z[ recovery-image] Feb 10 18:46:48.958 INFO O| Feb 10 18:46:48.958 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082025-02-10T18:46:50.038Z[ recovery-image] Feb 10 18:46:48.976 INFO O| Feb 10 18:46:48.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58092025-02-10T18:46:50.038Z[ recovery-image] Feb 10 18:46:48.976 INFO O| Feb 10 18:46:48.976 INFO STEP 473 (remove_files) COMPLETE
58102025-02-10T18:46:50.038Z[ recovery-image] Feb 10 18:46:48.976 INFO O| Feb 10 18:46:48.976 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112025-02-10T18:46:50.048Z[ recovery-image] Feb 10 18:46:48.994 INFO O| Feb 10 18:46:48.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58122025-02-10T18:46:50.048Z[ recovery-image] Feb 10 18:46:48.994 INFO O| Feb 10 18:46:48.994 INFO STEP 474 (remove_files) COMPLETE
58132025-02-10T18:46:50.048Z[ recovery-image] Feb 10 18:46:48.994 INFO O| Feb 10 18:46:48.994 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142025-02-10T18:46:50.090Z[ recovery-image] Feb 10 18:46:49.035 INFO O| Feb 10 18:46:49.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58152025-02-10T18:46:50.090Z[ recovery-image] Feb 10 18:46:49.036 INFO O| Feb 10 18:46:49.036 INFO STEP 475 (remove_files) COMPLETE
58162025-02-10T18:46:50.090Z[ recovery-image] Feb 10 18:46:49.036 INFO O| Feb 10 18:46:49.036 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172025-02-10T18:46:50.142Z[ recovery-image] Feb 10 18:46:49.088 INFO O| Feb 10 18:46:49.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58182025-02-10T18:46:50.143Z[ recovery-image] Feb 10 18:46:49.088 INFO O| Feb 10 18:46:49.088 INFO STEP 476 (remove_files) COMPLETE
58192025-02-10T18:46:50.144Z[ recovery-image] Feb 10 18:46:49.088 INFO O| Feb 10 18:46:49.088 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202025-02-10T18:46:50.217Z[ recovery-image] Feb 10 18:46:49.163 INFO O| Feb 10 18:46:49.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58212025-02-10T18:46:50.217Z[ recovery-image] Feb 10 18:46:49.163 INFO O| Feb 10 18:46:49.163 INFO STEP 477 (remove_files) COMPLETE
58222025-02-10T18:46:50.220Z[ recovery-image] Feb 10 18:46:49.164 INFO O| Feb 10 18:46:49.163 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232025-02-10T18:46:50.237Z[ recovery-image] Feb 10 18:46:49.183 INFO O| Feb 10 18:46:49.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58242025-02-10T18:46:50.239Z[ recovery-image] Feb 10 18:46:49.184 INFO O| Feb 10 18:46:49.184 INFO STEP 478 (remove_files) COMPLETE
58252025-02-10T18:46:50.239Z[ recovery-image] Feb 10 18:46:49.184 INFO O| Feb 10 18:46:49.184 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262025-02-10T18:46:50.270Z[ recovery-image] Feb 10 18:46:49.216 INFO O| Feb 10 18:46:49.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58272025-02-10T18:46:50.270Z[ recovery-image] Feb 10 18:46:49.216 INFO O| Feb 10 18:46:49.216 INFO STEP 479 (remove_files) COMPLETE
58282025-02-10T18:46:50.270Z[ recovery-image] Feb 10 18:46:49.216 INFO O| Feb 10 18:46:49.216 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292025-02-10T18:46:50.291Z[ recovery-image] Feb 10 18:46:49.237 INFO O| Feb 10 18:46:49.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58302025-02-10T18:46:50.291Z[ recovery-image] Feb 10 18:46:49.237 INFO O| Feb 10 18:46:49.237 INFO STEP 480 (remove_files) COMPLETE
58312025-02-10T18:46:50.291Z[ recovery-image] Feb 10 18:46:49.237 INFO O| Feb 10 18:46:49.237 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322025-02-10T18:46:50.311Z[ recovery-image] Feb 10 18:46:49.257 INFO O| Feb 10 18:46:49.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58332025-02-10T18:46:50.344Z[ recovery-image] Feb 10 18:46:49.290 INFO O| Feb 10 18:46:49.285 INFO STEP 481 (remove_files) COMPLETE
58342025-02-10T18:46:50.344Z[ recovery-image] Feb 10 18:46:49.290 INFO O| Feb 10 18:46:49.285 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352025-02-10T18:46:50.378Z[ recovery-image] Feb 10 18:46:49.325 INFO O| Feb 10 18:46:49.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58362025-02-10T18:46:50.381Z[ recovery-image] Feb 10 18:46:49.325 INFO O| Feb 10 18:46:49.325 INFO STEP 482 (remove_files) COMPLETE
58372025-02-10T18:46:50.381Z[ recovery-image] Feb 10 18:46:49.325 INFO O| Feb 10 18:46:49.325 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382025-02-10T18:46:50.413Z[ recovery-image] Feb 10 18:46:49.359 INFO O| Feb 10 18:46:49.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58392025-02-10T18:46:50.413Z[ recovery-image] Feb 10 18:46:49.359 INFO O| Feb 10 18:46:49.359 INFO STEP 483 (remove_files) COMPLETE
58402025-02-10T18:46:50.413Z[ recovery-image] Feb 10 18:46:49.359 INFO O| Feb 10 18:46:49.359 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412025-02-10T18:46:50.456Z[ recovery-image] Feb 10 18:46:49.403 INFO O| Feb 10 18:46:49.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58422025-02-10T18:46:50.459Z[ recovery-image] Feb 10 18:46:49.403 INFO O| Feb 10 18:46:49.403 INFO STEP 484 (remove_files) COMPLETE
58432025-02-10T18:46:50.459Z[ recovery-image] Feb 10 18:46:49.404 INFO O| Feb 10 18:46:49.403 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442025-02-10T18:46:50.478Z[ recovery-image] Feb 10 18:46:49.424 INFO O| Feb 10 18:46:49.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58452025-02-10T18:46:50.481Z[ recovery-image] Feb 10 18:46:49.425 INFO O| Feb 10 18:46:49.424 INFO STEP 485 (remove_files) COMPLETE
58462025-02-10T18:46:50.481Z[ recovery-image] Feb 10 18:46:49.425 INFO O| Feb 10 18:46:49.425 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472025-02-10T18:46:50.499Z[ recovery-image] Feb 10 18:46:49.446 INFO O| Feb 10 18:46:49.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58482025-02-10T18:46:50.502Z[ recovery-image] Feb 10 18:46:49.446 INFO O| Feb 10 18:46:49.446 INFO STEP 486 (remove_files) COMPLETE
58492025-02-10T18:46:50.502Z[ recovery-image] Feb 10 18:46:49.446 INFO O| Feb 10 18:46:49.446 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502025-02-10T18:46:50.520Z[ recovery-image] Feb 10 18:46:49.467 INFO O| Feb 10 18:46:49.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58512025-02-10T18:46:50.523Z[ recovery-image] Feb 10 18:46:49.467 INFO O| Feb 10 18:46:49.467 INFO STEP 487 (remove_files) COMPLETE
58522025-02-10T18:46:50.523Z[ recovery-image] Feb 10 18:46:49.467 INFO O| Feb 10 18:46:49.467 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532025-02-10T18:46:50.541Z[ recovery-image] Feb 10 18:46:49.488 INFO O| Feb 10 18:46:49.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58542025-02-10T18:46:50.544Z[ recovery-image] Feb 10 18:46:49.488 INFO O| Feb 10 18:46:49.488 INFO STEP 488 (remove_files) COMPLETE
58552025-02-10T18:46:50.544Z[ recovery-image] Feb 10 18:46:49.488 INFO O| Feb 10 18:46:49.488 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562025-02-10T18:46:50.551Z[ host-image] Feb 10 18:46:49.498 INFO O| Feb 10 18:46:49.498 INFO O| Planning: Solver setup ... Done
58572025-02-10T18:46:50.560Z[ host-image] Feb 10 18:46:49.506 INFO O| Feb 10 18:46:49.506 INFO O| Planning: Running solver ... Done
58582025-02-10T18:46:50.562Z[ recovery-image] Feb 10 18:46:49.509 INFO O| Feb 10 18:46:49.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58592025-02-10T18:46:50.565Z[ recovery-image] Feb 10 18:46:49.509 INFO O| Feb 10 18:46:49.509 INFO STEP 489 (remove_files) COMPLETE
58602025-02-10T18:46:50.565Z[ recovery-image] Feb 10 18:46:49.510 INFO O| Feb 10 18:46:49.509 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612025-02-10T18:46:50.585Z[ recovery-image] Feb 10 18:46:49.532 INFO O| Feb 10 18:46:49.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
58622025-02-10T18:46:50.588Z[ recovery-image] Feb 10 18:46:49.532 INFO O| Feb 10 18:46:49.532 INFO STEP 490 (remove_files) COMPLETE
58632025-02-10T18:46:50.588Z[ recovery-image] Feb 10 18:46:49.532 INFO O| Feb 10 18:46:49.532 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642025-02-10T18:46:50.607Z[ recovery-image] Feb 10 18:46:49.554 INFO O| Feb 10 18:46:49.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
58652025-02-10T18:46:50.610Z[ recovery-image] Feb 10 18:46:49.554 INFO O| Feb 10 18:46:49.554 INFO STEP 491 (remove_files) COMPLETE
58662025-02-10T18:46:50.610Z[ recovery-image] Feb 10 18:46:49.555 INFO O| Feb 10 18:46:49.554 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672025-02-10T18:46:50.627Z[ recovery-image] Feb 10 18:46:49.573 INFO O| Feb 10 18:46:49.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
58682025-02-10T18:46:50.629Z[ recovery-image] Feb 10 18:46:49.574 INFO O| Feb 10 18:46:49.574 INFO STEP 492 (remove_files) COMPLETE
58692025-02-10T18:46:50.629Z[ recovery-image] Feb 10 18:46:49.574 INFO O| Feb 10 18:46:49.574 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702025-02-10T18:46:50.671Z[ host-image] Feb 10 18:46:49.617 INFO O| Feb 10 18:46:49.617 INFO O| Planning: Finding local manifests ... Done
58712025-02-10T18:46:50.673Z[ host-image] Feb 10 18:46:49.618 INFO O| Feb 10 18:46:49.618 INFO O| Planning: Fetching manifests: 0/1 0% complete
58722025-02-10T18:46:50.762Z[ recovery-image] Feb 10 18:46:49.709 INFO O| Feb 10 18:46:49.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
58732025-02-10T18:46:50.765Z[ recovery-image] Feb 10 18:46:49.709 INFO O| Feb 10 18:46:49.709 INFO STEP 493 (remove_files) COMPLETE
58742025-02-10T18:46:50.765Z[ recovery-image] Feb 10 18:46:49.709 INFO O| Feb 10 18:46:49.709 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752025-02-10T18:46:50.782Z[ recovery-image] Feb 10 18:46:49.728 INFO O| Feb 10 18:46:49.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
58762025-02-10T18:46:50.785Z[ recovery-image] Feb 10 18:46:49.729 INFO O| Feb 10 18:46:49.729 INFO STEP 494 (remove_files) COMPLETE
58772025-02-10T18:46:50.785Z[ recovery-image] Feb 10 18:46:49.729 INFO O| Feb 10 18:46:49.729 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782025-02-10T18:46:50.801Z[ recovery-image] Feb 10 18:46:49.748 INFO O| Feb 10 18:46:49.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
58792025-02-10T18:46:50.804Z[ recovery-image] Feb 10 18:46:49.748 INFO O| Feb 10 18:46:49.748 INFO STEP 495 (remove_files) COMPLETE
58802025-02-10T18:46:50.804Z[ recovery-image] Feb 10 18:46:49.748 INFO O| Feb 10 18:46:49.748 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812025-02-10T18:46:50.840Z[ recovery-image] Feb 10 18:46:49.786 INFO O| Feb 10 18:46:49.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
58822025-02-10T18:46:50.840Z[ recovery-image] Feb 10 18:46:49.787 INFO O| Feb 10 18:46:49.786 INFO STEP 496 (remove_files) COMPLETE
58832025-02-10T18:46:50.843Z[ recovery-image] Feb 10 18:46:49.787 INFO O| Feb 10 18:46:49.787 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842025-02-10T18:46:50.850Z[ host-image] Feb 10 18:46:49.796 INFO O| Feb 10 18:46:49.796 INFO O| Planning: Fetching manifests: 1/1 100% complete
58852025-02-10T18:46:50.861Z[ recovery-image] Feb 10 18:46:49.808 INFO O| Feb 10 18:46:49.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
58862025-02-10T18:46:50.861Z[ recovery-image] Feb 10 18:46:49.808 INFO O| Feb 10 18:46:49.808 INFO STEP 497 (remove_files) COMPLETE
58872025-02-10T18:46:50.861Z[ recovery-image] Feb 10 18:46:49.808 INFO O| Feb 10 18:46:49.808 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882025-02-10T18:46:50.914Z[ recovery-image] Feb 10 18:46:49.860 INFO O| Feb 10 18:46:49.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
58892025-02-10T18:46:50.914Z[ recovery-image] Feb 10 18:46:49.860 INFO O| Feb 10 18:46:49.860 INFO STEP 498 (remove_files) COMPLETE
58902025-02-10T18:46:50.918Z[ recovery-image] Feb 10 18:46:49.860 INFO O| Feb 10 18:46:49.860 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912025-02-10T18:46:50.921Z[ host-image] Feb 10 18:46:49.867 INFO O| Feb 10 18:46:49.867 INFO O| Planning: Package planning ... Done
58922025-02-10T18:46:50.923Z[ host-image] Feb 10 18:46:49.868 INFO O| Feb 10 18:46:49.868 INFO O| Planning: Merging actions ... Done
58932025-02-10T18:46:50.934Z[ recovery-image] Feb 10 18:46:49.880 INFO O| Feb 10 18:46:49.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
58942025-02-10T18:46:50.934Z[ recovery-image] Feb 10 18:46:49.880 INFO O| Feb 10 18:46:49.880 INFO STEP 499 (remove_files) COMPLETE
58952025-02-10T18:46:50.934Z[ recovery-image] Feb 10 18:46:49.880 INFO O| Feb 10 18:46:49.880 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962025-02-10T18:46:50.992Z[ recovery-image] Feb 10 18:46:49.939 INFO O| Feb 10 18:46:49.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
58972025-02-10T18:46:50.992Z[ recovery-image] Feb 10 18:46:49.939 INFO O| Feb 10 18:46:49.939 INFO STEP 500 (remove_files) COMPLETE
58982025-02-10T18:46:50.992Z[ recovery-image] Feb 10 18:46:49.939 INFO O| Feb 10 18:46:49.939 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992025-02-10T18:46:51.016Z[ recovery-image] Feb 10 18:46:49.962 INFO O| Feb 10 18:46:49.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59002025-02-10T18:46:51.040Z[ recovery-image] Feb 10 18:46:49.986 INFO O| Feb 10 18:46:49.986 INFO STEP 501 (remove_files) COMPLETE
59012025-02-10T18:46:51.040Z[ recovery-image] Feb 10 18:46:49.986 INFO O| Feb 10 18:46:49.986 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022025-02-10T18:46:51.059Z[ host-image] Feb 10 18:46:50.006 INFO O| Feb 10 18:46:50.005 INFO O| Planning: Checking for conflicting actions ... Done
59032025-02-10T18:46:51.062Z[ host-image] Feb 10 18:46:50.006 INFO O| Feb 10 18:46:50.006 INFO O| Planning: Consolidating action changes ... Done
59042025-02-10T18:46:51.073Z[ recovery-image] Feb 10 18:46:50.019 INFO O| Feb 10 18:46:50.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59052025-02-10T18:46:51.075Z[ recovery-image] Feb 10 18:46:50.019 INFO O| Feb 10 18:46:50.019 INFO STEP 502 (remove_files) COMPLETE
59062025-02-10T18:46:51.075Z[ recovery-image] Feb 10 18:46:50.019 INFO O| Feb 10 18:46:50.019 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072025-02-10T18:46:51.094Z[ recovery-image] Feb 10 18:46:50.041 INFO O| Feb 10 18:46:50.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59082025-02-10T18:46:51.094Z[ recovery-image] Feb 10 18:46:50.041 INFO O| Feb 10 18:46:50.041 INFO STEP 503 (remove_files) COMPLETE
59092025-02-10T18:46:51.094Z[ recovery-image] Feb 10 18:46:50.041 INFO O| Feb 10 18:46:50.041 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102025-02-10T18:46:51.113Z[ recovery-image] Feb 10 18:46:50.060 INFO O| Feb 10 18:46:50.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59112025-02-10T18:46:51.113Z[ recovery-image] Feb 10 18:46:50.060 INFO O| Feb 10 18:46:50.060 INFO STEP 504 (remove_files) COMPLETE
59122025-02-10T18:46:51.113Z[ recovery-image] Feb 10 18:46:50.060 INFO O| Feb 10 18:46:50.060 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132025-02-10T18:46:51.146Z[ recovery-image] Feb 10 18:46:50.093 INFO O| Feb 10 18:46:50.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59142025-02-10T18:46:51.149Z[ recovery-image] Feb 10 18:46:50.093 INFO O| Feb 10 18:46:50.093 INFO STEP 505 (remove_files) COMPLETE
59152025-02-10T18:46:51.149Z[ recovery-image] Feb 10 18:46:50.093 INFO O| Feb 10 18:46:50.093 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162025-02-10T18:46:51.184Z[ recovery-image] Feb 10 18:46:50.130 INFO O| Feb 10 18:46:50.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59172025-02-10T18:46:51.186Z[ recovery-image] Feb 10 18:46:50.131 INFO O| Feb 10 18:46:50.130 INFO STEP 506 (remove_files) COMPLETE
59182025-02-10T18:46:51.187Z[ recovery-image] Feb 10 18:46:50.131 INFO O| Feb 10 18:46:50.131 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192025-02-10T18:46:51.215Z[ recovery-image] Feb 10 18:46:50.162 INFO O| Feb 10 18:46:50.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59202025-02-10T18:46:51.215Z[ recovery-image] Feb 10 18:46:50.162 INFO O| Feb 10 18:46:50.162 INFO STEP 507 (remove_files) COMPLETE
59212025-02-10T18:46:51.218Z[ recovery-image] Feb 10 18:46:50.162 INFO O| Feb 10 18:46:50.162 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222025-02-10T18:46:51.235Z[ recovery-image] Feb 10 18:46:50.182 INFO O| Feb 10 18:46:50.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59232025-02-10T18:46:51.235Z[ recovery-image] Feb 10 18:46:50.182 INFO O| Feb 10 18:46:50.182 INFO STEP 508 (remove_files) COMPLETE
59242025-02-10T18:46:51.237Z[ recovery-image] Feb 10 18:46:50.182 INFO O| Feb 10 18:46:50.182 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252025-02-10T18:46:51.293Z[ recovery-image] Feb 10 18:46:50.240 INFO O| Feb 10 18:46:50.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59262025-02-10T18:46:51.293Z[ recovery-image] Feb 10 18:46:50.240 INFO O| Feb 10 18:46:50.240 INFO STEP 509 (remove_files) COMPLETE
59272025-02-10T18:46:51.296Z[ recovery-image] Feb 10 18:46:50.240 INFO O| Feb 10 18:46:50.240 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282025-02-10T18:46:51.315Z[ recovery-image] Feb 10 18:46:50.261 INFO O| Feb 10 18:46:50.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59292025-02-10T18:46:51.315Z[ recovery-image] Feb 10 18:46:50.261 INFO O| Feb 10 18:46:50.261 INFO STEP 510 (remove_files) COMPLETE
59302025-02-10T18:46:51.315Z[ recovery-image] Feb 10 18:46:50.261 INFO O| Feb 10 18:46:50.261 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312025-02-10T18:46:51.349Z[ recovery-image] Feb 10 18:46:50.295 INFO O| Feb 10 18:46:50.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59322025-02-10T18:46:51.349Z[ recovery-image] Feb 10 18:46:50.295 INFO O| Feb 10 18:46:50.295 INFO STEP 511 (remove_files) COMPLETE
59332025-02-10T18:46:51.351Z[ recovery-image] Feb 10 18:46:50.295 INFO O| Feb 10 18:46:50.295 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342025-02-10T18:46:51.408Z[ recovery-image] Feb 10 18:46:50.354 INFO O| Feb 10 18:46:50.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59352025-02-10T18:46:51.408Z[ recovery-image] Feb 10 18:46:50.354 INFO O| Feb 10 18:46:50.354 INFO STEP 512 (remove_files) COMPLETE
59362025-02-10T18:46:51.408Z[ recovery-image] Feb 10 18:46:50.354 INFO O| Feb 10 18:46:50.354 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372025-02-10T18:46:51.435Z[ host-image] Feb 10 18:46:50.381 INFO O| Feb 10 18:46:50.381 INFO O| Planning: Evaluating mediators ... Done
59382025-02-10T18:46:51.438Z[ host-image] Feb 10 18:46:50.382 INFO O| Feb 10 18:46:50.382 INFO O| Planning: Planning completed in 5.56 seconds
59392025-02-10T18:46:51.441Z[ host-image] Feb 10 18:46:50.388 INFO O| Feb 10 18:46:50.388 INFO O| Packages to install: 1
59402025-02-10T18:46:51.448Z[ recovery-image] Feb 10 18:46:50.394 INFO O| Feb 10 18:46:50.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59412025-02-10T18:46:51.448Z[ recovery-image] Feb 10 18:46:50.395 INFO O| Feb 10 18:46:50.394 INFO STEP 513 (remove_files) COMPLETE
59422025-02-10T18:46:51.450Z[ recovery-image] Feb 10 18:46:50.395 INFO O| Feb 10 18:46:50.394 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432025-02-10T18:46:51.461Z[ host-image] Feb 10 18:46:50.408 INFO O| Feb 10 18:46:50.408 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
59442025-02-10T18:46:51.470Z[ recovery-image] Feb 10 18:46:50.417 INFO O| Feb 10 18:46:50.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59452025-02-10T18:46:51.470Z[ recovery-image] Feb 10 18:46:50.417 INFO O| Feb 10 18:46:50.417 INFO STEP 514 (remove_files) COMPLETE
59462025-02-10T18:46:51.470Z[ recovery-image] Feb 10 18:46:50.417 INFO O| Feb 10 18:46:50.417 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472025-02-10T18:46:51.498Z[ recovery-image] Feb 10 18:46:50.444 INFO O| Feb 10 18:46:50.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59482025-02-10T18:46:51.500Z[ recovery-image] Feb 10 18:46:50.444 INFO O| Feb 10 18:46:50.444 INFO STEP 515 (remove_files) COMPLETE
59492025-02-10T18:46:51.501Z[ recovery-image] Feb 10 18:46:50.445 INFO O| Feb 10 18:46:50.445 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502025-02-10T18:46:51.523Z[ recovery-image] Feb 10 18:46:50.470 INFO O| Feb 10 18:46:50.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59512025-02-10T18:46:51.526Z[ recovery-image] Feb 10 18:46:50.470 INFO O| Feb 10 18:46:50.470 INFO STEP 516 (remove_files) COMPLETE
59522025-02-10T18:46:51.526Z[ recovery-image] Feb 10 18:46:50.470 INFO O| Feb 10 18:46:50.470 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532025-02-10T18:46:51.548Z[ recovery-image] Feb 10 18:46:50.494 INFO O| Feb 10 18:46:50.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59542025-02-10T18:46:51.551Z[ recovery-image] Feb 10 18:46:50.495 INFO O| Feb 10 18:46:50.495 INFO STEP 517 (remove_files) COMPLETE
59552025-02-10T18:46:51.551Z[ recovery-image] Feb 10 18:46:50.495 INFO O| Feb 10 18:46:50.495 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562025-02-10T18:46:51.580Z[ recovery-image] Feb 10 18:46:50.527 INFO O| Feb 10 18:46:50.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59572025-02-10T18:46:51.583Z[ recovery-image] Feb 10 18:46:50.527 INFO O| Feb 10 18:46:50.527 INFO STEP 518 (remove_files) COMPLETE
59582025-02-10T18:46:51.583Z[ recovery-image] Feb 10 18:46:50.527 INFO O| Feb 10 18:46:50.527 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592025-02-10T18:46:51.603Z[ recovery-image] Feb 10 18:46:50.550 INFO O| Feb 10 18:46:50.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59602025-02-10T18:46:51.603Z[ recovery-image] Feb 10 18:46:50.550 INFO O| Feb 10 18:46:50.550 INFO STEP 519 (remove_files) COMPLETE
59612025-02-10T18:46:51.606Z[ recovery-image] Feb 10 18:46:50.550 INFO O| Feb 10 18:46:50.550 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622025-02-10T18:46:51.624Z[ recovery-image] Feb 10 18:46:50.570 INFO O| Feb 10 18:46:50.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59632025-02-10T18:46:51.624Z[ recovery-image] Feb 10 18:46:50.570 INFO O| Feb 10 18:46:50.570 INFO STEP 520 (remove_files) COMPLETE
59642025-02-10T18:46:51.624Z[ recovery-image] Feb 10 18:46:50.570 INFO O| Feb 10 18:46:50.570 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652025-02-10T18:46:51.645Z[ recovery-image] Feb 10 18:46:50.592 INFO O| Feb 10 18:46:50.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59662025-02-10T18:46:51.648Z[ recovery-image] Feb 10 18:46:50.592 INFO O| Feb 10 18:46:50.592 INFO STEP 521 (remove_files) COMPLETE
59672025-02-10T18:46:51.648Z[ recovery-image] Feb 10 18:46:50.592 INFO O| Feb 10 18:46:50.592 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682025-02-10T18:46:51.667Z[ recovery-image] Feb 10 18:46:50.613 INFO O| Feb 10 18:46:50.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
59692025-02-10T18:46:51.667Z[ recovery-image] Feb 10 18:46:50.613 INFO O| Feb 10 18:46:50.613 INFO STEP 522 (remove_files) COMPLETE
59702025-02-10T18:46:51.667Z[ recovery-image] Feb 10 18:46:50.613 INFO O| Feb 10 18:46:50.613 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712025-02-10T18:46:51.688Z[ recovery-image] Feb 10 18:46:50.634 INFO O| Feb 10 18:46:50.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
59722025-02-10T18:46:51.688Z[ recovery-image] Feb 10 18:46:50.634 INFO O| Feb 10 18:46:50.634 INFO STEP 523 (remove_files) COMPLETE
59732025-02-10T18:46:51.688Z[ recovery-image] Feb 10 18:46:50.634 INFO O| Feb 10 18:46:50.634 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742025-02-10T18:46:51.708Z[ recovery-image] Feb 10 18:46:50.655 INFO O| Feb 10 18:46:50.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
59752025-02-10T18:46:51.708Z[ recovery-image] Feb 10 18:46:50.655 INFO O| Feb 10 18:46:50.655 INFO STEP 524 (remove_files) COMPLETE
59762025-02-10T18:46:51.709Z[ recovery-image] Feb 10 18:46:50.655 INFO O| Feb 10 18:46:50.655 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772025-02-10T18:46:51.733Z[ recovery-image] Feb 10 18:46:50.679 INFO O| Feb 10 18:46:50.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
59782025-02-10T18:46:51.733Z[ recovery-image] Feb 10 18:46:50.679 INFO O| Feb 10 18:46:50.679 INFO STEP 525 (remove_files) COMPLETE
59792025-02-10T18:46:51.733Z[ recovery-image] Feb 10 18:46:50.679 INFO O| Feb 10 18:46:50.679 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802025-02-10T18:46:51.756Z[ recovery-image] Feb 10 18:46:50.702 INFO O| Feb 10 18:46:50.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
59812025-02-10T18:46:51.756Z[ recovery-image] Feb 10 18:46:50.702 INFO O| Feb 10 18:46:50.702 INFO STEP 526 (remove_files) COMPLETE
59822025-02-10T18:46:51.756Z[ recovery-image] Feb 10 18:46:50.702 INFO O| Feb 10 18:46:50.702 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832025-02-10T18:46:51.777Z[ recovery-image] Feb 10 18:46:50.724 INFO O| Feb 10 18:46:50.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
59842025-02-10T18:46:51.780Z[ recovery-image] Feb 10 18:46:50.724 INFO O| Feb 10 18:46:50.724 INFO STEP 527 (remove_files) COMPLETE
59852025-02-10T18:46:51.780Z[ recovery-image] Feb 10 18:46:50.724 INFO O| Feb 10 18:46:50.724 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862025-02-10T18:46:51.800Z[ recovery-image] Feb 10 18:46:50.747 INFO O| Feb 10 18:46:50.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
59872025-02-10T18:46:51.800Z[ recovery-image] Feb 10 18:46:50.747 INFO O| Feb 10 18:46:50.747 INFO STEP 528 (remove_files) COMPLETE
59882025-02-10T18:46:51.800Z[ recovery-image] Feb 10 18:46:50.747 INFO O| Feb 10 18:46:50.747 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892025-02-10T18:46:51.826Z[ recovery-image] Feb 10 18:46:50.773 INFO O| Feb 10 18:46:50.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
59902025-02-10T18:46:51.827Z[ recovery-image] Feb 10 18:46:50.773 INFO O| Feb 10 18:46:50.773 INFO STEP 529 (remove_files) COMPLETE
59912025-02-10T18:46:51.827Z[ recovery-image] Feb 10 18:46:50.773 INFO O| Feb 10 18:46:50.773 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922025-02-10T18:46:51.851Z[ recovery-image] Feb 10 18:46:50.798 INFO O| Feb 10 18:46:50.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
59932025-02-10T18:46:51.854Z[ recovery-image] Feb 10 18:46:50.798 INFO O| Feb 10 18:46:50.798 INFO STEP 530 (remove_files) COMPLETE
59942025-02-10T18:46:51.854Z[ recovery-image] Feb 10 18:46:50.798 INFO O| Feb 10 18:46:50.798 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952025-02-10T18:46:51.875Z[ recovery-image] Feb 10 18:46:50.821 INFO O| Feb 10 18:46:50.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
59962025-02-10T18:46:51.875Z[ recovery-image] Feb 10 18:46:50.821 INFO O| Feb 10 18:46:50.821 INFO STEP 531 (remove_files) COMPLETE
59972025-02-10T18:46:51.875Z[ recovery-image] Feb 10 18:46:50.821 INFO O| Feb 10 18:46:50.821 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982025-02-10T18:46:51.899Z[ recovery-image] Feb 10 18:46:50.845 INFO O| Feb 10 18:46:50.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
59992025-02-10T18:46:51.899Z[ recovery-image] Feb 10 18:46:50.845 INFO O| Feb 10 18:46:50.845 INFO STEP 532 (remove_files) COMPLETE
60002025-02-10T18:46:51.899Z[ recovery-image] Feb 10 18:46:50.845 INFO O| Feb 10 18:46:50.845 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012025-02-10T18:46:51.924Z[ recovery-image] Feb 10 18:46:50.870 INFO O| Feb 10 18:46:50.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60022025-02-10T18:46:51.924Z[ recovery-image] Feb 10 18:46:50.870 INFO O| Feb 10 18:46:50.870 INFO STEP 533 (remove_files) COMPLETE
60032025-02-10T18:46:51.924Z[ recovery-image] Feb 10 18:46:50.870 INFO O| Feb 10 18:46:50.870 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042025-02-10T18:46:51.943Z[ recovery-image] Feb 10 18:46:50.889 INFO O| Feb 10 18:46:50.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60052025-02-10T18:46:51.943Z[ recovery-image] Feb 10 18:46:50.889 INFO O| Feb 10 18:46:50.889 INFO STEP 534 (remove_files) COMPLETE
60062025-02-10T18:46:51.943Z[ recovery-image] Feb 10 18:46:50.889 INFO O| Feb 10 18:46:50.889 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072025-02-10T18:46:51.961Z[ recovery-image] Feb 10 18:46:50.907 INFO O| Feb 10 18:46:50.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60082025-02-10T18:46:51.961Z[ recovery-image] Feb 10 18:46:50.907 INFO O| Feb 10 18:46:50.907 INFO STEP 535 (remove_files) COMPLETE
60092025-02-10T18:46:51.964Z[ recovery-image] Feb 10 18:46:50.908 INFO O| Feb 10 18:46:50.907 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102025-02-10T18:46:51.982Z[ recovery-image] Feb 10 18:46:50.928 INFO O| Feb 10 18:46:50.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60112025-02-10T18:46:52.009Z[ recovery-image] Feb 10 18:46:50.956 INFO O| Feb 10 18:46:50.956 INFO STEP 536 (remove_files) COMPLETE
60122025-02-10T18:46:52.009Z[ recovery-image] Feb 10 18:46:50.956 INFO O| Feb 10 18:46:50.956 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132025-02-10T18:46:52.032Z[ recovery-image] Feb 10 18:46:50.978 INFO O| Feb 10 18:46:50.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60142025-02-10T18:46:52.034Z[ recovery-image] Feb 10 18:46:50.978 INFO O| Feb 10 18:46:50.978 INFO STEP 537 (remove_files) COMPLETE
60152025-02-10T18:46:52.034Z[ recovery-image] Feb 10 18:46:50.979 INFO O| Feb 10 18:46:50.978 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162025-02-10T18:46:52.052Z[ recovery-image] Feb 10 18:46:50.999 INFO O| Feb 10 18:46:50.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60172025-02-10T18:46:52.055Z[ recovery-image] Feb 10 18:46:50.999 INFO O| Feb 10 18:46:50.999 INFO STEP 538 (remove_files) COMPLETE
60182025-02-10T18:46:52.055Z[ recovery-image] Feb 10 18:46:50.999 INFO O| Feb 10 18:46:50.999 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192025-02-10T18:46:52.072Z[ recovery-image] Feb 10 18:46:51.018 INFO O| Feb 10 18:46:51.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60202025-02-10T18:46:52.072Z[ recovery-image] Feb 10 18:46:51.019 INFO O| Feb 10 18:46:51.018 INFO STEP 539 (remove_files) COMPLETE
60212025-02-10T18:46:52.075Z[ recovery-image] Feb 10 18:46:51.019 INFO O| Feb 10 18:46:51.019 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222025-02-10T18:46:52.091Z[ recovery-image] Feb 10 18:46:51.037 INFO O| Feb 10 18:46:51.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60232025-02-10T18:46:52.093Z[ recovery-image] Feb 10 18:46:51.037 INFO O| Feb 10 18:46:51.037 INFO STEP 540 (remove_files) COMPLETE
60242025-02-10T18:46:52.093Z[ recovery-image] Feb 10 18:46:51.038 INFO O| Feb 10 18:46:51.037 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252025-02-10T18:46:52.109Z[ recovery-image] Feb 10 18:46:51.055 INFO O| Feb 10 18:46:51.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60262025-02-10T18:46:52.112Z[ recovery-image] Feb 10 18:46:51.056 INFO O| Feb 10 18:46:51.056 INFO STEP 541 (remove_files) COMPLETE
60272025-02-10T18:46:52.112Z[ recovery-image] Feb 10 18:46:51.056 INFO O| Feb 10 18:46:51.056 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282025-02-10T18:46:52.164Z[ recovery-image] Feb 10 18:46:51.110 INFO O| Feb 10 18:46:51.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60292025-02-10T18:46:52.167Z[ recovery-image] Feb 10 18:46:51.111 INFO O| Feb 10 18:46:51.111 INFO STEP 542 (remove_files) COMPLETE
60302025-02-10T18:46:52.167Z[ recovery-image] Feb 10 18:46:51.111 INFO O| Feb 10 18:46:51.111 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312025-02-10T18:46:52.186Z[ recovery-image] Feb 10 18:46:51.133 INFO O| Feb 10 18:46:51.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60322025-02-10T18:46:52.189Z[ recovery-image] Feb 10 18:46:51.133 INFO O| Feb 10 18:46:51.133 INFO STEP 543 (remove_files) COMPLETE
60332025-02-10T18:46:52.189Z[ recovery-image] Feb 10 18:46:51.133 INFO O| Feb 10 18:46:51.133 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342025-02-10T18:46:52.221Z[ recovery-image] Feb 10 18:46:51.166 INFO O| Feb 10 18:46:51.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60352025-02-10T18:46:52.221Z[ recovery-image] Feb 10 18:46:51.166 INFO O| Feb 10 18:46:51.165 INFO STEP 544 (remove_files) COMPLETE
60362025-02-10T18:46:52.224Z[ recovery-image] Feb 10 18:46:51.166 INFO O| Feb 10 18:46:51.165 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372025-02-10T18:46:52.251Z[ host-image] Feb 10 18:46:51.198 INFO O| Feb 10 18:46:51.198 INFO O| Download: Completed 9.99 MB in 0.79 seconds (12.7M/s)
60382025-02-10T18:46:52.254Z[ recovery-image] Feb 10 18:46:51.199 INFO O| Feb 10 18:46:51.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60392025-02-10T18:46:52.254Z[ recovery-image] Feb 10 18:46:51.199 INFO O| Feb 10 18:46:51.199 INFO STEP 545 (remove_files) COMPLETE
60402025-02-10T18:46:52.255Z[ recovery-image] Feb 10 18:46:51.199 INFO O| Feb 10 18:46:51.199 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412025-02-10T18:46:52.298Z[ recovery-image] Feb 10 18:46:51.245 INFO O| Feb 10 18:46:51.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60422025-02-10T18:46:52.299Z[ recovery-image] Feb 10 18:46:51.245 INFO O| Feb 10 18:46:51.245 INFO STEP 546 (remove_files) COMPLETE
60432025-02-10T18:46:52.301Z[ recovery-image] Feb 10 18:46:51.245 INFO O| Feb 10 18:46:51.245 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442025-02-10T18:46:52.319Z[ host-image] Feb 10 18:46:51.265 INFO O| Feb 10 18:46:51.265 INFO O| Actions: 1/22 actions (Installing new actions)
60452025-02-10T18:46:52.335Z[ recovery-image] Feb 10 18:46:51.282 INFO O| Feb 10 18:46:51.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60462025-02-10T18:46:52.335Z[ recovery-image] Feb 10 18:46:51.282 INFO O| Feb 10 18:46:51.282 INFO STEP 547 (remove_files) COMPLETE
60472025-02-10T18:46:52.338Z[ recovery-image] Feb 10 18:46:51.282 INFO O| Feb 10 18:46:51.282 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482025-02-10T18:46:52.356Z[ recovery-image] Feb 10 18:46:51.303 INFO O| Feb 10 18:46:51.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60492025-02-10T18:46:52.359Z[ recovery-image] Feb 10 18:46:51.303 INFO O| Feb 10 18:46:51.303 INFO STEP 548 (remove_files) COMPLETE
60502025-02-10T18:46:52.359Z[ recovery-image] Feb 10 18:46:51.303 INFO O| Feb 10 18:46:51.303 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512025-02-10T18:46:52.373Z[ recovery-image] Feb 10 18:46:51.320 INFO O| Feb 10 18:46:51.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60522025-02-10T18:46:52.373Z[ recovery-image] Feb 10 18:46:51.320 INFO O| Feb 10 18:46:51.320 INFO STEP 549 (remove_files) COMPLETE
60532025-02-10T18:46:52.376Z[ recovery-image] Feb 10 18:46:51.320 INFO O| Feb 10 18:46:51.320 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542025-02-10T18:46:52.393Z[ recovery-image] Feb 10 18:46:51.339 INFO O| Feb 10 18:46:51.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60552025-02-10T18:46:52.393Z[ recovery-image] Feb 10 18:46:51.340 INFO O| Feb 10 18:46:51.340 INFO STEP 550 (remove_files) COMPLETE
60562025-02-10T18:46:52.396Z[ recovery-image] Feb 10 18:46:51.340 INFO O| Feb 10 18:46:51.340 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572025-02-10T18:46:52.427Z[ recovery-image] Feb 10 18:46:51.374 INFO O| Feb 10 18:46:51.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60582025-02-10T18:46:52.427Z[ recovery-image] Feb 10 18:46:51.374 INFO O| Feb 10 18:46:51.374 INFO STEP 551 (remove_files) COMPLETE
60592025-02-10T18:46:52.427Z[ recovery-image] Feb 10 18:46:51.374 INFO O| Feb 10 18:46:51.374 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602025-02-10T18:46:52.497Z[ recovery-image] Feb 10 18:46:51.443 INFO O| Feb 10 18:46:51.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60612025-02-10T18:46:52.497Z[ recovery-image] Feb 10 18:46:51.443 INFO O| Feb 10 18:46:51.439 INFO STEP 552 (remove_files) COMPLETE
60622025-02-10T18:46:52.499Z[ recovery-image] Feb 10 18:46:51.443 INFO O| Feb 10 18:46:51.439 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632025-02-10T18:46:52.518Z[ recovery-image] Feb 10 18:46:51.465 INFO O| Feb 10 18:46:51.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
60642025-02-10T18:46:52.518Z[ recovery-image] Feb 10 18:46:51.465 INFO O| Feb 10 18:46:51.461 INFO STEP 553 (remove_files) COMPLETE
60652025-02-10T18:46:52.521Z[ recovery-image] Feb 10 18:46:51.465 INFO O| Feb 10 18:46:51.461 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662025-02-10T18:46:52.568Z[ recovery-image] Feb 10 18:46:51.505 INFO O| Feb 10 18:46:51.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
60672025-02-10T18:46:52.568Z[ recovery-image] Feb 10 18:46:51.505 INFO O| Feb 10 18:46:51.505 INFO STEP 554 (remove_files) COMPLETE
60682025-02-10T18:46:52.568Z[ recovery-image] Feb 10 18:46:51.506 INFO O| Feb 10 18:46:51.505 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692025-02-10T18:46:52.581Z[ recovery-image] Feb 10 18:46:51.527 INFO O| Feb 10 18:46:51.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
60702025-02-10T18:46:52.581Z[ recovery-image] Feb 10 18:46:51.527 INFO O| Feb 10 18:46:51.527 INFO STEP 555 (remove_files) COMPLETE
60712025-02-10T18:46:52.584Z[ recovery-image] Feb 10 18:46:51.527 INFO O| Feb 10 18:46:51.527 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722025-02-10T18:46:52.745Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
60732025-02-10T18:46:52.776Z[ recovery-image] Feb 10 18:46:51.722 INFO O| Feb 10 18:46:51.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
60742025-02-10T18:46:52.778Z[ recovery-image] Feb 10 18:46:51.722 INFO O| Feb 10 18:46:51.722 INFO STEP 556 (remove_files) COMPLETE
60752025-02-10T18:46:52.778Z[ recovery-image] Feb 10 18:46:51.723 INFO O| Feb 10 18:46:51.723 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762025-02-10T18:46:52.813Z[ recovery-image] Feb 10 18:46:51.758 INFO O| Feb 10 18:46:51.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
60772025-02-10T18:46:52.813Z[ recovery-image] Feb 10 18:46:51.758 INFO O| Feb 10 18:46:51.758 INFO STEP 557 (remove_files) COMPLETE
60782025-02-10T18:46:52.813Z[ recovery-image] Feb 10 18:46:51.758 INFO O| Feb 10 18:46:51.758 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792025-02-10T18:46:52.841Z[ host-image] Feb 10 18:46:51.788 INFO O| Feb 10 18:46:51.787 INFO O| Actions: Completed 22 actions in 0.52 seconds.
60802025-02-10T18:46:52.870Z[ recovery-image] Feb 10 18:46:51.817 INFO O| Feb 10 18:46:51.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
60812025-02-10T18:46:52.870Z[ recovery-image] Feb 10 18:46:51.817 INFO O| Feb 10 18:46:51.817 INFO STEP 558 (remove_files) COMPLETE
60822025-02-10T18:46:52.873Z[ recovery-image] Feb 10 18:46:51.817 INFO O| Feb 10 18:46:51.817 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832025-02-10T18:46:52.912Z[ recovery-image] Feb 10 18:46:51.859 INFO O| Feb 10 18:46:51.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
60842025-02-10T18:46:52.912Z[ recovery-image] Feb 10 18:46:51.859 INFO O| Feb 10 18:46:51.859 INFO STEP 559 (remove_files) COMPLETE
60852025-02-10T18:46:52.915Z[ recovery-image] Feb 10 18:46:51.859 INFO O| Feb 10 18:46:51.859 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862025-02-10T18:46:52.933Z[ recovery-image] Feb 10 18:46:51.879 INFO O| Feb 10 18:46:51.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
60872025-02-10T18:46:52.955Z[ recovery-image] Feb 10 18:46:51.902 INFO O| Feb 10 18:46:51.902 INFO STEP 560 (remove_files) COMPLETE
60882025-02-10T18:46:52.955Z[ recovery-image] Feb 10 18:46:51.902 INFO O| Feb 10 18:46:51.902 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892025-02-10T18:46:52.987Z[ recovery-image] Feb 10 18:46:51.933 INFO O| Feb 10 18:46:51.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
60902025-02-10T18:46:52.987Z[ recovery-image] Feb 10 18:46:51.933 INFO O| Feb 10 18:46:51.933 INFO STEP 561 (remove_files) COMPLETE
60912025-02-10T18:46:52.987Z[ recovery-image] Feb 10 18:46:51.933 INFO O| Feb 10 18:46:51.933 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922025-02-10T18:46:53.007Z[ recovery-image] Feb 10 18:46:51.954 INFO O| Feb 10 18:46:51.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
60932025-02-10T18:46:53.007Z[ recovery-image] Feb 10 18:46:51.954 INFO O| Feb 10 18:46:51.954 INFO STEP 562 (remove_files) COMPLETE
60942025-02-10T18:46:53.010Z[ recovery-image] Feb 10 18:46:51.954 INFO O| Feb 10 18:46:51.954 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952025-02-10T18:46:53.048Z[ recovery-image] Feb 10 18:46:51.995 INFO O| Feb 10 18:46:51.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
60962025-02-10T18:46:53.048Z[ recovery-image] Feb 10 18:46:51.995 INFO O| Feb 10 18:46:51.995 INFO STEP 563 (remove_files) COMPLETE
60972025-02-10T18:46:53.051Z[ recovery-image] Feb 10 18:46:51.995 INFO O| Feb 10 18:46:51.995 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982025-02-10T18:46:53.080Z[ recovery-image] Feb 10 18:46:52.027 INFO O| Feb 10 18:46:52.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
60992025-02-10T18:46:53.081Z[ recovery-image] Feb 10 18:46:52.027 INFO O| Feb 10 18:46:52.027 INFO STEP 564 (remove_files) COMPLETE
61002025-02-10T18:46:53.081Z[ recovery-image] Feb 10 18:46:52.027 INFO O| Feb 10 18:46:52.027 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012025-02-10T18:46:53.115Z[ recovery-image] Feb 10 18:46:52.062 INFO O| Feb 10 18:46:52.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61022025-02-10T18:46:53.115Z[ recovery-image] Feb 10 18:46:52.062 INFO O| Feb 10 18:46:52.062 INFO STEP 565 (remove_files) COMPLETE
61032025-02-10T18:46:53.115Z[ recovery-image] Feb 10 18:46:52.062 INFO O| Feb 10 18:46:52.062 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042025-02-10T18:46:53.176Z[ recovery-image] Feb 10 18:46:52.123 INFO O| Feb 10 18:46:52.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61052025-02-10T18:46:53.176Z[ recovery-image] Feb 10 18:46:52.123 INFO O| Feb 10 18:46:52.123 INFO STEP 566 (remove_files) COMPLETE
61062025-02-10T18:46:53.176Z[ recovery-image] Feb 10 18:46:52.123 INFO O| Feb 10 18:46:52.123 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072025-02-10T18:46:53.215Z[ recovery-image] Feb 10 18:46:52.162 INFO O| Feb 10 18:46:52.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61082025-02-10T18:46:53.215Z[ recovery-image] Feb 10 18:46:52.162 INFO O| Feb 10 18:46:52.162 INFO STEP 567 (remove_files) COMPLETE
61092025-02-10T18:46:53.215Z[ recovery-image] Feb 10 18:46:52.162 INFO O| Feb 10 18:46:52.162 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102025-02-10T18:46:53.235Z[ recovery-image] Feb 10 18:46:52.181 INFO O| Feb 10 18:46:52.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61112025-02-10T18:46:53.235Z[ recovery-image] Feb 10 18:46:52.182 INFO O| Feb 10 18:46:52.181 INFO STEP 568 (remove_files) COMPLETE
61122025-02-10T18:46:53.235Z[ recovery-image] Feb 10 18:46:52.182 INFO O| Feb 10 18:46:52.182 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132025-02-10T18:46:53.282Z[ recovery-image] Feb 10 18:46:52.228 INFO O| Feb 10 18:46:52.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61142025-02-10T18:46:53.282Z[ recovery-image] Feb 10 18:46:52.228 INFO O| Feb 10 18:46:52.228 INFO STEP 569 (remove_files) COMPLETE
61152025-02-10T18:46:53.284Z[ recovery-image] Feb 10 18:46:52.228 INFO O| Feb 10 18:46:52.228 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162025-02-10T18:46:53.314Z[ recovery-image] Feb 10 18:46:52.260 INFO O| Feb 10 18:46:52.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61172025-02-10T18:46:53.314Z[ recovery-image] Feb 10 18:46:52.260 INFO O| Feb 10 18:46:52.260 INFO STEP 570 (remove_files) COMPLETE
61182025-02-10T18:46:53.314Z[ recovery-image] Feb 10 18:46:52.260 INFO O| Feb 10 18:46:52.260 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192025-02-10T18:46:53.349Z[ recovery-image] Feb 10 18:46:52.296 INFO O| Feb 10 18:46:52.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61202025-02-10T18:46:53.350Z[ recovery-image] Feb 10 18:46:52.296 INFO O| Feb 10 18:46:52.296 INFO STEP 571 (remove_files) COMPLETE
61212025-02-10T18:46:53.350Z[ recovery-image] Feb 10 18:46:52.296 INFO O| Feb 10 18:46:52.296 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222025-02-10T18:46:53.373Z[ recovery-image] Feb 10 18:46:52.320 INFO O| Feb 10 18:46:52.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61232025-02-10T18:46:53.373Z[ recovery-image] Feb 10 18:46:52.320 INFO O| Feb 10 18:46:52.320 INFO STEP 572 (remove_files) COMPLETE
61242025-02-10T18:46:53.373Z[ recovery-image] Feb 10 18:46:52.320 INFO O| Feb 10 18:46:52.320 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252025-02-10T18:46:53.413Z[ recovery-image] Feb 10 18:46:52.360 INFO O| Feb 10 18:46:52.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61262025-02-10T18:46:53.413Z[ recovery-image] Feb 10 18:46:52.360 INFO O| Feb 10 18:46:52.360 INFO STEP 573 (remove_files) COMPLETE
61272025-02-10T18:46:53.416Z[ recovery-image] Feb 10 18:46:52.360 INFO O| Feb 10 18:46:52.360 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282025-02-10T18:46:53.488Z[ recovery-image] Feb 10 18:46:52.435 INFO O| Feb 10 18:46:52.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61292025-02-10T18:46:53.488Z[ recovery-image] Feb 10 18:46:52.435 INFO O| Feb 10 18:46:52.435 INFO STEP 574 (remove_files) COMPLETE
61302025-02-10T18:46:53.488Z[ recovery-image] Feb 10 18:46:52.435 INFO O| Feb 10 18:46:52.435 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312025-02-10T18:46:53.508Z[ host-image] Feb 10 18:46:52.455 INFO O| Feb 10 18:46:52.455 INFO O| Done
61322025-02-10T18:46:53.508Z[ host-image] Feb 10 18:46:52.455 INFO O| Feb 10 18:46:52.455 INFO O| Done
61332025-02-10T18:46:53.527Z[ recovery-image] Feb 10 18:46:52.468 INFO O| Feb 10 18:46:52.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61342025-02-10T18:46:53.527Z[ recovery-image] Feb 10 18:46:52.468 INFO O| Feb 10 18:46:52.468 INFO STEP 575 (remove_files) COMPLETE
61352025-02-10T18:46:53.527Z[ recovery-image] Feb 10 18:46:52.468 INFO O| Feb 10 18:46:52.468 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362025-02-10T18:46:53.544Z[ recovery-image] Feb 10 18:46:52.489 INFO O| Feb 10 18:46:52.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61372025-02-10T18:46:53.544Z[ recovery-image] Feb 10 18:46:52.489 INFO O| Feb 10 18:46:52.489 INFO STEP 576 (remove_files) COMPLETE
61382025-02-10T18:46:53.544Z[ recovery-image] Feb 10 18:46:52.489 INFO O| Feb 10 18:46:52.489 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392025-02-10T18:46:53.561Z[ recovery-image] Feb 10 18:46:52.507 INFO O| Feb 10 18:46:52.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61402025-02-10T18:46:53.561Z[ recovery-image] Feb 10 18:46:52.507 INFO O| Feb 10 18:46:52.507 INFO STEP 577 (remove_files) COMPLETE
61412025-02-10T18:46:53.561Z[ recovery-image] Feb 10 18:46:52.507 INFO O| Feb 10 18:46:52.507 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422025-02-10T18:46:53.580Z[ recovery-image] Feb 10 18:46:52.526 INFO O| Feb 10 18:46:52.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61432025-02-10T18:46:53.580Z[ recovery-image] Feb 10 18:46:52.527 INFO O| Feb 10 18:46:52.527 INFO STEP 578 (remove_files) COMPLETE
61442025-02-10T18:46:53.583Z[ recovery-image] Feb 10 18:46:52.527 INFO O| Feb 10 18:46:52.527 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452025-02-10T18:46:53.613Z[ recovery-image] Feb 10 18:46:52.559 INFO O| Feb 10 18:46:52.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61462025-02-10T18:46:53.613Z[ recovery-image] Feb 10 18:46:52.559 INFO O| Feb 10 18:46:52.559 INFO STEP 579 (remove_files) COMPLETE
61472025-02-10T18:46:53.613Z[ recovery-image] Feb 10 18:46:52.559 INFO O| Feb 10 18:46:52.559 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482025-02-10T18:46:53.667Z[ recovery-image] Feb 10 18:46:52.614 INFO O| Feb 10 18:46:52.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61492025-02-10T18:46:53.670Z[ recovery-image] Feb 10 18:46:52.614 INFO O| Feb 10 18:46:52.614 INFO STEP 580 (remove_files) COMPLETE
61502025-02-10T18:46:53.670Z[ recovery-image] Feb 10 18:46:52.614 INFO O| Feb 10 18:46:52.614 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512025-02-10T18:46:53.687Z[ recovery-image] Feb 10 18:46:52.634 INFO O| Feb 10 18:46:52.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61522025-02-10T18:46:53.690Z[ recovery-image] Feb 10 18:46:52.634 INFO O| Feb 10 18:46:52.634 INFO STEP 581 (remove_files) COMPLETE
61532025-02-10T18:46:53.690Z[ recovery-image] Feb 10 18:46:52.634 INFO O| Feb 10 18:46:52.634 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542025-02-10T18:46:53.707Z[ recovery-image] Feb 10 18:46:52.654 INFO O| Feb 10 18:46:52.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61552025-02-10T18:46:53.724Z[ recovery-image] Feb 10 18:46:52.671 INFO O| Feb 10 18:46:52.671 INFO STEP 582 (remove_files) COMPLETE
61562025-02-10T18:46:53.724Z[ recovery-image] Feb 10 18:46:52.671 INFO O| Feb 10 18:46:52.671 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572025-02-10T18:46:53.783Z[ recovery-image] Feb 10 18:46:52.730 INFO O| Feb 10 18:46:52.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61582025-02-10T18:46:53.786Z[ recovery-image] Feb 10 18:46:52.731 INFO O| Feb 10 18:46:52.731 INFO STEP 583 (remove_files) COMPLETE
61592025-02-10T18:46:53.786Z[ recovery-image] Feb 10 18:46:52.731 INFO O| Feb 10 18:46:52.731 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602025-02-10T18:46:53.820Z[ recovery-image] Feb 10 18:46:52.766 INFO O| Feb 10 18:46:52.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
61612025-02-10T18:46:53.820Z[ recovery-image] Feb 10 18:46:52.766 INFO O| Feb 10 18:46:52.766 INFO STEP 584 (remove_files) COMPLETE
61622025-02-10T18:46:53.820Z[ recovery-image] Feb 10 18:46:52.766 INFO O| Feb 10 18:46:52.766 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632025-02-10T18:46:53.849Z[ recovery-image] Feb 10 18:46:52.795 INFO O| Feb 10 18:46:52.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
61642025-02-10T18:46:53.849Z[ recovery-image] Feb 10 18:46:52.795 INFO O| Feb 10 18:46:52.795 INFO STEP 585 (remove_files) COMPLETE
61652025-02-10T18:46:53.849Z[ recovery-image] Feb 10 18:46:52.795 INFO O| Feb 10 18:46:52.795 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662025-02-10T18:46:53.895Z[ recovery-image] Feb 10 18:46:52.841 INFO O| Feb 10 18:46:52.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
61672025-02-10T18:46:53.895Z[ recovery-image] Feb 10 18:46:52.841 INFO O| Feb 10 18:46:52.841 INFO STEP 586 (remove_files) COMPLETE
61682025-02-10T18:46:53.895Z[ recovery-image] Feb 10 18:46:52.841 INFO O| Feb 10 18:46:52.841 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692025-02-10T18:46:53.974Z[ recovery-image] Feb 10 18:46:52.921 INFO O| Feb 10 18:46:52.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
61702025-02-10T18:46:53.974Z[ recovery-image] Feb 10 18:46:52.921 INFO O| Feb 10 18:46:52.921 INFO STEP 587 (remove_files) COMPLETE
61712025-02-10T18:46:53.974Z[ recovery-image] Feb 10 18:46:52.921 INFO O| Feb 10 18:46:52.921 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722025-02-10T18:46:54.004Z[ recovery-image] Feb 10 18:46:52.950 INFO O| Feb 10 18:46:52.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
61732025-02-10T18:46:54.004Z[ recovery-image] Feb 10 18:46:52.951 INFO O| Feb 10 18:46:52.951 INFO STEP 588 (remove_files) COMPLETE
61742025-02-10T18:46:54.007Z[ recovery-image] Feb 10 18:46:52.951 INFO O| Feb 10 18:46:52.951 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752025-02-10T18:46:54.067Z[ recovery-image] Feb 10 18:46:53.013 INFO O| Feb 10 18:46:53.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
61762025-02-10T18:46:54.067Z[ recovery-image] Feb 10 18:46:53.013 INFO O| Feb 10 18:46:53.013 INFO STEP 589 (remove_files) COMPLETE
61772025-02-10T18:46:54.067Z[ recovery-image] Feb 10 18:46:53.013 INFO O| Feb 10 18:46:53.013 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782025-02-10T18:46:54.123Z[ recovery-image] Feb 10 18:46:53.069 INFO O| Feb 10 18:46:53.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
61792025-02-10T18:46:54.123Z[ recovery-image] Feb 10 18:46:53.069 INFO O| Feb 10 18:46:53.069 INFO STEP 590 (remove_files) COMPLETE
61802025-02-10T18:46:54.123Z[ recovery-image] Feb 10 18:46:53.069 INFO O| Feb 10 18:46:53.069 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812025-02-10T18:46:54.172Z[ recovery-image] Feb 10 18:46:53.118 INFO O| Feb 10 18:46:53.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
61822025-02-10T18:46:54.174Z[ recovery-image] Feb 10 18:46:53.118 INFO O| Feb 10 18:46:53.118 INFO STEP 591 (remove_files) COMPLETE
61832025-02-10T18:46:54.174Z[ recovery-image] Feb 10 18:46:53.119 INFO O| Feb 10 18:46:53.119 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842025-02-10T18:46:54.208Z[ recovery-image] Feb 10 18:46:53.155 INFO O| Feb 10 18:46:53.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
61852025-02-10T18:46:54.208Z[ recovery-image] Feb 10 18:46:53.155 INFO O| Feb 10 18:46:53.155 INFO STEP 592 (remove_files) COMPLETE
61862025-02-10T18:46:54.208Z[ recovery-image] Feb 10 18:46:53.155 INFO O| Feb 10 18:46:53.155 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872025-02-10T18:46:54.227Z[ recovery-image] Feb 10 18:46:53.174 INFO O| Feb 10 18:46:53.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
61882025-02-10T18:46:54.227Z[ recovery-image] Feb 10 18:46:53.174 INFO O| Feb 10 18:46:53.174 INFO STEP 593 (remove_files) COMPLETE
61892025-02-10T18:46:54.227Z[ recovery-image] Feb 10 18:46:53.174 INFO O| Feb 10 18:46:53.174 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902025-02-10T18:46:54.279Z[ recovery-image] Feb 10 18:46:53.226 INFO O| Feb 10 18:46:53.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
61912025-02-10T18:46:54.279Z[ recovery-image] Feb 10 18:46:53.226 INFO O| Feb 10 18:46:53.226 INFO STEP 594 (remove_files) COMPLETE
61922025-02-10T18:46:54.279Z[ recovery-image] Feb 10 18:46:53.226 INFO O| Feb 10 18:46:53.226 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932025-02-10T18:46:54.327Z[ recovery-image] Feb 10 18:46:53.273 INFO O| Feb 10 18:46:53.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
61942025-02-10T18:46:54.327Z[ recovery-image] Feb 10 18:46:53.273 INFO O| Feb 10 18:46:53.273 INFO STEP 595 (remove_files) COMPLETE
61952025-02-10T18:46:54.327Z[ recovery-image] Feb 10 18:46:53.273 INFO O| Feb 10 18:46:53.273 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962025-02-10T18:46:54.360Z[ recovery-image] Feb 10 18:46:53.306 INFO O| Feb 10 18:46:53.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
61972025-02-10T18:46:54.362Z[ recovery-image] Feb 10 18:46:53.306 INFO O| Feb 10 18:46:53.306 INFO STEP 596 (remove_files) COMPLETE
61982025-02-10T18:46:54.363Z[ recovery-image] Feb 10 18:46:53.307 INFO O| Feb 10 18:46:53.306 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992025-02-10T18:46:54.418Z[ recovery-image] Feb 10 18:46:53.365 INFO O| Feb 10 18:46:53.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62002025-02-10T18:46:54.418Z[ recovery-image] Feb 10 18:46:53.365 INFO O| Feb 10 18:46:53.365 INFO STEP 597 (remove_files) COMPLETE
62012025-02-10T18:46:54.421Z[ recovery-image] Feb 10 18:46:53.365 INFO O| Feb 10 18:46:53.365 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022025-02-10T18:46:54.439Z[ recovery-image] Feb 10 18:46:53.385 INFO O| Feb 10 18:46:53.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62032025-02-10T18:46:54.442Z[ recovery-image] Feb 10 18:46:53.386 INFO O| Feb 10 18:46:53.386 INFO STEP 598 (remove_files) COMPLETE
62042025-02-10T18:46:54.442Z[ recovery-image] Feb 10 18:46:53.386 INFO O| Feb 10 18:46:53.386 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052025-02-10T18:46:54.473Z[ recovery-image] Feb 10 18:46:53.420 INFO O| Feb 10 18:46:53.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62062025-02-10T18:46:54.473Z[ recovery-image] Feb 10 18:46:53.420 INFO O| Feb 10 18:46:53.420 INFO STEP 599 (remove_files) COMPLETE
62072025-02-10T18:46:54.474Z[ recovery-image] Feb 10 18:46:53.420 INFO O| Feb 10 18:46:53.420 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082025-02-10T18:46:54.494Z[ recovery-image] Feb 10 18:46:53.440 INFO O| Feb 10 18:46:53.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62092025-02-10T18:46:54.494Z[ recovery-image] Feb 10 18:46:53.440 INFO O| Feb 10 18:46:53.440 INFO STEP 600 (remove_files) COMPLETE
62102025-02-10T18:46:54.497Z[ recovery-image] Feb 10 18:46:53.440 INFO O| Feb 10 18:46:53.440 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112025-02-10T18:46:54.513Z[ recovery-image] Feb 10 18:46:53.459 INFO O| Feb 10 18:46:53.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62122025-02-10T18:46:54.513Z[ recovery-image] Feb 10 18:46:53.459 INFO O| Feb 10 18:46:53.459 INFO STEP 601 (remove_files) COMPLETE
62132025-02-10T18:46:54.516Z[ recovery-image] Feb 10 18:46:53.460 INFO O| Feb 10 18:46:53.460 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142025-02-10T18:46:54.532Z[ recovery-image] Feb 10 18:46:53.479 INFO O| Feb 10 18:46:53.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62152025-02-10T18:46:54.532Z[ recovery-image] Feb 10 18:46:53.479 INFO O| Feb 10 18:46:53.479 INFO STEP 602 (remove_files) COMPLETE
62162025-02-10T18:46:54.535Z[ recovery-image] Feb 10 18:46:53.479 INFO O| Feb 10 18:46:53.479 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172025-02-10T18:46:54.551Z[ recovery-image] Feb 10 18:46:53.498 INFO O| Feb 10 18:46:53.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62182025-02-10T18:46:54.551Z[ recovery-image] Feb 10 18:46:53.498 INFO O| Feb 10 18:46:53.498 INFO STEP 603 (remove_files) COMPLETE
62192025-02-10T18:46:54.551Z[ recovery-image] Feb 10 18:46:53.498 INFO O| Feb 10 18:46:53.498 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202025-02-10T18:46:54.653Z[ recovery-image] Feb 10 18:46:53.597 INFO O| Feb 10 18:46:53.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62212025-02-10T18:46:54.653Z[ recovery-image] Feb 10 18:46:53.597 INFO O| Feb 10 18:46:53.597 INFO STEP 604 (remove_files) COMPLETE
62222025-02-10T18:46:54.653Z[ recovery-image] Feb 10 18:46:53.597 INFO O| Feb 10 18:46:53.597 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232025-02-10T18:46:54.670Z[ recovery-image] Feb 10 18:46:53.617 INFO O| Feb 10 18:46:53.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62242025-02-10T18:46:54.670Z[ recovery-image] Feb 10 18:46:53.617 INFO O| Feb 10 18:46:53.617 INFO STEP 605 (remove_files) COMPLETE
62252025-02-10T18:46:54.670Z[ recovery-image] Feb 10 18:46:53.617 INFO O| Feb 10 18:46:53.617 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262025-02-10T18:46:54.689Z[ recovery-image] Feb 10 18:46:53.636 INFO O| Feb 10 18:46:53.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62272025-02-10T18:46:54.689Z[ recovery-image] Feb 10 18:46:53.636 INFO O| Feb 10 18:46:53.636 INFO STEP 606 (remove_files) COMPLETE
62282025-02-10T18:46:54.692Z[ recovery-image] Feb 10 18:46:53.636 INFO O| Feb 10 18:46:53.636 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292025-02-10T18:46:54.710Z[ recovery-image] Feb 10 18:46:53.656 INFO O| Feb 10 18:46:53.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62302025-02-10T18:46:54.710Z[ recovery-image] Feb 10 18:46:53.657 INFO O| Feb 10 18:46:53.656 INFO STEP 607 (remove_files) COMPLETE
62312025-02-10T18:46:54.713Z[ recovery-image] Feb 10 18:46:53.657 INFO O| Feb 10 18:46:53.656 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322025-02-10T18:46:54.730Z[ recovery-image] Feb 10 18:46:53.677 INFO O| Feb 10 18:46:53.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62332025-02-10T18:46:54.730Z[ recovery-image] Feb 10 18:46:53.677 INFO O| Feb 10 18:46:53.677 INFO STEP 608 (remove_files) COMPLETE
62342025-02-10T18:46:54.733Z[ recovery-image] Feb 10 18:46:53.677 INFO O| Feb 10 18:46:53.677 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352025-02-10T18:46:54.736Z[ host-image] Feb 10 18:46:53.682 INFO O| Feb 10 18:46:53.682 INFO O| Done
62362025-02-10T18:46:54.751Z[ recovery-image] Feb 10 18:46:53.697 INFO O| Feb 10 18:46:53.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62372025-02-10T18:46:54.751Z[ recovery-image] Feb 10 18:46:53.697 INFO O| Feb 10 18:46:53.697 INFO STEP 609 (remove_files) COMPLETE
62382025-02-10T18:46:54.754Z[ recovery-image] Feb 10 18:46:53.697 INFO O| Feb 10 18:46:53.697 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392025-02-10T18:46:54.772Z[ recovery-image] Feb 10 18:46:53.718 INFO O| Feb 10 18:46:53.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62402025-02-10T18:46:54.772Z[ recovery-image] Feb 10 18:46:53.718 INFO O| Feb 10 18:46:53.718 INFO STEP 610 (remove_files) COMPLETE
62412025-02-10T18:46:54.774Z[ recovery-image] Feb 10 18:46:53.718 INFO O| Feb 10 18:46:53.718 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422025-02-10T18:46:54.792Z[ recovery-image] Feb 10 18:46:53.739 INFO O| Feb 10 18:46:53.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62432025-02-10T18:46:54.793Z[ recovery-image] Feb 10 18:46:53.739 INFO O| Feb 10 18:46:53.739 INFO STEP 611 (remove_files) COMPLETE
62442025-02-10T18:46:54.796Z[ recovery-image] Feb 10 18:46:53.739 INFO O| Feb 10 18:46:53.739 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452025-02-10T18:46:54.814Z[ recovery-image] Feb 10 18:46:53.760 INFO O| Feb 10 18:46:53.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62462025-02-10T18:46:54.814Z[ recovery-image] Feb 10 18:46:53.760 INFO O| Feb 10 18:46:53.760 INFO STEP 612 (remove_files) COMPLETE
62472025-02-10T18:46:54.814Z[ recovery-image] Feb 10 18:46:53.760 INFO O| Feb 10 18:46:53.760 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482025-02-10T18:46:54.835Z[ recovery-image] Feb 10 18:46:53.781 INFO O| Feb 10 18:46:53.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62492025-02-10T18:46:54.835Z[ recovery-image] Feb 10 18:46:53.782 INFO O| Feb 10 18:46:53.781 INFO STEP 613 (remove_files) COMPLETE
62502025-02-10T18:46:54.835Z[ recovery-image] Feb 10 18:46:53.782 INFO O| Feb 10 18:46:53.782 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512025-02-10T18:46:54.856Z[ recovery-image] Feb 10 18:46:53.802 INFO O| Feb 10 18:46:53.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62522025-02-10T18:46:54.856Z[ recovery-image] Feb 10 18:46:53.802 INFO O| Feb 10 18:46:53.802 INFO STEP 614 (remove_files) COMPLETE
62532025-02-10T18:46:54.858Z[ recovery-image] Feb 10 18:46:53.802 INFO O| Feb 10 18:46:53.802 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542025-02-10T18:46:54.889Z[ recovery-image] Feb 10 18:46:53.836 INFO O| Feb 10 18:46:53.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62552025-02-10T18:46:54.892Z[ recovery-image] Feb 10 18:46:53.836 INFO O| Feb 10 18:46:53.836 INFO STEP 615 (remove_files) COMPLETE
62562025-02-10T18:46:54.892Z[ recovery-image] Feb 10 18:46:53.836 INFO O| Feb 10 18:46:53.836 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572025-02-10T18:46:54.939Z[ recovery-image] Feb 10 18:46:53.885 INFO O| Feb 10 18:46:53.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62582025-02-10T18:46:54.942Z[ recovery-image] Feb 10 18:46:53.885 INFO O| Feb 10 18:46:53.885 INFO STEP 616 (remove_files) COMPLETE
62592025-02-10T18:46:54.942Z[ recovery-image] Feb 10 18:46:53.885 INFO O| Feb 10 18:46:53.885 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602025-02-10T18:46:55.002Z[ recovery-image] Feb 10 18:46:53.948 INFO O| Feb 10 18:46:53.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
62612025-02-10T18:46:55.005Z[ recovery-image] Feb 10 18:46:53.949 INFO O| Feb 10 18:46:53.948 INFO STEP 617 (remove_files) COMPLETE
62622025-02-10T18:46:55.005Z[ recovery-image] Feb 10 18:46:53.949 INFO O| Feb 10 18:46:53.948 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632025-02-10T18:46:55.023Z[ recovery-image] Feb 10 18:46:53.969 INFO O| Feb 10 18:46:53.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
62642025-02-10T18:46:55.023Z[ recovery-image] Feb 10 18:46:53.970 INFO O| Feb 10 18:46:53.969 INFO STEP 618 (remove_files) COMPLETE
62652025-02-10T18:46:55.025Z[ recovery-image] Feb 10 18:46:53.970 INFO O| Feb 10 18:46:53.970 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662025-02-10T18:46:55.046Z[ recovery-image] Feb 10 18:46:53.992 INFO O| Feb 10 18:46:53.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
62672025-02-10T18:46:55.046Z[ recovery-image] Feb 10 18:46:53.992 INFO O| Feb 10 18:46:53.992 INFO STEP 619 (remove_files) COMPLETE
62682025-02-10T18:46:55.046Z[ recovery-image] Feb 10 18:46:53.992 INFO O| Feb 10 18:46:53.992 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692025-02-10T18:46:55.099Z[ recovery-image] Feb 10 18:46:54.045 INFO O| Feb 10 18:46:54.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
62702025-02-10T18:46:55.099Z[ recovery-image] Feb 10 18:46:54.045 INFO O| Feb 10 18:46:54.045 INFO STEP 620 (remove_files) COMPLETE
62712025-02-10T18:46:55.099Z[ recovery-image] Feb 10 18:46:54.045 INFO O| Feb 10 18:46:54.045 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722025-02-10T18:46:55.118Z[ recovery-image] Feb 10 18:46:54.064 INFO O| Feb 10 18:46:54.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
62732025-02-10T18:46:55.118Z[ recovery-image] Feb 10 18:46:54.064 INFO O| Feb 10 18:46:54.064 INFO STEP 621 (remove_files) COMPLETE
62742025-02-10T18:46:55.118Z[ recovery-image] Feb 10 18:46:54.064 INFO O| Feb 10 18:46:54.064 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752025-02-10T18:46:55.137Z[ recovery-image] Feb 10 18:46:54.084 INFO O| Feb 10 18:46:54.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
62762025-02-10T18:46:55.141Z[ recovery-image] Feb 10 18:46:54.084 INFO O| Feb 10 18:46:54.084 INFO STEP 622 (remove_files) COMPLETE
62772025-02-10T18:46:55.141Z[ recovery-image] Feb 10 18:46:54.084 INFO O| Feb 10 18:46:54.084 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782025-02-10T18:46:55.159Z[ recovery-image] Feb 10 18:46:54.106 INFO O| Feb 10 18:46:54.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
62792025-02-10T18:46:55.162Z[ recovery-image] Feb 10 18:46:54.106 INFO O| Feb 10 18:46:54.106 INFO STEP 623 (remove_files) COMPLETE
62802025-02-10T18:46:55.162Z[ recovery-image] Feb 10 18:46:54.106 INFO O| Feb 10 18:46:54.106 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812025-02-10T18:46:55.205Z[ recovery-image] Feb 10 18:46:54.152 INFO O| Feb 10 18:46:54.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
62822025-02-10T18:46:55.205Z[ recovery-image] Feb 10 18:46:54.152 INFO O| Feb 10 18:46:54.152 INFO STEP 624 (remove_files) COMPLETE
62832025-02-10T18:46:55.208Z[ recovery-image] Feb 10 18:46:54.152 INFO O| Feb 10 18:46:54.152 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842025-02-10T18:46:55.236Z[ recovery-image] Feb 10 18:46:54.182 INFO O| Feb 10 18:46:54.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
62852025-02-10T18:46:55.236Z[ recovery-image] Feb 10 18:46:54.182 INFO O| Feb 10 18:46:54.182 INFO STEP 625 (remove_files) COMPLETE
62862025-02-10T18:46:55.236Z[ recovery-image] Feb 10 18:46:54.182 INFO O| Feb 10 18:46:54.182 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872025-02-10T18:46:55.310Z[ recovery-image] Feb 10 18:46:54.255 INFO O| Feb 10 18:46:54.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
62882025-02-10T18:46:55.310Z[ recovery-image] Feb 10 18:46:54.255 INFO O| Feb 10 18:46:54.255 INFO STEP 626 (remove_files) COMPLETE
62892025-02-10T18:46:55.310Z[ recovery-image] Feb 10 18:46:54.255 INFO O| Feb 10 18:46:54.255 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902025-02-10T18:46:55.335Z[ recovery-image] Feb 10 18:46:54.281 INFO O| Feb 10 18:46:54.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
62912025-02-10T18:46:55.335Z[ recovery-image] Feb 10 18:46:54.281 INFO O| Feb 10 18:46:54.281 INFO STEP 627 (remove_files) COMPLETE
62922025-02-10T18:46:55.335Z[ recovery-image] Feb 10 18:46:54.281 INFO O| Feb 10 18:46:54.281 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932025-02-10T18:46:55.372Z[ recovery-image] Feb 10 18:46:54.318 INFO O| Feb 10 18:46:54.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
62942025-02-10T18:46:55.372Z[ recovery-image] Feb 10 18:46:54.318 INFO O| Feb 10 18:46:54.318 INFO STEP 628 (remove_files) COMPLETE
62952025-02-10T18:46:55.372Z[ recovery-image] Feb 10 18:46:54.318 INFO O| Feb 10 18:46:54.318 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962025-02-10T18:46:55.401Z[ recovery-image] Feb 10 18:46:54.346 INFO O| Feb 10 18:46:54.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
62972025-02-10T18:46:55.404Z[ recovery-image] Feb 10 18:46:54.346 INFO O| Feb 10 18:46:54.346 INFO STEP 629 (remove_files) COMPLETE
62982025-02-10T18:46:55.404Z[ recovery-image] Feb 10 18:46:54.347 INFO O| Feb 10 18:46:54.346 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992025-02-10T18:46:55.420Z[ recovery-image] Feb 10 18:46:54.367 INFO O| Feb 10 18:46:54.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63002025-02-10T18:46:55.423Z[ recovery-image] Feb 10 18:46:54.367 INFO O| Feb 10 18:46:54.367 INFO STEP 630 (remove_files) COMPLETE
63012025-02-10T18:46:55.423Z[ recovery-image] Feb 10 18:46:54.367 INFO O| Feb 10 18:46:54.367 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022025-02-10T18:46:55.440Z[ recovery-image] Feb 10 18:46:54.386 INFO O| Feb 10 18:46:54.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63032025-02-10T18:46:55.440Z[ recovery-image] Feb 10 18:46:54.387 INFO O| Feb 10 18:46:54.386 INFO STEP 631 (remove_files) COMPLETE
63042025-02-10T18:46:55.440Z[ recovery-image] Feb 10 18:46:54.387 INFO O| Feb 10 18:46:54.386 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052025-02-10T18:46:55.459Z[ recovery-image] Feb 10 18:46:54.405 INFO O| Feb 10 18:46:54.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63062025-02-10T18:46:55.459Z[ recovery-image] Feb 10 18:46:54.405 INFO O| Feb 10 18:46:54.405 INFO STEP 632 (remove_files) COMPLETE
63072025-02-10T18:46:55.463Z[ recovery-image] Feb 10 18:46:54.405 INFO O| Feb 10 18:46:54.405 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082025-02-10T18:46:55.478Z[ recovery-image] Feb 10 18:46:54.425 INFO O| Feb 10 18:46:54.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63092025-02-10T18:46:55.478Z[ recovery-image] Feb 10 18:46:54.425 INFO O| Feb 10 18:46:54.425 INFO STEP 633 (remove_files) COMPLETE
63102025-02-10T18:46:55.481Z[ recovery-image] Feb 10 18:46:54.425 INFO O| Feb 10 18:46:54.425 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112025-02-10T18:46:55.499Z[ recovery-image] Feb 10 18:46:54.446 INFO O| Feb 10 18:46:54.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63122025-02-10T18:46:55.499Z[ recovery-image] Feb 10 18:46:54.446 INFO O| Feb 10 18:46:54.446 INFO STEP 634 (remove_files) COMPLETE
63132025-02-10T18:46:55.499Z[ recovery-image] Feb 10 18:46:54.446 INFO O| Feb 10 18:46:54.446 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142025-02-10T18:46:55.558Z[ recovery-image] Feb 10 18:46:54.505 INFO O| Feb 10 18:46:54.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63152025-02-10T18:46:55.558Z[ recovery-image] Feb 10 18:46:54.505 INFO O| Feb 10 18:46:54.505 INFO STEP 635 (remove_files) COMPLETE
63162025-02-10T18:46:55.566Z[ recovery-image] Feb 10 18:46:54.505 INFO O| Feb 10 18:46:54.505 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172025-02-10T18:46:55.579Z[ recovery-image] Feb 10 18:46:54.526 INFO O| Feb 10 18:46:54.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63182025-02-10T18:46:55.580Z[ recovery-image] Feb 10 18:46:54.526 INFO O| Feb 10 18:46:54.526 INFO STEP 636 (remove_files) COMPLETE
63192025-02-10T18:46:55.582Z[ recovery-image] Feb 10 18:46:54.526 INFO O| Feb 10 18:46:54.526 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202025-02-10T18:46:55.640Z[ recovery-image] Feb 10 18:46:54.585 INFO O| Feb 10 18:46:54.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63212025-02-10T18:46:55.640Z[ recovery-image] Feb 10 18:46:54.585 INFO O| Feb 10 18:46:54.585 INFO STEP 637 (remove_files) COMPLETE
63222025-02-10T18:46:55.641Z[ recovery-image] Feb 10 18:46:54.585 INFO O| Feb 10 18:46:54.585 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232025-02-10T18:46:55.668Z[ recovery-image] Feb 10 18:46:54.614 INFO O| Feb 10 18:46:54.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63242025-02-10T18:46:55.670Z[ recovery-image] Feb 10 18:46:54.615 INFO O| Feb 10 18:46:54.614 INFO STEP 638 (remove_files) COMPLETE
63252025-02-10T18:46:55.670Z[ recovery-image] Feb 10 18:46:54.615 INFO O| Feb 10 18:46:54.615 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262025-02-10T18:46:55.689Z[ recovery-image] Feb 10 18:46:54.636 INFO O| Feb 10 18:46:54.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63272025-02-10T18:46:55.692Z[ recovery-image] Feb 10 18:46:54.636 INFO O| Feb 10 18:46:54.636 INFO STEP 639 (remove_files) COMPLETE
63282025-02-10T18:46:55.692Z[ recovery-image] Feb 10 18:46:54.636 INFO O| Feb 10 18:46:54.636 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292025-02-10T18:46:55.710Z[ recovery-image] Feb 10 18:46:54.656 INFO O| Feb 10 18:46:54.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63302025-02-10T18:46:55.713Z[ recovery-image] Feb 10 18:46:54.657 INFO O| Feb 10 18:46:54.656 INFO STEP 640 (remove_files) COMPLETE
63312025-02-10T18:46:55.713Z[ recovery-image] Feb 10 18:46:54.657 INFO O| Feb 10 18:46:54.657 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322025-02-10T18:46:55.729Z[ recovery-image] Feb 10 18:46:54.676 INFO O| Feb 10 18:46:54.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63332025-02-10T18:46:55.732Z[ recovery-image] Feb 10 18:46:54.676 INFO O| Feb 10 18:46:54.676 INFO STEP 641 (remove_files) COMPLETE
63342025-02-10T18:46:55.732Z[ recovery-image] Feb 10 18:46:54.676 INFO O| Feb 10 18:46:54.676 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352025-02-10T18:46:55.748Z[ recovery-image] Feb 10 18:46:54.695 INFO O| Feb 10 18:46:54.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63362025-02-10T18:46:55.751Z[ recovery-image] Feb 10 18:46:54.695 INFO O| Feb 10 18:46:54.695 INFO STEP 642 (remove_files) COMPLETE
63372025-02-10T18:46:55.751Z[ recovery-image] Feb 10 18:46:54.695 INFO O| Feb 10 18:46:54.695 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382025-02-10T18:46:55.783Z[ recovery-image] Feb 10 18:46:54.730 INFO O| Feb 10 18:46:54.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63392025-02-10T18:46:55.786Z[ recovery-image] Feb 10 18:46:54.730 INFO O| Feb 10 18:46:54.730 INFO STEP 643 (remove_files) COMPLETE
63402025-02-10T18:46:55.786Z[ recovery-image] Feb 10 18:46:54.730 INFO O| Feb 10 18:46:54.730 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412025-02-10T18:46:55.807Z[ recovery-image] Feb 10 18:46:54.753 INFO O| Feb 10 18:46:54.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63422025-02-10T18:46:55.807Z[ recovery-image] Feb 10 18:46:54.753 INFO O| Feb 10 18:46:54.753 INFO STEP 644 (remove_files) COMPLETE
63432025-02-10T18:46:55.807Z[ recovery-image] Feb 10 18:46:54.753 INFO O| Feb 10 18:46:54.753 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442025-02-10T18:46:55.826Z[ recovery-image] Feb 10 18:46:54.772 INFO O| Feb 10 18:46:54.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63452025-02-10T18:46:55.826Z[ recovery-image] Feb 10 18:46:54.772 INFO O| Feb 10 18:46:54.772 INFO STEP 645 (remove_files) COMPLETE
63462025-02-10T18:46:55.829Z[ recovery-image] Feb 10 18:46:54.772 INFO O| Feb 10 18:46:54.772 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472025-02-10T18:46:55.845Z[ recovery-image] Feb 10 18:46:54.792 INFO O| Feb 10 18:46:54.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63482025-02-10T18:46:55.845Z[ recovery-image] Feb 10 18:46:54.792 INFO O| Feb 10 18:46:54.792 INFO STEP 646 (remove_files) COMPLETE
63492025-02-10T18:46:55.846Z[ recovery-image] Feb 10 18:46:54.792 INFO O| Feb 10 18:46:54.792 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502025-02-10T18:46:55.872Z[ recovery-image] Feb 10 18:46:54.818 INFO O| Feb 10 18:46:54.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63512025-02-10T18:46:55.872Z[ recovery-image] Feb 10 18:46:54.818 INFO O| Feb 10 18:46:54.818 INFO STEP 647 (remove_files) COMPLETE
63522025-02-10T18:46:55.874Z[ recovery-image] Feb 10 18:46:54.818 INFO O| Feb 10 18:46:54.818 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532025-02-10T18:46:55.904Z[ recovery-image] Feb 10 18:46:54.851 INFO O| Feb 10 18:46:54.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63542025-02-10T18:46:55.904Z[ recovery-image] Feb 10 18:46:54.851 INFO O| Feb 10 18:46:54.851 INFO STEP 648 (remove_files) COMPLETE
63552025-02-10T18:46:55.904Z[ recovery-image] Feb 10 18:46:54.851 INFO O| Feb 10 18:46:54.851 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562025-02-10T18:46:55.941Z[ recovery-image] Feb 10 18:46:54.888 INFO O| Feb 10 18:46:54.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63572025-02-10T18:46:55.941Z[ recovery-image] Feb 10 18:46:54.888 INFO O| Feb 10 18:46:54.888 INFO STEP 649 (remove_files) COMPLETE
63582025-02-10T18:46:55.945Z[ recovery-image] Feb 10 18:46:54.888 INFO O| Feb 10 18:46:54.888 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592025-02-10T18:46:56.003Z[ recovery-image] Feb 10 18:46:54.950 INFO O| Feb 10 18:46:54.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
63602025-02-10T18:46:56.003Z[ recovery-image] Feb 10 18:46:54.950 INFO O| Feb 10 18:46:54.950 INFO STEP 650 (remove_files) COMPLETE
63612025-02-10T18:46:56.006Z[ recovery-image] Feb 10 18:46:54.950 INFO O| Feb 10 18:46:54.950 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622025-02-10T18:46:56.026Z[ recovery-image] Feb 10 18:46:54.972 INFO O| Feb 10 18:46:54.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
63632025-02-10T18:46:56.026Z[ recovery-image] Feb 10 18:46:54.972 INFO O| Feb 10 18:46:54.972 INFO STEP 651 (remove_files) COMPLETE
63642025-02-10T18:46:56.026Z[ recovery-image] Feb 10 18:46:54.972 INFO O| Feb 10 18:46:54.972 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652025-02-10T18:46:56.045Z[ recovery-image] Feb 10 18:46:54.992 INFO O| Feb 10 18:46:54.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
63662025-02-10T18:46:56.048Z[ recovery-image] Feb 10 18:46:54.992 INFO O| Feb 10 18:46:54.992 INFO STEP 652 (remove_files) COMPLETE
63672025-02-10T18:46:56.048Z[ recovery-image] Feb 10 18:46:54.992 INFO O| Feb 10 18:46:54.992 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682025-02-10T18:46:56.083Z[ recovery-image] Feb 10 18:46:55.029 INFO O| Feb 10 18:46:55.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
63692025-02-10T18:46:56.083Z[ recovery-image] Feb 10 18:46:55.030 INFO O| Feb 10 18:46:55.029 INFO STEP 653 (remove_files) COMPLETE
63702025-02-10T18:46:56.083Z[ recovery-image] Feb 10 18:46:55.030 INFO O| Feb 10 18:46:55.029 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712025-02-10T18:46:56.143Z[ recovery-image] Feb 10 18:46:55.090 INFO O| Feb 10 18:46:55.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
63722025-02-10T18:46:56.143Z[ recovery-image] Feb 10 18:46:55.090 INFO O| Feb 10 18:46:55.090 INFO STEP 654 (remove_files) COMPLETE
63732025-02-10T18:46:56.143Z[ recovery-image] Feb 10 18:46:55.090 INFO O| Feb 10 18:46:55.090 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742025-02-10T18:46:56.162Z[ recovery-image] Feb 10 18:46:55.108 INFO O| Feb 10 18:46:55.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
63752025-02-10T18:46:56.162Z[ recovery-image] Feb 10 18:46:55.108 INFO O| Feb 10 18:46:55.108 INFO STEP 655 (remove_files) COMPLETE
63762025-02-10T18:46:56.162Z[ recovery-image] Feb 10 18:46:55.108 INFO O| Feb 10 18:46:55.108 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772025-02-10T18:46:56.179Z[ recovery-image] Feb 10 18:46:55.126 INFO O| Feb 10 18:46:55.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
63782025-02-10T18:46:56.179Z[ recovery-image] Feb 10 18:46:55.126 INFO O| Feb 10 18:46:55.126 INFO STEP 656 (remove_files) COMPLETE
63792025-02-10T18:46:56.182Z[ recovery-image] Feb 10 18:46:55.126 INFO O| Feb 10 18:46:55.126 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802025-02-10T18:46:56.205Z[ recovery-image] Feb 10 18:46:55.151 INFO O| Feb 10 18:46:55.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
63812025-02-10T18:46:56.205Z[ recovery-image] Feb 10 18:46:55.151 INFO O| Feb 10 18:46:55.151 INFO STEP 657 (remove_files) COMPLETE
63822025-02-10T18:46:56.205Z[ recovery-image] Feb 10 18:46:55.152 INFO O| Feb 10 18:46:55.151 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832025-02-10T18:46:56.225Z[ recovery-image] Feb 10 18:46:55.171 INFO O| Feb 10 18:46:55.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
63842025-02-10T18:46:56.225Z[ recovery-image] Feb 10 18:46:55.171 INFO O| Feb 10 18:46:55.171 INFO STEP 658 (remove_files) COMPLETE
63852025-02-10T18:46:56.227Z[ recovery-image] Feb 10 18:46:55.171 INFO O| Feb 10 18:46:55.171 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862025-02-10T18:46:56.269Z[ recovery-image] Feb 10 18:46:55.216 INFO O| Feb 10 18:46:55.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
63872025-02-10T18:46:56.269Z[ recovery-image] Feb 10 18:46:55.216 INFO O| Feb 10 18:46:55.216 INFO STEP 659 (remove_files) COMPLETE
63882025-02-10T18:46:56.269Z[ recovery-image] Feb 10 18:46:55.216 INFO O| Feb 10 18:46:55.216 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892025-02-10T18:46:56.292Z[ recovery-image] Feb 10 18:46:55.238 INFO O| Feb 10 18:46:55.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
63902025-02-10T18:46:56.292Z[ recovery-image] Feb 10 18:46:55.238 INFO O| Feb 10 18:46:55.238 INFO STEP 660 (remove_files) COMPLETE
63912025-02-10T18:46:56.292Z[ recovery-image] Feb 10 18:46:55.238 INFO O| Feb 10 18:46:55.238 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922025-02-10T18:46:56.314Z[ recovery-image] Feb 10 18:46:55.261 INFO O| Feb 10 18:46:55.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
63932025-02-10T18:46:56.317Z[ recovery-image] Feb 10 18:46:55.261 INFO O| Feb 10 18:46:55.261 INFO STEP 661 (remove_files) COMPLETE
63942025-02-10T18:46:56.317Z[ recovery-image] Feb 10 18:46:55.261 INFO O| Feb 10 18:46:55.261 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952025-02-10T18:46:56.335Z[ recovery-image] Feb 10 18:46:55.281 INFO O| Feb 10 18:46:55.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
63962025-02-10T18:46:56.337Z[ recovery-image] Feb 10 18:46:55.281 INFO O| Feb 10 18:46:55.281 INFO STEP 662 (remove_files) COMPLETE
63972025-02-10T18:46:56.337Z[ recovery-image] Feb 10 18:46:55.282 INFO O| Feb 10 18:46:55.282 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982025-02-10T18:46:56.353Z[ recovery-image] Feb 10 18:46:55.300 INFO O| Feb 10 18:46:55.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
63992025-02-10T18:46:56.353Z[ recovery-image] Feb 10 18:46:55.300 INFO O| Feb 10 18:46:55.300 INFO STEP 663 (remove_files) COMPLETE
64002025-02-10T18:46:56.356Z[ recovery-image] Feb 10 18:46:55.300 INFO O| Feb 10 18:46:55.300 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012025-02-10T18:46:56.373Z[ recovery-image] Feb 10 18:46:55.320 INFO O| Feb 10 18:46:55.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64022025-02-10T18:46:56.376Z[ recovery-image] Feb 10 18:46:55.320 INFO O| Feb 10 18:46:55.320 INFO STEP 664 (remove_files) COMPLETE
64032025-02-10T18:46:56.376Z[ recovery-image] Feb 10 18:46:55.320 INFO O| Feb 10 18:46:55.320 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042025-02-10T18:46:56.394Z[ recovery-image] Feb 10 18:46:55.340 INFO O| Feb 10 18:46:55.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64052025-02-10T18:46:56.396Z[ recovery-image] Feb 10 18:46:55.340 INFO O| Feb 10 18:46:55.340 INFO STEP 665 (remove_files) COMPLETE
64062025-02-10T18:46:56.396Z[ recovery-image] Feb 10 18:46:55.340 INFO O| Feb 10 18:46:55.340 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072025-02-10T18:46:56.424Z[ recovery-image] Feb 10 18:46:55.370 INFO O| Feb 10 18:46:55.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64082025-02-10T18:46:56.426Z[ recovery-image] Feb 10 18:46:55.373 INFO O| Feb 10 18:46:55.373 INFO STEP 666 (remove_files) COMPLETE
64092025-02-10T18:46:56.430Z[ recovery-image] Feb 10 18:46:55.373 INFO O| Feb 10 18:46:55.373 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102025-02-10T18:46:56.447Z[ recovery-image] Feb 10 18:46:55.393 INFO O| Feb 10 18:46:55.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64112025-02-10T18:46:56.447Z[ recovery-image] Feb 10 18:46:55.393 INFO O| Feb 10 18:46:55.393 INFO STEP 667 (remove_files) COMPLETE
64122025-02-10T18:46:56.447Z[ recovery-image] Feb 10 18:46:55.393 INFO O| Feb 10 18:46:55.393 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132025-02-10T18:46:56.520Z[ recovery-image] Feb 10 18:46:55.466 INFO O| Feb 10 18:46:55.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64142025-02-10T18:46:56.524Z[ recovery-image] Feb 10 18:46:55.466 INFO O| Feb 10 18:46:55.466 INFO STEP 668 (remove_files) COMPLETE
64152025-02-10T18:46:56.524Z[ recovery-image] Feb 10 18:46:55.467 INFO O| Feb 10 18:46:55.466 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162025-02-10T18:46:56.609Z[ recovery-image] Feb 10 18:46:55.555 INFO O| Feb 10 18:46:55.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64172025-02-10T18:46:56.611Z[ recovery-image] Feb 10 18:46:55.555 INFO O| Feb 10 18:46:55.555 INFO STEP 669 (remove_files) COMPLETE
64182025-02-10T18:46:56.611Z[ recovery-image] Feb 10 18:46:55.556 INFO O| Feb 10 18:46:55.556 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192025-02-10T18:46:56.669Z[ recovery-image] Feb 10 18:46:55.615 INFO O| Feb 10 18:46:55.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64202025-02-10T18:46:56.691Z[ recovery-image] Feb 10 18:46:55.638 INFO O| Feb 10 18:46:55.638 INFO STEP 670 (remove_files) COMPLETE
64212025-02-10T18:46:56.691Z[ recovery-image] Feb 10 18:46:55.638 INFO O| Feb 10 18:46:55.638 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222025-02-10T18:46:56.713Z[ recovery-image] Feb 10 18:46:55.659 INFO O| Feb 10 18:46:55.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64232025-02-10T18:46:56.715Z[ recovery-image] Feb 10 18:46:55.660 INFO O| Feb 10 18:46:55.660 INFO STEP 671 (remove_files) COMPLETE
64242025-02-10T18:46:56.716Z[ recovery-image] Feb 10 18:46:55.660 INFO O| Feb 10 18:46:55.660 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252025-02-10T18:46:56.734Z[ recovery-image] Feb 10 18:46:55.680 INFO O| Feb 10 18:46:55.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64262025-02-10T18:46:56.736Z[ recovery-image] Feb 10 18:46:55.680 INFO O| Feb 10 18:46:55.680 INFO STEP 672 (remove_files) COMPLETE
64272025-02-10T18:46:56.736Z[ recovery-image] Feb 10 18:46:55.680 INFO O| Feb 10 18:46:55.680 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282025-02-10T18:46:56.753Z[ recovery-image] Feb 10 18:46:55.699 INFO O| Feb 10 18:46:55.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64292025-02-10T18:46:56.753Z[ recovery-image] Feb 10 18:46:55.700 INFO O| Feb 10 18:46:55.700 INFO STEP 673 (remove_files) COMPLETE
64302025-02-10T18:46:56.755Z[ recovery-image] Feb 10 18:46:55.700 INFO O| Feb 10 18:46:55.700 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312025-02-10T18:46:56.772Z[ recovery-image] Feb 10 18:46:55.718 INFO O| Feb 10 18:46:55.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64322025-02-10T18:46:56.775Z[ recovery-image] Feb 10 18:46:55.719 INFO O| Feb 10 18:46:55.719 INFO STEP 674 (remove_files) COMPLETE
64332025-02-10T18:46:56.775Z[ recovery-image] Feb 10 18:46:55.719 INFO O| Feb 10 18:46:55.719 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342025-02-10T18:46:56.802Z[ recovery-image] Feb 10 18:46:55.748 INFO O| Feb 10 18:46:55.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64352025-02-10T18:46:56.802Z[ recovery-image] Feb 10 18:46:55.748 INFO O| Feb 10 18:46:55.748 INFO STEP 675 (remove_files) COMPLETE
64362025-02-10T18:46:56.804Z[ recovery-image] Feb 10 18:46:55.749 INFO O| Feb 10 18:46:55.748 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372025-02-10T18:46:56.821Z[ recovery-image] Feb 10 18:46:55.768 INFO O| Feb 10 18:46:55.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64382025-02-10T18:46:56.821Z[ recovery-image] Feb 10 18:46:55.768 INFO O| Feb 10 18:46:55.768 INFO STEP 676 (remove_files) COMPLETE
64392025-02-10T18:46:56.825Z[ recovery-image] Feb 10 18:46:55.768 INFO O| Feb 10 18:46:55.768 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402025-02-10T18:46:56.841Z[ recovery-image] Feb 10 18:46:55.788 INFO O| Feb 10 18:46:55.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64412025-02-10T18:46:56.841Z[ recovery-image] Feb 10 18:46:55.788 INFO O| Feb 10 18:46:55.788 INFO STEP 677 (remove_files) COMPLETE
64422025-02-10T18:46:56.841Z[ recovery-image] Feb 10 18:46:55.788 INFO O| Feb 10 18:46:55.788 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432025-02-10T18:46:56.878Z[ recovery-image] Feb 10 18:46:55.824 INFO O| Feb 10 18:46:55.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64442025-02-10T18:46:56.878Z[ recovery-image] Feb 10 18:46:55.824 INFO O| Feb 10 18:46:55.824 INFO STEP 678 (remove_files) COMPLETE
64452025-02-10T18:46:56.878Z[ recovery-image] Feb 10 18:46:55.824 INFO O| Feb 10 18:46:55.824 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462025-02-10T18:46:56.898Z[ recovery-image] Feb 10 18:46:55.845 INFO O| Feb 10 18:46:55.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64472025-02-10T18:46:56.898Z[ recovery-image] Feb 10 18:46:55.845 INFO O| Feb 10 18:46:55.845 INFO STEP 679 (remove_files) COMPLETE
64482025-02-10T18:46:56.898Z[ recovery-image] Feb 10 18:46:55.845 INFO O| Feb 10 18:46:55.845 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492025-02-10T18:46:56.938Z[ recovery-image] Feb 10 18:46:55.885 INFO O| Feb 10 18:46:55.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64502025-02-10T18:46:56.941Z[ recovery-image] Feb 10 18:46:55.885 INFO O| Feb 10 18:46:55.885 INFO STEP 680 (remove_files) COMPLETE
64512025-02-10T18:46:56.941Z[ recovery-image] Feb 10 18:46:55.885 INFO O| Feb 10 18:46:55.885 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522025-02-10T18:46:56.987Z[ recovery-image] Feb 10 18:46:55.933 INFO O| Feb 10 18:46:55.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64532025-02-10T18:46:56.987Z[ recovery-image] Feb 10 18:46:55.933 INFO O| Feb 10 18:46:55.933 INFO STEP 681 (remove_files) COMPLETE
64542025-02-10T18:46:56.988Z[ recovery-image] Feb 10 18:46:55.933 INFO O| Feb 10 18:46:55.933 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552025-02-10T18:46:57.007Z[ recovery-image] Feb 10 18:46:55.954 INFO O| Feb 10 18:46:55.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64562025-02-10T18:46:57.007Z[ recovery-image] Feb 10 18:46:55.954 INFO O| Feb 10 18:46:55.954 INFO STEP 682 (remove_files) COMPLETE
64572025-02-10T18:46:57.007Z[ recovery-image] Feb 10 18:46:55.954 INFO O| Feb 10 18:46:55.954 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582025-02-10T18:46:57.027Z[ recovery-image] Feb 10 18:46:55.974 INFO O| Feb 10 18:46:55.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
64592025-02-10T18:46:57.027Z[ recovery-image] Feb 10 18:46:55.974 INFO O| Feb 10 18:46:55.974 INFO STEP 683 (remove_files) COMPLETE
64602025-02-10T18:46:57.027Z[ recovery-image] Feb 10 18:46:55.974 INFO O| Feb 10 18:46:55.974 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612025-02-10T18:46:57.046Z[ recovery-image] Feb 10 18:46:55.993 INFO O| Feb 10 18:46:55.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
64622025-02-10T18:46:57.051Z[ recovery-image] Feb 10 18:46:55.993 INFO O| Feb 10 18:46:55.993 INFO STEP 684 (remove_files) COMPLETE
64632025-02-10T18:46:57.051Z[ recovery-image] Feb 10 18:46:55.993 INFO O| Feb 10 18:46:55.993 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642025-02-10T18:46:57.067Z[ recovery-image] Feb 10 18:46:56.014 INFO O| Feb 10 18:46:56.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
64652025-02-10T18:46:57.074Z[ recovery-image] Feb 10 18:46:56.019 INFO O| Feb 10 18:46:56.019 INFO STEP 685 (remove_files) COMPLETE
64662025-02-10T18:46:57.074Z[ recovery-image] Feb 10 18:46:56.019 INFO O| Feb 10 18:46:56.019 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672025-02-10T18:46:57.146Z[ recovery-image] Feb 10 18:46:56.093 INFO O| Feb 10 18:46:56.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
64682025-02-10T18:46:57.146Z[ recovery-image] Feb 10 18:46:56.093 INFO O| Feb 10 18:46:56.093 INFO STEP 686 (remove_files) COMPLETE
64692025-02-10T18:46:57.149Z[ recovery-image] Feb 10 18:46:56.093 INFO O| Feb 10 18:46:56.093 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702025-02-10T18:46:57.187Z[ recovery-image] Feb 10 18:46:56.134 INFO O| Feb 10 18:46:56.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
64712025-02-10T18:46:57.187Z[ recovery-image] Feb 10 18:46:56.134 INFO O| Feb 10 18:46:56.134 INFO STEP 687 (remove_files) COMPLETE
64722025-02-10T18:46:57.189Z[ recovery-image] Feb 10 18:46:56.134 INFO O| Feb 10 18:46:56.134 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732025-02-10T18:46:57.215Z[ recovery-image] Feb 10 18:46:56.161 INFO O| Feb 10 18:46:56.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
64742025-02-10T18:46:57.215Z[ recovery-image] Feb 10 18:46:56.162 INFO O| Feb 10 18:46:56.161 INFO STEP 688 (remove_files) COMPLETE
64752025-02-10T18:46:57.215Z[ recovery-image] Feb 10 18:46:56.162 INFO O| Feb 10 18:46:56.161 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762025-02-10T18:46:57.264Z[ recovery-image] Feb 10 18:46:56.210 INFO O| Feb 10 18:46:56.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
64772025-02-10T18:46:57.266Z[ recovery-image] Feb 10 18:46:56.210 INFO O| Feb 10 18:46:56.210 INFO STEP 689 (remove_files) COMPLETE
64782025-02-10T18:46:57.266Z[ recovery-image] Feb 10 18:46:56.210 INFO O| Feb 10 18:46:56.210 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792025-02-10T18:46:57.329Z[ recovery-image] Feb 10 18:46:56.276 INFO O| Feb 10 18:46:56.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
64802025-02-10T18:46:57.330Z[ recovery-image] Feb 10 18:46:56.276 INFO O| Feb 10 18:46:56.276 INFO STEP 690 (remove_files) COMPLETE
64812025-02-10T18:46:57.332Z[ recovery-image] Feb 10 18:46:56.276 INFO O| Feb 10 18:46:56.276 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822025-02-10T18:46:57.388Z[ recovery-image] Feb 10 18:46:56.335 INFO O| Feb 10 18:46:56.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
64832025-02-10T18:46:57.388Z[ recovery-image] Feb 10 18:46:56.335 INFO O| Feb 10 18:46:56.335 INFO STEP 691 (remove_files) COMPLETE
64842025-02-10T18:46:57.388Z[ recovery-image] Feb 10 18:46:56.335 INFO O| Feb 10 18:46:56.335 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852025-02-10T18:46:57.446Z[ recovery-image] Feb 10 18:46:56.393 INFO O| Feb 10 18:46:56.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
64862025-02-10T18:46:57.446Z[ recovery-image] Feb 10 18:46:56.393 INFO O| Feb 10 18:46:56.393 INFO STEP 692 (remove_files) COMPLETE
64872025-02-10T18:46:57.446Z[ recovery-image] Feb 10 18:46:56.393 INFO O| Feb 10 18:46:56.393 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882025-02-10T18:46:57.467Z[ recovery-image] Feb 10 18:46:56.414 INFO O| Feb 10 18:46:56.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
64892025-02-10T18:46:57.467Z[ recovery-image] Feb 10 18:46:56.414 INFO O| Feb 10 18:46:56.414 INFO STEP 693 (remove_files) COMPLETE
64902025-02-10T18:46:57.467Z[ recovery-image] Feb 10 18:46:56.414 INFO O| Feb 10 18:46:56.414 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912025-02-10T18:46:57.506Z[ recovery-image] Feb 10 18:46:56.453 INFO O| Feb 10 18:46:56.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
64922025-02-10T18:46:57.509Z[ recovery-image] Feb 10 18:46:56.453 INFO O| Feb 10 18:46:56.453 INFO STEP 694 (remove_files) COMPLETE
64932025-02-10T18:46:57.510Z[ recovery-image] Feb 10 18:46:56.453 INFO O| Feb 10 18:46:56.453 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942025-02-10T18:46:57.569Z[ recovery-image] Feb 10 18:46:56.516 INFO O| Feb 10 18:46:56.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
64952025-02-10T18:46:57.569Z[ recovery-image] Feb 10 18:46:56.516 INFO O| Feb 10 18:46:56.516 INFO STEP 695 (remove_files) COMPLETE
64962025-02-10T18:46:57.572Z[ recovery-image] Feb 10 18:46:56.516 INFO O| Feb 10 18:46:56.516 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972025-02-10T18:46:57.618Z[ recovery-image] Feb 10 18:46:56.565 INFO O| Feb 10 18:46:56.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
64982025-02-10T18:46:57.619Z[ recovery-image] Feb 10 18:46:56.565 INFO O| Feb 10 18:46:56.565 INFO STEP 696 (remove_files) COMPLETE
64992025-02-10T18:46:57.621Z[ recovery-image] Feb 10 18:46:56.565 INFO O| Feb 10 18:46:56.565 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002025-02-10T18:46:57.651Z[ recovery-image] Feb 10 18:46:56.598 INFO O| Feb 10 18:46:56.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65012025-02-10T18:46:57.667Z[ recovery-image] Feb 10 18:46:56.614 INFO O| Feb 10 18:46:56.614 INFO STEP 697 (remove_files) COMPLETE
65022025-02-10T18:46:57.670Z[ recovery-image] Feb 10 18:46:56.614 INFO O| Feb 10 18:46:56.614 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032025-02-10T18:46:57.688Z[ recovery-image] Feb 10 18:46:56.635 INFO O| Feb 10 18:46:56.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65042025-02-10T18:46:57.691Z[ recovery-image] Feb 10 18:46:56.635 INFO O| Feb 10 18:46:56.635 INFO STEP 698 (remove_files) COMPLETE
65052025-02-10T18:46:57.691Z[ recovery-image] Feb 10 18:46:56.635 INFO O| Feb 10 18:46:56.635 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062025-02-10T18:46:57.746Z[ recovery-image] Feb 10 18:46:56.693 INFO O| Feb 10 18:46:56.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65072025-02-10T18:46:57.749Z[ recovery-image] Feb 10 18:46:56.693 INFO O| Feb 10 18:46:56.693 INFO STEP 699 (remove_files) COMPLETE
65082025-02-10T18:46:57.749Z[ recovery-image] Feb 10 18:46:56.693 INFO O| Feb 10 18:46:56.693 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092025-02-10T18:46:57.770Z[ recovery-image] Feb 10 18:46:56.717 INFO O| Feb 10 18:46:56.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65102025-02-10T18:46:57.770Z[ recovery-image] Feb 10 18:46:56.717 INFO O| Feb 10 18:46:56.717 INFO STEP 700 (remove_files) COMPLETE
65112025-02-10T18:46:57.773Z[ recovery-image] Feb 10 18:46:56.717 INFO O| Feb 10 18:46:56.717 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122025-02-10T18:46:57.789Z[ recovery-image] Feb 10 18:46:56.736 INFO O| Feb 10 18:46:56.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65132025-02-10T18:46:57.789Z[ host-image] Feb 10 18:46:56.736 INFO O| Feb 10 18:46:56.736 INFO O| Done
65142025-02-10T18:46:57.792Z[ recovery-image] Feb 10 18:46:56.736 INFO O| Feb 10 18:46:56.736 INFO STEP 701 (remove_files) COMPLETE
65152025-02-10T18:46:57.792Z[ recovery-image] Feb 10 18:46:56.736 INFO O| Feb 10 18:46:56.736 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162025-02-10T18:46:57.830Z[ recovery-image] Feb 10 18:46:56.777 INFO O| Feb 10 18:46:56.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65172025-02-10T18:46:57.833Z[ recovery-image] Feb 10 18:46:56.777 INFO O| Feb 10 18:46:56.777 INFO STEP 702 (remove_files) COMPLETE
65182025-02-10T18:46:57.833Z[ recovery-image] Feb 10 18:46:56.777 INFO O| Feb 10 18:46:56.777 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192025-02-10T18:46:57.833Z[ host-image] Feb 10 18:46:56.778 INFO O| Feb 10 18:46:56.778 INFO O| Done
65202025-02-10T18:46:57.833Z[ host-image] Feb 10 18:46:56.778 INFO O| Feb 10 18:46:56.778 INFO O| Done
65212025-02-10T18:46:57.849Z[ host-image] Feb 10 18:46:56.796 INFO O| Feb 10 18:46:56.796 INFO O| Done
65222025-02-10T18:46:57.852Z[ recovery-image] Feb 10 18:46:56.798 INFO O| Feb 10 18:46:56.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65232025-02-10T18:46:57.852Z[ recovery-image] Feb 10 18:46:56.798 INFO O| Feb 10 18:46:56.798 INFO STEP 703 (remove_files) COMPLETE
65242025-02-10T18:46:57.852Z[ recovery-image] Feb 10 18:46:56.798 INFO O| Feb 10 18:46:56.798 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252025-02-10T18:46:57.886Z[ recovery-image] Feb 10 18:46:56.832 INFO O| Feb 10 18:46:56.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65262025-02-10T18:46:57.886Z[ recovery-image] Feb 10 18:46:56.832 INFO O| Feb 10 18:46:56.832 INFO STEP 704 (remove_files) COMPLETE
65272025-02-10T18:46:57.886Z[ recovery-image] Feb 10 18:46:56.832 INFO O| Feb 10 18:46:56.832 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282025-02-10T18:46:57.909Z[ recovery-image] Feb 10 18:46:56.856 INFO O| Feb 10 18:46:56.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65292025-02-10T18:46:57.909Z[ recovery-image] Feb 10 18:46:56.856 INFO O| Feb 10 18:46:56.856 INFO STEP 705 (remove_files) COMPLETE
65302025-02-10T18:46:57.919Z[ recovery-image] Feb 10 18:46:56.856 INFO O| Feb 10 18:46:56.856 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312025-02-10T18:46:57.944Z[ recovery-image] Feb 10 18:46:56.891 INFO O| Feb 10 18:46:56.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65322025-02-10T18:46:57.947Z[ recovery-image] Feb 10 18:46:56.891 INFO O| Feb 10 18:46:56.891 INFO STEP 706 (remove_files) COMPLETE
65332025-02-10T18:46:57.947Z[ recovery-image] Feb 10 18:46:56.891 INFO O| Feb 10 18:46:56.891 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342025-02-10T18:46:57.999Z[ recovery-image] Feb 10 18:46:56.945 INFO O| Feb 10 18:46:56.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65352025-02-10T18:46:58.002Z[ recovery-image] Feb 10 18:46:56.946 INFO O| Feb 10 18:46:56.945 INFO STEP 707 (remove_files) COMPLETE
65362025-02-10T18:46:58.002Z[ recovery-image] Feb 10 18:46:56.946 INFO O| Feb 10 18:46:56.946 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372025-02-10T18:46:58.033Z[ recovery-image] Feb 10 18:46:56.980 INFO O| Feb 10 18:46:56.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65382025-02-10T18:46:58.036Z[ recovery-image] Feb 10 18:46:56.980 INFO O| Feb 10 18:46:56.980 INFO STEP 708 (remove_files) COMPLETE
65392025-02-10T18:46:58.036Z[ recovery-image] Feb 10 18:46:56.980 INFO O| Feb 10 18:46:56.980 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402025-02-10T18:46:58.056Z[ recovery-image] Feb 10 18:46:57.003 INFO O| Feb 10 18:46:57.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65412025-02-10T18:46:58.059Z[ recovery-image] Feb 10 18:46:57.003 INFO O| Feb 10 18:46:57.003 INFO STEP 709 (remove_files) COMPLETE
65422025-02-10T18:46:58.059Z[ recovery-image] Feb 10 18:46:57.003 INFO O| Feb 10 18:46:57.003 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432025-02-10T18:46:58.080Z[ recovery-image] Feb 10 18:46:57.027 INFO O| Feb 10 18:46:57.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65442025-02-10T18:46:58.081Z[ recovery-image] Feb 10 18:46:57.027 INFO O| Feb 10 18:46:57.027 INFO STEP 710 (remove_files) COMPLETE
65452025-02-10T18:46:58.081Z[ recovery-image] Feb 10 18:46:57.027 INFO O| Feb 10 18:46:57.027 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462025-02-10T18:46:58.084Z[ host-image] Feb 10 18:46:57.029 INFO O| Feb 10 18:46:57.029 INFO STEP 14 (pkg_install) COMPLETE
65472025-02-10T18:46:58.084Z[ host-image] Feb 10 18:46:57.029 INFO O| Feb 10 18:46:57.029 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
65482025-02-10T18:46:58.084Z[ host-image] Feb 10 18:46:57.029 INFO O| Feb 10 18:46:57.029 INFO skip step because feature "mfg" is not enabled
65492025-02-10T18:46:58.084Z[ host-image] Feb 10 18:46:57.029 INFO O| Feb 10 18:46:57.029 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
65502025-02-10T18:46:58.084Z[ host-image] Feb 10 18:46:57.029 INFO O| Feb 10 18:46:57.029 INFO skip step because feature "compliance" is not enabled
65512025-02-10T18:46:58.084Z[ host-image] Feb 10 18:46:57.029 INFO O| Feb 10 18:46:57.029 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
65522025-02-10T18:46:58.084Z[ host-image] Feb 10 18:46:57.029 INFO O| Feb 10 18:46:57.029 INFO skip step because feature "stress" is not enabled
65532025-02-10T18:46:58.085Z[ host-image] Feb 10 18:46:57.029 INFO O| Feb 10 18:46:57.029 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
65542025-02-10T18:46:58.085Z[ host-image] Feb 10 18:46:57.029 INFO O| Feb 10 18:46:57.029 INFO skip step because feature "nfs" is not enabled
65552025-02-10T18:46:58.085Z[ host-image] Feb 10 18:46:57.029 INFO O| Feb 10 18:46:57.029 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
65562025-02-10T18:46:58.087Z[ host-image] Feb 10 18:46:57.029 INFO O| Feb 10 18:46:57.029 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
65572025-02-10T18:46:58.150Z[ host-image] Feb 10 18:46:57.097 INFO O| Feb 10 18:46:57.097 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
65582025-02-10T18:46:58.180Z[ recovery-image] Feb 10 18:46:57.115 INFO O| Feb 10 18:46:57.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65592025-02-10T18:46:58.180Z[ recovery-image] Feb 10 18:46:57.115 INFO O| Feb 10 18:46:57.115 INFO STEP 711 (remove_files) COMPLETE
65602025-02-10T18:46:58.181Z[ recovery-image] Feb 10 18:46:57.115 INFO O| Feb 10 18:46:57.115 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612025-02-10T18:46:58.217Z[ recovery-image] Feb 10 18:46:57.163 INFO O| Feb 10 18:46:57.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65622025-02-10T18:46:58.217Z[ recovery-image] Feb 10 18:46:57.163 INFO O| Feb 10 18:46:57.163 INFO STEP 712 (remove_files) COMPLETE
65632025-02-10T18:46:58.220Z[ recovery-image] Feb 10 18:46:57.164 INFO O| Feb 10 18:46:57.163 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642025-02-10T18:46:58.236Z[ recovery-image] Feb 10 18:46:57.183 INFO O| Feb 10 18:46:57.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65652025-02-10T18:46:58.236Z[ recovery-image] Feb 10 18:46:57.183 INFO O| Feb 10 18:46:57.183 INFO STEP 713 (remove_files) COMPLETE
65662025-02-10T18:46:58.237Z[ recovery-image] Feb 10 18:46:57.183 INFO O| Feb 10 18:46:57.183 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672025-02-10T18:46:58.266Z[ host-image] Feb 10 18:46:57.213 INFO O| Feb 10 18:46:57.212 INFO completed processing gimlet/ramdisk-01-os
65682025-02-10T18:46:58.269Z[ recovery-image] Feb 10 18:46:57.213 INFO O| Feb 10 18:46:57.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65692025-02-10T18:46:58.269Z[ recovery-image] Feb 10 18:46:57.214 INFO O| Feb 10 18:46:57.214 INFO STEP 714 (remove_files) COMPLETE
65702025-02-10T18:46:58.269Z[ recovery-image] Feb 10 18:46:57.214 INFO O| Feb 10 18:46:57.214 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712025-02-10T18:46:58.272Z[ host-image] Feb 10 18:46:57.216 INFO omicron1 baseline generation...
65722025-02-10T18:46:58.272Z[ host-image] Feb 10 18:46:57.216 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
65732025-02-10T18:46:58.346Z[ recovery-image] Feb 10 18:46:57.293 INFO O| Feb 10 18:46:57.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65742025-02-10T18:46:58.349Z[ recovery-image] Feb 10 18:46:57.293 INFO O| Feb 10 18:46:57.293 INFO STEP 715 (remove_files) COMPLETE
65752025-02-10T18:46:58.349Z[ recovery-image] Feb 10 18:46:57.293 INFO O| Feb 10 18:46:57.293 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762025-02-10T18:46:58.384Z[ recovery-image] Feb 10 18:46:57.331 INFO O| Feb 10 18:46:57.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65772025-02-10T18:46:58.384Z[ recovery-image] Feb 10 18:46:57.331 INFO O| Feb 10 18:46:57.331 INFO STEP 716 (remove_files) COMPLETE
65782025-02-10T18:46:58.387Z[ recovery-image] Feb 10 18:46:57.331 INFO O| Feb 10 18:46:57.331 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792025-02-10T18:46:58.411Z[ recovery-image] Feb 10 18:46:57.357 INFO O| Feb 10 18:46:57.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
65802025-02-10T18:46:58.411Z[ recovery-image] Feb 10 18:46:57.357 INFO O| Feb 10 18:46:57.357 INFO STEP 717 (remove_files) COMPLETE
65812025-02-10T18:46:58.414Z[ recovery-image] Feb 10 18:46:57.357 INFO O| Feb 10 18:46:57.357 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822025-02-10T18:46:58.432Z[ recovery-image] Feb 10 18:46:57.378 INFO O| Feb 10 18:46:57.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
65832025-02-10T18:46:58.432Z[ recovery-image] Feb 10 18:46:57.378 INFO O| Feb 10 18:46:57.378 INFO STEP 718 (remove_files) COMPLETE
65842025-02-10T18:46:58.432Z[ recovery-image] Feb 10 18:46:57.379 INFO O| Feb 10 18:46:57.378 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852025-02-10T18:46:58.451Z[ recovery-image] Feb 10 18:46:57.398 INFO O| Feb 10 18:46:57.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
65862025-02-10T18:46:58.451Z[ recovery-image] Feb 10 18:46:57.398 INFO O| Feb 10 18:46:57.398 INFO STEP 719 (remove_files) COMPLETE
65872025-02-10T18:46:58.451Z[ recovery-image] Feb 10 18:46:57.398 INFO O| Feb 10 18:46:57.398 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882025-02-10T18:46:58.469Z[ recovery-image] Feb 10 18:46:57.416 INFO O| Feb 10 18:46:57.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
65892025-02-10T18:46:58.469Z[ recovery-image] Feb 10 18:46:57.416 INFO O| Feb 10 18:46:57.416 INFO STEP 720 (remove_files) COMPLETE
65902025-02-10T18:46:58.469Z[ recovery-image] Feb 10 18:46:57.416 INFO O| Feb 10 18:46:57.416 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912025-02-10T18:46:58.488Z[ recovery-image] Feb 10 18:46:57.435 INFO O| Feb 10 18:46:57.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
65922025-02-10T18:46:58.488Z[ recovery-image] Feb 10 18:46:57.435 INFO O| Feb 10 18:46:57.435 INFO STEP 721 (remove_files) COMPLETE
65932025-02-10T18:46:58.488Z[ recovery-image] Feb 10 18:46:57.435 INFO O| Feb 10 18:46:57.435 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942025-02-10T18:46:58.508Z[ recovery-image] Feb 10 18:46:57.454 INFO O| Feb 10 18:46:57.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
65952025-02-10T18:46:58.508Z[ recovery-image] Feb 10 18:46:57.454 INFO O| Feb 10 18:46:57.454 INFO STEP 722 (remove_files) COMPLETE
65962025-02-10T18:46:58.508Z[ recovery-image] Feb 10 18:46:57.454 INFO O| Feb 10 18:46:57.454 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972025-02-10T18:46:58.526Z[ recovery-image] Feb 10 18:46:57.473 INFO O| Feb 10 18:46:57.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
65982025-02-10T18:46:58.526Z[ recovery-image] Feb 10 18:46:57.473 INFO O| Feb 10 18:46:57.473 INFO STEP 723 (remove_files) COMPLETE
65992025-02-10T18:46:58.529Z[ recovery-image] Feb 10 18:46:57.473 INFO O| Feb 10 18:46:57.473 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002025-02-10T18:46:58.558Z[ recovery-image] Feb 10 18:46:57.505 INFO O| Feb 10 18:46:57.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66012025-02-10T18:46:58.559Z[ recovery-image] Feb 10 18:46:57.505 INFO O| Feb 10 18:46:57.505 INFO STEP 724 (remove_files) COMPLETE
66022025-02-10T18:46:58.559Z[ recovery-image] Feb 10 18:46:57.505 INFO O| Feb 10 18:46:57.505 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032025-02-10T18:46:58.593Z[ recovery-image] Feb 10 18:46:57.539 INFO O| Feb 10 18:46:57.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66042025-02-10T18:46:58.593Z[ recovery-image] Feb 10 18:46:57.539 INFO O| Feb 10 18:46:57.539 INFO STEP 725 (remove_files) COMPLETE
66052025-02-10T18:46:58.595Z[ recovery-image] Feb 10 18:46:57.540 INFO O| Feb 10 18:46:57.539 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062025-02-10T18:46:58.613Z[ recovery-image] Feb 10 18:46:57.560 INFO O| Feb 10 18:46:57.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66072025-02-10T18:46:58.613Z[ recovery-image] Feb 10 18:46:57.560 INFO O| Feb 10 18:46:57.560 INFO STEP 726 (remove_files) COMPLETE
66082025-02-10T18:46:58.616Z[ recovery-image] Feb 10 18:46:57.560 INFO O| Feb 10 18:46:57.560 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092025-02-10T18:46:58.645Z[ recovery-image] Feb 10 18:46:57.592 INFO O| Feb 10 18:46:57.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66102025-02-10T18:46:58.666Z[ recovery-image] Feb 10 18:46:57.613 INFO O| Feb 10 18:46:57.613 INFO STEP 727 (remove_files) COMPLETE
66112025-02-10T18:46:58.666Z[ recovery-image] Feb 10 18:46:57.613 INFO O| Feb 10 18:46:57.613 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122025-02-10T18:46:58.686Z[ recovery-image] Feb 10 18:46:57.633 INFO O| Feb 10 18:46:57.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66132025-02-10T18:46:58.689Z[ recovery-image] Feb 10 18:46:57.633 INFO O| Feb 10 18:46:57.633 INFO STEP 728 (remove_files) COMPLETE
66142025-02-10T18:46:58.689Z[ recovery-image] Feb 10 18:46:57.634 INFO O| Feb 10 18:46:57.633 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152025-02-10T18:46:58.723Z[ recovery-image] Feb 10 18:46:57.670 INFO O| Feb 10 18:46:57.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66162025-02-10T18:46:58.723Z[ recovery-image] Feb 10 18:46:57.670 INFO O| Feb 10 18:46:57.670 INFO STEP 729 (remove_files) COMPLETE
66172025-02-10T18:46:58.723Z[ recovery-image] Feb 10 18:46:57.670 INFO O| Feb 10 18:46:57.670 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182025-02-10T18:46:58.760Z[ recovery-image] Feb 10 18:46:57.707 INFO O| Feb 10 18:46:57.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66192025-02-10T18:46:58.763Z[ recovery-image] Feb 10 18:46:57.707 INFO O| Feb 10 18:46:57.707 INFO STEP 730 (remove_files) COMPLETE
66202025-02-10T18:46:58.763Z[ recovery-image] Feb 10 18:46:57.707 INFO O| Feb 10 18:46:57.707 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212025-02-10T18:46:58.780Z[ recovery-image] Feb 10 18:46:57.727 INFO O| Feb 10 18:46:57.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66222025-02-10T18:46:58.783Z[ recovery-image] Feb 10 18:46:57.727 INFO O| Feb 10 18:46:57.727 INFO STEP 731 (remove_files) COMPLETE
66232025-02-10T18:46:58.783Z[ recovery-image] Feb 10 18:46:57.727 INFO O| Feb 10 18:46:57.727 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242025-02-10T18:46:58.808Z[ recovery-image] Feb 10 18:46:57.755 INFO O| Feb 10 18:46:57.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66252025-02-10T18:46:58.808Z[ recovery-image] Feb 10 18:46:57.755 INFO O| Feb 10 18:46:57.755 INFO STEP 732 (remove_files) COMPLETE
66262025-02-10T18:46:58.808Z[ recovery-image] Feb 10 18:46:57.755 INFO O| Feb 10 18:46:57.755 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272025-02-10T18:46:58.827Z[ recovery-image] Feb 10 18:46:57.774 INFO O| Feb 10 18:46:57.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66282025-02-10T18:46:58.827Z[ recovery-image] Feb 10 18:46:57.774 INFO O| Feb 10 18:46:57.774 INFO STEP 733 (remove_files) COMPLETE
66292025-02-10T18:46:58.830Z[ recovery-image] Feb 10 18:46:57.774 INFO O| Feb 10 18:46:57.774 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302025-02-10T18:46:58.862Z[ recovery-image] Feb 10 18:46:57.808 INFO O| Feb 10 18:46:57.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66312025-02-10T18:46:58.862Z[ recovery-image] Feb 10 18:46:57.808 INFO O| Feb 10 18:46:57.808 INFO STEP 734 (remove_files) COMPLETE
66322025-02-10T18:46:58.862Z[ recovery-image] Feb 10 18:46:57.808 INFO O| Feb 10 18:46:57.808 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332025-02-10T18:46:58.895Z[ recovery-image] Feb 10 18:46:57.842 INFO O| Feb 10 18:46:57.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66342025-02-10T18:46:58.895Z[ recovery-image] Feb 10 18:46:57.842 INFO O| Feb 10 18:46:57.842 INFO STEP 735 (remove_files) COMPLETE
66352025-02-10T18:46:58.895Z[ recovery-image] Feb 10 18:46:57.842 INFO O| Feb 10 18:46:57.842 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362025-02-10T18:46:58.915Z[ recovery-image] Feb 10 18:46:57.862 INFO O| Feb 10 18:46:57.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66372025-02-10T18:46:58.915Z[ recovery-image] Feb 10 18:46:57.862 INFO O| Feb 10 18:46:57.862 INFO STEP 736 (remove_files) COMPLETE
66382025-02-10T18:46:58.915Z[ recovery-image] Feb 10 18:46:57.862 INFO O| Feb 10 18:46:57.862 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392025-02-10T18:46:58.934Z[ recovery-image] Feb 10 18:46:57.881 INFO O| Feb 10 18:46:57.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66402025-02-10T18:46:58.934Z[ recovery-image] Feb 10 18:46:57.881 INFO O| Feb 10 18:46:57.881 INFO STEP 737 (remove_files) COMPLETE
66412025-02-10T18:46:58.937Z[ recovery-image] Feb 10 18:46:57.881 INFO O| Feb 10 18:46:57.881 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422025-02-10T18:46:58.954Z[ recovery-image] Feb 10 18:46:57.901 INFO O| Feb 10 18:46:57.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66432025-02-10T18:46:58.954Z[ recovery-image] Feb 10 18:46:57.901 INFO O| Feb 10 18:46:57.901 INFO STEP 738 (remove_files) COMPLETE
66442025-02-10T18:46:58.954Z[ recovery-image] Feb 10 18:46:57.901 INFO O| Feb 10 18:46:57.901 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452025-02-10T18:46:59.014Z[ recovery-image] Feb 10 18:46:57.961 INFO O| Feb 10 18:46:57.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66462025-02-10T18:46:59.017Z[ recovery-image] Feb 10 18:46:57.961 INFO O| Feb 10 18:46:57.961 INFO STEP 739 (remove_files) COMPLETE
66472025-02-10T18:46:59.017Z[ recovery-image] Feb 10 18:46:57.961 INFO O| Feb 10 18:46:57.961 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482025-02-10T18:46:59.065Z[ host-image] Feb 10 18:46:58.012 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23206:20250206T204848Z
66492025-02-10T18:46:59.068Z[ recovery-image] Feb 10 18:46:58.014 INFO O| Feb 10 18:46:58.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66502025-02-10T18:46:59.068Z[ recovery-image] Feb 10 18:46:58.014 INFO O| Feb 10 18:46:58.014 INFO STEP 740 (remove_files) COMPLETE
66512025-02-10T18:46:59.068Z[ recovery-image] Feb 10 18:46:58.014 INFO O| Feb 10 18:46:58.014 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522025-02-10T18:46:59.112Z[ recovery-image] Feb 10 18:46:58.059 INFO O| Feb 10 18:46:58.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66532025-02-10T18:46:59.112Z[ recovery-image] Feb 10 18:46:58.059 INFO O| Feb 10 18:46:58.059 INFO STEP 741 (remove_files) COMPLETE
66542025-02-10T18:46:59.115Z[ recovery-image] Feb 10 18:46:58.059 INFO O| Feb 10 18:46:58.059 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552025-02-10T18:46:59.149Z[ recovery-image] Feb 10 18:46:58.095 INFO O| Feb 10 18:46:58.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66562025-02-10T18:46:59.149Z[ recovery-image] Feb 10 18:46:58.095 INFO O| Feb 10 18:46:58.095 INFO STEP 742 (remove_files) COMPLETE
66572025-02-10T18:46:59.149Z[ recovery-image] Feb 10 18:46:58.095 INFO O| Feb 10 18:46:58.095 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582025-02-10T18:46:59.169Z[ recovery-image] Feb 10 18:46:58.116 INFO O| Feb 10 18:46:58.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66592025-02-10T18:46:59.169Z[ recovery-image] Feb 10 18:46:58.116 INFO O| Feb 10 18:46:58.116 INFO STEP 743 (remove_files) COMPLETE
66602025-02-10T18:46:59.169Z[ recovery-image] Feb 10 18:46:58.116 INFO O| Feb 10 18:46:58.116 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612025-02-10T18:46:59.189Z[ recovery-image] Feb 10 18:46:58.136 INFO O| Feb 10 18:46:58.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66622025-02-10T18:46:59.189Z[ recovery-image] Feb 10 18:46:58.136 INFO O| Feb 10 18:46:58.136 INFO STEP 744 (remove_files) COMPLETE
66632025-02-10T18:46:59.189Z[ recovery-image] Feb 10 18:46:58.136 INFO O| Feb 10 18:46:58.136 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642025-02-10T18:46:59.219Z[ recovery-image] Feb 10 18:46:58.166 INFO O| Feb 10 18:46:58.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66652025-02-10T18:46:59.219Z[ recovery-image] Feb 10 18:46:58.166 INFO O| Feb 10 18:46:58.166 INFO STEP 745 (remove_files) COMPLETE
66662025-02-10T18:46:59.219Z[ recovery-image] Feb 10 18:46:58.166 INFO O| Feb 10 18:46:58.166 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672025-02-10T18:46:59.265Z[ recovery-image] Feb 10 18:46:58.211 INFO O| Feb 10 18:46:58.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66682025-02-10T18:46:59.266Z[ recovery-image] Feb 10 18:46:58.211 INFO O| Feb 10 18:46:58.211 INFO STEP 746 (remove_files) COMPLETE
66692025-02-10T18:46:59.266Z[ recovery-image] Feb 10 18:46:58.211 INFO O| Feb 10 18:46:58.211 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702025-02-10T18:46:59.290Z[ recovery-image] Feb 10 18:46:58.237 INFO O| Feb 10 18:46:58.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66712025-02-10T18:46:59.290Z[ recovery-image] Feb 10 18:46:58.237 INFO O| Feb 10 18:46:58.237 INFO STEP 747 (remove_files) COMPLETE
66722025-02-10T18:46:59.290Z[ recovery-image] Feb 10 18:46:58.237 INFO O| Feb 10 18:46:58.237 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732025-02-10T18:46:59.310Z[ recovery-image] Feb 10 18:46:58.257 INFO O| Feb 10 18:46:58.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66742025-02-10T18:46:59.310Z[ recovery-image] Feb 10 18:46:58.257 INFO O| Feb 10 18:46:58.257 INFO STEP 748 (remove_files) COMPLETE
66752025-02-10T18:46:59.313Z[ recovery-image] Feb 10 18:46:58.257 INFO O| Feb 10 18:46:58.257 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762025-02-10T18:46:59.344Z[ recovery-image] Feb 10 18:46:58.291 INFO O| Feb 10 18:46:58.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
66772025-02-10T18:46:59.344Z[ recovery-image] Feb 10 18:46:58.291 INFO O| Feb 10 18:46:58.291 INFO STEP 749 (remove_files) COMPLETE
66782025-02-10T18:46:59.347Z[ recovery-image] Feb 10 18:46:58.291 INFO O| Feb 10 18:46:58.291 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792025-02-10T18:46:59.405Z[ recovery-image] Feb 10 18:46:58.351 INFO O| Feb 10 18:46:58.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
66802025-02-10T18:46:59.407Z[ recovery-image] Feb 10 18:46:58.351 INFO O| Feb 10 18:46:58.351 INFO STEP 750 (remove_files) COMPLETE
66812025-02-10T18:46:59.407Z[ recovery-image] Feb 10 18:46:58.351 INFO O| Feb 10 18:46:58.351 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822025-02-10T18:46:59.428Z[ recovery-image] Feb 10 18:46:58.373 INFO O| Feb 10 18:46:58.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
66832025-02-10T18:46:59.428Z[ recovery-image] Feb 10 18:46:58.373 INFO O| Feb 10 18:46:58.373 INFO STEP 751 (remove_files) COMPLETE
66842025-02-10T18:46:59.431Z[ recovery-image] Feb 10 18:46:58.374 INFO O| Feb 10 18:46:58.373 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852025-02-10T18:46:59.447Z[ recovery-image] Feb 10 18:46:58.394 INFO O| Feb 10 18:46:58.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
66862025-02-10T18:46:59.447Z[ recovery-image] Feb 10 18:46:58.394 INFO O| Feb 10 18:46:58.394 INFO STEP 752 (remove_files) COMPLETE
66872025-02-10T18:46:59.450Z[ recovery-image] Feb 10 18:46:58.394 INFO O| Feb 10 18:46:58.394 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882025-02-10T18:46:59.467Z[ recovery-image] Feb 10 18:46:58.414 INFO O| Feb 10 18:46:58.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
66892025-02-10T18:46:59.467Z[ recovery-image] Feb 10 18:46:58.414 INFO O| Feb 10 18:46:58.414 INFO STEP 753 (remove_files) COMPLETE
66902025-02-10T18:46:59.470Z[ recovery-image] Feb 10 18:46:58.414 INFO O| Feb 10 18:46:58.414 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912025-02-10T18:46:59.485Z[ recovery-image] Feb 10 18:46:58.432 INFO O| Feb 10 18:46:58.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
66922025-02-10T18:46:59.485Z[ recovery-image] Feb 10 18:46:58.432 INFO O| Feb 10 18:46:58.432 INFO STEP 754 (remove_files) COMPLETE
66932025-02-10T18:46:59.485Z[ recovery-image] Feb 10 18:46:58.432 INFO O| Feb 10 18:46:58.432 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942025-02-10T18:46:59.504Z[ recovery-image] Feb 10 18:46:58.451 INFO O| Feb 10 18:46:58.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
66952025-02-10T18:46:59.504Z[ recovery-image] Feb 10 18:46:58.451 INFO O| Feb 10 18:46:58.451 INFO STEP 755 (remove_files) COMPLETE
66962025-02-10T18:46:59.504Z[ recovery-image] Feb 10 18:46:58.451 INFO O| Feb 10 18:46:58.451 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972025-02-10T18:46:59.524Z[ recovery-image] Feb 10 18:46:58.471 INFO O| Feb 10 18:46:58.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
66982025-02-10T18:46:59.524Z[ recovery-image] Feb 10 18:46:58.471 INFO O| Feb 10 18:46:58.471 INFO STEP 756 (remove_files) COMPLETE
66992025-02-10T18:46:59.524Z[ recovery-image] Feb 10 18:46:58.471 INFO O| Feb 10 18:46:58.471 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002025-02-10T18:46:59.543Z[ recovery-image] Feb 10 18:46:58.489 INFO O| Feb 10 18:46:58.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67012025-02-10T18:46:59.543Z[ recovery-image] Feb 10 18:46:58.489 INFO O| Feb 10 18:46:58.489 INFO STEP 757 (remove_files) COMPLETE
67022025-02-10T18:46:59.543Z[ recovery-image] Feb 10 18:46:58.489 INFO O| Feb 10 18:46:58.489 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032025-02-10T18:46:59.561Z[ recovery-image] Feb 10 18:46:58.508 INFO O| Feb 10 18:46:58.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67042025-02-10T18:46:59.562Z[ recovery-image] Feb 10 18:46:58.508 INFO O| Feb 10 18:46:58.508 INFO STEP 758 (remove_files) COMPLETE
67052025-02-10T18:46:59.562Z[ recovery-image] Feb 10 18:46:58.508 INFO O| Feb 10 18:46:58.508 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062025-02-10T18:46:59.581Z[ recovery-image] Feb 10 18:46:58.528 INFO O| Feb 10 18:46:58.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67072025-02-10T18:46:59.581Z[ recovery-image] Feb 10 18:46:58.528 INFO O| Feb 10 18:46:58.528 INFO STEP 759 (remove_files) COMPLETE
67082025-02-10T18:46:59.581Z[ recovery-image] Feb 10 18:46:58.528 INFO O| Feb 10 18:46:58.528 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092025-02-10T18:46:59.600Z[ recovery-image] Feb 10 18:46:58.547 INFO O| Feb 10 18:46:58.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67102025-02-10T18:46:59.600Z[ recovery-image] Feb 10 18:46:58.547 INFO O| Feb 10 18:46:58.547 INFO STEP 760 (remove_files) COMPLETE
67112025-02-10T18:46:59.603Z[ recovery-image] Feb 10 18:46:58.547 INFO O| Feb 10 18:46:58.547 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122025-02-10T18:46:59.620Z[ recovery-image] Feb 10 18:46:58.567 INFO O| Feb 10 18:46:58.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67132025-02-10T18:46:59.621Z[ recovery-image] Feb 10 18:46:58.567 INFO O| Feb 10 18:46:58.567 INFO STEP 761 (remove_files) COMPLETE
67142025-02-10T18:46:59.621Z[ recovery-image] Feb 10 18:46:58.567 INFO O| Feb 10 18:46:58.567 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152025-02-10T18:46:59.640Z[ recovery-image] Feb 10 18:46:58.586 INFO O| Feb 10 18:46:58.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67162025-02-10T18:46:59.640Z[ recovery-image] Feb 10 18:46:58.586 INFO O| Feb 10 18:46:58.586 INFO STEP 762 (remove_files) COMPLETE
67172025-02-10T18:46:59.640Z[ recovery-image] Feb 10 18:46:58.586 INFO O| Feb 10 18:46:58.586 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182025-02-10T18:46:59.659Z[ recovery-image] Feb 10 18:46:58.606 INFO O| Feb 10 18:46:58.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67192025-02-10T18:46:59.659Z[ recovery-image] Feb 10 18:46:58.606 INFO O| Feb 10 18:46:58.606 INFO STEP 763 (remove_files) COMPLETE
67202025-02-10T18:46:59.659Z[ recovery-image] Feb 10 18:46:58.606 INFO O| Feb 10 18:46:58.606 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212025-02-10T18:46:59.679Z[ recovery-image] Feb 10 18:46:58.626 INFO O| Feb 10 18:46:58.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67222025-02-10T18:46:59.679Z[ recovery-image] Feb 10 18:46:58.626 INFO O| Feb 10 18:46:58.626 INFO STEP 764 (remove_files) COMPLETE
67232025-02-10T18:46:59.682Z[ recovery-image] Feb 10 18:46:58.626 INFO O| Feb 10 18:46:58.626 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242025-02-10T18:46:59.705Z[ recovery-image] Feb 10 18:46:58.651 INFO O| Feb 10 18:46:58.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67252025-02-10T18:46:59.705Z[ recovery-image] Feb 10 18:46:58.652 INFO O| Feb 10 18:46:58.652 INFO STEP 765 (remove_files) COMPLETE
67262025-02-10T18:46:59.706Z[ recovery-image] Feb 10 18:46:58.652 INFO O| Feb 10 18:46:58.652 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272025-02-10T18:46:59.737Z[ recovery-image] Feb 10 18:46:58.684 INFO O| Feb 10 18:46:58.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67282025-02-10T18:46:59.737Z[ recovery-image] Feb 10 18:46:58.684 INFO O| Feb 10 18:46:58.684 INFO STEP 766 (remove_files) COMPLETE
67292025-02-10T18:46:59.737Z[ recovery-image] Feb 10 18:46:58.684 INFO O| Feb 10 18:46:58.684 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302025-02-10T18:46:59.772Z[ recovery-image] Feb 10 18:46:58.718 INFO O| Feb 10 18:46:58.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67312025-02-10T18:46:59.774Z[ recovery-image] Feb 10 18:46:58.718 INFO O| Feb 10 18:46:58.718 INFO STEP 767 (remove_files) COMPLETE
67322025-02-10T18:46:59.774Z[ recovery-image] Feb 10 18:46:58.718 INFO O| Feb 10 18:46:58.718 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332025-02-10T18:46:59.830Z[ recovery-image] Feb 10 18:46:58.777 INFO O| Feb 10 18:46:58.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67342025-02-10T18:46:59.830Z[ recovery-image] Feb 10 18:46:58.777 INFO O| Feb 10 18:46:58.777 INFO STEP 768 (remove_files) COMPLETE
67352025-02-10T18:46:59.830Z[ recovery-image] Feb 10 18:46:58.777 INFO O| Feb 10 18:46:58.777 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362025-02-10T18:46:59.851Z[ recovery-image] Feb 10 18:46:58.797 INFO O| Feb 10 18:46:58.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67372025-02-10T18:46:59.854Z[ recovery-image] Feb 10 18:46:58.797 INFO O| Feb 10 18:46:58.797 INFO STEP 769 (remove_files) COMPLETE
67382025-02-10T18:46:59.854Z[ recovery-image] Feb 10 18:46:58.798 INFO O| Feb 10 18:46:58.797 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392025-02-10T18:46:59.870Z[ recovery-image] Feb 10 18:46:58.817 INFO O| Feb 10 18:46:58.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67402025-02-10T18:46:59.870Z[ recovery-image] Feb 10 18:46:58.817 INFO O| Feb 10 18:46:58.817 INFO STEP 770 (remove_files) COMPLETE
67412025-02-10T18:46:59.873Z[ recovery-image] Feb 10 18:46:58.817 INFO O| Feb 10 18:46:58.817 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422025-02-10T18:46:59.890Z[ recovery-image] Feb 10 18:46:58.837 INFO O| Feb 10 18:46:58.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67432025-02-10T18:46:59.890Z[ recovery-image] Feb 10 18:46:58.837 INFO O| Feb 10 18:46:58.837 INFO STEP 771 (remove_files) COMPLETE
67442025-02-10T18:46:59.891Z[ recovery-image] Feb 10 18:46:58.837 INFO O| Feb 10 18:46:58.837 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452025-02-10T18:46:59.909Z[ recovery-image] Feb 10 18:46:58.856 INFO O| Feb 10 18:46:58.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67462025-02-10T18:46:59.909Z[ recovery-image] Feb 10 18:46:58.856 INFO O| Feb 10 18:46:58.856 INFO STEP 772 (remove_files) COMPLETE
67472025-02-10T18:46:59.910Z[ recovery-image] Feb 10 18:46:58.856 INFO O| Feb 10 18:46:58.856 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482025-02-10T18:46:59.935Z[ recovery-image] Feb 10 18:46:58.882 INFO O| Feb 10 18:46:58.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67492025-02-10T18:46:59.938Z[ recovery-image] Feb 10 18:46:58.882 INFO O| Feb 10 18:46:58.882 INFO STEP 773 (remove_files) COMPLETE
67502025-02-10T18:46:59.938Z[ recovery-image] Feb 10 18:46:58.882 INFO O| Feb 10 18:46:58.882 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512025-02-10T18:46:59.967Z[ recovery-image] Feb 10 18:46:58.914 INFO O| Feb 10 18:46:58.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67522025-02-10T18:46:59.967Z[ recovery-image] Feb 10 18:46:58.914 INFO O| Feb 10 18:46:58.914 INFO STEP 774 (remove_files) COMPLETE
67532025-02-10T18:46:59.967Z[ recovery-image] Feb 10 18:46:58.914 INFO O| Feb 10 18:46:58.914 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542025-02-10T18:46:59.987Z[ recovery-image] Feb 10 18:46:58.934 INFO O| Feb 10 18:46:58.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67552025-02-10T18:46:59.987Z[ recovery-image] Feb 10 18:46:58.934 INFO O| Feb 10 18:46:58.934 INFO STEP 775 (remove_files) COMPLETE
67562025-02-10T18:46:59.987Z[ recovery-image] Feb 10 18:46:58.934 INFO O| Feb 10 18:46:58.934 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572025-02-10T18:47:00.066Z[ recovery-image] Feb 10 18:46:59.013 INFO O| Feb 10 18:46:59.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67582025-02-10T18:47:00.066Z[ recovery-image] Feb 10 18:46:59.013 INFO O| Feb 10 18:46:59.013 INFO STEP 776 (remove_files) COMPLETE
67592025-02-10T18:47:00.069Z[ recovery-image] Feb 10 18:46:59.013 INFO O| Feb 10 18:46:59.013 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602025-02-10T18:47:00.088Z[ recovery-image] Feb 10 18:46:59.034 INFO O| Feb 10 18:46:59.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67612025-02-10T18:47:00.088Z[ recovery-image] Feb 10 18:46:59.034 INFO O| Feb 10 18:46:59.034 INFO STEP 777 (remove_files) COMPLETE
67622025-02-10T18:47:00.088Z[ recovery-image] Feb 10 18:46:59.035 INFO O| Feb 10 18:46:59.034 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632025-02-10T18:47:00.129Z[ recovery-image] Feb 10 18:46:59.076 INFO O| Feb 10 18:46:59.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67642025-02-10T18:47:00.129Z[ recovery-image] Feb 10 18:46:59.076 INFO O| Feb 10 18:46:59.076 INFO STEP 778 (remove_files) COMPLETE
67652025-02-10T18:47:00.132Z[ recovery-image] Feb 10 18:46:59.076 INFO O| Feb 10 18:46:59.076 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662025-02-10T18:47:00.154Z[ recovery-image] Feb 10 18:46:59.101 INFO O| Feb 10 18:46:59.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67672025-02-10T18:47:00.157Z[ recovery-image] Feb 10 18:46:59.101 INFO O| Feb 10 18:46:59.101 INFO STEP 779 (remove_files) COMPLETE
67682025-02-10T18:47:00.157Z[ recovery-image] Feb 10 18:46:59.102 INFO O| Feb 10 18:46:59.101 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692025-02-10T18:47:00.174Z[ recovery-image] Feb 10 18:46:59.121 INFO O| Feb 10 18:46:59.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67702025-02-10T18:47:00.177Z[ recovery-image] Feb 10 18:46:59.121 INFO O| Feb 10 18:46:59.121 INFO STEP 780 (remove_files) COMPLETE
67712025-02-10T18:47:00.177Z[ recovery-image] Feb 10 18:46:59.122 INFO O| Feb 10 18:46:59.121 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722025-02-10T18:47:00.195Z[ recovery-image] Feb 10 18:46:59.142 INFO O| Feb 10 18:46:59.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67732025-02-10T18:47:00.195Z[ recovery-image] Feb 10 18:46:59.142 INFO O| Feb 10 18:46:59.142 INFO STEP 781 (remove_files) COMPLETE
67742025-02-10T18:47:00.195Z[ recovery-image] Feb 10 18:46:59.142 INFO O| Feb 10 18:46:59.142 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752025-02-10T18:47:00.225Z[ recovery-image] Feb 10 18:46:59.172 INFO O| Feb 10 18:46:59.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67762025-02-10T18:47:00.225Z[ recovery-image] Feb 10 18:46:59.172 INFO O| Feb 10 18:46:59.172 INFO STEP 782 (remove_files) COMPLETE
67772025-02-10T18:47:00.225Z[ recovery-image] Feb 10 18:46:59.172 INFO O| Feb 10 18:46:59.172 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782025-02-10T18:47:00.260Z[ recovery-image] Feb 10 18:46:59.206 INFO O| Feb 10 18:46:59.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
67792025-02-10T18:47:00.262Z[ recovery-image] Feb 10 18:46:59.206 INFO O| Feb 10 18:46:59.206 INFO STEP 783 (remove_files) COMPLETE
67802025-02-10T18:47:00.262Z[ recovery-image] Feb 10 18:46:59.206 INFO O| Feb 10 18:46:59.206 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812025-02-10T18:47:00.295Z[ recovery-image] Feb 10 18:46:59.242 INFO O| Feb 10 18:46:59.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
67822025-02-10T18:47:00.298Z[ recovery-image] Feb 10 18:46:59.242 INFO O| Feb 10 18:46:59.242 INFO STEP 784 (remove_files) COMPLETE
67832025-02-10T18:47:00.298Z[ recovery-image] Feb 10 18:46:59.242 INFO O| Feb 10 18:46:59.242 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842025-02-10T18:47:00.314Z[ recovery-image] Feb 10 18:46:59.261 INFO O| Feb 10 18:46:59.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
67852025-02-10T18:47:00.317Z[ recovery-image] Feb 10 18:46:59.261 INFO O| Feb 10 18:46:59.261 INFO STEP 785 (remove_files) COMPLETE
67862025-02-10T18:47:00.317Z[ recovery-image] Feb 10 18:46:59.261 INFO O| Feb 10 18:46:59.261 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872025-02-10T18:47:00.332Z[ recovery-image] Feb 10 18:46:59.279 INFO O| Feb 10 18:46:59.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
67882025-02-10T18:47:00.335Z[ recovery-image] Feb 10 18:46:59.279 INFO O| Feb 10 18:46:59.279 INFO STEP 786 (remove_files) COMPLETE
67892025-02-10T18:47:00.335Z[ recovery-image] Feb 10 18:46:59.279 INFO O| Feb 10 18:46:59.279 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902025-02-10T18:47:00.351Z[ recovery-image] Feb 10 18:46:59.298 INFO O| Feb 10 18:46:59.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
67912025-02-10T18:47:00.354Z[ recovery-image] Feb 10 18:46:59.298 INFO O| Feb 10 18:46:59.298 INFO STEP 787 (remove_files) COMPLETE
67922025-02-10T18:47:00.354Z[ recovery-image] Feb 10 18:46:59.298 INFO O| Feb 10 18:46:59.298 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932025-02-10T18:47:00.371Z[ recovery-image] Feb 10 18:46:59.317 INFO O| Feb 10 18:46:59.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
67942025-02-10T18:47:00.373Z[ recovery-image] Feb 10 18:46:59.318 INFO O| Feb 10 18:46:59.318 INFO STEP 788 (remove_files) COMPLETE
67952025-02-10T18:47:00.373Z[ recovery-image] Feb 10 18:46:59.318 INFO O| Feb 10 18:46:59.318 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962025-02-10T18:47:00.390Z[ recovery-image] Feb 10 18:46:59.337 INFO O| Feb 10 18:46:59.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
67972025-02-10T18:47:00.393Z[ recovery-image] Feb 10 18:46:59.337 INFO O| Feb 10 18:46:59.337 INFO STEP 789 (remove_files) COMPLETE
67982025-02-10T18:47:00.393Z[ recovery-image] Feb 10 18:46:59.337 INFO O| Feb 10 18:46:59.337 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992025-02-10T18:47:00.428Z[ recovery-image] Feb 10 18:46:59.375 INFO O| Feb 10 18:46:59.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68002025-02-10T18:47:00.431Z[ recovery-image] Feb 10 18:46:59.375 INFO O| Feb 10 18:46:59.375 INFO STEP 790 (remove_files) COMPLETE
68012025-02-10T18:47:00.431Z[ recovery-image] Feb 10 18:46:59.375 INFO O| Feb 10 18:46:59.375 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022025-02-10T18:47:00.475Z[ recovery-image] Feb 10 18:46:59.421 INFO O| Feb 10 18:46:59.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68032025-02-10T18:47:00.475Z[ recovery-image] Feb 10 18:46:59.421 INFO O| Feb 10 18:46:59.421 INFO STEP 791 (remove_files) COMPLETE
68042025-02-10T18:47:00.475Z[ recovery-image] Feb 10 18:46:59.421 INFO O| Feb 10 18:46:59.421 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052025-02-10T18:47:00.504Z[ recovery-image] Feb 10 18:46:59.451 INFO O| Feb 10 18:46:59.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68062025-02-10T18:47:00.507Z[ recovery-image] Feb 10 18:46:59.451 INFO O| Feb 10 18:46:59.451 INFO STEP 792 (remove_files) COMPLETE
68072025-02-10T18:47:00.507Z[ recovery-image] Feb 10 18:46:59.451 INFO O| Feb 10 18:46:59.451 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082025-02-10T18:47:00.534Z[ recovery-image] Feb 10 18:46:59.480 INFO O| Feb 10 18:46:59.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68092025-02-10T18:47:00.534Z[ recovery-image] Feb 10 18:46:59.480 INFO O| Feb 10 18:46:59.480 INFO STEP 793 (remove_files) COMPLETE
68102025-02-10T18:47:00.537Z[ recovery-image] Feb 10 18:46:59.480 INFO O| Feb 10 18:46:59.480 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112025-02-10T18:47:00.567Z[ recovery-image] Feb 10 18:46:59.513 INFO O| Feb 10 18:46:59.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68122025-02-10T18:47:00.567Z[ recovery-image] Feb 10 18:46:59.513 INFO O| Feb 10 18:46:59.513 INFO STEP 794 (remove_files) COMPLETE
68132025-02-10T18:47:00.567Z[ recovery-image] Feb 10 18:46:59.513 INFO O| Feb 10 18:46:59.513 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142025-02-10T18:47:00.585Z[ recovery-image] Feb 10 18:46:59.532 INFO O| Feb 10 18:46:59.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68152025-02-10T18:47:00.586Z[ recovery-image] Feb 10 18:46:59.532 INFO O| Feb 10 18:46:59.532 INFO STEP 795 (remove_files) COMPLETE
68162025-02-10T18:47:00.586Z[ recovery-image] Feb 10 18:46:59.532 INFO O| Feb 10 18:46:59.532 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172025-02-10T18:47:00.603Z[ recovery-image] Feb 10 18:46:59.550 INFO O| Feb 10 18:46:59.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68182025-02-10T18:47:00.603Z[ recovery-image] Feb 10 18:46:59.550 INFO O| Feb 10 18:46:59.550 INFO STEP 796 (remove_files) COMPLETE
68192025-02-10T18:47:00.603Z[ recovery-image] Feb 10 18:46:59.550 INFO O| Feb 10 18:46:59.550 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202025-02-10T18:47:00.644Z[ recovery-image] Feb 10 18:46:59.590 INFO O| Feb 10 18:46:59.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68212025-02-10T18:47:00.644Z[ recovery-image] Feb 10 18:46:59.590 INFO O| Feb 10 18:46:59.590 INFO STEP 797 (remove_files) COMPLETE
68222025-02-10T18:47:00.644Z[ recovery-image] Feb 10 18:46:59.590 INFO O| Feb 10 18:46:59.590 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232025-02-10T18:47:00.685Z[ recovery-image] Feb 10 18:46:59.632 INFO O| Feb 10 18:46:59.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68242025-02-10T18:47:00.685Z[ recovery-image] Feb 10 18:46:59.632 INFO O| Feb 10 18:46:59.632 INFO STEP 798 (remove_files) COMPLETE
68252025-02-10T18:47:00.686Z[ recovery-image] Feb 10 18:46:59.632 INFO O| Feb 10 18:46:59.632 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262025-02-10T18:47:00.705Z[ recovery-image] Feb 10 18:46:59.651 INFO O| Feb 10 18:46:59.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68272025-02-10T18:47:00.705Z[ recovery-image] Feb 10 18:46:59.651 INFO O| Feb 10 18:46:59.651 INFO STEP 799 (remove_files) COMPLETE
68282025-02-10T18:47:00.705Z[ recovery-image] Feb 10 18:46:59.651 INFO O| Feb 10 18:46:59.651 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292025-02-10T18:47:00.742Z[ recovery-image] Feb 10 18:46:59.688 INFO O| Feb 10 18:46:59.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68302025-02-10T18:47:00.742Z[ recovery-image] Feb 10 18:46:59.688 INFO O| Feb 10 18:46:59.688 INFO STEP 800 (remove_files) COMPLETE
68312025-02-10T18:47:00.742Z[ recovery-image] Feb 10 18:46:59.688 INFO O| Feb 10 18:46:59.688 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322025-02-10T18:47:00.772Z[ recovery-image] Feb 10 18:46:59.718 INFO O| Feb 10 18:46:59.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68332025-02-10T18:47:00.772Z[ recovery-image] Feb 10 18:46:59.718 INFO O| Feb 10 18:46:59.718 INFO STEP 801 (remove_files) COMPLETE
68342025-02-10T18:47:00.775Z[ recovery-image] Feb 10 18:46:59.718 INFO O| Feb 10 18:46:59.718 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352025-02-10T18:47:00.801Z[ recovery-image] Feb 10 18:46:59.748 INFO O| Feb 10 18:46:59.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68362025-02-10T18:47:00.804Z[ recovery-image] Feb 10 18:46:59.748 INFO O| Feb 10 18:46:59.748 INFO STEP 802 (remove_files) COMPLETE
68372025-02-10T18:47:00.804Z[ recovery-image] Feb 10 18:46:59.749 INFO O| Feb 10 18:46:59.748 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382025-02-10T18:47:00.822Z[ recovery-image] Feb 10 18:46:59.769 INFO O| Feb 10 18:46:59.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68392025-02-10T18:47:00.825Z[ recovery-image] Feb 10 18:46:59.769 INFO O| Feb 10 18:46:59.769 INFO STEP 803 (remove_files) COMPLETE
68402025-02-10T18:47:00.825Z[ recovery-image] Feb 10 18:46:59.769 INFO O| Feb 10 18:46:59.769 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412025-02-10T18:47:00.843Z[ recovery-image] Feb 10 18:46:59.790 INFO O| Feb 10 18:46:59.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68422025-02-10T18:47:00.846Z[ recovery-image] Feb 10 18:46:59.790 INFO O| Feb 10 18:46:59.790 INFO STEP 804 (remove_files) COMPLETE
68432025-02-10T18:47:00.846Z[ recovery-image] Feb 10 18:46:59.790 INFO O| Feb 10 18:46:59.790 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442025-02-10T18:47:00.863Z[ recovery-image] Feb 10 18:46:59.810 INFO O| Feb 10 18:46:59.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68452025-02-10T18:47:00.864Z[ recovery-image] Feb 10 18:46:59.810 INFO O| Feb 10 18:46:59.810 INFO STEP 805 (remove_files) COMPLETE
68462025-02-10T18:47:00.867Z[ recovery-image] Feb 10 18:46:59.811 INFO O| Feb 10 18:46:59.810 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472025-02-10T18:47:00.883Z[ recovery-image] Feb 10 18:46:59.830 INFO O| Feb 10 18:46:59.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68482025-02-10T18:47:00.886Z[ recovery-image] Feb 10 18:46:59.830 INFO O| Feb 10 18:46:59.830 INFO STEP 806 (remove_files) COMPLETE
68492025-02-10T18:47:00.886Z[ recovery-image] Feb 10 18:46:59.830 INFO O| Feb 10 18:46:59.830 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502025-02-10T18:47:00.917Z[ recovery-image] Feb 10 18:46:59.864 INFO O| Feb 10 18:46:59.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68512025-02-10T18:47:00.917Z[ recovery-image] Feb 10 18:46:59.864 INFO O| Feb 10 18:46:59.864 INFO STEP 807 (remove_files) COMPLETE
68522025-02-10T18:47:00.920Z[ recovery-image] Feb 10 18:46:59.864 INFO O| Feb 10 18:46:59.864 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532025-02-10T18:47:00.939Z[ recovery-image] Feb 10 18:46:59.886 INFO O| Feb 10 18:46:59.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68542025-02-10T18:47:00.939Z[ recovery-image] Feb 10 18:46:59.886 INFO O| Feb 10 18:46:59.886 INFO STEP 808 (remove_files) COMPLETE
68552025-02-10T18:47:00.942Z[ recovery-image] Feb 10 18:46:59.886 INFO O| Feb 10 18:46:59.886 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562025-02-10T18:47:00.975Z[ recovery-image] Feb 10 18:46:59.922 INFO O| Feb 10 18:46:59.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68572025-02-10T18:47:00.975Z[ recovery-image] Feb 10 18:46:59.922 INFO O| Feb 10 18:46:59.922 INFO STEP 809 (remove_files) COMPLETE
68582025-02-10T18:47:00.975Z[ recovery-image] Feb 10 18:46:59.922 INFO O| Feb 10 18:46:59.922 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592025-02-10T18:47:00.995Z[ recovery-image] Feb 10 18:46:59.942 INFO O| Feb 10 18:46:59.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68602025-02-10T18:47:00.996Z[ recovery-image] Feb 10 18:46:59.942 INFO O| Feb 10 18:46:59.942 INFO STEP 810 (remove_files) COMPLETE
68612025-02-10T18:47:00.996Z[ recovery-image] Feb 10 18:46:59.942 INFO O| Feb 10 18:46:59.942 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622025-02-10T18:47:01.031Z[ recovery-image] Feb 10 18:46:59.978 INFO O| Feb 10 18:46:59.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68632025-02-10T18:47:01.031Z[ recovery-image] Feb 10 18:46:59.978 INFO O| Feb 10 18:46:59.978 INFO STEP 811 (remove_files) COMPLETE
68642025-02-10T18:47:01.031Z[ recovery-image] Feb 10 18:46:59.978 INFO O| Feb 10 18:46:59.978 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652025-02-10T18:47:01.114Z[ recovery-image] Feb 10 18:47:00.060 INFO O| Feb 10 18:47:00.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68662025-02-10T18:47:01.116Z[ recovery-image] Feb 10 18:47:00.060 INFO O| Feb 10 18:47:00.060 INFO STEP 812 (remove_files) COMPLETE
68672025-02-10T18:47:01.116Z[ recovery-image] Feb 10 18:47:00.060 INFO O| Feb 10 18:47:00.060 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682025-02-10T18:47:01.132Z[ recovery-image] Feb 10 18:47:00.079 INFO O| Feb 10 18:47:00.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68692025-02-10T18:47:01.135Z[ recovery-image] Feb 10 18:47:00.079 INFO O| Feb 10 18:47:00.079 INFO STEP 813 (remove_files) COMPLETE
68702025-02-10T18:47:01.135Z[ recovery-image] Feb 10 18:47:00.079 INFO O| Feb 10 18:47:00.079 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712025-02-10T18:47:01.151Z[ recovery-image] Feb 10 18:47:00.098 INFO O| Feb 10 18:47:00.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68722025-02-10T18:47:01.153Z[ recovery-image] Feb 10 18:47:00.098 INFO O| Feb 10 18:47:00.098 INFO STEP 814 (remove_files) COMPLETE
68732025-02-10T18:47:01.153Z[ recovery-image] Feb 10 18:47:00.098 INFO O| Feb 10 18:47:00.098 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742025-02-10T18:47:01.172Z[ recovery-image] Feb 10 18:47:00.119 INFO O| Feb 10 18:47:00.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68752025-02-10T18:47:01.176Z[ recovery-image] Feb 10 18:47:00.119 INFO O| Feb 10 18:47:00.119 INFO STEP 815 (remove_files) COMPLETE
68762025-02-10T18:47:01.176Z[ recovery-image] Feb 10 18:47:00.119 INFO O| Feb 10 18:47:00.119 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772025-02-10T18:47:01.194Z[ recovery-image] Feb 10 18:47:00.140 INFO O| Feb 10 18:47:00.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
68782025-02-10T18:47:01.196Z[ recovery-image] Feb 10 18:47:00.141 INFO O| Feb 10 18:47:00.141 INFO STEP 816 (remove_files) COMPLETE
68792025-02-10T18:47:01.196Z[ recovery-image] Feb 10 18:47:00.141 INFO O| Feb 10 18:47:00.141 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802025-02-10T18:47:01.215Z[ recovery-image] Feb 10 18:47:00.161 INFO O| Feb 10 18:47:00.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
68812025-02-10T18:47:01.215Z[ recovery-image] Feb 10 18:47:00.162 INFO O| Feb 10 18:47:00.162 INFO STEP 817 (remove_files) COMPLETE
68822025-02-10T18:47:01.215Z[ recovery-image] Feb 10 18:47:00.162 INFO O| Feb 10 18:47:00.162 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832025-02-10T18:47:01.255Z[ recovery-image] Feb 10 18:47:00.202 INFO O| Feb 10 18:47:00.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
68842025-02-10T18:47:01.255Z[ recovery-image] Feb 10 18:47:00.202 INFO O| Feb 10 18:47:00.202 INFO STEP 818 (remove_files) COMPLETE
68852025-02-10T18:47:01.255Z[ recovery-image] Feb 10 18:47:00.202 INFO O| Feb 10 18:47:00.202 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862025-02-10T18:47:01.295Z[ recovery-image] Feb 10 18:47:00.241 INFO O| Feb 10 18:47:00.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
68872025-02-10T18:47:01.297Z[ recovery-image] Feb 10 18:47:00.242 INFO O| Feb 10 18:47:00.242 INFO STEP 819 (remove_files) COMPLETE
68882025-02-10T18:47:01.297Z[ recovery-image] Feb 10 18:47:00.242 INFO O| Feb 10 18:47:00.242 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892025-02-10T18:47:01.314Z[ recovery-image] Feb 10 18:47:00.261 INFO O| Feb 10 18:47:00.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
68902025-02-10T18:47:01.317Z[ recovery-image] Feb 10 18:47:00.261 INFO O| Feb 10 18:47:00.261 INFO STEP 820 (remove_files) COMPLETE
68912025-02-10T18:47:01.317Z[ recovery-image] Feb 10 18:47:00.261 INFO O| Feb 10 18:47:00.261 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922025-02-10T18:47:01.334Z[ recovery-image] Feb 10 18:47:00.280 INFO O| Feb 10 18:47:00.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
68932025-02-10T18:47:01.336Z[ recovery-image] Feb 10 18:47:00.281 INFO O| Feb 10 18:47:00.281 INFO STEP 821 (remove_files) COMPLETE
68942025-02-10T18:47:01.336Z[ recovery-image] Feb 10 18:47:00.281 INFO O| Feb 10 18:47:00.281 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952025-02-10T18:47:01.354Z[ recovery-image] Feb 10 18:47:00.301 INFO O| Feb 10 18:47:00.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
68962025-02-10T18:47:01.357Z[ recovery-image] Feb 10 18:47:00.301 INFO O| Feb 10 18:47:00.301 INFO STEP 822 (remove_files) COMPLETE
68972025-02-10T18:47:01.357Z[ recovery-image] Feb 10 18:47:00.301 INFO O| Feb 10 18:47:00.301 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982025-02-10T18:47:01.374Z[ recovery-image] Feb 10 18:47:00.321 INFO O| Feb 10 18:47:00.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
68992025-02-10T18:47:01.377Z[ recovery-image] Feb 10 18:47:00.321 INFO O| Feb 10 18:47:00.321 INFO STEP 823 (remove_files) COMPLETE
69002025-02-10T18:47:01.377Z[ recovery-image] Feb 10 18:47:00.321 INFO O| Feb 10 18:47:00.321 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012025-02-10T18:47:01.405Z[ recovery-image] Feb 10 18:47:00.352 INFO O| Feb 10 18:47:00.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69022025-02-10T18:47:01.408Z[ recovery-image] Feb 10 18:47:00.352 INFO O| Feb 10 18:47:00.352 INFO STEP 824 (remove_files) COMPLETE
69032025-02-10T18:47:01.408Z[ recovery-image] Feb 10 18:47:00.352 INFO O| Feb 10 18:47:00.352 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042025-02-10T18:47:01.426Z[ recovery-image] Feb 10 18:47:00.372 INFO O| Feb 10 18:47:00.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69052025-02-10T18:47:01.429Z[ recovery-image] Feb 10 18:47:00.373 INFO O| Feb 10 18:47:00.373 INFO STEP 825 (remove_files) COMPLETE
69062025-02-10T18:47:01.429Z[ recovery-image] Feb 10 18:47:00.373 INFO O| Feb 10 18:47:00.373 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072025-02-10T18:47:01.447Z[ recovery-image] Feb 10 18:47:00.394 INFO O| Feb 10 18:47:00.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69082025-02-10T18:47:01.450Z[ recovery-image] Feb 10 18:47:00.394 INFO O| Feb 10 18:47:00.394 INFO STEP 826 (remove_files) COMPLETE
69092025-02-10T18:47:01.450Z[ recovery-image] Feb 10 18:47:00.394 INFO O| Feb 10 18:47:00.394 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102025-02-10T18:47:01.480Z[ recovery-image] Feb 10 18:47:00.427 INFO O| Feb 10 18:47:00.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69112025-02-10T18:47:01.483Z[ recovery-image] Feb 10 18:47:00.428 INFO O| Feb 10 18:47:00.427 INFO STEP 827 (remove_files) COMPLETE
69122025-02-10T18:47:01.483Z[ recovery-image] Feb 10 18:47:00.428 INFO O| Feb 10 18:47:00.428 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132025-02-10T18:47:01.502Z[ recovery-image] Feb 10 18:47:00.449 INFO O| Feb 10 18:47:00.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69142025-02-10T18:47:01.502Z[ recovery-image] Feb 10 18:47:00.449 INFO O| Feb 10 18:47:00.449 INFO STEP 828 (remove_files) COMPLETE
69152025-02-10T18:47:01.505Z[ recovery-image] Feb 10 18:47:00.449 INFO O| Feb 10 18:47:00.449 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162025-02-10T18:47:01.523Z[ recovery-image] Feb 10 18:47:00.470 INFO O| Feb 10 18:47:00.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69172025-02-10T18:47:01.526Z[ recovery-image] Feb 10 18:47:00.470 INFO O| Feb 10 18:47:00.470 INFO STEP 829 (remove_files) COMPLETE
69182025-02-10T18:47:01.526Z[ recovery-image] Feb 10 18:47:00.470 INFO O| Feb 10 18:47:00.470 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192025-02-10T18:47:01.551Z[ recovery-image] Feb 10 18:47:00.497 INFO O| Feb 10 18:47:00.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69202025-02-10T18:47:01.551Z[ recovery-image] Feb 10 18:47:00.497 INFO O| Feb 10 18:47:00.497 INFO STEP 830 (remove_files) COMPLETE
69212025-02-10T18:47:01.551Z[ recovery-image] Feb 10 18:47:00.497 INFO O| Feb 10 18:47:00.497 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222025-02-10T18:47:01.618Z[ recovery-image] Feb 10 18:47:00.564 INFO O| Feb 10 18:47:00.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69232025-02-10T18:47:01.618Z[ recovery-image] Feb 10 18:47:00.564 INFO O| Feb 10 18:47:00.564 INFO STEP 831 (remove_files) COMPLETE
69242025-02-10T18:47:01.618Z[ recovery-image] Feb 10 18:47:00.564 INFO O| Feb 10 18:47:00.564 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252025-02-10T18:47:01.670Z[ recovery-image] Feb 10 18:47:00.617 INFO O| Feb 10 18:47:00.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69262025-02-10T18:47:01.670Z[ recovery-image] Feb 10 18:47:00.617 INFO O| Feb 10 18:47:00.617 INFO STEP 832 (remove_files) COMPLETE
69272025-02-10T18:47:01.670Z[ recovery-image] Feb 10 18:47:00.617 INFO O| Feb 10 18:47:00.617 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282025-02-10T18:47:01.691Z[ recovery-image] Feb 10 18:47:00.638 INFO O| Feb 10 18:47:00.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69292025-02-10T18:47:01.691Z[ recovery-image] Feb 10 18:47:00.638 INFO O| Feb 10 18:47:00.638 INFO STEP 833 (remove_files) COMPLETE
69302025-02-10T18:47:01.691Z[ recovery-image] Feb 10 18:47:00.638 INFO O| Feb 10 18:47:00.638 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312025-02-10T18:47:01.746Z[ recovery-image] Feb 10 18:47:00.693 INFO O| Feb 10 18:47:00.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69322025-02-10T18:47:01.746Z[ recovery-image] Feb 10 18:47:00.693 INFO O| Feb 10 18:47:00.693 INFO STEP 834 (remove_files) COMPLETE
69332025-02-10T18:47:01.746Z[ recovery-image] Feb 10 18:47:00.693 INFO O| Feb 10 18:47:00.693 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342025-02-10T18:47:01.794Z[ recovery-image] Feb 10 18:47:00.741 INFO O| Feb 10 18:47:00.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69352025-02-10T18:47:01.794Z[ recovery-image] Feb 10 18:47:00.741 INFO O| Feb 10 18:47:00.741 INFO STEP 835 (remove_files) COMPLETE
69362025-02-10T18:47:01.794Z[ recovery-image] Feb 10 18:47:00.741 INFO O| Feb 10 18:47:00.741 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372025-02-10T18:47:01.815Z[ recovery-image] Feb 10 18:47:00.761 INFO O| Feb 10 18:47:00.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69382025-02-10T18:47:01.815Z[ recovery-image] Feb 10 18:47:00.761 INFO O| Feb 10 18:47:00.761 INFO STEP 836 (remove_files) COMPLETE
69392025-02-10T18:47:01.817Z[ recovery-image] Feb 10 18:47:00.761 INFO O| Feb 10 18:47:00.761 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402025-02-10T18:47:01.835Z[ recovery-image] Feb 10 18:47:00.781 INFO O| Feb 10 18:47:00.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69412025-02-10T18:47:01.835Z[ recovery-image] Feb 10 18:47:00.782 INFO O| Feb 10 18:47:00.781 INFO STEP 837 (remove_files) COMPLETE
69422025-02-10T18:47:01.835Z[ recovery-image] Feb 10 18:47:00.782 INFO O| Feb 10 18:47:00.781 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432025-02-10T18:47:01.856Z[ recovery-image] Feb 10 18:47:00.803 INFO O| Feb 10 18:47:00.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69442025-02-10T18:47:01.856Z[ recovery-image] Feb 10 18:47:00.803 INFO O| Feb 10 18:47:00.803 INFO STEP 838 (remove_files) COMPLETE
69452025-02-10T18:47:01.859Z[ recovery-image] Feb 10 18:47:00.804 INFO O| Feb 10 18:47:00.803 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462025-02-10T18:47:01.890Z[ recovery-image] Feb 10 18:47:00.836 INFO O| Feb 10 18:47:00.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69472025-02-10T18:47:01.893Z[ recovery-image] Feb 10 18:47:00.836 INFO O| Feb 10 18:47:00.836 INFO STEP 839 (remove_files) COMPLETE
69482025-02-10T18:47:01.893Z[ recovery-image] Feb 10 18:47:00.836 INFO O| Feb 10 18:47:00.836 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492025-02-10T18:47:01.928Z[ recovery-image] Feb 10 18:47:00.875 INFO O| Feb 10 18:47:00.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69502025-02-10T18:47:01.928Z[ recovery-image] Feb 10 18:47:00.875 INFO O| Feb 10 18:47:00.875 INFO STEP 840 (remove_files) COMPLETE
69512025-02-10T18:47:01.928Z[ recovery-image] Feb 10 18:47:00.875 INFO O| Feb 10 18:47:00.875 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522025-02-10T18:47:01.947Z[ recovery-image] Feb 10 18:47:00.894 INFO O| Feb 10 18:47:00.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69532025-02-10T18:47:01.947Z[ recovery-image] Feb 10 18:47:00.894 INFO O| Feb 10 18:47:00.894 INFO STEP 841 (remove_files) COMPLETE
69542025-02-10T18:47:01.947Z[ recovery-image] Feb 10 18:47:00.894 INFO O| Feb 10 18:47:00.894 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552025-02-10T18:47:01.966Z[ recovery-image] Feb 10 18:47:00.913 INFO O| Feb 10 18:47:00.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69562025-02-10T18:47:01.966Z[ recovery-image] Feb 10 18:47:00.913 INFO O| Feb 10 18:47:00.913 INFO STEP 842 (remove_files) COMPLETE
69572025-02-10T18:47:01.969Z[ recovery-image] Feb 10 18:47:00.913 INFO O| Feb 10 18:47:00.913 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582025-02-10T18:47:01.985Z[ recovery-image] Feb 10 18:47:00.932 INFO O| Feb 10 18:47:00.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69592025-02-10T18:47:01.985Z[ recovery-image] Feb 10 18:47:00.932 INFO O| Feb 10 18:47:00.932 INFO STEP 843 (remove_files) COMPLETE
69602025-02-10T18:47:01.985Z[ recovery-image] Feb 10 18:47:00.932 INFO O| Feb 10 18:47:00.932 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612025-02-10T18:47:02.004Z[ recovery-image] Feb 10 18:47:00.950 INFO O| Feb 10 18:47:00.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69622025-02-10T18:47:02.004Z[ recovery-image] Feb 10 18:47:00.950 INFO O| Feb 10 18:47:00.950 INFO STEP 844 (remove_files) COMPLETE
69632025-02-10T18:47:02.004Z[ recovery-image] Feb 10 18:47:00.951 INFO O| Feb 10 18:47:00.950 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642025-02-10T18:47:02.027Z[ recovery-image] Feb 10 18:47:00.973 INFO O| Feb 10 18:47:00.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69652025-02-10T18:47:02.030Z[ recovery-image] Feb 10 18:47:00.973 INFO O| Feb 10 18:47:00.973 INFO STEP 845 (remove_files) COMPLETE
69662025-02-10T18:47:02.030Z[ recovery-image] Feb 10 18:47:00.974 INFO O| Feb 10 18:47:00.973 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672025-02-10T18:47:02.047Z[ recovery-image] Feb 10 18:47:00.994 INFO O| Feb 10 18:47:00.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69682025-02-10T18:47:02.050Z[ recovery-image] Feb 10 18:47:00.994 INFO O| Feb 10 18:47:00.994 INFO STEP 846 (remove_files) COMPLETE
69692025-02-10T18:47:02.050Z[ recovery-image] Feb 10 18:47:00.994 INFO O| Feb 10 18:47:00.994 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702025-02-10T18:47:02.080Z[ recovery-image] Feb 10 18:47:01.027 INFO O| Feb 10 18:47:01.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69712025-02-10T18:47:02.083Z[ recovery-image] Feb 10 18:47:01.027 INFO O| Feb 10 18:47:01.027 INFO STEP 847 (remove_files) COMPLETE
69722025-02-10T18:47:02.083Z[ recovery-image] Feb 10 18:47:01.027 INFO O| Feb 10 18:47:01.027 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732025-02-10T18:47:02.108Z[ recovery-image] Feb 10 18:47:01.054 INFO O| Feb 10 18:47:01.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
69742025-02-10T18:47:02.108Z[ recovery-image] Feb 10 18:47:01.054 INFO O| Feb 10 18:47:01.054 INFO STEP 848 (remove_files) COMPLETE
69752025-02-10T18:47:02.108Z[ recovery-image] Feb 10 18:47:01.054 INFO O| Feb 10 18:47:01.054 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762025-02-10T18:47:02.130Z[ recovery-image] Feb 10 18:47:01.077 INFO O| Feb 10 18:47:01.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
69772025-02-10T18:47:02.130Z[ recovery-image] Feb 10 18:47:01.077 INFO O| Feb 10 18:47:01.077 INFO STEP 849 (remove_files) COMPLETE
69782025-02-10T18:47:02.133Z[ recovery-image] Feb 10 18:47:01.077 INFO O| Feb 10 18:47:01.077 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792025-02-10T18:47:02.152Z[ recovery-image] Feb 10 18:47:01.099 INFO O| Feb 10 18:47:01.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
69802025-02-10T18:47:02.156Z[ recovery-image] Feb 10 18:47:01.099 INFO O| Feb 10 18:47:01.099 INFO STEP 850 (remove_files) COMPLETE
69812025-02-10T18:47:02.156Z[ recovery-image] Feb 10 18:47:01.099 INFO O| Feb 10 18:47:01.099 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822025-02-10T18:47:02.174Z[ recovery-image] Feb 10 18:47:01.120 INFO O| Feb 10 18:47:01.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
69832025-02-10T18:47:02.177Z[ recovery-image] Feb 10 18:47:01.121 INFO O| Feb 10 18:47:01.121 INFO STEP 851 (remove_files) COMPLETE
69842025-02-10T18:47:02.177Z[ recovery-image] Feb 10 18:47:01.121 INFO O| Feb 10 18:47:01.121 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852025-02-10T18:47:02.194Z[ recovery-image] Feb 10 18:47:01.141 INFO O| Feb 10 18:47:01.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
69862025-02-10T18:47:02.197Z[ recovery-image] Feb 10 18:47:01.142 INFO O| Feb 10 18:47:01.142 INFO STEP 852 (remove_files) COMPLETE
69872025-02-10T18:47:02.197Z[ recovery-image] Feb 10 18:47:01.142 INFO O| Feb 10 18:47:01.142 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882025-02-10T18:47:02.222Z[ recovery-image] Feb 10 18:47:01.168 INFO O| Feb 10 18:47:01.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
69892025-02-10T18:47:02.224Z[ recovery-image] Feb 10 18:47:01.169 INFO O| Feb 10 18:47:01.169 INFO STEP 853 (remove_files) COMPLETE
69902025-02-10T18:47:02.224Z[ recovery-image] Feb 10 18:47:01.170 INFO O| Feb 10 18:47:01.169 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912025-02-10T18:47:02.250Z[ recovery-image] Feb 10 18:47:01.196 INFO O| Feb 10 18:47:01.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
69922025-02-10T18:47:02.250Z[ recovery-image] Feb 10 18:47:01.196 INFO O| Feb 10 18:47:01.196 INFO STEP 854 (remove_files) COMPLETE
69932025-02-10T18:47:02.250Z[ recovery-image] Feb 10 18:47:01.196 INFO O| Feb 10 18:47:01.196 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942025-02-10T18:47:02.290Z[ recovery-image] Feb 10 18:47:01.237 INFO O| Feb 10 18:47:01.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
69952025-02-10T18:47:02.290Z[ recovery-image] Feb 10 18:47:01.237 INFO O| Feb 10 18:47:01.237 INFO STEP 855 (remove_files) COMPLETE
69962025-02-10T18:47:02.290Z[ recovery-image] Feb 10 18:47:01.237 INFO O| Feb 10 18:47:01.237 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972025-02-10T18:47:02.312Z[ recovery-image] Feb 10 18:47:01.259 INFO O| Feb 10 18:47:01.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
69982025-02-10T18:47:02.312Z[ recovery-image] Feb 10 18:47:01.259 INFO O| Feb 10 18:47:01.259 INFO STEP 856 (remove_files) COMPLETE
69992025-02-10T18:47:02.312Z[ recovery-image] Feb 10 18:47:01.259 INFO O| Feb 10 18:47:01.259 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002025-02-10T18:47:02.370Z[ recovery-image] Feb 10 18:47:01.315 INFO O| Feb 10 18:47:01.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70012025-02-10T18:47:02.370Z[ recovery-image] Feb 10 18:47:01.316 INFO O| Feb 10 18:47:01.316 INFO STEP 857 (remove_files) COMPLETE
70022025-02-10T18:47:02.373Z[ recovery-image] Feb 10 18:47:01.316 INFO O| Feb 10 18:47:01.316 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032025-02-10T18:47:02.448Z[ recovery-image] Feb 10 18:47:01.395 INFO O| Feb 10 18:47:01.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70042025-02-10T18:47:02.448Z[ recovery-image] Feb 10 18:47:01.395 INFO O| Feb 10 18:47:01.395 INFO STEP 858 (remove_files) COMPLETE
70052025-02-10T18:47:02.448Z[ recovery-image] Feb 10 18:47:01.395 INFO O| Feb 10 18:47:01.395 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062025-02-10T18:47:02.468Z[ recovery-image] Feb 10 18:47:01.415 INFO O| Feb 10 18:47:01.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70072025-02-10T18:47:02.468Z[ recovery-image] Feb 10 18:47:01.415 INFO O| Feb 10 18:47:01.415 INFO STEP 859 (remove_files) COMPLETE
70082025-02-10T18:47:02.468Z[ recovery-image] Feb 10 18:47:01.415 INFO O| Feb 10 18:47:01.415 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092025-02-10T18:47:02.488Z[ recovery-image] Feb 10 18:47:01.434 INFO O| Feb 10 18:47:01.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70102025-02-10T18:47:02.488Z[ recovery-image] Feb 10 18:47:01.435 INFO O| Feb 10 18:47:01.434 INFO STEP 860 (remove_files) COMPLETE
70112025-02-10T18:47:02.488Z[ recovery-image] Feb 10 18:47:01.435 INFO O| Feb 10 18:47:01.435 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122025-02-10T18:47:02.507Z[ recovery-image] Feb 10 18:47:01.454 INFO O| Feb 10 18:47:01.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70132025-02-10T18:47:02.507Z[ recovery-image] Feb 10 18:47:01.454 INFO O| Feb 10 18:47:01.454 INFO STEP 861 (remove_files) COMPLETE
70142025-02-10T18:47:02.507Z[ recovery-image] Feb 10 18:47:01.454 INFO O| Feb 10 18:47:01.454 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152025-02-10T18:47:02.526Z[ recovery-image] Feb 10 18:47:01.473 INFO O| Feb 10 18:47:01.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70162025-02-10T18:47:02.526Z[ recovery-image] Feb 10 18:47:01.473 INFO O| Feb 10 18:47:01.473 INFO STEP 862 (remove_files) COMPLETE
70172025-02-10T18:47:02.526Z[ recovery-image] Feb 10 18:47:01.473 INFO O| Feb 10 18:47:01.473 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182025-02-10T18:47:02.550Z[ recovery-image] Feb 10 18:47:01.497 INFO O| Feb 10 18:47:01.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70192025-02-10T18:47:02.550Z[ recovery-image] Feb 10 18:47:01.497 INFO O| Feb 10 18:47:01.497 INFO STEP 863 (remove_files) COMPLETE
70202025-02-10T18:47:02.551Z[ recovery-image] Feb 10 18:47:01.497 INFO O| Feb 10 18:47:01.497 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212025-02-10T18:47:02.584Z[ recovery-image] Feb 10 18:47:01.531 INFO O| Feb 10 18:47:01.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70222025-02-10T18:47:02.584Z[ recovery-image] Feb 10 18:47:01.531 INFO O| Feb 10 18:47:01.531 INFO STEP 864 (remove_files) COMPLETE
70232025-02-10T18:47:02.584Z[ recovery-image] Feb 10 18:47:01.531 INFO O| Feb 10 18:47:01.531 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242025-02-10T18:47:02.604Z[ recovery-image] Feb 10 18:47:01.551 INFO O| Feb 10 18:47:01.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70252025-02-10T18:47:02.607Z[ recovery-image] Feb 10 18:47:01.551 INFO O| Feb 10 18:47:01.551 INFO STEP 865 (remove_files) COMPLETE
70262025-02-10T18:47:02.607Z[ recovery-image] Feb 10 18:47:01.551 INFO O| Feb 10 18:47:01.551 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272025-02-10T18:47:02.640Z[ recovery-image] Feb 10 18:47:01.586 INFO O| Feb 10 18:47:01.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70282025-02-10T18:47:02.640Z[ recovery-image] Feb 10 18:47:01.586 INFO O| Feb 10 18:47:01.586 INFO STEP 866 (remove_files) COMPLETE
70292025-02-10T18:47:02.642Z[ recovery-image] Feb 10 18:47:01.586 INFO O| Feb 10 18:47:01.586 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302025-02-10T18:47:02.679Z[ recovery-image] Feb 10 18:47:01.626 INFO O| Feb 10 18:47:01.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70312025-02-10T18:47:02.680Z[ recovery-image] Feb 10 18:47:01.626 INFO O| Feb 10 18:47:01.626 INFO STEP 867 (remove_files) COMPLETE
70322025-02-10T18:47:02.680Z[ recovery-image] Feb 10 18:47:01.626 INFO O| Feb 10 18:47:01.626 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332025-02-10T18:47:02.701Z[ recovery-image] Feb 10 18:47:01.645 INFO O| Feb 10 18:47:01.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70342025-02-10T18:47:02.701Z[ recovery-image] Feb 10 18:47:01.645 INFO O| Feb 10 18:47:01.645 INFO STEP 868 (remove_files) COMPLETE
70352025-02-10T18:47:02.701Z[ recovery-image] Feb 10 18:47:01.645 INFO O| Feb 10 18:47:01.645 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362025-02-10T18:47:02.728Z[ recovery-image] Feb 10 18:47:01.675 INFO O| Feb 10 18:47:01.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70372025-02-10T18:47:02.728Z[ recovery-image] Feb 10 18:47:01.675 INFO O| Feb 10 18:47:01.675 INFO STEP 869 (remove_files) COMPLETE
70382025-02-10T18:47:02.729Z[ recovery-image] Feb 10 18:47:01.675 INFO O| Feb 10 18:47:01.675 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392025-02-10T18:47:02.765Z[ recovery-image] Feb 10 18:47:01.711 INFO O| Feb 10 18:47:01.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70402025-02-10T18:47:02.765Z[ recovery-image] Feb 10 18:47:01.711 INFO O| Feb 10 18:47:01.711 INFO STEP 870 (remove_files) COMPLETE
70412025-02-10T18:47:02.765Z[ recovery-image] Feb 10 18:47:01.711 INFO O| Feb 10 18:47:01.711 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422025-02-10T18:47:02.825Z[ recovery-image] Feb 10 18:47:01.771 INFO O| Feb 10 18:47:01.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70432025-02-10T18:47:02.825Z[ recovery-image] Feb 10 18:47:01.772 INFO O| Feb 10 18:47:01.772 INFO STEP 871 (remove_files) COMPLETE
70442025-02-10T18:47:02.825Z[ recovery-image] Feb 10 18:47:01.772 INFO O| Feb 10 18:47:01.772 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452025-02-10T18:47:02.847Z[ recovery-image] Feb 10 18:47:01.793 INFO O| Feb 10 18:47:01.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70462025-02-10T18:47:02.850Z[ recovery-image] Feb 10 18:47:01.793 INFO O| Feb 10 18:47:01.793 INFO STEP 872 (remove_files) COMPLETE
70472025-02-10T18:47:02.850Z[ recovery-image] Feb 10 18:47:01.794 INFO O| Feb 10 18:47:01.794 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482025-02-10T18:47:02.868Z[ recovery-image] Feb 10 18:47:01.815 INFO O| Feb 10 18:47:01.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70492025-02-10T18:47:02.871Z[ recovery-image] Feb 10 18:47:01.815 INFO O| Feb 10 18:47:01.815 INFO STEP 873 (remove_files) COMPLETE
70502025-02-10T18:47:02.871Z[ recovery-image] Feb 10 18:47:01.815 INFO O| Feb 10 18:47:01.815 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512025-02-10T18:47:02.888Z[ recovery-image] Feb 10 18:47:01.835 INFO O| Feb 10 18:47:01.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70522025-02-10T18:47:02.891Z[ recovery-image] Feb 10 18:47:01.835 INFO O| Feb 10 18:47:01.835 INFO STEP 874 (remove_files) COMPLETE
70532025-02-10T18:47:02.891Z[ recovery-image] Feb 10 18:47:01.835 INFO O| Feb 10 18:47:01.835 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542025-02-10T18:47:02.927Z[ recovery-image] Feb 10 18:47:01.874 INFO O| Feb 10 18:47:01.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70552025-02-10T18:47:02.930Z[ recovery-image] Feb 10 18:47:01.874 INFO O| Feb 10 18:47:01.874 INFO STEP 875 (remove_files) COMPLETE
70562025-02-10T18:47:02.930Z[ recovery-image] Feb 10 18:47:01.874 INFO O| Feb 10 18:47:01.874 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572025-02-10T18:47:02.951Z[ recovery-image] Feb 10 18:47:01.898 INFO O| Feb 10 18:47:01.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70582025-02-10T18:47:02.951Z[ recovery-image] Feb 10 18:47:01.898 INFO O| Feb 10 18:47:01.898 INFO STEP 876 (remove_files) COMPLETE
70592025-02-10T18:47:02.951Z[ recovery-image] Feb 10 18:47:01.898 INFO O| Feb 10 18:47:01.898 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602025-02-10T18:47:02.973Z[ recovery-image] Feb 10 18:47:01.919 INFO O| Feb 10 18:47:01.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70612025-02-10T18:47:02.973Z[ recovery-image] Feb 10 18:47:01.919 INFO O| Feb 10 18:47:01.919 INFO STEP 877 (remove_files) COMPLETE
70622025-02-10T18:47:02.974Z[ recovery-image] Feb 10 18:47:01.919 INFO O| Feb 10 18:47:01.919 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632025-02-10T18:47:03.050Z[ recovery-image] Feb 10 18:47:01.996 INFO O| Feb 10 18:47:01.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70642025-02-10T18:47:03.050Z[ recovery-image] Feb 10 18:47:01.996 INFO O| Feb 10 18:47:01.996 INFO STEP 878 (remove_files) COMPLETE
70652025-02-10T18:47:03.050Z[ recovery-image] Feb 10 18:47:01.996 INFO O| Feb 10 18:47:01.996 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662025-02-10T18:47:03.069Z[ recovery-image] Feb 10 18:47:02.015 INFO O| Feb 10 18:47:02.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70672025-02-10T18:47:03.069Z[ recovery-image] Feb 10 18:47:02.015 INFO O| Feb 10 18:47:02.015 INFO STEP 879 (remove_files) COMPLETE
70682025-02-10T18:47:03.069Z[ recovery-image] Feb 10 18:47:02.015 INFO O| Feb 10 18:47:02.015 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692025-02-10T18:47:03.099Z[ recovery-image] Feb 10 18:47:02.046 INFO O| Feb 10 18:47:02.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70702025-02-10T18:47:03.101Z[ recovery-image] Feb 10 18:47:02.046 INFO O| Feb 10 18:47:02.046 INFO STEP 880 (remove_files) COMPLETE
70712025-02-10T18:47:03.102Z[ recovery-image] Feb 10 18:47:02.046 INFO O| Feb 10 18:47:02.046 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722025-02-10T18:47:03.119Z[ recovery-image] Feb 10 18:47:02.066 INFO O| Feb 10 18:47:02.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
70732025-02-10T18:47:03.122Z[ recovery-image] Feb 10 18:47:02.066 INFO O| Feb 10 18:47:02.066 INFO STEP 881 (remove_files) COMPLETE
70742025-02-10T18:47:03.122Z[ recovery-image] Feb 10 18:47:02.066 INFO O| Feb 10 18:47:02.066 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752025-02-10T18:47:03.139Z[ recovery-image] Feb 10 18:47:02.086 INFO O| Feb 10 18:47:02.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
70762025-02-10T18:47:03.139Z[ recovery-image] Feb 10 18:47:02.086 INFO O| Feb 10 18:47:02.086 INFO STEP 882 (remove_files) COMPLETE
70772025-02-10T18:47:03.142Z[ recovery-image] Feb 10 18:47:02.086 INFO O| Feb 10 18:47:02.086 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782025-02-10T18:47:03.158Z[ recovery-image] Feb 10 18:47:02.105 INFO O| Feb 10 18:47:02.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
70792025-02-10T18:47:03.161Z[ recovery-image] Feb 10 18:47:02.105 INFO O| Feb 10 18:47:02.105 INFO STEP 883 (remove_files) COMPLETE
70802025-02-10T18:47:03.161Z[ recovery-image] Feb 10 18:47:02.106 INFO O| Feb 10 18:47:02.106 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812025-02-10T18:47:03.178Z[ recovery-image] Feb 10 18:47:02.125 INFO O| Feb 10 18:47:02.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
70822025-02-10T18:47:03.182Z[ recovery-image] Feb 10 18:47:02.125 INFO O| Feb 10 18:47:02.125 INFO STEP 884 (remove_files) COMPLETE
70832025-02-10T18:47:03.182Z[ recovery-image] Feb 10 18:47:02.125 INFO O| Feb 10 18:47:02.125 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842025-02-10T18:47:03.200Z[ recovery-image] Feb 10 18:47:02.147 INFO O| Feb 10 18:47:02.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
70852025-02-10T18:47:03.200Z[ recovery-image] Feb 10 18:47:02.147 INFO O| Feb 10 18:47:02.147 INFO STEP 885 (remove_files) COMPLETE
70862025-02-10T18:47:03.203Z[ recovery-image] Feb 10 18:47:02.147 INFO O| Feb 10 18:47:02.147 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872025-02-10T18:47:03.233Z[ recovery-image] Feb 10 18:47:02.177 INFO O| Feb 10 18:47:02.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
70882025-02-10T18:47:03.233Z[ recovery-image] Feb 10 18:47:02.177 INFO O| Feb 10 18:47:02.177 INFO STEP 886 (remove_files) COMPLETE
70892025-02-10T18:47:03.236Z[ recovery-image] Feb 10 18:47:02.177 INFO O| Feb 10 18:47:02.177 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902025-02-10T18:47:03.270Z[ recovery-image] Feb 10 18:47:02.217 INFO O| Feb 10 18:47:02.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
70912025-02-10T18:47:03.291Z[ recovery-image] Feb 10 18:47:02.237 INFO O| Feb 10 18:47:02.237 INFO STEP 887 (remove_files) COMPLETE
70922025-02-10T18:47:03.291Z[ recovery-image] Feb 10 18:47:02.237 INFO O| Feb 10 18:47:02.237 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932025-02-10T18:47:03.328Z[ recovery-image] Feb 10 18:47:02.275 INFO O| Feb 10 18:47:02.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
70942025-02-10T18:47:03.328Z[ recovery-image] Feb 10 18:47:02.275 INFO O| Feb 10 18:47:02.275 INFO STEP 888 (remove_files) COMPLETE
70952025-02-10T18:47:03.328Z[ recovery-image] Feb 10 18:47:02.275 INFO O| Feb 10 18:47:02.275 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962025-02-10T18:47:03.363Z[ recovery-image] Feb 10 18:47:02.309 INFO O| Feb 10 18:47:02.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
70972025-02-10T18:47:03.363Z[ recovery-image] Feb 10 18:47:02.310 INFO O| Feb 10 18:47:02.309 INFO STEP 889 (remove_files) COMPLETE
70982025-02-10T18:47:03.365Z[ recovery-image] Feb 10 18:47:02.310 INFO O| Feb 10 18:47:02.310 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992025-02-10T18:47:03.383Z[ recovery-image] Feb 10 18:47:02.330 INFO O| Feb 10 18:47:02.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71002025-02-10T18:47:03.383Z[ recovery-image] Feb 10 18:47:02.330 INFO O| Feb 10 18:47:02.330 INFO STEP 890 (remove_files) COMPLETE
71012025-02-10T18:47:03.383Z[ recovery-image] Feb 10 18:47:02.330 INFO O| Feb 10 18:47:02.330 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022025-02-10T18:47:03.402Z[ recovery-image] Feb 10 18:47:02.348 INFO O| Feb 10 18:47:02.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71032025-02-10T18:47:03.402Z[ recovery-image] Feb 10 18:47:02.348 INFO O| Feb 10 18:47:02.348 INFO STEP 891 (remove_files) COMPLETE
71042025-02-10T18:47:03.402Z[ recovery-image] Feb 10 18:47:02.348 INFO O| Feb 10 18:47:02.348 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052025-02-10T18:47:03.460Z[ recovery-image] Feb 10 18:47:02.407 INFO O| Feb 10 18:47:02.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71062025-02-10T18:47:03.461Z[ recovery-image] Feb 10 18:47:02.407 INFO O| Feb 10 18:47:02.407 INFO STEP 892 (remove_files) COMPLETE
71072025-02-10T18:47:03.464Z[ recovery-image] Feb 10 18:47:02.407 INFO O| Feb 10 18:47:02.407 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082025-02-10T18:47:03.518Z[ recovery-image] Feb 10 18:47:02.465 INFO O| Feb 10 18:47:02.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71092025-02-10T18:47:03.518Z[ recovery-image] Feb 10 18:47:02.465 INFO O| Feb 10 18:47:02.465 INFO STEP 893 (remove_files) COMPLETE
71102025-02-10T18:47:03.518Z[ recovery-image] Feb 10 18:47:02.465 INFO O| Feb 10 18:47:02.465 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112025-02-10T18:47:03.538Z[ recovery-image] Feb 10 18:47:02.485 INFO O| Feb 10 18:47:02.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71122025-02-10T18:47:03.538Z[ recovery-image] Feb 10 18:47:02.485 INFO O| Feb 10 18:47:02.485 INFO STEP 894 (remove_files) COMPLETE
71132025-02-10T18:47:03.538Z[ recovery-image] Feb 10 18:47:02.485 INFO O| Feb 10 18:47:02.485 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142025-02-10T18:47:03.557Z[ recovery-image] Feb 10 18:47:02.503 INFO O| Feb 10 18:47:02.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71152025-02-10T18:47:03.557Z[ recovery-image] Feb 10 18:47:02.503 INFO O| Feb 10 18:47:02.503 INFO STEP 895 (remove_files) COMPLETE
71162025-02-10T18:47:03.557Z[ recovery-image] Feb 10 18:47:02.504 INFO O| Feb 10 18:47:02.503 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172025-02-10T18:47:03.576Z[ recovery-image] Feb 10 18:47:02.523 INFO O| Feb 10 18:47:02.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71182025-02-10T18:47:03.576Z[ recovery-image] Feb 10 18:47:02.523 INFO O| Feb 10 18:47:02.523 INFO STEP 896 (remove_files) COMPLETE
71192025-02-10T18:47:03.576Z[ recovery-image] Feb 10 18:47:02.523 INFO O| Feb 10 18:47:02.523 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202025-02-10T18:47:03.596Z[ recovery-image] Feb 10 18:47:02.543 INFO O| Feb 10 18:47:02.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71212025-02-10T18:47:03.596Z[ recovery-image] Feb 10 18:47:02.543 INFO O| Feb 10 18:47:02.543 INFO STEP 897 (remove_files) COMPLETE
71222025-02-10T18:47:03.596Z[ recovery-image] Feb 10 18:47:02.543 INFO O| Feb 10 18:47:02.543 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232025-02-10T18:47:03.618Z[ recovery-image] Feb 10 18:47:02.563 INFO O| Feb 10 18:47:02.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71242025-02-10T18:47:03.618Z[ recovery-image] Feb 10 18:47:02.563 INFO O| Feb 10 18:47:02.563 INFO STEP 898 (remove_files) COMPLETE
71252025-02-10T18:47:03.621Z[ recovery-image] Feb 10 18:47:02.563 INFO O| Feb 10 18:47:02.563 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262025-02-10T18:47:03.636Z[ recovery-image] Feb 10 18:47:02.583 INFO O| Feb 10 18:47:02.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71272025-02-10T18:47:03.636Z[ recovery-image] Feb 10 18:47:02.583 INFO O| Feb 10 18:47:02.583 INFO STEP 899 (remove_files) COMPLETE
71282025-02-10T18:47:03.639Z[ recovery-image] Feb 10 18:47:02.583 INFO O| Feb 10 18:47:02.583 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292025-02-10T18:47:03.657Z[ recovery-image] Feb 10 18:47:02.603 INFO O| Feb 10 18:47:02.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71302025-02-10T18:47:03.657Z[ recovery-image] Feb 10 18:47:02.603 INFO O| Feb 10 18:47:02.603 INFO STEP 900 (remove_files) COMPLETE
71312025-02-10T18:47:03.657Z[ recovery-image] Feb 10 18:47:02.603 INFO O| Feb 10 18:47:02.603 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322025-02-10T18:47:03.677Z[ recovery-image] Feb 10 18:47:02.623 INFO O| Feb 10 18:47:02.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71332025-02-10T18:47:03.677Z[ recovery-image] Feb 10 18:47:02.623 INFO O| Feb 10 18:47:02.623 INFO STEP 901 (remove_files) COMPLETE
71342025-02-10T18:47:03.679Z[ recovery-image] Feb 10 18:47:02.623 INFO O| Feb 10 18:47:02.623 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352025-02-10T18:47:03.715Z[ recovery-image] Feb 10 18:47:02.662 INFO O| Feb 10 18:47:02.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71362025-02-10T18:47:03.718Z[ recovery-image] Feb 10 18:47:02.662 INFO O| Feb 10 18:47:02.662 INFO STEP 902 (remove_files) COMPLETE
71372025-02-10T18:47:03.718Z[ recovery-image] Feb 10 18:47:02.662 INFO O| Feb 10 18:47:02.662 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382025-02-10T18:47:03.763Z[ recovery-image] Feb 10 18:47:02.699 INFO O| Feb 10 18:47:02.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71392025-02-10T18:47:03.763Z[ recovery-image] Feb 10 18:47:02.700 INFO O| Feb 10 18:47:02.700 INFO STEP 903 (remove_files) COMPLETE
71402025-02-10T18:47:03.763Z[ recovery-image] Feb 10 18:47:02.700 INFO O| Feb 10 18:47:02.700 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412025-02-10T18:47:03.784Z[ recovery-image] Feb 10 18:47:02.727 INFO O| Feb 10 18:47:02.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71422025-02-10T18:47:03.784Z[ recovery-image] Feb 10 18:47:02.727 INFO O| Feb 10 18:47:02.727 INFO STEP 904 (remove_files) COMPLETE
71432025-02-10T18:47:03.784Z[ recovery-image] Feb 10 18:47:02.728 INFO O| Feb 10 18:47:02.728 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442025-02-10T18:47:03.799Z[ recovery-image] Feb 10 18:47:02.746 INFO O| Feb 10 18:47:02.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71452025-02-10T18:47:03.799Z[ recovery-image] Feb 10 18:47:02.746 INFO O| Feb 10 18:47:02.746 INFO STEP 905 (remove_files) COMPLETE
71462025-02-10T18:47:03.799Z[ recovery-image] Feb 10 18:47:02.746 INFO O| Feb 10 18:47:02.746 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472025-02-10T18:47:03.851Z[ recovery-image] Feb 10 18:47:02.798 INFO O| Feb 10 18:47:02.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71482025-02-10T18:47:03.854Z[ recovery-image] Feb 10 18:47:02.798 INFO O| Feb 10 18:47:02.798 INFO STEP 906 (remove_files) COMPLETE
71492025-02-10T18:47:03.854Z[ recovery-image] Feb 10 18:47:02.798 INFO O| Feb 10 18:47:02.798 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502025-02-10T18:47:03.874Z[ recovery-image] Feb 10 18:47:02.821 INFO O| Feb 10 18:47:02.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71512025-02-10T18:47:03.874Z[ recovery-image] Feb 10 18:47:02.821 INFO O| Feb 10 18:47:02.821 INFO STEP 907 (remove_files) COMPLETE
71522025-02-10T18:47:03.877Z[ recovery-image] Feb 10 18:47:02.821 INFO O| Feb 10 18:47:02.821 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532025-02-10T18:47:03.896Z[ recovery-image] Feb 10 18:47:02.842 INFO O| Feb 10 18:47:02.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71542025-02-10T18:47:03.896Z[ recovery-image] Feb 10 18:47:02.843 INFO O| Feb 10 18:47:02.843 INFO STEP 908 (remove_files) COMPLETE
71552025-02-10T18:47:03.896Z[ recovery-image] Feb 10 18:47:02.843 INFO O| Feb 10 18:47:02.843 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562025-02-10T18:47:03.932Z[ recovery-image] Feb 10 18:47:02.878 INFO O| Feb 10 18:47:02.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71572025-02-10T18:47:03.932Z[ recovery-image] Feb 10 18:47:02.878 INFO O| Feb 10 18:47:02.878 INFO STEP 909 (remove_files) COMPLETE
71582025-02-10T18:47:03.932Z[ recovery-image] Feb 10 18:47:02.878 INFO O| Feb 10 18:47:02.878 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592025-02-10T18:47:03.973Z[ recovery-image] Feb 10 18:47:02.919 INFO O| Feb 10 18:47:02.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71602025-02-10T18:47:03.973Z[ recovery-image] Feb 10 18:47:02.919 INFO O| Feb 10 18:47:02.919 INFO STEP 910 (remove_files) COMPLETE
71612025-02-10T18:47:03.973Z[ recovery-image] Feb 10 18:47:02.919 INFO O| Feb 10 18:47:02.919 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622025-02-10T18:47:04.017Z[ recovery-image] Feb 10 18:47:02.963 INFO O| Feb 10 18:47:02.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71632025-02-10T18:47:04.017Z[ recovery-image] Feb 10 18:47:02.963 INFO O| Feb 10 18:47:02.963 INFO STEP 911 (remove_files) COMPLETE
71642025-02-10T18:47:04.019Z[ recovery-image] Feb 10 18:47:02.964 INFO O| Feb 10 18:47:02.963 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652025-02-10T18:47:04.179Z[ recovery-image] Feb 10 18:47:03.126 INFO O| Feb 10 18:47:03.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71662025-02-10T18:47:04.179Z[ recovery-image] Feb 10 18:47:03.126 INFO O| Feb 10 18:47:03.126 INFO STEP 912 (remove_files) COMPLETE
71672025-02-10T18:47:04.179Z[ recovery-image] Feb 10 18:47:03.126 INFO O| Feb 10 18:47:03.126 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682025-02-10T18:47:04.205Z[ recovery-image] Feb 10 18:47:03.152 INFO O| Feb 10 18:47:03.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71692025-02-10T18:47:04.205Z[ recovery-image] Feb 10 18:47:03.152 INFO O| Feb 10 18:47:03.152 INFO STEP 913 (remove_files) COMPLETE
71702025-02-10T18:47:04.208Z[ recovery-image] Feb 10 18:47:03.152 INFO O| Feb 10 18:47:03.152 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712025-02-10T18:47:04.228Z[ recovery-image] Feb 10 18:47:03.175 INFO O| Feb 10 18:47:03.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
71722025-02-10T18:47:04.228Z[ recovery-image] Feb 10 18:47:03.175 INFO O| Feb 10 18:47:03.175 INFO STEP 914 (remove_files) COMPLETE
71732025-02-10T18:47:04.228Z[ recovery-image] Feb 10 18:47:03.175 INFO O| Feb 10 18:47:03.175 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742025-02-10T18:47:04.250Z[ recovery-image] Feb 10 18:47:03.197 INFO O| Feb 10 18:47:03.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
71752025-02-10T18:47:04.250Z[ recovery-image] Feb 10 18:47:03.197 INFO O| Feb 10 18:47:03.197 INFO STEP 915 (remove_files) COMPLETE
71762025-02-10T18:47:04.253Z[ recovery-image] Feb 10 18:47:03.197 INFO O| Feb 10 18:47:03.197 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772025-02-10T18:47:04.271Z[ recovery-image] Feb 10 18:47:03.217 INFO O| Feb 10 18:47:03.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
71782025-02-10T18:47:04.271Z[ recovery-image] Feb 10 18:47:03.218 INFO O| Feb 10 18:47:03.218 INFO STEP 916 (remove_files) COMPLETE
71792025-02-10T18:47:04.273Z[ recovery-image] Feb 10 18:47:03.218 INFO O| Feb 10 18:47:03.218 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802025-02-10T18:47:04.289Z[ recovery-image] Feb 10 18:47:03.236 INFO O| Feb 10 18:47:03.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
71812025-02-10T18:47:04.292Z[ recovery-image] Feb 10 18:47:03.237 INFO O| Feb 10 18:47:03.236 INFO STEP 917 (remove_files) COMPLETE
71822025-02-10T18:47:04.292Z[ recovery-image] Feb 10 18:47:03.237 INFO O| Feb 10 18:47:03.237 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832025-02-10T18:47:04.308Z[ recovery-image] Feb 10 18:47:03.255 INFO O| Feb 10 18:47:03.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
71842025-02-10T18:47:04.311Z[ recovery-image] Feb 10 18:47:03.255 INFO O| Feb 10 18:47:03.255 INFO STEP 918 (remove_files) COMPLETE
71852025-02-10T18:47:04.311Z[ recovery-image] Feb 10 18:47:03.255 INFO O| Feb 10 18:47:03.255 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862025-02-10T18:47:04.349Z[ recovery-image] Feb 10 18:47:03.296 INFO O| Feb 10 18:47:03.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
71872025-02-10T18:47:04.352Z[ recovery-image] Feb 10 18:47:03.296 INFO O| Feb 10 18:47:03.296 INFO STEP 919 (remove_files) COMPLETE
71882025-02-10T18:47:04.352Z[ recovery-image] Feb 10 18:47:03.296 INFO O| Feb 10 18:47:03.296 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892025-02-10T18:47:04.371Z[ recovery-image] Feb 10 18:47:03.318 INFO O| Feb 10 18:47:03.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
71902025-02-10T18:47:04.371Z[ recovery-image] Feb 10 18:47:03.318 INFO O| Feb 10 18:47:03.318 INFO STEP 920 (remove_files) COMPLETE
71912025-02-10T18:47:04.371Z[ recovery-image] Feb 10 18:47:03.318 INFO O| Feb 10 18:47:03.318 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922025-02-10T18:47:04.437Z[ recovery-image] Feb 10 18:47:03.384 INFO O| Feb 10 18:47:03.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
71932025-02-10T18:47:04.440Z[ recovery-image] Feb 10 18:47:03.385 INFO O| Feb 10 18:47:03.385 INFO STEP 921 (remove_files) COMPLETE
71942025-02-10T18:47:04.440Z[ recovery-image] Feb 10 18:47:03.385 INFO O| Feb 10 18:47:03.385 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952025-02-10T18:47:04.459Z[ recovery-image] Feb 10 18:47:03.405 INFO O| Feb 10 18:47:03.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
71962025-02-10T18:47:04.461Z[ recovery-image] Feb 10 18:47:03.406 INFO O| Feb 10 18:47:03.406 INFO STEP 922 (remove_files) COMPLETE
71972025-02-10T18:47:04.462Z[ recovery-image] Feb 10 18:47:03.406 INFO O| Feb 10 18:47:03.406 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982025-02-10T18:47:04.477Z[ recovery-image] Feb 10 18:47:03.424 INFO O| Feb 10 18:47:03.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
71992025-02-10T18:47:04.480Z[ recovery-image] Feb 10 18:47:03.424 INFO O| Feb 10 18:47:03.424 INFO STEP 923 (remove_files) COMPLETE
72002025-02-10T18:47:04.480Z[ recovery-image] Feb 10 18:47:03.425 INFO O| Feb 10 18:47:03.424 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012025-02-10T18:47:04.498Z[ recovery-image] Feb 10 18:47:03.444 INFO O| Feb 10 18:47:03.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72022025-02-10T18:47:04.500Z[ recovery-image] Feb 10 18:47:03.445 INFO O| Feb 10 18:47:03.445 INFO STEP 924 (remove_files) COMPLETE
72032025-02-10T18:47:04.500Z[ recovery-image] Feb 10 18:47:03.445 INFO O| Feb 10 18:47:03.445 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042025-02-10T18:47:04.527Z[ recovery-image] Feb 10 18:47:03.474 INFO O| Feb 10 18:47:03.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72052025-02-10T18:47:04.530Z[ recovery-image] Feb 10 18:47:03.475 INFO O| Feb 10 18:47:03.474 INFO STEP 925 (remove_files) COMPLETE
72062025-02-10T18:47:04.530Z[ recovery-image] Feb 10 18:47:03.475 INFO O| Feb 10 18:47:03.475 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072025-02-10T18:47:04.560Z[ recovery-image] Feb 10 18:47:03.507 INFO O| Feb 10 18:47:03.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72082025-02-10T18:47:04.560Z[ recovery-image] Feb 10 18:47:03.507 INFO O| Feb 10 18:47:03.507 INFO STEP 926 (remove_files) COMPLETE
72092025-02-10T18:47:04.561Z[ recovery-image] Feb 10 18:47:03.507 INFO O| Feb 10 18:47:03.507 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102025-02-10T18:47:04.619Z[ recovery-image] Feb 10 18:47:03.566 INFO O| Feb 10 18:47:03.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72112025-02-10T18:47:04.619Z[ recovery-image] Feb 10 18:47:03.566 INFO O| Feb 10 18:47:03.566 INFO STEP 927 (remove_files) COMPLETE
72122025-02-10T18:47:04.619Z[ recovery-image] Feb 10 18:47:03.566 INFO O| Feb 10 18:47:03.566 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132025-02-10T18:47:04.679Z[ recovery-image] Feb 10 18:47:03.625 INFO O| Feb 10 18:47:03.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72142025-02-10T18:47:04.679Z[ recovery-image] Feb 10 18:47:03.626 INFO O| Feb 10 18:47:03.625 INFO STEP 928 (remove_files) COMPLETE
72152025-02-10T18:47:04.681Z[ recovery-image] Feb 10 18:47:03.626 INFO O| Feb 10 18:47:03.626 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162025-02-10T18:47:04.784Z[ recovery-image] Feb 10 18:47:03.731 INFO O| Feb 10 18:47:03.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72172025-02-10T18:47:04.784Z[ recovery-image] Feb 10 18:47:03.731 INFO O| Feb 10 18:47:03.731 INFO STEP 929 (remove_files) COMPLETE
72182025-02-10T18:47:04.787Z[ recovery-image] Feb 10 18:47:03.731 INFO O| Feb 10 18:47:03.731 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192025-02-10T18:47:04.844Z[ recovery-image] Feb 10 18:47:03.790 INFO O| Feb 10 18:47:03.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72202025-02-10T18:47:04.844Z[ recovery-image] Feb 10 18:47:03.791 INFO O| Feb 10 18:47:03.790 INFO STEP 930 (remove_files) COMPLETE
72212025-02-10T18:47:04.844Z[ recovery-image] Feb 10 18:47:03.791 INFO O| Feb 10 18:47:03.791 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222025-02-10T18:47:04.884Z[ recovery-image] Feb 10 18:47:03.831 INFO O| Feb 10 18:47:03.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72232025-02-10T18:47:04.884Z[ recovery-image] Feb 10 18:47:03.831 INFO O| Feb 10 18:47:03.831 INFO STEP 931 (remove_files) COMPLETE
72242025-02-10T18:47:04.884Z[ recovery-image] Feb 10 18:47:03.831 INFO O| Feb 10 18:47:03.831 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252025-02-10T18:47:04.905Z[ recovery-image] Feb 10 18:47:03.852 INFO O| Feb 10 18:47:03.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72262025-02-10T18:47:04.905Z[ recovery-image] Feb 10 18:47:03.852 INFO O| Feb 10 18:47:03.852 INFO STEP 932 (remove_files) COMPLETE
72272025-02-10T18:47:04.905Z[ recovery-image] Feb 10 18:47:03.852 INFO O| Feb 10 18:47:03.852 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282025-02-10T18:47:04.937Z[ recovery-image] Feb 10 18:47:03.883 INFO O| Feb 10 18:47:03.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72292025-02-10T18:47:04.937Z[ recovery-image] Feb 10 18:47:03.883 INFO O| Feb 10 18:47:03.883 INFO STEP 933 (remove_files) COMPLETE
72302025-02-10T18:47:04.937Z[ recovery-image] Feb 10 18:47:03.883 INFO O| Feb 10 18:47:03.883 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312025-02-10T18:47:04.957Z[ recovery-image] Feb 10 18:47:03.904 INFO O| Feb 10 18:47:03.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72322025-02-10T18:47:04.957Z[ recovery-image] Feb 10 18:47:03.904 INFO O| Feb 10 18:47:03.904 INFO STEP 934 (remove_files) COMPLETE
72332025-02-10T18:47:04.957Z[ recovery-image] Feb 10 18:47:03.904 INFO O| Feb 10 18:47:03.904 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342025-02-10T18:47:04.978Z[ recovery-image] Feb 10 18:47:03.924 INFO O| Feb 10 18:47:03.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72352025-02-10T18:47:04.978Z[ recovery-image] Feb 10 18:47:03.925 INFO O| Feb 10 18:47:03.924 INFO STEP 935 (remove_files) COMPLETE
72362025-02-10T18:47:04.978Z[ recovery-image] Feb 10 18:47:03.925 INFO O| Feb 10 18:47:03.925 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372025-02-10T18:47:04.999Z[ recovery-image] Feb 10 18:47:03.946 INFO O| Feb 10 18:47:03.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72382025-02-10T18:47:04.999Z[ recovery-image] Feb 10 18:47:03.946 INFO O| Feb 10 18:47:03.946 INFO STEP 936 (remove_files) COMPLETE
72392025-02-10T18:47:04.999Z[ recovery-image] Feb 10 18:47:03.946 INFO O| Feb 10 18:47:03.946 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402025-02-10T18:47:05.020Z[ recovery-image] Feb 10 18:47:03.967 INFO O| Feb 10 18:47:03.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72412025-02-10T18:47:05.020Z[ recovery-image] Feb 10 18:47:03.967 INFO O| Feb 10 18:47:03.967 INFO STEP 937 (remove_files) COMPLETE
72422025-02-10T18:47:05.023Z[ recovery-image] Feb 10 18:47:03.967 INFO O| Feb 10 18:47:03.967 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432025-02-10T18:47:05.039Z[ recovery-image] Feb 10 18:47:03.986 INFO O| Feb 10 18:47:03.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72442025-02-10T18:47:05.039Z[ recovery-image] Feb 10 18:47:03.986 INFO O| Feb 10 18:47:03.986 INFO STEP 938 (remove_files) COMPLETE
72452025-02-10T18:47:05.042Z[ recovery-image] Feb 10 18:47:03.987 INFO O| Feb 10 18:47:03.986 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462025-02-10T18:47:05.087Z[ recovery-image] Feb 10 18:47:04.034 INFO O| Feb 10 18:47:04.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72472025-02-10T18:47:05.089Z[ recovery-image] Feb 10 18:47:04.034 INFO O| Feb 10 18:47:04.034 INFO STEP 939 (remove_files) COMPLETE
72482025-02-10T18:47:05.089Z[ recovery-image] Feb 10 18:47:04.034 INFO O| Feb 10 18:47:04.034 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492025-02-10T18:47:05.114Z[ recovery-image] Feb 10 18:47:04.061 INFO O| Feb 10 18:47:04.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72502025-02-10T18:47:05.114Z[ recovery-image] Feb 10 18:47:04.061 INFO O| Feb 10 18:47:04.055 INFO STEP 940 (remove_files) COMPLETE
72512025-02-10T18:47:05.118Z[ recovery-image] Feb 10 18:47:04.061 INFO O| Feb 10 18:47:04.055 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522025-02-10T18:47:05.190Z[ recovery-image] Feb 10 18:47:04.137 INFO O| Feb 10 18:47:04.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72532025-02-10T18:47:05.190Z[ recovery-image] Feb 10 18:47:04.137 INFO O| Feb 10 18:47:04.137 INFO STEP 941 (remove_files) COMPLETE
72542025-02-10T18:47:05.190Z[ recovery-image] Feb 10 18:47:04.137 INFO O| Feb 10 18:47:04.137 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552025-02-10T18:47:05.226Z[ recovery-image] Feb 10 18:47:04.173 INFO O| Feb 10 18:47:04.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72562025-02-10T18:47:05.226Z[ recovery-image] Feb 10 18:47:04.173 INFO O| Feb 10 18:47:04.173 INFO STEP 942 (remove_files) COMPLETE
72572025-02-10T18:47:05.226Z[ recovery-image] Feb 10 18:47:04.173 INFO O| Feb 10 18:47:04.173 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582025-02-10T18:47:05.260Z[ recovery-image] Feb 10 18:47:04.207 INFO O| Feb 10 18:47:04.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72592025-02-10T18:47:05.264Z[ recovery-image] Feb 10 18:47:04.209 INFO O| Feb 10 18:47:04.209 INFO STEP 943 (remove_files) COMPLETE
72602025-02-10T18:47:05.264Z[ recovery-image] Feb 10 18:47:04.209 INFO O| Feb 10 18:47:04.209 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612025-02-10T18:47:05.282Z[ recovery-image] Feb 10 18:47:04.229 INFO O| Feb 10 18:47:04.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72622025-02-10T18:47:05.282Z[ recovery-image] Feb 10 18:47:04.229 INFO O| Feb 10 18:47:04.229 INFO STEP 944 (remove_files) COMPLETE
72632025-02-10T18:47:05.282Z[ recovery-image] Feb 10 18:47:04.229 INFO O| Feb 10 18:47:04.229 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642025-02-10T18:47:05.300Z[ recovery-image] Feb 10 18:47:04.247 INFO O| Feb 10 18:47:04.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
72652025-02-10T18:47:05.300Z[ recovery-image] Feb 10 18:47:04.247 INFO O| Feb 10 18:47:04.247 INFO STEP 945 (remove_files) COMPLETE
72662025-02-10T18:47:05.300Z[ recovery-image] Feb 10 18:47:04.247 INFO O| Feb 10 18:47:04.247 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672025-02-10T18:47:05.320Z[ recovery-image] Feb 10 18:47:04.267 INFO O| Feb 10 18:47:04.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
72682025-02-10T18:47:05.320Z[ recovery-image] Feb 10 18:47:04.267 INFO O| Feb 10 18:47:04.267 INFO STEP 946 (remove_files) COMPLETE
72692025-02-10T18:47:05.320Z[ recovery-image] Feb 10 18:47:04.267 INFO O| Feb 10 18:47:04.267 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702025-02-10T18:47:05.353Z[ recovery-image] Feb 10 18:47:04.300 INFO O| Feb 10 18:47:04.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
72712025-02-10T18:47:05.353Z[ recovery-image] Feb 10 18:47:04.300 INFO O| Feb 10 18:47:04.300 INFO STEP 947 (remove_files) COMPLETE
72722025-02-10T18:47:05.353Z[ recovery-image] Feb 10 18:47:04.300 INFO O| Feb 10 18:47:04.300 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732025-02-10T18:47:05.427Z[ recovery-image] Feb 10 18:47:04.374 INFO O| Feb 10 18:47:04.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
72742025-02-10T18:47:05.430Z[ recovery-image] Feb 10 18:47:04.374 INFO O| Feb 10 18:47:04.374 INFO STEP 948 (remove_files) COMPLETE
72752025-02-10T18:47:05.430Z[ recovery-image] Feb 10 18:47:04.374 INFO O| Feb 10 18:47:04.374 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762025-02-10T18:47:05.448Z[ recovery-image] Feb 10 18:47:04.395 INFO O| Feb 10 18:47:04.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
72772025-02-10T18:47:05.451Z[ recovery-image] Feb 10 18:47:04.395 INFO O| Feb 10 18:47:04.395 INFO STEP 949 (remove_files) COMPLETE
72782025-02-10T18:47:05.451Z[ recovery-image] Feb 10 18:47:04.395 INFO O| Feb 10 18:47:04.395 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792025-02-10T18:47:05.467Z[ recovery-image] Feb 10 18:47:04.414 INFO O| Feb 10 18:47:04.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
72802025-02-10T18:47:05.470Z[ recovery-image] Feb 10 18:47:04.414 INFO O| Feb 10 18:47:04.414 INFO STEP 950 (remove_files) COMPLETE
72812025-02-10T18:47:05.470Z[ recovery-image] Feb 10 18:47:04.415 INFO O| Feb 10 18:47:04.414 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822025-02-10T18:47:05.487Z[ recovery-image] Feb 10 18:47:04.434 INFO O| Feb 10 18:47:04.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
72832025-02-10T18:47:05.490Z[ recovery-image] Feb 10 18:47:04.434 INFO O| Feb 10 18:47:04.434 INFO STEP 951 (remove_files) COMPLETE
72842025-02-10T18:47:05.490Z[ recovery-image] Feb 10 18:47:04.435 INFO O| Feb 10 18:47:04.434 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852025-02-10T18:47:05.508Z[ recovery-image] Feb 10 18:47:04.455 INFO O| Feb 10 18:47:04.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
72862025-02-10T18:47:05.511Z[ recovery-image] Feb 10 18:47:04.455 INFO O| Feb 10 18:47:04.455 INFO STEP 952 (remove_files) COMPLETE
72872025-02-10T18:47:05.511Z[ recovery-image] Feb 10 18:47:04.455 INFO O| Feb 10 18:47:04.455 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882025-02-10T18:47:05.529Z[ recovery-image] Feb 10 18:47:04.476 INFO O| Feb 10 18:47:04.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
72892025-02-10T18:47:05.529Z[ recovery-image] Feb 10 18:47:04.477 INFO O| Feb 10 18:47:04.476 INFO STEP 953 (remove_files) COMPLETE
72902025-02-10T18:47:05.532Z[ recovery-image] Feb 10 18:47:04.477 INFO O| Feb 10 18:47:04.477 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912025-02-10T18:47:05.551Z[ recovery-image] Feb 10 18:47:04.497 INFO O| Feb 10 18:47:04.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
72922025-02-10T18:47:05.554Z[ recovery-image] Feb 10 18:47:04.498 INFO O| Feb 10 18:47:04.498 INFO STEP 954 (remove_files) COMPLETE
72932025-02-10T18:47:05.554Z[ recovery-image] Feb 10 18:47:04.498 INFO O| Feb 10 18:47:04.498 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942025-02-10T18:47:05.572Z[ recovery-image] Feb 10 18:47:04.519 INFO O| Feb 10 18:47:04.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
72952025-02-10T18:47:05.572Z[ recovery-image] Feb 10 18:47:04.519 INFO O| Feb 10 18:47:04.519 INFO STEP 955 (remove_files) COMPLETE
72962025-02-10T18:47:05.575Z[ recovery-image] Feb 10 18:47:04.519 INFO O| Feb 10 18:47:04.519 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972025-02-10T18:47:05.597Z[ recovery-image] Feb 10 18:47:04.544 INFO O| Feb 10 18:47:04.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
72982025-02-10T18:47:05.597Z[ recovery-image] Feb 10 18:47:04.544 INFO O| Feb 10 18:47:04.544 INFO STEP 956 (remove_files) COMPLETE
72992025-02-10T18:47:05.597Z[ recovery-image] Feb 10 18:47:04.544 INFO O| Feb 10 18:47:04.544 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002025-02-10T18:47:05.656Z[ recovery-image] Feb 10 18:47:04.603 INFO O| Feb 10 18:47:04.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73012025-02-10T18:47:05.656Z[ recovery-image] Feb 10 18:47:04.603 INFO O| Feb 10 18:47:04.603 INFO STEP 957 (remove_files) COMPLETE
73022025-02-10T18:47:05.656Z[ recovery-image] Feb 10 18:47:04.603 INFO O| Feb 10 18:47:04.603 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032025-02-10T18:47:05.679Z[ recovery-image] Feb 10 18:47:04.626 INFO O| Feb 10 18:47:04.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73042025-02-10T18:47:05.679Z[ recovery-image] Feb 10 18:47:04.626 INFO O| Feb 10 18:47:04.626 INFO STEP 958 (remove_files) COMPLETE
73052025-02-10T18:47:05.679Z[ recovery-image] Feb 10 18:47:04.626 INFO O| Feb 10 18:47:04.626 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062025-02-10T18:47:05.699Z[ recovery-image] Feb 10 18:47:04.646 INFO O| Feb 10 18:47:04.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73072025-02-10T18:47:05.699Z[ recovery-image] Feb 10 18:47:04.646 INFO O| Feb 10 18:47:04.646 INFO STEP 959 (remove_files) COMPLETE
73082025-02-10T18:47:05.699Z[ recovery-image] Feb 10 18:47:04.646 INFO O| Feb 10 18:47:04.646 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092025-02-10T18:47:05.736Z[ recovery-image] Feb 10 18:47:04.683 INFO O| Feb 10 18:47:04.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73102025-02-10T18:47:05.736Z[ recovery-image] Feb 10 18:47:04.683 INFO O| Feb 10 18:47:04.683 INFO STEP 960 (remove_files) COMPLETE
73112025-02-10T18:47:05.736Z[ recovery-image] Feb 10 18:47:04.683 INFO O| Feb 10 18:47:04.683 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122025-02-10T18:47:05.780Z[ recovery-image] Feb 10 18:47:04.727 INFO O| Feb 10 18:47:04.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73132025-02-10T18:47:05.780Z[ recovery-image] Feb 10 18:47:04.727 INFO O| Feb 10 18:47:04.727 INFO STEP 961 (remove_files) COMPLETE
73142025-02-10T18:47:05.780Z[ recovery-image] Feb 10 18:47:04.727 INFO O| Feb 10 18:47:04.727 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152025-02-10T18:47:05.887Z[ recovery-image] Feb 10 18:47:04.834 INFO O| Feb 10 18:47:04.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73162025-02-10T18:47:05.887Z[ recovery-image] Feb 10 18:47:04.834 INFO O| Feb 10 18:47:04.834 INFO STEP 962 (remove_files) COMPLETE
73172025-02-10T18:47:05.887Z[ recovery-image] Feb 10 18:47:04.834 INFO O| Feb 10 18:47:04.834 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182025-02-10T18:47:05.907Z[ recovery-image] Feb 10 18:47:04.853 INFO O| Feb 10 18:47:04.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73192025-02-10T18:47:05.907Z[ recovery-image] Feb 10 18:47:04.853 INFO O| Feb 10 18:47:04.853 INFO STEP 963 (remove_files) COMPLETE
73202025-02-10T18:47:05.907Z[ recovery-image] Feb 10 18:47:04.853 INFO O| Feb 10 18:47:04.853 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212025-02-10T18:47:05.947Z[ recovery-image] Feb 10 18:47:04.894 INFO O| Feb 10 18:47:04.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73222025-02-10T18:47:05.947Z[ recovery-image] Feb 10 18:47:04.894 INFO O| Feb 10 18:47:04.894 INFO STEP 964 (remove_files) COMPLETE
73232025-02-10T18:47:05.947Z[ recovery-image] Feb 10 18:47:04.894 INFO O| Feb 10 18:47:04.894 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242025-02-10T18:47:05.989Z[ recovery-image] Feb 10 18:47:04.936 INFO O| Feb 10 18:47:04.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73252025-02-10T18:47:06.013Z[ recovery-image] Feb 10 18:47:04.959 INFO O| Feb 10 18:47:04.959 INFO STEP 965 (remove_files) COMPLETE
73262025-02-10T18:47:06.013Z[ recovery-image] Feb 10 18:47:04.959 INFO O| Feb 10 18:47:04.959 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272025-02-10T18:47:06.050Z[ recovery-image] Feb 10 18:47:04.997 INFO O| Feb 10 18:47:04.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73282025-02-10T18:47:06.050Z[ recovery-image] Feb 10 18:47:04.997 INFO O| Feb 10 18:47:04.997 INFO STEP 966 (remove_files) COMPLETE
73292025-02-10T18:47:06.053Z[ recovery-image] Feb 10 18:47:04.997 INFO O| Feb 10 18:47:04.997 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302025-02-10T18:47:06.113Z[ recovery-image] Feb 10 18:47:05.060 INFO O| Feb 10 18:47:05.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73312025-02-10T18:47:06.113Z[ recovery-image] Feb 10 18:47:05.060 INFO O| Feb 10 18:47:05.060 INFO STEP 967 (remove_files) COMPLETE
73322025-02-10T18:47:06.113Z[ recovery-image] Feb 10 18:47:05.060 INFO O| Feb 10 18:47:05.060 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332025-02-10T18:47:06.175Z[ recovery-image] Feb 10 18:47:05.122 INFO O| Feb 10 18:47:05.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73342025-02-10T18:47:06.175Z[ recovery-image] Feb 10 18:47:05.122 INFO O| Feb 10 18:47:05.122 INFO STEP 968 (remove_files) COMPLETE
73352025-02-10T18:47:06.175Z[ recovery-image] Feb 10 18:47:05.122 INFO O| Feb 10 18:47:05.122 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362025-02-10T18:47:06.195Z[ recovery-image] Feb 10 18:47:05.141 INFO O| Feb 10 18:47:05.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73372025-02-10T18:47:06.195Z[ recovery-image] Feb 10 18:47:05.142 INFO O| Feb 10 18:47:05.141 INFO STEP 969 (remove_files) COMPLETE
73382025-02-10T18:47:06.195Z[ recovery-image] Feb 10 18:47:05.142 INFO O| Feb 10 18:47:05.141 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392025-02-10T18:47:06.213Z[ recovery-image] Feb 10 18:47:05.160 INFO O| Feb 10 18:47:05.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73402025-02-10T18:47:06.213Z[ recovery-image] Feb 10 18:47:05.160 INFO O| Feb 10 18:47:05.160 INFO STEP 970 (remove_files) COMPLETE
73412025-02-10T18:47:06.216Z[ recovery-image] Feb 10 18:47:05.160 INFO O| Feb 10 18:47:05.160 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422025-02-10T18:47:06.240Z[ recovery-image] Feb 10 18:47:05.187 INFO O| Feb 10 18:47:05.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73432025-02-10T18:47:06.240Z[ recovery-image] Feb 10 18:47:05.187 INFO O| Feb 10 18:47:05.187 INFO STEP 971 (remove_files) COMPLETE
73442025-02-10T18:47:06.240Z[ recovery-image] Feb 10 18:47:05.187 INFO O| Feb 10 18:47:05.187 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452025-02-10T18:47:06.277Z[ recovery-image] Feb 10 18:47:05.224 INFO O| Feb 10 18:47:05.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73462025-02-10T18:47:06.277Z[ recovery-image] Feb 10 18:47:05.224 INFO O| Feb 10 18:47:05.224 INFO STEP 972 (remove_files) COMPLETE
73472025-02-10T18:47:06.280Z[ recovery-image] Feb 10 18:47:05.224 INFO O| Feb 10 18:47:05.224 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482025-02-10T18:47:06.294Z[ recovery-image] Feb 10 18:47:05.241 INFO O| Feb 10 18:47:05.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73492025-02-10T18:47:06.294Z[ recovery-image] Feb 10 18:47:05.241 INFO O| Feb 10 18:47:05.241 INFO STEP 973 (remove_files) COMPLETE
73502025-02-10T18:47:06.297Z[ recovery-image] Feb 10 18:47:05.241 INFO O| Feb 10 18:47:05.241 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512025-02-10T18:47:06.311Z[ recovery-image] Feb 10 18:47:05.258 INFO O| Feb 10 18:47:05.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73522025-02-10T18:47:06.311Z[ recovery-image] Feb 10 18:47:05.258 INFO O| Feb 10 18:47:05.258 INFO STEP 974 (remove_files) COMPLETE
73532025-02-10T18:47:06.311Z[ recovery-image] Feb 10 18:47:05.258 INFO O| Feb 10 18:47:05.258 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542025-02-10T18:47:06.410Z[ recovery-image] Feb 10 18:47:05.356 INFO O| Feb 10 18:47:05.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73552025-02-10T18:47:06.410Z[ recovery-image] Feb 10 18:47:05.356 INFO O| Feb 10 18:47:05.356 INFO STEP 975 (remove_files) COMPLETE
73562025-02-10T18:47:06.410Z[ recovery-image] Feb 10 18:47:05.356 INFO O| Feb 10 18:47:05.356 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572025-02-10T18:47:06.466Z[ recovery-image] Feb 10 18:47:05.413 INFO O| Feb 10 18:47:05.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73582025-02-10T18:47:06.466Z[ recovery-image] Feb 10 18:47:05.413 INFO O| Feb 10 18:47:05.413 INFO STEP 976 (remove_files) COMPLETE
73592025-02-10T18:47:06.466Z[ recovery-image] Feb 10 18:47:05.413 INFO O| Feb 10 18:47:05.413 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602025-02-10T18:47:06.486Z[ recovery-image] Feb 10 18:47:05.432 INFO O| Feb 10 18:47:05.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
73612025-02-10T18:47:06.486Z[ recovery-image] Feb 10 18:47:05.433 INFO O| Feb 10 18:47:05.432 INFO STEP 977 (remove_files) COMPLETE
73622025-02-10T18:47:06.486Z[ recovery-image] Feb 10 18:47:05.433 INFO O| Feb 10 18:47:05.433 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632025-02-10T18:47:06.562Z[ recovery-image] Feb 10 18:47:05.509 INFO O| Feb 10 18:47:05.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
73642025-02-10T18:47:06.566Z[ recovery-image] Feb 10 18:47:05.509 INFO O| Feb 10 18:47:05.509 INFO STEP 978 (remove_files) COMPLETE
73652025-02-10T18:47:06.566Z[ recovery-image] Feb 10 18:47:05.510 INFO O| Feb 10 18:47:05.510 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662025-02-10T18:47:06.584Z[ recovery-image] Feb 10 18:47:05.530 INFO O| Feb 10 18:47:05.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
73672025-02-10T18:47:06.604Z[ recovery-image] Feb 10 18:47:05.551 INFO O| Feb 10 18:47:05.551 INFO STEP 979 (remove_files) COMPLETE
73682025-02-10T18:47:06.604Z[ recovery-image] Feb 10 18:47:05.551 INFO O| Feb 10 18:47:05.551 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692025-02-10T18:47:06.637Z[ recovery-image] Feb 10 18:47:05.584 INFO O| Feb 10 18:47:05.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
73702025-02-10T18:47:06.640Z[ recovery-image] Feb 10 18:47:05.584 INFO O| Feb 10 18:47:05.584 INFO STEP 980 (remove_files) COMPLETE
73712025-02-10T18:47:06.640Z[ recovery-image] Feb 10 18:47:05.584 INFO O| Feb 10 18:47:05.584 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722025-02-10T18:47:06.660Z[ recovery-image] Feb 10 18:47:05.607 INFO O| Feb 10 18:47:05.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
73732025-02-10T18:47:06.660Z[ recovery-image] Feb 10 18:47:05.607 INFO O| Feb 10 18:47:05.607 INFO STEP 981 (remove_files) COMPLETE
73742025-02-10T18:47:06.660Z[ recovery-image] Feb 10 18:47:05.607 INFO O| Feb 10 18:47:05.607 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752025-02-10T18:47:06.681Z[ recovery-image] Feb 10 18:47:05.628 INFO O| Feb 10 18:47:05.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
73762025-02-10T18:47:06.684Z[ recovery-image] Feb 10 18:47:05.628 INFO O| Feb 10 18:47:05.628 INFO STEP 982 (remove_files) COMPLETE
73772025-02-10T18:47:06.684Z[ recovery-image] Feb 10 18:47:05.628 INFO O| Feb 10 18:47:05.628 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782025-02-10T18:47:06.712Z[ recovery-image] Feb 10 18:47:05.659 INFO O| Feb 10 18:47:05.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
73792025-02-10T18:47:06.736Z[ recovery-image] Feb 10 18:47:05.683 INFO O| Feb 10 18:47:05.683 INFO STEP 983 (remove_files) COMPLETE
73802025-02-10T18:47:06.736Z[ recovery-image] Feb 10 18:47:05.683 INFO O| Feb 10 18:47:05.683 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812025-02-10T18:47:06.793Z[ recovery-image] Feb 10 18:47:05.740 INFO O| Feb 10 18:47:05.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
73822025-02-10T18:47:06.793Z[ recovery-image] Feb 10 18:47:05.740 INFO O| Feb 10 18:47:05.740 INFO STEP 984 (remove_files) COMPLETE
73832025-02-10T18:47:06.793Z[ recovery-image] Feb 10 18:47:05.740 INFO O| Feb 10 18:47:05.740 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842025-02-10T18:47:06.813Z[ recovery-image] Feb 10 18:47:05.759 INFO O| Feb 10 18:47:05.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
73852025-02-10T18:47:06.813Z[ recovery-image] Feb 10 18:47:05.760 INFO O| Feb 10 18:47:05.760 INFO STEP 985 (remove_files) COMPLETE
73862025-02-10T18:47:06.813Z[ recovery-image] Feb 10 18:47:05.760 INFO O| Feb 10 18:47:05.760 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872025-02-10T18:47:06.832Z[ recovery-image] Feb 10 18:47:05.779 INFO O| Feb 10 18:47:05.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
73882025-02-10T18:47:06.834Z[ recovery-image] Feb 10 18:47:05.779 INFO O| Feb 10 18:47:05.779 INFO STEP 986 (remove_files) COMPLETE
73892025-02-10T18:47:06.835Z[ recovery-image] Feb 10 18:47:05.779 INFO O| Feb 10 18:47:05.779 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902025-02-10T18:47:06.850Z[ recovery-image] Feb 10 18:47:05.797 INFO O| Feb 10 18:47:05.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
73912025-02-10T18:47:06.850Z[ recovery-image] Feb 10 18:47:05.797 INFO O| Feb 10 18:47:05.797 INFO STEP 987 (remove_files) COMPLETE
73922025-02-10T18:47:06.850Z[ recovery-image] Feb 10 18:47:05.797 INFO O| Feb 10 18:47:05.797 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932025-02-10T18:47:06.949Z[ recovery-image] Feb 10 18:47:05.896 INFO O| Feb 10 18:47:05.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
73942025-02-10T18:47:06.965Z[ recovery-image] Feb 10 18:47:05.912 INFO O| Feb 10 18:47:05.912 INFO STEP 988 (remove_files) COMPLETE
73952025-02-10T18:47:06.965Z[ recovery-image] Feb 10 18:47:05.912 INFO O| Feb 10 18:47:05.912 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962025-02-10T18:47:07.023Z[ recovery-image] Feb 10 18:47:05.970 INFO O| Feb 10 18:47:05.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
73972025-02-10T18:47:07.026Z[ recovery-image] Feb 10 18:47:05.970 INFO O| Feb 10 18:47:05.970 INFO STEP 989 (remove_files) COMPLETE
73982025-02-10T18:47:07.026Z[ recovery-image] Feb 10 18:47:05.970 INFO O| Feb 10 18:47:05.970 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992025-02-10T18:47:07.081Z[ recovery-image] Feb 10 18:47:06.028 INFO O| Feb 10 18:47:06.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74002025-02-10T18:47:07.081Z[ recovery-image] Feb 10 18:47:06.028 INFO O| Feb 10 18:47:06.028 INFO STEP 990 (remove_files) COMPLETE
74012025-02-10T18:47:07.081Z[ recovery-image] Feb 10 18:47:06.028 INFO O| Feb 10 18:47:06.028 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022025-02-10T18:47:07.104Z[ recovery-image] Feb 10 18:47:06.050 INFO O| Feb 10 18:47:06.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74032025-02-10T18:47:07.104Z[ recovery-image] Feb 10 18:47:06.050 INFO O| Feb 10 18:47:06.050 INFO STEP 991 (remove_files) COMPLETE
74042025-02-10T18:47:07.104Z[ recovery-image] Feb 10 18:47:06.050 INFO O| Feb 10 18:47:06.050 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052025-02-10T18:47:07.136Z[ recovery-image] Feb 10 18:47:06.082 INFO O| Feb 10 18:47:06.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74062025-02-10T18:47:07.136Z[ recovery-image] Feb 10 18:47:06.082 INFO O| Feb 10 18:47:06.082 INFO STEP 992 (remove_files) COMPLETE
74072025-02-10T18:47:07.136Z[ recovery-image] Feb 10 18:47:06.083 INFO O| Feb 10 18:47:06.082 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082025-02-10T18:47:07.157Z[ recovery-image] Feb 10 18:47:06.103 INFO O| Feb 10 18:47:06.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74092025-02-10T18:47:07.157Z[ recovery-image] Feb 10 18:47:06.103 INFO O| Feb 10 18:47:06.103 INFO STEP 993 (remove_files) COMPLETE
74102025-02-10T18:47:07.157Z[ recovery-image] Feb 10 18:47:06.103 INFO O| Feb 10 18:47:06.103 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112025-02-10T18:47:07.177Z[ recovery-image] Feb 10 18:47:06.124 INFO O| Feb 10 18:47:06.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74122025-02-10T18:47:07.177Z[ recovery-image] Feb 10 18:47:06.124 INFO O| Feb 10 18:47:06.124 INFO STEP 994 (remove_files) COMPLETE
74132025-02-10T18:47:07.177Z[ recovery-image] Feb 10 18:47:06.124 INFO O| Feb 10 18:47:06.124 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142025-02-10T18:47:07.197Z[ recovery-image] Feb 10 18:47:06.144 INFO O| Feb 10 18:47:06.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74152025-02-10T18:47:07.200Z[ recovery-image] Feb 10 18:47:06.144 INFO O| Feb 10 18:47:06.144 INFO STEP 995 (remove_files) COMPLETE
74162025-02-10T18:47:07.200Z[ recovery-image] Feb 10 18:47:06.144 INFO O| Feb 10 18:47:06.144 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172025-02-10T18:47:07.225Z[ recovery-image] Feb 10 18:47:06.172 INFO O| Feb 10 18:47:06.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74182025-02-10T18:47:07.225Z[ recovery-image] Feb 10 18:47:06.172 INFO O| Feb 10 18:47:06.172 INFO STEP 996 (remove_files) COMPLETE
74192025-02-10T18:47:07.225Z[ recovery-image] Feb 10 18:47:06.172 INFO O| Feb 10 18:47:06.172 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202025-02-10T18:47:07.269Z[ recovery-image] Feb 10 18:47:06.216 INFO O| Feb 10 18:47:06.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74212025-02-10T18:47:07.272Z[ recovery-image] Feb 10 18:47:06.216 INFO O| Feb 10 18:47:06.216 INFO STEP 997 (remove_files) COMPLETE
74222025-02-10T18:47:07.273Z[ recovery-image] Feb 10 18:47:06.217 INFO O| Feb 10 18:47:06.217 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232025-02-10T18:47:07.291Z[ recovery-image] Feb 10 18:47:06.238 INFO O| Feb 10 18:47:06.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74242025-02-10T18:47:07.294Z[ recovery-image] Feb 10 18:47:06.238 INFO O| Feb 10 18:47:06.238 INFO STEP 998 (remove_files) COMPLETE
74252025-02-10T18:47:07.294Z[ recovery-image] Feb 10 18:47:06.238 INFO O| Feb 10 18:47:06.238 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262025-02-10T18:47:07.313Z[ recovery-image] Feb 10 18:47:06.259 INFO O| Feb 10 18:47:06.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74272025-02-10T18:47:07.316Z[ recovery-image] Feb 10 18:47:06.260 INFO O| Feb 10 18:47:06.260 INFO STEP 999 (remove_files) COMPLETE
74282025-02-10T18:47:07.316Z[ recovery-image] Feb 10 18:47:06.260 INFO O| Feb 10 18:47:06.260 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292025-02-10T18:47:07.334Z[ recovery-image] Feb 10 18:47:06.281 INFO O| Feb 10 18:47:06.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74302025-02-10T18:47:07.337Z[ recovery-image] Feb 10 18:47:06.282 INFO O| Feb 10 18:47:06.281 INFO STEP 1000 (remove_files) COMPLETE
74312025-02-10T18:47:07.337Z[ recovery-image] Feb 10 18:47:06.282 INFO O| Feb 10 18:47:06.282 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322025-02-10T18:47:07.387Z[ recovery-image] Feb 10 18:47:06.334 INFO O| Feb 10 18:47:06.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74332025-02-10T18:47:07.388Z[ recovery-image] Feb 10 18:47:06.334 INFO O| Feb 10 18:47:06.333 INFO STEP 1001 (remove_files) COMPLETE
74342025-02-10T18:47:07.388Z[ recovery-image] Feb 10 18:47:06.334 INFO O| Feb 10 18:47:06.333 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352025-02-10T18:47:07.414Z[ recovery-image] Feb 10 18:47:06.361 INFO O| Feb 10 18:47:06.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74362025-02-10T18:47:07.418Z[ recovery-image] Feb 10 18:47:06.362 INFO O| Feb 10 18:47:06.362 INFO STEP 1002 (remove_files) COMPLETE
74372025-02-10T18:47:07.418Z[ recovery-image] Feb 10 18:47:06.362 INFO O| Feb 10 18:47:06.362 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382025-02-10T18:47:07.438Z[ recovery-image] Feb 10 18:47:06.384 INFO O| Feb 10 18:47:06.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74392025-02-10T18:47:07.440Z[ recovery-image] Feb 10 18:47:06.385 INFO O| Feb 10 18:47:06.385 INFO STEP 1003 (remove_files) COMPLETE
74402025-02-10T18:47:07.441Z[ recovery-image] Feb 10 18:47:06.385 INFO O| Feb 10 18:47:06.385 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412025-02-10T18:47:07.460Z[ recovery-image] Feb 10 18:47:06.407 INFO O| Feb 10 18:47:06.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74422025-02-10T18:47:07.463Z[ recovery-image] Feb 10 18:47:06.408 INFO O| Feb 10 18:47:06.407 INFO STEP 1004 (remove_files) COMPLETE
74432025-02-10T18:47:07.463Z[ recovery-image] Feb 10 18:47:06.408 INFO O| Feb 10 18:47:06.408 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442025-02-10T18:47:07.505Z[ recovery-image] Feb 10 18:47:06.451 INFO O| Feb 10 18:47:06.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74452025-02-10T18:47:07.505Z[ recovery-image] Feb 10 18:47:06.451 INFO O| Feb 10 18:47:06.451 INFO STEP 1005 (remove_files) COMPLETE
74462025-02-10T18:47:07.505Z[ recovery-image] Feb 10 18:47:06.451 INFO O| Feb 10 18:47:06.451 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472025-02-10T18:47:07.552Z[ recovery-image] Feb 10 18:47:06.499 INFO O| Feb 10 18:47:06.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74482025-02-10T18:47:07.552Z[ recovery-image] Feb 10 18:47:06.499 INFO O| Feb 10 18:47:06.499 INFO STEP 1006 (remove_files) COMPLETE
74492025-02-10T18:47:07.552Z[ recovery-image] Feb 10 18:47:06.499 INFO O| Feb 10 18:47:06.499 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502025-02-10T18:47:07.610Z[ recovery-image] Feb 10 18:47:06.557 INFO O| Feb 10 18:47:06.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74512025-02-10T18:47:07.610Z[ recovery-image] Feb 10 18:47:06.557 INFO O| Feb 10 18:47:06.557 INFO STEP 1007 (remove_files) COMPLETE
74522025-02-10T18:47:07.610Z[ recovery-image] Feb 10 18:47:06.557 INFO O| Feb 10 18:47:06.557 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532025-02-10T18:47:07.632Z[ recovery-image] Feb 10 18:47:06.579 INFO O| Feb 10 18:47:06.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74542025-02-10T18:47:07.632Z[ recovery-image] Feb 10 18:47:06.579 INFO O| Feb 10 18:47:06.579 INFO STEP 1008 (remove_files) COMPLETE
74552025-02-10T18:47:07.636Z[ recovery-image] Feb 10 18:47:06.579 INFO O| Feb 10 18:47:06.579 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562025-02-10T18:47:07.655Z[ recovery-image] Feb 10 18:47:06.602 INFO O| Feb 10 18:47:06.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
74572025-02-10T18:47:07.655Z[ recovery-image] Feb 10 18:47:06.602 INFO O| Feb 10 18:47:06.602 INFO STEP 1009 (remove_files) COMPLETE
74582025-02-10T18:47:07.655Z[ recovery-image] Feb 10 18:47:06.602 INFO O| Feb 10 18:47:06.602 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592025-02-10T18:47:07.677Z[ recovery-image] Feb 10 18:47:06.624 INFO O| Feb 10 18:47:06.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
74602025-02-10T18:47:07.677Z[ recovery-image] Feb 10 18:47:06.624 INFO O| Feb 10 18:47:06.624 INFO STEP 1010 (remove_files) COMPLETE
74612025-02-10T18:47:07.677Z[ recovery-image] Feb 10 18:47:06.624 INFO O| Feb 10 18:47:06.624 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622025-02-10T18:47:07.704Z[ recovery-image] Feb 10 18:47:06.651 INFO O| Feb 10 18:47:06.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
74632025-02-10T18:47:07.704Z[ recovery-image] Feb 10 18:47:06.651 INFO O| Feb 10 18:47:06.651 INFO STEP 1011 (remove_files) COMPLETE
74642025-02-10T18:47:07.704Z[ recovery-image] Feb 10 18:47:06.651 INFO O| Feb 10 18:47:06.651 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652025-02-10T18:47:07.724Z[ recovery-image] Feb 10 18:47:06.671 INFO O| Feb 10 18:47:06.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
74662025-02-10T18:47:07.724Z[ recovery-image] Feb 10 18:47:06.671 INFO O| Feb 10 18:47:06.671 INFO STEP 1012 (remove_files) COMPLETE
74672025-02-10T18:47:07.724Z[ recovery-image] Feb 10 18:47:06.671 INFO O| Feb 10 18:47:06.671 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682025-02-10T18:47:07.754Z[ recovery-image] Feb 10 18:47:06.701 INFO O| Feb 10 18:47:06.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
74692025-02-10T18:47:07.754Z[ recovery-image] Feb 10 18:47:06.701 INFO O| Feb 10 18:47:06.701 INFO STEP 1013 (remove_files) COMPLETE
74702025-02-10T18:47:07.754Z[ recovery-image] Feb 10 18:47:06.701 INFO O| Feb 10 18:47:06.701 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712025-02-10T18:47:07.831Z[ recovery-image] Feb 10 18:47:06.778 INFO O| Feb 10 18:47:06.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
74722025-02-10T18:47:07.831Z[ recovery-image] Feb 10 18:47:06.778 INFO O| Feb 10 18:47:06.778 INFO STEP 1014 (remove_files) COMPLETE
74732025-02-10T18:47:07.834Z[ recovery-image] Feb 10 18:47:06.778 INFO O| Feb 10 18:47:06.778 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742025-02-10T18:47:07.996Z[ recovery-image] Feb 10 18:47:06.943 INFO O| Feb 10 18:47:06.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
74752025-02-10T18:47:07.996Z[ recovery-image] Feb 10 18:47:06.943 INFO O| Feb 10 18:47:06.943 INFO STEP 1015 (remove_files) COMPLETE
74762025-02-10T18:47:07.996Z[ recovery-image] Feb 10 18:47:06.943 INFO O| Feb 10 18:47:06.943 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772025-02-10T18:47:08.033Z[ recovery-image] Feb 10 18:47:06.980 INFO O| Feb 10 18:47:06.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
74782025-02-10T18:47:08.033Z[ recovery-image] Feb 10 18:47:06.980 INFO O| Feb 10 18:47:06.980 INFO STEP 1016 (remove_files) COMPLETE
74792025-02-10T18:47:08.034Z[ recovery-image] Feb 10 18:47:06.980 INFO O| Feb 10 18:47:06.980 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802025-02-10T18:47:08.058Z[ recovery-image] Feb 10 18:47:07.004 INFO O| Feb 10 18:47:07.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
74812025-02-10T18:47:08.058Z[ recovery-image] Feb 10 18:47:07.005 INFO O| Feb 10 18:47:07.004 INFO STEP 1017 (remove_files) COMPLETE
74822025-02-10T18:47:08.058Z[ recovery-image] Feb 10 18:47:07.005 INFO O| Feb 10 18:47:07.005 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832025-02-10T18:47:08.114Z[ recovery-image] Feb 10 18:47:07.061 INFO O| Feb 10 18:47:07.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
74842025-02-10T18:47:08.114Z[ recovery-image] Feb 10 18:47:07.061 INFO O| Feb 10 18:47:07.061 INFO STEP 1018 (remove_files) COMPLETE
74852025-02-10T18:47:08.115Z[ recovery-image] Feb 10 18:47:07.061 INFO O| Feb 10 18:47:07.061 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862025-02-10T18:47:08.142Z[ recovery-image] Feb 10 18:47:07.089 INFO O| Feb 10 18:47:07.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
74872025-02-10T18:47:08.142Z[ recovery-image] Feb 10 18:47:07.089 INFO O| Feb 10 18:47:07.089 INFO STEP 1019 (remove_files) COMPLETE
74882025-02-10T18:47:08.143Z[ recovery-image] Feb 10 18:47:07.089 INFO O| Feb 10 18:47:07.089 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892025-02-10T18:47:08.178Z[ recovery-image] Feb 10 18:47:07.124 INFO O| Feb 10 18:47:07.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
74902025-02-10T18:47:08.178Z[ recovery-image] Feb 10 18:47:07.125 INFO O| Feb 10 18:47:07.125 INFO STEP 1020 (remove_files) COMPLETE
74912025-02-10T18:47:08.180Z[ recovery-image] Feb 10 18:47:07.125 INFO O| Feb 10 18:47:07.125 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922025-02-10T18:47:08.214Z[ recovery-image] Feb 10 18:47:07.161 INFO O| Feb 10 18:47:07.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
74932025-02-10T18:47:08.215Z[ recovery-image] Feb 10 18:47:07.161 INFO O| Feb 10 18:47:07.161 INFO STEP 1021 (remove_files) COMPLETE
74942025-02-10T18:47:08.215Z[ recovery-image] Feb 10 18:47:07.161 INFO O| Feb 10 18:47:07.161 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952025-02-10T18:47:08.233Z[ recovery-image] Feb 10 18:47:07.180 INFO O| Feb 10 18:47:07.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
74962025-02-10T18:47:08.236Z[ recovery-image] Feb 10 18:47:07.181 INFO O| Feb 10 18:47:07.181 INFO STEP 1022 (remove_files) COMPLETE
74972025-02-10T18:47:08.236Z[ recovery-image] Feb 10 18:47:07.181 INFO O| Feb 10 18:47:07.181 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982025-02-10T18:47:08.305Z[ recovery-image] Feb 10 18:47:07.252 INFO O| Feb 10 18:47:07.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
74992025-02-10T18:47:08.305Z[ recovery-image] Feb 10 18:47:07.252 INFO O| Feb 10 18:47:07.252 INFO STEP 1023 (remove_files) COMPLETE
75002025-02-10T18:47:08.305Z[ recovery-image] Feb 10 18:47:07.252 INFO O| Feb 10 18:47:07.252 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012025-02-10T18:47:08.328Z[ recovery-image] Feb 10 18:47:07.275 INFO O| Feb 10 18:47:07.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75022025-02-10T18:47:08.328Z[ recovery-image] Feb 10 18:47:07.275 INFO O| Feb 10 18:47:07.275 INFO STEP 1024 (remove_files) COMPLETE
75032025-02-10T18:47:08.328Z[ recovery-image] Feb 10 18:47:07.275 INFO O| Feb 10 18:47:07.275 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042025-02-10T18:47:08.360Z[ recovery-image] Feb 10 18:47:07.307 INFO O| Feb 10 18:47:07.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75052025-02-10T18:47:08.360Z[ recovery-image] Feb 10 18:47:07.307 INFO O| Feb 10 18:47:07.307 INFO STEP 1025 (remove_files) COMPLETE
75062025-02-10T18:47:08.360Z[ recovery-image] Feb 10 18:47:07.307 INFO O| Feb 10 18:47:07.307 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072025-02-10T18:47:08.418Z[ recovery-image] Feb 10 18:47:07.364 INFO O| Feb 10 18:47:07.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75082025-02-10T18:47:08.418Z[ recovery-image] Feb 10 18:47:07.364 INFO O| Feb 10 18:47:07.364 INFO STEP 1026 (remove_files) COMPLETE
75092025-02-10T18:47:08.418Z[ recovery-image] Feb 10 18:47:07.364 INFO O| Feb 10 18:47:07.364 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102025-02-10T18:47:08.440Z[ recovery-image] Feb 10 18:47:07.387 INFO O| Feb 10 18:47:07.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75112025-02-10T18:47:08.440Z[ recovery-image] Feb 10 18:47:07.387 INFO O| Feb 10 18:47:07.387 INFO STEP 1027 (remove_files) COMPLETE
75122025-02-10T18:47:08.440Z[ recovery-image] Feb 10 18:47:07.387 INFO O| Feb 10 18:47:07.387 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132025-02-10T18:47:08.479Z[ recovery-image] Feb 10 18:47:07.426 INFO O| Feb 10 18:47:07.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75142025-02-10T18:47:08.479Z[ recovery-image] Feb 10 18:47:07.426 INFO O| Feb 10 18:47:07.426 INFO STEP 1028 (remove_files) COMPLETE
75152025-02-10T18:47:08.479Z[ recovery-image] Feb 10 18:47:07.426 INFO O| Feb 10 18:47:07.426 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162025-02-10T18:47:08.505Z[ recovery-image] Feb 10 18:47:07.452 INFO O| Feb 10 18:47:07.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75172025-02-10T18:47:08.508Z[ recovery-image] Feb 10 18:47:07.452 INFO O| Feb 10 18:47:07.452 INFO STEP 1029 (remove_files) COMPLETE
75182025-02-10T18:47:08.508Z[ recovery-image] Feb 10 18:47:07.453 INFO O| Feb 10 18:47:07.453 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192025-02-10T18:47:08.530Z[ recovery-image] Feb 10 18:47:07.477 INFO O| Feb 10 18:47:07.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75202025-02-10T18:47:08.533Z[ recovery-image] Feb 10 18:47:07.477 INFO O| Feb 10 18:47:07.477 INFO STEP 1030 (remove_files) COMPLETE
75212025-02-10T18:47:08.533Z[ recovery-image] Feb 10 18:47:07.477 INFO O| Feb 10 18:47:07.477 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222025-02-10T18:47:08.555Z[ recovery-image] Feb 10 18:47:07.502 INFO O| Feb 10 18:47:07.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75232025-02-10T18:47:08.558Z[ recovery-image] Feb 10 18:47:07.502 INFO O| Feb 10 18:47:07.502 INFO STEP 1031 (remove_files) COMPLETE
75242025-02-10T18:47:08.558Z[ recovery-image] Feb 10 18:47:07.502 INFO O| Feb 10 18:47:07.502 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252025-02-10T18:47:08.576Z[ recovery-image] Feb 10 18:47:07.523 INFO O| Feb 10 18:47:07.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75262025-02-10T18:47:08.579Z[ recovery-image] Feb 10 18:47:07.523 INFO O| Feb 10 18:47:07.523 INFO STEP 1032 (remove_files) COMPLETE
75272025-02-10T18:47:08.579Z[ recovery-image] Feb 10 18:47:07.524 INFO O| Feb 10 18:47:07.523 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282025-02-10T18:47:08.598Z[ recovery-image] Feb 10 18:47:07.545 INFO O| Feb 10 18:47:07.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75292025-02-10T18:47:08.600Z[ recovery-image] Feb 10 18:47:07.545 INFO O| Feb 10 18:47:07.545 INFO STEP 1033 (remove_files) COMPLETE
75302025-02-10T18:47:08.601Z[ recovery-image] Feb 10 18:47:07.545 INFO O| Feb 10 18:47:07.545 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312025-02-10T18:47:08.661Z[ recovery-image] Feb 10 18:47:07.608 INFO O| Feb 10 18:47:07.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75322025-02-10T18:47:08.664Z[ recovery-image] Feb 10 18:47:07.608 INFO O| Feb 10 18:47:07.608 INFO STEP 1034 (remove_files) COMPLETE
75332025-02-10T18:47:08.664Z[ recovery-image] Feb 10 18:47:07.608 INFO O| Feb 10 18:47:07.608 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342025-02-10T18:47:08.682Z[ recovery-image] Feb 10 18:47:07.629 INFO O| Feb 10 18:47:07.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75352025-02-10T18:47:08.682Z[ recovery-image] Feb 10 18:47:07.629 INFO O| Feb 10 18:47:07.629 INFO STEP 1035 (remove_files) COMPLETE
75362025-02-10T18:47:08.682Z[ recovery-image] Feb 10 18:47:07.629 INFO O| Feb 10 18:47:07.629 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372025-02-10T18:47:08.702Z[ recovery-image] Feb 10 18:47:07.649 INFO O| Feb 10 18:47:07.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75382025-02-10T18:47:08.702Z[ recovery-image] Feb 10 18:47:07.649 INFO O| Feb 10 18:47:07.649 INFO STEP 1036 (remove_files) COMPLETE
75392025-02-10T18:47:08.702Z[ recovery-image] Feb 10 18:47:07.649 INFO O| Feb 10 18:47:07.649 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402025-02-10T18:47:08.723Z[ recovery-image] Feb 10 18:47:07.669 INFO O| Feb 10 18:47:07.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75412025-02-10T18:47:08.723Z[ recovery-image] Feb 10 18:47:07.670 INFO O| Feb 10 18:47:07.670 INFO STEP 1037 (remove_files) COMPLETE
75422025-02-10T18:47:08.723Z[ recovery-image] Feb 10 18:47:07.670 INFO O| Feb 10 18:47:07.670 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432025-02-10T18:47:08.746Z[ recovery-image] Feb 10 18:47:07.693 INFO O| Feb 10 18:47:07.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75442025-02-10T18:47:08.746Z[ recovery-image] Feb 10 18:47:07.693 INFO O| Feb 10 18:47:07.693 INFO STEP 1038 (remove_files) COMPLETE
75452025-02-10T18:47:08.749Z[ recovery-image] Feb 10 18:47:07.694 INFO O| Feb 10 18:47:07.694 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462025-02-10T18:47:08.768Z[ recovery-image] Feb 10 18:47:07.715 INFO O| Feb 10 18:47:07.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75472025-02-10T18:47:08.768Z[ recovery-image] Feb 10 18:47:07.715 INFO O| Feb 10 18:47:07.715 INFO STEP 1039 (remove_files) COMPLETE
75482025-02-10T18:47:08.768Z[ recovery-image] Feb 10 18:47:07.715 INFO O| Feb 10 18:47:07.715 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492025-02-10T18:47:08.797Z[ recovery-image] Feb 10 18:47:07.744 INFO O| Feb 10 18:47:07.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75502025-02-10T18:47:08.800Z[ recovery-image] Feb 10 18:47:07.744 INFO O| Feb 10 18:47:07.744 INFO STEP 1040 (remove_files) COMPLETE
75512025-02-10T18:47:08.800Z[ recovery-image] Feb 10 18:47:07.745 INFO O| Feb 10 18:47:07.744 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522025-02-10T18:47:08.819Z[ recovery-image] Feb 10 18:47:07.766 INFO O| Feb 10 18:47:07.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
75532025-02-10T18:47:08.822Z[ recovery-image] Feb 10 18:47:07.766 INFO O| Feb 10 18:47:07.766 INFO STEP 1041 (remove_files) COMPLETE
75542025-02-10T18:47:08.822Z[ recovery-image] Feb 10 18:47:07.766 INFO O| Feb 10 18:47:07.766 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552025-02-10T18:47:08.845Z[ recovery-image] Feb 10 18:47:07.792 INFO O| Feb 10 18:47:07.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
75562025-02-10T18:47:08.848Z[ recovery-image] Feb 10 18:47:07.792 INFO O| Feb 10 18:47:07.792 INFO STEP 1042 (remove_files) COMPLETE
75572025-02-10T18:47:08.848Z[ recovery-image] Feb 10 18:47:07.792 INFO O| Feb 10 18:47:07.792 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582025-02-10T18:47:08.868Z[ recovery-image] Feb 10 18:47:07.815 INFO O| Feb 10 18:47:07.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
75592025-02-10T18:47:08.868Z[ recovery-image] Feb 10 18:47:07.815 INFO O| Feb 10 18:47:07.815 INFO STEP 1043 (remove_files) COMPLETE
75602025-02-10T18:47:08.868Z[ recovery-image] Feb 10 18:47:07.815 INFO O| Feb 10 18:47:07.815 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612025-02-10T18:47:08.891Z[ recovery-image] Feb 10 18:47:07.838 INFO O| Feb 10 18:47:07.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
75622025-02-10T18:47:08.891Z[ recovery-image] Feb 10 18:47:07.838 INFO O| Feb 10 18:47:07.838 INFO STEP 1044 (remove_files) COMPLETE
75632025-02-10T18:47:08.891Z[ recovery-image] Feb 10 18:47:07.838 INFO O| Feb 10 18:47:07.838 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642025-02-10T18:47:08.931Z[ recovery-image] Feb 10 18:47:07.878 INFO O| Feb 10 18:47:07.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
75652025-02-10T18:47:08.934Z[ recovery-image] Feb 10 18:47:07.878 INFO O| Feb 10 18:47:07.878 INFO STEP 1045 (remove_files) COMPLETE
75662025-02-10T18:47:08.934Z[ recovery-image] Feb 10 18:47:07.878 INFO O| Feb 10 18:47:07.878 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672025-02-10T18:47:08.961Z[ recovery-image] Feb 10 18:47:07.908 INFO O| Feb 10 18:47:07.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
75682025-02-10T18:47:08.962Z[ recovery-image] Feb 10 18:47:07.908 INFO O| Feb 10 18:47:07.908 INFO STEP 1046 (remove_files) COMPLETE
75692025-02-10T18:47:08.964Z[ recovery-image] Feb 10 18:47:07.908 INFO O| Feb 10 18:47:07.908 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702025-02-10T18:47:09.004Z[ recovery-image] Feb 10 18:47:07.950 INFO O| Feb 10 18:47:07.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
75712025-02-10T18:47:09.004Z[ recovery-image] Feb 10 18:47:07.950 INFO O| Feb 10 18:47:07.950 INFO STEP 1047 (remove_files) COMPLETE
75722025-02-10T18:47:09.004Z[ recovery-image] Feb 10 18:47:07.950 INFO O| Feb 10 18:47:07.950 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732025-02-10T18:47:09.025Z[ recovery-image] Feb 10 18:47:07.972 INFO O| Feb 10 18:47:07.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
75742025-02-10T18:47:09.025Z[ recovery-image] Feb 10 18:47:07.972 INFO O| Feb 10 18:47:07.972 INFO STEP 1048 (remove_files) COMPLETE
75752025-02-10T18:47:09.025Z[ recovery-image] Feb 10 18:47:07.972 INFO O| Feb 10 18:47:07.972 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762025-02-10T18:47:09.064Z[ recovery-image] Feb 10 18:47:08.011 INFO O| Feb 10 18:47:08.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
75772025-02-10T18:47:09.064Z[ recovery-image] Feb 10 18:47:08.011 INFO O| Feb 10 18:47:08.011 INFO STEP 1049 (remove_files) COMPLETE
75782025-02-10T18:47:09.064Z[ recovery-image] Feb 10 18:47:08.011 INFO O| Feb 10 18:47:08.011 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792025-02-10T18:47:09.085Z[ recovery-image] Feb 10 18:47:08.032 INFO O| Feb 10 18:47:08.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
75802025-02-10T18:47:09.085Z[ recovery-image] Feb 10 18:47:08.032 INFO O| Feb 10 18:47:08.032 INFO STEP 1050 (remove_files) COMPLETE
75812025-02-10T18:47:09.085Z[ recovery-image] Feb 10 18:47:08.032 INFO O| Feb 10 18:47:08.032 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822025-02-10T18:47:09.106Z[ recovery-image] Feb 10 18:47:08.053 INFO O| Feb 10 18:47:08.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
75832025-02-10T18:47:09.106Z[ recovery-image] Feb 10 18:47:08.053 INFO O| Feb 10 18:47:08.053 INFO STEP 1051 (remove_files) COMPLETE
75842025-02-10T18:47:09.109Z[ recovery-image] Feb 10 18:47:08.053 INFO O| Feb 10 18:47:08.053 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852025-02-10T18:47:09.141Z[ recovery-image] Feb 10 18:47:08.088 INFO O| Feb 10 18:47:08.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
75862025-02-10T18:47:09.141Z[ recovery-image] Feb 10 18:47:08.088 INFO O| Feb 10 18:47:08.088 INFO STEP 1052 (remove_files) COMPLETE
75872025-02-10T18:47:09.141Z[ recovery-image] Feb 10 18:47:08.088 INFO O| Feb 10 18:47:08.088 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882025-02-10T18:47:09.168Z[ recovery-image] Feb 10 18:47:08.115 INFO O| Feb 10 18:47:08.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
75892025-02-10T18:47:09.171Z[ recovery-image] Feb 10 18:47:08.115 INFO O| Feb 10 18:47:08.115 INFO STEP 1053 (remove_files) COMPLETE
75902025-02-10T18:47:09.171Z[ recovery-image] Feb 10 18:47:08.115 INFO O| Feb 10 18:47:08.115 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912025-02-10T18:47:09.208Z[ recovery-image] Feb 10 18:47:08.155 INFO O| Feb 10 18:47:08.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
75922025-02-10T18:47:09.208Z[ recovery-image] Feb 10 18:47:08.155 INFO O| Feb 10 18:47:08.155 INFO STEP 1054 (remove_files) COMPLETE
75932025-02-10T18:47:09.209Z[ recovery-image] Feb 10 18:47:08.156 INFO O| Feb 10 18:47:08.155 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942025-02-10T18:47:09.231Z[ recovery-image] Feb 10 18:47:08.178 INFO O| Feb 10 18:47:08.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
75952025-02-10T18:47:09.231Z[ recovery-image] Feb 10 18:47:08.178 INFO O| Feb 10 18:47:08.178 INFO STEP 1055 (remove_files) COMPLETE
75962025-02-10T18:47:09.231Z[ recovery-image] Feb 10 18:47:08.178 INFO O| Feb 10 18:47:08.178 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972025-02-10T18:47:09.272Z[ recovery-image] Feb 10 18:47:08.219 INFO O| Feb 10 18:47:08.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
75982025-02-10T18:47:09.272Z[ recovery-image] Feb 10 18:47:08.219 INFO O| Feb 10 18:47:08.219 INFO STEP 1056 (remove_files) COMPLETE
75992025-02-10T18:47:09.275Z[ recovery-image] Feb 10 18:47:08.219 INFO O| Feb 10 18:47:08.219 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002025-02-10T18:47:09.306Z[ recovery-image] Feb 10 18:47:08.252 INFO O| Feb 10 18:47:08.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76012025-02-10T18:47:09.306Z[ recovery-image] Feb 10 18:47:08.252 INFO O| Feb 10 18:47:08.252 INFO STEP 1057 (remove_files) COMPLETE
76022025-02-10T18:47:09.306Z[ recovery-image] Feb 10 18:47:08.252 INFO O| Feb 10 18:47:08.252 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032025-02-10T18:47:09.341Z[ recovery-image] Feb 10 18:47:08.288 INFO O| Feb 10 18:47:08.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76042025-02-10T18:47:09.344Z[ recovery-image] Feb 10 18:47:08.288 INFO O| Feb 10 18:47:08.288 INFO STEP 1058 (remove_files) COMPLETE
76052025-02-10T18:47:09.344Z[ recovery-image] Feb 10 18:47:08.288 INFO O| Feb 10 18:47:08.288 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062025-02-10T18:47:09.364Z[ recovery-image] Feb 10 18:47:08.311 INFO O| Feb 10 18:47:08.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76072025-02-10T18:47:09.385Z[ recovery-image] Feb 10 18:47:08.331 INFO O| Feb 10 18:47:08.331 INFO STEP 1059 (remove_files) COMPLETE
76082025-02-10T18:47:09.385Z[ recovery-image] Feb 10 18:47:08.331 INFO O| Feb 10 18:47:08.331 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092025-02-10T18:47:09.470Z[ recovery-image] Feb 10 18:47:08.417 INFO O| Feb 10 18:47:08.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76102025-02-10T18:47:09.470Z[ recovery-image] Feb 10 18:47:08.417 INFO O| Feb 10 18:47:08.417 INFO STEP 1060 (remove_files) COMPLETE
76112025-02-10T18:47:09.470Z[ recovery-image] Feb 10 18:47:08.417 INFO O| Feb 10 18:47:08.417 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122025-02-10T18:47:09.493Z[ recovery-image] Feb 10 18:47:08.440 INFO O| Feb 10 18:47:08.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76132025-02-10T18:47:09.493Z[ recovery-image] Feb 10 18:47:08.440 INFO O| Feb 10 18:47:08.440 INFO STEP 1061 (remove_files) COMPLETE
76142025-02-10T18:47:09.496Z[ recovery-image] Feb 10 18:47:08.440 INFO O| Feb 10 18:47:08.440 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152025-02-10T18:47:09.599Z[ recovery-image] Feb 10 18:47:08.546 INFO O| Feb 10 18:47:08.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76162025-02-10T18:47:09.602Z[ recovery-image] Feb 10 18:47:08.546 INFO O| Feb 10 18:47:08.546 INFO STEP 1062 (remove_files) COMPLETE
76172025-02-10T18:47:09.602Z[ recovery-image] Feb 10 18:47:08.546 INFO O| Feb 10 18:47:08.546 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182025-02-10T18:47:09.617Z[ recovery-image] Feb 10 18:47:08.564 INFO O| Feb 10 18:47:08.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76192025-02-10T18:47:09.620Z[ recovery-image] Feb 10 18:47:08.564 INFO O| Feb 10 18:47:08.564 INFO STEP 1063 (remove_files) COMPLETE
76202025-02-10T18:47:09.620Z[ recovery-image] Feb 10 18:47:08.564 INFO O| Feb 10 18:47:08.564 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212025-02-10T18:47:09.651Z[ recovery-image] Feb 10 18:47:08.596 INFO O| Feb 10 18:47:08.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76222025-02-10T18:47:09.652Z[ recovery-image] Feb 10 18:47:08.596 INFO O| Feb 10 18:47:08.596 INFO STEP 1064 (remove_files) COMPLETE
76232025-02-10T18:47:09.652Z[ recovery-image] Feb 10 18:47:08.597 INFO O| Feb 10 18:47:08.596 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242025-02-10T18:47:09.685Z[ recovery-image] Feb 10 18:47:08.631 INFO O| Feb 10 18:47:08.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76252025-02-10T18:47:09.685Z[ recovery-image] Feb 10 18:47:08.631 INFO O| Feb 10 18:47:08.631 INFO STEP 1065 (remove_files) COMPLETE
76262025-02-10T18:47:09.685Z[ recovery-image] Feb 10 18:47:08.631 INFO O| Feb 10 18:47:08.631 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272025-02-10T18:47:09.718Z[ recovery-image] Feb 10 18:47:08.664 INFO O| Feb 10 18:47:08.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76282025-02-10T18:47:09.718Z[ recovery-image] Feb 10 18:47:08.664 INFO O| Feb 10 18:47:08.664 INFO STEP 1066 (remove_files) COMPLETE
76292025-02-10T18:47:09.718Z[ recovery-image] Feb 10 18:47:08.664 INFO O| Feb 10 18:47:08.664 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302025-02-10T18:47:09.751Z[ recovery-image] Feb 10 18:47:08.698 INFO O| Feb 10 18:47:08.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76312025-02-10T18:47:09.754Z[ recovery-image] Feb 10 18:47:08.698 INFO O| Feb 10 18:47:08.698 INFO STEP 1067 (remove_files) COMPLETE
76322025-02-10T18:47:09.754Z[ recovery-image] Feb 10 18:47:08.698 INFO O| Feb 10 18:47:08.698 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332025-02-10T18:47:09.782Z[ recovery-image] Feb 10 18:47:08.729 INFO O| Feb 10 18:47:08.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76342025-02-10T18:47:09.782Z[ recovery-image] Feb 10 18:47:08.729 INFO O| Feb 10 18:47:08.729 INFO STEP 1068 (remove_files) COMPLETE
76352025-02-10T18:47:09.782Z[ recovery-image] Feb 10 18:47:08.729 INFO O| Feb 10 18:47:08.729 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362025-02-10T18:47:09.842Z[ recovery-image] Feb 10 18:47:08.789 INFO O| Feb 10 18:47:08.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76372025-02-10T18:47:09.842Z[ recovery-image] Feb 10 18:47:08.789 INFO O| Feb 10 18:47:08.789 INFO STEP 1069 (remove_files) COMPLETE
76382025-02-10T18:47:09.842Z[ recovery-image] Feb 10 18:47:08.789 INFO O| Feb 10 18:47:08.789 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392025-02-10T18:47:09.875Z[ recovery-image] Feb 10 18:47:08.822 INFO O| Feb 10 18:47:08.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76402025-02-10T18:47:09.875Z[ recovery-image] Feb 10 18:47:08.822 INFO O| Feb 10 18:47:08.822 INFO STEP 1070 (remove_files) COMPLETE
76412025-02-10T18:47:09.877Z[ recovery-image] Feb 10 18:47:08.822 INFO O| Feb 10 18:47:08.822 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422025-02-10T18:47:09.906Z[ recovery-image] Feb 10 18:47:08.853 INFO O| Feb 10 18:47:08.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76432025-02-10T18:47:09.906Z[ recovery-image] Feb 10 18:47:08.853 INFO O| Feb 10 18:47:08.853 INFO STEP 1071 (remove_files) COMPLETE
76442025-02-10T18:47:09.906Z[ recovery-image] Feb 10 18:47:08.853 INFO O| Feb 10 18:47:08.853 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452025-02-10T18:47:09.944Z[ recovery-image] Feb 10 18:47:08.891 INFO O| Feb 10 18:47:08.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76462025-02-10T18:47:09.944Z[ recovery-image] Feb 10 18:47:08.891 INFO O| Feb 10 18:47:08.891 INFO STEP 1072 (remove_files) COMPLETE
76472025-02-10T18:47:09.947Z[ recovery-image] Feb 10 18:47:08.891 INFO O| Feb 10 18:47:08.891 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482025-02-10T18:47:10.006Z[ recovery-image] Feb 10 18:47:08.953 INFO O| Feb 10 18:47:08.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76492025-02-10T18:47:10.006Z[ recovery-image] Feb 10 18:47:08.953 INFO O| Feb 10 18:47:08.953 INFO STEP 1073 (remove_files) COMPLETE
76502025-02-10T18:47:10.006Z[ recovery-image] Feb 10 18:47:08.953 INFO O| Feb 10 18:47:08.953 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512025-02-10T18:47:10.043Z[ recovery-image] Feb 10 18:47:08.990 INFO O| Feb 10 18:47:08.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
76522025-02-10T18:47:10.044Z[ recovery-image] Feb 10 18:47:08.990 INFO O| Feb 10 18:47:08.990 INFO STEP 1074 (remove_files) COMPLETE
76532025-02-10T18:47:10.047Z[ recovery-image] Feb 10 18:47:08.991 INFO O| Feb 10 18:47:08.990 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542025-02-10T18:47:10.076Z[ recovery-image] Feb 10 18:47:09.022 INFO O| Feb 10 18:47:09.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
76552025-02-10T18:47:10.076Z[ recovery-image] Feb 10 18:47:09.022 INFO O| Feb 10 18:47:09.022 INFO STEP 1075 (remove_files) COMPLETE
76562025-02-10T18:47:10.076Z[ recovery-image] Feb 10 18:47:09.022 INFO O| Feb 10 18:47:09.022 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572025-02-10T18:47:10.127Z[ recovery-image] Feb 10 18:47:09.074 INFO O| Feb 10 18:47:09.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
76582025-02-10T18:47:10.127Z[ recovery-image] Feb 10 18:47:09.074 INFO O| Feb 10 18:47:09.074 INFO STEP 1076 (remove_files) COMPLETE
76592025-02-10T18:47:10.127Z[ recovery-image] Feb 10 18:47:09.074 INFO O| Feb 10 18:47:09.074 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602025-02-10T18:47:10.150Z[ recovery-image] Feb 10 18:47:09.097 INFO O| Feb 10 18:47:09.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
76612025-02-10T18:47:10.153Z[ recovery-image] Feb 10 18:47:09.098 INFO O| Feb 10 18:47:09.098 INFO STEP 1077 (remove_files) COMPLETE
76622025-02-10T18:47:10.153Z[ recovery-image] Feb 10 18:47:09.098 INFO O| Feb 10 18:47:09.098 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632025-02-10T18:47:10.170Z[ recovery-image] Feb 10 18:47:09.117 INFO O| Feb 10 18:47:09.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
76642025-02-10T18:47:10.173Z[ recovery-image] Feb 10 18:47:09.117 INFO O| Feb 10 18:47:09.117 INFO STEP 1078 (remove_files) COMPLETE
76652025-02-10T18:47:10.173Z[ recovery-image] Feb 10 18:47:09.117 INFO O| Feb 10 18:47:09.117 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662025-02-10T18:47:10.190Z[ recovery-image] Feb 10 18:47:09.137 INFO O| Feb 10 18:47:09.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
76672025-02-10T18:47:10.190Z[ recovery-image] Feb 10 18:47:09.137 INFO O| Feb 10 18:47:09.137 INFO STEP 1079 (remove_files) COMPLETE
76682025-02-10T18:47:10.190Z[ recovery-image] Feb 10 18:47:09.137 INFO O| Feb 10 18:47:09.137 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692025-02-10T18:47:10.216Z[ recovery-image] Feb 10 18:47:09.163 INFO O| Feb 10 18:47:09.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
76702025-02-10T18:47:10.216Z[ recovery-image] Feb 10 18:47:09.163 INFO O| Feb 10 18:47:09.163 INFO STEP 1080 (remove_files) COMPLETE
76712025-02-10T18:47:10.216Z[ recovery-image] Feb 10 18:47:09.163 INFO O| Feb 10 18:47:09.163 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722025-02-10T18:47:10.254Z[ recovery-image] Feb 10 18:47:09.201 INFO O| Feb 10 18:47:09.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
76732025-02-10T18:47:10.257Z[ recovery-image] Feb 10 18:47:09.201 INFO O| Feb 10 18:47:09.201 INFO STEP 1081 (remove_files) COMPLETE
76742025-02-10T18:47:10.257Z[ recovery-image] Feb 10 18:47:09.201 INFO O| Feb 10 18:47:09.201 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752025-02-10T18:47:10.305Z[ recovery-image] Feb 10 18:47:09.252 INFO O| Feb 10 18:47:09.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
76762025-02-10T18:47:10.305Z[ recovery-image] Feb 10 18:47:09.252 INFO O| Feb 10 18:47:09.252 INFO STEP 1082 (remove_files) COMPLETE
76772025-02-10T18:47:10.305Z[ recovery-image] Feb 10 18:47:09.252 INFO O| Feb 10 18:47:09.252 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782025-02-10T18:47:10.340Z[ recovery-image] Feb 10 18:47:09.287 INFO O| Feb 10 18:47:09.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
76792025-02-10T18:47:10.343Z[ recovery-image] Feb 10 18:47:09.287 INFO O| Feb 10 18:47:09.287 INFO STEP 1083 (remove_files) COMPLETE
76802025-02-10T18:47:10.343Z[ recovery-image] Feb 10 18:47:09.287 INFO O| Feb 10 18:47:09.287 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812025-02-10T18:47:10.397Z[ recovery-image] Feb 10 18:47:09.344 INFO O| Feb 10 18:47:09.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
76822025-02-10T18:47:10.397Z[ recovery-image] Feb 10 18:47:09.344 INFO O| Feb 10 18:47:09.344 INFO STEP 1084 (remove_files) COMPLETE
76832025-02-10T18:47:10.397Z[ recovery-image] Feb 10 18:47:09.344 INFO O| Feb 10 18:47:09.344 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842025-02-10T18:47:10.416Z[ recovery-image] Feb 10 18:47:09.363 INFO O| Feb 10 18:47:09.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
76852025-02-10T18:47:10.416Z[ recovery-image] Feb 10 18:47:09.363 INFO O| Feb 10 18:47:09.363 INFO STEP 1085 (remove_files) COMPLETE
76862025-02-10T18:47:10.416Z[ recovery-image] Feb 10 18:47:09.363 INFO O| Feb 10 18:47:09.363 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872025-02-10T18:47:10.457Z[ recovery-image] Feb 10 18:47:09.404 INFO O| Feb 10 18:47:09.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
76882025-02-10T18:47:10.457Z[ recovery-image] Feb 10 18:47:09.404 INFO O| Feb 10 18:47:09.404 INFO STEP 1086 (remove_files) COMPLETE
76892025-02-10T18:47:10.460Z[ recovery-image] Feb 10 18:47:09.404 INFO O| Feb 10 18:47:09.404 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902025-02-10T18:47:10.486Z[ recovery-image] Feb 10 18:47:09.433 INFO O| Feb 10 18:47:09.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
76912025-02-10T18:47:10.489Z[ recovery-image] Feb 10 18:47:09.434 INFO O| Feb 10 18:47:09.433 INFO STEP 1087 (remove_files) COMPLETE
76922025-02-10T18:47:10.489Z[ recovery-image] Feb 10 18:47:09.434 INFO O| Feb 10 18:47:09.434 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932025-02-10T18:47:10.506Z[ recovery-image] Feb 10 18:47:09.453 INFO O| Feb 10 18:47:09.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
76942025-02-10T18:47:10.509Z[ recovery-image] Feb 10 18:47:09.453 INFO O| Feb 10 18:47:09.453 INFO STEP 1088 (remove_files) COMPLETE
76952025-02-10T18:47:10.509Z[ recovery-image] Feb 10 18:47:09.454 INFO O| Feb 10 18:47:09.453 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962025-02-10T18:47:10.527Z[ recovery-image] Feb 10 18:47:09.474 INFO O| Feb 10 18:47:09.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
76972025-02-10T18:47:10.529Z[ recovery-image] Feb 10 18:47:09.474 INFO O| Feb 10 18:47:09.474 INFO STEP 1089 (remove_files) COMPLETE
76982025-02-10T18:47:10.530Z[ recovery-image] Feb 10 18:47:09.474 INFO O| Feb 10 18:47:09.474 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992025-02-10T18:47:10.551Z[ recovery-image] Feb 10 18:47:09.498 INFO O| Feb 10 18:47:09.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77002025-02-10T18:47:10.554Z[ recovery-image] Feb 10 18:47:09.498 INFO O| Feb 10 18:47:09.498 INFO STEP 1090 (remove_files) COMPLETE
77012025-02-10T18:47:10.554Z[ recovery-image] Feb 10 18:47:09.498 INFO O| Feb 10 18:47:09.498 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022025-02-10T18:47:10.589Z[ recovery-image] Feb 10 18:47:09.536 INFO O| Feb 10 18:47:09.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77032025-02-10T18:47:10.589Z[ recovery-image] Feb 10 18:47:09.536 INFO O| Feb 10 18:47:09.536 INFO STEP 1091 (remove_files) COMPLETE
77042025-02-10T18:47:10.589Z[ recovery-image] Feb 10 18:47:09.536 INFO O| Feb 10 18:47:09.536 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052025-02-10T18:47:10.610Z[ recovery-image] Feb 10 18:47:09.557 INFO O| Feb 10 18:47:09.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77062025-02-10T18:47:10.610Z[ recovery-image] Feb 10 18:47:09.557 INFO O| Feb 10 18:47:09.557 INFO STEP 1092 (remove_files) COMPLETE
77072025-02-10T18:47:10.610Z[ recovery-image] Feb 10 18:47:09.557 INFO O| Feb 10 18:47:09.557 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082025-02-10T18:47:10.632Z[ recovery-image] Feb 10 18:47:09.578 INFO O| Feb 10 18:47:09.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77092025-02-10T18:47:10.632Z[ recovery-image] Feb 10 18:47:09.579 INFO O| Feb 10 18:47:09.579 INFO STEP 1093 (remove_files) COMPLETE
77102025-02-10T18:47:10.635Z[ recovery-image] Feb 10 18:47:09.579 INFO O| Feb 10 18:47:09.579 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112025-02-10T18:47:10.673Z[ recovery-image] Feb 10 18:47:09.620 INFO O| Feb 10 18:47:09.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77122025-02-10T18:47:10.673Z[ recovery-image] Feb 10 18:47:09.621 INFO O| Feb 10 18:47:09.620 INFO STEP 1094 (remove_files) COMPLETE
77132025-02-10T18:47:10.676Z[ recovery-image] Feb 10 18:47:09.621 INFO O| Feb 10 18:47:09.621 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142025-02-10T18:47:10.699Z[ recovery-image] Feb 10 18:47:09.646 INFO O| Feb 10 18:47:09.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77152025-02-10T18:47:10.699Z[ recovery-image] Feb 10 18:47:09.646 INFO O| Feb 10 18:47:09.646 INFO STEP 1095 (remove_files) COMPLETE
77162025-02-10T18:47:10.699Z[ recovery-image] Feb 10 18:47:09.646 INFO O| Feb 10 18:47:09.646 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172025-02-10T18:47:10.723Z[ recovery-image] Feb 10 18:47:09.670 INFO O| Feb 10 18:47:09.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77182025-02-10T18:47:10.724Z[ recovery-image] Feb 10 18:47:09.671 INFO O| Feb 10 18:47:09.670 INFO STEP 1096 (remove_files) COMPLETE
77192025-02-10T18:47:10.726Z[ recovery-image] Feb 10 18:47:09.671 INFO O| Feb 10 18:47:09.671 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202025-02-10T18:47:10.759Z[ recovery-image] Feb 10 18:47:09.695 INFO O| Feb 10 18:47:09.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77212025-02-10T18:47:10.759Z[ recovery-image] Feb 10 18:47:09.695 INFO O| Feb 10 18:47:09.695 INFO STEP 1097 (remove_files) COMPLETE
77222025-02-10T18:47:10.762Z[ recovery-image] Feb 10 18:47:09.695 INFO O| Feb 10 18:47:09.695 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232025-02-10T18:47:10.770Z[ recovery-image] Feb 10 18:47:09.717 INFO O| Feb 10 18:47:09.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77242025-02-10T18:47:10.773Z[ recovery-image] Feb 10 18:47:09.717 INFO O| Feb 10 18:47:09.717 INFO STEP 1098 (remove_files) COMPLETE
77252025-02-10T18:47:10.773Z[ recovery-image] Feb 10 18:47:09.717 INFO O| Feb 10 18:47:09.717 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262025-02-10T18:47:10.798Z[ recovery-image] Feb 10 18:47:09.745 INFO O| Feb 10 18:47:09.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77272025-02-10T18:47:10.798Z[ recovery-image] Feb 10 18:47:09.745 INFO O| Feb 10 18:47:09.745 INFO STEP 1099 (remove_files) COMPLETE
77282025-02-10T18:47:10.801Z[ recovery-image] Feb 10 18:47:09.745 INFO O| Feb 10 18:47:09.745 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292025-02-10T18:47:10.862Z[ recovery-image] Feb 10 18:47:09.809 INFO O| Feb 10 18:47:09.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77302025-02-10T18:47:10.862Z[ recovery-image] Feb 10 18:47:09.809 INFO O| Feb 10 18:47:09.809 INFO STEP 1100 (remove_files) COMPLETE
77312025-02-10T18:47:10.862Z[ recovery-image] Feb 10 18:47:09.809 INFO O| Feb 10 18:47:09.809 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322025-02-10T18:47:10.884Z[ recovery-image] Feb 10 18:47:09.831 INFO O| Feb 10 18:47:09.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77332025-02-10T18:47:10.884Z[ recovery-image] Feb 10 18:47:09.831 INFO O| Feb 10 18:47:09.831 INFO STEP 1101 (remove_files) COMPLETE
77342025-02-10T18:47:10.884Z[ recovery-image] Feb 10 18:47:09.831 INFO O| Feb 10 18:47:09.831 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352025-02-10T18:47:10.906Z[ recovery-image] Feb 10 18:47:09.851 INFO O| Feb 10 18:47:09.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77362025-02-10T18:47:10.906Z[ recovery-image] Feb 10 18:47:09.851 INFO O| Feb 10 18:47:09.851 INFO STEP 1102 (remove_files) COMPLETE
77372025-02-10T18:47:10.906Z[ recovery-image] Feb 10 18:47:09.851 INFO O| Feb 10 18:47:09.851 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382025-02-10T18:47:10.925Z[ recovery-image] Feb 10 18:47:09.872 INFO O| Feb 10 18:47:09.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77392025-02-10T18:47:10.925Z[ recovery-image] Feb 10 18:47:09.872 INFO O| Feb 10 18:47:09.872 INFO STEP 1103 (remove_files) COMPLETE
77402025-02-10T18:47:10.925Z[ recovery-image] Feb 10 18:47:09.872 INFO O| Feb 10 18:47:09.872 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412025-02-10T18:47:11.072Z[ recovery-image] Feb 10 18:47:10.019 INFO O| Feb 10 18:47:10.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77422025-02-10T18:47:11.072Z[ recovery-image] Feb 10 18:47:10.019 INFO O| Feb 10 18:47:10.019 INFO STEP 1104 (remove_files) COMPLETE
77432025-02-10T18:47:11.075Z[ recovery-image] Feb 10 18:47:10.019 INFO O| Feb 10 18:47:10.019 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442025-02-10T18:47:11.094Z[ recovery-image] Feb 10 18:47:10.041 INFO O| Feb 10 18:47:10.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77452025-02-10T18:47:11.094Z[ recovery-image] Feb 10 18:47:10.041 INFO O| Feb 10 18:47:10.041 INFO STEP 1105 (remove_files) COMPLETE
77462025-02-10T18:47:11.095Z[ recovery-image] Feb 10 18:47:10.041 INFO O| Feb 10 18:47:10.041 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472025-02-10T18:47:11.114Z[ recovery-image] Feb 10 18:47:10.061 INFO O| Feb 10 18:47:10.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
77482025-02-10T18:47:11.114Z[ recovery-image] Feb 10 18:47:10.061 INFO O| Feb 10 18:47:10.061 INFO STEP 1106 (remove_files) COMPLETE
77492025-02-10T18:47:11.114Z[ recovery-image] Feb 10 18:47:10.061 INFO O| Feb 10 18:47:10.061 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502025-02-10T18:47:11.159Z[ recovery-image] Feb 10 18:47:10.106 INFO O| Feb 10 18:47:10.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
77512025-02-10T18:47:11.159Z[ recovery-image] Feb 10 18:47:10.106 INFO O| Feb 10 18:47:10.106 INFO STEP 1107 (remove_files) COMPLETE
77522025-02-10T18:47:11.159Z[ recovery-image] Feb 10 18:47:10.106 INFO O| Feb 10 18:47:10.106 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532025-02-10T18:47:11.205Z[ recovery-image] Feb 10 18:47:10.152 INFO O| Feb 10 18:47:10.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
77542025-02-10T18:47:11.206Z[ recovery-image] Feb 10 18:47:10.153 INFO O| Feb 10 18:47:10.152 INFO STEP 1108 (remove_files) COMPLETE
77552025-02-10T18:47:11.206Z[ recovery-image] Feb 10 18:47:10.153 INFO O| Feb 10 18:47:10.153 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562025-02-10T18:47:11.233Z[ recovery-image] Feb 10 18:47:10.180 INFO O| Feb 10 18:47:10.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
77572025-02-10T18:47:11.233Z[ recovery-image] Feb 10 18:47:10.180 INFO O| Feb 10 18:47:10.180 INFO STEP 1109 (remove_files) COMPLETE
77582025-02-10T18:47:11.233Z[ recovery-image] Feb 10 18:47:10.180 INFO O| Feb 10 18:47:10.180 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592025-02-10T18:47:11.274Z[ recovery-image] Feb 10 18:47:10.221 INFO O| Feb 10 18:47:10.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
77602025-02-10T18:47:11.274Z[ recovery-image] Feb 10 18:47:10.221 INFO O| Feb 10 18:47:10.221 INFO STEP 1110 (remove_files) COMPLETE
77612025-02-10T18:47:11.274Z[ recovery-image] Feb 10 18:47:10.221 INFO O| Feb 10 18:47:10.221 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622025-02-10T18:47:11.296Z[ recovery-image] Feb 10 18:47:10.243 INFO O| Feb 10 18:47:10.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
77632025-02-10T18:47:11.296Z[ recovery-image] Feb 10 18:47:10.243 INFO O| Feb 10 18:47:10.243 INFO STEP 1111 (remove_files) COMPLETE
77642025-02-10T18:47:11.296Z[ recovery-image] Feb 10 18:47:10.243 INFO O| Feb 10 18:47:10.243 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652025-02-10T18:47:11.317Z[ recovery-image] Feb 10 18:47:10.264 INFO O| Feb 10 18:47:10.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
77662025-02-10T18:47:11.317Z[ recovery-image] Feb 10 18:47:10.264 INFO O| Feb 10 18:47:10.264 INFO STEP 1112 (remove_files) COMPLETE
77672025-02-10T18:47:11.320Z[ recovery-image] Feb 10 18:47:10.264 INFO O| Feb 10 18:47:10.264 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682025-02-10T18:47:11.340Z[ recovery-image] Feb 10 18:47:10.287 INFO O| Feb 10 18:47:10.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
77692025-02-10T18:47:11.340Z[ recovery-image] Feb 10 18:47:10.287 INFO O| Feb 10 18:47:10.287 INFO STEP 1113 (remove_files) COMPLETE
77702025-02-10T18:47:11.342Z[ recovery-image] Feb 10 18:47:10.287 INFO O| Feb 10 18:47:10.287 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712025-02-10T18:47:11.385Z[ recovery-image] Feb 10 18:47:10.332 INFO O| Feb 10 18:47:10.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
77722025-02-10T18:47:11.385Z[ recovery-image] Feb 10 18:47:10.332 INFO O| Feb 10 18:47:10.332 INFO STEP 1114 (remove_files) COMPLETE
77732025-02-10T18:47:11.388Z[ recovery-image] Feb 10 18:47:10.332 INFO O| Feb 10 18:47:10.332 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742025-02-10T18:47:11.442Z[ recovery-image] Feb 10 18:47:10.389 INFO O| Feb 10 18:47:10.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
77752025-02-10T18:47:11.442Z[ recovery-image] Feb 10 18:47:10.389 INFO O| Feb 10 18:47:10.389 INFO STEP 1115 (remove_files) COMPLETE
77762025-02-10T18:47:11.445Z[ recovery-image] Feb 10 18:47:10.389 INFO O| Feb 10 18:47:10.389 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772025-02-10T18:47:11.463Z[ recovery-image] Feb 10 18:47:10.410 INFO O| Feb 10 18:47:10.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
77782025-02-10T18:47:11.463Z[ recovery-image] Feb 10 18:47:10.410 INFO O| Feb 10 18:47:10.410 INFO STEP 1116 (remove_files) COMPLETE
77792025-02-10T18:47:11.463Z[ recovery-image] Feb 10 18:47:10.410 INFO O| Feb 10 18:47:10.410 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802025-02-10T18:47:11.483Z[ recovery-image] Feb 10 18:47:10.430 INFO O| Feb 10 18:47:10.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
77812025-02-10T18:47:11.483Z[ recovery-image] Feb 10 18:47:10.430 INFO O| Feb 10 18:47:10.430 INFO STEP 1117 (remove_files) COMPLETE
77822025-02-10T18:47:11.484Z[ recovery-image] Feb 10 18:47:10.430 INFO O| Feb 10 18:47:10.430 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832025-02-10T18:47:11.502Z[ recovery-image] Feb 10 18:47:10.449 INFO O| Feb 10 18:47:10.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
77842025-02-10T18:47:11.502Z[ recovery-image] Feb 10 18:47:10.449 INFO O| Feb 10 18:47:10.449 INFO STEP 1118 (remove_files) COMPLETE
77852025-02-10T18:47:11.502Z[ recovery-image] Feb 10 18:47:10.449 INFO O| Feb 10 18:47:10.449 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862025-02-10T18:47:11.524Z[ recovery-image] Feb 10 18:47:10.470 INFO O| Feb 10 18:47:10.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
77872025-02-10T18:47:11.524Z[ recovery-image] Feb 10 18:47:10.470 INFO O| Feb 10 18:47:10.470 INFO STEP 1119 (remove_files) COMPLETE
77882025-02-10T18:47:11.524Z[ recovery-image] Feb 10 18:47:10.470 INFO O| Feb 10 18:47:10.470 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892025-02-10T18:47:11.546Z[ recovery-image] Feb 10 18:47:10.493 INFO O| Feb 10 18:47:10.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
77902025-02-10T18:47:11.546Z[ recovery-image] Feb 10 18:47:10.493 INFO O| Feb 10 18:47:10.493 INFO STEP 1120 (remove_files) COMPLETE
77912025-02-10T18:47:11.549Z[ recovery-image] Feb 10 18:47:10.493 INFO O| Feb 10 18:47:10.493 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922025-02-10T18:47:11.568Z[ recovery-image] Feb 10 18:47:10.515 INFO O| Feb 10 18:47:10.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
77932025-02-10T18:47:11.568Z[ recovery-image] Feb 10 18:47:10.515 INFO O| Feb 10 18:47:10.515 INFO STEP 1121 (remove_files) COMPLETE
77942025-02-10T18:47:11.568Z[ recovery-image] Feb 10 18:47:10.515 INFO O| Feb 10 18:47:10.515 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952025-02-10T18:47:11.605Z[ recovery-image] Feb 10 18:47:10.550 INFO O| Feb 10 18:47:10.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
77962025-02-10T18:47:11.608Z[ recovery-image] Feb 10 18:47:10.550 INFO O| Feb 10 18:47:10.550 INFO STEP 1122 (remove_files) COMPLETE
77972025-02-10T18:47:11.608Z[ recovery-image] Feb 10 18:47:10.550 INFO O| Feb 10 18:47:10.550 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982025-02-10T18:47:11.625Z[ recovery-image] Feb 10 18:47:10.572 INFO O| Feb 10 18:47:10.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
77992025-02-10T18:47:11.628Z[ recovery-image] Feb 10 18:47:10.573 INFO O| Feb 10 18:47:10.572 INFO STEP 1123 (remove_files) COMPLETE
78002025-02-10T18:47:11.628Z[ recovery-image] Feb 10 18:47:10.573 INFO O| Feb 10 18:47:10.573 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012025-02-10T18:47:11.649Z[ recovery-image] Feb 10 18:47:10.596 INFO O| Feb 10 18:47:10.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78022025-02-10T18:47:11.649Z[ recovery-image] Feb 10 18:47:10.596 INFO O| Feb 10 18:47:10.596 INFO STEP 1124 (remove_files) COMPLETE
78032025-02-10T18:47:11.652Z[ recovery-image] Feb 10 18:47:10.596 INFO O| Feb 10 18:47:10.596 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042025-02-10T18:47:11.677Z[ recovery-image] Feb 10 18:47:10.624 INFO O| Feb 10 18:47:10.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78052025-02-10T18:47:11.677Z[ recovery-image] Feb 10 18:47:10.624 INFO O| Feb 10 18:47:10.624 INFO STEP 1125 (remove_files) COMPLETE
78062025-02-10T18:47:11.680Z[ recovery-image] Feb 10 18:47:10.624 INFO O| Feb 10 18:47:10.624 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072025-02-10T18:47:11.709Z[ recovery-image] Feb 10 18:47:10.656 INFO O| Feb 10 18:47:10.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78082025-02-10T18:47:11.709Z[ recovery-image] Feb 10 18:47:10.656 INFO O| Feb 10 18:47:10.656 INFO STEP 1126 (remove_files) COMPLETE
78092025-02-10T18:47:11.712Z[ recovery-image] Feb 10 18:47:10.656 INFO O| Feb 10 18:47:10.656 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102025-02-10T18:47:11.750Z[ recovery-image] Feb 10 18:47:10.697 INFO O| Feb 10 18:47:10.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78112025-02-10T18:47:11.750Z[ recovery-image] Feb 10 18:47:10.697 INFO O| Feb 10 18:47:10.697 INFO STEP 1127 (remove_files) COMPLETE
78122025-02-10T18:47:11.750Z[ recovery-image] Feb 10 18:47:10.697 INFO O| Feb 10 18:47:10.697 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132025-02-10T18:47:11.776Z[ recovery-image] Feb 10 18:47:10.723 INFO O| Feb 10 18:47:10.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78142025-02-10T18:47:11.776Z[ recovery-image] Feb 10 18:47:10.723 INFO O| Feb 10 18:47:10.723 INFO STEP 1128 (remove_files) COMPLETE
78152025-02-10T18:47:11.779Z[ recovery-image] Feb 10 18:47:10.723 INFO O| Feb 10 18:47:10.723 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162025-02-10T18:47:11.798Z[ recovery-image] Feb 10 18:47:10.745 INFO O| Feb 10 18:47:10.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78172025-02-10T18:47:11.798Z[ recovery-image] Feb 10 18:47:10.745 INFO O| Feb 10 18:47:10.745 INFO STEP 1129 (remove_files) COMPLETE
78182025-02-10T18:47:11.798Z[ recovery-image] Feb 10 18:47:10.745 INFO O| Feb 10 18:47:10.745 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192025-02-10T18:47:11.828Z[ recovery-image] Feb 10 18:47:10.775 INFO O| Feb 10 18:47:10.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78202025-02-10T18:47:11.831Z[ recovery-image] Feb 10 18:47:10.776 INFO O| Feb 10 18:47:10.776 INFO STEP 1130 (remove_files) COMPLETE
78212025-02-10T18:47:11.831Z[ recovery-image] Feb 10 18:47:10.776 INFO O| Feb 10 18:47:10.776 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222025-02-10T18:47:11.854Z[ recovery-image] Feb 10 18:47:10.801 INFO O| Feb 10 18:47:10.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78232025-02-10T18:47:11.854Z[ recovery-image] Feb 10 18:47:10.801 INFO O| Feb 10 18:47:10.801 INFO STEP 1131 (remove_files) COMPLETE
78242025-02-10T18:47:11.854Z[ recovery-image] Feb 10 18:47:10.801 INFO O| Feb 10 18:47:10.801 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252025-02-10T18:47:11.876Z[ recovery-image] Feb 10 18:47:10.822 INFO O| Feb 10 18:47:10.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78262025-02-10T18:47:11.876Z[ recovery-image] Feb 10 18:47:10.823 INFO O| Feb 10 18:47:10.823 INFO STEP 1132 (remove_files) COMPLETE
78272025-02-10T18:47:11.876Z[ recovery-image] Feb 10 18:47:10.823 INFO O| Feb 10 18:47:10.823 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282025-02-10T18:47:11.895Z[ recovery-image] Feb 10 18:47:10.842 INFO O| Feb 10 18:47:10.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78292025-02-10T18:47:11.895Z[ recovery-image] Feb 10 18:47:10.842 INFO O| Feb 10 18:47:10.842 INFO STEP 1133 (remove_files) COMPLETE
78302025-02-10T18:47:11.898Z[ recovery-image] Feb 10 18:47:10.842 INFO O| Feb 10 18:47:10.842 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312025-02-10T18:47:11.925Z[ recovery-image] Feb 10 18:47:10.872 INFO O| Feb 10 18:47:10.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78322025-02-10T18:47:11.925Z[ recovery-image] Feb 10 18:47:10.872 INFO O| Feb 10 18:47:10.872 INFO STEP 1134 (remove_files) COMPLETE
78332025-02-10T18:47:11.928Z[ recovery-image] Feb 10 18:47:10.872 INFO O| Feb 10 18:47:10.872 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342025-02-10T18:47:11.981Z[ recovery-image] Feb 10 18:47:10.928 INFO O| Feb 10 18:47:10.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78352025-02-10T18:47:11.981Z[ recovery-image] Feb 10 18:47:10.928 INFO O| Feb 10 18:47:10.928 INFO STEP 1135 (remove_files) COMPLETE
78362025-02-10T18:47:11.981Z[ recovery-image] Feb 10 18:47:10.928 INFO O| Feb 10 18:47:10.928 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372025-02-10T18:47:12.008Z[ recovery-image] Feb 10 18:47:10.955 INFO O| Feb 10 18:47:10.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78382025-02-10T18:47:12.011Z[ recovery-image] Feb 10 18:47:10.955 INFO O| Feb 10 18:47:10.955 INFO STEP 1136 (remove_files) COMPLETE
78392025-02-10T18:47:12.011Z[ recovery-image] Feb 10 18:47:10.956 INFO O| Feb 10 18:47:10.955 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402025-02-10T18:47:12.032Z[ recovery-image] Feb 10 18:47:10.978 INFO O| Feb 10 18:47:10.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78412025-02-10T18:47:12.032Z[ recovery-image] Feb 10 18:47:10.978 INFO O| Feb 10 18:47:10.978 INFO STEP 1137 (remove_files) COMPLETE
78422025-02-10T18:47:12.032Z[ recovery-image] Feb 10 18:47:10.978 INFO O| Feb 10 18:47:10.978 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432025-02-10T18:47:12.054Z[ recovery-image] Feb 10 18:47:11.000 INFO O| Feb 10 18:47:11.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
78442025-02-10T18:47:12.054Z[ recovery-image] Feb 10 18:47:11.001 INFO O| Feb 10 18:47:11.000 INFO STEP 1138 (remove_files) COMPLETE
78452025-02-10T18:47:12.054Z[ recovery-image] Feb 10 18:47:11.001 INFO O| Feb 10 18:47:11.001 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462025-02-10T18:47:12.094Z[ recovery-image] Feb 10 18:47:11.041 INFO O| Feb 10 18:47:11.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
78472025-02-10T18:47:12.094Z[ recovery-image] Feb 10 18:47:11.041 INFO O| Feb 10 18:47:11.041 INFO STEP 1139 (remove_files) COMPLETE
78482025-02-10T18:47:12.094Z[ recovery-image] Feb 10 18:47:11.041 INFO O| Feb 10 18:47:11.041 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492025-02-10T18:47:12.158Z[ recovery-image] Feb 10 18:47:11.105 INFO O| Feb 10 18:47:11.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
78502025-02-10T18:47:12.158Z[ recovery-image] Feb 10 18:47:11.105 INFO O| Feb 10 18:47:11.105 INFO STEP 1140 (remove_files) COMPLETE
78512025-02-10T18:47:12.158Z[ recovery-image] Feb 10 18:47:11.105 INFO O| Feb 10 18:47:11.105 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522025-02-10T18:47:12.240Z[ recovery-image] Feb 10 18:47:11.187 INFO O| Feb 10 18:47:11.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
78532025-02-10T18:47:12.240Z[ recovery-image] Feb 10 18:47:11.187 INFO O| Feb 10 18:47:11.187 INFO STEP 1141 (remove_files) COMPLETE
78542025-02-10T18:47:12.240Z[ recovery-image] Feb 10 18:47:11.187 INFO O| Feb 10 18:47:11.187 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552025-02-10T18:47:12.261Z[ recovery-image] Feb 10 18:47:11.208 INFO O| Feb 10 18:47:11.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
78562025-02-10T18:47:12.261Z[ recovery-image] Feb 10 18:47:11.208 INFO O| Feb 10 18:47:11.208 INFO STEP 1142 (remove_files) COMPLETE
78572025-02-10T18:47:12.261Z[ recovery-image] Feb 10 18:47:11.208 INFO O| Feb 10 18:47:11.208 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582025-02-10T18:47:12.278Z[ recovery-image] Feb 10 18:47:11.225 INFO O| Feb 10 18:47:11.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
78592025-02-10T18:47:12.278Z[ recovery-image] Feb 10 18:47:11.225 INFO O| Feb 10 18:47:11.225 INFO STEP 1143 (remove_files) COMPLETE
78602025-02-10T18:47:12.278Z[ recovery-image] Feb 10 18:47:11.225 INFO O| Feb 10 18:47:11.225 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612025-02-10T18:47:12.315Z[ recovery-image] Feb 10 18:47:11.262 INFO O| Feb 10 18:47:11.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
78622025-02-10T18:47:12.318Z[ recovery-image] Feb 10 18:47:11.262 INFO O| Feb 10 18:47:11.262 INFO STEP 1144 (remove_files) COMPLETE
78632025-02-10T18:47:12.318Z[ recovery-image] Feb 10 18:47:11.262 INFO O| Feb 10 18:47:11.262 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642025-02-10T18:47:12.352Z[ recovery-image] Feb 10 18:47:11.299 INFO O| Feb 10 18:47:11.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
78652025-02-10T18:47:12.355Z[ recovery-image] Feb 10 18:47:11.299 INFO O| Feb 10 18:47:11.299 INFO STEP 1145 (remove_files) COMPLETE
78662025-02-10T18:47:12.355Z[ recovery-image] Feb 10 18:47:11.299 INFO O| Feb 10 18:47:11.299 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672025-02-10T18:47:12.374Z[ recovery-image] Feb 10 18:47:11.321 INFO O| Feb 10 18:47:11.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
78682025-02-10T18:47:12.377Z[ recovery-image] Feb 10 18:47:11.321 INFO O| Feb 10 18:47:11.321 INFO STEP 1146 (remove_files) COMPLETE
78692025-02-10T18:47:12.377Z[ recovery-image] Feb 10 18:47:11.322 INFO O| Feb 10 18:47:11.321 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702025-02-10T18:47:12.395Z[ recovery-image] Feb 10 18:47:11.342 INFO O| Feb 10 18:47:11.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
78712025-02-10T18:47:12.398Z[ recovery-image] Feb 10 18:47:11.342 INFO O| Feb 10 18:47:11.342 INFO STEP 1147 (remove_files) COMPLETE
78722025-02-10T18:47:12.398Z[ recovery-image] Feb 10 18:47:11.342 INFO O| Feb 10 18:47:11.342 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732025-02-10T18:47:12.559Z[ recovery-image] Feb 10 18:47:11.506 INFO O| Feb 10 18:47:11.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
78742025-02-10T18:47:12.559Z[ recovery-image] Feb 10 18:47:11.506 INFO O| Feb 10 18:47:11.506 INFO STEP 1148 (remove_files) COMPLETE
78752025-02-10T18:47:12.560Z[ recovery-image] Feb 10 18:47:11.506 INFO O| Feb 10 18:47:11.506 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762025-02-10T18:47:12.581Z[ recovery-image] Feb 10 18:47:11.528 INFO O| Feb 10 18:47:11.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
78772025-02-10T18:47:12.581Z[ recovery-image] Feb 10 18:47:11.528 INFO O| Feb 10 18:47:11.528 INFO STEP 1149 (remove_files) COMPLETE
78782025-02-10T18:47:12.584Z[ recovery-image] Feb 10 18:47:11.528 INFO O| Feb 10 18:47:11.528 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792025-02-10T18:47:12.601Z[ recovery-image] Feb 10 18:47:11.548 INFO O| Feb 10 18:47:11.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
78802025-02-10T18:47:12.601Z[ recovery-image] Feb 10 18:47:11.548 INFO O| Feb 10 18:47:11.548 INFO STEP 1150 (remove_files) COMPLETE
78812025-02-10T18:47:12.604Z[ recovery-image] Feb 10 18:47:11.548 INFO O| Feb 10 18:47:11.548 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822025-02-10T18:47:12.621Z[ recovery-image] Feb 10 18:47:11.568 INFO O| Feb 10 18:47:11.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
78832025-02-10T18:47:12.621Z[ recovery-image] Feb 10 18:47:11.568 INFO O| Feb 10 18:47:11.568 INFO STEP 1151 (remove_files) COMPLETE
78842025-02-10T18:47:12.621Z[ recovery-image] Feb 10 18:47:11.568 INFO O| Feb 10 18:47:11.568 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852025-02-10T18:47:12.661Z[ recovery-image] Feb 10 18:47:11.608 INFO O| Feb 10 18:47:11.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
78862025-02-10T18:47:12.661Z[ recovery-image] Feb 10 18:47:11.608 INFO O| Feb 10 18:47:11.608 INFO STEP 1152 (remove_files) COMPLETE
78872025-02-10T18:47:12.664Z[ recovery-image] Feb 10 18:47:11.608 INFO O| Feb 10 18:47:11.608 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882025-02-10T18:47:12.697Z[ recovery-image] Feb 10 18:47:11.643 INFO O| Feb 10 18:47:11.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
78892025-02-10T18:47:12.697Z[ recovery-image] Feb 10 18:47:11.644 INFO O| Feb 10 18:47:11.644 INFO STEP 1153 (remove_files) COMPLETE
78902025-02-10T18:47:12.697Z[ recovery-image] Feb 10 18:47:11.644 INFO O| Feb 10 18:47:11.644 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912025-02-10T18:47:12.748Z[ recovery-image] Feb 10 18:47:11.694 INFO O| Feb 10 18:47:11.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
78922025-02-10T18:47:12.748Z[ recovery-image] Feb 10 18:47:11.694 INFO O| Feb 10 18:47:11.694 INFO STEP 1154 (remove_files) COMPLETE
78932025-02-10T18:47:12.748Z[ recovery-image] Feb 10 18:47:11.694 INFO O| Feb 10 18:47:11.694 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942025-02-10T18:47:12.824Z[ recovery-image] Feb 10 18:47:11.771 INFO O| Feb 10 18:47:11.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
78952025-02-10T18:47:12.824Z[ recovery-image] Feb 10 18:47:11.771 INFO O| Feb 10 18:47:11.771 INFO STEP 1155 (remove_files) COMPLETE
78962025-02-10T18:47:12.828Z[ recovery-image] Feb 10 18:47:11.771 INFO O| Feb 10 18:47:11.771 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972025-02-10T18:47:12.848Z[ recovery-image] Feb 10 18:47:11.795 INFO O| Feb 10 18:47:11.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
78982025-02-10T18:47:12.851Z[ recovery-image] Feb 10 18:47:11.796 INFO O| Feb 10 18:47:11.795 INFO STEP 1156 (remove_files) COMPLETE
78992025-02-10T18:47:12.851Z[ recovery-image] Feb 10 18:47:11.796 INFO O| Feb 10 18:47:11.795 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002025-02-10T18:47:12.873Z[ recovery-image] Feb 10 18:47:11.820 INFO O| Feb 10 18:47:11.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79012025-02-10T18:47:12.873Z[ recovery-image] Feb 10 18:47:11.820 INFO O| Feb 10 18:47:11.820 INFO STEP 1157 (remove_files) COMPLETE
79022025-02-10T18:47:12.873Z[ recovery-image] Feb 10 18:47:11.820 INFO O| Feb 10 18:47:11.820 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032025-02-10T18:47:12.895Z[ recovery-image] Feb 10 18:47:11.842 INFO O| Feb 10 18:47:11.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79042025-02-10T18:47:12.896Z[ recovery-image] Feb 10 18:47:11.843 INFO O| Feb 10 18:47:11.843 INFO STEP 1158 (remove_files) COMPLETE
79052025-02-10T18:47:12.896Z[ recovery-image] Feb 10 18:47:11.843 INFO O| Feb 10 18:47:11.843 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062025-02-10T18:47:12.935Z[ recovery-image] Feb 10 18:47:11.882 INFO O| Feb 10 18:47:11.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79072025-02-10T18:47:12.935Z[ recovery-image] Feb 10 18:47:11.882 INFO O| Feb 10 18:47:11.882 INFO STEP 1159 (remove_files) COMPLETE
79082025-02-10T18:47:12.935Z[ recovery-image] Feb 10 18:47:11.882 INFO O| Feb 10 18:47:11.882 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092025-02-10T18:47:12.960Z[ recovery-image] Feb 10 18:47:11.907 INFO O| Feb 10 18:47:11.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79102025-02-10T18:47:12.960Z[ recovery-image] Feb 10 18:47:11.907 INFO O| Feb 10 18:47:11.907 INFO STEP 1160 (remove_files) COMPLETE
79112025-02-10T18:47:12.963Z[ recovery-image] Feb 10 18:47:11.907 INFO O| Feb 10 18:47:11.907 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122025-02-10T18:47:12.999Z[ recovery-image] Feb 10 18:47:11.946 INFO O| Feb 10 18:47:11.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79132025-02-10T18:47:12.999Z[ recovery-image] Feb 10 18:47:11.946 INFO O| Feb 10 18:47:11.946 INFO STEP 1161 (remove_files) COMPLETE
79142025-02-10T18:47:12.999Z[ recovery-image] Feb 10 18:47:11.946 INFO O| Feb 10 18:47:11.946 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152025-02-10T18:47:13.061Z[ recovery-image] Feb 10 18:47:12.007 INFO O| Feb 10 18:47:12.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79162025-02-10T18:47:13.061Z[ recovery-image] Feb 10 18:47:12.008 INFO O| Feb 10 18:47:12.008 INFO STEP 1162 (remove_files) COMPLETE
79172025-02-10T18:47:13.064Z[ recovery-image] Feb 10 18:47:12.008 INFO O| Feb 10 18:47:12.008 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182025-02-10T18:47:13.082Z[ recovery-image] Feb 10 18:47:12.029 INFO O| Feb 10 18:47:12.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79192025-02-10T18:47:13.082Z[ recovery-image] Feb 10 18:47:12.029 INFO O| Feb 10 18:47:12.029 INFO STEP 1163 (remove_files) COMPLETE
79202025-02-10T18:47:13.084Z[ recovery-image] Feb 10 18:47:12.029 INFO O| Feb 10 18:47:12.029 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212025-02-10T18:47:13.101Z[ recovery-image] Feb 10 18:47:12.048 INFO O| Feb 10 18:47:12.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79222025-02-10T18:47:13.101Z[ recovery-image] Feb 10 18:47:12.048 INFO O| Feb 10 18:47:12.048 INFO STEP 1164 (remove_files) COMPLETE
79232025-02-10T18:47:13.101Z[ recovery-image] Feb 10 18:47:12.048 INFO O| Feb 10 18:47:12.048 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242025-02-10T18:47:13.139Z[ recovery-image] Feb 10 18:47:12.086 INFO O| Feb 10 18:47:12.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79252025-02-10T18:47:13.142Z[ recovery-image] Feb 10 18:47:12.086 INFO O| Feb 10 18:47:12.086 INFO STEP 1165 (remove_files) COMPLETE
79262025-02-10T18:47:13.142Z[ recovery-image] Feb 10 18:47:12.086 INFO O| Feb 10 18:47:12.086 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79272025-02-10T18:47:13.175Z[ recovery-image] Feb 10 18:47:12.122 INFO O| Feb 10 18:47:12.122 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79282025-02-10T18:47:13.175Z[ recovery-image] Feb 10 18:47:12.122 INFO O| Feb 10 18:47:12.122 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79292025-02-10T18:47:15.280Z[ recovery-image] Feb 10 18:47:14.227 INFO O| Feb 10 18:47:14.227 INFO STEP 1166 (pack_tar) COMPLETE
79302025-02-10T18:47:15.281Z[ recovery-image] Feb 10 18:47:14.228 INFO O| Feb 10 18:47:14.227 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79312025-02-10T18:47:15.284Z[ recovery-image] Feb 10 18:47:14.228 INFO O| Feb 10 18:47:14.227 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79322025-02-10T18:47:15.608Z[ recovery-image] Feb 10 18:47:14.555 INFO O| Feb 10 18:47:14.555 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79332025-02-10T18:47:15.728Z[ recovery-image] Feb 10 18:47:14.675 INFO O| Feb 10 18:47:14.675 INFO completed processing gimlet/ramdisk-03-recovery-trim
79342025-02-10T18:47:15.739Z[ recovery-image] Feb 10 18:47:14.686 INFO image builder template: zfs-recovery...
79352025-02-10T18:47:15.739Z[ recovery-image] Feb 10 18:47:14.686 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpDMNkwv/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "zfs-recovery"], pwd: None
79362025-02-10T18:47:15.797Z[ recovery-image] Feb 10 18:47:14.744 INFO O| Feb 10 18:47:14.744 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79372025-02-10T18:47:15.806Z[ recovery-image] Feb 10 18:47:14.753 INFO O| Feb 10 18:47:14.753 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79382025-02-10T18:47:15.911Z[ recovery-image] Feb 10 18:47:14.858 INFO O| Feb 10 18:47:14.858 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
79392025-02-10T18:47:16.003Z[ recovery-image] Feb 10 18:47:14.942 INFO O| Feb 10 18:47:14.941 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79402025-02-10T18:47:16.003Z[ recovery-image] Feb 10 18:47:14.942 INFO O| Feb 10 18:47:14.942 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
79412025-02-10T18:47:16.006Z[ recovery-image] Feb 10 18:47:14.951 INFO O| Feb 10 18:47:14.951 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79422025-02-10T18:47:16.217Z[ recovery-image] Feb 10 18:47:15.164 INFO O| Feb 10 18:47:15.164 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
79432025-02-10T18:47:16.294Z[ recovery-image] Feb 10 18:47:15.241 INFO O| Feb 10 18:47:15.241 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
79442025-02-10T18:47:16.312Z[ recovery-image] Feb 10 18:47:15.259 INFO O| Feb 10 18:47:15.259 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79452025-02-10T18:47:16.321Z[ recovery-image] Feb 10 18:47:15.268 INFO O| Feb 10 18:47:15.268 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
79462025-02-10T18:47:16.330Z[ recovery-image] Feb 10 18:47:15.277 INFO O| Feb 10 18:47:15.277 INFO no lofi found
79472025-02-10T18:47:16.330Z[ recovery-image] Feb 10 18:47:15.277 INFO O| Feb 10 18:47:15.277 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
79482025-02-10T18:47:16.333Z[ recovery-image] Feb 10 18:47:15.277 INFO O| Feb 10 18:47:15.277 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79492025-02-10T18:47:19.065Z[ recovery-image] Feb 10 18:47:18.012 INFO O| Feb 10 18:47:18.012 INFO lofi device = /dev/dsk/c2t1d0p0
79502025-02-10T18:47:19.065Z[ recovery-image] Feb 10 18:47:18.012 INFO O| Feb 10 18:47:18.012 INFO pool device = /dev/dsk/c2t1d0p0
79512025-02-10T18:47:19.067Z[ recovery-image] Feb 10 18:47:18.012 INFO O| Feb 10 18:47:18.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
79522025-02-10T18:47:19.348Z[ recovery-image] Feb 10 18:47:18.294 INFO O| Feb 10 18:47:18.294 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79532025-02-10T18:47:19.348Z[ recovery-image] Feb 10 18:47:18.294 INFO O| Feb 10 18:47:18.294 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
79542025-02-10T18:47:19.382Z[ recovery-image] Feb 10 18:47:18.329 INFO O| Feb 10 18:47:18.329 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
79552025-02-10T18:47:19.535Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
79562025-02-10T18:47:19.866Z[ recovery-image] Feb 10 18:47:18.813 INFO O| Feb 10 18:47:18.813 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
79572025-02-10T18:47:19.923Z[ recovery-image] Feb 10 18:47:18.870 INFO O| Feb 10 18:47:18.870 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
79582025-02-10T18:47:19.951Z[ recovery-image] Feb 10 18:47:18.898 INFO O| Feb 10 18:47:18.898 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
79592025-02-10T18:47:19.976Z[ recovery-image] Feb 10 18:47:18.923 INFO O| Feb 10 18:47:18.923 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
79602025-02-10T18:47:20.066Z[ recovery-image] Feb 10 18:47:19.013 INFO O| Feb 10 18:47:19.013 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79612025-02-10T18:47:20.069Z[ recovery-image] Feb 10 18:47:19.014 INFO O| Feb 10 18:47:19.014 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79622025-02-10T18:47:20.069Z[ recovery-image] Feb 10 18:47:19.014 INFO O| Feb 10 18:47:19.014 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79632025-02-10T18:47:20.161Z[ recovery-image] Feb 10 18:47:19.108 INFO O| Feb 10 18:47:19.108 INFO boot environment UUID: 735cb47b-09f5-4d7b-926d-8678bcca97cc
79642025-02-10T18:47:20.164Z[ recovery-image] Feb 10 18:47:19.108 INFO O| Feb 10 18:47:19.108 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 735cb47b-09f5-4d7b-926d-8678bcca97cc
79652025-02-10T18:47:20.190Z[ recovery-image] Feb 10 18:47:19.137 INFO O| Feb 10 18:47:19.137 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
79662025-02-10T18:47:20.225Z[ recovery-image] Feb 10 18:47:19.172 INFO O| Feb 10 18:47:19.171 INFO STEP 0 (create_be) COMPLETE
79672025-02-10T18:47:20.227Z[ recovery-image] Feb 10 18:47:19.172 INFO O| Feb 10 18:47:19.171 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79682025-02-10T18:47:20.255Z[ recovery-image] Feb 10 18:47:19.202 INFO O| Feb 10 18:47:19.202 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79692025-02-10T18:47:27.317Z[ recovery-image] Feb 10 18:47:26.264 INFO O| Feb 10 18:47:26.264 INFO STEP 1 (unpack_tar) COMPLETE
79702025-02-10T18:47:27.317Z[ recovery-image] Feb 10 18:47:26.264 INFO O| Feb 10 18:47:26.264 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79712025-02-10T18:47:27.337Z[ recovery-image] Feb 10 18:47:26.284 INFO O| Feb 10 18:47:26.284 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79722025-02-10T18:47:27.463Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
79732025-02-10T18:47:28.169Z[ recovery-image] Feb 10 18:47:27.116 INFO O| Feb 10 18:47:27.116 INFO STEP 2 (devfsadm) COMPLETE
79742025-02-10T18:47:28.169Z[ recovery-image] Feb 10 18:47:27.116 INFO O| Feb 10 18:47:27.116 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79752025-02-10T18:47:28.191Z[ recovery-image] Feb 10 18:47:27.138 INFO O| Feb 10 18:47:27.138 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79762025-02-10T18:47:28.191Z[ recovery-image] Feb 10 18:47:27.138 INFO O| Feb 10 18:47:27.138 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79772025-02-10T18:47:28.194Z[ recovery-image] Feb 10 18:47:27.138 INFO O| Feb 10 18:47:27.138 INFO STEP 3 (ensure_dir) COMPLETE
79782025-02-10T18:47:28.194Z[ recovery-image] Feb 10 18:47:27.138 INFO O| Feb 10 18:47:27.138 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79792025-02-10T18:47:28.228Z[ recovery-image] Feb 10 18:47:27.175 INFO O| Feb 10 18:47:27.175 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79802025-02-10T18:47:28.228Z[ recovery-image] Feb 10 18:47:27.175 INFO O| Feb 10 18:47:27.175 INFO STEP 4 (ensure_dir) COMPLETE
79812025-02-10T18:47:28.228Z[ recovery-image] Feb 10 18:47:27.175 INFO O| Feb 10 18:47:27.175 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79822025-02-10T18:47:28.250Z[ recovery-image] Feb 10 18:47:27.197 INFO O| Feb 10 18:47:27.197 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79832025-02-10T18:47:28.250Z[ recovery-image] Feb 10 18:47:27.197 INFO O| Feb 10 18:47:27.197 INFO STEP 5 (ensure_dir) COMPLETE
79842025-02-10T18:47:28.253Z[ recovery-image] Feb 10 18:47:27.197 INFO O| Feb 10 18:47:27.197 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79852025-02-10T18:47:28.276Z[ recovery-image] Feb 10 18:47:27.224 INFO O| Feb 10 18:47:27.224 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79862025-02-10T18:47:28.276Z[ recovery-image] Feb 10 18:47:27.224 INFO O| Feb 10 18:47:27.224 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79872025-02-10T18:47:28.279Z[ recovery-image] Feb 10 18:47:27.224 INFO O| Feb 10 18:47:27.224 INFO STEP 6 (ensure_dir) COMPLETE
79882025-02-10T18:47:28.279Z[ recovery-image] Feb 10 18:47:27.224 INFO O| Feb 10 18:47:27.224 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79892025-02-10T18:47:28.298Z[ recovery-image] Feb 10 18:47:27.245 INFO O| Feb 10 18:47:27.245 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79902025-02-10T18:47:28.298Z[ recovery-image] Feb 10 18:47:27.245 INFO O| Feb 10 18:47:27.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79912025-02-10T18:47:28.298Z[ recovery-image] Feb 10 18:47:27.245 INFO O| Feb 10 18:47:27.245 INFO STEP 7 (ensure_dir) COMPLETE
79922025-02-10T18:47:28.301Z[ recovery-image] Feb 10 18:47:27.245 INFO O| Feb 10 18:47:27.245 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79932025-02-10T18:47:28.376Z[ recovery-image] Feb 10 18:47:27.323 INFO O| Feb 10 18:47:27.323 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
79942025-02-10T18:47:28.379Z[ recovery-image] Feb 10 18:47:27.323 INFO O| Feb 10 18:47:27.323 INFO STEP 8 (remove_files) COMPLETE
79952025-02-10T18:47:28.379Z[ recovery-image] Feb 10 18:47:27.323 INFO O| Feb 10 18:47:27.323 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79962025-02-10T18:47:28.403Z[ recovery-image] Feb 10 18:47:27.350 INFO O| Feb 10 18:47:27.350 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
79972025-02-10T18:47:28.406Z[ recovery-image] Feb 10 18:47:27.352 INFO O| Feb 10 18:47:27.352 INFO STEP 9 (remove_files) COMPLETE
79982025-02-10T18:47:28.406Z[ recovery-image] Feb 10 18:47:27.352 INFO O| Feb 10 18:47:27.352 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79992025-02-10T18:47:28.426Z[ recovery-image] Feb 10 18:47:27.374 INFO O| Feb 10 18:47:27.373 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80002025-02-10T18:47:28.429Z[ recovery-image] Feb 10 18:47:27.375 INFO O| Feb 10 18:47:27.375 INFO STEP 10 (remove_files) COMPLETE
80012025-02-10T18:47:28.429Z[ recovery-image] Feb 10 18:47:27.375 INFO O| Feb 10 18:47:27.375 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80022025-02-10T18:47:28.468Z[ recovery-image] Feb 10 18:47:27.415 INFO O| Feb 10 18:47:27.415 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80032025-02-10T18:47:28.471Z[ recovery-image] Feb 10 18:47:27.415 INFO O| Feb 10 18:47:27.415 INFO STEP 11 (remove_files) COMPLETE
80042025-02-10T18:47:28.471Z[ recovery-image] Feb 10 18:47:27.415 INFO O| Feb 10 18:47:27.415 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80052025-02-10T18:47:28.496Z[ recovery-image] Feb 10 18:47:27.443 INFO O| Feb 10 18:47:27.443 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80062025-02-10T18:47:28.499Z[ recovery-image] Feb 10 18:47:27.444 INFO O| Feb 10 18:47:27.443 INFO STEP 12 (remove_files) COMPLETE
80072025-02-10T18:47:28.499Z[ recovery-image] Feb 10 18:47:27.444 INFO O| Feb 10 18:47:27.444 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80082025-02-10T18:47:28.597Z[ recovery-image] Feb 10 18:47:27.544 INFO O| Feb 10 18:47:27.544 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80092025-02-10T18:47:28.597Z[ recovery-image] Feb 10 18:47:27.544 INFO O| Feb 10 18:47:27.544 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80102025-02-10T18:47:28.599Z[ recovery-image] Feb 10 18:47:27.544 INFO O| Feb 10 18:47:27.544 INFO STEP 13 (ensure_dir) COMPLETE
80112025-02-10T18:47:28.599Z[ recovery-image] Feb 10 18:47:27.544 INFO O| Feb 10 18:47:27.544 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80122025-02-10T18:47:28.637Z[ recovery-image] Feb 10 18:47:27.584 INFO O| Feb 10 18:47:27.584 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80132025-02-10T18:47:28.637Z[ recovery-image] Feb 10 18:47:27.585 INFO O| Feb 10 18:47:27.584 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80142025-02-10T18:47:28.640Z[ recovery-image] Feb 10 18:47:27.585 INFO O| Feb 10 18:47:27.585 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80152025-02-10T18:47:28.640Z[ recovery-image] Feb 10 18:47:27.585 INFO O| Feb 10 18:47:27.585 INFO STEP 14 (ensure_dir) COMPLETE
80162025-02-10T18:47:28.640Z[ recovery-image] Feb 10 18:47:27.585 INFO O| Feb 10 18:47:27.585 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80172025-02-10T18:47:28.670Z[ recovery-image] Feb 10 18:47:27.617 INFO O| Feb 10 18:47:27.617 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80182025-02-10T18:47:28.672Z[ recovery-image] Feb 10 18:47:27.617 INFO O| Feb 10 18:47:27.617 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80192025-02-10T18:47:28.672Z[ recovery-image] Feb 10 18:47:27.617 INFO O| Feb 10 18:47:27.617 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80202025-02-10T18:47:28.672Z[ recovery-image] Feb 10 18:47:27.617 INFO O| Feb 10 18:47:27.617 INFO STEP 15 (ensure_dir) COMPLETE
80212025-02-10T18:47:28.672Z[ recovery-image] Feb 10 18:47:27.618 INFO O| Feb 10 18:47:27.618 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80222025-02-10T18:47:28.710Z[ recovery-image] Feb 10 18:47:27.657 INFO O| Feb 10 18:47:27.657 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80232025-02-10T18:47:28.710Z[ recovery-image] Feb 10 18:47:27.657 INFO O| Feb 10 18:47:27.657 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80242025-02-10T18:47:28.710Z[ recovery-image] Feb 10 18:47:27.657 INFO O| Feb 10 18:47:27.657 INFO STEP 16 (ensure_dir) COMPLETE
80252025-02-10T18:47:28.712Z[ recovery-image] Feb 10 18:47:27.657 INFO O| Feb 10 18:47:27.657 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80262025-02-10T18:47:28.732Z[ recovery-image] Feb 10 18:47:27.679 INFO O| Feb 10 18:47:27.679 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80272025-02-10T18:47:28.735Z[ recovery-image] Feb 10 18:47:27.679 INFO O| Feb 10 18:47:27.679 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80282025-02-10T18:47:28.735Z[ recovery-image] Feb 10 18:47:27.679 INFO O| Feb 10 18:47:27.679 INFO STEP 17 (ensure_dir) COMPLETE
80292025-02-10T18:47:28.735Z[ recovery-image] Feb 10 18:47:27.679 INFO O| Feb 10 18:47:27.679 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80302025-02-10T18:47:28.770Z[ recovery-image] Feb 10 18:47:27.716 INFO O| Feb 10 18:47:27.716 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80312025-02-10T18:47:28.770Z[ recovery-image] Feb 10 18:47:27.717 INFO O| Feb 10 18:47:27.716 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80322025-02-10T18:47:28.771Z[ recovery-image] Feb 10 18:47:27.717 INFO O| Feb 10 18:47:27.717 INFO ok!
80332025-02-10T18:47:28.771Z[ recovery-image] Feb 10 18:47:27.717 INFO O| Feb 10 18:47:27.717 INFO STEP 18 (ensure_symlink) COMPLETE
80342025-02-10T18:47:28.771Z[ recovery-image] Feb 10 18:47:27.717 INFO O| Feb 10 18:47:27.717 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80352025-02-10T18:47:28.830Z[ recovery-image] Feb 10 18:47:27.777 INFO O| Feb 10 18:47:27.777 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
80362025-02-10T18:47:28.830Z[ recovery-image] Feb 10 18:47:27.777 INFO O| Feb 10 18:47:27.777 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
80372025-02-10T18:47:28.830Z[ recovery-image] Feb 10 18:47:27.777 INFO O| Feb 10 18:47:27.777 INFO ok!
80382025-02-10T18:47:28.830Z[ recovery-image] Feb 10 18:47:27.777 INFO O| Feb 10 18:47:27.777 INFO STEP 19 (ensure_file) COMPLETE
80392025-02-10T18:47:28.830Z[ recovery-image] Feb 10 18:47:27.777 INFO O| Feb 10 18:47:27.777 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80402025-02-10T18:47:28.858Z[ recovery-image] Feb 10 18:47:27.805 INFO O| Feb 10 18:47:27.805 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
80412025-02-10T18:47:28.861Z[ recovery-image] Feb 10 18:47:27.805 INFO O| Feb 10 18:47:27.805 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
80422025-02-10T18:47:28.861Z[ recovery-image] Feb 10 18:47:27.806 INFO O| Feb 10 18:47:27.806 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
80432025-02-10T18:47:28.861Z[ recovery-image] Feb 10 18:47:27.806 INFO O| Feb 10 18:47:27.806 INFO ok!
80442025-02-10T18:47:28.861Z[ recovery-image] Feb 10 18:47:27.806 INFO O| Feb 10 18:47:27.806 INFO STEP 20 (ensure_symlink) COMPLETE
80452025-02-10T18:47:28.861Z[ recovery-image] Feb 10 18:47:27.806 INFO O| Feb 10 18:47:27.806 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80462025-02-10T18:47:28.881Z[ recovery-image] Feb 10 18:47:27.828 INFO O| Feb 10 18:47:27.828 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
80472025-02-10T18:47:28.882Z[ recovery-image] Feb 10 18:47:27.828 INFO O| Feb 10 18:47:27.828 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
80482025-02-10T18:47:28.882Z[ recovery-image] Feb 10 18:47:27.828 INFO O| Feb 10 18:47:27.828 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
80492025-02-10T18:47:28.884Z[ recovery-image] Feb 10 18:47:27.828 INFO O| Feb 10 18:47:27.828 INFO ok!
80502025-02-10T18:47:28.885Z[ recovery-image] Feb 10 18:47:27.828 INFO O| Feb 10 18:47:27.828 INFO STEP 21 (ensure_symlink) COMPLETE
80512025-02-10T18:47:28.885Z[ recovery-image] Feb 10 18:47:27.828 INFO O| Feb 10 18:47:27.828 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80522025-02-10T18:47:28.902Z[ recovery-image] Feb 10 18:47:27.849 INFO O| Feb 10 18:47:27.849 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
80532025-02-10T18:47:28.902Z[ recovery-image] Feb 10 18:47:27.849 INFO O| Feb 10 18:47:27.849 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
80542025-02-10T18:47:28.902Z[ recovery-image] Feb 10 18:47:27.849 INFO O| Feb 10 18:47:27.849 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
80552025-02-10T18:47:28.904Z[ recovery-image] Feb 10 18:47:27.849 INFO O| Feb 10 18:47:27.849 INFO ok!
80562025-02-10T18:47:28.904Z[ recovery-image] Feb 10 18:47:27.849 INFO O| Feb 10 18:47:27.849 INFO STEP 22 (ensure_symlink) COMPLETE
80572025-02-10T18:47:28.904Z[ recovery-image] Feb 10 18:47:27.849 INFO O| Feb 10 18:47:27.849 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80582025-02-10T18:47:28.924Z[ recovery-image] Feb 10 18:47:27.871 INFO O| Feb 10 18:47:27.871 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
80592025-02-10T18:47:28.924Z[ recovery-image] Feb 10 18:47:27.871 INFO O| Feb 10 18:47:27.871 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
80602025-02-10T18:47:28.927Z[ recovery-image] Feb 10 18:47:27.871 INFO O| Feb 10 18:47:27.871 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
80612025-02-10T18:47:28.927Z[ recovery-image] Feb 10 18:47:27.872 INFO O| Feb 10 18:47:27.871 INFO ok!
80622025-02-10T18:47:28.928Z[ recovery-image] Feb 10 18:47:27.872 INFO O| Feb 10 18:47:27.871 INFO STEP 23 (ensure_symlink) COMPLETE
80632025-02-10T18:47:28.928Z[ recovery-image] Feb 10 18:47:27.872 INFO O| Feb 10 18:47:27.872 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80642025-02-10T18:47:28.949Z[ recovery-image] Feb 10 18:47:27.895 INFO O| Feb 10 18:47:27.895 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
80652025-02-10T18:47:28.949Z[ recovery-image] Feb 10 18:47:27.895 INFO O| Feb 10 18:47:27.895 INFO copying /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf ...
80662025-02-10T18:47:28.949Z[ recovery-image] Feb 10 18:47:27.896 INFO O| Feb 10 18:47:27.896 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
80672025-02-10T18:47:28.949Z[ recovery-image] Feb 10 18:47:27.896 INFO O| Feb 10 18:47:27.896 INFO ok!
80682025-02-10T18:47:28.949Z[ recovery-image] Feb 10 18:47:27.896 INFO O| Feb 10 18:47:27.896 INFO STEP 24 (ensure_file) COMPLETE
80692025-02-10T18:47:28.949Z[ recovery-image] Feb 10 18:47:27.896 INFO O| Feb 10 18:47:27.896 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
80702025-02-10T18:47:28.980Z[ recovery-image] Feb 10 18:47:27.928 INFO O| Feb 10 18:47:27.927 INFO updating shadow file
80712025-02-10T18:47:28.983Z[ recovery-image] Feb 10 18:47:27.928 INFO O| Feb 10 18:47:27.928 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80722025-02-10T18:47:28.983Z[ recovery-image] Feb 10 18:47:27.928 INFO O| Feb 10 18:47:27.928 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80732025-02-10T18:47:28.983Z[ recovery-image] Feb 10 18:47:27.928 INFO O| Feb 10 18:47:27.928 INFO STEP 25 (shadow) COMPLETE
80742025-02-10T18:47:28.983Z[ recovery-image] Feb 10 18:47:27.928 INFO O| Feb 10 18:47:27.928 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80752025-02-10T18:47:29.005Z[ recovery-image] Feb 10 18:47:27.952 INFO O| Feb 10 18:47:27.952 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
80762025-02-10T18:47:29.005Z[ recovery-image] Feb 10 18:47:27.952 INFO O| Feb 10 18:47:27.952 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
80772025-02-10T18:47:29.008Z[ recovery-image] Feb 10 18:47:27.953 INFO O| Feb 10 18:47:27.953 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
80782025-02-10T18:47:29.008Z[ recovery-image] Feb 10 18:47:27.953 INFO O| Feb 10 18:47:27.953 INFO ok!
80792025-02-10T18:47:29.008Z[ recovery-image] Feb 10 18:47:27.953 INFO O| Feb 10 18:47:27.953 INFO STEP 26 (ensure_file) COMPLETE
80802025-02-10T18:47:29.008Z[ recovery-image] Feb 10 18:47:27.953 INFO O| Feb 10 18:47:27.953 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80812025-02-10T18:47:29.033Z[ recovery-image] Feb 10 18:47:27.980 INFO O| Feb 10 18:47:27.980 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
80822025-02-10T18:47:29.033Z[ recovery-image] Feb 10 18:47:27.980 INFO O| Feb 10 18:47:27.980 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
80832025-02-10T18:47:29.033Z[ recovery-image] Feb 10 18:47:27.980 INFO O| Feb 10 18:47:27.980 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
80842025-02-10T18:47:29.036Z[ recovery-image] Feb 10 18:47:27.980 INFO O| Feb 10 18:47:27.980 INFO ok!
80852025-02-10T18:47:29.036Z[ recovery-image] Feb 10 18:47:27.980 INFO O| Feb 10 18:47:27.980 INFO STEP 27 (ensure_file) COMPLETE
80862025-02-10T18:47:29.036Z[ recovery-image] Feb 10 18:47:27.980 INFO O| Feb 10 18:47:27.980 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80872025-02-10T18:47:29.102Z[ recovery-image] Feb 10 18:47:28.049 INFO O| Feb 10 18:47:28.049 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
80882025-02-10T18:47:29.102Z[ recovery-image] Feb 10 18:47:28.049 INFO O| Feb 10 18:47:28.049 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
80892025-02-10T18:47:29.102Z[ recovery-image] Feb 10 18:47:28.049 INFO O| Feb 10 18:47:28.049 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
80902025-02-10T18:47:29.105Z[ recovery-image] Feb 10 18:47:28.049 INFO O| Feb 10 18:47:28.049 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
80912025-02-10T18:47:29.105Z[ recovery-image] Feb 10 18:47:28.050 INFO O| Feb 10 18:47:28.049 INFO ok!
80922025-02-10T18:47:29.106Z[ recovery-image] Feb 10 18:47:28.050 INFO O| Feb 10 18:47:28.050 INFO STEP 28 (ensure_file) COMPLETE
80932025-02-10T18:47:29.106Z[ recovery-image] Feb 10 18:47:28.050 INFO O| Feb 10 18:47:28.050 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80942025-02-10T18:47:29.146Z[ recovery-image] Feb 10 18:47:28.093 INFO O| Feb 10 18:47:28.093 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
80952025-02-10T18:47:29.146Z[ recovery-image] Feb 10 18:47:28.093 INFO O| Feb 10 18:47:28.093 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
80962025-02-10T18:47:29.146Z[ recovery-image] Feb 10 18:47:28.093 INFO O| Feb 10 18:47:28.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
80972025-02-10T18:47:29.149Z[ recovery-image] Feb 10 18:47:28.093 INFO O| Feb 10 18:47:28.093 INFO ok!
80982025-02-10T18:47:29.149Z[ recovery-image] Feb 10 18:47:28.093 INFO O| Feb 10 18:47:28.093 INFO STEP 29 (ensure_file) COMPLETE
80992025-02-10T18:47:29.149Z[ recovery-image] Feb 10 18:47:28.093 INFO O| Feb 10 18:47:28.093 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81002025-02-10T18:47:29.171Z[ recovery-image] Feb 10 18:47:28.119 INFO O| Feb 10 18:47:28.118 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81012025-02-10T18:47:29.171Z[ recovery-image] Feb 10 18:47:28.119 INFO O| Feb 10 18:47:28.119 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81022025-02-10T18:47:29.171Z[ recovery-image] Feb 10 18:47:28.119 INFO O| Feb 10 18:47:28.119 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81032025-02-10T18:47:29.171Z[ recovery-image] Feb 10 18:47:28.119 INFO O| Feb 10 18:47:28.119 INFO ok!
81042025-02-10T18:47:29.175Z[ recovery-image] Feb 10 18:47:28.119 INFO O| Feb 10 18:47:28.119 INFO STEP 30 (ensure_file) COMPLETE
81052025-02-10T18:47:29.175Z[ recovery-image] Feb 10 18:47:28.119 INFO O| Feb 10 18:47:28.119 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81062025-02-10T18:47:29.280Z[ recovery-image] Feb 10 18:47:28.227 INFO O| Feb 10 18:47:28.227 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81072025-02-10T18:47:29.280Z[ recovery-image] Feb 10 18:47:28.227 INFO O| Feb 10 18:47:28.227 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81082025-02-10T18:47:29.284Z[ recovery-image] Feb 10 18:47:28.228 INFO O| Feb 10 18:47:28.228 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81092025-02-10T18:47:29.284Z[ recovery-image] Feb 10 18:47:28.228 INFO O| Feb 10 18:47:28.228 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81102025-02-10T18:47:29.284Z[ recovery-image] Feb 10 18:47:28.228 INFO O| Feb 10 18:47:28.228 INFO ok!
81112025-02-10T18:47:29.284Z[ recovery-image] Feb 10 18:47:28.228 INFO O| Feb 10 18:47:28.228 INFO STEP 31 (ensure_file) COMPLETE
81122025-02-10T18:47:29.284Z[ recovery-image] Feb 10 18:47:28.228 INFO O| Feb 10 18:47:28.228 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81132025-02-10T18:47:29.340Z[ recovery-image] Feb 10 18:47:28.288 INFO O| Feb 10 18:47:28.288 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81142025-02-10T18:47:29.341Z[ recovery-image] Feb 10 18:47:28.288 INFO O| Feb 10 18:47:28.288 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81152025-02-10T18:47:29.343Z[ recovery-image] Feb 10 18:47:28.288 INFO O| Feb 10 18:47:28.288 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81162025-02-10T18:47:29.343Z[ recovery-image] Feb 10 18:47:28.288 INFO O| Feb 10 18:47:28.288 INFO ok!
81172025-02-10T18:47:29.343Z[ recovery-image] Feb 10 18:47:28.288 INFO O| Feb 10 18:47:28.288 INFO STEP 32 (ensure_file) COMPLETE
81182025-02-10T18:47:29.343Z[ recovery-image] Feb 10 18:47:28.288 INFO O| Feb 10 18:47:28.288 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81192025-02-10T18:47:29.399Z[ recovery-image] Feb 10 18:47:28.346 INFO O| Feb 10 18:47:28.346 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81202025-02-10T18:47:29.399Z[ recovery-image] Feb 10 18:47:28.346 INFO O| Feb 10 18:47:28.346 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81212025-02-10T18:47:29.399Z[ recovery-image] Feb 10 18:47:28.346 INFO O| Feb 10 18:47:28.346 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81222025-02-10T18:47:29.401Z[ recovery-image] Feb 10 18:47:28.346 INFO O| Feb 10 18:47:28.346 INFO ok!
81232025-02-10T18:47:29.401Z[ recovery-image] Feb 10 18:47:28.346 INFO O| Feb 10 18:47:28.346 INFO STEP 33 (ensure_file) COMPLETE
81242025-02-10T18:47:29.402Z[ recovery-image] Feb 10 18:47:28.346 INFO O| Feb 10 18:47:28.346 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81252025-02-10T18:47:29.417Z[ recovery-image] Feb 10 18:47:28.365 INFO O| Feb 10 18:47:28.364 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81262025-02-10T18:47:29.417Z[ recovery-image] Feb 10 18:47:28.365 INFO O| Feb 10 18:47:28.365 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81272025-02-10T18:47:29.417Z[ recovery-image] Feb 10 18:47:28.365 INFO O| Feb 10 18:47:28.365 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81282025-02-10T18:47:29.420Z[ recovery-image] Feb 10 18:47:28.365 INFO O| Feb 10 18:47:28.365 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81292025-02-10T18:47:29.420Z[ recovery-image] Feb 10 18:47:28.365 INFO O| Feb 10 18:47:28.365 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81302025-02-10T18:47:29.420Z[ recovery-image] Feb 10 18:47:28.365 INFO O| Feb 10 18:47:28.365 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81312025-02-10T18:47:29.421Z[ recovery-image] Feb 10 18:47:28.365 INFO O| Feb 10 18:47:28.365 INFO ok!
81322025-02-10T18:47:29.421Z[ recovery-image] Feb 10 18:47:28.365 INFO O| Feb 10 18:47:28.365 INFO STEP 34 (ensure_file) COMPLETE
81332025-02-10T18:47:29.421Z[ recovery-image] Feb 10 18:47:28.365 INFO O| Feb 10 18:47:28.365 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81342025-02-10T18:47:29.441Z[ recovery-image] Feb 10 18:47:28.388 INFO O| Feb 10 18:47:28.388 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81352025-02-10T18:47:29.441Z[ recovery-image] Feb 10 18:47:28.388 INFO O| Feb 10 18:47:28.388 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81362025-02-10T18:47:29.443Z[ recovery-image] Feb 10 18:47:28.388 INFO O| Feb 10 18:47:28.388 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81372025-02-10T18:47:29.443Z[ recovery-image] Feb 10 18:47:28.388 INFO O| Feb 10 18:47:28.388 INFO STEP 35 (ensure_dir) COMPLETE
81382025-02-10T18:47:29.443Z[ recovery-image] Feb 10 18:47:28.388 INFO O| Feb 10 18:47:28.388 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81392025-02-10T18:47:29.463Z[ recovery-image] Feb 10 18:47:28.411 INFO O| Feb 10 18:47:28.411 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
81402025-02-10T18:47:29.463Z[ recovery-image] Feb 10 18:47:28.411 INFO O| Feb 10 18:47:28.411 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
81412025-02-10T18:47:29.464Z[ recovery-image] Feb 10 18:47:28.411 INFO O| Feb 10 18:47:28.411 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
81422025-02-10T18:47:29.464Z[ recovery-image] Feb 10 18:47:28.411 INFO O| Feb 10 18:47:28.411 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
81432025-02-10T18:47:29.466Z[ recovery-image] Feb 10 18:47:28.411 INFO O| Feb 10 18:47:28.411 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
81442025-02-10T18:47:29.466Z[ recovery-image] Feb 10 18:47:28.411 INFO O| Feb 10 18:47:28.411 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
81452025-02-10T18:47:29.466Z[ recovery-image] Feb 10 18:47:28.411 INFO O| Feb 10 18:47:28.411 INFO ok!
81462025-02-10T18:47:29.466Z[ recovery-image] Feb 10 18:47:28.411 INFO O| Feb 10 18:47:28.411 INFO STEP 36 (ensure_file) COMPLETE
81472025-02-10T18:47:29.467Z[ recovery-image] Feb 10 18:47:28.411 INFO O| Feb 10 18:47:28.411 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81482025-02-10T18:47:29.502Z[ recovery-image] Feb 10 18:47:28.449 INFO O| Feb 10 18:47:28.449 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
81492025-02-10T18:47:29.502Z[ recovery-image] Feb 10 18:47:28.449 INFO O| Feb 10 18:47:28.449 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
81502025-02-10T18:47:29.502Z[ recovery-image] Feb 10 18:47:28.449 INFO O| Feb 10 18:47:28.449 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
81512025-02-10T18:47:29.504Z[ recovery-image] Feb 10 18:47:28.449 INFO O| Feb 10 18:47:28.449 INFO ok!
81522025-02-10T18:47:29.504Z[ recovery-image] Feb 10 18:47:28.449 INFO O| Feb 10 18:47:28.449 INFO STEP 37 (ensure_symlink) COMPLETE
81532025-02-10T18:47:29.504Z[ recovery-image] Feb 10 18:47:28.449 INFO O| Feb 10 18:47:28.449 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81542025-02-10T18:47:29.520Z[ recovery-image] Feb 10 18:47:28.468 INFO O| Feb 10 18:47:28.467 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
81552025-02-10T18:47:29.520Z[ recovery-image] Feb 10 18:47:28.468 INFO O| Feb 10 18:47:28.467 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
81562025-02-10T18:47:29.523Z[ recovery-image] Feb 10 18:47:28.468 INFO O| Feb 10 18:47:28.468 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81572025-02-10T18:47:29.523Z[ recovery-image] Feb 10 18:47:28.468 INFO O| Feb 10 18:47:28.468 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81582025-02-10T18:47:29.523Z[ recovery-image] Feb 10 18:47:28.468 INFO O| Feb 10 18:47:28.468 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81592025-02-10T18:47:29.523Z[ recovery-image] Feb 10 18:47:28.468 INFO O| Feb 10 18:47:28.468 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81602025-02-10T18:47:29.523Z[ recovery-image] Feb 10 18:47:28.468 INFO O| Feb 10 18:47:28.468 INFO ok!
81612025-02-10T18:47:29.525Z[ recovery-image] Feb 10 18:47:28.468 INFO O| Feb 10 18:47:28.468 INFO STEP 38 (ensure_file) COMPLETE
81622025-02-10T18:47:29.525Z[ recovery-image] Feb 10 18:47:28.468 INFO O| Feb 10 18:47:28.468 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81632025-02-10T18:47:29.541Z[ recovery-image] Feb 10 18:47:28.488 INFO O| Feb 10 18:47:28.488 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
81642025-02-10T18:47:29.541Z[ recovery-image] Feb 10 18:47:28.488 INFO O| Feb 10 18:47:28.488 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
81652025-02-10T18:47:29.541Z[ recovery-image] Feb 10 18:47:28.488 INFO O| Feb 10 18:47:28.488 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
81662025-02-10T18:47:29.544Z[ recovery-image] Feb 10 18:47:28.488 INFO O| Feb 10 18:47:28.488 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
81672025-02-10T18:47:29.544Z[ recovery-image] Feb 10 18:47:28.488 INFO O| Feb 10 18:47:28.488 INFO ok!
81682025-02-10T18:47:29.544Z[ recovery-image] Feb 10 18:47:28.488 INFO O| Feb 10 18:47:28.488 INFO STEP 39 (ensure_file) COMPLETE
81692025-02-10T18:47:29.544Z[ recovery-image] Feb 10 18:47:28.488 INFO O| Feb 10 18:47:28.488 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81702025-02-10T18:47:29.562Z[ recovery-image] Feb 10 18:47:28.509 INFO O| Feb 10 18:47:28.509 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
81712025-02-10T18:47:29.562Z[ recovery-image] Feb 10 18:47:28.509 INFO O| Feb 10 18:47:28.509 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
81722025-02-10T18:47:29.565Z[ recovery-image] Feb 10 18:47:28.509 INFO O| Feb 10 18:47:28.509 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
81732025-02-10T18:47:29.565Z[ recovery-image] Feb 10 18:47:28.510 INFO O| Feb 10 18:47:28.509 INFO ok!
81742025-02-10T18:47:29.565Z[ recovery-image] Feb 10 18:47:28.510 INFO O| Feb 10 18:47:28.509 INFO STEP 40 (ensure_file) COMPLETE
81752025-02-10T18:47:29.565Z[ recovery-image] Feb 10 18:47:28.510 INFO O| Feb 10 18:47:28.510 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
81762025-02-10T18:47:29.584Z[ recovery-image] Feb 10 18:47:28.531 INFO O| Feb 10 18:47:28.531 INFO updating shadow file
81772025-02-10T18:47:29.587Z[ recovery-image] Feb 10 18:47:28.531 INFO O| Feb 10 18:47:28.531 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81782025-02-10T18:47:29.587Z[ recovery-image] Feb 10 18:47:28.531 INFO O| Feb 10 18:47:28.531 INFO STEP 41 (shadow) COMPLETE
81792025-02-10T18:47:29.587Z[ recovery-image] Feb 10 18:47:28.531 INFO O| Feb 10 18:47:28.531 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
81802025-02-10T18:47:29.607Z[ recovery-image] Feb 10 18:47:28.554 INFO O| Feb 10 18:47:28.554 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
81812025-02-10T18:47:29.607Z[ recovery-image] Feb 10 18:47:28.554 INFO O| Feb 10 18:47:28.554 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
81822025-02-10T18:47:29.610Z[ recovery-image] Feb 10 18:47:28.555 INFO O| Feb 10 18:47:28.555 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
81832025-02-10T18:47:29.610Z[ recovery-image] Feb 10 18:47:28.555 INFO O| Feb 10 18:47:28.555 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
81842025-02-10T18:47:29.610Z[ recovery-image] Feb 10 18:47:28.555 INFO O| Feb 10 18:47:28.555 INFO ok!
81852025-02-10T18:47:29.610Z[ recovery-image] Feb 10 18:47:28.555 INFO O| Feb 10 18:47:28.555 INFO STEP 42 (ensure_file) COMPLETE
81862025-02-10T18:47:29.610Z[ recovery-image] Feb 10 18:47:28.555 INFO O| Feb 10 18:47:28.555 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81872025-02-10T18:47:29.630Z[ recovery-image] Feb 10 18:47:28.577 INFO O| Feb 10 18:47:28.577 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
81882025-02-10T18:47:29.630Z[ recovery-image] Feb 10 18:47:28.577 INFO O| Feb 10 18:47:28.577 INFO STEP 43 (ensure_dir) COMPLETE
81892025-02-10T18:47:29.631Z[ recovery-image] Feb 10 18:47:28.577 INFO O| Feb 10 18:47:28.577 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81902025-02-10T18:47:29.653Z[ recovery-image] Feb 10 18:47:28.600 INFO O| Feb 10 18:47:28.599 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
81912025-02-10T18:47:29.653Z[ recovery-image] Feb 10 18:47:28.600 INFO O| Feb 10 18:47:28.600 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
81922025-02-10T18:47:29.653Z[ recovery-image] Feb 10 18:47:28.600 INFO O| Feb 10 18:47:28.600 INFO STEP 44 (ensure_dir) COMPLETE
81932025-02-10T18:47:29.653Z[ recovery-image] Feb 10 18:47:28.600 INFO O| Feb 10 18:47:28.600 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81942025-02-10T18:47:29.675Z[ recovery-image] Feb 10 18:47:28.622 INFO O| Feb 10 18:47:28.622 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
81952025-02-10T18:47:29.675Z[ recovery-image] Feb 10 18:47:28.622 INFO O| Feb 10 18:47:28.622 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
81962025-02-10T18:47:29.675Z[ recovery-image] Feb 10 18:47:28.622 INFO O| Feb 10 18:47:28.622 INFO STEP 45 (ensure_dir) COMPLETE
81972025-02-10T18:47:29.678Z[ recovery-image] Feb 10 18:47:28.622 INFO O| Feb 10 18:47:28.622 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81982025-02-10T18:47:29.703Z[ recovery-image] Feb 10 18:47:28.650 INFO O| Feb 10 18:47:28.650 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
81992025-02-10T18:47:29.703Z[ recovery-image] Feb 10 18:47:28.650 INFO O| Feb 10 18:47:28.650 INFO copying /tmp/.tmpDMNkwv/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82002025-02-10T18:47:29.755Z[ recovery-image] Feb 10 18:47:28.702 INFO O| Feb 10 18:47:28.702 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82012025-02-10T18:47:29.755Z[ recovery-image] Feb 10 18:47:28.702 INFO O| Feb 10 18:47:28.702 INFO ok!
82022025-02-10T18:47:29.755Z[ recovery-image] Feb 10 18:47:28.702 INFO O| Feb 10 18:47:28.702 INFO STEP 46 (ensure_file) COMPLETE
82032025-02-10T18:47:29.755Z[ recovery-image] Feb 10 18:47:28.702 INFO O| Feb 10 18:47:28.702 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82042025-02-10T18:47:29.777Z[ recovery-image] Feb 10 18:47:28.724 INFO O| Feb 10 18:47:28.723 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82052025-02-10T18:47:29.777Z[ recovery-image] Feb 10 18:47:28.724 INFO O| Feb 10 18:47:28.724 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82062025-02-10T18:47:29.777Z[ recovery-image] Feb 10 18:47:28.724 INFO O| Feb 10 18:47:28.724 INFO STEP 47 (ensure_dir) COMPLETE
82072025-02-10T18:47:29.777Z[ recovery-image] Feb 10 18:47:28.724 INFO O| Feb 10 18:47:28.724 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82082025-02-10T18:47:29.807Z[ recovery-image] Feb 10 18:47:28.754 INFO O| Feb 10 18:47:28.754 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82092025-02-10T18:47:29.807Z[ recovery-image] Feb 10 18:47:28.754 INFO O| Feb 10 18:47:28.754 INFO copying /tmp/.tmpDMNkwv/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82102025-02-10T18:47:29.809Z[ recovery-image] Feb 10 18:47:28.755 INFO O| Feb 10 18:47:28.754 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82112025-02-10T18:47:29.809Z[ recovery-image] Feb 10 18:47:28.755 INFO O| Feb 10 18:47:28.755 INFO ok!
82122025-02-10T18:47:29.810Z[ recovery-image] Feb 10 18:47:28.755 INFO O| Feb 10 18:47:28.755 INFO STEP 48 (ensure_file) COMPLETE
82132025-02-10T18:47:29.810Z[ recovery-image] Feb 10 18:47:28.755 INFO O| Feb 10 18:47:28.755 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82142025-02-10T18:47:29.829Z[ recovery-image] Feb 10 18:47:28.776 INFO O| Feb 10 18:47:28.776 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82152025-02-10T18:47:29.829Z[ recovery-image] Feb 10 18:47:28.776 INFO O| Feb 10 18:47:28.776 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82162025-02-10T18:47:29.829Z[ recovery-image] Feb 10 18:47:28.776 INFO O| Feb 10 18:47:28.776 INFO STEP 49 (ensure_dir) COMPLETE
82172025-02-10T18:47:29.829Z[ recovery-image] Feb 10 18:47:28.776 INFO O| Feb 10 18:47:28.776 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82182025-02-10T18:47:29.849Z[ recovery-image] Feb 10 18:47:28.796 INFO O| Feb 10 18:47:28.796 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82192025-02-10T18:47:29.849Z[ recovery-image] Feb 10 18:47:28.796 INFO O| Feb 10 18:47:28.796 INFO copying /tmp/.tmpDMNkwv/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82202025-02-10T18:47:29.874Z[ recovery-image] Feb 10 18:47:28.821 INFO O| Feb 10 18:47:28.821 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82212025-02-10T18:47:29.874Z[ recovery-image] Feb 10 18:47:28.821 INFO O| Feb 10 18:47:28.821 INFO ok!
82222025-02-10T18:47:29.876Z[ recovery-image] Feb 10 18:47:28.821 INFO O| Feb 10 18:47:28.821 INFO STEP 50 (ensure_file) COMPLETE
82232025-02-10T18:47:29.876Z[ recovery-image] Feb 10 18:47:28.821 INFO O| Feb 10 18:47:28.821 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82242025-02-10T18:47:29.975Z[ recovery-image] Feb 10 18:47:28.922 INFO O| Feb 10 18:47:28.922 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82252025-02-10T18:47:29.975Z[ recovery-image] Feb 10 18:47:28.922 INFO O| Feb 10 18:47:28.922 INFO copying /tmp/.tmpDMNkwv/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82262025-02-10T18:47:32.033Z[ recovery-image] Feb 10 18:47:30.980 INFO O| Feb 10 18:47:30.980 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82272025-02-10T18:47:32.033Z[ recovery-image] Feb 10 18:47:30.980 INFO O| Feb 10 18:47:30.980 INFO ok!
82282025-02-10T18:47:32.036Z[ recovery-image] Feb 10 18:47:30.980 INFO O| Feb 10 18:47:30.980 INFO STEP 51 (ensure_file) COMPLETE
82292025-02-10T18:47:32.036Z[ recovery-image] Feb 10 18:47:30.980 INFO O| Feb 10 18:47:30.980 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82302025-02-10T18:47:32.057Z[ recovery-image] Feb 10 18:47:31.004 INFO O| Feb 10 18:47:31.004 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82312025-02-10T18:47:32.057Z[ recovery-image] Feb 10 18:47:31.004 INFO O| Feb 10 18:47:31.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82322025-02-10T18:47:32.057Z[ recovery-image] Feb 10 18:47:31.004 INFO O| Feb 10 18:47:31.004 INFO STEP 52 (ensure_dir) COMPLETE
82332025-02-10T18:47:32.060Z[ recovery-image] Feb 10 18:47:31.004 INFO O| Feb 10 18:47:31.004 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82342025-02-10T18:47:32.099Z[ recovery-image] Feb 10 18:47:31.047 INFO O| Feb 10 18:47:31.047 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
82352025-02-10T18:47:32.099Z[ recovery-image] Feb 10 18:47:31.047 INFO O| Feb 10 18:47:31.047 INFO copying /tmp/.tmpDMNkwv/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
82362025-02-10T18:47:32.102Z[ recovery-image] Feb 10 18:47:31.047 INFO O| Feb 10 18:47:31.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
82372025-02-10T18:47:32.102Z[ recovery-image] Feb 10 18:47:31.047 INFO O| Feb 10 18:47:31.047 INFO ok!
82382025-02-10T18:47:32.102Z[ recovery-image] Feb 10 18:47:31.047 INFO O| Feb 10 18:47:31.047 INFO STEP 53 (ensure_file) COMPLETE
82392025-02-10T18:47:32.102Z[ recovery-image] Feb 10 18:47:31.047 INFO O| Feb 10 18:47:31.047 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82402025-02-10T18:47:32.121Z[ recovery-image] Feb 10 18:47:31.069 INFO O| Feb 10 18:47:31.068 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
82412025-02-10T18:47:32.121Z[ recovery-image] Feb 10 18:47:31.069 INFO O| Feb 10 18:47:31.069 INFO copying /tmp/.tmpDMNkwv/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
82422025-02-10T18:47:32.121Z[ recovery-image] Feb 10 18:47:31.069 INFO O| Feb 10 18:47:31.069 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
82432025-02-10T18:47:32.124Z[ recovery-image] Feb 10 18:47:31.069 INFO O| Feb 10 18:47:31.069 INFO ok!
82442025-02-10T18:47:32.124Z[ recovery-image] Feb 10 18:47:31.069 INFO O| Feb 10 18:47:31.069 INFO STEP 54 (ensure_file) COMPLETE
82452025-02-10T18:47:32.124Z[ recovery-image] Feb 10 18:47:31.069 INFO O| Feb 10 18:47:31.069 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82462025-02-10T18:47:32.144Z[ recovery-image] Feb 10 18:47:31.091 INFO O| Feb 10 18:47:31.091 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82472025-02-10T18:47:32.144Z[ recovery-image] Feb 10 18:47:31.092 INFO O| Feb 10 18:47:31.091 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82482025-02-10T18:47:32.144Z[ recovery-image] Feb 10 18:47:31.092 INFO O| Feb 10 18:47:31.092 INFO STEP 55 (ensure_dir) COMPLETE
82492025-02-10T18:47:32.147Z[ recovery-image] Feb 10 18:47:31.092 INFO O| Feb 10 18:47:31.092 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82502025-02-10T18:47:32.165Z[ recovery-image] Feb 10 18:47:31.111 INFO O| Feb 10 18:47:31.111 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
82512025-02-10T18:47:32.165Z[ recovery-image] Feb 10 18:47:31.111 INFO O| Feb 10 18:47:31.111 INFO copying /tmp/.tmpDMNkwv/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
82522025-02-10T18:47:32.165Z[ recovery-image] Feb 10 18:47:31.112 INFO O| Feb 10 18:47:31.111 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
82532025-02-10T18:47:32.165Z[ recovery-image] Feb 10 18:47:31.112 INFO O| Feb 10 18:47:31.112 INFO ok!
82542025-02-10T18:47:32.165Z[ recovery-image] Feb 10 18:47:31.112 INFO O| Feb 10 18:47:31.112 INFO STEP 56 (ensure_file) COMPLETE
82552025-02-10T18:47:32.165Z[ recovery-image] Feb 10 18:47:31.112 INFO O| Feb 10 18:47:31.112 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82562025-02-10T18:47:32.186Z[ recovery-image] Feb 10 18:47:31.132 INFO O| Feb 10 18:47:31.132 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
82572025-02-10T18:47:32.186Z[ recovery-image] Feb 10 18:47:31.132 INFO O| Feb 10 18:47:31.132 INFO copying /tmp/.tmpDMNkwv/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
82582025-02-10T18:47:32.186Z[ recovery-image] Feb 10 18:47:31.133 INFO O| Feb 10 18:47:31.132 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
82592025-02-10T18:47:32.186Z[ recovery-image] Feb 10 18:47:31.133 INFO O| Feb 10 18:47:31.132 INFO ok!
82602025-02-10T18:47:32.186Z[ recovery-image] Feb 10 18:47:31.133 INFO O| Feb 10 18:47:31.133 INFO STEP 57 (ensure_file) COMPLETE
82612025-02-10T18:47:32.186Z[ recovery-image] Feb 10 18:47:31.133 INFO O| Feb 10 18:47:31.133 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82622025-02-10T18:47:32.268Z[ recovery-image] Feb 10 18:47:31.215 INFO O| Feb 10 18:47:31.215 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82632025-02-10T18:47:32.271Z[ recovery-image] Feb 10 18:47:31.215 INFO O| Feb 10 18:47:31.215 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82642025-02-10T18:47:32.271Z[ recovery-image] Feb 10 18:47:31.216 INFO O| Feb 10 18:47:31.216 INFO STEP 58 (ensure_dir) COMPLETE
82652025-02-10T18:47:32.271Z[ recovery-image] Feb 10 18:47:31.216 INFO O| Feb 10 18:47:31.216 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82662025-02-10T18:47:32.328Z[ recovery-image] Feb 10 18:47:31.275 INFO O| Feb 10 18:47:31.275 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
82672025-02-10T18:47:32.328Z[ recovery-image] Feb 10 18:47:31.275 INFO O| Feb 10 18:47:31.275 INFO copying /tmp/.tmpDMNkwv/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
82682025-02-10T18:47:32.331Z[ recovery-image] Feb 10 18:47:31.275 INFO O| Feb 10 18:47:31.275 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
82692025-02-10T18:47:32.331Z[ recovery-image] Feb 10 18:47:31.275 INFO O| Feb 10 18:47:31.275 INFO ok!
82702025-02-10T18:47:32.331Z[ recovery-image] Feb 10 18:47:31.275 INFO O| Feb 10 18:47:31.275 INFO STEP 59 (ensure_file) COMPLETE
82712025-02-10T18:47:32.331Z[ recovery-image] Feb 10 18:47:31.275 INFO O| Feb 10 18:47:31.275 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82722025-02-10T18:47:32.349Z[ recovery-image] Feb 10 18:47:31.297 INFO O| Feb 10 18:47:31.297 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
82732025-02-10T18:47:32.349Z[ recovery-image] Feb 10 18:47:31.297 INFO O| Feb 10 18:47:31.297 INFO copying /tmp/.tmpDMNkwv/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
82742025-02-10T18:47:32.353Z[ recovery-image] Feb 10 18:47:31.297 INFO O| Feb 10 18:47:31.297 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
82752025-02-10T18:47:32.353Z[ recovery-image] Feb 10 18:47:31.297 INFO O| Feb 10 18:47:31.297 INFO ok!
82762025-02-10T18:47:32.353Z[ recovery-image] Feb 10 18:47:31.297 INFO O| Feb 10 18:47:31.297 INFO STEP 60 (ensure_file) COMPLETE
82772025-02-10T18:47:32.353Z[ recovery-image] Feb 10 18:47:31.297 INFO O| Feb 10 18:47:31.297 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82782025-02-10T18:47:32.371Z[ recovery-image] Feb 10 18:47:31.318 INFO O| Feb 10 18:47:31.318 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
82792025-02-10T18:47:32.371Z[ recovery-image] Feb 10 18:47:31.318 INFO O| Feb 10 18:47:31.318 INFO STEP 61 (ensure_dir) COMPLETE
82802025-02-10T18:47:32.373Z[ recovery-image] Feb 10 18:47:31.318 INFO O| Feb 10 18:47:31.318 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82812025-02-10T18:47:32.392Z[ recovery-image] Feb 10 18:47:31.339 INFO O| Feb 10 18:47:31.339 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
82822025-02-10T18:47:32.392Z[ recovery-image] Feb 10 18:47:31.339 INFO O| Feb 10 18:47:31.339 INFO STEP 62 (ensure_dir) COMPLETE
82832025-02-10T18:47:32.392Z[ recovery-image] Feb 10 18:47:31.339 INFO O| Feb 10 18:47:31.339 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82842025-02-10T18:47:32.412Z[ recovery-image] Feb 10 18:47:31.359 INFO O| Feb 10 18:47:31.359 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
82852025-02-10T18:47:32.412Z[ recovery-image] Feb 10 18:47:31.359 INFO O| Feb 10 18:47:31.359 INFO STEP 63 (ensure_dir) COMPLETE
82862025-02-10T18:47:32.415Z[ recovery-image] Feb 10 18:47:31.359 INFO O| Feb 10 18:47:31.359 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82872025-02-10T18:47:32.451Z[ recovery-image] Feb 10 18:47:31.398 INFO O| Feb 10 18:47:31.398 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
82882025-02-10T18:47:32.451Z[ recovery-image] Feb 10 18:47:31.398 INFO O| Feb 10 18:47:31.398 INFO STEP 64 (ensure_dir) COMPLETE
82892025-02-10T18:47:32.466Z[ recovery-image] Feb 10 18:47:31.398 INFO O| Feb 10 18:47:31.398 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82902025-02-10T18:47:32.510Z[ recovery-image] Feb 10 18:47:31.457 INFO O| Feb 10 18:47:31.457 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
82912025-02-10T18:47:32.510Z[ recovery-image] Feb 10 18:47:31.457 INFO O| Feb 10 18:47:31.457 INFO copying /tmp/.tmpDMNkwv/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
82922025-02-10T18:47:32.510Z[ recovery-image] Feb 10 18:47:31.457 INFO O| Feb 10 18:47:31.457 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
82932025-02-10T18:47:32.510Z[ recovery-image] Feb 10 18:47:31.457 INFO O| Feb 10 18:47:31.457 INFO ok!
82942025-02-10T18:47:32.513Z[ recovery-image] Feb 10 18:47:31.457 INFO O| Feb 10 18:47:31.457 INFO STEP 65 (ensure_file) COMPLETE
82952025-02-10T18:47:32.513Z[ recovery-image] Feb 10 18:47:31.457 INFO O| Feb 10 18:47:31.457 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82962025-02-10T18:47:32.601Z[ recovery-image] Feb 10 18:47:31.549 INFO O| Feb 10 18:47:31.549 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
82972025-02-10T18:47:32.604Z[ recovery-image] Feb 10 18:47:31.549 INFO O| Feb 10 18:47:31.549 INFO STEP 66 (remove_files) COMPLETE
82982025-02-10T18:47:32.604Z[ recovery-image] Feb 10 18:47:31.549 INFO O| Feb 10 18:47:31.549 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82992025-02-10T18:47:32.622Z[ recovery-image] Feb 10 18:47:31.570 INFO O| Feb 10 18:47:31.570 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83002025-02-10T18:47:32.625Z[ recovery-image] Feb 10 18:47:31.570 INFO O| Feb 10 18:47:31.570 INFO STEP 67 (remove_files) COMPLETE
83012025-02-10T18:47:32.625Z[ recovery-image] Feb 10 18:47:31.570 INFO O| Feb 10 18:47:31.570 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83022025-02-10T18:47:32.645Z[ recovery-image] Feb 10 18:47:31.592 INFO O| Feb 10 18:47:31.592 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83032025-02-10T18:47:32.648Z[ recovery-image] Feb 10 18:47:31.593 INFO O| Feb 10 18:47:31.593 INFO STEP 68 (remove_files) COMPLETE
83042025-02-10T18:47:32.648Z[ recovery-image] Feb 10 18:47:31.593 INFO O| Feb 10 18:47:31.593 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83052025-02-10T18:47:32.668Z[ recovery-image] Feb 10 18:47:31.615 INFO O| Feb 10 18:47:31.615 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83062025-02-10T18:47:32.671Z[ recovery-image] Feb 10 18:47:31.616 INFO O| Feb 10 18:47:31.615 INFO STEP 69 (remove_files) COMPLETE
83072025-02-10T18:47:32.671Z[ recovery-image] Feb 10 18:47:31.616 INFO O| Feb 10 18:47:31.615 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83082025-02-10T18:47:32.706Z[ recovery-image] Feb 10 18:47:31.653 INFO O| Feb 10 18:47:31.653 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83092025-02-10T18:47:32.709Z[ recovery-image] Feb 10 18:47:31.654 INFO O| Feb 10 18:47:31.654 INFO STEP 70 (remove_files) COMPLETE
83102025-02-10T18:47:32.709Z[ recovery-image] Feb 10 18:47:31.654 INFO O| Feb 10 18:47:31.654 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83112025-02-10T18:47:32.787Z[ recovery-image] Feb 10 18:47:31.735 INFO O| Feb 10 18:47:31.735 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83122025-02-10T18:47:32.790Z[ recovery-image] Feb 10 18:47:31.735 INFO O| Feb 10 18:47:31.735 INFO STEP 71 (remove_files) COMPLETE
83132025-02-10T18:47:32.790Z[ recovery-image] Feb 10 18:47:31.735 INFO O| Feb 10 18:47:31.735 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83142025-02-10T18:47:32.928Z[ recovery-image] Feb 10 18:47:31.875 INFO O| Feb 10 18:47:31.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83152025-02-10T18:47:32.928Z[ recovery-image] Feb 10 18:47:31.875 INFO O| Feb 10 18:47:31.875 INFO STEP 72 (remove_files) COMPLETE
83162025-02-10T18:47:32.928Z[ recovery-image] Feb 10 18:47:31.875 INFO O| Feb 10 18:47:31.875 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83172025-02-10T18:47:33.033Z[ recovery-image] Feb 10 18:47:31.980 INFO O| Feb 10 18:47:31.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83182025-02-10T18:47:33.034Z[ recovery-image] Feb 10 18:47:31.980 INFO O| Feb 10 18:47:31.980 INFO STEP 73 (remove_files) COMPLETE
83192025-02-10T18:47:33.037Z[ recovery-image] Feb 10 18:47:31.980 INFO O| Feb 10 18:47:31.980 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83202025-02-10T18:47:33.085Z[ recovery-image] Feb 10 18:47:32.032 INFO O| Feb 10 18:47:32.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83212025-02-10T18:47:33.085Z[ recovery-image] Feb 10 18:47:32.032 INFO O| Feb 10 18:47:32.032 INFO STEP 74 (remove_files) COMPLETE
83222025-02-10T18:47:33.088Z[ recovery-image] Feb 10 18:47:32.032 INFO O| Feb 10 18:47:32.032 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83232025-02-10T18:47:33.104Z[ recovery-image] Feb 10 18:47:32.052 INFO O| Feb 10 18:47:32.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83242025-02-10T18:47:33.107Z[ recovery-image] Feb 10 18:47:32.052 INFO O| Feb 10 18:47:32.052 INFO STEP 75 (remove_files) COMPLETE
83252025-02-10T18:47:33.107Z[ recovery-image] Feb 10 18:47:32.052 INFO O| Feb 10 18:47:32.052 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83262025-02-10T18:47:33.124Z[ recovery-image] Feb 10 18:47:32.071 INFO O| Feb 10 18:47:32.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83272025-02-10T18:47:33.124Z[ recovery-image] Feb 10 18:47:32.071 INFO O| Feb 10 18:47:32.071 INFO STEP 76 (remove_files) COMPLETE
83282025-02-10T18:47:33.124Z[ recovery-image] Feb 10 18:47:32.071 INFO O| Feb 10 18:47:32.071 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83292025-02-10T18:47:33.209Z[ recovery-image] Feb 10 18:47:32.156 INFO O| Feb 10 18:47:32.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83302025-02-10T18:47:33.210Z[ recovery-image] Feb 10 18:47:32.156 INFO O| Feb 10 18:47:32.156 INFO STEP 77 (remove_files) COMPLETE
83312025-02-10T18:47:33.210Z[ recovery-image] Feb 10 18:47:32.156 INFO O| Feb 10 18:47:32.156 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83322025-02-10T18:47:33.244Z[ recovery-image] Feb 10 18:47:32.191 INFO O| Feb 10 18:47:32.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83332025-02-10T18:47:33.244Z[ recovery-image] Feb 10 18:47:32.191 INFO O| Feb 10 18:47:32.191 INFO STEP 78 (remove_files) COMPLETE
83342025-02-10T18:47:33.246Z[ recovery-image] Feb 10 18:47:32.191 INFO O| Feb 10 18:47:32.191 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83352025-02-10T18:47:33.289Z[ recovery-image] Feb 10 18:47:32.236 INFO O| Feb 10 18:47:32.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
83362025-02-10T18:47:33.292Z[ recovery-image] Feb 10 18:47:32.237 INFO O| Feb 10 18:47:32.237 INFO STEP 79 (remove_files) COMPLETE
83372025-02-10T18:47:33.292Z[ recovery-image] Feb 10 18:47:32.237 INFO O| Feb 10 18:47:32.237 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83382025-02-10T18:47:33.312Z[ recovery-image] Feb 10 18:47:32.259 INFO O| Feb 10 18:47:32.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
83392025-02-10T18:47:33.312Z[ recovery-image] Feb 10 18:47:32.259 INFO O| Feb 10 18:47:32.259 INFO STEP 80 (remove_files) COMPLETE
83402025-02-10T18:47:33.315Z[ recovery-image] Feb 10 18:47:32.259 INFO O| Feb 10 18:47:32.259 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83412025-02-10T18:47:33.335Z[ recovery-image] Feb 10 18:47:32.282 INFO O| Feb 10 18:47:32.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
83422025-02-10T18:47:33.335Z[ recovery-image] Feb 10 18:47:32.282 INFO O| Feb 10 18:47:32.282 INFO STEP 81 (remove_files) COMPLETE
83432025-02-10T18:47:33.338Z[ recovery-image] Feb 10 18:47:32.282 INFO O| Feb 10 18:47:32.282 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83442025-02-10T18:47:33.359Z[ recovery-image] Feb 10 18:47:32.306 INFO O| Feb 10 18:47:32.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
83452025-02-10T18:47:33.359Z[ recovery-image] Feb 10 18:47:32.306 INFO O| Feb 10 18:47:32.306 INFO STEP 82 (remove_files) COMPLETE
83462025-02-10T18:47:33.359Z[ recovery-image] Feb 10 18:47:32.306 INFO O| Feb 10 18:47:32.306 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83472025-02-10T18:47:33.382Z[ recovery-image] Feb 10 18:47:32.330 INFO O| Feb 10 18:47:32.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
83482025-02-10T18:47:33.382Z[ recovery-image] Feb 10 18:47:32.330 INFO O| Feb 10 18:47:32.330 INFO STEP 83 (remove_files) COMPLETE
83492025-02-10T18:47:33.383Z[ recovery-image] Feb 10 18:47:32.330 INFO O| Feb 10 18:47:32.330 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83502025-02-10T18:47:33.406Z[ recovery-image] Feb 10 18:47:32.354 INFO O| Feb 10 18:47:32.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
83512025-02-10T18:47:33.406Z[ recovery-image] Feb 10 18:47:32.354 INFO O| Feb 10 18:47:32.354 INFO STEP 84 (remove_files) COMPLETE
83522025-02-10T18:47:33.409Z[ recovery-image] Feb 10 18:47:32.354 INFO O| Feb 10 18:47:32.354 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83532025-02-10T18:47:33.430Z[ recovery-image] Feb 10 18:47:32.377 INFO O| Feb 10 18:47:32.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
83542025-02-10T18:47:33.430Z[ recovery-image] Feb 10 18:47:32.377 INFO O| Feb 10 18:47:32.377 INFO STEP 85 (remove_files) COMPLETE
83552025-02-10T18:47:33.430Z[ recovery-image] Feb 10 18:47:32.377 INFO O| Feb 10 18:47:32.377 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83562025-02-10T18:47:33.452Z[ recovery-image] Feb 10 18:47:32.399 INFO O| Feb 10 18:47:32.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
83572025-02-10T18:47:33.454Z[ recovery-image] Feb 10 18:47:32.399 INFO O| Feb 10 18:47:32.399 INFO STEP 86 (remove_files) COMPLETE
83582025-02-10T18:47:33.454Z[ recovery-image] Feb 10 18:47:32.399 INFO O| Feb 10 18:47:32.399 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83592025-02-10T18:47:33.474Z[ recovery-image] Feb 10 18:47:32.421 INFO O| Feb 10 18:47:32.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
83602025-02-10T18:47:33.475Z[ recovery-image] Feb 10 18:47:32.421 INFO O| Feb 10 18:47:32.421 INFO STEP 87 (remove_files) COMPLETE
83612025-02-10T18:47:33.478Z[ recovery-image] Feb 10 18:47:32.421 INFO O| Feb 10 18:47:32.421 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83622025-02-10T18:47:33.495Z[ recovery-image] Feb 10 18:47:32.442 INFO O| Feb 10 18:47:32.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
83632025-02-10T18:47:33.495Z[ recovery-image] Feb 10 18:47:32.442 INFO O| Feb 10 18:47:32.442 INFO STEP 88 (remove_files) COMPLETE
83642025-02-10T18:47:33.495Z[ recovery-image] Feb 10 18:47:32.442 INFO O| Feb 10 18:47:32.442 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83652025-02-10T18:47:33.515Z[ recovery-image] Feb 10 18:47:32.463 INFO O| Feb 10 18:47:32.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
83662025-02-10T18:47:33.515Z[ recovery-image] Feb 10 18:47:32.463 INFO O| Feb 10 18:47:32.463 INFO STEP 89 (remove_files) COMPLETE
83672025-02-10T18:47:33.518Z[ recovery-image] Feb 10 18:47:32.463 INFO O| Feb 10 18:47:32.463 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83682025-02-10T18:47:33.535Z[ recovery-image] Feb 10 18:47:32.482 INFO O| Feb 10 18:47:32.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
83692025-02-10T18:47:33.535Z[ recovery-image] Feb 10 18:47:32.482 INFO O| Feb 10 18:47:32.482 INFO STEP 90 (remove_files) COMPLETE
83702025-02-10T18:47:33.535Z[ recovery-image] Feb 10 18:47:32.483 INFO O| Feb 10 18:47:32.482 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83712025-02-10T18:47:33.553Z[ recovery-image] Feb 10 18:47:32.501 INFO O| Feb 10 18:47:32.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
83722025-02-10T18:47:33.556Z[ recovery-image] Feb 10 18:47:32.501 INFO O| Feb 10 18:47:32.501 INFO STEP 91 (remove_files) COMPLETE
83732025-02-10T18:47:33.556Z[ recovery-image] Feb 10 18:47:32.501 INFO O| Feb 10 18:47:32.501 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83742025-02-10T18:47:33.573Z[ recovery-image] Feb 10 18:47:32.520 INFO O| Feb 10 18:47:32.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
83752025-02-10T18:47:33.573Z[ recovery-image] Feb 10 18:47:32.520 INFO O| Feb 10 18:47:32.520 INFO STEP 92 (remove_files) COMPLETE
83762025-02-10T18:47:33.573Z[ recovery-image] Feb 10 18:47:32.520 INFO O| Feb 10 18:47:32.520 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83772025-02-10T18:47:33.622Z[ recovery-image] Feb 10 18:47:32.570 INFO O| Feb 10 18:47:32.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
83782025-02-10T18:47:33.623Z[ recovery-image] Feb 10 18:47:32.570 INFO O| Feb 10 18:47:32.570 INFO STEP 93 (remove_files) COMPLETE
83792025-02-10T18:47:33.623Z[ recovery-image] Feb 10 18:47:32.570 INFO O| Feb 10 18:47:32.570 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83802025-02-10T18:47:33.641Z[ recovery-image] Feb 10 18:47:32.589 INFO O| Feb 10 18:47:32.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
83812025-02-10T18:47:33.641Z[ recovery-image] Feb 10 18:47:32.589 INFO O| Feb 10 18:47:32.589 INFO STEP 94 (remove_files) COMPLETE
83822025-02-10T18:47:33.641Z[ recovery-image] Feb 10 18:47:32.589 INFO O| Feb 10 18:47:32.589 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83832025-02-10T18:47:33.677Z[ recovery-image] Feb 10 18:47:32.624 INFO O| Feb 10 18:47:32.624 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
83842025-02-10T18:47:33.680Z[ recovery-image] Feb 10 18:47:32.625 INFO O| Feb 10 18:47:32.625 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
83852025-02-10T18:47:34.104Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
83862025-02-10T18:47:47.716Z[ recovery-image] Feb 10 18:47:46.663 INFO O| Feb 10 18:47:46.663 INFO O| Loading smf(7) service descriptions: 1/672/673/674/675/676/677/678/679/6710/6711/6712/6713/6714/6715/6716/6717/6718/6719/6720/6721/6722/6723/6724/6725/6726/6727/6728/6729/6730/6731/6732/6733/6734/6735/6736/6737/6738/6739/6740/6741/6742/6743/6744/6745/6746/6747/6748/6749/6750/6751/6752/6753/6754/6755/6756/6757/6758/6759/6760/6761/6762/6763/6764/6765/6766/6767/67
83872025-02-10T18:47:47.719Z[ recovery-image] Feb 10 18:47:46.663 INFO O| Feb 10 18:47:46.663 INFO E| svccfg: Loaded 67 smf(7) service descriptions
83882025-02-10T18:47:47.735Z[ recovery-image] Feb 10 18:47:46.683 INFO O| Feb 10 18:47:46.682 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
83892025-02-10T18:47:47.909Z[ recovery-image] Feb 10 18:47:46.855 INFO O| Feb 10 18:47:46.855 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
83902025-02-10T18:47:47.910Z[ recovery-image] Feb 10 18:47:46.855 INFO O| Feb 10 18:47:46.855 INFO copying /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db ...
83912025-02-10T18:47:47.912Z[ recovery-image] Feb 10 18:47:46.858 INFO O| Feb 10 18:47:46.858 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
83922025-02-10T18:47:47.914Z[ recovery-image] Feb 10 18:47:46.858 INFO O| Feb 10 18:47:46.858 INFO ok!
83932025-02-10T18:47:47.914Z[ recovery-image] Feb 10 18:47:46.858 INFO O| Feb 10 18:47:46.858 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
83942025-02-10T18:47:47.914Z[ recovery-image] Feb 10 18:47:46.858 INFO O| Feb 10 18:47:46.858 INFO STEP 95 (seed_smf) COMPLETE
83952025-02-10T18:47:47.914Z[ recovery-image] Feb 10 18:47:46.858 INFO O| Feb 10 18:47:46.858 INFO steps complete; finalising image!
83962025-02-10T18:47:47.914Z[ recovery-image] Feb 10 18:47:46.858 INFO O| Feb 10 18:47:46.858 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
83972025-02-10T18:47:47.988Z[ recovery-image] Feb 10 18:47:46.935 INFO O| Feb 10 18:47:46.935 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Mon Feb 10 18:47:46 2025)
83982025-02-10T18:47:48.207Z[ recovery-image] Feb 10 18:47:47.154 INFO O| Feb 10 18:47:47.154 INFO trim TEMPORARY-gimlet-zfs-recovery: (46% trimmed, started at Mon Feb 10 18:47:46 2025)
83992025-02-10T18:47:48.419Z[ recovery-image] Feb 10 18:47:47.366 INFO O| Feb 10 18:47:47.366 INFO trim TEMPORARY-gimlet-zfs-recovery: (90% trimmed, started at Mon Feb 10 18:47:46 2025)
84002025-02-10T18:47:48.662Z[ recovery-image] Feb 10 18:47:47.610 INFO O| Feb 10 18:47:47.610 INFO temporary pool has 374M used, 1.38G avail, 1.00x compressratio
84012025-02-10T18:47:48.665Z[ recovery-image] Feb 10 18:47:47.610 INFO O| Feb 10 18:47:47.610 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84022025-02-10T18:47:49.414Z[ recovery-image] Feb 10 18:47:48.362 INFO O| Feb 10 18:47:48.362 INFO copying image /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84032025-02-10T18:47:49.414Z[ recovery-image] Feb 10 18:47:48.362 INFO O| Feb 10 18:47:48.362 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84042025-02-10T18:47:55.229Z[ recovery-image] Feb 10 18:47:54.177 INFO O| Feb 10 18:47:54.177 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84052025-02-10T18:47:55.229Z[ recovery-image] Feb 10 18:47:54.177 INFO O| Feb 10 18:47:54.177 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84062025-02-10T18:47:55.232Z[ recovery-image] Feb 10 18:47:54.177 INFO O| Feb 10 18:47:54.177 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84072025-02-10T18:47:55.232Z[ recovery-image] Feb 10 18:47:54.177 INFO O| Feb 10 18:47:54.177 INFO completed processing gimlet/zfs-recovery
84082025-02-10T18:47:55.233Z[ recovery-image] Feb 10 18:47:54.177 INFO O| Feb 10 18:47:54.177 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84092025-02-10T18:47:56.001Z[ recovery-image] Feb 10 18:47:54.948 INFO O| Feb 10 18:47:54.948 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84102025-02-10T18:47:56.131Z[ recovery-image] Feb 10 18:47:55.079 INFO BUILD STRING "heads/stlouis-0-gbd47bbc5b2\n"
84112025-02-10T18:47:56.135Z[ recovery-image] Feb 10 18:47:55.080 INFO expanded image name: "recovery 584d88c/${os_short_commit} 2025-02-10 18:16" -> "recovery 584d88c/bd47bbc 2025-02-10 18:16"
84122025-02-10T18:47:56.135Z[ recovery-image] Feb 10 18:47:55.080 INFO output artefacts stored in: "/work/os-recovery"
84132025-02-10T18:47:56.135Z[ recovery-image] Feb 10 18:47:55.081 INFO collecting git info from project "image-builder"...
84142025-02-10T18:47:56.184Z[ recovery-image] Feb 10 18:47:55.132 INFO collecting git info from project "amd-firmware"...
84152025-02-10T18:47:56.755Z[ recovery-image] Feb 10 18:47:55.702 INFO collecting git info from project "chelsio-t6-roms"...
84162025-02-10T18:47:56.790Z[ recovery-image] Feb 10 18:47:55.737 INFO collecting git info from project "phbl"...
84172025-02-10T18:47:56.803Z[ recovery-image] Feb 10 18:47:55.750 INFO collecting git info from project "bootserver"...
84182025-02-10T18:47:56.817Z[ recovery-image] Feb 10 18:47:55.765 INFO collecting git info from project "pilot"...
84192025-02-10T18:47:56.887Z[ recovery-image] Feb 10 18:47:55.835 INFO collecting git info from project "pinprick"...
84202025-02-10T18:47:56.899Z[ recovery-image] Feb 10 18:47:55.847 INFO collecting git info from project "amd-host-image-builder"...
84212025-02-10T18:47:57.817Z[ recovery-image] Feb 10 18:47:56.765 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84222025-02-10T18:47:58.997Z[ recovery-image] Feb 10 18:47:57.944 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84232025-02-10T18:47:59.654Z[ recovery-image] Feb 10 18:47:58.602 INFO creating Oxide boot image...
84242025-02-10T18:47:59.657Z[ recovery-image] Feb 10 18:47:58.602 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 584d88c/bd47bbc 2025-02-10 18:16", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84252025-02-10T18:48:41.100Z[ host-image] Feb 10 18:48:40.048 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23206:20250206T204920Z
84262025-02-10T18:48:41.100Z[ host-image] Feb 10 18:48:40.049 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23206:20250206T204921Z
84272025-02-10T18:48:41.103Z[ host-image] Feb 10 18:48:40.049 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84282025-02-10T18:48:41.103Z[ host-image] Feb 10 18:48:40.049 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84292025-02-10T18:48:41.103Z[ host-image] Feb 10 18:48:40.049 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84302025-02-10T18:48:41.103Z[ host-image] Feb 10 18:48:40.050 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84312025-02-10T18:48:41.103Z[ host-image] Feb 10 18:48:40.051 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
84322025-02-10T18:48:41.103Z[ host-image] Feb 10 18:48:40.051 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
84332025-02-10T18:48:41.103Z[ host-image] Feb 10 18:48:40.051 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
84342025-02-10T18:48:41.103Z[ host-image] Feb 10 18:48:40.051 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
84352025-02-10T18:48:41.103Z[ host-image] Feb 10 18:48:40.051 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23206:20250206T204921Z
84362025-02-10T18:48:41.106Z[ host-image] Feb 10 18:48:40.054 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23206:20250206T204922Z
84372025-02-10T18:48:41.109Z[ host-image] Feb 10 18:48:40.055 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23206:20250206T204922Z
84382025-02-10T18:48:41.109Z[ host-image] Feb 10 18:48:40.056 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23206:20250206T204922Z
84392025-02-10T18:48:41.109Z[ host-image] Feb 10 18:48:40.056 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
84402025-02-10T18:48:41.109Z[ host-image] Feb 10 18:48:40.057 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23206:20250206T204922Z
84412025-02-10T18:48:41.111Z[ host-image] Feb 10 18:48:40.058 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23206:20250206T204922Z
84422025-02-10T18:48:41.112Z[ host-image] Feb 10 18:48:40.058 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23206:20250206T204922Z
84432025-02-10T18:48:41.112Z[ host-image] Feb 10 18:48:40.059 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23206:20250206T204922Z
84442025-02-10T18:48:41.112Z[ host-image] Feb 10 18:48:40.059 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23206:20250206T204923Z
84452025-02-10T18:48:41.112Z[ host-image] Feb 10 18:48:40.059 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23206:20250206T204923Z
84462025-02-10T18:48:41.112Z[ host-image] Feb 10 18:48:40.059 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23206:20250206T204924Z
84472025-02-10T18:48:41.112Z[ host-image] Feb 10 18:48:40.059 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23206:20250206T204924Z
84482025-02-10T18:48:41.112Z[ host-image] Feb 10 18:48:40.060 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23206:20250206T204925Z
84492025-02-10T18:48:41.112Z[ host-image] Feb 10 18:48:40.060 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23206:20250206T204925Z
84502025-02-10T18:48:41.115Z[ host-image] Feb 10 18:48:40.060 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23206:20250206T204926Z
84512025-02-10T18:48:41.116Z[ host-image] Feb 10 18:48:40.061 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23206:20250206T204926Z
84522025-02-10T18:48:41.116Z[ host-image] Feb 10 18:48:40.061 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23206:20250206T204927Z
84532025-02-10T18:48:41.116Z[ host-image] Feb 10 18:48:40.061 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23206:20250206T204928Z
84542025-02-10T18:48:41.116Z[ host-image] Feb 10 18:48:40.061 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
84552025-02-10T18:48:41.116Z[ host-image] Feb 10 18:48:40.061 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23206:20250206T204929Z
84562025-02-10T18:48:41.116Z[ host-image] Feb 10 18:48:40.061 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23206:20250206T204931Z
84572025-02-10T18:48:41.116Z[ host-image] Feb 10 18:48:40.061 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23206:20250206T204932Z
84582025-02-10T18:48:41.116Z[ host-image] Feb 10 18:48:40.062 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23206:20250206T204933Z
84592025-02-10T18:48:41.119Z[ host-image] Feb 10 18:48:40.064 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23206:20250206T204934Z
84602025-02-10T18:48:41.119Z[ host-image] Feb 10 18:48:40.064 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23206:20250206T204934Z
84612025-02-10T18:48:41.131Z[ host-image] Feb 10 18:48:40.080 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
84622025-02-10T18:48:41.131Z[ host-image] Feb 10 18:48:40.080 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23206:20250206T204934Z
84632025-02-10T18:48:41.134Z[ host-image] Feb 10 18:48:40.080 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
84642025-02-10T18:48:41.134Z[ host-image] Feb 10 18:48:40.081 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
84652025-02-10T18:48:41.134Z[ host-image] Feb 10 18:48:40.082 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
84662025-02-10T18:48:41.134Z[ host-image] Feb 10 18:48:40.082 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23206:20250206T204935Z
84672025-02-10T18:48:41.134Z[ host-image] Feb 10 18:48:40.082 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
84682025-02-10T18:48:41.138Z[ host-image] Feb 10 18:48:40.083 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
84692025-02-10T18:48:41.138Z[ host-image] Feb 10 18:48:40.085 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
84702025-02-10T18:48:41.138Z[ host-image] Feb 10 18:48:40.085 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
84712025-02-10T18:48:41.175Z[ host-image] Feb 10 18:48:40.123 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
84722025-02-10T18:48:41.175Z[ host-image] Feb 10 18:48:40.123 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
84732025-02-10T18:48:41.177Z[ host-image] Feb 10 18:48:40.123 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
84742025-02-10T18:48:41.177Z[ host-image] Feb 10 18:48:40.124 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
84752025-02-10T18:48:41.177Z[ host-image] Feb 10 18:48:40.125 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
84762025-02-10T18:48:41.177Z[ host-image] Feb 10 18:48:40.126 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
84772025-02-10T18:48:41.270Z[ host-image] Feb 10 18:48:40.218 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
84782025-02-10T18:48:41.273Z[ host-image] Feb 10 18:48:40.219 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
84792025-02-10T18:48:41.273Z[ host-image] Feb 10 18:48:40.219 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
84802025-02-10T18:48:41.273Z[ host-image] Feb 10 18:48:40.221 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23206:20250206T204936Z
84812025-02-10T18:48:41.273Z[ host-image] Feb 10 18:48:40.221 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23206:20250206T204942Z
84822025-02-10T18:48:41.273Z[ host-image] Feb 10 18:48:40.221 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
84832025-02-10T18:48:41.273Z[ host-image] Feb 10 18:48:40.221 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23206:20250206T204943Z
84842025-02-10T18:48:41.273Z[ host-image] Feb 10 18:48:40.221 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
84852025-02-10T18:48:41.276Z[ host-image] Feb 10 18:48:40.221 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
84862025-02-10T18:48:41.276Z[ host-image] Feb 10 18:48:40.222 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
84872025-02-10T18:48:41.276Z[ host-image] Feb 10 18:48:40.222 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23206:20250206T204943Z
84882025-02-10T18:48:41.276Z[ host-image] Feb 10 18:48:40.222 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
84892025-02-10T18:48:41.280Z[ host-image] Feb 10 18:48:40.229 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
84902025-02-10T18:48:41.283Z[ host-image] Feb 10 18:48:40.229 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
84912025-02-10T18:48:41.283Z[ host-image] Feb 10 18:48:40.229 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
84922025-02-10T18:48:41.283Z[ host-image] Feb 10 18:48:40.230 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23206:20250206T204943Z
84932025-02-10T18:48:41.283Z[ host-image] Feb 10 18:48:40.230 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
84942025-02-10T18:48:41.304Z[ host-image] Feb 10 18:48:40.253 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
84952025-02-10T18:48:41.307Z[ host-image] Feb 10 18:48:40.253 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23206:20250206T204943Z
84962025-02-10T18:48:41.310Z[ host-image] Feb 10 18:48:40.257 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23206:20250206T204944Z
84972025-02-10T18:48:41.310Z[ host-image] Feb 10 18:48:40.257 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23206:20250206T204944Z
84982025-02-10T18:48:41.310Z[ host-image] Feb 10 18:48:40.258 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
84992025-02-10T18:48:41.310Z[ host-image] Feb 10 18:48:40.258 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23206:20250206T204945Z
85002025-02-10T18:48:41.312Z[ host-image] Feb 10 18:48:40.259 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23206:20250206T204945Z
85012025-02-10T18:48:41.312Z[ host-image] Feb 10 18:48:40.259 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23206:20250206T204945Z
85022025-02-10T18:48:41.313Z[ host-image] Feb 10 18:48:40.260 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23206:20250206T204945Z
85032025-02-10T18:48:41.334Z[ host-image] Feb 10 18:48:40.283 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85042025-02-10T18:48:41.337Z[ host-image] Feb 10 18:48:40.283 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23206:20250206T204946Z
85052025-02-10T18:48:41.337Z[ host-image] Feb 10 18:48:40.284 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23206:20250206T204947Z
85062025-02-10T18:48:41.337Z[ host-image] Feb 10 18:48:40.284 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85072025-02-10T18:48:41.337Z[ host-image] Feb 10 18:48:40.285 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23206:20250206T204947Z
85082025-02-10T18:48:41.337Z[ host-image] Feb 10 18:48:40.285 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23206:20250206T204948Z
85092025-02-10T18:48:41.337Z[ host-image] Feb 10 18:48:40.285 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23206:20250206T204948Z
85102025-02-10T18:48:41.340Z[ host-image] Feb 10 18:48:40.286 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23206:20250206T204948Z
85112025-02-10T18:48:41.349Z[ host-image] Feb 10 18:48:40.298 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23206:20250206T204948Z
85122025-02-10T18:48:41.349Z[ host-image] Feb 10 18:48:40.298 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85132025-02-10T18:48:41.352Z[ host-image] Feb 10 18:48:40.301 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23206:20250206T204948Z
85142025-02-10T18:48:41.354Z[ host-image] Feb 10 18:48:40.303 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23206:20250206T204948Z
85152025-02-10T18:48:41.354Z[ host-image] Feb 10 18:48:40.303 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23206:20250206T204948Z
85162025-02-10T18:48:41.357Z[ host-image] Feb 10 18:48:40.303 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23206:20250206T204948Z
85172025-02-10T18:48:41.357Z[ host-image] Feb 10 18:48:40.304 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23206:20250206T204949Z
85182025-02-10T18:48:41.358Z[ host-image] Feb 10 18:48:40.304 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23206:20250206T204949Z
85192025-02-10T18:48:41.381Z[ host-image] Feb 10 18:48:40.329 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23206:20250206T204950Z
85202025-02-10T18:48:41.381Z[ host-image] Feb 10 18:48:40.330 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23206:20250206T204949Z
85212025-02-10T18:48:41.383Z[ host-image] Feb 10 18:48:40.330 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23206:20250206T204950Z
85222025-02-10T18:48:41.383Z[ host-image] Feb 10 18:48:40.332 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23206:20250206T204950Z
85232025-02-10T18:48:41.384Z[ host-image] Feb 10 18:48:40.332 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23206:20250206T204950Z
85242025-02-10T18:48:41.433Z[ host-image] Feb 10 18:48:40.382 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23206:20250206T204953Z
85252025-02-10T18:48:41.436Z[ host-image] Feb 10 18:48:40.382 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23206:20250206T204950Z
85262025-02-10T18:48:41.436Z[ host-image] Feb 10 18:48:40.382 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23206:20250206T204950Z
85272025-02-10T18:48:41.436Z[ host-image] Feb 10 18:48:40.383 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85282025-02-10T18:48:41.436Z[ host-image] Feb 10 18:48:40.383 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85292025-02-10T18:48:41.477Z[ host-image] Feb 10 18:48:40.426 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23206:20250206T204951Z
85302025-02-10T18:48:41.480Z[ host-image] Feb 10 18:48:40.427 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85312025-02-10T18:48:41.480Z[ host-image] Feb 10 18:48:40.427 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23206:20250206T204951Z
85322025-02-10T18:48:41.480Z[ host-image] Feb 10 18:48:40.427 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23206:20250206T204951Z
85332025-02-10T18:48:41.480Z[ host-image] Feb 10 18:48:40.429 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23206:20250206T204951Z
85342025-02-10T18:48:41.483Z[ host-image] Feb 10 18:48:40.429 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
85352025-02-10T18:48:41.483Z[ host-image] Feb 10 18:48:40.430 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
85362025-02-10T18:48:41.483Z[ host-image] Feb 10 18:48:40.431 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23206:20250206T204952Z
85372025-02-10T18:48:41.483Z[ host-image] Feb 10 18:48:40.431 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23206:20250206T204952Z
85382025-02-10T18:48:41.483Z[ host-image] Feb 10 18:48:40.431 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23206:20250206T204952Z
85392025-02-10T18:48:41.483Z[ host-image] Feb 10 18:48:40.432 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23206:20250206T204952Z
85402025-02-10T18:48:41.486Z[ host-image] Feb 10 18:48:40.432 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23206:20250206T204953Z
85412025-02-10T18:48:41.486Z[ host-image] Feb 10 18:48:40.433 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23206:20250206T204953Z
85422025-02-10T18:48:41.506Z[ host-image] Feb 10 18:48:40.455 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
85432025-02-10T18:48:41.509Z[ host-image] Feb 10 18:48:40.455 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23206:20250206T204954Z
85442025-02-10T18:48:41.511Z[ host-image] Feb 10 18:48:40.458 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23206:20250206T204954Z
85452025-02-10T18:48:41.512Z[ host-image] Feb 10 18:48:40.458 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23206:20250206T204954Z
85462025-02-10T18:48:41.512Z[ host-image] Feb 10 18:48:40.458 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23206:20250206T204955Z
85472025-02-10T18:48:41.512Z[ host-image] Feb 10 18:48:40.459 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23206:20250206T204954Z
85482025-02-10T18:48:41.512Z[ host-image] Feb 10 18:48:40.459 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23206:20250206T204955Z
85492025-02-10T18:48:41.512Z[ host-image] Feb 10 18:48:40.459 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
85502025-02-10T18:48:41.512Z[ host-image] Feb 10 18:48:40.459 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
85512025-02-10T18:48:41.512Z[ host-image] Feb 10 18:48:40.460 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23206:20250206T204957Z
85522025-02-10T18:48:41.515Z[ host-image] Feb 10 18:48:40.461 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23206:20250206T204957Z
85532025-02-10T18:48:41.515Z[ host-image] Feb 10 18:48:40.461 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
85542025-02-10T18:48:41.515Z[ host-image] Feb 10 18:48:40.461 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
85552025-02-10T18:48:41.515Z[ host-image] Feb 10 18:48:40.461 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
85562025-02-10T18:48:41.515Z[ host-image] Feb 10 18:48:40.461 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
85572025-02-10T18:48:41.515Z[ host-image] Feb 10 18:48:40.461 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
85582025-02-10T18:48:41.515Z[ host-image] Feb 10 18:48:40.463 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
85592025-02-10T18:48:41.518Z[ host-image] Feb 10 18:48:40.465 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
85602025-02-10T18:48:41.518Z[ host-image] Feb 10 18:48:40.465 INFO O| tempdir @ "/tmp/.tmpsAtY5P/tmp"
85612025-02-10T18:48:41.518Z[ host-image] Feb 10 18:48:40.465 INFO O| image root @ "/tmp/.tmpsAtY5P/tmp/root"
85622025-02-10T18:48:41.518Z[ host-image] Feb 10 18:48:40.465 INFO O| creating image...
85632025-02-10T18:48:42.420Z[ host-image] Feb 10 18:48:41.368 INFO O| copying publishers...
85642025-02-10T18:49:02.155Z[ host-image] Feb 10 18:49:01.104 INFO O| adding properties...
85652025-02-10T18:49:04.489Z[ host-image] Feb 10 18:49:03.438 INFO O| installing packages...
85662025-02-10T18:49:11.970Z[ recovery-image] Feb 10 18:49:10.919 INFO O| ok, image written!
85672025-02-10T18:49:11.970Z[ recovery-image] Feb 10 18:49:10.919 INFO O| ok, boot_image_csum file written!
85682025-02-10T18:49:11.980Z[ recovery-image] Feb 10 18:49:10.930 INFO creating boot archive (CPIO)...
85692025-02-10T18:49:11.980Z[ recovery-image] Feb 10 18:49:10.930 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/gimlet/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None
85702025-02-10T18:49:12.000Z[ recovery-image] Feb 10 18:49:10.949 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
85712025-02-10T18:49:12.000Z[ recovery-image] Feb 10 18:49:10.949 INFO E| + outfile=/work/os-recovery/cpio
85722025-02-10T18:49:12.000Z[ recovery-image] Feb 10 18:49:10.949 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
85732025-02-10T18:49:12.003Z[ recovery-image] Feb 10 18:49:10.952 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
85742025-02-10T18:49:12.003Z[ recovery-image] Feb 10 18:49:10.952 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
85752025-02-10T18:49:12.049Z[ recovery-image] Feb 10 18:49:10.997 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
85762025-02-10T18:49:12.049Z[ recovery-image] Feb 10 18:49:10.997 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
85772025-02-10T18:49:12.059Z[ recovery-image] Feb 10 18:49:11.008 INFO creating compressed cpio/unix for nanobl-rs...
85782025-02-10T18:49:12.059Z[ recovery-image] Feb 10 18:49:11.008 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/recovery/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-recovery/unix.z\'"], pwd: None
85792025-02-10T18:49:12.594Z[ recovery-image] Feb 10 18:49:11.528 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
85802025-02-10T18:49:20.551Z[ recovery-image] Feb 10 18:49:19.500 INFO creating reset image...
85812025-02-10T18:49:20.551Z[ recovery-image] Feb 10 18:49:19.500 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
85822025-02-10T18:49:21.661Z[ recovery-image] Feb 10 18:49:20.610 INFO E| Updating crates.io index
85832025-02-10T18:49:22.097Z[ recovery-image] Feb 10 18:49:21.047 INFO E| Downloading crates ...
85842025-02-10T18:49:22.311Z[ recovery-image] Feb 10 18:49:21.261 INFO E| Downloaded quote v1.0.37
85852025-02-10T18:49:22.324Z[ recovery-image] Feb 10 18:49:21.273 INFO E| Downloaded shared_child v1.0.1
85862025-02-10T18:49:22.327Z[ recovery-image] Feb 10 18:49:21.275 INFO E| Downloaded clap_derive v4.5.13
85872025-02-10T18:49:22.329Z[ recovery-image] Feb 10 18:49:21.278 INFO E| Downloaded clap_lex v0.7.2
85882025-02-10T18:49:22.333Z[ recovery-image] Feb 10 18:49:21.282 INFO E| Downloaded os_pipe v1.2.1
85892025-02-10T18:49:22.337Z[ recovery-image] Feb 10 18:49:21.286 INFO E| Downloaded duct v0.13.7
85902025-02-10T18:49:22.342Z[ recovery-image] Feb 10 18:49:21.291 INFO E| Downloaded unicode-ident v1.0.13
85912025-02-10T18:49:22.346Z[ recovery-image] Feb 10 18:49:21.295 INFO E| Downloaded clap v4.5.17
85922025-02-10T18:49:22.394Z[ recovery-image] Feb 10 18:49:21.344 INFO E| Downloaded clap_builder v4.5.17
85932025-02-10T18:49:22.428Z[ recovery-image] Feb 10 18:49:21.378 INFO E| Downloaded syn v2.0.77
85942025-02-10T18:49:22.467Z[ recovery-image] Feb 10 18:49:21.416 INFO E| Downloaded libc v0.2.158
85952025-02-10T18:49:22.578Z[ recovery-image] Feb 10 18:49:21.527 INFO E| Compiling proc-macro2 v1.0.86
85962025-02-10T18:49:22.578Z[ recovery-image] Feb 10 18:49:21.527 INFO E| Compiling unicode-ident v1.0.13
85972025-02-10T18:49:22.581Z[ recovery-image] Feb 10 18:49:21.527 INFO E| Compiling libc v0.2.158
85982025-02-10T18:49:22.581Z[ recovery-image] Feb 10 18:49:21.527 INFO E| Compiling utf8parse v0.2.2
85992025-02-10T18:49:22.581Z[ recovery-image] Feb 10 18:49:21.527 INFO E| Compiling anstyle-query v1.1.1
86002025-02-10T18:49:22.581Z[ recovery-image] Feb 10 18:49:21.527 INFO E| Compiling is_terminal_polyfill v1.70.1
86012025-02-10T18:49:22.581Z[ recovery-image] Feb 10 18:49:21.527 INFO E| Compiling colorchoice v1.0.2
86022025-02-10T18:49:22.581Z[ recovery-image] Feb 10 18:49:21.527 INFO E| Compiling anstyle v1.0.8
86032025-02-10T18:49:23.192Z[ recovery-image] Feb 10 18:49:22.141 INFO E| Compiling clap_lex v0.7.2
86042025-02-10T18:49:23.478Z[ recovery-image] Feb 10 18:49:22.427 INFO E| Compiling anstyle-parse v0.2.5
86052025-02-10T18:49:23.588Z[ recovery-image] Feb 10 18:49:22.538 INFO E| Compiling heck v0.5.0
86062025-02-10T18:49:23.610Z[ recovery-image] Feb 10 18:49:22.560 INFO E| Compiling strsim v0.11.1
86072025-02-10T18:49:23.793Z[ recovery-image] Feb 10 18:49:22.742 INFO E| Compiling once_cell v1.19.0
86082025-02-10T18:49:24.244Z[ recovery-image] Feb 10 18:49:23.193 INFO E| Compiling anstream v0.6.15
86092025-02-10T18:49:24.821Z[ recovery-image] Feb 10 18:49:23.771 INFO E| Compiling clap_builder v4.5.17
86102025-02-10T18:49:25.142Z[ recovery-image] Feb 10 18:49:24.092 INFO E| Compiling os_pipe v1.2.1
86112025-02-10T18:49:25.142Z[ recovery-image] Feb 10 18:49:24.092 INFO E| Compiling shared_child v1.0.1
86122025-02-10T18:49:25.471Z[ recovery-image] Feb 10 18:49:24.420 INFO E| Compiling duct v0.13.7
86132025-02-10T18:49:26.277Z[ recovery-image] Feb 10 18:49:25.226 INFO E| Compiling quote v1.0.37
86142025-02-10T18:49:26.845Z[ recovery-image] Feb 10 18:49:25.795 INFO E| Compiling syn v2.0.77
86152025-02-10T18:49:35.755Z[ recovery-image] Feb 10 18:49:34.705 INFO E| Compiling clap_derive v4.5.13
86162025-02-10T18:49:38.152Z[ host-image] Feb 10 18:49:37.102 INFO O| seeding SMF database...
86172025-02-10T18:49:41.082Z[ recovery-image] Feb 10 18:49:40.032 INFO E| Compiling clap v4.5.17
86182025-02-10T18:49:41.175Z[ recovery-image] Feb 10 18:49:40.125 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86192025-02-10T18:49:43.563Z[ recovery-image] Feb 10 18:49:42.513 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.32s
86202025-02-10T18:49:43.579Z[ recovery-image] Feb 10 18:49:42.529 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86212025-02-10T18:49:43.876Z[ recovery-image] Feb 10 18:49:42.826 INFO E| Updating crates.io index
86222025-02-10T18:49:44.287Z[ recovery-image] Feb 10 18:49:43.237 INFO E| Downloading crates ...
86232025-02-10T18:49:44.386Z[ recovery-image] Feb 10 18:49:43.336 INFO E| Downloaded raw-cpuid v10.7.0
86242025-02-10T18:49:44.392Z[ recovery-image] Feb 10 18:49:43.342 INFO E| Downloaded seq-macro v0.3.5
86252025-02-10T18:49:44.395Z[ recovery-image] Feb 10 18:49:43.344 INFO E| Downloaded proc-macro2 v1.0.89
86262025-02-10T18:49:44.398Z[ recovery-image] Feb 10 18:49:43.348 INFO E| Downloaded cpio_reader v0.1.1
86272025-02-10T18:49:44.400Z[ recovery-image] Feb 10 18:49:43.349 INFO E| Downloaded bitstruct v0.1.1
86282025-02-10T18:49:44.403Z[ recovery-image] Feb 10 18:49:43.351 INFO E| Downloaded bit_field v0.10.2
86292025-02-10T18:49:44.403Z[ recovery-image] Feb 10 18:49:43.353 INFO E| Downloaded bitstruct_derive v0.1.0
86302025-02-10T18:49:44.437Z[ recovery-image] Feb 10 18:49:43.387 INFO E| Downloaded syn v2.0.85
86312025-02-10T18:49:44.668Z[ recovery-image] Feb 10 18:49:43.618 INFO E| Downloaded x86 v0.52.0
86322025-02-10T18:49:44.811Z[ recovery-image] Feb 10 18:49:43.761 INFO E| Updating crates.io index
86332025-02-10T18:49:45.190Z[ recovery-image] Feb 10 18:49:44.139 INFO E| Downloading crates ...
86342025-02-10T18:49:45.278Z[ recovery-image] Feb 10 18:49:44.228 INFO E| Downloaded compiler_builtins v0.1.134
86352025-02-10T18:49:45.297Z[ recovery-image] Feb 10 18:49:44.247 INFO E| Downloaded hashbrown v0.15.0
86362025-02-10T18:49:45.340Z[ recovery-image] Feb 10 18:49:44.290 INFO E| Downloaded libc v0.2.161
86372025-02-10T18:49:45.548Z[ recovery-image] Feb 10 18:49:44.498 INFO E| Compiling compiler_builtins v0.1.134
86382025-02-10T18:49:45.552Z[ recovery-image] Feb 10 18:49:44.499 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
86392025-02-10T18:49:45.552Z[ recovery-image] Feb 10 18:49:44.499 INFO E| Compiling proc-macro2 v1.0.89
86402025-02-10T18:49:45.552Z[ recovery-image] Feb 10 18:49:44.499 INFO E| Compiling unicode-ident v1.0.13
86412025-02-10T18:49:45.552Z[ recovery-image] Feb 10 18:49:44.499 INFO E| Compiling syn v1.0.109
86422025-02-10T18:49:45.552Z[ recovery-image] Feb 10 18:49:44.499 INFO E| Compiling x86 v0.52.0
86432025-02-10T18:49:45.552Z[ recovery-image] Feb 10 18:49:44.499 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
86442025-02-10T18:49:45.552Z[ recovery-image] Feb 10 18:49:44.499 INFO E| Compiling seq-macro v0.3.5
86452025-02-10T18:49:48.569Z[ recovery-image] Feb 10 18:49:47.519 INFO E| Compiling quote v1.0.37
86462025-02-10T18:49:49.166Z[ recovery-image] Feb 10 18:49:48.115 INFO E| Compiling syn v2.0.85
86472025-02-10T18:49:53.076Z[ host-image] Feb 10 18:49:52.026 INFO O| configuring SMF profile...
86482025-02-10T18:49:53.079Z[ host-image] Feb 10 18:49:52.026 INFO O| modifying shadow(5)...
86492025-02-10T18:49:53.079Z[ host-image] Feb 10 18:49:52.026 INFO O| loading user and group database...
86502025-02-10T18:49:53.079Z[ host-image] Feb 10 18:49:52.026 INFO O| assessing packaged files...
86512025-02-10T18:49:55.617Z[ recovery-image] Feb 10 18:49:54.567 INFO E| Compiling scroll_derive v0.12.0
86522025-02-10T18:49:59.731Z[ host-image] Feb 10 18:49:58.681 INFO O| creating archive...
86532025-02-10T18:49:59.794Z[ host-image] Feb 10 18:49:58.744 INFO O| missing from packaging:
86542025-02-10T18:49:59.797Z[ host-image] Feb 10 18:49:58.745 INFO O| "etc/.pwd.lock"
86552025-02-10T18:49:59.798Z[ host-image] Feb 10 18:49:58.745 INFO O| "etc/bash"
86562025-02-10T18:49:59.804Z[ host-image] Feb 10 18:49:58.754 INFO O| "etc/svc/profile/generic.xml"
86572025-02-10T18:49:59.807Z[ host-image] Feb 10 18:49:58.754 INFO O| "etc/svc/profile/inetd_services.xml"
86582025-02-10T18:49:59.807Z[ host-image] Feb 10 18:49:58.754 INFO O| "etc/svc/profile/name_service.xml"
86592025-02-10T18:49:59.807Z[ host-image] Feb 10 18:49:58.755 INFO O| "etc/svc/profile/platform.xml"
86602025-02-10T18:49:59.807Z[ host-image] Feb 10 18:49:58.755 INFO O| "etc/svc/profile/platform_omicron1.xml"
86612025-02-10T18:49:59.807Z[ host-image] Feb 10 18:49:58.755 INFO O| "etc/svc/repository.db"
86622025-02-10T18:49:59.821Z[ host-image] Feb 10 18:49:58.771 INFO O| "opt/ooce/share"
86632025-02-10T18:49:59.821Z[ host-image] Feb 10 18:49:58.771 INFO O| "opt/ooce/share/man"
86642025-02-10T18:49:59.823Z[ host-image] Feb 10 18:49:58.771 INFO O| "opt/ooce/share/man/man1"
86652025-02-10T18:49:59.836Z[ host-image] Feb 10 18:49:58.786 INFO O| finishing archive...
86662025-02-10T18:50:02.627Z[ recovery-image] Feb 10 18:50:01.577 INFO E| Compiling bitstruct_derive v0.1.0
86672025-02-10T18:50:04.852Z[ host-image] Feb 10 18:50:03.802 INFO O| creating gzonly manifest...
86682025-02-10T18:50:04.864Z[ host-image] Feb 10 18:50:03.814 INFO O| ok
86692025-02-10T18:50:05.064Z[ host-image] Feb 10 18:50:04.014 INFO image builder template: ramdisk-02-trim...
86702025-02-10T18:50:05.064Z[ host-image] Feb 10 18:50:04.014 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpDMNkwv/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
86712025-02-10T18:50:05.105Z[ host-image] Feb 10 18:50:04.056 INFO O| Feb 10 18:50:04.055 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86722025-02-10T18:50:05.136Z[ host-image] Feb 10 18:50:04.086 INFO O| Feb 10 18:50:04.086 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86732025-02-10T18:50:05.265Z[ host-image] Feb 10 18:50:04.215 INFO O| Feb 10 18:50:04.215 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
86742025-02-10T18:50:05.400Z[ host-image] Feb 10 18:50:04.350 INFO O| Feb 10 18:50:04.350 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86752025-02-10T18:50:05.400Z[ host-image] Feb 10 18:50:04.350 INFO O| Feb 10 18:50:04.350 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
86762025-02-10T18:50:05.409Z[ host-image] Feb 10 18:50:04.360 INFO O| Feb 10 18:50:04.360 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86772025-02-10T18:50:05.416Z[ host-image] Feb 10 18:50:04.367 INFO O| Feb 10 18:50:04.367 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
86782025-02-10T18:50:05.442Z[ host-image] Feb 10 18:50:04.392 INFO O| Feb 10 18:50:04.392 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
86792025-02-10T18:50:05.913Z[ host-image] Feb 10 18:50:04.863 INFO O| Feb 10 18:50:04.863 INFO rolled back to input snapshot; work may begin
86802025-02-10T18:50:05.916Z[ host-image] Feb 10 18:50:04.863 INFO O| Feb 10 18:50:04.863 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
86812025-02-10T18:50:05.923Z[ host-image] Feb 10 18:50:04.873 INFO O| Feb 10 18:50:04.873 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86822025-02-10T18:50:05.944Z[ host-image] Feb 10 18:50:04.895 INFO O| Feb 10 18:50:04.894 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
86832025-02-10T18:50:06.240Z[ host-image] Feb 10 18:50:05.190 INFO O| Feb 10 18:50:05.190 INFO STEP 0 (remove_files) COMPLETE
86842025-02-10T18:50:06.240Z[ host-image] Feb 10 18:50:05.190 INFO O| Feb 10 18:50:05.190 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86852025-02-10T18:50:06.270Z[ host-image] Feb 10 18:50:05.220 INFO O| Feb 10 18:50:05.220 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
86862025-02-10T18:50:06.273Z[ host-image] Feb 10 18:50:05.223 INFO O| Feb 10 18:50:05.223 INFO STEP 1 (remove_files) COMPLETE
86872025-02-10T18:50:06.273Z[ host-image] Feb 10 18:50:05.223 INFO O| Feb 10 18:50:05.223 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86882025-02-10T18:50:06.314Z[ host-image] Feb 10 18:50:05.264 INFO O| Feb 10 18:50:05.264 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
86892025-02-10T18:50:06.365Z[ host-image] Feb 10 18:50:05.316 INFO O| Feb 10 18:50:05.316 INFO STEP 2 (remove_files) COMPLETE
86902025-02-10T18:50:06.365Z[ host-image] Feb 10 18:50:05.316 INFO O| Feb 10 18:50:05.316 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86912025-02-10T18:50:06.404Z[ host-image] Feb 10 18:50:05.354 INFO O| Feb 10 18:50:05.354 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
86922025-02-10T18:50:06.407Z[ host-image] Feb 10 18:50:05.357 INFO O| Feb 10 18:50:05.357 INFO STEP 3 (remove_files) COMPLETE
86932025-02-10T18:50:06.410Z[ host-image] Feb 10 18:50:05.357 INFO O| Feb 10 18:50:05.357 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86942025-02-10T18:50:06.442Z[ host-image] Feb 10 18:50:05.393 INFO O| Feb 10 18:50:05.393 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
86952025-02-10T18:50:06.449Z[ host-image] Feb 10 18:50:05.400 INFO O| Feb 10 18:50:05.400 INFO STEP 4 (remove_files) COMPLETE
86962025-02-10T18:50:06.452Z[ host-image] Feb 10 18:50:05.400 INFO O| Feb 10 18:50:05.400 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86972025-02-10T18:50:06.469Z[ host-image] Feb 10 18:50:05.420 INFO O| Feb 10 18:50:05.420 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
86982025-02-10T18:50:06.474Z[ host-image] Feb 10 18:50:05.425 INFO O| Feb 10 18:50:05.425 INFO STEP 5 (remove_files) COMPLETE
86992025-02-10T18:50:06.475Z[ host-image] Feb 10 18:50:05.425 INFO O| Feb 10 18:50:05.425 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87002025-02-10T18:50:06.503Z[ host-image] Feb 10 18:50:05.452 INFO O| Feb 10 18:50:05.452 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87012025-02-10T18:50:06.549Z[ host-image] Feb 10 18:50:05.499 INFO O| Feb 10 18:50:05.499 INFO STEP 6 (remove_files) COMPLETE
87022025-02-10T18:50:06.549Z[ host-image] Feb 10 18:50:05.499 INFO O| Feb 10 18:50:05.499 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87032025-02-10T18:50:06.586Z[ host-image] Feb 10 18:50:05.534 INFO O| Feb 10 18:50:05.534 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87042025-02-10T18:50:06.608Z[ host-image] Feb 10 18:50:05.558 INFO O| Feb 10 18:50:05.558 INFO STEP 7 (remove_files) COMPLETE
87052025-02-10T18:50:06.608Z[ host-image] Feb 10 18:50:05.558 INFO O| Feb 10 18:50:05.558 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87062025-02-10T18:50:06.631Z[ host-image] Feb 10 18:50:05.579 INFO O| Feb 10 18:50:05.579 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87072025-02-10T18:50:06.872Z[ host-image] Feb 10 18:50:05.822 INFO O| Feb 10 18:50:05.822 INFO STEP 8 (remove_files) COMPLETE
87082025-02-10T18:50:06.872Z[ host-image] Feb 10 18:50:05.822 INFO O| Feb 10 18:50:05.822 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87092025-02-10T18:50:06.893Z[ host-image] Feb 10 18:50:05.843 INFO O| Feb 10 18:50:05.843 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87102025-02-10T18:50:07.080Z[ host-image] Feb 10 18:50:06.030 INFO O| Feb 10 18:50:06.030 INFO STEP 9 (remove_files) COMPLETE
87112025-02-10T18:50:07.080Z[ host-image] Feb 10 18:50:06.030 INFO O| Feb 10 18:50:06.030 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87122025-02-10T18:50:07.108Z[ host-image] Feb 10 18:50:06.058 INFO O| Feb 10 18:50:06.058 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87132025-02-10T18:50:07.115Z[ host-image] Feb 10 18:50:06.065 INFO O| Feb 10 18:50:06.065 INFO STEP 10 (remove_files) COMPLETE
87142025-02-10T18:50:07.115Z[ host-image] Feb 10 18:50:06.065 INFO O| Feb 10 18:50:06.065 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87152025-02-10T18:50:07.139Z[ host-image] Feb 10 18:50:06.090 INFO O| Feb 10 18:50:06.089 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87162025-02-10T18:50:07.142Z[ host-image] Feb 10 18:50:06.091 INFO O| Feb 10 18:50:06.091 INFO STEP 11 (remove_files) COMPLETE
87172025-02-10T18:50:07.142Z[ host-image] Feb 10 18:50:06.091 INFO O| Feb 10 18:50:06.091 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87182025-02-10T18:50:07.164Z[ host-image] Feb 10 18:50:06.114 INFO O| Feb 10 18:50:06.113 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87192025-02-10T18:50:07.167Z[ host-image] Feb 10 18:50:06.116 INFO O| Feb 10 18:50:06.116 INFO STEP 12 (remove_files) COMPLETE
87202025-02-10T18:50:07.167Z[ host-image] Feb 10 18:50:06.116 INFO O| Feb 10 18:50:06.116 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87212025-02-10T18:50:07.361Z[ host-image] Feb 10 18:50:06.311 INFO O| Feb 10 18:50:06.311 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
87222025-02-10T18:50:07.370Z[ host-image] Feb 10 18:50:06.320 INFO O| Feb 10 18:50:06.320 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
87232025-02-10T18:50:07.372Z[ host-image] Feb 10 18:50:06.322 INFO O| Feb 10 18:50:06.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
87242025-02-10T18:50:07.387Z[ host-image] Feb 10 18:50:06.337 INFO O| Feb 10 18:50:06.337 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
87252025-02-10T18:50:07.920Z[ host-image] Feb 10 18:50:06.870 INFO O| Feb 10 18:50:06.870 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
87262025-02-10T18:50:07.922Z[ host-image] Feb 10 18:50:06.871 INFO O| Feb 10 18:50:06.871 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
87272025-02-10T18:50:07.922Z[ host-image] Feb 10 18:50:06.871 INFO O| Feb 10 18:50:06.871 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
87282025-02-10T18:50:07.922Z[ host-image] Feb 10 18:50:06.872 INFO O| Feb 10 18:50:06.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
87292025-02-10T18:50:07.923Z[ host-image] Feb 10 18:50:06.872 INFO O| Feb 10 18:50:06.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
87302025-02-10T18:50:07.923Z[ host-image] Feb 10 18:50:06.872 INFO O| Feb 10 18:50:06.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
87312025-02-10T18:50:07.923Z[ host-image] Feb 10 18:50:06.873 INFO O| Feb 10 18:50:06.873 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
87322025-02-10T18:50:07.923Z[ host-image] Feb 10 18:50:06.873 INFO O| Feb 10 18:50:06.873 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
87332025-02-10T18:50:07.926Z[ host-image] Feb 10 18:50:06.873 INFO O| Feb 10 18:50:06.873 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
87342025-02-10T18:50:07.926Z[ host-image] Feb 10 18:50:06.873 INFO O| Feb 10 18:50:06.873 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
87352025-02-10T18:50:07.926Z[ host-image] Feb 10 18:50:06.873 INFO O| Feb 10 18:50:06.873 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
87362025-02-10T18:50:07.926Z[ host-image] Feb 10 18:50:06.874 INFO O| Feb 10 18:50:06.874 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
87372025-02-10T18:50:07.926Z[ host-image] Feb 10 18:50:06.875 INFO O| Feb 10 18:50:06.875 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
87382025-02-10T18:50:07.926Z[ host-image] Feb 10 18:50:06.875 INFO O| Feb 10 18:50:06.875 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
87392025-02-10T18:50:07.926Z[ host-image] Feb 10 18:50:06.875 INFO O| Feb 10 18:50:06.875 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
87402025-02-10T18:50:07.926Z[ host-image] Feb 10 18:50:06.875 INFO O| Feb 10 18:50:06.875 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
87412025-02-10T18:50:07.926Z[ host-image] Feb 10 18:50:06.875 INFO O| Feb 10 18:50:06.875 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
87422025-02-10T18:50:07.965Z[ host-image] Feb 10 18:50:06.915 INFO O| Feb 10 18:50:06.915 INFO STEP 13 (remove_files) COMPLETE
87432025-02-10T18:50:07.965Z[ host-image] Feb 10 18:50:06.916 INFO O| Feb 10 18:50:06.915 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87442025-02-10T18:50:08.025Z[ host-image] Feb 10 18:50:06.975 INFO O| Feb 10 18:50:06.975 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
87452025-02-10T18:50:08.028Z[ host-image] Feb 10 18:50:06.978 INFO O| Feb 10 18:50:06.978 INFO STEP 14 (remove_files) COMPLETE
87462025-02-10T18:50:08.028Z[ host-image] Feb 10 18:50:06.978 INFO O| Feb 10 18:50:06.978 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87472025-02-10T18:50:08.051Z[ host-image] Feb 10 18:50:07.001 INFO O| Feb 10 18:50:07.001 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
87482025-02-10T18:50:08.063Z[ host-image] Feb 10 18:50:07.013 INFO O| Feb 10 18:50:07.013 INFO STEP 15 (remove_files) COMPLETE
87492025-02-10T18:50:08.063Z[ host-image] Feb 10 18:50:07.013 INFO O| Feb 10 18:50:07.013 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87502025-02-10T18:50:08.084Z[ host-image] Feb 10 18:50:07.034 INFO O| Feb 10 18:50:07.034 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
87512025-02-10T18:50:08.087Z[ host-image] Feb 10 18:50:07.035 INFO O| Feb 10 18:50:07.035 INFO STEP 16 (remove_files) COMPLETE
87522025-02-10T18:50:08.087Z[ host-image] Feb 10 18:50:07.035 INFO O| Feb 10 18:50:07.035 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87532025-02-10T18:50:08.107Z[ host-image] Feb 10 18:50:07.057 INFO O| Feb 10 18:50:07.057 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
87542025-02-10T18:50:08.109Z[ host-image] Feb 10 18:50:07.060 INFO O| Feb 10 18:50:07.060 INFO STEP 17 (remove_files) COMPLETE
87552025-02-10T18:50:08.110Z[ host-image] Feb 10 18:50:07.060 INFO O| Feb 10 18:50:07.060 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87562025-02-10T18:50:08.138Z[ host-image] Feb 10 18:50:07.088 INFO O| Feb 10 18:50:07.088 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
87572025-02-10T18:50:08.140Z[ host-image] Feb 10 18:50:07.088 INFO O| Feb 10 18:50:07.088 INFO STEP 18 (remove_files) COMPLETE
87582025-02-10T18:50:08.140Z[ host-image] Feb 10 18:50:07.089 INFO O| Feb 10 18:50:07.088 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87592025-02-10T18:50:08.175Z[ host-image] Feb 10 18:50:07.125 INFO O| Feb 10 18:50:07.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
87602025-02-10T18:50:08.178Z[ host-image] Feb 10 18:50:07.126 INFO O| Feb 10 18:50:07.126 INFO STEP 19 (remove_files) COMPLETE
87612025-02-10T18:50:08.178Z[ host-image] Feb 10 18:50:07.126 INFO O| Feb 10 18:50:07.126 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87622025-02-10T18:50:08.204Z[ host-image] Feb 10 18:50:07.155 INFO O| Feb 10 18:50:07.155 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
87632025-02-10T18:50:08.204Z[ host-image] Feb 10 18:50:07.155 INFO O| Feb 10 18:50:07.155 INFO STEP 20 (remove_files) COMPLETE
87642025-02-10T18:50:08.204Z[ host-image] Feb 10 18:50:07.155 INFO O| Feb 10 18:50:07.155 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87652025-02-10T18:50:08.222Z[ host-image] Feb 10 18:50:07.173 INFO O| Feb 10 18:50:07.173 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
87662025-02-10T18:50:08.223Z[ host-image] Feb 10 18:50:07.173 INFO O| Feb 10 18:50:07.173 INFO STEP 21 (remove_files) COMPLETE
87672025-02-10T18:50:08.225Z[ host-image] Feb 10 18:50:07.173 INFO O| Feb 10 18:50:07.173 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87682025-02-10T18:50:08.259Z[ host-image] Feb 10 18:50:07.209 INFO O| Feb 10 18:50:07.209 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
87692025-02-10T18:50:08.259Z[ host-image] Feb 10 18:50:07.209 INFO O| Feb 10 18:50:07.209 INFO STEP 22 (remove_files) COMPLETE
87702025-02-10T18:50:08.259Z[ host-image] Feb 10 18:50:07.209 INFO O| Feb 10 18:50:07.209 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87712025-02-10T18:50:08.316Z[ host-image] Feb 10 18:50:07.267 INFO O| Feb 10 18:50:07.267 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
87722025-02-10T18:50:08.316Z[ host-image] Feb 10 18:50:07.267 INFO O| Feb 10 18:50:07.267 INFO STEP 23 (remove_files) COMPLETE
87732025-02-10T18:50:08.316Z[ host-image] Feb 10 18:50:07.267 INFO O| Feb 10 18:50:07.267 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87742025-02-10T18:50:08.336Z[ host-image] Feb 10 18:50:07.286 INFO O| Feb 10 18:50:07.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
87752025-02-10T18:50:08.336Z[ host-image] Feb 10 18:50:07.286 INFO O| Feb 10 18:50:07.286 INFO STEP 24 (remove_files) COMPLETE
87762025-02-10T18:50:08.336Z[ host-image] Feb 10 18:50:07.286 INFO O| Feb 10 18:50:07.286 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87772025-02-10T18:50:08.356Z[ host-image] Feb 10 18:50:07.306 INFO O| Feb 10 18:50:07.306 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
87782025-02-10T18:50:08.356Z[ host-image] Feb 10 18:50:07.306 INFO O| Feb 10 18:50:07.306 INFO STEP 25 (remove_files) COMPLETE
87792025-02-10T18:50:08.359Z[ host-image] Feb 10 18:50:07.306 INFO O| Feb 10 18:50:07.306 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87802025-02-10T18:50:08.391Z[ host-image] Feb 10 18:50:07.341 INFO O| Feb 10 18:50:07.341 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
87812025-02-10T18:50:08.394Z[ host-image] Feb 10 18:50:07.342 INFO O| Feb 10 18:50:07.341 INFO STEP 26 (remove_files) COMPLETE
87822025-02-10T18:50:08.394Z[ host-image] Feb 10 18:50:07.342 INFO O| Feb 10 18:50:07.342 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87832025-02-10T18:50:08.411Z[ host-image] Feb 10 18:50:07.361 INFO O| Feb 10 18:50:07.361 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
87842025-02-10T18:50:08.414Z[ host-image] Feb 10 18:50:07.362 INFO O| Feb 10 18:50:07.362 INFO STEP 27 (remove_files) COMPLETE
87852025-02-10T18:50:08.414Z[ host-image] Feb 10 18:50:07.362 INFO O| Feb 10 18:50:07.362 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87862025-02-10T18:50:08.444Z[ host-image] Feb 10 18:50:07.394 INFO O| Feb 10 18:50:07.394 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
87872025-02-10T18:50:08.444Z[ host-image] Feb 10 18:50:07.394 INFO O| Feb 10 18:50:07.394 INFO STEP 28 (remove_files) COMPLETE
87882025-02-10T18:50:08.447Z[ host-image] Feb 10 18:50:07.394 INFO O| Feb 10 18:50:07.394 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87892025-02-10T18:50:08.465Z[ host-image] Feb 10 18:50:07.415 INFO O| Feb 10 18:50:07.415 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
87902025-02-10T18:50:08.466Z[ host-image] Feb 10 18:50:07.416 INFO O| Feb 10 18:50:07.415 INFO STEP 29 (remove_files) COMPLETE
87912025-02-10T18:50:08.466Z[ host-image] Feb 10 18:50:07.416 INFO O| Feb 10 18:50:07.415 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87922025-02-10T18:50:08.484Z[ host-image] Feb 10 18:50:07.434 INFO O| Feb 10 18:50:07.434 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
87932025-02-10T18:50:08.484Z[ host-image] Feb 10 18:50:07.434 INFO O| Feb 10 18:50:07.434 INFO STEP 30 (remove_files) COMPLETE
87942025-02-10T18:50:08.484Z[ host-image] Feb 10 18:50:07.434 INFO O| Feb 10 18:50:07.434 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87952025-02-10T18:50:08.500Z[ host-image] Feb 10 18:50:07.451 INFO O| Feb 10 18:50:07.450 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
87962025-02-10T18:50:08.500Z[ host-image] Feb 10 18:50:07.451 INFO O| Feb 10 18:50:07.451 INFO STEP 31 (remove_files) COMPLETE
87972025-02-10T18:50:08.503Z[ host-image] Feb 10 18:50:07.451 INFO O| Feb 10 18:50:07.451 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87982025-02-10T18:50:08.517Z[ host-image] Feb 10 18:50:07.467 INFO O| Feb 10 18:50:07.467 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
87992025-02-10T18:50:08.517Z[ host-image] Feb 10 18:50:07.467 INFO O| Feb 10 18:50:07.467 INFO STEP 32 (remove_files) COMPLETE
88002025-02-10T18:50:08.517Z[ host-image] Feb 10 18:50:07.467 INFO O| Feb 10 18:50:07.467 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88012025-02-10T18:50:08.539Z[ host-image] Feb 10 18:50:07.488 INFO O| Feb 10 18:50:07.488 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88022025-02-10T18:50:08.539Z[ host-image] Feb 10 18:50:07.489 INFO O| Feb 10 18:50:07.488 INFO STEP 33 (remove_files) COMPLETE
88032025-02-10T18:50:08.539Z[ host-image] Feb 10 18:50:07.489 INFO O| Feb 10 18:50:07.489 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88042025-02-10T18:50:08.560Z[ host-image] Feb 10 18:50:07.510 INFO O| Feb 10 18:50:07.510 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88052025-02-10T18:50:08.560Z[ host-image] Feb 10 18:50:07.510 INFO O| Feb 10 18:50:07.510 INFO STEP 34 (remove_files) COMPLETE
88062025-02-10T18:50:08.560Z[ host-image] Feb 10 18:50:07.510 INFO O| Feb 10 18:50:07.510 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88072025-02-10T18:50:08.593Z[ host-image] Feb 10 18:50:07.543 INFO O| Feb 10 18:50:07.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88082025-02-10T18:50:08.596Z[ host-image] Feb 10 18:50:07.543 INFO O| Feb 10 18:50:07.543 INFO STEP 35 (remove_files) COMPLETE
88092025-02-10T18:50:08.596Z[ host-image] Feb 10 18:50:07.544 INFO O| Feb 10 18:50:07.543 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88102025-02-10T18:50:08.613Z[ host-image] Feb 10 18:50:07.564 INFO O| Feb 10 18:50:07.563 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88112025-02-10T18:50:08.616Z[ host-image] Feb 10 18:50:07.564 INFO O| Feb 10 18:50:07.564 INFO STEP 36 (remove_files) COMPLETE
88122025-02-10T18:50:08.616Z[ host-image] Feb 10 18:50:07.564 INFO O| Feb 10 18:50:07.564 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88132025-02-10T18:50:08.654Z[ host-image] Feb 10 18:50:07.605 INFO O| Feb 10 18:50:07.605 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88142025-02-10T18:50:08.655Z[ host-image] Feb 10 18:50:07.605 INFO O| Feb 10 18:50:07.605 INFO STEP 37 (remove_files) COMPLETE
88152025-02-10T18:50:08.655Z[ host-image] Feb 10 18:50:07.605 INFO O| Feb 10 18:50:07.605 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88162025-02-10T18:50:08.674Z[ host-image] Feb 10 18:50:07.625 INFO O| Feb 10 18:50:07.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88172025-02-10T18:50:08.674Z[ host-image] Feb 10 18:50:07.625 INFO O| Feb 10 18:50:07.625 INFO STEP 38 (remove_files) COMPLETE
88182025-02-10T18:50:08.677Z[ host-image] Feb 10 18:50:07.625 INFO O| Feb 10 18:50:07.625 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88192025-02-10T18:50:08.708Z[ host-image] Feb 10 18:50:07.658 INFO O| Feb 10 18:50:07.658 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88202025-02-10T18:50:08.708Z[ host-image] Feb 10 18:50:07.658 INFO O| Feb 10 18:50:07.658 INFO STEP 39 (remove_files) COMPLETE
88212025-02-10T18:50:08.708Z[ host-image] Feb 10 18:50:07.658 INFO O| Feb 10 18:50:07.658 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88222025-02-10T18:50:08.762Z[ host-image] Feb 10 18:50:07.712 INFO O| Feb 10 18:50:07.712 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
88232025-02-10T18:50:08.762Z[ host-image] Feb 10 18:50:07.712 INFO O| Feb 10 18:50:07.712 INFO STEP 40 (remove_files) COMPLETE
88242025-02-10T18:50:08.765Z[ host-image] Feb 10 18:50:07.712 INFO O| Feb 10 18:50:07.712 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88252025-02-10T18:50:08.778Z[ host-image] Feb 10 18:50:07.728 INFO O| Feb 10 18:50:07.728 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
88262025-02-10T18:50:08.778Z[ host-image] Feb 10 18:50:07.728 INFO O| Feb 10 18:50:07.728 INFO STEP 41 (remove_files) COMPLETE
88272025-02-10T18:50:08.781Z[ host-image] Feb 10 18:50:07.728 INFO O| Feb 10 18:50:07.728 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88282025-02-10T18:50:08.818Z[ host-image] Feb 10 18:50:07.768 INFO O| Feb 10 18:50:07.768 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
88292025-02-10T18:50:08.818Z[ host-image] Feb 10 18:50:07.768 INFO O| Feb 10 18:50:07.768 INFO STEP 42 (remove_files) COMPLETE
88302025-02-10T18:50:08.818Z[ host-image] Feb 10 18:50:07.768 INFO O| Feb 10 18:50:07.768 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88312025-02-10T18:50:08.841Z[ host-image] Feb 10 18:50:07.792 INFO O| Feb 10 18:50:07.792 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
88322025-02-10T18:50:08.841Z[ host-image] Feb 10 18:50:07.792 INFO O| Feb 10 18:50:07.792 INFO STEP 43 (remove_files) COMPLETE
88332025-02-10T18:50:08.844Z[ host-image] Feb 10 18:50:07.792 INFO O| Feb 10 18:50:07.792 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88342025-02-10T18:50:08.859Z[ host-image] Feb 10 18:50:07.810 INFO O| Feb 10 18:50:07.810 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
88352025-02-10T18:50:08.859Z[ host-image] Feb 10 18:50:07.810 INFO O| Feb 10 18:50:07.810 INFO STEP 44 (remove_files) COMPLETE
88362025-02-10T18:50:08.860Z[ host-image] Feb 10 18:50:07.810 INFO O| Feb 10 18:50:07.810 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88372025-02-10T18:50:08.878Z[ host-image] Feb 10 18:50:07.828 INFO O| Feb 10 18:50:07.828 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
88382025-02-10T18:50:08.878Z[ host-image] Feb 10 18:50:07.828 INFO O| Feb 10 18:50:07.828 INFO STEP 45 (remove_files) COMPLETE
88392025-02-10T18:50:08.878Z[ host-image] Feb 10 18:50:07.828 INFO O| Feb 10 18:50:07.828 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88402025-02-10T18:50:08.897Z[ host-image] Feb 10 18:50:07.847 INFO O| Feb 10 18:50:07.847 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
88412025-02-10T18:50:08.897Z[ host-image] Feb 10 18:50:07.847 INFO O| Feb 10 18:50:07.847 INFO STEP 46 (remove_files) COMPLETE
88422025-02-10T18:50:08.900Z[ host-image] Feb 10 18:50:07.847 INFO O| Feb 10 18:50:07.847 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88432025-02-10T18:50:08.924Z[ host-image] Feb 10 18:50:07.874 INFO O| Feb 10 18:50:07.874 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
88442025-02-10T18:50:08.924Z[ host-image] Feb 10 18:50:07.874 INFO O| Feb 10 18:50:07.874 INFO STEP 47 (remove_files) COMPLETE
88452025-02-10T18:50:08.927Z[ host-image] Feb 10 18:50:07.874 INFO O| Feb 10 18:50:07.874 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88462025-02-10T18:50:08.981Z[ host-image] Feb 10 18:50:07.931 INFO O| Feb 10 18:50:07.931 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
88472025-02-10T18:50:08.981Z[ host-image] Feb 10 18:50:07.931 INFO O| Feb 10 18:50:07.931 INFO STEP 48 (remove_files) COMPLETE
88482025-02-10T18:50:08.981Z[ host-image] Feb 10 18:50:07.931 INFO O| Feb 10 18:50:07.931 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88492025-02-10T18:50:08.998Z[ host-image] Feb 10 18:50:07.948 INFO O| Feb 10 18:50:07.948 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
88502025-02-10T18:50:08.998Z[ host-image] Feb 10 18:50:07.948 INFO O| Feb 10 18:50:07.948 INFO STEP 49 (remove_files) COMPLETE
88512025-02-10T18:50:08.998Z[ host-image] Feb 10 18:50:07.948 INFO O| Feb 10 18:50:07.948 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88522025-02-10T18:50:09.014Z[ host-image] Feb 10 18:50:07.965 INFO O| Feb 10 18:50:07.964 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
88532025-02-10T18:50:09.014Z[ host-image] Feb 10 18:50:07.965 INFO O| Feb 10 18:50:07.965 INFO STEP 50 (remove_files) COMPLETE
88542025-02-10T18:50:09.014Z[ host-image] Feb 10 18:50:07.965 INFO O| Feb 10 18:50:07.965 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88552025-02-10T18:50:09.075Z[ host-image] Feb 10 18:50:08.025 INFO O| Feb 10 18:50:08.025 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
88562025-02-10T18:50:09.075Z[ host-image] Feb 10 18:50:08.025 INFO O| Feb 10 18:50:08.025 INFO STEP 51 (remove_files) COMPLETE
88572025-02-10T18:50:09.077Z[ host-image] Feb 10 18:50:08.025 INFO O| Feb 10 18:50:08.025 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88582025-02-10T18:50:09.093Z[ host-image] Feb 10 18:50:08.043 INFO O| Feb 10 18:50:08.043 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
88592025-02-10T18:50:09.093Z[ host-image] Feb 10 18:50:08.043 INFO O| Feb 10 18:50:08.043 INFO STEP 52 (remove_files) COMPLETE
88602025-02-10T18:50:09.096Z[ host-image] Feb 10 18:50:08.044 INFO O| Feb 10 18:50:08.043 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88612025-02-10T18:50:09.129Z[ host-image] Feb 10 18:50:08.079 INFO O| Feb 10 18:50:08.079 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
88622025-02-10T18:50:09.129Z[ host-image] Feb 10 18:50:08.079 INFO O| Feb 10 18:50:08.079 INFO STEP 53 (remove_files) COMPLETE
88632025-02-10T18:50:09.132Z[ host-image] Feb 10 18:50:08.079 INFO O| Feb 10 18:50:08.079 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88642025-02-10T18:50:09.192Z[ host-image] Feb 10 18:50:08.142 INFO O| Feb 10 18:50:08.142 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
88652025-02-10T18:50:09.192Z[ host-image] Feb 10 18:50:08.142 INFO O| Feb 10 18:50:08.142 INFO STEP 54 (remove_files) COMPLETE
88662025-02-10T18:50:09.192Z[ host-image] Feb 10 18:50:08.142 INFO O| Feb 10 18:50:08.142 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88672025-02-10T18:50:09.212Z[ host-image] Feb 10 18:50:08.162 INFO O| Feb 10 18:50:08.162 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
88682025-02-10T18:50:09.212Z[ host-image] Feb 10 18:50:08.162 INFO O| Feb 10 18:50:08.162 INFO STEP 55 (remove_files) COMPLETE
88692025-02-10T18:50:09.215Z[ host-image] Feb 10 18:50:08.162 INFO O| Feb 10 18:50:08.162 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88702025-02-10T18:50:09.239Z[ host-image] Feb 10 18:50:08.189 INFO O| Feb 10 18:50:08.189 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
88712025-02-10T18:50:09.239Z[ host-image] Feb 10 18:50:08.189 INFO O| Feb 10 18:50:08.189 INFO STEP 56 (remove_files) COMPLETE
88722025-02-10T18:50:09.243Z[ host-image] Feb 10 18:50:08.190 INFO O| Feb 10 18:50:08.189 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88732025-02-10T18:50:09.275Z[ host-image] Feb 10 18:50:08.226 INFO O| Feb 10 18:50:08.226 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
88742025-02-10T18:50:09.275Z[ host-image] Feb 10 18:50:08.226 INFO O| Feb 10 18:50:08.226 INFO STEP 57 (remove_files) COMPLETE
88752025-02-10T18:50:09.275Z[ host-image] Feb 10 18:50:08.226 INFO O| Feb 10 18:50:08.226 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88762025-02-10T18:50:09.295Z[ host-image] Feb 10 18:50:08.245 INFO O| Feb 10 18:50:08.245 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
88772025-02-10T18:50:09.295Z[ host-image] Feb 10 18:50:08.246 INFO O| Feb 10 18:50:08.246 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
88782025-02-10T18:50:09.298Z[ host-image] Feb 10 18:50:08.246 INFO O| Feb 10 18:50:08.246 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88792025-02-10T18:50:09.299Z[ host-image] Feb 10 18:50:08.246 INFO O| Feb 10 18:50:08.246 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88802025-02-10T18:50:09.299Z[ host-image] Feb 10 18:50:08.246 INFO O| Feb 10 18:50:08.246 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88812025-02-10T18:50:09.299Z[ host-image] Feb 10 18:50:08.246 INFO O| Feb 10 18:50:08.246 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88822025-02-10T18:50:09.299Z[ host-image] Feb 10 18:50:08.246 INFO O| Feb 10 18:50:08.246 INFO ok!
88832025-02-10T18:50:09.299Z[ host-image] Feb 10 18:50:08.246 INFO O| Feb 10 18:50:08.246 INFO STEP 58 (ensure_file) COMPLETE
88842025-02-10T18:50:09.299Z[ host-image] Feb 10 18:50:08.246 INFO O| Feb 10 18:50:08.246 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88852025-02-10T18:50:09.315Z[ host-image] Feb 10 18:50:08.264 INFO O| Feb 10 18:50:08.264 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
88862025-02-10T18:50:09.315Z[ host-image] Feb 10 18:50:08.264 INFO O| Feb 10 18:50:08.264 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
88872025-02-10T18:50:09.318Z[ host-image] Feb 10 18:50:08.265 INFO O| Feb 10 18:50:08.264 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88882025-02-10T18:50:09.318Z[ host-image] Feb 10 18:50:08.265 INFO O| Feb 10 18:50:08.264 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88892025-02-10T18:50:09.318Z[ host-image] Feb 10 18:50:08.265 INFO O| Feb 10 18:50:08.265 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88902025-02-10T18:50:09.318Z[ host-image] Feb 10 18:50:08.265 INFO O| Feb 10 18:50:08.265 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88912025-02-10T18:50:09.318Z[ host-image] Feb 10 18:50:08.265 INFO O| Feb 10 18:50:08.265 INFO ok!
88922025-02-10T18:50:09.318Z[ host-image] Feb 10 18:50:08.265 INFO O| Feb 10 18:50:08.265 INFO STEP 59 (ensure_file) COMPLETE
88932025-02-10T18:50:09.318Z[ host-image] Feb 10 18:50:08.265 INFO O| Feb 10 18:50:08.265 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88942025-02-10T18:50:09.351Z[ host-image] Feb 10 18:50:08.301 INFO O| Feb 10 18:50:08.301 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
88952025-02-10T18:50:09.351Z[ host-image] Feb 10 18:50:08.301 INFO O| Feb 10 18:50:08.301 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
88962025-02-10T18:50:09.351Z[ host-image] Feb 10 18:50:08.301 INFO O| Feb 10 18:50:08.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
88972025-02-10T18:50:09.354Z[ host-image] Feb 10 18:50:08.301 INFO O| Feb 10 18:50:08.301 INFO ok!
88982025-02-10T18:50:09.354Z[ host-image] Feb 10 18:50:08.301 INFO O| Feb 10 18:50:08.301 INFO STEP 60 (ensure_file) COMPLETE
88992025-02-10T18:50:09.354Z[ host-image] Feb 10 18:50:08.302 INFO O| Feb 10 18:50:08.301 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89002025-02-10T18:50:09.410Z[ host-image] Feb 10 18:50:08.360 INFO O| Feb 10 18:50:08.360 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89012025-02-10T18:50:09.413Z[ host-image] Feb 10 18:50:08.360 INFO O| Feb 10 18:50:08.360 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89022025-02-10T18:50:09.413Z[ host-image] Feb 10 18:50:08.361 INFO O| Feb 10 18:50:08.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89032025-02-10T18:50:09.413Z[ host-image] Feb 10 18:50:08.361 INFO O| Feb 10 18:50:08.361 INFO ok!
89042025-02-10T18:50:09.413Z[ host-image] Feb 10 18:50:08.361 INFO O| Feb 10 18:50:08.361 INFO STEP 61 (ensure_file) COMPLETE
89052025-02-10T18:50:09.413Z[ host-image] Feb 10 18:50:08.361 INFO O| Feb 10 18:50:08.361 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89062025-02-10T18:50:09.437Z[ host-image] Feb 10 18:50:08.387 INFO O| Feb 10 18:50:08.387 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89072025-02-10T18:50:09.440Z[ host-image] Feb 10 18:50:08.388 INFO O| Feb 10 18:50:08.388 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89082025-02-10T18:50:09.440Z[ host-image] Feb 10 18:50:08.388 INFO O| Feb 10 18:50:08.388 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89092025-02-10T18:50:09.440Z[ host-image] Feb 10 18:50:08.388 INFO O| Feb 10 18:50:08.388 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89102025-02-10T18:50:09.440Z[ host-image] Feb 10 18:50:08.388 INFO O| Feb 10 18:50:08.388 INFO ok!
89112025-02-10T18:50:09.440Z[ host-image] Feb 10 18:50:08.388 INFO O| Feb 10 18:50:08.388 INFO STEP 62 (ensure_file) COMPLETE
89122025-02-10T18:50:09.440Z[ host-image] Feb 10 18:50:08.388 INFO O| Feb 10 18:50:08.388 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89132025-02-10T18:50:09.456Z[ host-image] Feb 10 18:50:08.407 INFO O| Feb 10 18:50:08.407 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89142025-02-10T18:50:09.456Z[ host-image] Feb 10 18:50:08.407 INFO O| Feb 10 18:50:08.407 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89152025-02-10T18:50:09.459Z[ host-image] Feb 10 18:50:08.407 INFO O| Feb 10 18:50:08.407 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89162025-02-10T18:50:09.459Z[ host-image] Feb 10 18:50:08.407 INFO O| Feb 10 18:50:08.407 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89172025-02-10T18:50:09.459Z[ host-image] Feb 10 18:50:08.407 INFO O| Feb 10 18:50:08.407 INFO ok!
89182025-02-10T18:50:09.459Z[ host-image] Feb 10 18:50:08.407 INFO O| Feb 10 18:50:08.407 INFO STEP 63 (ensure_file) COMPLETE
89192025-02-10T18:50:09.459Z[ host-image] Feb 10 18:50:08.407 INFO O| Feb 10 18:50:08.407 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89202025-02-10T18:50:09.474Z[ host-image] Feb 10 18:50:08.424 INFO O| Feb 10 18:50:08.424 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89212025-02-10T18:50:09.474Z[ host-image] Feb 10 18:50:08.424 INFO O| Feb 10 18:50:08.424 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89222025-02-10T18:50:09.476Z[ host-image] Feb 10 18:50:08.424 INFO O| Feb 10 18:50:08.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
89232025-02-10T18:50:09.476Z[ host-image] Feb 10 18:50:08.424 INFO O| Feb 10 18:50:08.424 INFO ok!
89242025-02-10T18:50:09.476Z[ host-image] Feb 10 18:50:08.424 INFO O| Feb 10 18:50:08.424 INFO STEP 64 (assemble_files) COMPLETE
89252025-02-10T18:50:09.476Z[ host-image] Feb 10 18:50:08.424 INFO O| Feb 10 18:50:08.424 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89262025-02-10T18:50:09.491Z[ host-image] Feb 10 18:50:08.441 INFO O| Feb 10 18:50:08.441 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
89272025-02-10T18:50:09.491Z[ host-image] Feb 10 18:50:08.441 INFO O| Feb 10 18:50:08.441 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
89282025-02-10T18:50:09.494Z[ host-image] Feb 10 18:50:08.442 INFO O| Feb 10 18:50:08.442 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89292025-02-10T18:50:09.494Z[ host-image] Feb 10 18:50:08.442 INFO O| Feb 10 18:50:08.442 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89302025-02-10T18:50:09.494Z[ host-image] Feb 10 18:50:08.442 INFO O| Feb 10 18:50:08.442 INFO ok!
89312025-02-10T18:50:09.494Z[ host-image] Feb 10 18:50:08.442 INFO O| Feb 10 18:50:08.442 INFO STEP 65 (ensure_file) COMPLETE
89322025-02-10T18:50:09.494Z[ host-image] Feb 10 18:50:08.442 INFO O| Feb 10 18:50:08.442 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89332025-02-10T18:50:09.511Z[ host-image] Feb 10 18:50:08.461 INFO O| Feb 10 18:50:08.461 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89342025-02-10T18:50:09.514Z[ host-image] Feb 10 18:50:08.462 INFO O| Feb 10 18:50:08.462 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89352025-02-10T18:50:09.514Z[ host-image] Feb 10 18:50:08.462 INFO O| Feb 10 18:50:08.462 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89362025-02-10T18:50:09.514Z[ host-image] Feb 10 18:50:08.462 INFO O| Feb 10 18:50:08.462 INFO STEP 66 (ensure_dir) COMPLETE
89372025-02-10T18:50:09.514Z[ host-image] Feb 10 18:50:08.462 INFO O| Feb 10 18:50:08.462 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89382025-02-10T18:50:09.535Z[ host-image] Feb 10 18:50:08.485 INFO O| Feb 10 18:50:08.485 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
89392025-02-10T18:50:09.536Z[ host-image] Feb 10 18:50:08.485 INFO O| Feb 10 18:50:08.485 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/files.tar.gz -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz ...
89402025-02-10T18:50:09.547Z[ host-image] Feb 10 18:50:08.497 INFO O| Feb 10 18:50:08.497 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
89412025-02-10T18:50:09.547Z[ host-image] Feb 10 18:50:08.497 INFO O| Feb 10 18:50:08.497 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
89422025-02-10T18:50:09.552Z[ host-image] Feb 10 18:50:08.497 INFO O| Feb 10 18:50:08.497 INFO ok!
89432025-02-10T18:50:09.552Z[ host-image] Feb 10 18:50:08.497 INFO O| Feb 10 18:50:08.497 INFO STEP 67 (ensure_file) COMPLETE
89442025-02-10T18:50:09.552Z[ host-image] Feb 10 18:50:08.497 INFO O| Feb 10 18:50:08.497 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89452025-02-10T18:50:09.591Z[ host-image] Feb 10 18:50:08.541 INFO O| Feb 10 18:50:08.541 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
89462025-02-10T18:50:09.591Z[ host-image] Feb 10 18:50:08.541 INFO O| Feb 10 18:50:08.541 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ...
89472025-02-10T18:50:09.594Z[ host-image] Feb 10 18:50:08.542 INFO O| Feb 10 18:50:08.541 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
89482025-02-10T18:50:09.594Z[ host-image] Feb 10 18:50:08.542 INFO O| Feb 10 18:50:08.542 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
89492025-02-10T18:50:09.594Z[ host-image] Feb 10 18:50:08.542 INFO O| Feb 10 18:50:08.542 INFO ok!
89502025-02-10T18:50:09.594Z[ host-image] Feb 10 18:50:08.542 INFO O| Feb 10 18:50:08.542 INFO STEP 68 (ensure_file) COMPLETE
89512025-02-10T18:50:09.594Z[ host-image] Feb 10 18:50:08.542 INFO O| Feb 10 18:50:08.542 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89522025-02-10T18:50:09.623Z[ host-image] Feb 10 18:50:08.573 INFO O| Feb 10 18:50:08.573 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
89532025-02-10T18:50:09.623Z[ host-image] Feb 10 18:50:08.573 INFO O| Feb 10 18:50:08.573 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
89542025-02-10T18:50:13.450Z[ host-image] Feb 10 18:50:12.400 INFO O| Feb 10 18:50:12.400 INFO STEP 69 (pack_tar) COMPLETE
89552025-02-10T18:50:13.450Z[ host-image] Feb 10 18:50:12.400 INFO O| Feb 10 18:50:12.400 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
89562025-02-10T18:50:13.450Z[ host-image] Feb 10 18:50:12.400 INFO O| Feb 10 18:50:12.400 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
89572025-02-10T18:50:13.914Z[ host-image] Feb 10 18:50:12.864 INFO O| Feb 10 18:50:12.864 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89582025-02-10T18:50:14.031Z[ host-image] Feb 10 18:50:12.981 INFO O| Feb 10 18:50:12.981 INFO completed processing gimlet/ramdisk-02-trim
89592025-02-10T18:50:14.035Z[ host-image] Feb 10 18:50:12.985 INFO image builder template: zfs...
89602025-02-10T18:50:14.035Z[ host-image] Feb 10 18:50:12.985 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpDMNkwv/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "zfs"], pwd: None
89612025-02-10T18:50:14.059Z[ host-image] Feb 10 18:50:13.010 INFO O| Feb 10 18:50:13.009 INFO skip include "stress" because feature "stress" is not enabled
89622025-02-10T18:50:14.131Z[ host-image] Feb 10 18:50:13.081 INFO O| Feb 10 18:50:13.081 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
89632025-02-10T18:50:14.141Z[ host-image] Feb 10 18:50:13.091 INFO O| Feb 10 18:50:13.091 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
89642025-02-10T18:50:14.238Z[ host-image] Feb 10 18:50:13.188 INFO O| Feb 10 18:50:13.188 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
89652025-02-10T18:50:14.318Z[ host-image] Feb 10 18:50:13.268 INFO O| Feb 10 18:50:13.268 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
89662025-02-10T18:50:14.318Z[ host-image] Feb 10 18:50:13.268 INFO O| Feb 10 18:50:13.268 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
89672025-02-10T18:50:14.327Z[ host-image] Feb 10 18:50:13.277 INFO O| Feb 10 18:50:13.277 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
89682025-02-10T18:50:14.434Z[ host-image] Feb 10 18:50:13.384 INFO O| Feb 10 18:50:13.384 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
89692025-02-10T18:50:14.507Z[ host-image] Feb 10 18:50:13.458 INFO O| Feb 10 18:50:13.458 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
89702025-02-10T18:50:14.526Z[ host-image] Feb 10 18:50:13.477 INFO O| Feb 10 18:50:13.477 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
89712025-02-10T18:50:14.537Z[ host-image] Feb 10 18:50:13.488 INFO O| Feb 10 18:50:13.487 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
89722025-02-10T18:50:14.537Z[ host-image] Feb 10 18:50:13.488 INFO O| Feb 10 18:50:13.488 INFO no lofi found
89732025-02-10T18:50:14.537Z[ host-image] Feb 10 18:50:13.488 INFO O| Feb 10 18:50:13.488 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
89742025-02-10T18:50:14.540Z[ host-image] Feb 10 18:50:13.488 INFO O| Feb 10 18:50:13.488 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
89752025-02-10T18:50:17.061Z[ host-image] Feb 10 18:50:16.011 INFO O| Feb 10 18:50:16.011 INFO lofi device = /dev/dsk/c2t1d0p0
89762025-02-10T18:50:17.061Z[ host-image] Feb 10 18:50:16.011 INFO O| Feb 10 18:50:16.011 INFO pool device = /dev/dsk/c2t1d0p0
89772025-02-10T18:50:17.064Z[ host-image] Feb 10 18:50:16.011 INFO O| Feb 10 18:50:16.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
89782025-02-10T18:50:17.268Z[ host-image] Feb 10 18:50:16.219 INFO O| Feb 10 18:50:16.219 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89792025-02-10T18:50:17.268Z[ host-image] Feb 10 18:50:16.219 INFO O| Feb 10 18:50:16.219 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
89802025-02-10T18:50:17.302Z[ host-image] Feb 10 18:50:16.253 INFO O| Feb 10 18:50:16.253 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
89812025-02-10T18:50:17.426Z[ host-image] Feb 10 18:50:16.376 INFO O| Feb 10 18:50:16.376 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
89822025-02-10T18:50:17.553Z[ host-image] Feb 10 18:50:16.503 INFO O| Feb 10 18:50:16.503 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
89832025-02-10T18:50:17.590Z[ host-image] Feb 10 18:50:16.540 INFO O| Feb 10 18:50:16.540 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
89842025-02-10T18:50:17.611Z[ host-image] Feb 10 18:50:16.561 INFO O| Feb 10 18:50:16.561 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
89852025-02-10T18:50:17.714Z[ host-image] Feb 10 18:50:16.664 INFO O| Feb 10 18:50:16.664 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
89862025-02-10T18:50:17.717Z[ host-image] Feb 10 18:50:16.665 INFO O| Feb 10 18:50:16.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
89872025-02-10T18:50:17.717Z[ host-image] Feb 10 18:50:16.665 INFO O| Feb 10 18:50:16.665 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
89882025-02-10T18:50:17.732Z[ host-image] Feb 10 18:50:16.683 INFO O| Feb 10 18:50:16.682 INFO boot environment UUID: f14406f4-e38b-48c4-840c-46d2756da5e0
89892025-02-10T18:50:17.732Z[ host-image] Feb 10 18:50:16.683 INFO O| Feb 10 18:50:16.683 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = f14406f4-e38b-48c4-840c-46d2756da5e0
89902025-02-10T18:50:17.789Z[ host-image] Feb 10 18:50:16.739 INFO O| Feb 10 18:50:16.739 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
89912025-02-10T18:50:17.868Z[ host-image] Feb 10 18:50:16.819 INFO O| Feb 10 18:50:16.819 INFO STEP 0 (create_be) COMPLETE
89922025-02-10T18:50:17.868Z[ host-image] Feb 10 18:50:16.819 INFO O| Feb 10 18:50:16.819 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89932025-02-10T18:50:17.918Z[ host-image] Feb 10 18:50:16.869 INFO O| Feb 10 18:50:16.869 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
89942025-02-10T18:50:35.739Z[ recovery-image] Feb 10 18:50:34.690 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
89952025-02-10T18:50:40.308Z[ recovery-image] Feb 10 18:50:39.259 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
89962025-02-10T18:50:44.457Z[ host-image] Feb 10 18:50:43.408 INFO O| Feb 10 18:50:43.408 INFO STEP 1 (unpack_tar) COMPLETE
89972025-02-10T18:50:44.460Z[ host-image] Feb 10 18:50:43.408 INFO O| Feb 10 18:50:43.408 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89982025-02-10T18:50:44.476Z[ host-image] Feb 10 18:50:43.427 INFO O| Feb 10 18:50:43.427 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89992025-02-10T18:50:45.299Z[ host-image] Feb 10 18:50:44.250 INFO O| Feb 10 18:50:44.249 INFO STEP 2 (devfsadm) COMPLETE
90002025-02-10T18:50:45.299Z[ host-image] Feb 10 18:50:44.250 INFO O| Feb 10 18:50:44.249 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90012025-02-10T18:50:45.321Z[ host-image] Feb 10 18:50:44.271 INFO O| Feb 10 18:50:44.271 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90022025-02-10T18:50:45.321Z[ host-image] Feb 10 18:50:44.271 INFO O| Feb 10 18:50:44.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90032025-02-10T18:50:45.321Z[ host-image] Feb 10 18:50:44.271 INFO O| Feb 10 18:50:44.271 INFO STEP 3 (ensure_dir) COMPLETE
90042025-02-10T18:50:45.324Z[ host-image] Feb 10 18:50:44.271 INFO O| Feb 10 18:50:44.271 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90052025-02-10T18:50:45.339Z[ host-image] Feb 10 18:50:44.290 INFO O| Feb 10 18:50:44.290 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90062025-02-10T18:50:45.342Z[ host-image] Feb 10 18:50:44.290 INFO O| Feb 10 18:50:44.290 INFO STEP 4 (ensure_dir) COMPLETE
90072025-02-10T18:50:45.342Z[ host-image] Feb 10 18:50:44.290 INFO O| Feb 10 18:50:44.290 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90082025-02-10T18:50:45.358Z[ host-image] Feb 10 18:50:44.309 INFO O| Feb 10 18:50:44.309 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90092025-02-10T18:50:45.361Z[ host-image] Feb 10 18:50:44.309 INFO O| Feb 10 18:50:44.309 INFO STEP 5 (ensure_dir) COMPLETE
90102025-02-10T18:50:45.361Z[ host-image] Feb 10 18:50:44.309 INFO O| Feb 10 18:50:44.309 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90112025-02-10T18:50:45.451Z[ host-image] Feb 10 18:50:44.402 INFO O| Feb 10 18:50:44.402 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90122025-02-10T18:50:45.454Z[ host-image] Feb 10 18:50:44.402 INFO O| Feb 10 18:50:44.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90132025-02-10T18:50:45.454Z[ host-image] Feb 10 18:50:44.402 INFO O| Feb 10 18:50:44.402 INFO STEP 6 (ensure_dir) COMPLETE
90142025-02-10T18:50:45.454Z[ host-image] Feb 10 18:50:44.403 INFO O| Feb 10 18:50:44.402 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90152025-02-10T18:50:45.490Z[ host-image] Feb 10 18:50:44.441 INFO O| Feb 10 18:50:44.441 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90162025-02-10T18:50:45.492Z[ host-image] Feb 10 18:50:44.441 INFO O| Feb 10 18:50:44.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90172025-02-10T18:50:45.492Z[ host-image] Feb 10 18:50:44.441 INFO O| Feb 10 18:50:44.441 INFO STEP 7 (ensure_dir) COMPLETE
90182025-02-10T18:50:45.492Z[ host-image] Feb 10 18:50:44.441 INFO O| Feb 10 18:50:44.441 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90192025-02-10T18:50:45.508Z[ host-image] Feb 10 18:50:44.459 INFO O| Feb 10 18:50:44.459 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
90202025-02-10T18:50:45.511Z[ host-image] Feb 10 18:50:44.459 INFO O| Feb 10 18:50:44.459 INFO STEP 8 (remove_files) COMPLETE
90212025-02-10T18:50:45.511Z[ host-image] Feb 10 18:50:44.459 INFO O| Feb 10 18:50:44.459 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90222025-02-10T18:50:45.526Z[ host-image] Feb 10 18:50:44.477 INFO O| Feb 10 18:50:44.477 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
90232025-02-10T18:50:45.529Z[ host-image] Feb 10 18:50:44.479 INFO O| Feb 10 18:50:44.479 INFO STEP 9 (remove_files) COMPLETE
90242025-02-10T18:50:45.529Z[ host-image] Feb 10 18:50:44.479 INFO O| Feb 10 18:50:44.479 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90252025-02-10T18:50:45.568Z[ host-image] Feb 10 18:50:44.519 INFO O| Feb 10 18:50:44.519 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
90262025-02-10T18:50:45.570Z[ host-image] Feb 10 18:50:44.520 INFO O| Feb 10 18:50:44.520 INFO STEP 10 (remove_files) COMPLETE
90272025-02-10T18:50:45.571Z[ host-image] Feb 10 18:50:44.520 INFO O| Feb 10 18:50:44.520 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90282025-02-10T18:50:45.632Z[ host-image] Feb 10 18:50:44.583 INFO O| Feb 10 18:50:44.583 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
90292025-02-10T18:50:45.635Z[ host-image] Feb 10 18:50:44.583 INFO O| Feb 10 18:50:44.583 INFO STEP 11 (remove_files) COMPLETE
90302025-02-10T18:50:45.635Z[ host-image] Feb 10 18:50:44.583 INFO O| Feb 10 18:50:44.583 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90312025-02-10T18:50:45.654Z[ host-image] Feb 10 18:50:44.605 INFO O| Feb 10 18:50:44.605 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
90322025-02-10T18:50:45.658Z[ host-image] Feb 10 18:50:44.606 INFO O| Feb 10 18:50:44.606 INFO STEP 12 (remove_files) COMPLETE
90332025-02-10T18:50:45.658Z[ host-image] Feb 10 18:50:44.606 INFO O| Feb 10 18:50:44.606 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90342025-02-10T18:50:45.677Z[ host-image] Feb 10 18:50:44.628 INFO O| Feb 10 18:50:44.627 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90352025-02-10T18:50:45.677Z[ host-image] Feb 10 18:50:44.628 INFO O| Feb 10 18:50:44.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90362025-02-10T18:50:45.679Z[ host-image] Feb 10 18:50:44.628 INFO O| Feb 10 18:50:44.628 INFO STEP 13 (ensure_dir) COMPLETE
90372025-02-10T18:50:45.679Z[ host-image] Feb 10 18:50:44.628 INFO O| Feb 10 18:50:44.628 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90382025-02-10T18:50:45.698Z[ host-image] Feb 10 18:50:44.649 INFO O| Feb 10 18:50:44.649 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90392025-02-10T18:50:45.698Z[ host-image] Feb 10 18:50:44.649 INFO O| Feb 10 18:50:44.649 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90402025-02-10T18:50:45.701Z[ host-image] Feb 10 18:50:44.649 INFO O| Feb 10 18:50:44.649 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90412025-02-10T18:50:45.702Z[ host-image] Feb 10 18:50:44.649 INFO O| Feb 10 18:50:44.649 INFO STEP 14 (ensure_dir) COMPLETE
90422025-02-10T18:50:45.702Z[ host-image] Feb 10 18:50:44.649 INFO O| Feb 10 18:50:44.649 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90432025-02-10T18:50:45.722Z[ host-image] Feb 10 18:50:44.673 INFO O| Feb 10 18:50:44.673 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90442025-02-10T18:50:45.722Z[ host-image] Feb 10 18:50:44.673 INFO O| Feb 10 18:50:44.673 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90452025-02-10T18:50:45.722Z[ host-image] Feb 10 18:50:44.673 INFO O| Feb 10 18:50:44.673 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90462025-02-10T18:50:45.724Z[ host-image] Feb 10 18:50:44.673 INFO O| Feb 10 18:50:44.673 INFO STEP 15 (ensure_dir) COMPLETE
90472025-02-10T18:50:45.724Z[ host-image] Feb 10 18:50:44.673 INFO O| Feb 10 18:50:44.673 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90482025-02-10T18:50:45.755Z[ host-image] Feb 10 18:50:44.706 INFO O| Feb 10 18:50:44.706 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90492025-02-10T18:50:45.758Z[ host-image] Feb 10 18:50:44.707 INFO O| Feb 10 18:50:44.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90502025-02-10T18:50:45.758Z[ host-image] Feb 10 18:50:44.707 INFO O| Feb 10 18:50:44.707 INFO STEP 16 (ensure_dir) COMPLETE
90512025-02-10T18:50:45.758Z[ host-image] Feb 10 18:50:44.707 INFO O| Feb 10 18:50:44.707 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90522025-02-10T18:50:45.792Z[ host-image] Feb 10 18:50:44.744 INFO O| Feb 10 18:50:44.743 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90532025-02-10T18:50:45.792Z[ host-image] Feb 10 18:50:44.744 INFO O| Feb 10 18:50:44.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90542025-02-10T18:50:45.795Z[ host-image] Feb 10 18:50:44.744 INFO O| Feb 10 18:50:44.744 INFO STEP 17 (ensure_dir) COMPLETE
90552025-02-10T18:50:45.795Z[ host-image] Feb 10 18:50:44.744 INFO O| Feb 10 18:50:44.744 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90562025-02-10T18:50:45.831Z[ host-image] Feb 10 18:50:44.782 INFO O| Feb 10 18:50:44.782 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
90572025-02-10T18:50:45.831Z[ host-image] Feb 10 18:50:44.782 INFO O| Feb 10 18:50:44.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
90582025-02-10T18:50:45.831Z[ host-image] Feb 10 18:50:44.782 INFO O| Feb 10 18:50:44.782 INFO ok!
90592025-02-10T18:50:45.834Z[ host-image] Feb 10 18:50:44.782 INFO O| Feb 10 18:50:44.782 INFO STEP 18 (ensure_symlink) COMPLETE
90602025-02-10T18:50:45.834Z[ host-image] Feb 10 18:50:44.782 INFO O| Feb 10 18:50:44.782 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90612025-02-10T18:50:45.851Z[ host-image] Feb 10 18:50:44.802 INFO O| Feb 10 18:50:44.802 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
90622025-02-10T18:50:45.854Z[ host-image] Feb 10 18:50:44.802 INFO O| Feb 10 18:50:44.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
90632025-02-10T18:50:45.854Z[ host-image] Feb 10 18:50:44.802 INFO O| Feb 10 18:50:44.802 INFO ok!
90642025-02-10T18:50:45.854Z[ host-image] Feb 10 18:50:44.802 INFO O| Feb 10 18:50:44.802 INFO STEP 19 (ensure_file) COMPLETE
90652025-02-10T18:50:45.854Z[ host-image] Feb 10 18:50:44.802 INFO O| Feb 10 18:50:44.802 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90662025-02-10T18:50:45.880Z[ host-image] Feb 10 18:50:44.831 INFO O| Feb 10 18:50:44.831 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
90672025-02-10T18:50:45.883Z[ host-image] Feb 10 18:50:44.831 INFO O| Feb 10 18:50:44.831 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
90682025-02-10T18:50:45.883Z[ host-image] Feb 10 18:50:44.832 INFO O| Feb 10 18:50:44.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
90692025-02-10T18:50:45.883Z[ host-image] Feb 10 18:50:44.832 INFO O| Feb 10 18:50:44.832 INFO ok!
90702025-02-10T18:50:45.883Z[ host-image] Feb 10 18:50:44.832 INFO O| Feb 10 18:50:44.832 INFO STEP 20 (ensure_symlink) COMPLETE
90712025-02-10T18:50:45.884Z[ host-image] Feb 10 18:50:44.832 INFO O| Feb 10 18:50:44.832 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90722025-02-10T18:50:45.902Z[ host-image] Feb 10 18:50:44.854 INFO O| Feb 10 18:50:44.853 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
90732025-02-10T18:50:45.902Z[ host-image] Feb 10 18:50:44.854 INFO O| Feb 10 18:50:44.853 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
90742025-02-10T18:50:45.905Z[ host-image] Feb 10 18:50:44.854 INFO O| Feb 10 18:50:44.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
90752025-02-10T18:50:45.905Z[ host-image] Feb 10 18:50:44.854 INFO O| Feb 10 18:50:44.854 INFO ok!
90762025-02-10T18:50:45.905Z[ host-image] Feb 10 18:50:44.854 INFO O| Feb 10 18:50:44.854 INFO STEP 21 (ensure_symlink) COMPLETE
90772025-02-10T18:50:45.905Z[ host-image] Feb 10 18:50:44.854 INFO O| Feb 10 18:50:44.854 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90782025-02-10T18:50:45.923Z[ host-image] Feb 10 18:50:44.874 INFO O| Feb 10 18:50:44.874 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
90792025-02-10T18:50:45.923Z[ host-image] Feb 10 18:50:44.874 INFO O| Feb 10 18:50:44.874 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90802025-02-10T18:50:45.923Z[ host-image] Feb 10 18:50:44.874 INFO O| Feb 10 18:50:44.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
90812025-02-10T18:50:45.925Z[ host-image] Feb 10 18:50:44.874 INFO O| Feb 10 18:50:44.874 INFO ok!
90822025-02-10T18:50:45.925Z[ host-image] Feb 10 18:50:44.874 INFO O| Feb 10 18:50:44.874 INFO STEP 22 (ensure_symlink) COMPLETE
90832025-02-10T18:50:45.925Z[ host-image] Feb 10 18:50:44.874 INFO O| Feb 10 18:50:44.874 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90842025-02-10T18:50:45.942Z[ host-image] Feb 10 18:50:44.893 INFO O| Feb 10 18:50:44.893 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
90852025-02-10T18:50:45.942Z[ host-image] Feb 10 18:50:44.894 INFO O| Feb 10 18:50:44.893 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90862025-02-10T18:50:45.945Z[ host-image] Feb 10 18:50:44.894 INFO O| Feb 10 18:50:44.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
90872025-02-10T18:50:45.945Z[ host-image] Feb 10 18:50:44.894 INFO O| Feb 10 18:50:44.894 INFO ok!
90882025-02-10T18:50:45.945Z[ host-image] Feb 10 18:50:44.894 INFO O| Feb 10 18:50:44.894 INFO STEP 23 (ensure_symlink) COMPLETE
90892025-02-10T18:50:45.945Z[ host-image] Feb 10 18:50:44.894 INFO O| Feb 10 18:50:44.894 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90902025-02-10T18:50:45.969Z[ host-image] Feb 10 18:50:44.919 INFO O| Feb 10 18:50:44.919 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90912025-02-10T18:50:45.971Z[ host-image] Feb 10 18:50:44.920 INFO O| Feb 10 18:50:44.920 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
90922025-02-10T18:50:45.971Z[ host-image] Feb 10 18:50:44.920 INFO O| Feb 10 18:50:44.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
90932025-02-10T18:50:45.971Z[ host-image] Feb 10 18:50:44.920 INFO O| Feb 10 18:50:44.920 INFO ok!
90942025-02-10T18:50:45.971Z[ host-image] Feb 10 18:50:44.920 INFO O| Feb 10 18:50:44.920 INFO STEP 24 (ensure_file) COMPLETE
90952025-02-10T18:50:45.971Z[ host-image] Feb 10 18:50:44.920 INFO O| Feb 10 18:50:44.920 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90962025-02-10T18:50:45.992Z[ host-image] Feb 10 18:50:44.943 INFO O| Feb 10 18:50:44.943 INFO updating shadow file
90972025-02-10T18:50:45.994Z[ host-image] Feb 10 18:50:44.943 INFO O| Feb 10 18:50:44.943 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90982025-02-10T18:50:45.994Z[ host-image] Feb 10 18:50:44.943 INFO O| Feb 10 18:50:44.943 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90992025-02-10T18:50:45.994Z[ host-image] Feb 10 18:50:44.943 INFO O| Feb 10 18:50:44.943 INFO STEP 25 (shadow) COMPLETE
91002025-02-10T18:50:45.994Z[ host-image] Feb 10 18:50:44.943 INFO O| Feb 10 18:50:44.943 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91012025-02-10T18:50:46.014Z[ host-image] Feb 10 18:50:44.965 INFO O| Feb 10 18:50:44.965 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91022025-02-10T18:50:46.015Z[ host-image] Feb 10 18:50:44.965 INFO O| Feb 10 18:50:44.965 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91032025-02-10T18:50:46.018Z[ host-image] Feb 10 18:50:44.965 INFO O| Feb 10 18:50:44.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91042025-02-10T18:50:46.018Z[ host-image] Feb 10 18:50:44.965 INFO O| Feb 10 18:50:44.965 INFO ok!
91052025-02-10T18:50:46.018Z[ host-image] Feb 10 18:50:44.965 INFO O| Feb 10 18:50:44.965 INFO STEP 26 (ensure_file) COMPLETE
91062025-02-10T18:50:46.018Z[ host-image] Feb 10 18:50:44.965 INFO O| Feb 10 18:50:44.965 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91072025-02-10T18:50:46.035Z[ host-image] Feb 10 18:50:44.986 INFO O| Feb 10 18:50:44.986 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91082025-02-10T18:50:46.035Z[ host-image] Feb 10 18:50:44.986 INFO O| Feb 10 18:50:44.986 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91092025-02-10T18:50:46.035Z[ host-image] Feb 10 18:50:44.986 INFO O| Feb 10 18:50:44.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91102025-02-10T18:50:46.035Z[ host-image] Feb 10 18:50:44.986 INFO O| Feb 10 18:50:44.986 INFO ok!
91112025-02-10T18:50:46.038Z[ host-image] Feb 10 18:50:44.986 INFO O| Feb 10 18:50:44.986 INFO STEP 27 (ensure_file) COMPLETE
91122025-02-10T18:50:46.038Z[ host-image] Feb 10 18:50:44.986 INFO O| Feb 10 18:50:44.986 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91132025-02-10T18:50:46.071Z[ host-image] Feb 10 18:50:45.022 INFO O| Feb 10 18:50:45.022 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91142025-02-10T18:50:46.071Z[ host-image] Feb 10 18:50:45.022 INFO O| Feb 10 18:50:45.022 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
91152025-02-10T18:50:46.074Z[ host-image] Feb 10 18:50:45.023 INFO O| Feb 10 18:50:45.023 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91162025-02-10T18:50:46.074Z[ host-image] Feb 10 18:50:45.023 INFO O| Feb 10 18:50:45.023 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91172025-02-10T18:50:46.075Z[ host-image] Feb 10 18:50:45.023 INFO O| Feb 10 18:50:45.023 INFO ok!
91182025-02-10T18:50:46.075Z[ host-image] Feb 10 18:50:45.023 INFO O| Feb 10 18:50:45.023 INFO STEP 28 (ensure_file) COMPLETE
91192025-02-10T18:50:46.075Z[ host-image] Feb 10 18:50:45.023 INFO O| Feb 10 18:50:45.023 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91202025-02-10T18:50:46.130Z[ host-image] Feb 10 18:50:45.081 INFO O| Feb 10 18:50:45.081 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
91212025-02-10T18:50:46.130Z[ host-image] Feb 10 18:50:45.081 INFO O| Feb 10 18:50:45.081 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
91222025-02-10T18:50:46.130Z[ host-image] Feb 10 18:50:45.081 INFO O| Feb 10 18:50:45.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
91232025-02-10T18:50:46.130Z[ host-image] Feb 10 18:50:45.081 INFO O| Feb 10 18:50:45.081 INFO ok!
91242025-02-10T18:50:46.131Z[ host-image] Feb 10 18:50:45.081 INFO O| Feb 10 18:50:45.081 INFO STEP 29 (ensure_file) COMPLETE
91252025-02-10T18:50:46.131Z[ host-image] Feb 10 18:50:45.081 INFO O| Feb 10 18:50:45.081 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91262025-02-10T18:50:46.154Z[ host-image] Feb 10 18:50:45.104 INFO O| Feb 10 18:50:45.104 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
91272025-02-10T18:50:46.154Z[ host-image] Feb 10 18:50:45.104 INFO O| Feb 10 18:50:45.104 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
91282025-02-10T18:50:46.157Z[ host-image] Feb 10 18:50:45.105 INFO O| Feb 10 18:50:45.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
91292025-02-10T18:50:46.157Z[ host-image] Feb 10 18:50:45.105 INFO O| Feb 10 18:50:45.105 INFO ok!
91302025-02-10T18:50:46.157Z[ host-image] Feb 10 18:50:45.105 INFO O| Feb 10 18:50:45.105 INFO STEP 30 (ensure_file) COMPLETE
91312025-02-10T18:50:46.157Z[ host-image] Feb 10 18:50:45.105 INFO O| Feb 10 18:50:45.105 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91322025-02-10T18:50:46.210Z[ host-image] Feb 10 18:50:45.161 INFO O| Feb 10 18:50:45.160 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
91332025-02-10T18:50:46.210Z[ host-image] Feb 10 18:50:45.161 INFO O| Feb 10 18:50:45.161 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
91342025-02-10T18:50:46.210Z[ host-image] Feb 10 18:50:45.161 INFO O| Feb 10 18:50:45.161 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
91352025-02-10T18:50:46.212Z[ host-image] Feb 10 18:50:45.161 INFO O| Feb 10 18:50:45.161 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
91362025-02-10T18:50:46.212Z[ host-image] Feb 10 18:50:45.161 INFO O| Feb 10 18:50:45.161 INFO ok!
91372025-02-10T18:50:46.212Z[ host-image] Feb 10 18:50:45.161 INFO O| Feb 10 18:50:45.161 INFO STEP 31 (ensure_file) COMPLETE
91382025-02-10T18:50:46.212Z[ host-image] Feb 10 18:50:45.161 INFO O| Feb 10 18:50:45.161 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91392025-02-10T18:50:46.229Z[ host-image] Feb 10 18:50:45.180 INFO O| Feb 10 18:50:45.180 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
91402025-02-10T18:50:46.229Z[ host-image] Feb 10 18:50:45.180 INFO O| Feb 10 18:50:45.180 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
91412025-02-10T18:50:46.231Z[ host-image] Feb 10 18:50:45.180 INFO O| Feb 10 18:50:45.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
91422025-02-10T18:50:46.231Z[ host-image] Feb 10 18:50:45.180 INFO O| Feb 10 18:50:45.180 INFO ok!
91432025-02-10T18:50:46.231Z[ host-image] Feb 10 18:50:45.180 INFO O| Feb 10 18:50:45.180 INFO STEP 32 (ensure_file) COMPLETE
91442025-02-10T18:50:46.231Z[ host-image] Feb 10 18:50:45.180 INFO O| Feb 10 18:50:45.180 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91452025-02-10T18:50:46.267Z[ host-image] Feb 10 18:50:45.218 INFO O| Feb 10 18:50:45.218 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
91462025-02-10T18:50:46.270Z[ host-image] Feb 10 18:50:45.219 INFO O| Feb 10 18:50:45.219 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
91472025-02-10T18:50:46.272Z[ host-image] Feb 10 18:50:45.219 INFO O| Feb 10 18:50:45.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
91482025-02-10T18:50:46.272Z[ host-image] Feb 10 18:50:45.219 INFO O| Feb 10 18:50:45.219 INFO ok!
91492025-02-10T18:50:46.272Z[ host-image] Feb 10 18:50:45.219 INFO O| Feb 10 18:50:45.219 INFO STEP 33 (ensure_file) COMPLETE
91502025-02-10T18:50:46.272Z[ host-image] Feb 10 18:50:45.220 INFO O| Feb 10 18:50:45.220 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91512025-02-10T18:50:46.290Z[ host-image] Feb 10 18:50:45.241 INFO O| Feb 10 18:50:45.241 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
91522025-02-10T18:50:46.290Z[ host-image] Feb 10 18:50:45.242 INFO O| Feb 10 18:50:45.242 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
91532025-02-10T18:50:46.293Z[ host-image] Feb 10 18:50:45.242 INFO O| Feb 10 18:50:45.242 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91542025-02-10T18:50:46.293Z[ host-image] Feb 10 18:50:45.242 INFO O| Feb 10 18:50:45.242 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91552025-02-10T18:50:46.293Z[ host-image] Feb 10 18:50:45.242 INFO O| Feb 10 18:50:45.242 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91562025-02-10T18:50:46.293Z[ host-image] Feb 10 18:50:45.242 INFO O| Feb 10 18:50:45.242 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91572025-02-10T18:50:46.293Z[ host-image] Feb 10 18:50:45.243 INFO O| Feb 10 18:50:45.242 INFO ok!
91582025-02-10T18:50:46.293Z[ host-image] Feb 10 18:50:45.243 INFO O| Feb 10 18:50:45.243 INFO STEP 34 (ensure_file) COMPLETE
91592025-02-10T18:50:46.293Z[ host-image] Feb 10 18:50:45.243 INFO O| Feb 10 18:50:45.243 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91602025-02-10T18:50:46.337Z[ host-image] Feb 10 18:50:45.288 INFO O| Feb 10 18:50:45.288 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91612025-02-10T18:50:46.340Z[ host-image] Feb 10 18:50:45.288 INFO O| Feb 10 18:50:45.288 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91622025-02-10T18:50:46.340Z[ host-image] Feb 10 18:50:45.289 INFO O| Feb 10 18:50:45.289 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91632025-02-10T18:50:46.340Z[ host-image] Feb 10 18:50:45.289 INFO O| Feb 10 18:50:45.289 INFO STEP 35 (ensure_dir) COMPLETE
91642025-02-10T18:50:46.340Z[ host-image] Feb 10 18:50:45.289 INFO O| Feb 10 18:50:45.289 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91652025-02-10T18:50:46.361Z[ host-image] Feb 10 18:50:45.312 INFO O| Feb 10 18:50:45.312 INFO file /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
91662025-02-10T18:50:46.361Z[ host-image] Feb 10 18:50:45.312 INFO O| Feb 10 18:50:45.312 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
91672025-02-10T18:50:46.364Z[ host-image] Feb 10 18:50:45.312 INFO O| Feb 10 18:50:45.312 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
91682025-02-10T18:50:46.364Z[ host-image] Feb 10 18:50:45.313 INFO O| Feb 10 18:50:45.313 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
91692025-02-10T18:50:46.364Z[ host-image] Feb 10 18:50:45.313 INFO O| Feb 10 18:50:45.313 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
91702025-02-10T18:50:46.364Z[ host-image] Feb 10 18:50:45.313 INFO O| Feb 10 18:50:45.313 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
91712025-02-10T18:50:46.364Z[ host-image] Feb 10 18:50:45.313 INFO O| Feb 10 18:50:45.313 INFO ok!
91722025-02-10T18:50:46.364Z[ host-image] Feb 10 18:50:45.313 INFO O| Feb 10 18:50:45.313 INFO STEP 36 (ensure_file) COMPLETE
91732025-02-10T18:50:46.364Z[ host-image] Feb 10 18:50:45.313 INFO O| Feb 10 18:50:45.313 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91742025-02-10T18:50:46.383Z[ host-image] Feb 10 18:50:45.334 INFO O| Feb 10 18:50:45.334 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91752025-02-10T18:50:46.383Z[ host-image] Feb 10 18:50:45.334 INFO O| Feb 10 18:50:45.334 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
91762025-02-10T18:50:46.386Z[ host-image] Feb 10 18:50:45.334 INFO O| Feb 10 18:50:45.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91772025-02-10T18:50:46.386Z[ host-image] Feb 10 18:50:45.335 INFO O| Feb 10 18:50:45.334 INFO ok!
91782025-02-10T18:50:46.386Z[ host-image] Feb 10 18:50:45.335 INFO O| Feb 10 18:50:45.335 INFO STEP 37 (ensure_symlink) COMPLETE
91792025-02-10T18:50:46.386Z[ host-image] Feb 10 18:50:45.335 INFO O| Feb 10 18:50:45.335 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91802025-02-10T18:50:46.406Z[ host-image] Feb 10 18:50:45.357 INFO O| Feb 10 18:50:45.356 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
91812025-02-10T18:50:46.406Z[ host-image] Feb 10 18:50:45.357 INFO O| Feb 10 18:50:45.357 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91822025-02-10T18:50:46.408Z[ host-image] Feb 10 18:50:45.357 INFO O| Feb 10 18:50:45.357 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91832025-02-10T18:50:46.408Z[ host-image] Feb 10 18:50:45.357 INFO O| Feb 10 18:50:45.357 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91842025-02-10T18:50:46.408Z[ host-image] Feb 10 18:50:45.357 INFO O| Feb 10 18:50:45.357 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91852025-02-10T18:50:46.408Z[ host-image] Feb 10 18:50:45.357 INFO O| Feb 10 18:50:45.357 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91862025-02-10T18:50:46.408Z[ host-image] Feb 10 18:50:45.358 INFO O| Feb 10 18:50:45.357 INFO ok!
91872025-02-10T18:50:46.409Z[ host-image] Feb 10 18:50:45.358 INFO O| Feb 10 18:50:45.358 INFO STEP 38 (ensure_file) COMPLETE
91882025-02-10T18:50:46.409Z[ host-image] Feb 10 18:50:45.358 INFO O| Feb 10 18:50:45.358 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91892025-02-10T18:50:46.429Z[ host-image] Feb 10 18:50:45.380 INFO O| Feb 10 18:50:45.380 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
91902025-02-10T18:50:46.430Z[ host-image] Feb 10 18:50:45.380 INFO O| Feb 10 18:50:45.380 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
91912025-02-10T18:50:46.433Z[ host-image] Feb 10 18:50:45.381 INFO O| Feb 10 18:50:45.381 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91922025-02-10T18:50:46.433Z[ host-image] Feb 10 18:50:45.381 INFO O| Feb 10 18:50:45.381 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91932025-02-10T18:50:46.433Z[ host-image] Feb 10 18:50:45.381 INFO O| Feb 10 18:50:45.381 INFO ok!
91942025-02-10T18:50:46.433Z[ host-image] Feb 10 18:50:45.381 INFO O| Feb 10 18:50:45.381 INFO STEP 39 (ensure_file) COMPLETE
91952025-02-10T18:50:46.433Z[ host-image] Feb 10 18:50:45.381 INFO O| Feb 10 18:50:45.381 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91962025-02-10T18:50:46.451Z[ host-image] Feb 10 18:50:45.402 INFO O| Feb 10 18:50:45.402 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91972025-02-10T18:50:46.451Z[ host-image] Feb 10 18:50:45.402 INFO O| Feb 10 18:50:45.402 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91982025-02-10T18:50:46.454Z[ host-image] Feb 10 18:50:45.402 INFO O| Feb 10 18:50:45.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91992025-02-10T18:50:46.454Z[ host-image] Feb 10 18:50:45.403 INFO O| Feb 10 18:50:45.403 INFO ok!
92002025-02-10T18:50:46.454Z[ host-image] Feb 10 18:50:45.403 INFO O| Feb 10 18:50:45.403 INFO STEP 40 (ensure_file) COMPLETE
92012025-02-10T18:50:46.454Z[ host-image] Feb 10 18:50:45.403 INFO O| Feb 10 18:50:45.403 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92022025-02-10T18:50:46.473Z[ host-image] Feb 10 18:50:45.424 INFO O| Feb 10 18:50:45.424 INFO updating shadow file
92032025-02-10T18:50:46.476Z[ host-image] Feb 10 18:50:45.425 INFO O| Feb 10 18:50:45.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92042025-02-10T18:50:46.476Z[ host-image] Feb 10 18:50:45.425 INFO O| Feb 10 18:50:45.425 INFO STEP 41 (shadow) COMPLETE
92052025-02-10T18:50:46.478Z[ host-image] Feb 10 18:50:45.425 INFO O| Feb 10 18:50:45.425 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92062025-02-10T18:50:46.505Z[ host-image] Feb 10 18:50:45.456 INFO O| Feb 10 18:50:45.456 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92072025-02-10T18:50:46.505Z[ host-image] Feb 10 18:50:45.456 INFO O| Feb 10 18:50:45.456 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92082025-02-10T18:50:46.508Z[ host-image] Feb 10 18:50:45.457 INFO O| Feb 10 18:50:45.457 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92092025-02-10T18:50:46.508Z[ host-image] Feb 10 18:50:45.457 INFO O| Feb 10 18:50:45.457 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92102025-02-10T18:50:46.508Z[ host-image] Feb 10 18:50:45.457 INFO O| Feb 10 18:50:45.457 INFO ok!
92112025-02-10T18:50:46.508Z[ host-image] Feb 10 18:50:45.457 INFO O| Feb 10 18:50:45.457 INFO STEP 42 (ensure_file) COMPLETE
92122025-02-10T18:50:46.508Z[ host-image] Feb 10 18:50:45.457 INFO O| Feb 10 18:50:45.457 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92132025-02-10T18:50:46.508Z[ host-image] Feb 10 18:50:45.457 INFO O| Feb 10 18:50:45.457 INFO skip step because feature "mfg" is not enabled
92142025-02-10T18:50:46.508Z[ host-image] Feb 10 18:50:45.457 INFO O| Feb 10 18:50:45.457 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92152025-02-10T18:50:46.508Z[ host-image] Feb 10 18:50:45.457 INFO O| Feb 10 18:50:45.457 INFO skip step because feature "mfg" is not enabled
92162025-02-10T18:50:46.508Z[ host-image] Feb 10 18:50:45.457 INFO O| Feb 10 18:50:45.457 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92172025-02-10T18:50:46.579Z[ host-image] Feb 10 18:50:45.530 INFO O| Feb 10 18:50:45.530 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
92182025-02-10T18:50:46.579Z[ host-image] Feb 10 18:50:45.530 INFO O| Feb 10 18:50:45.530 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
92192025-02-10T18:50:47.426Z[ host-image] Feb 10 18:50:46.377 INFO O| Feb 10 18:50:46.377 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92202025-02-10T18:50:47.426Z[ host-image] Feb 10 18:50:46.377 INFO O| Feb 10 18:50:46.377 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92212025-02-10T18:50:47.429Z[ host-image] Feb 10 18:50:46.377 INFO O| Feb 10 18:50:46.377 INFO ok!
92222025-02-10T18:50:47.429Z[ host-image] Feb 10 18:50:46.377 INFO O| Feb 10 18:50:46.377 INFO STEP 45 (ensure_file) COMPLETE
92232025-02-10T18:50:47.429Z[ host-image] Feb 10 18:50:46.377 INFO O| Feb 10 18:50:46.377 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92242025-02-10T18:50:47.446Z[ host-image] Feb 10 18:50:46.397 INFO O| Feb 10 18:50:46.397 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
92252025-02-10T18:50:47.446Z[ host-image] Feb 10 18:50:46.397 INFO O| Feb 10 18:50:46.397 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92262025-02-10T18:50:47.449Z[ host-image] Feb 10 18:50:46.397 INFO O| Feb 10 18:50:46.397 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92272025-02-10T18:50:47.449Z[ host-image] Feb 10 18:50:46.397 INFO O| Feb 10 18:50:46.397 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92282025-02-10T18:50:47.449Z[ host-image] Feb 10 18:50:46.397 INFO O| Feb 10 18:50:46.397 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92292025-02-10T18:50:47.449Z[ host-image] Feb 10 18:50:46.397 INFO O| Feb 10 18:50:46.397 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92302025-02-10T18:50:47.449Z[ host-image] Feb 10 18:50:46.397 INFO O| Feb 10 18:50:46.397 INFO ok!
92312025-02-10T18:50:47.449Z[ host-image] Feb 10 18:50:46.397 INFO O| Feb 10 18:50:46.397 INFO STEP 46 (ensure_file) COMPLETE
92322025-02-10T18:50:47.449Z[ host-image] Feb 10 18:50:46.397 INFO O| Feb 10 18:50:46.397 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92332025-02-10T18:50:47.481Z[ host-image] Feb 10 18:50:46.432 INFO O| Feb 10 18:50:46.432 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
92342025-02-10T18:50:47.481Z[ host-image] Feb 10 18:50:46.433 INFO O| Feb 10 18:50:46.432 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
92352025-02-10T18:50:47.481Z[ host-image] Feb 10 18:50:46.433 INFO O| Feb 10 18:50:46.433 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92362025-02-10T18:50:47.484Z[ host-image] Feb 10 18:50:46.433 INFO O| Feb 10 18:50:46.433 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92372025-02-10T18:50:47.484Z[ host-image] Feb 10 18:50:46.433 INFO O| Feb 10 18:50:46.433 INFO ok!
92382025-02-10T18:50:47.484Z[ host-image] Feb 10 18:50:46.433 INFO O| Feb 10 18:50:46.433 INFO STEP 47 (ensure_file) COMPLETE
92392025-02-10T18:50:47.484Z[ host-image] Feb 10 18:50:46.433 INFO O| Feb 10 18:50:46.433 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92402025-02-10T18:50:47.522Z[ host-image] Feb 10 18:50:46.473 INFO O| Feb 10 18:50:46.473 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
92412025-02-10T18:50:47.522Z[ host-image] Feb 10 18:50:46.473 INFO O| Feb 10 18:50:46.473 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
92422025-02-10T18:50:47.525Z[ host-image] Feb 10 18:50:46.473 INFO O| Feb 10 18:50:46.473 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92432025-02-10T18:50:47.525Z[ host-image] Feb 10 18:50:46.474 INFO O| Feb 10 18:50:46.473 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92442025-02-10T18:50:47.525Z[ host-image] Feb 10 18:50:46.474 INFO O| Feb 10 18:50:46.474 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92452025-02-10T18:50:47.525Z[ host-image] Feb 10 18:50:46.474 INFO O| Feb 10 18:50:46.474 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92462025-02-10T18:50:47.525Z[ host-image] Feb 10 18:50:46.474 INFO O| Feb 10 18:50:46.474 INFO ok!
92472025-02-10T18:50:47.525Z[ host-image] Feb 10 18:50:46.474 INFO O| Feb 10 18:50:46.474 INFO STEP 48 (ensure_file) COMPLETE
92482025-02-10T18:50:47.525Z[ host-image] Feb 10 18:50:46.474 INFO O| Feb 10 18:50:46.474 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92492025-02-10T18:50:47.543Z[ host-image] Feb 10 18:50:46.494 INFO O| Feb 10 18:50:46.493 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
92502025-02-10T18:50:47.543Z[ host-image] Feb 10 18:50:46.494 INFO O| Feb 10 18:50:46.493 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ...
92512025-02-10T18:50:47.543Z[ host-image] Feb 10 18:50:46.494 INFO O| Feb 10 18:50:46.494 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
92522025-02-10T18:50:47.546Z[ host-image] Feb 10 18:50:46.494 INFO O| Feb 10 18:50:46.494 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
92532025-02-10T18:50:47.546Z[ host-image] Feb 10 18:50:46.494 INFO O| Feb 10 18:50:46.494 INFO ok!
92542025-02-10T18:50:47.546Z[ host-image] Feb 10 18:50:46.494 INFO O| Feb 10 18:50:46.494 INFO STEP 49 (ensure_file) COMPLETE
92552025-02-10T18:50:47.546Z[ host-image] Feb 10 18:50:46.494 INFO O| Feb 10 18:50:46.494 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92562025-02-10T18:50:47.581Z[ host-image] Feb 10 18:50:46.532 INFO O| Feb 10 18:50:46.532 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
92572025-02-10T18:50:47.581Z[ host-image] Feb 10 18:50:46.532 INFO O| Feb 10 18:50:46.532 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
92582025-02-10T18:50:47.584Z[ host-image] Feb 10 18:50:46.532 INFO O| Feb 10 18:50:46.532 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92592025-02-10T18:50:47.584Z[ host-image] Feb 10 18:50:46.532 INFO O| Feb 10 18:50:46.532 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92602025-02-10T18:50:47.584Z[ host-image] Feb 10 18:50:46.532 INFO O| Feb 10 18:50:46.532 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92612025-02-10T18:50:47.584Z[ host-image] Feb 10 18:50:46.532 INFO O| Feb 10 18:50:46.532 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92622025-02-10T18:50:47.584Z[ host-image] Feb 10 18:50:46.532 INFO O| Feb 10 18:50:46.532 INFO ok!
92632025-02-10T18:50:47.584Z[ host-image] Feb 10 18:50:46.532 INFO O| Feb 10 18:50:46.532 INFO STEP 50 (ensure_file) COMPLETE
92642025-02-10T18:50:47.584Z[ host-image] Feb 10 18:50:46.533 INFO O| Feb 10 18:50:46.532 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92652025-02-10T18:50:47.643Z[ host-image] Feb 10 18:50:46.594 INFO O| Feb 10 18:50:46.594 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
92662025-02-10T18:50:47.643Z[ host-image] Feb 10 18:50:46.594 INFO O| Feb 10 18:50:46.594 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ...
92672025-02-10T18:50:47.647Z[ host-image] Feb 10 18:50:46.594 INFO O| Feb 10 18:50:46.594 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
92682025-02-10T18:50:47.647Z[ host-image] Feb 10 18:50:46.594 INFO O| Feb 10 18:50:46.594 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
92692025-02-10T18:50:47.647Z[ host-image] Feb 10 18:50:46.594 INFO O| Feb 10 18:50:46.594 INFO ok!
92702025-02-10T18:50:47.647Z[ host-image] Feb 10 18:50:46.594 INFO O| Feb 10 18:50:46.594 INFO STEP 51 (ensure_file) COMPLETE
92712025-02-10T18:50:47.647Z[ host-image] Feb 10 18:50:46.594 INFO O| Feb 10 18:50:46.594 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92722025-02-10T18:50:47.665Z[ host-image] Feb 10 18:50:46.617 INFO O| Feb 10 18:50:46.616 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
92732025-02-10T18:50:47.668Z[ host-image] Feb 10 18:50:46.617 INFO O| Feb 10 18:50:46.617 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml ...
92742025-02-10T18:50:47.668Z[ host-image] Feb 10 18:50:46.617 INFO O| Feb 10 18:50:46.617 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
92752025-02-10T18:50:47.668Z[ host-image] Feb 10 18:50:46.617 INFO O| Feb 10 18:50:46.617 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
92762025-02-10T18:50:47.668Z[ host-image] Feb 10 18:50:46.617 INFO O| Feb 10 18:50:46.617 INFO ok!
92772025-02-10T18:50:47.668Z[ host-image] Feb 10 18:50:46.617 INFO O| Feb 10 18:50:46.617 INFO STEP 52 (ensure_file) COMPLETE
92782025-02-10T18:50:47.668Z[ host-image] Feb 10 18:50:46.617 INFO O| Feb 10 18:50:46.617 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92792025-02-10T18:50:47.743Z[ host-image] Feb 10 18:50:46.694 INFO O| Feb 10 18:50:46.693 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
92802025-02-10T18:50:47.743Z[ host-image] Feb 10 18:50:46.694 INFO O| Feb 10 18:50:46.693 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml ...
92812025-02-10T18:50:47.745Z[ host-image] Feb 10 18:50:46.694 INFO O| Feb 10 18:50:46.694 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
92822025-02-10T18:50:47.746Z[ host-image] Feb 10 18:50:46.694 INFO O| Feb 10 18:50:46.694 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
92832025-02-10T18:50:47.746Z[ host-image] Feb 10 18:50:46.694 INFO O| Feb 10 18:50:46.694 INFO ok!
92842025-02-10T18:50:47.746Z[ host-image] Feb 10 18:50:46.694 INFO O| Feb 10 18:50:46.694 INFO STEP 53 (ensure_file) COMPLETE
92852025-02-10T18:50:47.746Z[ host-image] Feb 10 18:50:46.694 INFO O| Feb 10 18:50:46.694 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92862025-02-10T18:50:47.763Z[ host-image] Feb 10 18:50:46.714 INFO O| Feb 10 18:50:46.714 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
92872025-02-10T18:50:47.763Z[ host-image] Feb 10 18:50:46.714 INFO O| Feb 10 18:50:46.714 INFO STEP 54 (ensure_dir) COMPLETE
92882025-02-10T18:50:47.763Z[ host-image] Feb 10 18:50:46.714 INFO O| Feb 10 18:50:46.714 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92892025-02-10T18:50:47.796Z[ host-image] Feb 10 18:50:46.747 INFO O| Feb 10 18:50:46.747 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92902025-02-10T18:50:47.796Z[ host-image] Feb 10 18:50:46.747 INFO O| Feb 10 18:50:46.747 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92912025-02-10T18:50:47.799Z[ host-image] Feb 10 18:50:46.747 INFO O| Feb 10 18:50:46.747 INFO STEP 55 (ensure_dir) COMPLETE
92922025-02-10T18:50:47.799Z[ host-image] Feb 10 18:50:46.748 INFO O| Feb 10 18:50:46.748 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92932025-02-10T18:50:47.832Z[ host-image] Feb 10 18:50:46.783 INFO O| Feb 10 18:50:46.783 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92942025-02-10T18:50:47.835Z[ host-image] Feb 10 18:50:46.783 INFO O| Feb 10 18:50:46.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92952025-02-10T18:50:47.835Z[ host-image] Feb 10 18:50:46.784 INFO O| Feb 10 18:50:46.783 INFO STEP 56 (ensure_dir) COMPLETE
92962025-02-10T18:50:47.835Z[ host-image] Feb 10 18:50:46.784 INFO O| Feb 10 18:50:46.784 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92972025-02-10T18:50:47.851Z[ host-image] Feb 10 18:50:46.802 INFO O| Feb 10 18:50:46.802 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92982025-02-10T18:50:47.851Z[ host-image] Feb 10 18:50:46.802 INFO O| Feb 10 18:50:46.802 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92992025-02-10T18:50:47.882Z[ host-image] Feb 10 18:50:46.833 INFO O| Feb 10 18:50:46.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93002025-02-10T18:50:47.882Z[ host-image] Feb 10 18:50:46.833 INFO O| Feb 10 18:50:46.833 INFO ok!
93012025-02-10T18:50:47.885Z[ host-image] Feb 10 18:50:46.833 INFO O| Feb 10 18:50:46.833 INFO STEP 57 (ensure_file) COMPLETE
93022025-02-10T18:50:47.885Z[ host-image] Feb 10 18:50:46.833 INFO O| Feb 10 18:50:46.833 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93032025-02-10T18:50:47.902Z[ host-image] Feb 10 18:50:46.853 INFO O| Feb 10 18:50:46.853 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93042025-02-10T18:50:47.902Z[ host-image] Feb 10 18:50:46.853 INFO O| Feb 10 18:50:46.853 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93052025-02-10T18:50:49.348Z[ host-image] Feb 10 18:50:48.299 INFO O| Feb 10 18:50:48.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93062025-02-10T18:50:49.348Z[ host-image] Feb 10 18:50:48.299 INFO O| Feb 10 18:50:48.299 INFO ok!
93072025-02-10T18:50:49.351Z[ host-image] Feb 10 18:50:48.299 INFO O| Feb 10 18:50:48.299 INFO STEP 58 (ensure_file) COMPLETE
93082025-02-10T18:50:49.351Z[ host-image] Feb 10 18:50:48.299 INFO O| Feb 10 18:50:48.299 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93092025-02-10T18:50:49.368Z[ host-image] Feb 10 18:50:48.319 INFO O| Feb 10 18:50:48.319 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93102025-02-10T18:50:49.368Z[ host-image] Feb 10 18:50:48.319 INFO O| Feb 10 18:50:48.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93112025-02-10T18:50:49.368Z[ host-image] Feb 10 18:50:48.319 INFO O| Feb 10 18:50:48.319 INFO STEP 59 (ensure_dir) COMPLETE
93122025-02-10T18:50:49.371Z[ host-image] Feb 10 18:50:48.319 INFO O| Feb 10 18:50:48.319 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93132025-02-10T18:50:49.405Z[ host-image] Feb 10 18:50:48.356 INFO O| Feb 10 18:50:48.356 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
93142025-02-10T18:50:49.405Z[ host-image] Feb 10 18:50:48.356 INFO O| Feb 10 18:50:48.356 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
93152025-02-10T18:50:49.408Z[ host-image] Feb 10 18:50:48.357 INFO O| Feb 10 18:50:48.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
93162025-02-10T18:50:49.408Z[ host-image] Feb 10 18:50:48.357 INFO O| Feb 10 18:50:48.357 INFO ok!
93172025-02-10T18:50:49.408Z[ host-image] Feb 10 18:50:48.357 INFO O| Feb 10 18:50:48.357 INFO STEP 60 (ensure_file) COMPLETE
93182025-02-10T18:50:49.408Z[ host-image] Feb 10 18:50:48.357 INFO O| Feb 10 18:50:48.357 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93192025-02-10T18:50:49.427Z[ host-image] Feb 10 18:50:48.378 INFO O| Feb 10 18:50:48.378 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
93202025-02-10T18:50:49.427Z[ host-image] Feb 10 18:50:48.378 INFO O| Feb 10 18:50:48.378 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
93212025-02-10T18:50:49.430Z[ host-image] Feb 10 18:50:48.379 INFO O| Feb 10 18:50:48.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
93222025-02-10T18:50:49.430Z[ host-image] Feb 10 18:50:48.379 INFO O| Feb 10 18:50:48.379 INFO ok!
93232025-02-10T18:50:49.430Z[ host-image] Feb 10 18:50:48.379 INFO O| Feb 10 18:50:48.379 INFO STEP 61 (ensure_file) COMPLETE
93242025-02-10T18:50:49.430Z[ host-image] Feb 10 18:50:48.379 INFO O| Feb 10 18:50:48.379 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93252025-02-10T18:50:49.453Z[ host-image] Feb 10 18:50:48.402 INFO O| Feb 10 18:50:48.402 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93262025-02-10T18:50:49.453Z[ host-image] Feb 10 18:50:48.402 INFO O| Feb 10 18:50:48.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93272025-02-10T18:50:49.456Z[ host-image] Feb 10 18:50:48.402 INFO O| Feb 10 18:50:48.402 INFO STEP 62 (ensure_dir) COMPLETE
93282025-02-10T18:50:49.456Z[ host-image] Feb 10 18:50:48.402 INFO O| Feb 10 18:50:48.402 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93292025-02-10T18:50:49.499Z[ host-image] Feb 10 18:50:48.450 INFO O| Feb 10 18:50:48.450 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
93302025-02-10T18:50:49.499Z[ host-image] Feb 10 18:50:48.450 INFO O| Feb 10 18:50:48.450 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
93312025-02-10T18:50:49.502Z[ host-image] Feb 10 18:50:48.451 INFO O| Feb 10 18:50:48.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
93322025-02-10T18:50:49.502Z[ host-image] Feb 10 18:50:48.451 INFO O| Feb 10 18:50:48.451 INFO ok!
93332025-02-10T18:50:49.502Z[ host-image] Feb 10 18:50:48.451 INFO O| Feb 10 18:50:48.451 INFO STEP 63 (ensure_file) COMPLETE
93342025-02-10T18:50:49.502Z[ host-image] Feb 10 18:50:48.451 INFO O| Feb 10 18:50:48.451 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93352025-02-10T18:50:49.538Z[ host-image] Feb 10 18:50:48.489 INFO O| Feb 10 18:50:48.489 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
93362025-02-10T18:50:49.538Z[ host-image] Feb 10 18:50:48.489 INFO O| Feb 10 18:50:48.489 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
93372025-02-10T18:50:49.538Z[ host-image] Feb 10 18:50:48.489 INFO O| Feb 10 18:50:48.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
93382025-02-10T18:50:49.541Z[ host-image] Feb 10 18:50:48.489 INFO O| Feb 10 18:50:48.489 INFO ok!
93392025-02-10T18:50:49.541Z[ host-image] Feb 10 18:50:48.489 INFO O| Feb 10 18:50:48.489 INFO STEP 64 (ensure_file) COMPLETE
93402025-02-10T18:50:49.541Z[ host-image] Feb 10 18:50:48.489 INFO O| Feb 10 18:50:48.489 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93412025-02-10T18:50:49.559Z[ host-image] Feb 10 18:50:48.510 INFO O| Feb 10 18:50:48.510 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
93422025-02-10T18:50:49.559Z[ host-image] Feb 10 18:50:48.511 INFO O| Feb 10 18:50:48.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
93432025-02-10T18:50:49.559Z[ host-image] Feb 10 18:50:48.511 INFO O| Feb 10 18:50:48.511 INFO STEP 65 (ensure_dir) COMPLETE
93442025-02-10T18:50:49.562Z[ host-image] Feb 10 18:50:48.511 INFO O| Feb 10 18:50:48.511 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93452025-02-10T18:50:49.590Z[ host-image] Feb 10 18:50:48.541 INFO O| Feb 10 18:50:48.541 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
93462025-02-10T18:50:49.590Z[ host-image] Feb 10 18:50:48.541 INFO O| Feb 10 18:50:48.541 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
93472025-02-10T18:50:49.593Z[ host-image] Feb 10 18:50:48.542 INFO O| Feb 10 18:50:48.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
93482025-02-10T18:50:49.593Z[ host-image] Feb 10 18:50:48.542 INFO O| Feb 10 18:50:48.542 INFO ok!
93492025-02-10T18:50:49.593Z[ host-image] Feb 10 18:50:48.542 INFO O| Feb 10 18:50:48.542 INFO STEP 66 (ensure_file) COMPLETE
93502025-02-10T18:50:49.593Z[ host-image] Feb 10 18:50:48.542 INFO O| Feb 10 18:50:48.542 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93512025-02-10T18:50:49.612Z[ host-image] Feb 10 18:50:48.563 INFO O| Feb 10 18:50:48.563 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
93522025-02-10T18:50:49.612Z[ host-image] Feb 10 18:50:48.563 INFO O| Feb 10 18:50:48.563 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
93532025-02-10T18:50:49.615Z[ host-image] Feb 10 18:50:48.563 INFO O| Feb 10 18:50:48.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
93542025-02-10T18:50:49.615Z[ host-image] Feb 10 18:50:48.563 INFO O| Feb 10 18:50:48.563 INFO ok!
93552025-02-10T18:50:49.615Z[ host-image] Feb 10 18:50:48.563 INFO O| Feb 10 18:50:48.563 INFO STEP 67 (ensure_file) COMPLETE
93562025-02-10T18:50:49.615Z[ host-image] Feb 10 18:50:48.563 INFO O| Feb 10 18:50:48.563 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93572025-02-10T18:50:49.647Z[ host-image] Feb 10 18:50:48.595 INFO O| Feb 10 18:50:48.595 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
93582025-02-10T18:50:49.647Z[ host-image] Feb 10 18:50:48.596 INFO O| Feb 10 18:50:48.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
93592025-02-10T18:50:49.647Z[ host-image] Feb 10 18:50:48.596 INFO O| Feb 10 18:50:48.596 INFO STEP 68 (ensure_dir) COMPLETE
93602025-02-10T18:50:49.647Z[ host-image] Feb 10 18:50:48.596 INFO O| Feb 10 18:50:48.596 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93612025-02-10T18:50:49.667Z[ host-image] Feb 10 18:50:48.618 INFO O| Feb 10 18:50:48.618 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
93622025-02-10T18:50:49.667Z[ host-image] Feb 10 18:50:48.619 INFO O| Feb 10 18:50:48.618 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
93632025-02-10T18:50:51.112Z[ host-image] Feb 10 18:50:50.063 INFO O| Feb 10 18:50:50.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
93642025-02-10T18:50:51.112Z[ host-image] Feb 10 18:50:50.064 INFO O| Feb 10 18:50:50.063 INFO ok!
93652025-02-10T18:50:51.115Z[ host-image] Feb 10 18:50:50.064 INFO O| Feb 10 18:50:50.063 INFO STEP 69 (ensure_file) COMPLETE
93662025-02-10T18:50:51.115Z[ host-image] Feb 10 18:50:50.064 INFO O| Feb 10 18:50:50.063 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93672025-02-10T18:50:51.136Z[ host-image] Feb 10 18:50:50.087 INFO O| Feb 10 18:50:50.087 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
93682025-02-10T18:50:51.136Z[ host-image] Feb 10 18:50:50.087 INFO O| Feb 10 18:50:50.087 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
93692025-02-10T18:50:52.689Z[ recovery-image] Feb 10 18:50:51.639 INFO E| Compiling bitflags v1.3.2
93702025-02-10T18:50:52.691Z[ recovery-image] Feb 10 18:50:51.640 INFO E| Compiling adler2 v2.0.0
93712025-02-10T18:50:52.691Z[ recovery-image] Feb 10 18:50:51.640 INFO E| Compiling bit_field v0.10.2
93722025-02-10T18:50:52.691Z[ recovery-image] Feb 10 18:50:51.640 INFO E| Compiling scroll v0.12.0
93732025-02-10T18:50:52.691Z[ recovery-image] Feb 10 18:50:51.640 INFO E| Compiling log v0.4.22
93742025-02-10T18:50:52.692Z[ recovery-image] Feb 10 18:50:51.640 INFO E| Compiling plain v0.2.3
93752025-02-10T18:50:52.692Z[ recovery-image] Feb 10 18:50:51.640 INFO E| Compiling bitstruct v0.1.1
93762025-02-10T18:50:52.915Z[ recovery-image] Feb 10 18:50:51.866 INFO E| Compiling raw-cpuid v10.7.0
93772025-02-10T18:50:53.045Z[ recovery-image] Feb 10 18:50:51.996 INFO E| Compiling cpio_reader v0.1.1
93782025-02-10T18:50:53.266Z[ host-image] Feb 10 18:50:52.217 INFO O| Feb 10 18:50:52.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
93792025-02-10T18:50:53.266Z[ host-image] Feb 10 18:50:52.217 INFO O| Feb 10 18:50:52.217 INFO ok!
93802025-02-10T18:50:53.269Z[ host-image] Feb 10 18:50:52.217 INFO O| Feb 10 18:50:52.217 INFO STEP 70 (ensure_file) COMPLETE
93812025-02-10T18:50:53.270Z[ host-image] Feb 10 18:50:52.217 INFO O| Feb 10 18:50:52.217 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93822025-02-10T18:50:53.287Z[ host-image] Feb 10 18:50:52.238 INFO O| Feb 10 18:50:52.238 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93832025-02-10T18:50:53.287Z[ host-image] Feb 10 18:50:52.238 INFO O| Feb 10 18:50:52.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93842025-02-10T18:50:53.289Z[ host-image] Feb 10 18:50:52.238 INFO O| Feb 10 18:50:52.238 INFO STEP 71 (ensure_dir) COMPLETE
93852025-02-10T18:50:53.289Z[ host-image] Feb 10 18:50:52.238 INFO O| Feb 10 18:50:52.238 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93862025-02-10T18:50:53.311Z[ recovery-image] Feb 10 18:50:52.262 INFO E| Compiling miniz_oxide v0.8.0
93872025-02-10T18:50:53.372Z[ host-image] Feb 10 18:50:52.322 INFO O| Feb 10 18:50:52.322 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
93882025-02-10T18:50:53.372Z[ host-image] Feb 10 18:50:52.322 INFO O| Feb 10 18:50:52.322 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml ...
93892025-02-10T18:50:53.374Z[ host-image] Feb 10 18:50:52.323 INFO O| Feb 10 18:50:52.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
93902025-02-10T18:50:53.375Z[ host-image] Feb 10 18:50:52.323 INFO O| Feb 10 18:50:52.323 INFO ok!
93912025-02-10T18:50:53.375Z[ host-image] Feb 10 18:50:52.323 INFO O| Feb 10 18:50:52.323 INFO STEP 72 (ensure_file) COMPLETE
93922025-02-10T18:50:53.375Z[ host-image] Feb 10 18:50:52.323 INFO O| Feb 10 18:50:52.323 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93932025-02-10T18:50:53.421Z[ recovery-image] Feb 10 18:50:52.372 INFO E| Compiling static_assertions v1.1.0
93942025-02-10T18:50:53.471Z[ host-image] Feb 10 18:50:52.422 INFO O| Feb 10 18:50:52.422 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
93952025-02-10T18:50:53.471Z[ host-image] Feb 10 18:50:52.422 INFO O| Feb 10 18:50:52.422 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md ...
93962025-02-10T18:50:53.476Z[ host-image] Feb 10 18:50:52.423 INFO O| Feb 10 18:50:52.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
93972025-02-10T18:50:53.476Z[ host-image] Feb 10 18:50:52.423 INFO O| Feb 10 18:50:52.423 INFO ok!
93982025-02-10T18:50:53.476Z[ host-image] Feb 10 18:50:52.423 INFO O| Feb 10 18:50:52.423 INFO STEP 73 (ensure_file) COMPLETE
93992025-02-10T18:50:53.476Z[ host-image] Feb 10 18:50:52.423 INFO O| Feb 10 18:50:52.423 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94002025-02-10T18:50:53.495Z[ host-image] Feb 10 18:50:52.446 INFO O| Feb 10 18:50:52.446 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94012025-02-10T18:50:53.495Z[ host-image] Feb 10 18:50:52.446 INFO O| Feb 10 18:50:52.446 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94022025-02-10T18:50:53.499Z[ host-image] Feb 10 18:50:52.446 INFO O| Feb 10 18:50:52.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94032025-02-10T18:50:53.499Z[ host-image] Feb 10 18:50:52.446 INFO O| Feb 10 18:50:52.446 INFO ok!
94042025-02-10T18:50:53.499Z[ host-image] Feb 10 18:50:52.446 INFO O| Feb 10 18:50:52.446 INFO STEP 74 (ensure_file) COMPLETE
94052025-02-10T18:50:53.499Z[ host-image] Feb 10 18:50:52.446 INFO O| Feb 10 18:50:52.446 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94062025-02-10T18:50:53.518Z[ host-image] Feb 10 18:50:52.469 INFO O| Feb 10 18:50:52.469 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94072025-02-10T18:50:53.518Z[ host-image] Feb 10 18:50:52.469 INFO O| Feb 10 18:50:52.469 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94082025-02-10T18:50:53.523Z[ host-image] Feb 10 18:50:52.469 INFO O| Feb 10 18:50:52.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94092025-02-10T18:50:53.523Z[ host-image] Feb 10 18:50:52.469 INFO O| Feb 10 18:50:52.469 INFO ok!
94102025-02-10T18:50:53.523Z[ host-image] Feb 10 18:50:52.470 INFO O| Feb 10 18:50:52.469 INFO STEP 75 (ensure_file) COMPLETE
94112025-02-10T18:50:53.523Z[ host-image] Feb 10 18:50:52.470 INFO O| Feb 10 18:50:52.470 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94122025-02-10T18:50:53.540Z[ host-image] Feb 10 18:50:52.491 INFO O| Feb 10 18:50:52.491 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94132025-02-10T18:50:53.544Z[ host-image] Feb 10 18:50:52.491 INFO O| Feb 10 18:50:52.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94142025-02-10T18:50:53.544Z[ host-image] Feb 10 18:50:52.491 INFO O| Feb 10 18:50:52.491 INFO STEP 76 (ensure_dir) COMPLETE
94152025-02-10T18:50:53.544Z[ host-image] Feb 10 18:50:52.491 INFO O| Feb 10 18:50:52.491 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94162025-02-10T18:50:53.562Z[ host-image] Feb 10 18:50:52.513 INFO O| Feb 10 18:50:52.513 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94172025-02-10T18:50:53.562Z[ host-image] Feb 10 18:50:52.513 INFO O| Feb 10 18:50:52.513 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94182025-02-10T18:50:53.571Z[ host-image] Feb 10 18:50:52.520 INFO O| Feb 10 18:50:52.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94192025-02-10T18:50:53.571Z[ host-image] Feb 10 18:50:52.520 INFO O| Feb 10 18:50:52.520 INFO ok!
94202025-02-10T18:50:53.575Z[ host-image] Feb 10 18:50:52.521 INFO O| Feb 10 18:50:52.521 INFO STEP 77 (ensure_file) COMPLETE
94212025-02-10T18:50:53.575Z[ host-image] Feb 10 18:50:52.521 INFO O| Feb 10 18:50:52.521 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94222025-02-10T18:50:53.590Z[ host-image] Feb 10 18:50:52.542 INFO O| Feb 10 18:50:52.542 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
94232025-02-10T18:50:53.590Z[ host-image] Feb 10 18:50:52.542 INFO O| Feb 10 18:50:52.542 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
94242025-02-10T18:50:53.593Z[ host-image] Feb 10 18:50:52.542 INFO O| Feb 10 18:50:52.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
94252025-02-10T18:50:53.593Z[ host-image] Feb 10 18:50:52.542 INFO O| Feb 10 18:50:52.542 INFO ok!
94262025-02-10T18:50:53.593Z[ host-image] Feb 10 18:50:52.542 INFO O| Feb 10 18:50:52.542 INFO STEP 78 (ensure_file) COMPLETE
94272025-02-10T18:50:53.593Z[ host-image] Feb 10 18:50:52.542 INFO O| Feb 10 18:50:52.542 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94282025-02-10T18:50:53.648Z[ host-image] Feb 10 18:50:52.599 INFO O| Feb 10 18:50:52.598 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
94292025-02-10T18:50:53.648Z[ host-image] Feb 10 18:50:52.599 INFO O| Feb 10 18:50:52.599 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
94302025-02-10T18:50:53.873Z[ recovery-image] Feb 10 18:50:52.822 INFO E| Compiling goblin v0.8.2
94312025-02-10T18:50:55.694Z[ host-image] Feb 10 18:50:54.643 INFO O| Feb 10 18:50:54.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
94322025-02-10T18:50:55.696Z[ host-image] Feb 10 18:50:54.643 INFO O| Feb 10 18:50:54.643 INFO ok!
94332025-02-10T18:50:55.696Z[ host-image] Feb 10 18:50:54.643 INFO O| Feb 10 18:50:54.643 INFO STEP 79 (ensure_file) COMPLETE
94342025-02-10T18:50:55.699Z[ host-image] Feb 10 18:50:54.643 INFO O| Feb 10 18:50:54.643 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94352025-02-10T18:50:55.713Z[ host-image] Feb 10 18:50:54.664 INFO O| Feb 10 18:50:54.664 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94362025-02-10T18:50:55.713Z[ host-image] Feb 10 18:50:54.664 INFO O| Feb 10 18:50:54.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94372025-02-10T18:50:55.713Z[ host-image] Feb 10 18:50:54.664 INFO O| Feb 10 18:50:54.664 INFO STEP 80 (ensure_dir) COMPLETE
94382025-02-10T18:50:55.717Z[ host-image] Feb 10 18:50:54.664 INFO O| Feb 10 18:50:54.664 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94392025-02-10T18:50:55.748Z[ host-image] Feb 10 18:50:54.699 INFO O| Feb 10 18:50:54.699 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
94402025-02-10T18:50:55.748Z[ host-image] Feb 10 18:50:54.699 INFO O| Feb 10 18:50:54.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
94412025-02-10T18:50:55.752Z[ host-image] Feb 10 18:50:54.700 INFO O| Feb 10 18:50:54.700 INFO STEP 81 (ensure_dir) COMPLETE
94422025-02-10T18:50:55.752Z[ host-image] Feb 10 18:50:54.700 INFO O| Feb 10 18:50:54.700 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94432025-02-10T18:50:55.782Z[ host-image] Feb 10 18:50:54.733 INFO O| Feb 10 18:50:54.733 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
94442025-02-10T18:50:55.786Z[ host-image] Feb 10 18:50:54.733 INFO O| Feb 10 18:50:54.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
94452025-02-10T18:50:55.786Z[ host-image] Feb 10 18:50:54.733 INFO O| Feb 10 18:50:54.733 INFO STEP 82 (ensure_dir) COMPLETE
94462025-02-10T18:50:55.786Z[ host-image] Feb 10 18:50:54.733 INFO O| Feb 10 18:50:54.733 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94472025-02-10T18:50:55.851Z[ host-image] Feb 10 18:50:54.802 INFO O| Feb 10 18:50:54.802 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
94482025-02-10T18:50:55.855Z[ host-image] Feb 10 18:50:54.802 INFO O| Feb 10 18:50:54.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
94492025-02-10T18:50:55.855Z[ host-image] Feb 10 18:50:54.802 INFO O| Feb 10 18:50:54.802 INFO STEP 83 (ensure_dir) COMPLETE
94502025-02-10T18:50:55.855Z[ host-image] Feb 10 18:50:54.802 INFO O| Feb 10 18:50:54.802 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94512025-02-10T18:50:55.896Z[ host-image] Feb 10 18:50:54.847 INFO O| Feb 10 18:50:54.847 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
94522025-02-10T18:50:55.899Z[ host-image] Feb 10 18:50:54.847 INFO O| Feb 10 18:50:54.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
94532025-02-10T18:50:55.899Z[ host-image] Feb 10 18:50:54.847 INFO O| Feb 10 18:50:54.847 INFO STEP 84 (ensure_dir) COMPLETE
94542025-02-10T18:50:55.899Z[ host-image] Feb 10 18:50:54.848 INFO O| Feb 10 18:50:54.847 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94552025-02-10T18:50:55.935Z[ host-image] Feb 10 18:50:54.886 INFO O| Feb 10 18:50:54.886 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
94562025-02-10T18:50:55.935Z[ host-image] Feb 10 18:50:54.886 INFO O| Feb 10 18:50:54.886 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml ...
94572025-02-10T18:50:55.939Z[ host-image] Feb 10 18:50:54.886 INFO O| Feb 10 18:50:54.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
94582025-02-10T18:50:55.939Z[ host-image] Feb 10 18:50:54.887 INFO O| Feb 10 18:50:54.887 INFO ok!
94592025-02-10T18:50:55.939Z[ host-image] Feb 10 18:50:54.887 INFO O| Feb 10 18:50:54.887 INFO STEP 85 (ensure_file) COMPLETE
94602025-02-10T18:50:55.940Z[ host-image] Feb 10 18:50:54.887 INFO O| Feb 10 18:50:54.887 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94612025-02-10T18:50:55.987Z[ host-image] Feb 10 18:50:54.937 INFO O| Feb 10 18:50:54.937 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
94622025-02-10T18:50:55.987Z[ host-image] Feb 10 18:50:54.937 INFO O| Feb 10 18:50:54.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
94632025-02-10T18:50:55.987Z[ host-image] Feb 10 18:50:54.937 INFO O| Feb 10 18:50:54.937 INFO STEP 86 (ensure_dir) COMPLETE
94642025-02-10T18:50:55.987Z[ host-image] Feb 10 18:50:54.937 INFO O| Feb 10 18:50:54.937 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94652025-02-10T18:50:56.015Z[ host-image] Feb 10 18:50:54.966 INFO O| Feb 10 18:50:54.966 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
94662025-02-10T18:50:56.015Z[ host-image] Feb 10 18:50:54.966 INFO O| Feb 10 18:50:54.966 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
94672025-02-10T18:50:56.018Z[ host-image] Feb 10 18:50:54.966 INFO O| Feb 10 18:50:54.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
94682025-02-10T18:50:56.018Z[ host-image] Feb 10 18:50:54.966 INFO O| Feb 10 18:50:54.966 INFO ok!
94692025-02-10T18:50:56.018Z[ host-image] Feb 10 18:50:54.966 INFO O| Feb 10 18:50:54.966 INFO STEP 87 (ensure_file) COMPLETE
94702025-02-10T18:50:56.018Z[ host-image] Feb 10 18:50:54.966 INFO O| Feb 10 18:50:54.966 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94712025-02-10T18:50:56.103Z[ host-image] Feb 10 18:50:55.054 INFO O| Feb 10 18:50:55.054 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
94722025-02-10T18:50:56.103Z[ host-image] Feb 10 18:50:55.054 INFO O| Feb 10 18:50:55.054 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
94732025-02-10T18:50:56.742Z[ host-image] Feb 10 18:50:55.693 INFO O| Feb 10 18:50:55.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
94742025-02-10T18:50:56.742Z[ host-image] Feb 10 18:50:55.693 INFO O| Feb 10 18:50:55.693 INFO ok!
94752025-02-10T18:50:56.743Z[ host-image] Feb 10 18:50:55.693 INFO O| Feb 10 18:50:55.693 INFO STEP 88 (ensure_file) COMPLETE
94762025-02-10T18:50:56.759Z[ host-image] Feb 10 18:50:55.693 INFO O| Feb 10 18:50:55.693 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94772025-02-10T18:50:56.765Z[ host-image] Feb 10 18:50:55.715 INFO O| Feb 10 18:50:55.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
94782025-02-10T18:50:56.766Z[ host-image] Feb 10 18:50:55.715 INFO O| Feb 10 18:50:55.715 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
94792025-02-10T18:50:57.418Z[ host-image] Feb 10 18:50:56.368 INFO O| Feb 10 18:50:56.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
94802025-02-10T18:50:57.418Z[ host-image] Feb 10 18:50:56.368 INFO O| Feb 10 18:50:56.368 INFO ok!
94812025-02-10T18:50:57.418Z[ host-image] Feb 10 18:50:56.368 INFO O| Feb 10 18:50:56.368 INFO STEP 89 (ensure_file) COMPLETE
94822025-02-10T18:50:57.418Z[ host-image] Feb 10 18:50:56.368 INFO O| Feb 10 18:50:56.368 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94832025-02-10T18:50:57.437Z[ host-image] Feb 10 18:50:56.388 INFO O| Feb 10 18:50:56.388 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
94842025-02-10T18:50:57.437Z[ host-image] Feb 10 18:50:56.388 INFO O| Feb 10 18:50:56.388 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
94852025-02-10T18:50:57.441Z[ host-image] Feb 10 18:50:56.388 INFO O| Feb 10 18:50:56.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
94862025-02-10T18:50:57.441Z[ host-image] Feb 10 18:50:56.388 INFO O| Feb 10 18:50:56.388 INFO ok!
94872025-02-10T18:50:57.441Z[ host-image] Feb 10 18:50:56.388 INFO O| Feb 10 18:50:56.388 INFO STEP 90 (ensure_file) COMPLETE
94882025-02-10T18:50:57.441Z[ host-image] Feb 10 18:50:56.388 INFO O| Feb 10 18:50:56.388 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94892025-02-10T18:50:57.455Z[ host-image] Feb 10 18:50:56.406 INFO O| Feb 10 18:50:56.406 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94902025-02-10T18:50:57.456Z[ host-image] Feb 10 18:50:56.406 INFO O| Feb 10 18:50:56.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94912025-02-10T18:50:57.456Z[ host-image] Feb 10 18:50:56.406 INFO O| Feb 10 18:50:56.406 INFO STEP 91 (ensure_dir) COMPLETE
94922025-02-10T18:50:57.456Z[ host-image] Feb 10 18:50:56.406 INFO O| Feb 10 18:50:56.406 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94932025-02-10T18:50:57.575Z[ host-image] Feb 10 18:50:56.526 INFO O| Feb 10 18:50:56.526 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
94942025-02-10T18:50:57.575Z[ host-image] Feb 10 18:50:56.526 INFO O| Feb 10 18:50:56.526 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/upstairs_repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d ...
94952025-02-10T18:50:57.580Z[ host-image] Feb 10 18:50:56.526 INFO O| Feb 10 18:50:56.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
94962025-02-10T18:50:57.580Z[ host-image] Feb 10 18:50:56.527 INFO O| Feb 10 18:50:56.526 INFO ok!
94972025-02-10T18:50:57.580Z[ host-image] Feb 10 18:50:56.527 INFO O| Feb 10 18:50:56.526 INFO STEP 92 (ensure_file) COMPLETE
94982025-02-10T18:50:57.580Z[ host-image] Feb 10 18:50:56.527 INFO O| Feb 10 18:50:56.527 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94992025-02-10T18:50:57.642Z[ host-image] Feb 10 18:50:56.593 INFO O| Feb 10 18:50:56.593 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95002025-02-10T18:50:57.642Z[ host-image] Feb 10 18:50:56.593 INFO O| Feb 10 18:50:56.593 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/upstairs_raw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d ...
95012025-02-10T18:50:57.642Z[ host-image] Feb 10 18:50:56.593 INFO O| Feb 10 18:50:56.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95022025-02-10T18:50:57.647Z[ host-image] Feb 10 18:50:56.593 INFO O| Feb 10 18:50:56.593 INFO ok!
95032025-02-10T18:50:57.647Z[ host-image] Feb 10 18:50:56.593 INFO O| Feb 10 18:50:56.593 INFO STEP 93 (ensure_file) COMPLETE
95042025-02-10T18:50:57.647Z[ host-image] Feb 10 18:50:56.593 INFO O| Feb 10 18:50:56.593 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95052025-02-10T18:50:57.682Z[ host-image] Feb 10 18:50:56.633 INFO O| Feb 10 18:50:56.632 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95062025-02-10T18:50:57.682Z[ host-image] Feb 10 18:50:56.633 INFO O| Feb 10 18:50:56.632 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d ...
95072025-02-10T18:50:57.682Z[ host-image] Feb 10 18:50:56.633 INFO O| Feb 10 18:50:56.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95082025-02-10T18:50:57.682Z[ host-image] Feb 10 18:50:56.633 INFO O| Feb 10 18:50:56.633 INFO ok!
95092025-02-10T18:50:57.685Z[ host-image] Feb 10 18:50:56.633 INFO O| Feb 10 18:50:56.633 INFO STEP 94 (ensure_file) COMPLETE
95102025-02-10T18:50:57.685Z[ host-image] Feb 10 18:50:56.633 INFO O| Feb 10 18:50:56.633 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95112025-02-10T18:50:57.726Z[ host-image] Feb 10 18:50:56.677 INFO O| Feb 10 18:50:56.677 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95122025-02-10T18:50:57.726Z[ host-image] Feb 10 18:50:56.677 INFO O| Feb 10 18:50:56.677 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ...
95132025-02-10T18:50:57.729Z[ host-image] Feb 10 18:50:56.677 INFO O| Feb 10 18:50:56.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95142025-02-10T18:50:57.729Z[ host-image] Feb 10 18:50:56.677 INFO O| Feb 10 18:50:56.677 INFO ok!
95152025-02-10T18:50:57.729Z[ host-image] Feb 10 18:50:56.678 INFO O| Feb 10 18:50:56.677 INFO STEP 95 (ensure_file) COMPLETE
95162025-02-10T18:50:57.729Z[ host-image] Feb 10 18:50:56.678 INFO O| Feb 10 18:50:56.678 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95172025-02-10T18:50:57.771Z[ host-image] Feb 10 18:50:56.722 INFO O| Feb 10 18:50:56.722 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95182025-02-10T18:50:57.771Z[ host-image] Feb 10 18:50:56.722 INFO O| Feb 10 18:50:56.722 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ...
95192025-02-10T18:50:57.771Z[ host-image] Feb 10 18:50:56.722 INFO O| Feb 10 18:50:56.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95202025-02-10T18:50:57.774Z[ host-image] Feb 10 18:50:56.722 INFO O| Feb 10 18:50:56.722 INFO ok!
95212025-02-10T18:50:57.774Z[ host-image] Feb 10 18:50:56.722 INFO O| Feb 10 18:50:56.722 INFO STEP 96 (ensure_file) COMPLETE
95222025-02-10T18:50:57.774Z[ host-image] Feb 10 18:50:56.722 INFO O| Feb 10 18:50:56.722 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95232025-02-10T18:50:57.833Z[ host-image] Feb 10 18:50:56.785 INFO O| Feb 10 18:50:56.785 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
95242025-02-10T18:50:57.834Z[ host-image] Feb 10 18:50:56.785 INFO O| Feb 10 18:50:56.785 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/up-info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d ...
95252025-02-10T18:50:57.838Z[ host-image] Feb 10 18:50:56.785 INFO O| Feb 10 18:50:56.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
95262025-02-10T18:50:57.838Z[ host-image] Feb 10 18:50:56.785 INFO O| Feb 10 18:50:56.785 INFO ok!
95272025-02-10T18:50:57.838Z[ host-image] Feb 10 18:50:56.785 INFO O| Feb 10 18:50:56.785 INFO STEP 97 (ensure_file) COMPLETE
95282025-02-10T18:50:57.838Z[ host-image] Feb 10 18:50:56.785 INFO O| Feb 10 18:50:56.785 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95292025-02-10T18:50:57.865Z[ host-image] Feb 10 18:50:56.815 INFO O| Feb 10 18:50:56.815 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
95302025-02-10T18:50:57.865Z[ host-image] Feb 10 18:50:56.815 INFO O| Feb 10 18:50:56.815 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
95312025-02-10T18:50:57.865Z[ host-image] Feb 10 18:50:56.816 INFO O| Feb 10 18:50:56.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
95322025-02-10T18:50:57.865Z[ host-image] Feb 10 18:50:56.816 INFO O| Feb 10 18:50:56.816 INFO ok!
95332025-02-10T18:50:57.865Z[ host-image] Feb 10 18:50:56.816 INFO O| Feb 10 18:50:56.816 INFO STEP 98 (ensure_file) COMPLETE
95342025-02-10T18:50:57.866Z[ host-image] Feb 10 18:50:56.816 INFO O| Feb 10 18:50:56.816 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95352025-02-10T18:50:57.890Z[ host-image] Feb 10 18:50:56.841 INFO O| Feb 10 18:50:56.841 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
95362025-02-10T18:50:57.890Z[ host-image] Feb 10 18:50:56.841 INFO O| Feb 10 18:50:56.841 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ...
95372025-02-10T18:50:57.894Z[ host-image] Feb 10 18:50:56.841 INFO O| Feb 10 18:50:56.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
95382025-02-10T18:50:57.894Z[ host-image] Feb 10 18:50:56.841 INFO O| Feb 10 18:50:56.841 INFO ok!
95392025-02-10T18:50:57.894Z[ host-image] Feb 10 18:50:56.842 INFO O| Feb 10 18:50:56.841 INFO STEP 99 (ensure_file) COMPLETE
95402025-02-10T18:50:57.894Z[ host-image] Feb 10 18:50:56.842 INFO O| Feb 10 18:50:56.842 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95412025-02-10T18:50:57.911Z[ host-image] Feb 10 18:50:56.862 INFO O| Feb 10 18:50:56.862 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
95422025-02-10T18:50:57.911Z[ host-image] Feb 10 18:50:56.862 INFO O| Feb 10 18:50:56.862 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ...
95432025-02-10T18:50:57.914Z[ host-image] Feb 10 18:50:56.862 INFO O| Feb 10 18:50:56.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
95442025-02-10T18:50:57.915Z[ host-image] Feb 10 18:50:56.862 INFO O| Feb 10 18:50:56.862 INFO ok!
95452025-02-10T18:50:57.915Z[ host-image] Feb 10 18:50:56.862 INFO O| Feb 10 18:50:56.862 INFO STEP 100 (ensure_file) COMPLETE
95462025-02-10T18:50:57.916Z[ host-image] Feb 10 18:50:56.862 INFO O| Feb 10 18:50:56.862 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95472025-02-10T18:50:58.031Z[ host-image] Feb 10 18:50:56.982 INFO O| Feb 10 18:50:56.982 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
95482025-02-10T18:50:58.031Z[ host-image] Feb 10 18:50:56.982 INFO O| Feb 10 18:50:56.982 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ...
95492025-02-10T18:50:58.031Z[ host-image] Feb 10 18:50:56.982 INFO O| Feb 10 18:50:56.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
95502025-02-10T18:50:58.035Z[ host-image] Feb 10 18:50:56.982 INFO O| Feb 10 18:50:56.982 INFO ok!
95512025-02-10T18:50:58.035Z[ host-image] Feb 10 18:50:56.982 INFO O| Feb 10 18:50:56.982 INFO STEP 101 (ensure_file) COMPLETE
95522025-02-10T18:50:58.035Z[ host-image] Feb 10 18:50:56.982 INFO O| Feb 10 18:50:56.982 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95532025-02-10T18:50:58.097Z[ host-image] Feb 10 18:50:57.046 INFO O| Feb 10 18:50:57.046 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
95542025-02-10T18:50:58.097Z[ host-image] Feb 10 18:50:57.046 INFO O| Feb 10 18:50:57.046 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
95552025-02-10T18:50:58.112Z[ host-image] Feb 10 18:50:57.061 INFO O| Feb 10 18:50:57.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
95562025-02-10T18:50:58.112Z[ host-image] Feb 10 18:50:57.061 INFO O| Feb 10 18:50:57.060 INFO ok!
95572025-02-10T18:50:58.112Z[ host-image] Feb 10 18:50:57.061 INFO O| Feb 10 18:50:57.061 INFO STEP 102 (ensure_file) COMPLETE
95582025-02-10T18:50:58.112Z[ host-image] Feb 10 18:50:57.061 INFO O| Feb 10 18:50:57.061 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95592025-02-10T18:50:58.201Z[ host-image] Feb 10 18:50:57.152 INFO O| Feb 10 18:50:57.152 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
95602025-02-10T18:50:58.201Z[ host-image] Feb 10 18:50:57.152 INFO O| Feb 10 18:50:57.152 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/perf-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d ...
95612025-02-10T18:50:58.217Z[ host-image] Feb 10 18:50:57.152 INFO O| Feb 10 18:50:57.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
95622025-02-10T18:50:58.217Z[ host-image] Feb 10 18:50:57.152 INFO O| Feb 10 18:50:57.152 INFO ok!
95632025-02-10T18:50:58.217Z[ host-image] Feb 10 18:50:57.152 INFO O| Feb 10 18:50:57.152 INFO STEP 103 (ensure_file) COMPLETE
95642025-02-10T18:50:58.217Z[ host-image] Feb 10 18:50:57.152 INFO O| Feb 10 18:50:57.152 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95652025-02-10T18:50:58.231Z[ host-image] Feb 10 18:50:57.182 INFO O| Feb 10 18:50:57.182 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
95662025-02-10T18:50:58.231Z[ host-image] Feb 10 18:50:57.182 INFO O| Feb 10 18:50:57.182 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/perf-upstairs-wf.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d ...
95672025-02-10T18:50:58.245Z[ host-image] Feb 10 18:50:57.182 INFO O| Feb 10 18:50:57.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
95682025-02-10T18:50:58.245Z[ host-image] Feb 10 18:50:57.182 INFO O| Feb 10 18:50:57.182 INFO ok!
95692025-02-10T18:50:58.245Z[ host-image] Feb 10 18:50:57.182 INFO O| Feb 10 18:50:57.182 INFO STEP 104 (ensure_file) COMPLETE
95702025-02-10T18:50:58.245Z[ host-image] Feb 10 18:50:57.182 INFO O| Feb 10 18:50:57.182 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95712025-02-10T18:50:58.273Z[ host-image] Feb 10 18:50:57.224 INFO O| Feb 10 18:50:57.224 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
95722025-02-10T18:50:58.273Z[ host-image] Feb 10 18:50:57.224 INFO O| Feb 10 18:50:57.224 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/perf-reqwest.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d ...
95732025-02-10T18:50:58.282Z[ host-image] Feb 10 18:50:57.225 INFO O| Feb 10 18:50:57.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
95742025-02-10T18:50:58.283Z[ host-image] Feb 10 18:50:57.225 INFO O| Feb 10 18:50:57.225 INFO ok!
95752025-02-10T18:50:58.283Z[ host-image] Feb 10 18:50:57.225 INFO O| Feb 10 18:50:57.225 INFO STEP 105 (ensure_file) COMPLETE
95762025-02-10T18:50:58.283Z[ host-image] Feb 10 18:50:57.225 INFO O| Feb 10 18:50:57.225 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95772025-02-10T18:50:58.361Z[ host-image] Feb 10 18:50:57.312 INFO O| Feb 10 18:50:57.311 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
95782025-02-10T18:50:58.361Z[ host-image] Feb 10 18:50:57.312 INFO O| Feb 10 18:50:57.311 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/perf-online-repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d ...
95792025-02-10T18:50:58.361Z[ host-image] Feb 10 18:50:57.312 INFO O| Feb 10 18:50:57.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
95802025-02-10T18:50:58.375Z[ host-image] Feb 10 18:50:57.312 INFO O| Feb 10 18:50:57.312 INFO ok!
95812025-02-10T18:50:58.375Z[ host-image] Feb 10 18:50:57.312 INFO O| Feb 10 18:50:57.312 INFO STEP 106 (ensure_file) COMPLETE
95822025-02-10T18:50:58.376Z[ host-image] Feb 10 18:50:57.312 INFO O| Feb 10 18:50:57.312 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95832025-02-10T18:50:58.475Z[ host-image] Feb 10 18:50:57.425 INFO O| Feb 10 18:50:57.425 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
95842025-02-10T18:50:58.475Z[ host-image] Feb 10 18:50:57.425 INFO O| Feb 10 18:50:57.425 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-net.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d ...
95852025-02-10T18:50:58.479Z[ host-image] Feb 10 18:50:57.425 INFO O| Feb 10 18:50:57.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
95862025-02-10T18:50:58.479Z[ host-image] Feb 10 18:50:57.426 INFO O| Feb 10 18:50:57.425 INFO ok!
95872025-02-10T18:50:58.479Z[ host-image] Feb 10 18:50:57.426 INFO O| Feb 10 18:50:57.426 INFO STEP 107 (ensure_file) COMPLETE
95882025-02-10T18:50:58.479Z[ host-image] Feb 10 18:50:57.426 INFO O| Feb 10 18:50:57.426 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95892025-02-10T18:50:58.496Z[ host-image] Feb 10 18:50:57.447 INFO O| Feb 10 18:50:57.447 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
95902025-02-10T18:50:58.496Z[ host-image] Feb 10 18:50:57.447 INFO O| Feb 10 18:50:57.447 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-client.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d ...
95912025-02-10T18:50:58.499Z[ host-image] Feb 10 18:50:57.447 INFO O| Feb 10 18:50:57.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
95922025-02-10T18:50:58.499Z[ host-image] Feb 10 18:50:57.447 INFO O| Feb 10 18:50:57.447 INFO ok!
95932025-02-10T18:50:58.499Z[ host-image] Feb 10 18:50:57.447 INFO O| Feb 10 18:50:57.447 INFO STEP 108 (ensure_file) COMPLETE
95942025-02-10T18:50:58.499Z[ host-image] Feb 10 18:50:57.448 INFO O| Feb 10 18:50:57.447 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95952025-02-10T18:50:58.540Z[ host-image] Feb 10 18:50:57.490 INFO O| Feb 10 18:50:57.490 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
95962025-02-10T18:50:58.540Z[ host-image] Feb 10 18:50:57.490 INFO O| Feb 10 18:50:57.490 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d ...
95972025-02-10T18:50:58.541Z[ host-image] Feb 10 18:50:57.491 INFO O| Feb 10 18:50:57.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
95982025-02-10T18:50:58.541Z[ host-image] Feb 10 18:50:57.491 INFO O| Feb 10 18:50:57.491 INFO ok!
95992025-02-10T18:50:58.545Z[ host-image] Feb 10 18:50:57.491 INFO O| Feb 10 18:50:57.491 INFO STEP 109 (ensure_file) COMPLETE
96002025-02-10T18:50:58.545Z[ host-image] Feb 10 18:50:57.491 INFO O| Feb 10 18:50:57.491 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96012025-02-10T18:50:58.624Z[ host-image] Feb 10 18:50:57.575 INFO O| Feb 10 18:50:57.575 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96022025-02-10T18:50:58.624Z[ host-image] Feb 10 18:50:57.575 INFO O| Feb 10 18:50:57.575 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-tick.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d ...
96032025-02-10T18:50:58.624Z[ host-image] Feb 10 18:50:57.576 INFO O| Feb 10 18:50:57.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96042025-02-10T18:50:58.627Z[ host-image] Feb 10 18:50:57.576 INFO O| Feb 10 18:50:57.576 INFO ok!
96052025-02-10T18:50:58.627Z[ host-image] Feb 10 18:50:57.576 INFO O| Feb 10 18:50:57.576 INFO STEP 110 (ensure_file) COMPLETE
96062025-02-10T18:50:58.627Z[ host-image] Feb 10 18:50:57.576 INFO O| Feb 10 18:50:57.576 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96072025-02-10T18:50:58.665Z[ host-image] Feb 10 18:50:57.616 INFO O| Feb 10 18:50:57.616 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96082025-02-10T18:50:58.665Z[ host-image] Feb 10 18:50:57.616 INFO O| Feb 10 18:50:57.616 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-three.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d ...
96092025-02-10T18:50:58.665Z[ host-image] Feb 10 18:50:57.616 INFO O| Feb 10 18:50:57.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96102025-02-10T18:50:58.668Z[ host-image] Feb 10 18:50:57.616 INFO O| Feb 10 18:50:57.616 INFO ok!
96112025-02-10T18:50:58.668Z[ host-image] Feb 10 18:50:57.616 INFO O| Feb 10 18:50:57.616 INFO STEP 111 (ensure_file) COMPLETE
96122025-02-10T18:50:58.668Z[ host-image] Feb 10 18:50:57.616 INFO O| Feb 10 18:50:57.616 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96132025-02-10T18:50:58.700Z[ host-image] Feb 10 18:50:57.639 INFO O| Feb 10 18:50:57.639 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96142025-02-10T18:50:58.701Z[ host-image] Feb 10 18:50:57.639 INFO O| Feb 10 18:50:57.639 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-os.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d ...
96152025-02-10T18:50:58.701Z[ host-image] Feb 10 18:50:57.639 INFO O| Feb 10 18:50:57.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96162025-02-10T18:50:58.706Z[ host-image] Feb 10 18:50:57.639 INFO O| Feb 10 18:50:57.639 INFO ok!
96172025-02-10T18:50:58.706Z[ host-image] Feb 10 18:50:57.639 INFO O| Feb 10 18:50:57.639 INFO STEP 112 (ensure_file) COMPLETE
96182025-02-10T18:50:58.707Z[ host-image] Feb 10 18:50:57.639 INFO O| Feb 10 18:50:57.639 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96192025-02-10T18:50:58.733Z[ host-image] Feb 10 18:50:57.684 INFO O| Feb 10 18:50:57.683 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
96202025-02-10T18:50:58.733Z[ host-image] Feb 10 18:50:57.684 INFO O| Feb 10 18:50:57.684 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh ...
96212025-02-10T18:50:58.733Z[ host-image] Feb 10 18:50:57.684 INFO O| Feb 10 18:50:57.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
96222025-02-10T18:50:58.733Z[ host-image] Feb 10 18:50:57.684 INFO O| Feb 10 18:50:57.684 INFO ok!
96232025-02-10T18:50:58.736Z[ host-image] Feb 10 18:50:57.684 INFO O| Feb 10 18:50:57.684 INFO STEP 113 (ensure_file) COMPLETE
96242025-02-10T18:50:58.736Z[ host-image] Feb 10 18:50:57.684 INFO O| Feb 10 18:50:57.684 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96252025-02-10T18:50:58.777Z[ host-image] Feb 10 18:50:57.727 INFO O| Feb 10 18:50:57.727 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
96262025-02-10T18:50:58.777Z[ host-image] Feb 10 18:50:57.727 INFO O| Feb 10 18:50:57.727 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d ...
96272025-02-10T18:50:58.781Z[ host-image] Feb 10 18:50:57.728 INFO O| Feb 10 18:50:57.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
96282025-02-10T18:50:58.781Z[ host-image] Feb 10 18:50:57.728 INFO O| Feb 10 18:50:57.728 INFO ok!
96292025-02-10T18:50:58.781Z[ host-image] Feb 10 18:50:57.728 INFO O| Feb 10 18:50:57.728 INFO STEP 114 (ensure_file) COMPLETE
96302025-02-10T18:50:58.781Z[ host-image] Feb 10 18:50:57.728 INFO O| Feb 10 18:50:57.728 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96312025-02-10T18:50:58.857Z[ host-image] Feb 10 18:50:57.808 INFO O| Feb 10 18:50:57.808 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96322025-02-10T18:50:58.858Z[ host-image] Feb 10 18:50:57.808 INFO O| Feb 10 18:50:57.808 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh ...
96332025-02-10T18:50:58.858Z[ host-image] Feb 10 18:50:57.809 INFO O| Feb 10 18:50:57.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96342025-02-10T18:50:58.861Z[ host-image] Feb 10 18:50:57.809 INFO O| Feb 10 18:50:57.809 INFO ok!
96352025-02-10T18:50:58.861Z[ host-image] Feb 10 18:50:57.809 INFO O| Feb 10 18:50:57.809 INFO STEP 115 (ensure_file) COMPLETE
96362025-02-10T18:50:58.861Z[ host-image] Feb 10 18:50:57.809 INFO O| Feb 10 18:50:57.809 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96372025-02-10T18:50:58.950Z[ host-image] Feb 10 18:50:57.901 INFO O| Feb 10 18:50:57.901 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96382025-02-10T18:50:58.950Z[ host-image] Feb 10 18:50:57.901 INFO O| Feb 10 18:50:57.901 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ...
96392025-02-10T18:50:58.955Z[ host-image] Feb 10 18:50:57.901 INFO O| Feb 10 18:50:57.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96402025-02-10T18:50:58.955Z[ host-image] Feb 10 18:50:57.901 INFO O| Feb 10 18:50:57.901 INFO ok!
96412025-02-10T18:50:58.955Z[ host-image] Feb 10 18:50:57.901 INFO O| Feb 10 18:50:57.901 INFO STEP 116 (ensure_file) COMPLETE
96422025-02-10T18:50:58.955Z[ host-image] Feb 10 18:50:57.901 INFO O| Feb 10 18:50:57.901 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96432025-02-10T18:50:59.113Z[ host-image] Feb 10 18:50:58.062 INFO O| Feb 10 18:50:58.062 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
96442025-02-10T18:50:59.113Z[ host-image] Feb 10 18:50:58.062 INFO O| Feb 10 18:50:58.062 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh ...
96452025-02-10T18:50:59.117Z[ host-image] Feb 10 18:50:58.063 INFO O| Feb 10 18:50:58.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
96462025-02-10T18:50:59.117Z[ host-image] Feb 10 18:50:58.063 INFO O| Feb 10 18:50:58.063 INFO ok!
96472025-02-10T18:50:59.117Z[ host-image] Feb 10 18:50:58.063 INFO O| Feb 10 18:50:58.063 INFO STEP 117 (ensure_file) COMPLETE
96482025-02-10T18:50:59.117Z[ host-image] Feb 10 18:50:58.063 INFO O| Feb 10 18:50:58.063 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96492025-02-10T18:50:59.208Z[ host-image] Feb 10 18:50:58.159 INFO O| Feb 10 18:50:58.159 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
96502025-02-10T18:50:59.208Z[ host-image] Feb 10 18:50:58.159 INFO O| Feb 10 18:50:58.159 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ...
96512025-02-10T18:50:59.212Z[ host-image] Feb 10 18:50:58.159 INFO O| Feb 10 18:50:58.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
96522025-02-10T18:50:59.212Z[ host-image] Feb 10 18:50:58.159 INFO O| Feb 10 18:50:58.159 INFO ok!
96532025-02-10T18:50:59.212Z[ host-image] Feb 10 18:50:58.159 INFO O| Feb 10 18:50:58.159 INFO STEP 118 (ensure_file) COMPLETE
96542025-02-10T18:50:59.212Z[ host-image] Feb 10 18:50:58.159 INFO O| Feb 10 18:50:58.159 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96552025-02-10T18:50:59.239Z[ host-image] Feb 10 18:50:58.190 INFO O| Feb 10 18:50:58.190 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
96562025-02-10T18:50:59.239Z[ host-image] Feb 10 18:50:58.190 INFO O| Feb 10 18:50:58.190 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/downstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d ...
96572025-02-10T18:50:59.242Z[ host-image] Feb 10 18:50:58.190 INFO O| Feb 10 18:50:58.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
96582025-02-10T18:50:59.242Z[ host-image] Feb 10 18:50:58.190 INFO O| Feb 10 18:50:58.190 INFO ok!
96592025-02-10T18:50:59.242Z[ host-image] Feb 10 18:50:58.190 INFO O| Feb 10 18:50:58.190 INFO STEP 119 (ensure_file) COMPLETE
96602025-02-10T18:50:59.242Z[ host-image] Feb 10 18:50:58.190 INFO O| Feb 10 18:50:58.190 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96612025-02-10T18:50:59.280Z[ host-image] Feb 10 18:50:58.231 INFO O| Feb 10 18:50:58.231 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
96622025-02-10T18:50:59.280Z[ host-image] Feb 10 18:50:58.231 INFO O| Feb 10 18:50:58.231 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/all_downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d ...
96632025-02-10T18:50:59.284Z[ host-image] Feb 10 18:50:58.232 INFO O| Feb 10 18:50:58.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
96642025-02-10T18:50:59.284Z[ host-image] Feb 10 18:50:58.232 INFO O| Feb 10 18:50:58.232 INFO ok!
96652025-02-10T18:50:59.284Z[ host-image] Feb 10 18:50:58.232 INFO O| Feb 10 18:50:58.232 INFO STEP 120 (ensure_file) COMPLETE
96662025-02-10T18:50:59.284Z[ host-image] Feb 10 18:50:58.232 INFO O| Feb 10 18:50:58.232 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96672025-02-10T18:50:59.406Z[ host-image] Feb 10 18:50:58.357 INFO O| Feb 10 18:50:58.357 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
96682025-02-10T18:50:59.406Z[ host-image] Feb 10 18:50:58.357 INFO O| Feb 10 18:50:58.357 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
96692025-02-10T18:50:59.409Z[ host-image] Feb 10 18:50:58.357 INFO O| Feb 10 18:50:58.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
96702025-02-10T18:50:59.410Z[ host-image] Feb 10 18:50:58.357 INFO O| Feb 10 18:50:58.357 INFO ok!
96712025-02-10T18:50:59.410Z[ host-image] Feb 10 18:50:58.358 INFO O| Feb 10 18:50:58.357 INFO STEP 121 (ensure_file) COMPLETE
96722025-02-10T18:50:59.410Z[ host-image] Feb 10 18:50:58.358 INFO O| Feb 10 18:50:58.358 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96732025-02-10T18:50:59.509Z[ host-image] Feb 10 18:50:58.459 INFO O| Feb 10 18:50:58.459 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
96742025-02-10T18:50:59.509Z[ host-image] Feb 10 18:50:58.459 INFO O| Feb 10 18:50:58.459 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/dtrace-info.txt -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt ...
96752025-02-10T18:50:59.512Z[ host-image] Feb 10 18:50:58.460 INFO O| Feb 10 18:50:58.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
96762025-02-10T18:50:59.512Z[ host-image] Feb 10 18:50:58.460 INFO O| Feb 10 18:50:58.460 INFO ok!
96772025-02-10T18:50:59.512Z[ host-image] Feb 10 18:50:58.460 INFO O| Feb 10 18:50:58.460 INFO STEP 122 (ensure_file) COMPLETE
96782025-02-10T18:50:59.512Z[ host-image] Feb 10 18:50:58.460 INFO O| Feb 10 18:50:58.460 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96792025-02-10T18:50:59.619Z[ host-image] Feb 10 18:50:58.570 INFO O| Feb 10 18:50:58.570 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
96802025-02-10T18:50:59.619Z[ host-image] Feb 10 18:50:58.570 INFO O| Feb 10 18:50:58.570 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
96812025-02-10T18:50:59.624Z[ host-image] Feb 10 18:50:58.570 INFO O| Feb 10 18:50:58.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
96822025-02-10T18:50:59.624Z[ host-image] Feb 10 18:50:58.570 INFO O| Feb 10 18:50:58.570 INFO ok!
96832025-02-10T18:50:59.624Z[ host-image] Feb 10 18:50:58.570 INFO O| Feb 10 18:50:58.570 INFO STEP 123 (ensure_file) COMPLETE
96842025-02-10T18:50:59.624Z[ host-image] Feb 10 18:50:58.570 INFO O| Feb 10 18:50:58.570 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96852025-02-10T18:50:59.705Z[ host-image] Feb 10 18:50:58.656 INFO O| Feb 10 18:50:58.656 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
96862025-02-10T18:50:59.705Z[ host-image] Feb 10 18:50:58.657 INFO O| Feb 10 18:50:58.656 INFO copying /tmp/.tmpDMNkwv/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
96872025-02-10T18:51:10.305Z[ recovery-image] Feb 10 18:51:09.256 INFO E| Finished `release` profile [optimized] target(s) in 1m 26s
96882025-02-10T18:51:10.345Z[ recovery-image] Feb 10 18:51:09.295 INFO building host image...
96892025-02-10T18:51:10.376Z[ recovery-image] Feb 10 18:51:09.296 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-recovery/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
96902025-02-10T18:51:11.618Z[ recovery-image] Feb 10 18:51:10.567 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
96912025-02-10T18:51:11.668Z[ host-image] Feb 10 18:51:10.619 INFO O| Feb 10 18:51:10.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
96922025-02-10T18:51:11.668Z[ host-image] Feb 10 18:51:10.619 INFO O| Feb 10 18:51:10.619 INFO ok!
96932025-02-10T18:51:11.672Z[ host-image] Feb 10 18:51:10.619 INFO O| Feb 10 18:51:10.619 INFO STEP 124 (ensure_file) COMPLETE
96942025-02-10T18:51:11.672Z[ host-image] Feb 10 18:51:10.619 INFO O| Feb 10 18:51:10.619 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96952025-02-10T18:51:11.686Z[ host-image] Feb 10 18:51:10.637 INFO O| Feb 10 18:51:10.637 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
96962025-02-10T18:51:11.686Z[ host-image] Feb 10 18:51:10.637 INFO O| Feb 10 18:51:10.637 INFO STEP 125 (ensure_dir) COMPLETE
96972025-02-10T18:51:11.687Z[ host-image] Feb 10 18:51:10.637 INFO O| Feb 10 18:51:10.637 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96982025-02-10T18:51:11.725Z[ host-image] Feb 10 18:51:10.675 INFO O| Feb 10 18:51:10.675 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
96992025-02-10T18:51:11.725Z[ host-image] Feb 10 18:51:10.675 INFO O| Feb 10 18:51:10.675 INFO STEP 126 (ensure_dir) COMPLETE
97002025-02-10T18:51:11.728Z[ host-image] Feb 10 18:51:10.675 INFO O| Feb 10 18:51:10.675 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97012025-02-10T18:51:11.763Z[ host-image] Feb 10 18:51:10.714 INFO O| Feb 10 18:51:10.714 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97022025-02-10T18:51:11.763Z[ host-image] Feb 10 18:51:10.714 INFO O| Feb 10 18:51:10.714 INFO STEP 127 (ensure_dir) COMPLETE
97032025-02-10T18:51:11.769Z[ host-image] Feb 10 18:51:10.714 INFO O| Feb 10 18:51:10.714 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97042025-02-10T18:51:11.856Z[ host-image] Feb 10 18:51:10.808 INFO O| Feb 10 18:51:10.807 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97052025-02-10T18:51:11.857Z[ host-image] Feb 10 18:51:10.808 INFO O| Feb 10 18:51:10.808 INFO STEP 128 (ensure_dir) COMPLETE
97062025-02-10T18:51:11.857Z[ host-image] Feb 10 18:51:10.808 INFO O| Feb 10 18:51:10.808 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97072025-02-10T18:51:11.894Z[ host-image] Feb 10 18:51:10.845 INFO O| Feb 10 18:51:10.845 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97082025-02-10T18:51:11.894Z[ host-image] Feb 10 18:51:10.845 INFO O| Feb 10 18:51:10.845 INFO copying /tmp/.tmpDMNkwv/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml ...
97092025-02-10T18:51:11.897Z[ host-image] Feb 10 18:51:10.845 INFO O| Feb 10 18:51:10.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97102025-02-10T18:51:11.897Z[ host-image] Feb 10 18:51:10.846 INFO O| Feb 10 18:51:10.845 INFO ok!
97112025-02-10T18:51:11.897Z[ host-image] Feb 10 18:51:10.846 INFO O| Feb 10 18:51:10.845 INFO STEP 129 (ensure_file) COMPLETE
97122025-02-10T18:51:11.897Z[ host-image] Feb 10 18:51:10.846 INFO O| Feb 10 18:51:10.846 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97132025-02-10T18:51:11.915Z[ host-image] Feb 10 18:51:10.866 INFO O| Feb 10 18:51:10.866 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97142025-02-10T18:51:11.915Z[ host-image] Feb 10 18:51:10.866 INFO O| Feb 10 18:51:10.866 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97152025-02-10T18:51:11.915Z[ host-image] Feb 10 18:51:10.866 INFO O| Feb 10 18:51:10.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97162025-02-10T18:51:11.919Z[ host-image] Feb 10 18:51:10.866 INFO O| Feb 10 18:51:10.866 INFO STEP 130 (ensure_dir) COMPLETE
97172025-02-10T18:51:11.919Z[ host-image] Feb 10 18:51:10.866 INFO O| Feb 10 18:51:10.866 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97182025-02-10T18:51:11.935Z[ host-image] Feb 10 18:51:10.886 INFO O| Feb 10 18:51:10.886 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97192025-02-10T18:51:11.935Z[ host-image] Feb 10 18:51:10.886 INFO O| Feb 10 18:51:10.886 INFO copying /tmp/.tmpDMNkwv/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97202025-02-10T18:51:11.939Z[ host-image] Feb 10 18:51:10.887 INFO O| Feb 10 18:51:10.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97212025-02-10T18:51:11.939Z[ host-image] Feb 10 18:51:10.887 INFO O| Feb 10 18:51:10.887 INFO ok!
97222025-02-10T18:51:11.939Z[ host-image] Feb 10 18:51:10.887 INFO O| Feb 10 18:51:10.887 INFO STEP 131 (ensure_file) COMPLETE
97232025-02-10T18:51:11.939Z[ host-image] Feb 10 18:51:10.887 INFO O| Feb 10 18:51:10.887 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97242025-02-10T18:51:11.976Z[ host-image] Feb 10 18:51:10.927 INFO O| Feb 10 18:51:10.927 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97252025-02-10T18:51:11.979Z[ host-image] Feb 10 18:51:10.928 INFO O| Feb 10 18:51:10.927 INFO STEP 132 (remove_files) COMPLETE
97262025-02-10T18:51:11.979Z[ host-image] Feb 10 18:51:10.928 INFO O| Feb 10 18:51:10.927 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97272025-02-10T18:51:11.997Z[ host-image] Feb 10 18:51:10.949 INFO O| Feb 10 18:51:10.949 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97282025-02-10T18:51:12.001Z[ host-image] Feb 10 18:51:10.949 INFO O| Feb 10 18:51:10.949 INFO STEP 133 (remove_files) COMPLETE
97292025-02-10T18:51:12.001Z[ host-image] Feb 10 18:51:10.949 INFO O| Feb 10 18:51:10.949 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97302025-02-10T18:51:12.040Z[ host-image] Feb 10 18:51:10.991 INFO O| Feb 10 18:51:10.991 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97312025-02-10T18:51:12.043Z[ host-image] Feb 10 18:51:10.991 INFO O| Feb 10 18:51:10.991 INFO STEP 134 (remove_files) COMPLETE
97322025-02-10T18:51:12.043Z[ host-image] Feb 10 18:51:10.991 INFO O| Feb 10 18:51:10.991 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97332025-02-10T18:51:12.061Z[ host-image] Feb 10 18:51:11.011 INFO O| Feb 10 18:51:11.011 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97342025-02-10T18:51:12.065Z[ host-image] Feb 10 18:51:11.012 INFO O| Feb 10 18:51:11.012 INFO STEP 135 (remove_files) COMPLETE
97352025-02-10T18:51:12.065Z[ host-image] Feb 10 18:51:11.012 INFO O| Feb 10 18:51:11.012 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97362025-02-10T18:51:12.079Z[ host-image] Feb 10 18:51:11.030 INFO O| Feb 10 18:51:11.030 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97372025-02-10T18:51:12.079Z[ host-image] Feb 10 18:51:11.030 INFO O| Feb 10 18:51:11.030 INFO STEP 136 (remove_files) COMPLETE
97382025-02-10T18:51:12.082Z[ host-image] Feb 10 18:51:11.031 INFO O| Feb 10 18:51:11.030 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97392025-02-10T18:51:12.099Z[ host-image] Feb 10 18:51:11.051 INFO O| Feb 10 18:51:11.051 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97402025-02-10T18:51:12.104Z[ host-image] Feb 10 18:51:11.051 INFO O| Feb 10 18:51:11.051 INFO STEP 137 (remove_files) COMPLETE
97412025-02-10T18:51:12.104Z[ host-image] Feb 10 18:51:11.051 INFO O| Feb 10 18:51:11.051 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97422025-02-10T18:51:12.119Z[ host-image] Feb 10 18:51:11.070 INFO O| Feb 10 18:51:11.070 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
97432025-02-10T18:51:12.119Z[ host-image] Feb 10 18:51:11.070 INFO O| Feb 10 18:51:11.070 INFO STEP 138 (remove_files) COMPLETE
97442025-02-10T18:51:12.123Z[ host-image] Feb 10 18:51:11.071 INFO O| Feb 10 18:51:11.070 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97452025-02-10T18:51:12.138Z[ host-image] Feb 10 18:51:11.090 INFO O| Feb 10 18:51:11.090 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
97462025-02-10T18:51:12.138Z[ host-image] Feb 10 18:51:11.090 INFO O| Feb 10 18:51:11.090 INFO STEP 139 (remove_files) COMPLETE
97472025-02-10T18:51:12.138Z[ host-image] Feb 10 18:51:11.090 INFO O| Feb 10 18:51:11.090 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97482025-02-10T18:51:12.158Z[ host-image] Feb 10 18:51:11.109 INFO O| Feb 10 18:51:11.109 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
97492025-02-10T18:51:12.158Z[ host-image] Feb 10 18:51:11.110 INFO O| Feb 10 18:51:11.110 INFO STEP 140 (remove_files) COMPLETE
97502025-02-10T18:51:12.158Z[ host-image] Feb 10 18:51:11.110 INFO O| Feb 10 18:51:11.110 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97512025-02-10T18:51:12.177Z[ host-image] Feb 10 18:51:11.128 INFO O| Feb 10 18:51:11.128 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
97522025-02-10T18:51:12.177Z[ host-image] Feb 10 18:51:11.128 INFO O| Feb 10 18:51:11.128 INFO STEP 141 (remove_files) COMPLETE
97532025-02-10T18:51:12.180Z[ host-image] Feb 10 18:51:11.128 INFO O| Feb 10 18:51:11.128 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97542025-02-10T18:51:12.201Z[ host-image] Feb 10 18:51:11.153 INFO O| Feb 10 18:51:11.153 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
97552025-02-10T18:51:12.201Z[ host-image] Feb 10 18:51:11.153 INFO O| Feb 10 18:51:11.153 INFO STEP 142 (remove_files) COMPLETE
97562025-02-10T18:51:12.201Z[ host-image] Feb 10 18:51:11.153 INFO O| Feb 10 18:51:11.153 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97572025-02-10T18:51:12.240Z[ host-image] Feb 10 18:51:11.192 INFO O| Feb 10 18:51:11.192 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
97582025-02-10T18:51:12.240Z[ host-image] Feb 10 18:51:11.192 INFO O| Feb 10 18:51:11.192 INFO STEP 143 (remove_files) COMPLETE
97592025-02-10T18:51:12.243Z[ host-image] Feb 10 18:51:11.192 INFO O| Feb 10 18:51:11.192 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97602025-02-10T18:51:12.281Z[ host-image] Feb 10 18:51:11.232 INFO O| Feb 10 18:51:11.232 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
97612025-02-10T18:51:12.281Z[ host-image] Feb 10 18:51:11.232 INFO O| Feb 10 18:51:11.232 INFO STEP 144 (remove_files) COMPLETE
97622025-02-10T18:51:12.281Z[ host-image] Feb 10 18:51:11.232 INFO O| Feb 10 18:51:11.232 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97632025-02-10T18:51:12.369Z[ host-image] Feb 10 18:51:11.320 INFO O| Feb 10 18:51:11.320 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
97642025-02-10T18:51:12.369Z[ host-image] Feb 10 18:51:11.321 INFO O| Feb 10 18:51:11.321 INFO STEP 145 (remove_files) COMPLETE
97652025-02-10T18:51:12.369Z[ host-image] Feb 10 18:51:11.321 INFO O| Feb 10 18:51:11.321 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97662025-02-10T18:51:12.396Z[ host-image] Feb 10 18:51:11.347 INFO O| Feb 10 18:51:11.347 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
97672025-02-10T18:51:12.396Z[ host-image] Feb 10 18:51:11.347 INFO O| Feb 10 18:51:11.347 INFO STEP 146 (remove_files) COMPLETE
97682025-02-10T18:51:12.396Z[ host-image] Feb 10 18:51:11.347 INFO O| Feb 10 18:51:11.347 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97692025-02-10T18:51:12.423Z[ host-image] Feb 10 18:51:11.374 INFO O| Feb 10 18:51:11.374 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
97702025-02-10T18:51:12.423Z[ host-image] Feb 10 18:51:11.374 INFO O| Feb 10 18:51:11.374 INFO STEP 147 (remove_files) COMPLETE
97712025-02-10T18:51:12.423Z[ host-image] Feb 10 18:51:11.374 INFO O| Feb 10 18:51:11.374 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97722025-02-10T18:51:12.483Z[ host-image] Feb 10 18:51:11.431 INFO O| Feb 10 18:51:11.431 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
97732025-02-10T18:51:12.487Z[ host-image] Feb 10 18:51:11.431 INFO O| Feb 10 18:51:11.431 INFO STEP 148 (remove_files) COMPLETE
97742025-02-10T18:51:12.487Z[ host-image] Feb 10 18:51:11.431 INFO O| Feb 10 18:51:11.431 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97752025-02-10T18:51:12.515Z[ host-image] Feb 10 18:51:11.466 INFO O| Feb 10 18:51:11.466 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
97762025-02-10T18:51:12.530Z[ host-image] Feb 10 18:51:11.466 INFO O| Feb 10 18:51:11.466 INFO STEP 149 (remove_files) COMPLETE
97772025-02-10T18:51:12.532Z[ host-image] Feb 10 18:51:11.467 INFO O| Feb 10 18:51:11.466 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97782025-02-10T18:51:12.535Z[ host-image] Feb 10 18:51:11.484 INFO O| Feb 10 18:51:11.484 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
97792025-02-10T18:51:12.535Z[ host-image] Feb 10 18:51:11.485 INFO O| Feb 10 18:51:11.485 INFO STEP 150 (remove_files) COMPLETE
97802025-02-10T18:51:12.535Z[ host-image] Feb 10 18:51:11.485 INFO O| Feb 10 18:51:11.485 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97812025-02-10T18:51:12.557Z[ host-image] Feb 10 18:51:11.508 INFO O| Feb 10 18:51:11.508 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
97822025-02-10T18:51:12.557Z[ host-image] Feb 10 18:51:11.508 INFO O| Feb 10 18:51:11.508 INFO STEP 151 (remove_files) COMPLETE
97832025-02-10T18:51:12.557Z[ host-image] Feb 10 18:51:11.508 INFO O| Feb 10 18:51:11.508 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97842025-02-10T18:51:12.583Z[ host-image] Feb 10 18:51:11.534 INFO O| Feb 10 18:51:11.534 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
97852025-02-10T18:51:12.586Z[ host-image] Feb 10 18:51:11.534 INFO O| Feb 10 18:51:11.534 INFO STEP 152 (remove_files) COMPLETE
97862025-02-10T18:51:12.586Z[ host-image] Feb 10 18:51:11.535 INFO O| Feb 10 18:51:11.534 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97872025-02-10T18:51:12.604Z[ host-image] Feb 10 18:51:11.555 INFO O| Feb 10 18:51:11.555 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
97882025-02-10T18:51:12.618Z[ host-image] Feb 10 18:51:11.556 INFO O| Feb 10 18:51:11.556 INFO STEP 153 (remove_files) COMPLETE
97892025-02-10T18:51:12.618Z[ host-image] Feb 10 18:51:11.556 INFO O| Feb 10 18:51:11.556 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97902025-02-10T18:51:12.624Z[ host-image] Feb 10 18:51:11.576 INFO O| Feb 10 18:51:11.576 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
97912025-02-10T18:51:12.627Z[ host-image] Feb 10 18:51:11.576 INFO O| Feb 10 18:51:11.576 INFO STEP 154 (remove_files) COMPLETE
97922025-02-10T18:51:12.627Z[ host-image] Feb 10 18:51:11.576 INFO O| Feb 10 18:51:11.576 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97932025-02-10T18:51:12.645Z[ host-image] Feb 10 18:51:11.596 INFO O| Feb 10 18:51:11.596 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
97942025-02-10T18:51:12.648Z[ host-image] Feb 10 18:51:11.597 INFO O| Feb 10 18:51:11.596 INFO STEP 155 (remove_files) COMPLETE
97952025-02-10T18:51:12.648Z[ host-image] Feb 10 18:51:11.597 INFO O| Feb 10 18:51:11.597 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97962025-02-10T18:51:12.666Z[ host-image] Feb 10 18:51:11.617 INFO O| Feb 10 18:51:11.617 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
97972025-02-10T18:51:12.670Z[ host-image] Feb 10 18:51:11.617 INFO O| Feb 10 18:51:11.617 INFO STEP 156 (remove_files) COMPLETE
97982025-02-10T18:51:12.670Z[ host-image] Feb 10 18:51:11.617 INFO O| Feb 10 18:51:11.617 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97992025-02-10T18:51:12.690Z[ host-image] Feb 10 18:51:11.642 INFO O| Feb 10 18:51:11.641 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98002025-02-10T18:51:12.690Z[ host-image] Feb 10 18:51:11.642 INFO O| Feb 10 18:51:11.642 INFO STEP 157 (remove_files) COMPLETE
98012025-02-10T18:51:12.702Z[ host-image] Feb 10 18:51:11.642 INFO O| Feb 10 18:51:11.642 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98022025-02-10T18:51:12.730Z[ host-image] Feb 10 18:51:11.682 INFO O| Feb 10 18:51:11.682 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98032025-02-10T18:51:12.730Z[ host-image] Feb 10 18:51:11.682 INFO O| Feb 10 18:51:11.682 INFO STEP 158 (remove_files) COMPLETE
98042025-02-10T18:51:12.730Z[ host-image] Feb 10 18:51:11.682 INFO O| Feb 10 18:51:11.682 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98052025-02-10T18:51:12.790Z[ host-image] Feb 10 18:51:11.742 INFO O| Feb 10 18:51:11.742 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98062025-02-10T18:51:12.791Z[ host-image] Feb 10 18:51:11.742 INFO O| Feb 10 18:51:11.742 INFO STEP 159 (remove_files) COMPLETE
98072025-02-10T18:51:12.795Z[ host-image] Feb 10 18:51:11.742 INFO O| Feb 10 18:51:11.742 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98082025-02-10T18:51:12.892Z[ host-image] Feb 10 18:51:11.839 INFO O| Feb 10 18:51:11.839 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98092025-02-10T18:51:12.892Z[ host-image] Feb 10 18:51:11.839 INFO O| Feb 10 18:51:11.839 INFO STEP 160 (remove_files) COMPLETE
98102025-02-10T18:51:12.892Z[ host-image] Feb 10 18:51:11.839 INFO O| Feb 10 18:51:11.839 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98112025-02-10T18:51:12.916Z[ host-image] Feb 10 18:51:11.867 INFO O| Feb 10 18:51:11.867 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98122025-02-10T18:51:12.920Z[ host-image] Feb 10 18:51:11.868 INFO O| Feb 10 18:51:11.868 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
98132025-02-10T18:51:14.153Z[ recovery-image] Feb 10 18:51:13.104 INFO image complete! materials are in "/work/os-recovery"
98142025-02-10T18:51:14.159Z[ recovery-image]
98152025-02-10T18:51:14.162Z[ recovery-image] real 11:08.857210799
98162025-02-10T18:51:14.162Z[ recovery-image] user 6:55.093289903
98172025-02-10T18:51:14.162Z[ recovery-image] sys 1:07.507343516
98182025-02-10T18:51:14.162Z[ recovery-image] trap 0.421566715
98192025-02-10T18:51:14.162Z[ recovery-image] tflt 1.015879626
98202025-02-10T18:51:14.162Z[ recovery-image] dflt 3.495596260
98212025-02-10T18:51:14.162Z[ recovery-image] kflt 0.017491328
98222025-02-10T18:51:14.162Z[ recovery-image] lock 26:58.857794569
98232025-02-10T18:51:14.162Z[ recovery-image] slp 1:08:17.287739189
98242025-02-10T18:51:14.162Z[ recovery-image] lat 5:26.687791858
98252025-02-10T18:51:14.162Z[ recovery-image] stop 13.024985855
98262025-02-10T18:51:14.162ZFeb 10 18:51:13.111 INFO [recovery-image] process exited with exit status: 0 (668.884265221s)
98272025-02-10T18:51:25.345Z[ host-image] Feb 10 18:51:24.278 INFO O| Feb 10 18:51:24.277 INFO O| Loading smf(7) service descriptions: 1/742/743/744/745/746/747/748/749/7410/7411/7412/7413/7414/7415/7416/7417/7418/7419/7420/7421/7422/7423/7424/7425/7426/7427/7428/7429/7430/7431/7432/7433/7434/7435/7436/7437/7438/7439/7440/7441/7442/7443/7444/7445/7446/7447/7448/7449/7450/7451/7452/7453/7454/7455/7456/7457/7458/7459/7460/7461/7462/7463/7464/7465/7466/7467/7468/7469/7470/7471/7472/7473/7474/74
98282025-02-10T18:51:25.345Z[ host-image] Feb 10 18:51:24.278 INFO O| Feb 10 18:51:24.278 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98292025-02-10T18:51:25.350Z[ host-image] Feb 10 18:51:24.302 INFO O| Feb 10 18:51:24.302 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
98302025-02-10T18:51:25.500Z[ host-image] Feb 10 18:51:24.452 INFO O| Feb 10 18:51:24.452 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98312025-02-10T18:51:25.505Z[ host-image] Feb 10 18:51:24.452 INFO O| Feb 10 18:51:24.452 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98322025-02-10T18:51:25.506Z[ host-image] Feb 10 18:51:24.454 INFO O| Feb 10 18:51:24.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98332025-02-10T18:51:25.506Z[ host-image] Feb 10 18:51:24.454 INFO O| Feb 10 18:51:24.454 INFO ok!
98342025-02-10T18:51:25.506Z[ host-image] Feb 10 18:51:24.454 INFO O| Feb 10 18:51:24.454 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98352025-02-10T18:51:25.506Z[ host-image] Feb 10 18:51:24.455 INFO O| Feb 10 18:51:24.455 INFO STEP 161 (seed_smf) COMPLETE
98362025-02-10T18:51:25.506Z[ host-image] Feb 10 18:51:24.455 INFO O| Feb 10 18:51:24.455 INFO steps complete; finalising image!
98372025-02-10T18:51:25.506Z[ host-image] Feb 10 18:51:24.455 INFO O| Feb 10 18:51:24.455 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98382025-02-10T18:51:25.706Z[ host-image] Feb 10 18:51:24.658 INFO O| Feb 10 18:51:24.657 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Mon Feb 10 18:51:24 2025)
98392025-02-10T18:51:25.919Z[ host-image] Feb 10 18:51:24.870 INFO O| Feb 10 18:51:24.870 INFO trim TEMPORARY-gimlet-zfs: (94% trimmed, started at Mon Feb 10 18:51:24 2025)
98402025-02-10T18:51:26.183Z[ host-image] Feb 10 18:51:25.135 INFO O| Feb 10 18:51:25.134 INFO temporary pool has 690M used, 142M avail, 1.82x compressratio
98412025-02-10T18:51:26.191Z[ host-image] Feb 10 18:51:25.135 INFO O| Feb 10 18:51:25.135 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98422025-02-10T18:51:26.930Z[ host-image] Feb 10 18:51:25.882 INFO O| Feb 10 18:51:25.882 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98432025-02-10T18:51:26.931Z[ host-image] Feb 10 18:51:25.882 INFO O| Feb 10 18:51:25.882 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98442025-02-10T18:51:28.884Z[ host-image] Feb 10 18:51:27.836 INFO O| Feb 10 18:51:27.836 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98452025-02-10T18:51:28.885Z[ host-image] Feb 10 18:51:27.836 INFO O| Feb 10 18:51:27.836 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98462025-02-10T18:51:28.898Z[ host-image] Feb 10 18:51:27.836 INFO O| Feb 10 18:51:27.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98472025-02-10T18:51:28.898Z[ host-image] Feb 10 18:51:27.836 INFO O| Feb 10 18:51:27.836 INFO completed processing gimlet/zfs
98482025-02-10T18:51:28.898Z[ host-image] Feb 10 18:51:27.836 INFO O| Feb 10 18:51:27.836 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98492025-02-10T18:51:38.383Z[ host-image] Feb 10 18:51:37.335 INFO O| Feb 10 18:51:37.335 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98502025-02-10T18:51:38.513Z[ host-image] Feb 10 18:51:37.465 INFO BUILD STRING "heads/stlouis-0-gbd47bbc5b2\n"
98512025-02-10T18:51:38.513Z[ host-image] Feb 10 18:51:37.465 INFO expanded image name: "ci 584d88c/${os_short_commit} 2025-02-10 18:16" -> "ci 584d88c/bd47bbc 2025-02-10 18:16"
98522025-02-10T18:51:38.516Z[ host-image] Feb 10 18:51:37.465 INFO output artefacts stored in: "/work/os-host"
98532025-02-10T18:51:38.516Z[ host-image] Feb 10 18:51:37.466 INFO collecting git info from project "image-builder"...
98542025-02-10T18:51:38.527Z[ host-image] Feb 10 18:51:37.479 INFO collecting git info from project "amd-firmware"...
98552025-02-10T18:51:38.542Z[ host-image] Feb 10 18:51:37.494 INFO collecting git info from project "chelsio-t6-roms"...
98562025-02-10T18:51:38.550Z[ host-image] Feb 10 18:51:37.502 INFO collecting git info from project "phbl"...
98572025-02-10T18:51:38.559Z[ host-image] Feb 10 18:51:37.511 INFO collecting git info from project "bootserver"...
98582025-02-10T18:51:38.566Z[ host-image] Feb 10 18:51:37.518 INFO collecting git info from project "pilot"...
98592025-02-10T18:51:38.589Z[ host-image] Feb 10 18:51:37.541 INFO collecting git info from project "pinprick"...
98602025-02-10T18:51:38.598Z[ host-image] Feb 10 18:51:37.551 INFO collecting git info from project "amd-host-image-builder"...
98612025-02-10T18:51:38.629Z[ host-image] Feb 10 18:51:37.581 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
98622025-02-10T18:51:39.357Z[ host-image] Feb 10 18:51:38.309 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
98632025-02-10T18:51:40.004Z[ host-image] Feb 10 18:51:38.955 INFO creating Oxide boot image...
98642025-02-10T18:51:40.004Z[ host-image] Feb 10 18:51:38.955 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 584d88c/bd47bbc 2025-02-10 18:16", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
98652025-02-10T18:51:41.366Z[ host-image] Feb 10 18:51:40.318 INFO O| ok, image written!
98662025-02-10T18:51:41.366Z[ host-image] Feb 10 18:51:40.318 INFO O| ok, boot_image_csum file written!
98672025-02-10T18:51:41.370Z[ host-image] Feb 10 18:51:40.322 INFO creating boot archive (CPIO)...
98682025-02-10T18:51:41.370Z[ host-image] Feb 10 18:51:40.322 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None
98692025-02-10T18:51:41.390Z[ host-image] Feb 10 18:51:40.342 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
98702025-02-10T18:51:41.390Z[ host-image] Feb 10 18:51:40.342 INFO E| + outfile=/work/os-host/cpio
98712025-02-10T18:51:41.392Z[ host-image] Feb 10 18:51:40.342 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
98722025-02-10T18:51:41.395Z[ host-image] Feb 10 18:51:40.345 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
98732025-02-10T18:51:41.396Z[ host-image] Feb 10 18:51:40.346 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
98742025-02-10T18:51:41.441Z[ host-image] Feb 10 18:51:40.393 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
98752025-02-10T18:51:41.441Z[ host-image] Feb 10 18:51:40.393 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
98762025-02-10T18:51:41.453Z[ host-image] Feb 10 18:51:40.405 INFO creating compressed cpio/unix for nanobl-rs...
98772025-02-10T18:51:41.453Z[ host-image] Feb 10 18:51:40.405 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/host/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-host/unix.z\'"], pwd: None
98782025-02-10T18:51:41.932Z[ host-image] Feb 10 18:51:40.884 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
98792025-02-10T18:51:48.959Z[ host-image] Feb 10 18:51:47.911 INFO creating reset image...
98802025-02-10T18:51:48.961Z[ host-image] Feb 10 18:51:47.911 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
98812025-02-10T18:51:49.139Z[ host-image] Feb 10 18:51:48.092 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
98822025-02-10T18:51:49.186Z[ host-image] Feb 10 18:51:48.138 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
98832025-02-10T18:51:49.362Z[ host-image] Feb 10 18:51:48.314 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
98842025-02-10T18:51:52.889Z[ host-image] Feb 10 18:51:51.841 INFO E| Finished `release` profile [optimized] target(s) in 3.64s
98852025-02-10T18:51:52.907Z[ host-image] Feb 10 18:51:51.859 INFO building host image...
98862025-02-10T18:51:52.910Z[ host-image] Feb 10 18:51:51.859 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-host/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
98872025-02-10T18:51:53.791Z[ host-image] Feb 10 18:51:52.743 INFO finishing image archive at "/work/os-host/os.tar.gz"...
98882025-02-10T18:52:52.534Z[ host-image] Feb 10 18:52:51.487 INFO image complete! materials are in "/work/os-host"
98892025-02-10T18:52:52.536Z[ host-image]
98902025-02-10T18:52:52.536Z[ host-image] real 13:26.576636554
98912025-02-10T18:52:52.539Z[ host-image] user 6:50.861007268
98922025-02-10T18:52:52.539Z[ host-image] sys 1:11.242332624
98932025-02-10T18:52:52.539Z[ host-image] trap 0.347722299
98942025-02-10T18:52:52.539Z[ host-image] tflt 0.031264085
98952025-02-10T18:52:52.539Z[ host-image] dflt 0.113276335
98962025-02-10T18:52:52.539Z[ host-image] kflt 0.033960876
98972025-02-10T18:52:52.539Z[ host-image] lock 8:14.684732872
98982025-02-10T18:52:52.539Z[ host-image] slp 1:11:07.861306314
98992025-02-10T18:52:52.539Z[ host-image] lat 3:10.558365661
99002025-02-10T18:52:52.539Z[ host-image] stop 1.159882967
99012025-02-10T18:52:52.539ZFeb 10 18:52:51.491 INFO [host-image] process exited with exit status: 0 (806.594744313s)
99022025-02-10T18:52:52.539ZFeb 10 18:52:51.491 INFO [tuf-repo] running task
99032025-02-10T18:53:01.189ZFeb 10 18:53:00.143 INFO assembling repository in `/tmp/tufaceous70xtQx`, component: OmicronRepoAssembler
99042025-02-10T18:53:27.135ZFeb 10 18:53:26.089 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99052025-02-10T18:53:27.518ZFeb 10 18:53:26.472 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99062025-02-10T18:53:52.483ZFeb 10 18:53:51.438 INFO [tuf-repo] task succeeded (59.946368879s)
99072025-02-10T18:56:44.247Z[verify-libraries] Finished `release` profile [optimized] target(s) in 16m 35s
99082025-02-10T18:56:44.762ZFeb 10 18:56:43.720 INFO [verify-libraries] process exited with exit status: 0 (999.846518922s)
99092025-02-10T18:56:44.762ZFeb 10 18:56:43.720 INFO all jobs completed in 2398.316200372s
99102025-02-10T18:56:45.371Zprocess exited: duration 3085676 ms, exit code 0
 
99112025-02-10T18:56:45.385Zfound 33 output files
99122025-02-10T18:56:45.385Zuploading: /work/manifest.toml (13429 bytes)
99132025-02-10T18:56:46.401Zuploaded: /work/manifest.toml
99142025-02-10T18:56:46.401Zuploading: /work/repo.zip (2035937313 bytes)
99152025-02-10T18:57:25.055Zuploaded: /work/repo.zip
99162025-02-10T18:57:25.055Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99172025-02-10T18:57:26.064Zuploaded: /work/repo.zip.sha256.txt
99182025-02-10T18:57:26.065Zuploading: /work/helios-setup.log (65280 bytes)
99192025-02-10T18:57:27.079Zuploaded: /work/helios-setup.log
99202025-02-10T18:57:27.079Zuploading: /work/host-image.log (199099 bytes)
99212025-02-10T18:57:28.101Zuploaded: /work/host-image.log
99222025-02-10T18:57:28.101Zuploading: /work/host-package.log (23402 bytes)
99232025-02-10T18:57:29.111Zuploaded: /work/host-package.log
99242025-02-10T18:57:29.113Zuploading: /work/host-target.log (101 bytes)
99252025-02-10T18:57:30.119Zuploaded: /work/host-target.log
99262025-02-10T18:57:30.119Zuploading: /work/omicron-package.log (5669 bytes)
99272025-02-10T18:57:31.127Zuploaded: /work/omicron-package.log
99282025-02-10T18:57:31.127Zuploading: /work/phbl-toolchain.log (881 bytes)
99292025-02-10T18:57:32.135Zuploaded: /work/phbl-toolchain.log
99302025-02-10T18:57:32.135Zuploading: /work/recovery-image.log (577291 bytes)
99312025-02-10T18:57:33.173Zuploaded: /work/recovery-image.log
99322025-02-10T18:57:33.176Zuploading: /work/recovery-package.log (1762 bytes)
99332025-02-10T18:57:34.181Zuploaded: /work/recovery-package.log
99342025-02-10T18:57:34.184Zuploading: /work/recovery-target.log (98 bytes)
99352025-02-10T18:57:35.190Zuploaded: /work/recovery-target.log
99362025-02-10T18:57:35.190Zuploading: /work/stamp-clickhouse.log (117 bytes)
99372025-02-10T18:57:36.198Zuploaded: /work/stamp-clickhouse.log
99382025-02-10T18:57:36.198Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99392025-02-10T18:57:37.208Zuploaded: /work/stamp-clickhouse_keeper.log
99402025-02-10T18:57:37.208Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99412025-02-10T18:57:38.217Zuploaded: /work/stamp-cockroachdb.log
99422025-02-10T18:57:38.217Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99432025-02-10T18:57:39.225Zuploaded: /work/stamp-crucible-dtrace.log
99442025-02-10T18:57:39.225Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99452025-02-10T18:57:40.233Zuploaded: /work/stamp-crucible-pantry-zone.log
99462025-02-10T18:57:40.233Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99472025-02-10T18:57:41.244Zuploaded: /work/stamp-crucible-zone.log
99482025-02-10T18:57:41.244Zuploading: /work/stamp-external-dns.log (119 bytes)
99492025-02-10T18:57:42.252Zuploaded: /work/stamp-external-dns.log
99502025-02-10T18:57:42.252Zuploading: /work/stamp-installinator.log (103 bytes)
99512025-02-10T18:57:43.260Zuploaded: /work/stamp-installinator.log
99522025-02-10T18:57:43.260Zuploading: /work/stamp-internal-dns.log (119 bytes)
99532025-02-10T18:57:44.270Zuploaded: /work/stamp-internal-dns.log
99542025-02-10T18:57:44.270Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
99552025-02-10T18:57:45.278Zuploaded: /work/stamp-mg-ddm-gz.log
99562025-02-10T18:57:45.278Zuploading: /work/stamp-nexus.log (112 bytes)
99572025-02-10T18:57:46.288Zuploaded: /work/stamp-nexus.log
99582025-02-10T18:57:46.288Zuploading: /work/stamp-ntp.log (110 bytes)
99592025-02-10T18:57:47.296Zuploaded: /work/stamp-ntp.log
99602025-02-10T18:57:47.296Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
99612025-02-10T18:57:48.304Zuploaded: /work/stamp-omicron-sled-agent.log
99622025-02-10T18:57:48.305Zuploading: /work/stamp-overlay.log (114 bytes)
99632025-02-10T18:57:49.313Zuploaded: /work/stamp-overlay.log
99642025-02-10T18:57:49.313Zuploading: /work/stamp-oximeter.log (115 bytes)
99652025-02-10T18:57:50.322Zuploaded: /work/stamp-oximeter.log
99662025-02-10T18:57:50.322Zuploading: /work/stamp-oxlog.log (109 bytes)
99672025-02-10T18:57:51.330Zuploaded: /work/stamp-oxlog.log
99682025-02-10T18:57:51.330Zuploading: /work/stamp-probe.log (112 bytes)
99692025-02-10T18:57:52.340Zuploaded: /work/stamp-probe.log
99702025-02-10T18:57:52.340Zuploading: /work/stamp-propolis-server.log (122 bytes)
99712025-02-10T18:57:53.349Zuploaded: /work/stamp-propolis-server.log
99722025-02-10T18:57:53.349Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
99732025-02-10T18:57:54.357Zuploaded: /work/stamp-pumpkind-gz.log
99742025-02-10T18:57:54.357Zuploading: /work/stamp-switch-asic.log (118 bytes)
99752025-02-10T18:57:55.365Zuploaded: /work/stamp-switch-asic.log
99762025-02-10T18:57:55.365Zuploading: /work/verify-libraries.log (6147 bytes)
99772025-02-10T18:57:56.374Zuploaded: /work/verify-libraries.log